c361ce97c79f6ab630fdc865696dc351659a1c18
[gnulib.git] / ChangeLog
1 2009-06-29  Bruno Haible  <bruno@clisp.org>
2
3         New module 'unicase/u32-ct-totitle'.
4         * lib/unicase/u32-ct-totitle.c: New file.
5         * modules/unicase/u32-ct-totitle: New file.
6
7         New module 'unicase/u16-ct-totitle'.
8         * lib/unicase/u16-ct-totitle.c: New file.
9         * modules/unicase/u16-ct-totitle: New file.
10
11         New module 'unicase/u8-ct-totitle'.
12         * lib/unicase/u8-ct-totitle.c: New file.
13         * lib/unicase/u-ct-totitle.h: New file, derived from
14         lib/unicase/u-totitle.h.
15         * modules/unicase/u8-ct-totitle: New file.
16
17         New module 'unicase/u32-ct-tolower'.
18         * lib/unicase/u32-ct-tolower.c: New file.
19         * modules/unicase/u32-ct-tolower: New file.
20
21         New module 'unicase/u16-ct-tolower'.
22         * lib/unicase/u16-ct-tolower.c: New file.
23         * modules/unicase/u16-ct-tolower: New file.
24
25         New module 'unicase/u8-ct-tolower'.
26         * lib/unicase/u8-ct-tolower.c: New file.
27         * modules/unicase/u8-ct-tolower: New file.
28
29         New module 'unicase/u32-ct-toupper'.
30         * lib/unicase/u32-ct-toupper.c: New file.
31         * modules/unicase/u32-ct-toupper: New file.
32
33         New module 'unicase/u16-ct-toupper'.
34         * lib/unicase/u16-ct-toupper.c: New file.
35         * modules/unicase/u16-ct-toupper: New file.
36
37         New module 'unicase/u8-ct-toupper'.
38         * lib/unicase/u8-ct-toupper.c: New file.
39         * modules/unicase/u8-ct-toupper: New file.
40
41         Add context arguments to u*_casemap functions.
42         * lib/unicase/unicasemap.h: Include unicase.h.
43         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
44         suffix_context arguments.
45         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
46         functions.
47         (FUNC): Add prefix_context and suffix_context arguments. Use
48         uc_is_cased and uc_is_case_ignorable.
49         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
50         * lib/unicase/u16-casemap.c: Likewise.
51         * lib/unicase/u32-casemap.c: Likewise.
52         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
53         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
54         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
55         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
56         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
57         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
58
59         New module 'unicase/u32-suffix-context'.
60         * lib/unicase/u32-suffix-context.c: New file.
61         * modules/unicase/u32-suffix-context: New file.
62
63         New module 'unicase/u16-suffix-context'.
64         * lib/unicase/u16-suffix-context.c: New file.
65         * modules/unicase/u16-suffix-context: New file.
66
67         New module 'unicase/u8-suffix-context'.
68         * lib/unicase/u8-suffix-context.c: New file.
69         * lib/unicase/u-suffix-context.h: New file.
70         * modules/unicase/u8-suffix-context: New file.
71
72         New module 'unicase/empty-suffix-context'.
73         * lib/unicase/empty-suffix-context.c: New file.
74         * modules/unicase/empty-suffix-context: New file.
75
76         New module 'unicase/u32-prefix-context'.
77         * lib/unicase/u32-prefix-context.c: New file.
78         * modules/unicase/u32-prefix-context: New file.
79
80         New module 'unicase/u16-prefix-context'.
81         * lib/unicase/u16-prefix-context.c: New file.
82         * modules/unicase/u16-prefix-context: New file.
83
84         New module 'unicase/u8-prefix-context'.
85         * lib/unicase/u8-prefix-context.c: New file.
86         * lib/unicase/u-prefix-context.h: New file.
87         * lib/unicase/context.h: New file.
88         * modules/unicase/u8-prefix-context: New file.
89
90         New module 'unicase/empty-prefix-context'.
91         * lib/unicase/empty-prefix-context.c: New file.
92         * modules/unicase/empty-prefix-context: New file.
93
94         New module 'unicase/ignorable'.
95         * lib/unicase/ignorable.c: New file.
96         * modules/unicase/ignorable: New file.
97
98         New module 'unicase/cased'.
99         * lib/unicase/caseprop.h: New file.
100         * lib/unicase/cased.c: New file.
101         * modules/unicase/cased: New file.
102
103         New functions for case mapping of substrings.
104         * lib/unicase.h (casing_prefix_context_t): New type.
105         (unicase_empty_prefix_context): New variable.
106         (u8_casing_prefix_context, u16_casing_prefix_context,
107         u32_casing_prefix_context, u8_casing_prefixes_context,
108         u16_casing_prefixes_context, u32_casing_prefixes_context): New
109         declarations.
110         (casing_suffix_context_t): New type.
111         (unicase_empty_suffix_context): New variable.
112         (u8_casing_suffix_context, u16_casing_suffix_context,
113         u32_casing_suffix_context, u8_casing_suffixes_context,
114         u16_casing_suffixes_context, u32_casing_suffixes_context,
115         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
116         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
117         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
118         declarations.
119
120 2009-06-28  Jim Meyering  <meyering@redhat.com>
121
122         boostrap: indent only with spaces
123         * build-aux/bootstrap: Indent only with spaces, never TABs.
124
125         bootstrap: split long lines
126         * build-aux/bootstrap: Keep line length < 80.
127
128         bootstrap: sync from coreutils
129         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
130         just as autoreconf does.  Verify a list of prerequisite
131         package-name,version-number pairs if defined in bootstrap.conf.
132         Refer to README-prereq, if prerequisites are not satisfied.
133
134 2009-06-27  Eric Blake  <ebb9@byu.net>
135
136         tests: add test for bogus NULL definition
137         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
138         * tests/test-stdlib.c: Likewise.
139         * tests/test-string.c: Likewise.
140         * tests/test-locale.c: Likewise.
141         * tests/test-unistd.c: Likewise.
142         * modules/stdio-tests (Depends-on): Add verify.
143         * modules/stdlib-tests (Depends-on): Likewise.
144         * modules/string-tests (Depends-on): Likewise.
145         * modules/locale-tests (Depends-on): Likewise.
146         * modules/unistd-tests (Depends-on): Likewise.
147
148 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
149
150         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
151         self-explaining comment.
152         * m4/selinux-selinux-h: Update serial.
153         (gl_LIBSELINUX): New macro, adding a warning for missing development
154         packages to code extracted from...
155         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
156         Add warning for missing development packages here, too.
157
158 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
159
160         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
161
162 2009-06-25  Eric Blake  <ebb9@byu.net>
163
164         version-etc: fix regression
165         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
166         gcc.
167         (version_etc): Use it, to catch bugs with trailing NULL.
168         * lib/version-etc.c (version_etc_arn): Delete unused argument.
169         (version_etc_va): Fix logic bug.
170         * modules/version-etc-tests: Add test.
171         * tests/test-version-etc.c: New file.
172         * tests/test-version-etc.sh: Likewise.
173
174 2009-06-25  Sam Steingold  <sds@gnu.org>
175
176         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
177         mbtowc declaration.
178
179 2009-06-25  Eric Blake  <ebb9@byu.net>
180
181         fpurge: migrate into <stdio.h>
182         * lib/fpurge.h: Delete...
183         * lib/stdio.in.h (fpurge): ...and declare here, instead.
184         * lib/fpurge.c (fpurge): Change declaring header.
185         * modules/fpurge (Files): Drop deleted file.
186         (Depends-on): Add stdio.
187         (configure.ac): Set witness.
188         * modules/stdio (Makefile.am): Support fpurge macros.
189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
190         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
191         * lib/fflush.c: Update client.
192         * tests/test-fpurge.c: Likewise.
193         * NEWS: Mention the change.
194
195 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
196
197        * lib/argp-version-etc.c (program_authors): Add const
198        qualifier.
199        * lib/version-etc.c: Fix typos in the comments.
200        * modules/argp-version-etc: Depends on version-etc.
201
202 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
203
204         argp-version-etc: new module.
205
206         * lib/argp-version-etc.c: New file.
207         * lib/argp-version-etc.h: New file.
208         * modules/argp-version-etc: New file.
209         * modules/argp-version-etc-tests: New file.
210         * tests/test-argp-version-etc.c: New test.
211         * tests/test-argp-version-etc-1.sh: New test.
212
213 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
214
215         Provide additional interfaces and documentation for version-etc
216         module.
217
218         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
219         interfaces.
220         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
221         prototypes.
222
223 2009-06-24  Bruno Haible  <bruno@clisp.org>
224
225         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
226         HAVE_LIB${NAME} macro.
227         Reported by Sam Steingold <sds@gnu.org>.
228
229 2009-06-23  Simon Josefsson  <simon@josefsson.org>
230
231         * modules/hash-tests (test_hash_LDADD): Link to libintl when
232         needed.
233
234 2009-06-21  Bruno Haible  <bruno@clisp.org>
235
236         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
237         work.
238         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
239         together with LIB${NAME}, LTLIB${NAME}.
240         Reported by Sam Steingold <sds@gnu.org>.
241
242 2009-06-20  Jim Meyering  <meyering@redhat.com>
243
244         tests: make sc_require_test_exit_idiom more generic
245         * top/maint.mk (Exit_witness_file): New overridable variable.
246         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
247         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
248
249 2009-06-19  Jim Meyering  <meyering@redhat.com>
250
251         hash: reverse order of src/dst parameters in an internal interface
252         * lib/hash.c (transfer_entries): Reverse order of parameters to
253         put DST before SRC.  Adjust callers.
254
255         tests: test-hash: avoid wholesale duplication
256         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
257         Instead, use a loop and add a single conditional.
258
259         tests: test-hash: allow seed selection via a command line argument
260         * tests/test-hash.c (get_seed): New function.
261         (main): Use it.
262
263 2009-06-19  Eric Blake  <ebb9@byu.net>
264
265         hash: avoid memory leak on allocation failure
266         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
267         failure.  Factor repeated algorithm...
268         (transfer_entries): ...into new helper routine.
269         (hash_delete): React to hash_rehash return value.
270
271         hash: reduce memory pressure in hash_rehash no-op case
272         * lib/hash.c (next_prime): Avoid overflow.
273         (hash_initialize): Factor bucket size computation...
274         (compute_bucket_size): ...into new helper function.
275         (hash_rehash): Use new function and open coding to reduce memory
276         pressure, and avoid a memory leak in USE_OBSTACK code.
277         Reported by Jim Meyering.
278
279 2009-06-18  Eric Blake  <ebb9@byu.net>
280
281         hash: make rotation more obvious
282         * modules/hash (Depends-on): Add bitrotate and stdint.
283         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
284         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
285         (SIZE_MAX): Rely on headers for definition.
286         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
287         (raw_hasher): Use rotr_sz.
288         Suggested by Jim Meyering.
289
290         hash: fix memory leak in last patch
291         * lib/hash.c (hash_rehash): Avoid memory leak.
292
293         hash: avoid no-op rehashing
294         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
295
296         hash: provide default callback functions
297         * lib/hash.c (raw_hasher, raw_comparator): New functions.
298         (hash_initialize): Use them as defaults.
299         * tests/test-hash.c (main): Test this.
300
301         hash: minor optimization
302         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
303         when possible.
304         (hash_initialize): Document this promise.
305         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
306         * tests/test-hash.c (hash_compare_strings): Test this.
307
308 2009-06-18  Bruno Haible  <bruno@clisp.org>
309
310         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
311         going to be replaced anyway.
312
313 2009-06-18  Bruno Haible  <bruno@clisp.org>
314
315         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
316         in one place.
317         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
318         be replaced anyway.
319
320 2009-06-18  Eric Blake  <ebb9@byu.net>
321
322         hash: check for resize before insertion
323         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
324         threshold before insertion, so that a pathological hash_rehash
325         that fills every bucket can still trigger another rehash.
326
327 2009-06-18  Jim Meyering  <meyering@redhat.com>
328
329         hash-tests: add a loop around the small tests
330         * tests/test-hash.c (main): Repeat small tests with selected
331         small initial table sizes.
332
333 2009-06-17  Eric Blake  <ebb9@byu.net>
334
335         hash: minor cleanups
336         * lib/hash.h (hash_entry): Make opaque, by moving...
337         * lib/hash.c (hash_entry): ...here.
338         (hash_insert): Clarify restrictions on what can be inserted.
339         (hash_get_next): Clarify when it is safe to remove an element
340         during traversal.
341         (check_tuning): Skip verification when tuning is known safe.
342         (hash_initialize): Clarify restrictions on tuning.
343
344 2009-06-17  Jim Meyering  <jim@meyering.net>
345         and Eric Blake  <ebb9@byu.net>
346
347         hash-tests: new module
348         * modules/hash-tests: New file.
349         * tests/test-hash.c: New file.
350
351 2009-06-17  Eric Blake  <ebb9@byu.net>
352
353         strstr-simple: document new module
354         * MODULES.html.sh: Document new module.
355
356         strstr, strcasestr: replace on platforms with broken memchr
357         * modules/strstr: Split into...
358         * modules/strstr-simple: ...new module that does not care about
359         performance, but does care about glibc bug.
360         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
361         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
362         if platform memchr is broken, per Debian bug 521737.
363         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
364         memchr.
365         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
366         * doc/posix-functions/strstr.texi (strstr): Document the fix.
367         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
368         * modules/mountlist (Depends-on): Add strstr-simple.
369         * modules/gen-uni-tables (Depends-on): Likewise.
370         * modules/argz (Depends-on): Add strstr.
371
372 2009-06-17  Bruno Haible  <bruno@clisp.org>
373
374         * modules/posix_spawn-internal (Depends-on): Add errno.
375
376 2009-06-17  Bruno Haible  <bruno@clisp.org>
377
378         Define missing ESTALE on Interix 3.5.
379         * lib/errno.in.h (ESTALE): Assign a value if missing.
380         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
381         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
382         missing.
383         * doc/posix-headers/errno.texi: Mention the Interix bug.
384         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
385
386 2009-06-15  Eric Blake  <ebb9@byu.net>
387
388         memchr, memchr2: add valgrind exception
389         * lib/memchr.valgrind: New file.
390         * lib/memchr2.valgrind: New file.
391         * modules/memchr (Files): Distribute valgrind file.
392         * modules/memchr2 (Files): Likewise.
393
394         docs: memchr is no longer obsolete
395         * MODULES.html.sh: Move memchr from obsolete to string.h section.
396         * lib/string.in.h (memchr): Simplify logic.
397
398 2009-06-14  Jim Meyering  <meyering@redhat.com>
399
400         link-follow: fix the "checking..." message to not mention trailing slash
401         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
402         never considered trailing slashes.
403
404 2009-06-14  Bruno Haible  <bruno@clisp.org>
405
406         * m4/memchr.m4: Mention also the bug on IA-64.
407         * doc/posix-functions/memchr.texi: Likewise.
408
409 2009-06-12  Eric Blake  <ebb9@byu.net>
410
411         memchr: detect broken x86_64 and alpha implementations
412         * modules/memchr-tests (Depends-on): Move mmap detection...
413         * modules/memchr (Depends-on): ...here.
414         (configure.ac): Set indicator.
415         * lib/string.in.h (memchr): Declare replacement.
416         * modules/string (Makefile.am): Trigger replacement.
417         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
418         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
419         bugs.
420         * doc/posix-functions/memchr.texi (memchr): Document the bug.
421         * modules/getpagesize (License): Relax license.
422
423 2009-06-11  Bruno Haible  <bruno@clisp.org>
424
425         * lib/idpriv.h: Add more references.
426
427 2009-06-08  Bruno Haible  <bruno@clisp.org>
428
429         Tests for module 'idpriv-droptemp'.
430         * modules/idpriv-droptemp-tests: New file.
431         * tests/test-idpriv-droptemp.sh: New file.
432         * tests/test-idpriv-droptemp.su.sh: New file.
433         * tests/test-idpriv-droptemp.c: New file.
434
435         New module 'idpriv-droptemp'.
436         * lib/idpriv-droptemp.c: New file.
437         * modules/idpriv-droptemp: New file.
438
439 2009-06-08  Bruno Haible  <bruno@clisp.org>
440
441         Tests for module 'idpriv-drop'.
442         * modules/idpriv-drop-tests: New file.
443         * tests/test-idpriv-drop.sh: New file.
444         * tests/test-idpriv-drop.su.sh: New file.
445         * tests/test-idpriv-drop.c: New file.
446
447         New module 'idpriv-drop'.
448         * lib/idpriv.h: New file.
449         * lib-idpriv-drop.c: New file.
450         * m4/idpriv.m4: New file.
451         * modules/idpriv-drop: New file.
452
453 2009-06-08  Bruno Haible  <bruno@clisp.org>
454
455         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
456         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
457         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
458         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
459         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
460         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
461         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
462
463 2009-06-08  Eric Blake  <ebb9@byu.net>
464
465         test-strstr: use memory fence, when possible
466         * tests/test-strstr.c (main): Use memory fence, in order to be
467         more likely to trigger Debian bug 521737.
468         * modules/strstr-tests (Files): Pull in additional files.
469
470         memchr: no longer obsolete, for wider field testing
471         * modules/memchr (Status, Notice): Delete, this module is no
472         longer obsolete.
473         * modules/vasnprintf (Depends-on): Add memchr.
474
475 2009-06-07  Jim Meyering  <meyering@redhat.com>
476
477         hash: declare some functions with the warn_unused_result attribute
478         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
479
480 2009-06-07  Bruno Haible  <bruno@clisp.org>
481
482         * tests/test-alignof.c: Don't test int64_t if it does not exist.
483         Reported by Eric Blake.
484
485 2009-06-06  Eric Blake  <ebb9@byu.net>
486
487         test-alignof: fix typo with long double
488         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
489         compiler error.
490
491 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
492
493         Escape non-texinfo { and }s.
494         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
495         markup error.
496
497 2009-06-04  Jim Meyering  <meyering@redhat.com>
498
499         gitlog-to-changelog: don't infloop on an empty commit log
500         * build-aux/gitlog-to-changelog: Warn about an empty log message.
501         Reported by Boris Petersen <transacid@centerim.org>.
502
503 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
504
505         version-etc: extend for packagers
506         Add three new configure options, intended for packagers:
507           --with-packager="packager name"
508           --with-packager-version="packager-specific version"
509           --with-packager-bug-reports="packager bug reporting"
510         An example with coreutils:
511           $ ./configure \
512             --with-packager=Gentoo \
513             --with-packager-bug-report=http://bugs.gentoo.org/ \
514             --with-packager-version="patchset 1.6"
515           $ ./src/ls --version | head -n3
516           ls (GNU coreutils) 7.1-dirty
517           Packaged by Gentoo (patchset 1.6)
518           Copyright (C) 2009 Free Software Foundation, Inc.
519         Note that the bug reporting info via --help doesn't show up because
520         coreutils uses its own custom emit_bug_reporting_address() implementation
521         in src/system.h.  If it didn't, it'd look like:
522           $ ./src/ls --help | tail -n4
523           Report bugs to <bug-coreutils@gnu.org>.
524           Report Gentoo bugs to <http://bugs.gentoo.org/>.
525           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
526           General help using GNU software: <http://www.gnu.org/gethelp/>.
527         * lib/version-etc.c: Print new information, if provided.
528         * m4/version-etc.m4: New file.
529         * modules/version-etc (Files): Add m4/version-etc.m4.
530         (configure.ac): Add gl_VERSION_ETC.
531
532 2009-05-31  Bruno Haible  <bruno@clisp.org>
533
534         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
535         and 'int64_t'.
536         * modules/alignof-tests (Dependencies): Add stdint.
537         Reported by Eric Blake.
538
539 2009-05-31  Bruno Haible  <bruno@clisp.org>
540
541         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
542         restriction due to compiler bugs.
543         Reported by Eric Blake.
544
545 2009-05-31  Simon Josefsson  <simon@josefsson.org>
546             Bruno Haible  <bruno@clisp.org>
547
548         Fix test-alignof failure.
549         * lib/alignof.h (alignof_slot): New macro.
550         (alignof_type): New macro, with the same semantics as the previous
551         'alignof'.
552         (alignof): Alias to alignof_slot.
553         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
554         check that the results are usable as constant expressions.
555
556 2009-05-31  Bruno Haible  <bruno@clisp.org>
557
558         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
559         * tests/test-memchr.c (main): Check that memchr does not read past the
560         first occurrence of the byte.
561         * tests/test-strstr.c (main): Update comment.
562         Suggested by Eric Blake.
563
564 2009-05-30  Bruno Haible  <bruno@clisp.org>
565
566         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
567         detail how to use dumpbin.
568         Reported by David Byron <dbyron@dbyron.com>.
569
570 2009-06-02  Simon Josefsson  <simon@josefsson.org>
571
572         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
573
574 2009-06-02  Simon Josefsson  <simon@josefsson.org>
575
576         * m4/manywarnings.m4: Add GCC 4.4 warnings.
577
578 2009-05-28  Bruno Haible  <bruno@clisp.org>
579
580         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
581         build-aux/ files.
582
583 2009-05-28  Simon Josefsson  <simon@josefsson.org>
584
585         * gnulib-tool (func_import): Transform license on build-aux/ files too.
586
587 2009-05-27  Simon Josefsson  <simon@josefsson.org>
588
589         * gnulib-tool (sed_transform_main_lib_file)
590         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
591         regexps.
592
593 2009-05-26  Simon Josefsson  <simon@josefsson.org>
594
595         * tests/test-strstr.c: Add another self-test.
596         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
597         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
598
599 2009-05-23  Bruno Haible  <bruno@clisp.org>
600
601         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
602         change.
603
604 2009-05-21  Bruno Haible  <bruno@clisp.org>
605
606         Simplify use of mode_t varargs.
607         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
608         uses 'mode_t' or 'int'.
609         * lib/openat.c (openat): Likewise.
610         * lib/open-safer.c (open_safer): Likewise.
611         * m4/mode_t.m4: New file.
612         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
613         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
614         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
615         * modules/open (Files): Add m4/mode_t.m4.
616         * modules/openat (Files): Likewise.
617         * modules/fcntl-safer (Files): Likewise.
618         Suggested by Eric Blake.
619
620 2009-05-21  Pádraig Brady  <P@draigbrady.com>
621
622         * doc/glibc-functions/fallocate.texi: New file.
623         * doc/gnulib.texi: Include it.
624
625 2009-05-21  Eric Blake  <ebb9@byu.net>
626             Bruno Haible  <bruno@clisp.org>
627
628         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
629         invocations.
630         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
631
632 2009-05-21  Eric Blake  <ebb9@byu.net>
633             Bruno Haible  <bruno@clisp.org>
634
635         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
636         include_next. Fix of 2008-11-20 commit.
637         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
638         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
639         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
640         NEXT_MATH_H.
641         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
642         instead of NEXT_MATH_H.
643
644 2009-05-21  Bruno Haible  <bruno@clisp.org>
645
646         Avoid redefinition warnings for SIZE_MAX.
647         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
648         Reported by Simon Josefsson.
649
650 2009-05-21  Bruno Haible  <bruno@clisp.org>
651
652         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
653         AC_CACHE_VAL.
654
655 2009-05-20  Bruno Haible  <bruno@clisp.org>
656
657         Make zeroptr.h work on mingw.
658         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
659         mprotect.
660         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
661         * modules/memchr2-tests (configure.ac): Likewise.
662         * modules/memcmp-tests (configure.ac): Likewise.
663         * modules/memmem-tests (configure.ac): Likewise.
664         * modules/memrchr-tests (configure.ac): Likewise.
665         Reported by Simon Josefsson.
666
667 2009-05-20  Simon Josefsson  <simon@josefsson.org>
668
669         * tests/test-glob.c: Include string.h for strcmp prototype.
670
671 2009-05-20  Simon Josefsson  <simon@josefsson.org>
672
673         * modules/getdelim (Depends-on): Add explicit stdint, although it
674         was implicitly already pulled in via realloc-posix.
675         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
676
677 2009-05-20  Simon Josefsson  <simon@josefsson.org>
678
679         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
680         G. Christensen" <tgc@jupiterrise.com>.
681         * m4/sys_socket_h.m4: Check for sa_family_t.
682         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
683         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
684         * tests/test-sys_socket.c: Check that sa_family_t works.
685
686 2009-05-18  Eric Blake  <ebb9@byu.net>
687
688         maint.mk: allow gnulib_dir in VPATH build
689         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
690
691 2009-05-15  Jim Meyering  <meyering@redhat.com>
692
693         maint.mk: Give gnulib_dir a default definition.
694         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
695         Thus, most packages no longer need to specify this variable in cfg.mk
696
697 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
698
699         rename.m4: fix typos that would make non-mingw cross-configure fail
700         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
701
702 2009-05-13  Eric Blake  <ebb9@byu.net>
703
704         mmap-anon: avoid out-of-order autoconf expansion
705         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
706         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
707         * modules/memchr-tests (Depends-on): Add extensions.
708         * modules/memchr2-tests (Depends-on): Add extensions.
709         * modules/memcmp-tests (Depends-on): Add extensions.
710         * modules/memmem-tests (Depends-on): Add extensions.
711         * modules/memrchr-tests (Depends-on): Add extensions.
712
713 2009-05-13  Bruno Haible  <bruno@clisp.org>
714
715         Make some tests ISO C 99 compliant.
716         * tests/zerosize-ptr.h: New file.
717         * tests/test-memchr.c: Include zerosize-ptr.h.
718         (main): Use a zero-size object pointer instead of NULL.
719         * tests/test-memchr2.c: Include zerosize-ptr.h.
720         (main): Use a zero-size object pointer instead of NULL.
721         * tests/test-memcmp.c: Include zerosize-ptr.h.
722         (main): Use a zero-size object pointer instead of NULL.
723         * tests/test-memmem.c: Include zerosize-ptr.h.
724         (main): Use a zero-size object pointer instead of NULL.
725         * tests/test-memrchr.c: Include zerosize-ptr.h.
726         (main): Use a zero-size object pointer instead of NULL.
727         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
728         m4/mmap-anon.m4.
729         (Depends-on): Add getpagesize.
730         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
731         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
732         m4/mmap-anon.m4.
733         (Depends-on): Add getpagesize.
734         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
735         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
736         m4/mmap-anon.m4.
737         (Depends-on): Add getpagesize.
738         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
739         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
740         m4/mmap-anon.m4.
741         (Depends-on): Add getpagesize.
742         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
743         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
744         m4/mmap-anon.m4.
745         (Depends-on): Add getpagesize.
746         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
747
748 2009-05-12  Bruno Haible  <bruno@clisp.org>
749
750         Tests for module 'alignof'.
751         * modules/alignof-tests: New file.
752         * tests/test-alignof.c: New file.
753
754 2009-05-12  Bruno Haible  <bruno@clisp.org>
755
756         Fix alignof macro.
757         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
758         vendor compilers that are always correct.
759
760 2009-05-12  Bruno Haible  <bruno@clisp.org>
761
762         Make the MAP_ANONYMOUS detection work on HP-UX 11.
763         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
764         not whether its fully works.
765
766 2009-05-12  Bruno Haible  <bruno@clisp.org>
767
768         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
769
770 2009-05-12  Jim Meyering  <meyering@redhat.com>
771
772         * top/maint.mk: Adjust backslash alignment.
773
774 2009-05-11  Simon Josefsson  <simon@josefsson.org>
775
776         * top/maint.mk: Make $(srcdir)/build-aux configurable.
777
778 2009-05-11  Eric Blake  <ebb9@byu.net>
779
780         argp: avoid undefined behavior
781         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
782         macros.
783
784 2009-05-08  Simon Josefsson  <simon@josefsson.org>
785
786         * tests/test-vc-list-files-git.sh: Do git config of user.email and
787         user.name to prevent git commit from complaining.
788
789 2009-05-10  Bruno Haible  <bruno@clisp.org>
790
791         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
792         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
793         it rewrites every file name only once.
794         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
795
796 2009-05-08  Bruno Haible  <bruno@clisp.org>
797
798         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
799         instead of 'max'.
800
801 2009-05-08  Simon Josefsson  <simon@josefsson.org>
802
803         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
804         sockaddr_storage test.
805
806 2009-05-07  Simon Josefsson  <simon@josefsson.org>
807
808         * modules/sys_socket (Makefile.am): Substitute
809         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
810         * m4/sys_socket_h.m4: Check for sockaddr_storage.
811         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
812         * tests/test-sys_socket.c: Check sockaddr_storage.
813
814 2009-05-08  Bruno Haible  <bruno@clisp.org>
815
816         New module 'alignof'.
817         * lib/alignof.h: New file.
818         * modules/alignof: New file.
819
820 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
821             Bruno Haible  <bruno@clisp.org>
822
823         Fix test-file-has-acl on FreeBSD.
824         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
825         mask is implicitly added.
826         * tests/test-file-has-acl.c: Include <signal.h>.
827         (main): Terminate the test after 5 seconds.
828         * modules/acl-tests (configure.ac): Check for alarm function.
829
830 2009-05-04  Bruno Haible  <bruno@clisp.org>
831
832         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
833         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
834         * modules/errno (configure.ac): Drop AC_REQUIRE.
835         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
836         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
837
838 2009-05-04  Simon Josefsson  <simon@josefsson.org>
839
840         * modules/glob-tests: New module.
841         * tests/test-glob.c: Add.
842
843 2009-05-04  Simon Josefsson  <simon@josefsson.org>
844
845         * modules/fnmatch-tests: New module.
846         * tests/test-fnmatch.c: Add.
847
848 2009-05-04  Eric Blake  <ebb9@byu.net>
849
850         maint: make the new no-submodule-changes rule VPATH-safe
851         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
852
853 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
854             Bruno Haible  <bruno@clisp.org>
855
856         acl: Fix infinite loop on FreeBSD.
857         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
858         of return value from acl_get_entry.
859         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
860         Likewise.
861
862 2009-05-03  Bruno Haible  <bruno@clisp.org>
863
864         * lib/acl-internal.h (acl_entries): Clarify return value.
865         * lib/acl_entries.c (acl_entries): Likewise.
866
867 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
868
869         Bug fix in acl module.
870         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
871
872 2009-05-03  Bruno Haible  <bruno@clisp.org>
873
874         Create gperf-generated file in the source dir, not in the build dir.
875         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
876         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
877         * modules/unicase/locale-language (unicase/locale-languages.h):
878         Likewise.
879         * modules/unicase/special-casing (unicase/special-casing-table.h):
880         Likewise.
881         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
882         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
883         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
884         Reported by Ralf Wildenhues.
885
886 2009-05-03  Bruno Haible  <bruno@clisp.org>
887
888         * modules/fnmatch (Description, configure.ac): Taken from
889         fnmatch-posix.
890         * modules/fnmatch-posix: Turn into a symbolic reference to the
891         'fnmatch' module, and deprecate.
892         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
893
894 2009-05-03  Bruno Haible  <bruno@clisp.org>
895
896         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
897         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
898         Reported by Ralf Wildenhues.
899
900 2009-05-04  Simon Josefsson  <simon@josefsson.org>
901
902         * m4/fnmatch.m4: Fix fnmatch re-define.
903
904 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
905
906         priv-set: new module and tests; adapt write-any-file
907         * lib/priv-set.c: New file.
908         * lib/priv-set.h: New file.
909         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
910         * lib/write-any-file.c: Simplify by using priv-set module.
911         * m4/priv-set.m4: New file.
912         * modules/priv-set: New file.
913         * modules/unlinkdir: Add dependency on priv-set module.
914         * modules/write-any-file: Likewise.
915
916         Tests for module 'priv-set'.
917         * modules/priv-set-tests: New file.
918         * tests/test-priv-set.c: New file.
919
920 2009-05-03  Jim Meyering  <meyering@redhat.com>
921             Bruno Haible  <bruno@clisp.org>
922
923         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
924         use the converted UTF-8 variant of the name instead.
925
926 2009-05-03  Jim Meyering  <meyering@redhat.com>
927
928         tests: tighten some getdate tests
929         * tests/test-getdate.c (main): Tighten tests: require equality,
930         not just greater than.  Set TZ envvar to UTC0.
931
932 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
933
934         getdate: correctly interpret "next monday" when run on a Monday
935         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
936         that e.g., "next tues" (when run on a tuesday) results in a date
937         that is one week in the future, and not today's date.
938         I.e., add a week when the wday is the same as the current one.
939         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
940         and earlier by Martin Bernreuther and Jan Minář.
941         * tests/test-getdate.c (main): Check that "next DAY" is always in
942         the future and that "last DAY" is always in the past.
943
944 2009-05-02  Jim Meyering  <meyering@redhat.com>
945
946         build: ensure that a release build fails when a submodule is unclean
947         * top/maint.mk (no-submodule-changes): New rule.
948         (alpha beta major): Depend on it.
949
950 2009-05-02  Bruno Haible  <bruno@clisp.org>
951
952         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
953         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
954         shell variable gl_fnmatch_required to detect which variant is
955         requested.
956         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
957         gl_FUNC_FNMATCH_POSIX.
958         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
959         exclude fnmatch-posix.
960
961 2009-05-02  Bruno Haible  <bruno@clisp.org>
962
963         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
964         * modules/mbsrtowcs (License): Change to LGPLv2+.
965         * modules/strnlen1 (License): Likewise.
966         Reported by Simon Josefsson.
967
968 2009-05-02  Bruno Haible  <bruno@clisp.org>
969
970         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
971         "cross".
972         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
973         gnulib-tool was called with option --source-base=lib.
974
975 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
976
977         Use automake *-local hooks without commands, for extensibility.
978         * modules/localcharset (Makefile.am): Rename install-exec-local
979         rule to install-exec-localcharset, and make it a prerequisite of
980         install-exec-local.  Likewise, rename the uninstall-local rule to
981         uninstall-localcharset, and make it a prerequisite of the former.
982
983 2009-05-01  Bruno Haible  <bruno@clisp.org>
984
985         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
986         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
987         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
988         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
989         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
990         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
991         m4/locale-zh.m4, m4/codeset.m4.
992
993         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
994         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
995         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
996         m4/locale-zh.m4.
997
998         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
999         REPLACE_WCRTOMB if mbstate_t must be replaced.
1000         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
1001         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
1002
1003 2009-05-01  Bruno Haible  <bruno@clisp.org>
1004
1005         Avoid compiler warnings when redefining macros defined by <libintl.h>.
1006         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
1007         dngettext, dcngettext, textdomain, bindtextdomain,
1008         bind_textdomain_codeset): Undefine before redefining.
1009
1010 2009-04-30  Bruno Haible  <bruno@clisp.org>
1011
1012         Fix bug introduced on 2009-04-25.
1013         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
1014         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
1015         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
1016         is defined.
1017         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
1018         is defined.
1019         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
1020         is defined.
1021         Reported by Elbert_Pol <elbert.pol@gmail.com>.
1022
1023 2009-04-28  Bruno Haible  <bruno@clisp.org>
1024
1025         Comment tweaks.
1026         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
1027         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
1028         * lib/unicase.h (u*_casexfrm): Likewise.
1029         Reported by Paolo Bonzini.
1030
1031 2009-04-28  Bruno Haible  <bruno@clisp.org>
1032
1033         Fix a compilation error.
1034         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
1035         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1036         Reported by Jim Meyering.
1037
1038 2009-04-27  Bruno Haible  <bruno@clisp.org>
1039
1040         New module 'libunistring'.
1041         * modules/libunistring: New file.
1042         * m4/libunistring.m4: New file.
1043         * MODULES.html.sh (Unicode string functions): Add it.
1044
1045 2009-04-27  Eric Blake  <ebb9@byu.net>
1046
1047         maint.mk: allow package-specific header to provide <config.h>
1048         * top/maint.mk (sc_require_config_h): New variable.
1049         (sc_require_config_h, sc_require_config_h_first): Use it.
1050
1051 2009-04-27  Simon Josefsson  <simon@josefsson.org>
1052
1053         * top/maint.mk (sc_avoid_if_before_free): Except
1054         useless-if-before-free script.
1055
1056 2009-04-27  Eric Blake  <ebb9@byu.net>
1057
1058         maintainer-makefile: depend on all required helper scripts
1059         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
1060         useless-if-before-free.
1061         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
1062         version, rather than assuming gnulib checkout is available.
1063         Reported by Simen Josefsson.
1064
1065 2009-04-26  Bruno Haible  <bruno@clisp.org>
1066
1067         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
1068         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
1069         "../" or "..".
1070
1071 2009-04-26  Bruno Haible  <bruno@clisp.org>
1072
1073         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
1074         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
1075         AC_LIB_HAVE_LINKFLAGS.
1076
1077 2009-04-26  Bruno Haible  <bruno@clisp.org>
1078
1079         Simplify calling convention of u*_conv_from_encoding.
1080         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
1081         u32_conv_from_encoding): Expect a resultbuf argument and return the
1082         result directly as a pointer.
1083         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
1084         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
1085         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
1086         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
1087         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
1088         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1089         Update.
1090         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
1091         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
1092         * lib/vasnprintf.c (VASNPRINTF): Update.
1093         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
1094         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
1095         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
1096         * NEWS: Mention the change.
1097
1098 2009-04-26  Bruno Haible  <bruno@clisp.org>
1099
1100         Simplify calling convention of u*_conv_to_encoding.
1101         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1102         u32_conv_to_encoding): Expect a resultbuf argument and return the
1103         result directly as a pointer.
1104         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1105         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
1106         freeing scaled_offsets if mem_iconveha failed.
1107         * lib/unicase/u-casexfrm.h (FUNC): Update.
1108         * lib/uninorm/u-normxfrm.h (FUNC): Update.
1109         * lib/vasnprintf.c (VASNPRINTF): Update.
1110         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
1111         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
1112         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
1113         * NEWS: Mention the change.
1114
1115 2009-04-26  Bruno Haible  <bruno@clisp.org>
1116
1117         Avoid test failures on AIX and OSF/1.
1118         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
1119         malloc(0).
1120         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1121         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1122         Likewise.
1123         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
1124         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
1125         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
1126         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
1127         * doc/posix-functions/malloc.texi: Document the portability problem
1128         related to malloc(0).
1129
1130 2009-04-26  Bruno Haible  <bruno@clisp.org>
1131
1132         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
1133         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
1134         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
1135
1136 2009-04-25  Bruno Haible  <bruno@clisp.org>
1137
1138         Avoid link error when creating a namespace clean library.
1139         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
1140         as macro with arguments if already defined as an alias.
1141         * lib/signbitf.c (gl_signbitf): Don't undefine.
1142         * lib/signbitd.c (gl_signbitd): Don't undefine.
1143         * lib/signbitl.c (gl_signbitl): Don't undefine.
1144
1145 2009-04-25  Jim Meyering  <meyering@redhat.com>
1146
1147         vc-list-files: fix another quoting bug
1148         * build-aux/vc-list-files: Avoid sed backslash expansion
1149         of pathological directory names.
1150
1151 2009-04-25  Eric Blake  <ebb9@byu.net>
1152
1153         vc-list-files: fix shell quoting error
1154         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
1155         timestamp.
1156
1157 2009-04-25  Jim Meyering  <meyering@redhat.com>
1158
1159         vc-list-files: restore lost functionality with subdir argument
1160         * build-aux/vc-list-files: When given a non-"." sub-directory
1161         argument, substitute the $dir/ prefix back onto each resulting name.
1162         Otherwise, coreutils' root_tests check would fail.
1163
1164 2009-04-24  Eric Blake  <ebb9@byu.net>
1165
1166         vc-list-files: ignore git symlinks
1167         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
1168         than ls-files, to ignore git symlinks.
1169
1170         maint.mk: import improvements from m4
1171         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
1172         (move_if_change): Delete unused macro.
1173         (news-date-check, vc-diff-check): Support VPATH builds.
1174         (announcement): Likewise.  Split --bootstrap-tools list...
1175         (boostrap-tools): ...into separate list, which can be overridden
1176         in cfg.mk.
1177         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
1178         requiring dependency on useless-if-before-free module.
1179         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
1180         Support VPATH builds.
1181
1182 2009-04-24  Jim Meyering  <meyering@redhat.com>
1183
1184         maint.mk: remove coreutils-specific rules and variables
1185         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
1186         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
1187         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
1188
1189         maint.mk: remove obsolete rule
1190         * top/maint.mk (rel-check): Remove rule.
1191         (WGET, WGETFLAGS): Remove now-unused variables.
1192
1193 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1194
1195         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
1196         consistency.
1197
1198         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
1199         '$(PATH_SEPARATOR)' instead of ':'.
1200
1201 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1202
1203         * lib/getopt1.c (main): Use 'const' for static array.
1204
1205 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1206
1207         * top/maint.mk: Sync with coreutils.
1208         * NEWS: Explain incompatibilities.
1209
1210 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1211             Bruno Haible  <bruno@clisp.org>
1212
1213         Fix cross-compilation results.
1214         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
1215         statement, as third argument of AC_TRY_RUN.
1216         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
1217         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
1218         Likewise.
1219         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
1220         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
1221         Likewise.
1222         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
1223         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
1224         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
1225
1226 2009-04-20  Bruno Haible  <bruno@clisp.org>
1227
1228         Avoid test failure on mingw.
1229         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
1230
1231 2009-04-20  Bruno Haible  <bruno@clisp.org>
1232
1233         Avoid compilation error on mingw.
1234         * modules/localename-tests (Depends-on): Add locale.
1235
1236 2009-04-19  Bruno Haible  <bruno@clisp.org>
1237
1238         Support for building a shared library on Windows platforms.
1239         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
1240         (main): Test the presence of UNINORM_NFC here.
1241         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
1242         (main): Test the presence of UNINORM_NFD here.
1243         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
1244         (main): Test the presence of UNINORM_NFKC here.
1245         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
1246         (main): Test the presence of UNINORM_NFKD here.
1247
1248 2009-04-19  Bruno Haible  <bruno@clisp.org>
1249
1250         Avoid a compiler warning.
1251         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
1252         Change type of variable 'sequence'.
1253
1254 2009-04-19  Bruno Haible  <bruno@clisp.org>
1255
1256         * modules/configmake (Makefile.am): When the contents of configmake.h
1257         does not change, arrange to preserve its modification time.
1258
1259 2009-04-17  Simon Josefsson  <simon@josefsson.org>
1260
1261         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
1262         gettext domain.
1263
1264 2009-04-16  Jim Meyering  <meyering@redhat.com>
1265
1266         useless-if-before-free: improve conversion code
1267         * build-aux/useless-if-before-free: Adjust code-in-comment to match
1268         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
1269
1270 2009-04-14  Bruno Haible  <bruno@clisp.org>
1271
1272         * modules/fcntl (Depends-on): Add extensions.
1273         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
1274
1275 2009-04-12  Ben Pfaff  <blp@gnu.org>
1276
1277         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
1278         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
1279
1280 2009-03-20  Ben Pfaff  <blp@gnu.org>
1281
1282         Make rename replace existing destinations on Windows.
1283         * m4/rename.m4: Add test for Mingw.
1284         * lib/rename.c: Add rename replacement that uses MoveFileEx with
1285         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
1286         * doc/posix-functions/rename.texi: Document.
1287
1288 2009-04-10  Bruno Haible  <bruno@clisp.org>
1289
1290         New include file "iconveh.h".
1291         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
1292         * lib/striconveh.h: Include it.
1293         (enum iconv_ilseq_handler): Remove definition.
1294         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
1295         striconveh.h.
1296         * lib/striconveha.c: Include striconveh.h.
1297         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
1298         * modules/striconveh (Files): Add lib/iconveh.h.
1299         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
1300         lib/striconveh.h.
1301
1302 2009-04-10  Bruno Haible  <bruno@clisp.org>
1303
1304         * lib/uniconv.h: Update comment.
1305
1306 2009-04-10  Bruno Haible  <bruno@clisp.org>
1307
1308         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
1309         always.
1310         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1311         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1312         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1313         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
1314         "unistring-notinline.h", so that the function gets defined always.
1315         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1316         * lib/unistr/u8-uctomb.c: Likewise.
1317         * lib/unistr/u16-mbtouc.c: Likewise.
1318         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1319         * lib/unistr/u16-uctomb.c: Likewise.
1320         * lib/unistr/u32-mbtouc.c: Likewise.
1321         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1322         * lib/unistr/u32-uctomb.c: Likewise.
1323
1324 2009-04-10  Bruno Haible  <bruno@clisp.org>
1325
1326         Mark 'utime' obsolete.
1327         * modules/utime (Status, Notice): New sections.
1328         Suggested by Jim Meyering.
1329
1330         Fix cross-compile guess for utime test.
1331         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
1332         autoconf.
1333         * doc/posix-functions/utime.texi: Give more precisions.
1334         Reported by Jan <ipif@ymail.com>.
1335
1336 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
1337
1338         filevercmp: correct today's change
1339         * lib/filevercmp.c: Also handle coreutils' test inputs.
1340         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
1341
1342         Fix regression in 'filevercmp' module. Thanks Sven Joachim
1343         for reporting it.
1344         * lib/filevercmp.c: Special handle for "", "." and "..".
1345         * tests/test-filevercmp.c: Enlarge the set suite.
1346
1347 2009-04-07  Jim Meyering  <meyering@redhat.com>
1348
1349         useless-if-before-free: show how to remove braced useless free, too
1350         * build-aux/useless-if-before-free: still only in a comment, though.
1351
1352 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
1353
1354         maint.mk: import changes to syntax-check macros from coreutils
1355         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
1356         Use them in the relevant macros.
1357
1358 2009-04-06  Bruno Haible  <bruno@clisp.org>
1359
1360         Fix unportable use of bit-fields.
1361         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
1362         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
1363         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
1364
1365 2009-04-06  Bruno Haible  <bruno@clisp.org>
1366
1367         Avoid test failures on AIX and OSF/1.
1368         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
1369         that malloc(0) = NULL.
1370         * tests/unicase/test-u8-tolower.c (check): Likewise.
1371         * tests/unicase/test-u8-totitle.c (check): Likewise.
1372         * tests/unicase/test-u8-toupper.c (check): Likewise.
1373         * tests/unicase/test-u16-casefold.c (check): Likewise.
1374         * tests/unicase/test-u16-tolower.c (check): Likewise.
1375         * tests/unicase/test-u16-totitle.c (check): Likewise.
1376         * tests/unicase/test-u16-toupper.c (check): Likewise.
1377         * tests/unicase/test-u32-casefold.c (check): Likewise.
1378         * tests/unicase/test-u32-tolower.c (check): Likewise.
1379         * tests/unicase/test-u32-totitle.c (check): Likewise.
1380         * tests/unicase/test-u32-toupper.c (check): Likewise.
1381         * tests/uninorm/test-u8-nfc.c (check): Likewise.
1382         * tests/uninorm/test-u8-nfd.c (check): Likewise.
1383         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
1384         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
1385         * tests/uninorm/test-u16-nfc.c (check): Likewise.
1386         * tests/uninorm/test-u16-nfd.c (check): Likewise.
1387         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
1388         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
1389         * tests/uninorm/test-u32-nfc.c (check): Likewise.
1390         * tests/uninorm/test-u32-nfd.c (check): Likewise.
1391         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
1392         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
1393
1394 2009-04-05  Bruno Haible  <bruno@clisp.org>
1395
1396         Work around an autoconf limitation.
1397         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
1398         comment line if it would be longer than 3 KB.
1399
1400 2009-04-05  Bruno Haible  <bruno@clisp.org>
1401
1402         Avoid test failure with libiconv-1.13.
1403         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
1404         of the expected test results.
1405
1406 2009-04-05  Bruno Haible  <bruno@clisp.org>
1407
1408         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
1409         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
1410         that it should be installed.
1411
1412 2009-04-05  Bruno Haible  <bruno@clisp.org>
1413
1414         * gnulib-tool: New option --copy-file.
1415         (func_usage): Document it.
1416         (func_dest_tmpfilename): Moved out of func_import.
1417         (func_add_file, func_update_file): New functions, extracted from
1418         func_import.
1419         (func_import): Update.
1420
1421 2009-04-05  Karl Berry  <karl@gnu.org>
1422
1423         * README: prominently mention gnulib-tool.
1424         Rearrange sections so getting the code is near the top.
1425
1426 2009-04-05  Bruno Haible  <bruno@clisp.org>
1427
1428         * lib/unicase.h: Mention u*_cmp2.
1429         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
1430         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
1431         * lib/unicase/ulc-casecmp.c: Likewise.
1432         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
1433         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
1434         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
1435         unistr/u8-cmp.
1436         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
1437         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
1438         unistr/u16-cmp.
1439         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
1440         unistr/u32-cmp.
1441
1442         * lib/uninorm.h: Mention u*_cmp2.
1443         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
1444         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
1445         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
1446         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
1447         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
1448         unistr/u8-cmp.
1449         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
1450         unistr/u16-cmp.
1451         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
1452         unistr/u32-cmp.
1453
1454         New module 'unistr/u32-cmp2'.
1455         * lib/unistr/u32-cmp2.c: New file.
1456         * modules/unistr/u32-cmp2: New file.
1457
1458         New module 'unistr/u16-cmp2'.
1459         * lib/unistr/u16-cmp2.c: New file.
1460         * modules/unistr/u16-cmp2: New file.
1461
1462         New module 'unistr/u8-cmp2'.
1463         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
1464         * lib/unistr/u8-cmp2.c: New file.
1465         * lib/unistr/u-cmp2.h: New file.
1466         * modules/unistr/u8-cmp2: New file.
1467
1468 2009-04-05  Bruno Haible  <bruno@clisp.org>
1469
1470         * lib/unictype.h (uc_property_is_valid): New macro.
1471         * tests/unictype/test-pr_byname.c (main): Use it.
1472
1473         * lib/unistr.h: Doc fixes.
1474         * lib/uniconv.h: Doc fixes.
1475         * lib/unictype.h: Doc fixes.
1476
1477 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
1478
1479         Port coreutils 7.2 to Solaris 8.
1480
1481         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
1482         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
1483         for Solaris 8.  This is a bit of a hack, as it means it's the
1484         caller's responsibility to add -lnsl if needed, but most likely it
1485         won't be needed since only getaddrinfo uses this and getaddrinfo
1486         isn't needed on Solaris 8.
1487
1488         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
1489         problem to Solaris 8 encountered with coreutils 7.2, which
1490         resulted in a message "fnmatch.c:292: warning: passing argument 4
1491         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
1492         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
1493
1494 2009-04-03  Simon Josefsson  <simon@josefsson.org>
1495
1496         * m4/ld-version-script.m4: Add FIXME comment.
1497
1498 2009-04-02  Simon Josefsson  <simon@josefsson.org>
1499
1500         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
1501         SOVERSION variable.
1502
1503 2009-04-02  Bruno Haible  <bruno@clisp.org>
1504
1505         * Makefile (info, html, dvi, pdf): Combine the rules.
1506         Suggested by Jim Meyering.
1507
1508 2009-04-01  Bruno Haible  <bruno@clisp.org>
1509
1510         * Makefile (info, html, dvi, pdf): New targets.
1511         Reported by Reuben Thomas <rrt@sc3d.org>.
1512
1513 2009-04-01  Bruno Haible  <bruno@clisp.org>
1514
1515         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
1516         can be put into PATH.
1517         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
1518
1519 2009-04-01  Bruno Haible  <bruno@clisp.org>
1520
1521         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
1522
1523 2009-04-01  Bruno Haible  <bruno@clisp.org>
1524
1525         Rename module 'visibility'.
1526         * modules/lib-symbol-visibility: Renamed from modules/visibility.
1527         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
1528         * doc/gnulib.texi: Update.
1529         * MODULES.html.sh (Misc): Update.
1530         * NEWS: Mention the change.
1531
1532 2009-04-01  Simon Josefsson  <simon@josefsson.org>
1533
1534         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
1535         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
1536         Eric Blake <ebb9@byu.net> for review.
1537         * MODULES.html.sh: Add lib-msvc-compat.
1538         * doc/gnulib.texi: Link to new section.
1539         * m4/ld-output-def.m4: New file.
1540         * doc/ld-output-def.texi: New file.
1541
1542 2009-04-01  Simon Josefsson  <simon@josefsson.org>
1543
1544         Rename ld-version-script to lib-symbol-versions.  Suggested by
1545         Bruno Haible <bruno@clisp.org>.
1546         * modules/ld-version-script: Renamed to lib-symbol-versions.
1547         * doc/ld-version-script.texi: Fix module name.
1548         * MODULES.html.sh: Add lib-symbol-versions.
1549
1550 2009-03-31  Simon Josefsson  <simon@josefsson.org>
1551
1552         * modules/u64-tests: New file.
1553         * tests/test-u64.c: New file.
1554
1555 2009-03-04  Simon Josefsson  <simon@josefsson.org>
1556
1557         * MODULES.html.sh: Mention u64.
1558         * modules/u64: New module.
1559         * modules/crypto/sha512: Depend on u64 module instead of providing
1560         u64.h.
1561
1562 2009-03-27  Eric Blake  <ebb9@byu.net>
1563
1564         test-strerror: make debugging EAI_SYSTEM easier
1565         * modules/getaddrinfo-tests (Depends-on): Add strerror.
1566         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
1567         failure was EAI_SYSTEM.
1568
1569 2009-03-25  Bruno Haible  <bruno@clisp.org>
1570
1571         Fix a problem with --enable-relocatable on Solaris 7.
1572         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
1573         since 2008-02-24.
1574
1575 2009-03-25  Eric Blake  <ebb9@byu.net>
1576
1577         test-sockets: avoid gcc warning
1578         * tests/test-sockets.c (main): Silence compiler warning.
1579
1580 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
1581
1582         New modules nproc, pthread, contributed by Glen Lenker.
1583
1584         * MODULES.html.sh: Add pthread, nproc.
1585         * lib/nproc.c: New file.
1586         * lib/nproc.h: New file.
1587         * lib/pthread.in.h: New file.
1588         * m4/pthread.m4: New file.
1589         * modules/nproc: New file.
1590         * modules/pthread: New file.
1591
1592 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1593
1594         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
1595         New variable.
1596
1597 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
1598
1599         filevercmp: handle simple~ and numbered.~3~ backup suffixes
1600         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
1601         * tests/test-filevercmp.c: Add tests for backup suffixes.
1602
1603 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1604
1605         * modules/stdlib (Depends-on): Add stdint, needed when defining
1606         struct random_data on, for example, HP-UX 10.20.  Reported by
1607         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1608
1609 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1610
1611         * lib/readline.c (readline): Call fflush on stdout after printing
1612         prompt.
1613
1614 2009-03-20  Bruno Haible  <bruno@clisp.org>
1615
1616         Remove dependency from 'close' module to -lws2_32 on native Windows.
1617         * lib/close-hook.h: New file.
1618         * lib/close-hook.c: New file.
1619         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
1620         w32sock.h.
1621         (_gl_close_fd_maybe_socket): Remove function.
1622         (rpl_close): Invoke execute_all_close_hooks instead of
1623         _gl_close_fd_maybe_socket.
1624         * lib/sockets.c: Include close-hook.h, w32sock.h.
1625         (close_fd_maybe_socket): New function, essentially from lib/close.c.
1626         (close_sockets_hook): New variable.
1627         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
1628         (gl_sockets_cleanup): Unregister it.
1629         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
1630         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
1631         * modules/close-hook: New file.
1632         * modules/close (Files): Remove lib/w32sock.h.
1633         (Depends-on): Add close-hook.
1634         (Link): Remove section.
1635         * modules/sockets (Files): Add lib/w32sock.h.
1636         (Depends-on): Add close-hook.
1637         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
1638         invocation.
1639         * NEWS: Mention that LIB_CLOSE is gone.
1640
1641 2009-03-23  Eric Blake  <ebb9@byu.net>
1642
1643         signal-tests: test previous patch
1644         * tests/test-signal.c: New file.
1645         * modules/signal-tests: Likewise.
1646
1647         signal.h: always support 'volatile sig_atomic_t'
1648         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
1649         (gl_SIGNAL_H_DEFAULTS): Add a default.
1650         * modules/signal (Makefile.am): Substitute if needed.
1651         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
1652         users can blindly add volatile.
1653         * doc/posix-headers/signal.texi (signal.h): Document it.
1654         Reported by Matthew Woehlke.
1655
1656 2009-03-23  Jim Meyering  <meyering@redhat.com>
1657
1658         pathmax: PATH_MAX: use pathconf only when available
1659         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
1660         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
1661         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
1662         This avoids a link failure in a PSP cross-compilation environment
1663         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
1664
1665         * lib/vasnprintf.c (divide): Fix typo in comment.
1666
1667 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1668
1669         * gnulib-tool (func_filter_filelist): Fix comment.
1670
1671 2009-03-20  Bruno Haible  <bruno@clisp.org>
1672
1673         Make sockets.h self-contained.
1674         * lib/sockets.c: Include sockets.h first.
1675         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
1676
1677 2009-03-19  Eric Blake  <ebb9@byu.net>
1678
1679         doc: mention more functions added in cygwin 1.7.0
1680         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
1681         addition.
1682         * doc/posix-functions/log2f.texi: Likewise.
1683
1684 2009-03-19  Jim Meyering  <meyering@redhat.com>
1685
1686         fsusage: avoid syntax error due to statement-before-declaration
1687         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
1688         after all declarations.  Reported by Matthew Woehlke in
1689         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
1690
1691 2009-03-18  Eric Blake  <ebb9@byu.net>
1692
1693         build-aux/compile: sync from automake
1694         * build-aux/compile: New file, from automake.
1695         * config/srclist.txt: Mention build-aux/compile.
1696
1697 2009-03-17  Bruno Haible  <bruno@clisp.org>
1698
1699         * lib/git-merge-changelog.c: Fix typo in comment.
1700         Reported by Reuben Thomas <rrt@sc3d.org>.
1701
1702 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
1703
1704         * m4/regex.m4: update and improve help for
1705         --without-included-regex.
1706
1707 2009-03-17  Simon Josefsson  <simon@josefsson.org>
1708
1709         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
1710         failure on missing include files.
1711
1712 2009-03-17  Eric Blake  <ebb9@byu.net>
1713
1714         doc: mention more functions added in cygwin 1.7.0
1715         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
1716         addition.
1717         * doc/posix-functions/fwscanf.texi: Likewise.
1718         * doc/posix-functions/swprintf.texi: Likewise.
1719         * doc/posix-functions/swscanf.texi: Likewise.
1720         * doc/posix-functions/vfwprintf.texi: Likewise.
1721         * doc/posix-functions/vfwscanf.texi: Likewise.
1722         * doc/posix-functions/vswprintf.texi: Likewise.
1723         * doc/posix-functions/vswscanf.texi: Likewise.
1724         * doc/posix-functions/vwprintf.texi: Likewise.
1725         * doc/posix-functions/vwscanf.texi: Likewise.
1726         * doc/posix-functions/wcscasecmp.texi: Likewise.
1727         * doc/posix-functions/wcsdup.texi: Likewise.
1728         * doc/posix-functions/wcsftime.texi: Likewise.
1729         * doc/posix-functions/wcsncasecmp.texi: Likewise.
1730         * doc/posix-functions/wprintf.texi: Likewise.
1731         * doc/posix-functions/wscanf.texi: Likewise.
1732         * doc/glibc-functions/gethostbyname2.texi: Likewise.
1733
1734 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1735
1736         maint.mk: really add $(AM_MAKEFLAGS)
1737         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
1738         was inadvertently omitted in the last commit.
1739         Spotted by Bruno Haible.
1740
1741         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
1742         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
1743         $(AM_MAKEFLAGS)' rather than plain `make'.
1744
1745         gnulib-tool: execute $MAKE not make
1746         * gnulib-tool: Default $MAKE to 'make'.
1747         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
1748         than make.  Initialize $MAKE in the do-autobuild script.
1749
1750         gnulib-tool: use $MAKE not make in generated files
1751         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
1752         make, in generated files.  Initialize $MAKE in the do-autobuild
1753         script.
1754
1755         * top/GNUmakefile (_have-git-version-gen): Fix typo.
1756
1757         GNUmakefile: disable parallelism only for multiple, recursive targets
1758         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
1759         additions in the Makefile.
1760         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
1761         by Automake.
1762         (.NOTPARALLEL): Only disable parallel builds if multiple targets
1763         are listed on the command line and at least one of them is
1764         listed in $(ALL_RECURSIVE_TARGETS).
1765
1766 2009-03-14  Bruno Haible  <bruno@clisp.org>
1767
1768         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
1769         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
1770         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
1771         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
1772         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
1773         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
1774         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
1775         unistr/u8-uctomb.
1776         * modules/unistr/u8-strchr (Depends-on): Likewise.
1777         * modules/unistr/u8-strrchr (Depends-on): Likewise.
1778         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
1779         unistr/u16-uctomb.
1780         * modules/unistr/u16-strchr (Depends-on): Likewise.
1781         * modules/unistr/u16-strrchr (Depends-on): Likewise.
1782
1783 2009-03-12  Bruno Haible  <bruno@clisp.org>
1784
1785         Work around select() bug on Interix 3.5.
1786         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
1787         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
1788         * m4/select.m4: New file.
1789         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
1790         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
1791         * modules/select (Files): Add m4/select.m4.
1792         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
1793         * modules/nanosleep (Depends-on): Add select.
1794         * modules/poll (Depends-on): Likewise.
1795         * doc/posix-functions/select.texi: Mention the Interix bug.
1796         Reported by Markus Duft <mduft@gentoo.org>.
1797
1798         * lib/select.c: Renamed from lib/winsock-select.c.
1799         * modules/select (Files): Add lib/select.c, remove
1800         lib/winsock-select.c.
1801         (configure.ac): Update.
1802
1803 2009-03-12  Jim Meyering  <meyering@redhat.com>
1804
1805         avoid gcc warnings about unused macro definitions
1806         * lib/readtokens.c (STREQ): Remove unused definition.
1807         * lib/xmalloc.c (SIZE_MAX): Likewise.
1808         * lib/openat-die.c (N_): Likewise.
1809         * lib/mountlist.c (SIZE_MAX): Remove definition.
1810         Instead, include <stdint.h>.
1811         * lib/readutmp.c: Likewise.
1812         * modules/readutmp (Depends-on): Add stdint.
1813         * modules/mountlist (Depends-on): Add stdint.
1814         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
1815
1816 2009-03-10  Bruno Haible  <bruno@clisp.org>
1817
1818         Tests for module 'mbmemcasecoll'.
1819         * modules/mbmemcasecoll-tests: New file.
1820         * tests/test-mbmemcasecoll1.sh: New file.
1821         * tests/test-mbmemcasecoll2.sh: New file.
1822         * tests/test-mbmemcasecoll3.sh: New file.
1823         * tests/test-mbmemcasecoll.c: New file.
1824
1825         New module 'mbmemcasecoll'.
1826         * lib/mbmemcasecoll.h: New file.
1827         * lib/mbmemcasecoll.c: New file.
1828         * modules/mbmemcasecoll: New file.
1829
1830         * tests/test-mbmemcasecmp.h: New file, extracted from
1831         tests/test-mbmemcasecmp.c.
1832         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
1833         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
1834         (main): Update.
1835         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
1836
1837 2009-03-09  Bruno Haible  <bruno@clisp.org>
1838
1839         Tests for module 'mbmemcasecmp'.
1840         * modules/mbmemcasecmp-tests: New file.
1841         * tests/test-mbmemcasecmp1.sh: New file.
1842         * tests/test-mbmemcasecmp2.sh: New file.
1843         * tests/test-mbmemcasecmp3.sh: New file.
1844         * tests/test-mbmemcasecmp.c: New file.
1845
1846         New module 'mbmemcasecmp'.
1847         * lib/mbmemcasecmp.h: New file.
1848         * lib/mbmemcasecmp.c: New file.
1849         * modules/mbmemcasecmp: New file.
1850
1851 2009-03-09  Bruno Haible  <bruno@clisp.org>
1852
1853         Tests for module 'unicase/ulc-casecoll'.
1854         * modules/unicase/ulc-casecoll-tests: New file.
1855         * tests/unicase/test-ulc-casecoll1.sh: New file.
1856         * tests/unicase/test-ulc-casecoll2.sh: New file.
1857         * tests/unicase/test-ulc-casecoll.c: New file.
1858
1859         New module 'unicase/ulc-casecoll'.
1860         * lib/unicase.h (ulc_casecoll): New declaration.
1861         * lib/unicase/ulc-casecoll.c: New file.
1862         * modules/unicase/ulc-casecoll: New file.
1863
1864         New module 'unicase/ulc-casexfrm'.
1865         * lib/unicase.h (ulc_casexfrm): New declaration.
1866         * lib/unicase/ulc-casexfrm.c: New file.
1867         * modules/unicase/ulc-casexfrm: New file.
1868
1869 2009-03-09  Bruno Haible  <bruno@clisp.org>
1870
1871         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
1872         invocations.
1873
1874         * m4/mbscasecmp.m4: Remove file.
1875         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
1876         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
1877
1878         * m4/mbscasestr.m4: Remove file.
1879         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
1880         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
1881
1882         * m4/mbschr.m4: Remove file.
1883         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
1884         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
1885
1886         * m4/mbscspn.m4: Remove file.
1887         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
1888         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
1889
1890         * m4/mbslen.m4: Remove file.
1891         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
1892         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
1893
1894         * m4/mbsncasecmp.m4: Remove file.
1895         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
1896         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
1897
1898         * m4/mbsnlen.m4: Remove file.
1899         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
1900         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
1901
1902         * m4/mbspbrk.m4: Remove file.
1903         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
1904         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
1905
1906         * m4/mbspcasecmp.m4: Remove file.
1907         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
1908         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
1909
1910         * m4/mbsrchr.m4: Remove file.
1911         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
1912         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
1913
1914         * m4/mbssep.m4: Remove file.
1915         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
1916         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
1917
1918         * m4/mbsspn.m4: Remove file.
1919         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
1920         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
1921
1922         * m4/mbsstr.m4: Remove file.
1923         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
1924         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
1925
1926         * m4/mbstok_r.m4: Remove file.
1927         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
1928         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
1929
1930         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
1931
1932         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
1933         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
1934
1935         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
1936
1937 2009-03-08  Bruno Haible  <bruno@clisp.org>
1938
1939         Tests for module 'unicase/ulc-casecmp'.
1940         * modules/unicase/ulc-casecmp-tests: New file.
1941         * tests/unicase/test-ulc-casecmp1.sh: New file.
1942         * tests/unicase/test-ulc-casecmp2.sh: New file.
1943         * tests/unicase/test-ulc-casecmp.c: New file.
1944
1945         New module 'unicase/ulc-casecmp'.
1946         * lib/unicase.h (ulc_casecmp): New declaration.
1947         * lib/unicase/ulc-casecmp.c: New file.
1948         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
1949         'const SRC_UNIT *'.
1950         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
1951         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
1952         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
1953         * modules/unicase/ulc-casecmp: New file.
1954
1955         Tests for module 'unicase/u32-is-cased'.
1956         * modules/unicase/u32-is-cased-tests: New file.
1957         * tests/unicase/test-u32-is-cased.c: New file.
1958
1959         Tests for module 'unicase/u16-is-cased'.
1960         * modules/unicase/u16-is-cased-tests: New file.
1961         * tests/unicase/test-u16-is-cased.c: New file.
1962
1963         Tests for module 'unicase/u8-is-cased'.
1964         * modules/unicase/u8-is-cased-tests: New file.
1965         * tests/unicase/test-u8-is-cased.c: New file.
1966         * tests/unicase/test-is-cased.h: New file.
1967
1968         New module 'unicase/u32-is-cased'.
1969         * lib/unicase/u32-is-cased.c: New file.
1970         * modules/unicase/u32-is-cased: New file.
1971
1972         New module 'unicase/u16-is-cased'.
1973         * lib/unicase/u16-is-cased.c: New file.
1974         * modules/unicase/u16-is-cased: New file.
1975
1976         New module 'unicase/u8-is-cased'.
1977         * lib/unicase/u8-is-cased.c: New file.
1978         * lib/unicase/u-is-cased.h: New file.
1979         * modules/unicase/u8-is-cased: New file.
1980
1981         Tests for module 'unicase/u32-is-casefolded'.
1982         * modules/unicase/u32-is-casefolded-tests: New file.
1983         * tests/unicase/test-u32-is-casefolded.c: New file.
1984
1985         Tests for module 'unicase/u16-is-casefolded'.
1986         * modules/unicase/u16-is-casefolded-tests: New file.
1987         * tests/unicase/test-u16-is-casefolded.c: New file.
1988
1989         Tests for module 'unicase/u8-is-casefolded'.
1990         * modules/unicase/u8-is-casefolded-tests: New file.
1991         * tests/unicase/test-u8-is-casefolded.c: New file.
1992         * tests/unicase/test-is-casefolded.h: New file.
1993
1994         New module 'unicase/u32-is-casefolded'.
1995         * lib/unicase/u32-is-casefolded.c: New file.
1996         * modules/unicase/u32-is-casefolded: New file.
1997
1998         New module 'unicase/u16-is-casefolded'.
1999         * lib/unicase/u16-is-casefolded.c: New file.
2000         * modules/unicase/u16-is-casefolded: New file.
2001
2002         New module 'unicase/u8-is-casefolded'.
2003         * lib/unicase/u8-is-casefolded.c: New file.
2004         * modules/unicase/u8-is-casefolded: New file.
2005
2006         Tests for module 'unicase/u32-is-titlecase'.
2007         * modules/unicase/u32-is-titlecase-tests: New file.
2008         * tests/unicase/test-u32-is-titlecase.c: New file.
2009
2010         Tests for module 'unicase/u16-is-titlecase'.
2011         * modules/unicase/u16-is-titlecase-tests: New file.
2012         * tests/unicase/test-u16-is-titlecase.c: New file.
2013
2014         Tests for module 'unicase/u8-is-titlecase'.
2015         * modules/unicase/u8-is-titlecase-tests: New file.
2016         * tests/unicase/test-u8-is-titlecase.c: New file.
2017         * tests/unicase/test-is-titlecase.h: New file.
2018
2019         New module 'unicase/u32-is-titlecase'.
2020         * lib/unicase/u32-is-titlecase.c: New file.
2021         * modules/unicase/u32-is-titlecase: New file.
2022
2023         New module 'unicase/u16-is-titlecase'.
2024         * lib/unicase/u16-is-titlecase.c: New file.
2025         * modules/unicase/u16-is-titlecase: New file.
2026
2027         New module 'unicase/u8-is-titlecase'.
2028         * lib/unicase/u8-is-titlecase.c: New file.
2029         * modules/unicase/u8-is-titlecase: New file.
2030
2031         Tests for module 'unicase/u32-is-lowercase'.
2032         * modules/unicase/u32-is-lowercase-tests: New file.
2033         * tests/unicase/test-u32-is-lowercase.c: New file.
2034
2035         Tests for module 'unicase/u16-is-lowercase'.
2036         * modules/unicase/u16-is-lowercase-tests: New file.
2037         * tests/unicase/test-u16-is-lowercase.c: New file.
2038
2039         Tests for module 'unicase/u8-is-lowercase'.
2040         * modules/unicase/u8-is-lowercase-tests: New file.
2041         * tests/unicase/test-u8-is-lowercase.c: New file.
2042         * tests/unicase/test-is-lowercase.h: New file.
2043
2044         New module 'unicase/u32-is-lowercase'.
2045         * lib/unicase/u32-is-lowercase.c: New file.
2046         * modules/unicase/u32-is-lowercase: New file.
2047
2048         New module 'unicase/u16-is-lowercase'.
2049         * lib/unicase/u16-is-lowercase.c: New file.
2050         * modules/unicase/u16-is-lowercase: New file.
2051
2052         New module 'unicase/u8-is-lowercase'.
2053         * lib/unicase/u8-is-lowercase.c: New file.
2054         * modules/unicase/u8-is-lowercase: New file.
2055
2056         Tests for module 'unicase/u32-is-uppercase'.
2057         * modules/unicase/u32-is-uppercase-tests: New file.
2058         * tests/unicase/test-u32-is-uppercase.c: New file.
2059
2060         Tests for module 'unicase/u16-is-uppercase'.
2061         * modules/unicase/u16-is-uppercase-tests: New file.
2062         * tests/unicase/test-u16-is-uppercase.c: New file.
2063
2064         Tests for module 'unicase/u8-is-uppercase'.
2065         * modules/unicase/u8-is-uppercase-tests: New file.
2066         * tests/unicase/test-u8-is-uppercase.c: New file.
2067         * tests/unicase/test-is-uppercase.h: New file.
2068
2069         New module 'unicase/u32-is-uppercase'.
2070         * lib/unicase/u32-is-uppercase.c: New file.
2071         * modules/unicase/u32-is-uppercase: New file.
2072
2073         New module 'unicase/u16-is-uppercase'.
2074         * lib/unicase/u16-is-uppercase.c: New file.
2075         * modules/unicase/u16-is-uppercase: New file.
2076
2077         New module 'unicase/u8-is-uppercase'.
2078         * lib/unicase/u8-is-uppercase.c: New file.
2079         * modules/unicase/u8-is-uppercase: New file.
2080
2081         New module 'unicase/u32-is-invariant'.
2082         * lib/unicase/u32-is-invariant.c: New file.
2083         * modules/unicase/u32-is-invariant: New file.
2084
2085         New module 'unicase/u16-is-invariant'.
2086         * lib/unicase/u16-is-invariant.c: New file.
2087         * modules/unicase/u16-is-invariant: New file.
2088
2089         New module 'unicase/u8-is-invariant'.
2090         * lib/unicase/u8-is-invariant.c: New file.
2091         * lib/unicase/invariant.h: New file.
2092         * lib/unicase/u-is-invariant.h: New file.
2093         * modules/unicase/u8-is-invariant: New file.
2094
2095         Tests for module 'unicase/u32-casecoll'.
2096         * modules/unicase/u32-casecoll-tests: New file.
2097         * tests/unicase/test-u32-casecoll.c: New file.
2098
2099         Tests for module 'unicase/u16-casecoll'.
2100         * modules/unicase/u16-casecoll-tests: New file.
2101         * tests/unicase/test-u16-casecoll.c: New file.
2102
2103         Tests for module 'unicase/u8-casecoll'.
2104         * modules/unicase/u8-casecoll-tests: New file.
2105         * tests/unicase/test-u8-casecoll.c: New file.
2106
2107         New module 'unicase/u32-casecoll'.
2108         * lib/unicase/u32-casecoll.c: New file.
2109         * modules/unicase/u32-casecoll: New file.
2110
2111         New module 'unicase/u16-casecoll'.
2112         * lib/unicase/u16-casecoll.c: New file.
2113         * modules/unicase/u16-casecoll: New file.
2114
2115         New module 'unicase/u8-casecoll'.
2116         * lib/unicase/u8-casecoll.c: New file.
2117         * lib/unicase/u-casecoll.h: New file.
2118         * modules/unicase/u8-casecoll: New file.
2119
2120         New module 'unicase/u32-casexfrm'.
2121         * lib/unicase/u32-casexfrm.c: New file.
2122         * modules/unicase/u32-casexfrm: New file.
2123
2124         New module 'unicase/u16-casexfrm'.
2125         * lib/unicase/u16-casexfrm.c: New file.
2126         * modules/unicase/u16-casexfrm: New file.
2127
2128         New module 'unicase/u8-casexfrm'.
2129         * lib/unicase/u8-casexfrm.c: New file.
2130         * lib/unicase/u-casexfrm.h: New file.
2131         * modules/unicase/u8-casexfrm: New file.
2132
2133         Tests for module 'unicase/u32-casecmp'.
2134         * modules/unicase/u32-casecmp-tests: New file.
2135         * tests/unicase/test-u32-casecmp.c: New file.
2136
2137         Tests for module 'unicase/u16-casecmp'.
2138         * modules/unicase/u16-casecmp-tests: New file.
2139         * tests/unicase/test-u16-casecmp.c: New file.
2140
2141         Tests for module 'unicase/u8-casecmp'.
2142         * modules/unicase/u8-casecmp-tests: New file.
2143         * tests/unicase/test-u8-casecmp.c: New file.
2144         * tests/unicase/test-casecmp.h: New file.
2145
2146         New module 'unicase/u32-casecmp'.
2147         * lib/unicase/u32-casecmp.c: New file.
2148         * modules/unicase/u32-casecmp: New file.
2149
2150         New module 'unicase/u16-casecmp'.
2151         * lib/unicase/u16-casecmp.c: New file.
2152         * modules/unicase/u16-casecmp: New file.
2153
2154         New module 'unicase/u8-casecmp'.
2155         * lib/unicase/u8-casecmp.c: New file.
2156         * lib/unicase/u-casecmp.h: New file.
2157         * modules/unicase/u8-casecmp: New file.
2158
2159         Tests for module 'unicase/u32-casefold'.
2160         * modules/unicase/u32-casefold-tests: New file.
2161         * tests/unicase/test-u32-casefold.c: New file.
2162
2163         Tests for module 'unicase/u16-casefold'.
2164         * modules/unicase/u16-casefold-tests: New file.
2165         * tests/unicase/test-u16-casefold.c: New file.
2166
2167         Tests for module 'unicase/u8-casefold'.
2168         * modules/unicase/u8-casefold-tests: New file.
2169         * tests/unicase/test-u8-casefold.c: New file.
2170
2171         New module 'unicase/u32-casefold'.
2172         * lib/unicase/u32-casefold.c: New file.
2173         * modules/unicase/u32-casefold: New file.
2174
2175         New module 'unicase/u16-casefold'.
2176         * lib/unicase/u16-casefold.c: New file.
2177         * modules/unicase/u16-casefold: New file.
2178
2179         New module 'unicase/u8-casefold'.
2180         * lib/unicase/u8-casefold.c: New file.
2181         * lib/unicase/u-casefold.h: New file.
2182         * modules/unicase/u8-casefold: New file.
2183
2184         New module 'unicase/tocasefold'.
2185         * lib/unicase/casefold.h: New file.
2186         * lib/unicase/tocasefold.c: New file.
2187         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
2188         * modules/unicase/tocasefold: New file.
2189
2190         Tests for module 'unicase/u32-totitle'.
2191         * modules/unicase/u32-totitle-tests: New file.
2192         * tests/unicase/test-u32-totitle.c: New file.
2193
2194         Tests for module 'unicase/u16-totitle'.
2195         * modules/unicase/u16-totitle-tests: New file.
2196         * tests/unicase/test-u16-totitle.c: New file.
2197
2198         Tests for module 'unicase/u8-totitle'.
2199         * modules/unicase/u8-totitle-tests: New file.
2200         * tests/unicase/test-u8-totitle.c: New file.
2201
2202         New module 'unicase/u32-totitle'.
2203         * lib/unicase/u32-totitle.c: New file.
2204         * modules/unicase/u32-totitle: New file.
2205
2206         New module 'unicase/u16-totitle'.
2207         * lib/unicase/u16-totitle.c: New file.
2208         * modules/unicase/u16-totitle: New file.
2209
2210         New module 'unicase/u8-totitle'.
2211         * lib/unicase/u8-totitle.c: New file.
2212         * lib/unicase/u-totitle.h: New file.
2213         * modules/unicase/u8-totitle: New file.
2214
2215         Tests for module 'unicase/u32-tolower'.
2216         * modules/unicase/u32-tolower-tests: New file.
2217         * tests/unicase/test-u32-tolower.c: New file.
2218
2219         Tests for module 'unicase/u16-tolower'.
2220         * modules/unicase/u16-tolower-tests: New file.
2221         * tests/unicase/test-u16-tolower.c: New file.
2222
2223         Tests for module 'unicase/u8-tolower'.
2224         * modules/unicase/u8-tolower-tests: New file.
2225         * tests/unicase/test-u8-tolower.c: New file.
2226
2227         New module 'unicase/u32-tolower'.
2228         * lib/unicase/u32-tolower.c: New file.
2229         * modules/unicase/u32-tolower: New file.
2230
2231         New module 'unicase/u16-tolower'.
2232         * lib/unicase/u16-tolower.c: New file.
2233         * modules/unicase/u16-tolower: New file.
2234
2235         New module 'unicase/u8-tolower'.
2236         * lib/unicase/u8-tolower.c: New file.
2237         * modules/unicase/u8-tolower: New file.
2238
2239         Tests for module 'unicase/u32-toupper'.
2240         * modules/unicase/u32-toupper-tests: New file.
2241         * tests/unicase/test-u32-toupper.c: New file.
2242
2243         Tests for module 'unicase/u16-toupper'.
2244         * modules/unicase/u16-toupper-tests: New file.
2245         * tests/unicase/test-u16-toupper.c: New file.
2246
2247         Tests for module 'unicase/u8-toupper'.
2248         * modules/unicase/u8-toupper-tests: New file.
2249         * tests/unicase/test-u8-toupper.c: New file.
2250
2251         New module 'unicase/u32-toupper'.
2252         * lib/unicase/u32-toupper.c: New file.
2253         * modules/unicase/u32-toupper: New file.
2254
2255         New module 'unicase/u16-toupper'.
2256         * lib/unicase/u16-toupper.c: New file.
2257         * modules/unicase/u16-toupper: New file.
2258
2259         New module 'unicase/u8-toupper'.
2260         * lib/unicase/u8-toupper.c: New file.
2261         * modules/unicase/u8-toupper: New file.
2262
2263         New module 'unicase/u32-casemap'.
2264         * lib/unicase/u32-casemap.c: New file.
2265         * modules/unicase/u32-casemap: New file.
2266
2267         New module 'unicase/u16-casemap'.
2268         * lib/unicase/u16-casemap.c: New file.
2269         * modules/unicase/u16-casemap: New file.
2270
2271         New module 'unicase/u8-casemap'.
2272         * lib/unicase/unicasemap.h: New file.
2273         * lib/unicase/u8-casemap.c: New file.
2274         * lib/unicase/u-casemap.h: New file.
2275         * modules/unicase/u8-casemap: New file.
2276
2277         New module 'unicase/special-casing'.
2278         * lib/unicase/special-casing.h: New file.
2279         * lib/unicase/special-casing.c: New file.
2280         * lib/unicase/special-casing-table.gperf: New file, generated by
2281         gen-uni-tables.c.
2282         * modules/unicase/special-casing: New file.
2283
2284         Tests for module 'unicase/locale-language'.
2285         * modules/unicase/locale-language-tests: New file.
2286         * tests/unicase/test-locale-language.sh: New file.
2287         * tests/unicase/test-locale-language.c: New file.
2288
2289         New module 'unicase/locale-language'.
2290         * lib/unicase/locale-language.c: New file.
2291         * lib/unicase/locale-languages.gperf: New file.
2292         * modules/unicase/locale-language: New file.
2293
2294         Generate more tables for case conversion and case folding.
2295         * lib/gen-uni-tables.c (SCC_*): New enum items.
2296         (struct special_casing_rule): New type.
2297         (casing_rules, num_casing_rules, allocated_casing_rules): New
2298         variables.
2299         (add_casing_rule, fill_casing_rules): New functions.
2300         (struct casefold_rule): New type.
2301         (casefolding_rules, num_casefolding_rules,
2302         allocated_casefolding_rules): New variables.
2303         (fill_casefolding_rules): New function.
2304         (unicode_casefold): New variable.
2305         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
2306         sort_casing_rules, output_casing_rules): New functions.
2307         (main): Accept to more arguments: SpecialCasing.txt and
2308         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
2309         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
2310         Output mapping for casefolding.
2311
2312         * lib/unicase.h: Include stdbool.h, uninorm.h.
2313         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
2314         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
2315         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
2316         arguments.
2317         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
2318         resultp arguments.
2319         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
2320         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
2321         resultp arguments.
2322         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
2323         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
2324         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
2325         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
2326         declarations.
2327         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
2328
2329 2009-03-08  Bruno Haible  <bruno@clisp.org>
2330
2331         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2332         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
2333         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
2334         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2335
2336 2009-03-07  Bruno Haible  <bruno@clisp.org>
2337
2338         Adjust u*_normcmp, u*_normcoll API.
2339         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2340         u16_normcoll, u32_normcoll): Change failure conventions.
2341         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
2342         errno and return -1.
2343         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2344
2345 2009-03-07  Bruno Haible  <bruno@clisp.org>
2346
2347         Tests for module 'uninorm/u32-normcoll'.
2348         * modules/uninorm/u32-normcoll-tests: New file.
2349         * tests/uninorm/test-u32-normcoll.c: New file.
2350
2351         Tests for module 'uninorm/u16-normcoll'.
2352         * modules/uninorm/u16-normcoll-tests: New file.
2353         * tests/uninorm/test-u16-normcoll.c: New file.
2354
2355         Tests for module 'uninorm/u8-normcoll'.
2356         * modules/uninorm/u8-normcoll-tests: New file.
2357         * tests/uninorm/test-u8-normcoll.c: New file.
2358
2359 2009-03-07  Bruno Haible  <bruno@clisp.org>
2360
2361         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
2362         tests/uninorm/test-u32-normcmp.c.
2363         * tests/uninorm/test-u32-normcmp.c: Include it.
2364         (test_nonascii): New function, extracted from main. Add some more
2365         tests.
2366         (main): Invoke test_ascii and test_nonascii.
2367         * modules/uninorm/u32-normcmp-tests (Files): Add
2368         tests/uninorm/test-u32-normcmp.h.
2369         (Depends-on): Remove uninorm/u32-normcmp.
2370
2371         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
2372         tests/uninorm/test-u16-normcmp.c.
2373         * tests/uninorm/test-u16-normcmp.c: Include it.
2374         (test_nonascii): New function, extracted from main. Add some more
2375         tests.
2376         (main): Invoke test_ascii and test_nonascii.
2377         * modules/uninorm/u16-normcmp-tests (Files): Add
2378         tests/uninorm/test-u16-normcmp.h.
2379         (Depends-on): Remove uninorm/u16-normcmp.
2380
2381         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
2382         tests/uninorm/test-u8-normcmp.c.
2383         * tests/uninorm/test-u8-normcmp.c: Include it.
2384         (test_nonascii): New function, extracted from main. Add some more
2385         tests.
2386         (main): Invoke test_ascii and test_nonascii.
2387         * modules/uninorm/u8-normcmp-tests (Files): Add
2388         tests/uninorm/test-u8-normcmp.h.
2389         (Depends-on): Remove uninorm/u8-normcmp.
2390
2391 2009-03-07  Bruno Haible  <bruno@clisp.org>
2392
2393         New module 'uninorm/u32-normcoll'.
2394         * lib/uninorm/u32-normcoll.c: New file.
2395         * modules/uninorm/u32-normcoll: New file.
2396
2397         New module 'uninorm/u16-normcoll'.
2398         * lib/uninorm/u16-normcoll.c: New file.
2399         * modules/uninorm/u16-normcoll: New file.
2400
2401         New module 'uninorm/u8-normcoll'.
2402         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
2403         declarations.
2404         * lib/uninorm/u8-normcoll.c: New file.
2405         * lib/uninorm/u-normcoll.h: New file.
2406         * modules/uninorm/u8-normcoll: New file.
2407
2408         New module 'uninorm/u32-normxfrm'.
2409         * lib/uninorm/u32-normxfrm.c: New file.
2410         * modules/uninorm/u32-normxfrm: New file.
2411
2412         New module 'uninorm/u16-normxfrm'.
2413         * lib/uninorm/u16-normxfrm.c: New file.
2414         * modules/uninorm/u16-normxfrm: New file.
2415
2416         New module 'uninorm/u8-normxfrm'.
2417         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
2418         declarations.
2419         * lib/uninorm/u8-normxfrm.c: New file.
2420         * lib/uninorm/u-normxfrm.h: New file.
2421         * modules/uninorm/u8-normxfrm: New file.
2422
2423 2009-03-07  Bruno Haible  <bruno@clisp.org>
2424
2425         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
2426         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
2427         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
2428
2429 2009-03-07  Bruno Haible  <bruno@clisp.org>
2430
2431         New module 'memxfrm'.
2432         * lib/memxfrm.h: New file.
2433         * lib/memxfrm.c: New file.
2434         * modules/memxfrm: New file.
2435
2436 2009-03-07  Bruno Haible  <bruno@clisp.org>
2437
2438         New module 'memcmp2'.
2439         * lib/memcmp2.h: New file.
2440         * lib/memcmp2.c: New file.
2441         * modules/memcmp2: New file.
2442
2443 2009-03-07  Bruno Haible  <bruno@clisp.org>
2444
2445         Tests for module 'uninorm/decomposing-form'.
2446         * modules/uninorm/decomposing-form-tests: New file.
2447         * tests/uninorm/test-decomposing-form.c: New file.
2448
2449         New module 'uninorm/decomposing-form'.
2450         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
2451         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
2452         Add 'decomposing_variant' field.
2453         * lib/uninorm/decomposing-form.c: New file.
2454         * lib/uninorm/nfc.c (uninorm_nfc): Update.
2455         * lib/uninorm/nfd.c (uninorm_nfd): Update.
2456         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
2457         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
2458         * modules/uninorm/decomposing-form: New file.
2459         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
2460         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
2461
2462 2009-03-07  Bruno Haible  <bruno@clisp.org>
2463
2464         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
2465         strings.
2466
2467 2009-03-06  Bruno Haible  <bruno@clisp.org>
2468
2469         Tests for module 'uninorm/u32-normcmp'.
2470         * tests/uninorm/test-u32-normcmp.c: New file.
2471         * modules/uninorm/u32-normcmp-tests: New file.
2472
2473         Tests for module 'uninorm/u16-normcmp'.
2474         * tests/uninorm/test-u16-normcmp.c: New file.
2475         * modules/uninorm/u16-normcmp-tests: New file.
2476
2477         Tests for module 'uninorm/u8-normcmp'.
2478         * tests/uninorm/test-u8-normcmp.c: New file.
2479         * modules/uninorm/u8-normcmp-tests: New file.
2480
2481         New module 'uninorm/u32-normcmp'.
2482         * lib/uninorm/u32-normcmp.c: New file.
2483         * modules/uninorm/u32-normcmp: New file.
2484
2485         New module 'uninorm/u16-normcmp'.
2486         * lib/uninorm/u16-normcmp.c: New file.
2487         * modules/uninorm/u16-normcmp: New file.
2488
2489         New module 'uninorm/u8-normcmp'.
2490         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
2491         declarations.
2492         * lib/uninorm/u8-normcmp.c: New file.
2493         * lib/uninorm/u-normcmp.h: New file.
2494         * modules/uninorm/u8-normcmp: New file.
2495
2496 2009-03-06  Bruno Haible  <bruno@clisp.org>
2497
2498         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
2499         Reported by Eric Blake.
2500
2501 2009-03-06  Eric Blake  <ebb9@byu.net>
2502             Bruno Haible  <bruno@clisp.org>
2503
2504         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
2505         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
2506         condition.
2507         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
2508         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
2509         condition.
2510         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
2511
2512 2009-03-06  Eric Blake  <ebb9@byu.net>
2513
2514         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
2515         to avoid compiler warnings.
2516         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
2517
2518 2009-03-05  Bruno Haible  <bruno@clisp.org>
2519
2520         * tests/test-ftell.c (main): Disable test beyond end of file on
2521         FreeMiNT.
2522         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
2523
2524 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
2525
2526         * lib/filevercmp.c: Move hidden files up in ordering.
2527         * tests/test-filevercmp.c: Add tests for hidden files.
2528
2529 2009-03-04  Bruno Haible  <bruno@clisp.org>
2530
2531         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
2532         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
2533         AM_CFLAGS.
2534         Reported by Simon Josefsson.
2535
2536 2009-03-03  Bruno Haible  <bruno@clisp.org>
2537
2538         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
2539         Reported by Simon Josefsson.
2540
2541         * doc/ld-version-script.texi: Update node reference.
2542
2543 2009-03-03  Bruno Haible  <bruno@clisp.org>
2544
2545         * modules/visibility (License): Change to 'unlimited'.
2546         Suggested by Simon Josefsson.
2547
2548 2009-03-03  Jim Meyering  <meyering@redhat.com>
2549
2550         unlinkdir: cannot_unlink_dir may modify process state
2551         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
2552         it's neither thread-safe nor appropriate for use in a library.
2553
2554 2009-03-03  Eric Blake  <ebb9@byu.net>
2555
2556         test-closein: silence test under Darwin
2557         * tests/test-closein.sh: Ignore stderr from cat, since we don't
2558         care if it dies from EPIPE or EBADF.
2559
2560 2009-03-03  Bruno Haible  <bruno@clisp.org>
2561
2562         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
2563         earlier.
2564         * doc/visibility.texi: Fix @node and @section.
2565
2566 2009-03-03  Simon Josefsson  <simon@josefsson.org>
2567
2568         * doc/gnulib.texi: Link to sections for ld version script and
2569         visibility.
2570         * doc/visibility.texi: Add @node and @section.
2571         * modules/ld-version-script: New module.
2572         * m4/ld-version-script.m4: New file.
2573         * doc/ld-version-script.texi: New file.
2574
2575 2009-03-02  David Lutterkort  <lutter@redhat.com>
2576
2577         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
2578         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2579
2580 2009-03-02  Bruno Haible  <bruno@clisp.org>
2581
2582         * doc/visibility.texi: Mention libtool's -export-symbols option.
2583
2584 2009-03-02  Jim Meyering  <meyering@redhat.com>
2585
2586         announce-gen: new option: --no-print-checksums
2587         * build-aux/announce-gen (usage): Describe it.
2588         (print_checksums): Print a newline here, not in the [*] footnote.
2589         (main): Honor it.
2590
2591 2009-03-01  Bruno Haible  <bruno@clisp.org>
2592
2593         Use socklen_t in the native Windows replacements prototypes.
2594         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
2595         instead of 'int'.
2596         * lib/getsockopt.c (rpl_getsockopt): Likewise.
2597         * lib/setsockopt.c (rpl_setsockopt): Likewise.
2598         * modules/getsockopt (Depends-on): Add socklen.
2599         * modules/setsockopt (Depends-on): Add socklen.
2600
2601 2009-03-01  Bruno Haible  <bruno@clisp.org>
2602
2603         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
2604         least 4.2.
2605
2606 2009-03-01  Eric Blake  <ebb9@byu.net>
2607             Bruno Haible  <bruno@clisp.org>
2608
2609         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
2610         error messages.
2611         * lib/wait-process.c (wait_subprocess): Omit error message about
2612         deadly signal sent to the child of termsigp != NULL.
2613
2614 2009-03-01  Eric Blake  <ebb9@byu.net>
2615
2616         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
2617
2618 2009-03-01  Bruno Haible  <bruno@clisp.org>
2619
2620         Avoid a gcc warning.
2621         * tests/test-sched.c (b): Make global.
2622         Reported by Eric Blake.
2623
2624 2009-01-19  Martin Lambers  <marlam@marlam.de>
2625
2626         Provide POSIX semantics for socket timeout options on W32.
2627         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
2628         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
2629         * modules/setsockopt: Depend on sys_time module for struct timeval.
2630         * modules/getsockopt: Depend on sys_time module for struct timeval.
2631
2632 2009-03-01  Simon Josefsson  <simon@josefsson.org>
2633
2634         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
2635         __USE_GNU, for consistency with netdb.in.h.
2636         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2637
2638 2009-03-01  Bruno Haible  <bruno@clisp.org>
2639
2640         More support for FreeMiNT.
2641         * lib/fseeko.c (rpl_fseeko): Complete last commit.
2642         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2643
2644 2009-03-01  Bruno Haible  <bruno@clisp.org>
2645
2646         More support for FreeMiNT.
2647         * lib/fpurge.c (fpurge): Correct last commit.
2648         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2649
2650 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2651
2652         Fix unportable awk script in vc-list-files.
2653         * build-aux/vc-list-files: In the replacement awk script, use
2654         substr with a second argument of 1, not zero.
2655         Report by Simon Josefsson.
2656
2657 2009-02-28  Bruno Haible  <bruno@clisp.org>
2658
2659         More support for FreeMiNT.
2660         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
2661         to FreeMiNT today.
2662         * lib/fwriting.c (fwriting): Likewise.
2663         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
2664
2665 2009-02-28  Bruno Haible  <bruno@clisp.org>
2666
2667         * tests/test-freadseek.c (main): Disable test beyond end of file on
2668         FreeMiNT.
2669         * tests/test-ftello.c (main): Likewise.
2670         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
2671
2672 2009-02-28  Bruno Haible  <bruno@clisp.org>
2673
2674         Add tentative support for FreeMiNT.
2675         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
2676         * lib/fpurge.c (fpurge): Likewise.
2677         * lib/freadable.c (freadable): Likewise.
2678         * lib/freading.c (freading): Likewise.
2679         * lib/freadptr.c (freadptr): Likewise.
2680         * lib/freadseek.c (freadptrinc): Likewise.
2681         * lib/fseeko.c (rpl_fseeko): Likewise.
2682         * lib/fseterr.c (fseterr): Likewise.
2683         * lib/fwritable.c (fwritable): Likewise.
2684         * lib/fwriting.c (fwriting): Likewise.
2685         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
2686         Hourihane.
2687         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2688
2689 2009-02-28  Bruno Haible  <bruno@clisp.org>
2690
2691         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
2692         SIGCHLD.
2693         Reported by Jim Meyering.
2694
2695 2009-02-28  Bruno Haible  <bruno@clisp.org>
2696
2697         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
2698         Mention the results of these tests on various platforms.
2699         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
2700         order.
2701         * doc/posix-functions/printf.texi: Likewise.
2702         * doc/posix-functions/snprintf.texi: Likewise.
2703         * doc/posix-functions/sprintf.texi: Likewise.
2704         * doc/posix-functions/vfprintf.texi: Likewise.
2705         * doc/posix-functions/vprintf.texi: Likewise.
2706         * doc/posix-functions/vsnprintf.texi: Likewise.
2707         * doc/posix-functions/vsprintf.texi: Likewise.
2708         * doc/glibc-functions/obstack_printf.texi: Likewise.
2709         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
2710
2711 2009-02-28  Bruno Haible  <bruno@clisp.org>
2712
2713         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
2714         Reported by Loïc Minier <lool@dooz.org>.
2715
2716 2009-02-27  Bruno Haible  <bruno@clisp.org>
2717
2718         * gnulib-tool (func_import): Make the sed expression used to create the
2719         sed script for updating the .gitignore file POSIX compliant.
2720         Reported by Eric Blake.
2721
2722 2009-02-27  Bruno Haible  <bruno@clisp.org>
2723
2724         * gnulib-tool (sed): Don't alias as "sed --posix".
2725         Reported by Eric Blake.
2726
2727 2009-02-27  Bruno Haible  <bruno@clisp.org>
2728
2729         Avoid test link errors.
2730         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
2731         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
2732         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
2733         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
2734         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2735
2736 2009-02-27  Bruno Haible  <bruno@clisp.org>
2737
2738         Avoid spurious "(cached)" in configure output.
2739         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
2740         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
2741         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
2742         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
2743         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
2744         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
2745         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
2746         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
2747         Reported by Eric Blake.
2748
2749 2009-02-27  Eric Blake  <ebb9@byu.net>
2750
2751         printf: fix regression in previous patch
2752         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
2753
2754 2009-02-27  Bruno Haible  <bruno@clisp.org>
2755
2756         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
2757         value.
2758         * lib/stdint.in.h: Likewise.
2759         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
2760
2761 2009-02-27  Eric Blake  <ebb9@byu.net>
2762
2763         doc: mention more functions added in cygwin 1.7.0
2764         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
2765         addition.
2766         * doc/posix-functions/open_wmemstream.texi: Likewise.
2767         * doc/posix-functions/wcsnlen.texi: Likewise.
2768         * doc/posix-functions/wcsnrtombs.texi: Likewise.
2769         * doc/posix-functions/wcstod.texi: Likewise.
2770         * doc/posix-functions/wcstof.texi: Likewise.
2771         * doc/posix-functions/wcstoimax.texi: Likewise.
2772         * doc/posix-functions/wcstok.texi: Likewise.
2773         * doc/posix-functions/wcstoumax.texi: Likewise.
2774
2775         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
2776         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
2777         * doc/posix-functions/fprintf.texi: Update.
2778         * doc/posix-functions/printf.texi: Update.
2779         * doc/posix-functions/snprintf.texi: Update.
2780         * doc/posix-functions/sprintf.texi: Update.
2781         * doc/posix-functions/vfprintf.texi: Update.
2782         * doc/posix-functions/vprintf.texi: Update.
2783         * doc/posix-functions/vsnprintf.texi: Update.
2784         * doc/posix-functions/vsprintf.texi: Update.
2785         * doc/glibc-functions/obstack_printf.texi: Update.
2786         * doc/glibc-functions/obstack_vprintf.texi: Update.
2787
2788 2009-02-26  Eric Blake  <ebb9@byu.net>
2789
2790         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
2791         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
2792         compilation bug by using runtime conversion.
2793         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
2794         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
2795         * modules/ceill-tests (Files): Use nan.h.
2796         * modules/floorl-tests (Files): Likewise.
2797         * modules/frexpl-tests (Files): Likewise.
2798         * modules/isnanl-tests (Files): Likewise.
2799         * modules/ldexpl-tests (Files): Likewise.
2800         * modules/roundl-tests (Files): Likewise.
2801         * modules/truncl-tests (Files): Likewise.
2802         * tests/test-ceill.c (main): Use a working NaN.
2803         * tests/test-floorl.c (main): Likewise.
2804         * tests/test-frexpl.c (main): Likewise.
2805         * tests/test-isnan.c (test_long_double): Likewise.
2806         * tests/test-isnanl.h (main): Likewise.
2807         * tests/test-ldexpl.h (main): Likewise.
2808         * tests/test-roundl.h (main): Likewise.
2809         * tests/test-truncl.h (main): Likewise.
2810         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
2811
2812 2009-02-26  Eric Blake  <ebb9@byu.net>
2813             Bruno Haible  <bruno@clisp.org>
2814
2815         Work around a *printf bug with %ls on Solaris.
2816         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
2817         precision is specified, sprintf stops converting the wide string
2818         argument when the number of bytes that have been produced by this
2819         conversion equals or exceeds the precision.
2820         * doc/posix-functions/fprintf.texi: Update.
2821         * doc/posix-functions/printf.texi: Update.
2822         * doc/posix-functions/snprintf.texi: Update.
2823         * doc/posix-functions/sprintf.texi: Update.
2824         * doc/posix-functions/vfprintf.texi: Update.
2825         * doc/posix-functions/vprintf.texi: Update.
2826         * doc/posix-functions/vsnprintf.texi: Update.
2827         * doc/posix-functions/vsprintf.texi: Update.
2828         * doc/glibc-functions/obstack_printf.texi: Update.
2829         * doc/glibc-functions/obstack_vprintf.texi: Update.
2830
2831 2009-02-26  Eric Blake  <ebb9@byu.net>
2832
2833         stdlib: favor compiler check of random.h
2834         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
2835         to avoid an ObjC random.h installed by Swarm.
2836
2837 2009-02-26  Bruno Haible  <bruno@clisp.org>
2838
2839         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
2840         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
2841         Reported by Gary V. Vaughan <gary@gnu.org>.
2842
2843 2009-02-26  Bruno Haible  <bruno@clisp.org>
2844
2845         Fix *printf behaviour regarding the %ls directive.
2846         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
2847         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
2848         NEED_PRINTF_DIRECTIVE_LS.
2849         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
2850         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2851         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2852         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
2853         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
2854         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
2855         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2856         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2857         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2858         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2859         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2860         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
2861         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2862         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2863         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2864         * doc/posix-functions/fprintf.texi: Update.
2865         * doc/posix-functions/printf.texi: Update.
2866         * doc/posix-functions/snprintf.texi: Update.
2867         * doc/posix-functions/sprintf.texi: Update.
2868         * doc/posix-functions/vfprintf.texi: Update.
2869         * doc/posix-functions/vprintf.texi: Update.
2870         * doc/posix-functions/vsnprintf.texi: Update.
2871         * doc/posix-functions/vsprintf.texi: Update.
2872         * doc/glibc-functions/obstack_printf.texi: Update.
2873         * doc/glibc-functions/obstack_vprintf.texi: Update.
2874         Reported by Eric Blake.
2875
2876 2009-02-25  Bruno Haible  <bruno@clisp.org>
2877
2878         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
2879         with known value.
2880         Reported by Gary V. Vaughan <gary@gnu.org>.
2881
2882 2009-02-25  Bruno Haible  <bruno@clisp.org>
2883
2884         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
2885         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
2886         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
2887         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
2888         Reported by Gary V. Vaughan <gary@gnu.org>.
2889
2890 2009-02-25  Bruno Haible  <bruno@clisp.org>
2891
2892         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
2893         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
2894         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
2895         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
2896         Reported by Gary V. Vaughan <gary@gnu.org>.
2897
2898 2009-02-25  Eric Blake  <ebb9@byu.net>
2899
2900         tests: skip fseek/ftell tests if ungetc is broken
2901         * m4/ungetc.m4: New file.
2902         * modules/fseek-tests: Split test, so ungetc dependency is
2903         separate from rest of test.
2904         * modules/fseeko-tests: Likewise.
2905         * modules/ftell-tests: Likewise.
2906         * modules/ftello-tests: Likewise.
2907         * tests/test-fseek.c (main): Isolate ungetc dependency.
2908         * tests/test-fseeko.c (main): Likewise.
2909         * tests/test-ftell.c (main): Likewise.
2910         * tests/test-ftello.c (main): Likewise.
2911         * tests/test-fseek2.sh: New file.
2912         * tests/test-fseeko2.sh: Likewise.
2913         * tests/test-ftell2.sh: Likewise.
2914         * tests/test-ftello2.sh: Likewise.
2915
2916 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
2917
2918         test-getaddrinfo: fix usage of skip return code 77
2919         * tests/test-gettaddrinfo.c: Return skip code 77 only
2920         for first occurance of skip (4x77 is not 77)
2921
2922 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
2923
2924         strtod: avoid C99 decl-after-statement
2925         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
2926
2927 2009-02-24  Eric Blake  <ebb9@byu.net>
2928
2929         strtod: detect HP-UX 11.31 bug
2930         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
2931         Reported by Gary V. Vaughan.
2932
2933 2009-02-23  Bruno Haible  <bruno@clisp.org>
2934
2935         Fix invalid read past end of memory block.
2936         * lib/vasnprintf.c (DCHAR_SET): Define.
2937         (local_wcslen): Define only when needed.
2938         (local_strnlen, local_wcsnlen): New functions.
2939         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
2940         directives that involve a conversion ourselves.
2941         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
2942         wcsnlen, mbrtowc, wcrtomb.
2943         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
2944         * tests/test-vasprintf-posix.c (test_function): Likewise.
2945         * tests/test-snprintf-posix.h (test_function): Likewise.
2946         * tests/test-sprintf-posix.h (test_function): Likewise.
2947         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2948
2949 2009-02-22  Bruno Haible  <bruno@clisp.org>
2950
2951         Implement new clarified decomposition of Hangul syllables.
2952         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
2953         of type LTV, return only a pairwise decomposition.
2954         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
2955         Likewise.
2956         * tests/uninorm/test-decomposition.c (main): Updated expected result.
2957         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
2958         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
2959
2960 2009-02-22  Bruno Haible  <bruno@clisp.org>
2961
2962         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
2963         zero-length results and shrink excess allocated memory.
2964         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
2965         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
2966         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
2967         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
2968         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
2969         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
2970         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
2971         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
2972         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
2973         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
2974         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
2975         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
2976
2977 2009-02-21  Bruno Haible  <bruno@clisp.org>
2978
2979         * doc/gnulib.texi: Include safe-alloc.texi earlier.
2980         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
2981         spaces after a period. Put a space between a macro name and its
2982         argument list. Trivial rewordings.
2983         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
2984         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
2985         (main): Return 0 explicitly.
2986
2987 2009-02-21  Bruno Haible  <bruno@clisp.org>
2988
2989         Tests for module 'uninorm/filter'.
2990         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
2991         * modules/uninorm/filter-tests: New file.
2992
2993         New module 'uninorm/filter'.
2994         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
2995         uninorm_filter_flush, uninorm_filter_free): New declarations.
2996         * lib/uninorm/uninorm-filter.c: New file.
2997         * modules/uninorm/filter: New file.
2998
2999 2009-02-21  Bruno Haible  <bruno@clisp.org>
3000
3001         Tests for module 'uninorm/nfkc'.
3002         * tests/uninorm/test-nfkc.c: New file.
3003         * tests/uninorm/test-u8-nfkc.c: New file.
3004         * tests/uninorm/test-u16-nfkc.c: New file.
3005         * tests/uninorm/test-u32-nfkc.c: New file.
3006         * tests/uninorm/test-u32-nfkc-big.sh: New file.
3007         * tests/uninorm/test-u32-nfkc-big.c: New file.
3008         * modules/uninorm/nfkc-tests: New file.
3009
3010         New module 'uninorm/nfkc'.
3011         * lib/uninorm/nfkc.c: New file.
3012         * modules/uninorm/nfkc: New file.
3013
3014         Tests for module 'uninorm/nfkd'.
3015         * tests/uninorm/test-nfkd.c: New file.
3016         * tests/uninorm/test-u8-nfkd.c: New file.
3017         * tests/uninorm/test-u16-nfkd.c: New file.
3018         * tests/uninorm/test-u32-nfkd.c: New file.
3019         * tests/uninorm/test-u32-nfkd-big.sh: New file.
3020         * tests/uninorm/test-u32-nfkd-big.c: New file.
3021         * modules/uninorm/nfkd-tests: New file.
3022
3023         New module 'uninorm/nfkd'.
3024         * lib/uninorm/nfkd.c: New file.
3025         * modules/uninorm/nfkd: New file.
3026
3027         Tests for module 'uninorm/nfc'.
3028         * tests/uninorm/test-nfc.c: New file.
3029         * tests/uninorm/test-u8-nfc.c: New file.
3030         * tests/uninorm/test-u16-nfc.c: New file.
3031         * tests/uninorm/test-u32-nfc.c: New file.
3032         * tests/uninorm/test-u32-nfc-big.sh: New file.
3033         * tests/uninorm/test-u32-nfc-big.c: New file.
3034         * modules/uninorm/nfc-tests: New file.
3035
3036         New module 'uninorm/nfc'.
3037         * lib/uninorm/nfc.c: New file.
3038         * modules/uninorm/nfc: New file.
3039
3040         Tests for module 'uninorm/nfd'.
3041         * tests/uninorm/test-nfd.c: New file.
3042         * tests/uninorm/test-u8-nfd.c: New file.
3043         * tests/uninorm/test-u16-nfd.c: New file.
3044         * tests/uninorm/test-u32-nfd.c: New file.
3045         * tests/uninorm/test-u32-nfd-big.sh: New file.
3046         * tests/uninorm/test-u32-nfd-big.c: New file.
3047         * tests/uninorm/test-u32-normalize-big.h: New file.
3048         * tests/uninorm/test-u32-normalize-big.c: New file.
3049         * tests/uninorm/NormalizationTest.txt: New file, created from
3050         Unicode 5.1.0 NormalizationTest.txt.
3051         * modules/uninorm/nfd-tests: New file.
3052
3053         New module 'uninorm/nfd'.
3054         * lib/uninorm/nfd.c: New file.
3055         * modules/uninorm/nfd: New file.
3056
3057         New module 'uninorm/u32-normalize'.
3058         * lib/uninorm/u32-normalize.c: New file.
3059         * modules/uninorm/u32-normalize: New file.
3060
3061         New module 'uninorm/u16-normalize'.
3062         * lib/uninorm/u16-normalize.c: New file.
3063         * modules/uninorm/u16-normalize: New file.
3064
3065         New module 'uninorm/u8-normalize'.
3066         * lib/uninorm/u8-normalize.c: New file.
3067         * lib/uninorm/normalize-internal.h: New file.
3068         * lib/uninorm/u-normalize-internal.h: New file.
3069         * modules/uninorm/u8-normalize: New file.
3070
3071         New module 'uninorm/decompose-internal'.
3072         * lib/uninorm/decompose-internal.c: New file.
3073         * modules/uninorm/decompose-internal: New file.
3074
3075         Tests for module 'uninorm/composition'.
3076         * tests/uninorm/test-composition.c: New file.
3077         * modules/uninorm/composition-tests: New file.
3078
3079         New module 'uninorm/composition'.
3080         * lib/uninorm/composition.c: New file.
3081         * lib/uninorm/composition-table.gperf: New file, generated by
3082         gen-uni-tables.
3083         * modules/uninorm/composition: New file.
3084
3085         Tests for module 'uninorm/compat-decomposition'.
3086         * tests/uninorm/test-compat-decomposition.c: New file.
3087         * modules/uninorm/compat-decomposition-tests: New file.
3088
3089         New module 'uninorm/compat-decomposition'.
3090         * lib/uninorm/decompose-internal.h: New file.
3091         * lib/uninorm/compat-decomposition.c: New file.
3092         * modules/uninorm/compat-decomposition: New file.
3093
3094         Tests for module 'uninorm/canonical-decomposition'.
3095         * tests/uninorm/test-canonical-decomposition.c: New file.
3096         * modules/uninorm/canonical-decomposition-tests: New file.
3097
3098         New module 'uninorm/canonical-decomposition'.
3099         * lib/uninorm/canonical-decomposition.c: New file.
3100         * modules/uninorm/canonical-decomposition: New file.
3101
3102         Tests for module 'uninorm/decomposition'.
3103         * tests/uninorm/test-decomposition.c: New file.
3104         * modules/uninorm/decomposition-tests: New file.
3105
3106         New module 'uninorm/decomposition'.
3107         * lib/uninorm/decomposition.c: New file.
3108         * modules/uninorm/decomposition: New file.
3109
3110         New module 'uninorm/decomposition-table'.
3111         * lib/uninorm/decomposition-table.h: New file.
3112         * lib/uninorm/decomposition-table.c: New file.
3113         * lib/uninorm/decomposition-table1.h: New file, generated by
3114         gen-uni-tables.
3115         * lib/uninorm/decomposition-table2.h: New file, generated by
3116         gen-uni-tables.
3117         * modules/uninorm/decomposition-table: New file.
3118
3119         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
3120         (UC_DECOMP_*): New enumeration items.
3121         (get_decomposition): New function.
3122         (struct decomp_table): New type.
3123         (output_decomposition, output_decomposition_tables): New functions.
3124         (unicode_composition_exclusions): New variable.
3125         (fill_composition_exclusions, debug_output_composition_tables): New
3126         functions.
3127         (main): Accept one more argument. Invoke fill_composition_exclusions.
3128         Output decomposition and composition tables.
3129
3130         New module 'uninorm/base'.
3131         * lib/uninorm.h: New file.
3132         * lib/unictype.h: Update comment.
3133         * modules/uninorm/base: New file.
3134
3135 2009-02-21  David Lutterkort  <lutter@redhat.com>
3136
3137         Tests for module 'safe-alloc'.
3138         * tests/test-safe-alloc.c: New file.
3139         * modules/safe-alloc-tests: New file.
3140
3141         New module 'safe-alloc'.
3142         * lib/safe-alloc.h: New file.
3143         * lib/safe-alloc.c: New file.
3144         * m4/safe-alloc.m4: New file.
3145         * modules/safe-alloc: New file.
3146         * doc/safe-alloc.texi: New file.
3147         * doc/gnulib.texi: Include it.
3148         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
3149         safe-alloc.
3150
3151 2009-02-18  Bruno Haible  <bruno@clisp.org>
3152
3153         Fix link error on non-glibc systems.
3154         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
3155         variable.
3156         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3157
3158 2009-02-18  Jim Meyering  <meyering@redhat.com>
3159
3160         fts: avoid used-uninitialized error due to recent change
3161         * lib/fts.c (fts_read): Guard uses of the new member,
3162         parent->fts_n_dirs_remaining, since it's not relevant for
3163         the parent of a directory specified on the command-line.
3164
3165 2009-02-17  James Youngman  <jay@gnu.org>
3166             Bruno Haible  <bruno@clisp.org>
3167
3168         * m4/include_next.m4: Reformulate comment.
3169
3170 2009-02-16  Jim Meyering  <meyering@redhat.com>
3171
3172         fts: add #if guards so that the fts_lgpl module still builds
3173         * lib/fts.c: Guard just-added hash-table-using parts with
3174         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
3175         Reported by Simon Josefsson.
3176
3177 2009-02-15  Bruno Haible  <bruno@clisp.org>
3178
3179         * modules/array-mergesort-tests: New file.
3180         * tests/test-array-mergesort.c: New file.
3181
3182         New module 'array-mergesort'.
3183         * modules/array-mergesort: New file.
3184         * lib/array-mergesort.h: New file.
3185
3186 2009-02-15  Bruno Haible  <bruno@clisp.org>
3187
3188         Fix 2009-02-07 commit.
3189         * lib/gen-uni-tables.c (output_predicate, output_category,
3190         output_combclass, output_bidi_category, output_decimal_digit,
3191         output_digit, output_numeric, output_mirror, output_scripts,
3192         output_ident_category, output_simple_mapping): Fix format directives.
3193         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
3194
3195 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
3196
3197         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
3198         fixes are available from IBM.
3199
3200 2009-02-13  Jim Meyering  <meyering@redhat.com>
3201
3202         fts: arrange not to stat non-directories in more cases
3203         This makes GNU find (when it doesn't need to stat each file)
3204         *much* more efficient at traversing reiserfs file systems.
3205         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
3206         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
3207         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
3208         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
3209         (leaf_optimization_applies): New function.
3210         (LCO_hash, LCO_compare): New helper functions.
3211         (link_count_optimize_ok): New function.
3212         (fts_stat): Initialize new member (if dir).
3213         (fts_read): Decrement parent's fts_n_dirs_remaining count if
3214         we've just stat'ed a directory.  Skip the stat call when possible.
3215         ---
3216         Note this AFS-related exchange:
3217         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
3218         and note find's pioctl call in find/fstype.c.
3219         But that is necessary only if you want to enable the
3220         optimization for AFS, and for now, I don't.
3221
3222         fts: move a function definition "up" (no semantic change)
3223         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
3224         "up" to precede upcoming use of a related function.
3225
3226 2009-02-11  Jim Meyering  <meyering@redhat.com>
3227
3228         fts: correct internal computation of nlinks (optimization-related)
3229         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
3230         whether the current entry is a directory, so don't test it.
3231
3232 2009-02-10  Bruno Haible  <bruno@clisp.org>
3233
3234         Tests for module 'uniwbrk/ulc-wordbreaks'.
3235         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
3236         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
3237         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
3238
3239         Tests for module 'uniwbrk/u32-wordbreaks'.
3240         * modules/uniwbrk/u32-wordbreaks-tests: New file.
3241         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
3242
3243         Tests for module 'uniwbrk/u16-wordbreaks'.
3244         * modules/uniwbrk/u16-wordbreaks-tests: New file.
3245         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
3246
3247         Tests for module 'uniwbrk/u8-wordbreaks'.
3248         * modules/uniwbrk/u8-wordbreaks-tests: New file.
3249         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
3250
3251 2009-02-10  Bruno Haible  <bruno@clisp.org>
3252
3253         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
3254         property.
3255         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
3256         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
3257         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
3258
3259 2009-02-10  Simon Josefsson  <simon@josefsson.org>
3260
3261         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
3262         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
3263
3264 2009-02-10  Bruno Haible  <bruno@clisp.org>
3265
3266         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
3267         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
3268         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
3269         * lib/unilbrk/u8-possible-linebreaks.c: Update.
3270         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
3271         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
3272
3273 2009-02-09  Simon Josefsson  <simon@josefsson.org>
3274
3275         * lib/sockets.h (gl_fd_to_handle): New function.
3276
3277         * tests/test-sockets.c: Call gl_fd_to_handle.
3278
3279 2009-02-09  Bruno Haible  <bruno@clisp.org>
3280
3281         * doc/havelib.texi: Document the conventions on bi-arch systems.
3282
3283 2009-02-08  Bruno Haible  <bruno@clisp.org>
3284
3285         Document the AC_LIB_LINKFLAGS macro.
3286         * doc/havelib.texi: New file, mostly written on 2005-05-24.
3287         * doc/gnulib.texi: Include it.
3288
3289 2009-02-08  Bruno Haible  <bruno@clisp.org>
3290
3291         Fix wrong order of sections, compared to TOC.
3292         * doc/gnulib.texi: Include relocatable-maint.texi after the
3293         "Regular expressions" node, not before.
3294
3295 2009-02-08  Bruno Haible  <bruno@clisp.org>
3296
3297         Tests for module 'unicase/totitle'.
3298         * modules/unicase/totitle-tests: New file.
3299
3300         Tests for module 'unicase/tolower'.
3301         * modules/unicase/tolower-tests: New file.
3302
3303         Tests for module 'unicase/toupper'.
3304         * modules/unicase/toupper-tests: New file.
3305         * tests/unicase/test-mapping-part1.h: New file.
3306         * tests/unicase/test-mapping-part2.h: New file.
3307
3308         New module 'unicase/totitle'.
3309         * modules/unicase/totitle: New file.
3310         * lib/unicase/totitle.c: New file.
3311
3312         New module 'unicase/tolower'.
3313         * modules/unicase/tolower: New file.
3314         * lib/unicase/tolower.c: New file.
3315
3316         New module 'unicase/toupper'.
3317         * modules/unicase/toupper: New file.
3318         * lib/unicase/toupper.c: New file.
3319         * lib/unicase/simple-mapping.h: New file.
3320
3321         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
3322         (mapping_table): New structure.
3323         (output_simple_mapping): New function.
3324         (main): Invoke output_simple_mapping_test and output_simple_mapping.
3325         * modules/gen-uni-tables (Description): Update.
3326         * lib/unicase/toupper.h: New file, automatically generated by
3327         gen-uni-tables.
3328         * lib/unicase/tolower.h: New file, automatically generated by
3329         gen-uni-tables.
3330         * lib/unicase/totitle.h: New file, automatically generated by
3331         gen-uni-tables.
3332         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
3333         gen-uni-tables.
3334         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
3335         gen-uni-tables.
3336         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
3337         gen-uni-tables.
3338
3339         New module 'unicase/base'.
3340         * modules/unicase/base: New file.
3341         * lib/unicase.h: New file.
3342
3343 2009-02-08  Bruno Haible  <bruno@clisp.org>
3344
3345         New module 'uniwbrk/ulc-wordbreaks'.
3346         * modules/uniwbrk/ulc-wordbreaks: New file.
3347         * lib/uniwbrk/ulc-wordbreaks.c: New file.
3348
3349         New module 'uniwbrk/u32-wordbreaks'.
3350         * modules/uniwbrk/u32-wordbreaks: New file.
3351         * lib/uniwbrk/u32-wordbreaks.c: New file.
3352
3353         New module 'uniwbrk/u16-wordbreaks'.
3354         * modules/uniwbrk/u16-wordbreaks: New file.
3355         * lib/uniwbrk/u16-wordbreaks.c: New file.
3356
3357         New module 'uniwbrk/u8-wordbreaks'.
3358         * modules/uniwbrk/u8-wordbreaks: New file.
3359         * lib/uniwbrk/u8-wordbreaks.c: New file.
3360         * lib/uniwbrk/u-wordbreaks.h: New file.
3361
3362         New module 'uniwbrk/table'.
3363         * modules/uniwbrk/table: New file.
3364         * lib/uniwbrk/wbrktable.h: New file.
3365         * lib/uniwbrk/wbrktable.c: New file.
3366
3367         New module 'uniwbrk/wordbreak-property'.
3368         * modules/uniwbrk/wordbreak-property: New file.
3369         * lib/uniwbrk/wordbreak-property.c: New file.
3370
3371         * lib/gen-uni-tables.c (WBP_*): New enum items.
3372         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
3373         (unicode_org_wbp): New variable.
3374         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
3375         New functions.
3376         (wbp_table): New structure.
3377         (output_wbp, output_wbrk_tables): New functions.
3378         (main): Accept additional argument. Invoke fill_org_wbp,
3379         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
3380         output_wbrk_tables.
3381         * modules/gen-uni-tables (Description): Update.
3382         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
3383         gen-uni-tables.
3384
3385         New module 'uniwbrk/base'.
3386         * modules/uniwbrk/base: New file.
3387         * lib/uniwbrk.h: New file.
3388
3389 2009-02-08  Bruno Haible  <bruno@clisp.org>
3390
3391         Update to Unicode 5.1.0.
3392         * lib/gen-uni-tables.c (is_property_alphabetic): Include
3393         U+2185..U+2188.
3394         (is_property_default_ignorable_code_point): Don't include characters
3395         of category Cc or Cs and not-a-characters.
3396         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
3397         U+0D79, U+109E, U+109F, U+A60C.
3398         * lib/unictype/bidi_of.h: Regenerated.
3399         * lib/unictype/blocks.h: Regenerated.
3400         * lib/unictype/categ_C.h: Regenerated.
3401         * lib/unictype/categ_Cf.h: Regenerated.
3402         * lib/unictype/categ_Cn.h: Regenerated.
3403         * lib/unictype/categ_L.h: Regenerated.
3404         * lib/unictype/categ_Ll.h: Regenerated.
3405         * lib/unictype/categ_Lm.h: Regenerated.
3406         * lib/unictype/categ_Lo.h: Regenerated.
3407         * lib/unictype/categ_Lu.h: Regenerated.
3408         * lib/unictype/categ_M.h: Regenerated.
3409         * lib/unictype/categ_Mc.h: Regenerated.
3410         * lib/unictype/categ_Me.h: Regenerated.
3411         * lib/unictype/categ_Mn.h: Regenerated.
3412         * lib/unictype/categ_N.h: Regenerated.
3413         * lib/unictype/categ_Nd.h: Regenerated.
3414         * lib/unictype/categ_Nl.h: Regenerated.
3415         * lib/unictype/categ_No.h: Regenerated.
3416         * lib/unictype/categ_P.h: Regenerated.
3417         * lib/unictype/categ_Pd.h: Regenerated.
3418         * lib/unictype/categ_Pe.h: Regenerated.
3419         * lib/unictype/categ_Pf.h: Regenerated.
3420         * lib/unictype/categ_Pi.h: Regenerated.
3421         * lib/unictype/categ_Po.h: Regenerated.
3422         * lib/unictype/categ_Ps.h: Regenerated.
3423         * lib/unictype/categ_S.h: Regenerated.
3424         * lib/unictype/categ_Sk.h: Regenerated.
3425         * lib/unictype/categ_Sm.h: Regenerated.
3426         * lib/unictype/categ_So.h: Regenerated.
3427         * lib/unictype/categ_of.h: Regenerated.
3428         * lib/unictype/combining.h: Regenerated.
3429         * lib/unictype/ctype_alnum.h: Regenerated.
3430         * lib/unictype/ctype_alpha.h: Regenerated.
3431         * lib/unictype/ctype_graph.h: Regenerated.
3432         * lib/unictype/ctype_lower.h: Regenerated.
3433         * lib/unictype/ctype_print.h: Regenerated.
3434         * lib/unictype/ctype_punct.h: Regenerated.
3435         * lib/unictype/ctype_upper.h: Regenerated.
3436         * lib/unictype/decdigit.h: Regenerated.
3437         * lib/unictype/digit.h: Regenerated.
3438         * lib/unictype/mirror.h: Regenerated.
3439         * lib/unictype/numeric.h: Regenerated.
3440         * lib/unictype/pr_alphabetic.h: Regenerated.
3441         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
3442         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
3443         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
3444         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
3445         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
3446         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
3447         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
3448         * lib/unictype/pr_combining.h: Regenerated.
3449         * lib/unictype/pr_dash.h: Regenerated.
3450         * lib/unictype/pr_decimal_digit.h: Regenerated.
3451         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
3452         * lib/unictype/pr_deprecated.h: Regenerated.
3453         * lib/unictype/pr_diacritic.h: Regenerated.
3454         * lib/unictype/pr_extender.h: Regenerated.
3455         * lib/unictype/pr_format_control.h: Regenerated.
3456         * lib/unictype/pr_grapheme_base.h: Regenerated.
3457         * lib/unictype/pr_grapheme_extend.h: Regenerated.
3458         * lib/unictype/pr_grapheme_link.h: Regenerated.
3459         * lib/unictype/pr_id_continue.h: Regenerated.
3460         * lib/unictype/pr_id_start.h: Regenerated.
3461         * lib/unictype/pr_ideographic.h: Regenerated.
3462         * lib/unictype/pr_ignorable_control.h: Regenerated.
3463         * lib/unictype/pr_lowercase.h: Regenerated.
3464         * lib/unictype/pr_math.h: Regenerated.
3465         * lib/unictype/pr_numeric.h: Regenerated.
3466         * lib/unictype/pr_other_alphabetic.h: Regenerated.
3467         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
3468         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
3469         * lib/unictype/pr_other_id_continue.h: Regenerated.
3470         * lib/unictype/pr_other_lowercase.h: Regenerated.
3471         * lib/unictype/pr_other_math.h: Regenerated.
3472         * lib/unictype/pr_punctuation.h: Regenerated.
3473         * lib/unictype/pr_sentence_terminal.h: Regenerated.
3474         * lib/unictype/pr_soft_dotted.h: Regenerated.
3475         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
3476         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
3477         * lib/unictype/pr_unified_ideograph.h: Regenerated.
3478         * lib/unictype/pr_uppercase.h: Regenerated.
3479         * lib/unictype/pr_xid_continue.h: Regenerated.
3480         * lib/unictype/pr_xid_start.h: Regenerated.
3481         * lib/unictype/pr_zero_width.h: Regenerated.
3482         * lib/unictype/scripts.h: Regenerated.
3483         * lib/unictype/scripts_byname.gperf: Regenerated.
3484         * lib/unictype/sy_java_ident.h: Regenerated.
3485         * lib/unilbrk/lbrkprop1.h: Regenerated.
3486         * lib/unilbrk/lbrkprop2.h: Regenerated.
3487         * tests/unictype/test-categ_C.c: Regenerated.
3488         * tests/unictype/test-categ_Cf.c: Regenerated.
3489         * tests/unictype/test-categ_Cn.c: Regenerated.
3490         * tests/unictype/test-categ_L.c: Regenerated.
3491         * tests/unictype/test-categ_Ll.c: Regenerated.
3492         * tests/unictype/test-categ_Lm.c: Regenerated.
3493         * tests/unictype/test-categ_Lo.c: Regenerated.
3494         * tests/unictype/test-categ_Lu.c: Regenerated.
3495         * tests/unictype/test-categ_M.c: Regenerated.
3496         * tests/unictype/test-categ_Mc.c: Regenerated.
3497         * tests/unictype/test-categ_Me.c: Regenerated.
3498         * tests/unictype/test-categ_Mn.c: Regenerated.
3499         * tests/unictype/test-categ_N.c: Regenerated.
3500         * tests/unictype/test-categ_Nd.c: Regenerated.
3501         * tests/unictype/test-categ_Nl.c: Regenerated.
3502         * tests/unictype/test-categ_No.c: Regenerated.
3503         * tests/unictype/test-categ_P.c: Regenerated.
3504         * tests/unictype/test-categ_Pd.c: Regenerated.
3505         * tests/unictype/test-categ_Pe.c: Regenerated.
3506         * tests/unictype/test-categ_Pf.c: Regenerated.
3507         * tests/unictype/test-categ_Pi.c: Regenerated.
3508         * tests/unictype/test-categ_Po.c: Regenerated.
3509         * tests/unictype/test-categ_Ps.c: Regenerated.
3510         * tests/unictype/test-categ_S.c: Regenerated.
3511         * tests/unictype/test-categ_Sk.c: Regenerated.
3512         * tests/unictype/test-categ_Sm.c: Regenerated.
3513         * tests/unictype/test-categ_So.c: Regenerated.
3514         * tests/unictype/test-ctype_alnum.c: Regenerated.
3515         * tests/unictype/test-ctype_alpha.c: Regenerated.
3516         * tests/unictype/test-ctype_graph.c: Regenerated.
3517         * tests/unictype/test-ctype_lower.c: Regenerated.
3518         * tests/unictype/test-ctype_print.c: Regenerated.
3519         * tests/unictype/test-ctype_punct.c: Regenerated.
3520         * tests/unictype/test-ctype_upper.c: Regenerated.
3521         * tests/unictype/test-decdigit.h: Regenerated.
3522         * tests/unictype/test-digit.h: Regenerated.
3523         * tests/unictype/test-numeric.h: Regenerated.
3524         * tests/unictype/test-pr_alphabetic.c: Regenerated.
3525         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
3526         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
3527         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
3528         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
3529         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
3530         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
3531         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
3532         * tests/unictype/test-pr_combining.c: Regenerated.
3533         * tests/unictype/test-pr_dash.c: Regenerated.
3534         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
3535         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
3536         * tests/unictype/test-pr_deprecated.c: Regenerated.
3537         * tests/unictype/test-pr_diacritic.c: Regenerated.
3538         * tests/unictype/test-pr_extender.c: Regenerated.
3539         * tests/unictype/test-pr_format_control.c: Regenerated.
3540         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
3541         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
3542         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
3543         * tests/unictype/test-pr_id_continue.c: Regenerated.
3544         * tests/unictype/test-pr_id_start.c: Regenerated.
3545         * tests/unictype/test-pr_ideographic.c: Regenerated.
3546         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
3547         * tests/unictype/test-pr_lowercase.c: Regenerated.
3548         * tests/unictype/test-pr_math.c: Regenerated.
3549         * tests/unictype/test-pr_numeric.c: Regenerated.
3550         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
3551         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
3552         Regenerated.
3553         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
3554         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
3555         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
3556         * tests/unictype/test-pr_other_math.c: Regenerated.
3557         * tests/unictype/test-pr_punctuation.c: Regenerated.
3558         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
3559         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
3560         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
3561         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
3562         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
3563         * tests/unictype/test-pr_uppercase.c: Regenerated.
3564         * tests/unictype/test-pr_xid_continue.c: Regenerated.
3565         * tests/unictype/test-pr_xid_start.c: Regenerated.
3566         * tests/unictype/test-pr_zero_width.c: Regenerated.
3567
3568         Update to Unicode 5.1.0.
3569         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
3570         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
3571         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
3572         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
3573         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
3574         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
3575         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
3576         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
3577         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
3578         (nonspacing_table_ind): Update.
3579         * tests/uniwidth/test-uc_width2.sh: Update expected result.
3580
3581         Update to Unicode 5.1.0.
3582         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
3583         code transform.
3584         * lib/uniname/uniname.c (unicode_character_name,
3585         unicode_name_character): Add the range 0x1Fxxx to the code transform.
3586         * lib/uniname/uninames.h: Regenerated.
3587         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
3588
3589 2009-02-07  Bruno Haible  <bruno@clisp.org>
3590
3591         Merge gen-ctype and gen-lbrk into a single program.
3592         * lib/gen-uni-tables.c: New file, incorporating
3593         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
3594         Add directory prefixes to the names of the generated files.
3595         * lib/unictype/gen-ctype.c: Remove file.
3596         * lib/unilbrk/gen-lbrk.c: Remove file.
3597         * modules/gen-uni-tables: New file.
3598         * modules/unictype/gen-ctype: Remove file.
3599         * modules/unilbrk/gen-lbrk: Remove file.
3600
3601 2009-02-07  Bruno Haible  <bruno@clisp.org>
3602
3603         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
3604
3605         New module 'unistr/u32-strcoll'.
3606         * modules/unistr/u32-strcoll: New file.
3607         * lib/unistr/u32-strcoll.c: New file.
3608
3609         New module 'unistr/u16-strcoll'.
3610         * modules/unistr/u16-strcoll: New file.
3611         * lib/unistr/u16-strcoll.c: New file.
3612
3613         New module 'unistr/u8-strcoll'.
3614         * modules/unistr/u8-strcoll: New file.
3615         * lib/unistr/u8-strcoll.c: New file.
3616         * lib/unistr/u-strcoll.h: New file.
3617
3618 2009-02-07  Bruno Haible  <bruno@clisp.org>
3619
3620         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
3621         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
3622         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
3623         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
3624         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
3625         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
3626
3627 2009-02-07  Bruno Haible  <bruno@clisp.org>
3628
3629         Make 64-bit clean.
3630         * lib/unictype/gen-ctype.c (output_predicate, output_category,
3631         output_combclass, output_bidi_category, output_decimal_digit,
3632         output_digit, output_numeric, output_mirror, output_scripts,
3633         output_ident_category): Use proper width specifier in format strings.
3634
3635 2009-02-07  Bruno Haible  <bruno@clisp.org>
3636
3637         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
3638         failure behaviour.
3639
3640 2009-02-07  Jim Meyering  <meyering@redhat.com>
3641
3642         regex: avoid compilation failure with upcoming gcc-4.4
3643         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
3644         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
3645         "... error: integer overflow in preprocessor expression".
3646
3647 2009-02-05  Ben Pfaff  <blp@gnu.org>
3648
3649         Fix link errors on Windows when close module is used.
3650         * modules/close: Add $(LIB_CLOSE) to Link section.
3651         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
3652         $(LIB_CLOSE) on Windows.
3653
3654 2009-02-05  Jim Meyering  <meyering@redhat.com>
3655
3656         still avoid unused-parameter warnings, but do it cleanly
3657         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
3658         (get_fs_usage): Cast to void instead.
3659         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
3660         (dev_from_mount_options, read_file_system_list): Cast to void.
3661         Prompted by Bruno Haible.
3662
3663 2009-02-04  Jim Meyering  <meyering@redhat.com>
3664
3665         fsusage.c: correct copyright year
3666         * lib/fsusage.c: Reflect year in which the change is pushed into
3667
3668         avoid misc. warnings
3669         * lib/fsusage.c (UNUSED_PARAM): Define.
3670         (get_fs_usage): Mark parameter "disk" as unused.
3671         * lib/getugroups.c (getgrent): Use "void" in prototype.
3672         * lib/mountlist.c: Mark unused parameters.
3673         (read_file_system_list): Declare a local with "const".
3674         * lib/nanosleep.c (getnow): Declare static.
3675         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
3676
3677         dirfd: set errno upon failure
3678         * lib/dirfd.c: Include <errno.h>.
3679         Set errno to ENOTSUP when returning -1.
3680         * modules/dirfd (Depends-on): Add errno.
3681         Suggested by John Kodis <kodis@comcast.net>.
3682
3683 2009-02-01  Bruno Haible  <bruno@clisp.org>
3684
3685         Don't assume sizeof (long) >= sizeof (void *).
3686         * lib/memcmp.c: Include stdint.h.
3687         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
3688         srcp2 to 'const byte *'.
3689         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
3690         types to uintptr_t.
3691         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
3692         * modules/memcmp (Depends-on): Add stdint.
3693         Reported by Ozkan Sezer <sezeroz@gmail.com>.
3694
3695 2009-01-30  Eric Blake  <ebb9@byu.net>
3696
3697         fix more require-before-expand issues
3698         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
3699         expand, AC_PROG_AWK.
3700         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
3701
3702 2009-01-28  Eric Blake  <ebb9@byu.net>
3703
3704         version-etc: use consistent URL formatting
3705         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
3706         Improve formatting.  Use fputs for string without %.
3707
3708 2009-01-28  Jim Meyering  <meyering@redhat.com>
3709
3710         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
3711         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
3712         "underquoted definition of NAME" from autoconf-2.59.
3713
3714 2009-01-28  Bruno Haible  <bruno@clisp.org>
3715
3716         * doc/gnulib.texi: Add "Obsolete modules" to index.
3717
3718 2009-01-28  Jim Meyering  <meyering@redhat.com>
3719
3720         useless-if-before-free: recognize more variants
3721         * build-aux/useless-if-before-free: Also recognize e.g.,
3722         if (NULL != p) free (p);
3723
3724 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
3725
3726         test-getaddrinfo: skip (don't fail) this test when there's no network
3727         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
3728         on the presumption that it means you lack network access.
3729
3730 2009-01-26  Jim Meyering  <meyering@redhat.com>
3731
3732         fflush: avoid warnings on modern systems
3733         * lib/fflush.c (rpl_fflush): Move declarations of locals,
3734         pos and result, into scopes where they're used.
3735
3736 2009-01-26  Eric Blake  <ebb9@byu.net>
3737
3738         Silence warning reintroduced by recent extensions patch.
3739         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
3740         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
3741         autoconf.
3742
3743         Backport improved autoconf semantics of AC_DEFUN_ONCE.
3744         * m4/00gnulib.m4: New file.
3745         * gnulib-tool (func_get_filelist): Always use it.
3746         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
3747         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
3748
3749 2009-01-25  Bruno Haible  <bruno@clisp.org>
3750
3751         Make test-quotearg work on MacOS X and AIX.
3752         * tests/test-quotearg.sh: New file.
3753         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
3754         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
3755         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
3756         include <libintl.h>.
3757         (fake_locale): Remove variable.
3758         (gettext, dgettext, dcgettext): Remove functions.
3759         (main): Instead of setting a fake locale, set a real locale. Call
3760         textdomain and bindtextdomain.
3761         * modules/quotearg-tests (Files): Add the new files.
3762         (Depends-on): Add gettext, setenv, unsetenv.
3763         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3764         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
3765         Augment TESTS_ENVIRONMENT.
3766
3767 2009-01-25  Bruno Haible  <bruno@clisp.org>
3768
3769         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
3770         fr_FR.ISO8859-1 locale on MacOS X.
3771         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
3772         ja_JP.eucJP locale on MacOS X.
3773         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
3774         zh_CN.GB18030 locale on MacOS X.
3775
3776 2009-01-25  Bruno Haible  <bruno@clisp.org>
3777
3778         Avoid link errors on MacOS X 10.3.
3779         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
3780         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
3781
3782 2009-01-25  Bruno Haible  <bruno@clisp.org>
3783
3784         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
3785         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
3786         * modules/pipe (Files): Remove m4/posix_spawn.m4.
3787         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
3788         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
3789         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
3790         posix_spawnattr_init, posix_spawnattr_setsigmask,
3791         posix_spawnattr_setflags, posix_spawnattr_destroy.
3792
3793         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
3794         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
3795         * modules/execute (Files): Remove m4/posix_spawn.m4.
3796         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
3797         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
3798         posix_spawnattr_init, posix_spawnattr_setsigmask,
3799         posix_spawnattr_setflags, posix_spawnattr_destroy.
3800
3801 2009-01-25  Bruno Haible  <bruno@clisp.org>
3802
3803         * lib/glthread/threadlib.c: Include <stdlib.h>.
3804
3805 2009-01-25  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/glthread/threadlib.c (dummy): New declaration.
3808
3809 2009-01-25  Bruno Haible  <bruno@clisp.org>
3810
3811         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
3812         multibyte characters also for the GB18030 encoding. Don't crash when
3813         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
3814
3815 2009-01-25  Bruno Haible  <bruno@clisp.org>
3816
3817         Avoid redefining 'struct random_data' on OSF/1 5.1.
3818         * lib/stdlib.in.h: Include <random.h> if it exists.
3819         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
3820         HAVE_RANDOM_H. Include <random.h> when testing whether
3821         'struct random_data' exists.
3822         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
3823
3824 2009-01-25  Bruno Haible  <bruno@clisp.org>
3825
3826         Don't install charset.alias on MacOS X >= 10.3.
3827         * lib/localcharset.c (DARWIN7): New macro.
3828         (get_charset_aliases): Hardcode the result for Darwin7.
3829         * modules/localcharset (install-exec-local): Don't install
3830         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
3831
3832 2009-01-25  Bruno Haible  <bruno@clisp.org>
3833
3834         Don't install charset.alias on mingw and Cygwin.
3835         * modules/localcharset (install-exec-local): Don't install
3836         charset.alias on mingw and Cygwin, if the file does not yet exist.
3837         The result for these platforms is hardcoded in localcharset.c.
3838
3839 2009-01-25  Bruno Haible  <bruno@clisp.org>
3840
3841         Make it possible again to use AC_GNU_SOURCE together with gnulib.
3842         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
3843         before requiring AC_USE_SYSTEM_EXTENSIONS.
3844
3845 2009-01-25  Jim Meyering  <meyering@redhat.com>
3846
3847         c-strtod: avoid warnings
3848         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
3849         "assignment discards qualifiers from pointer target type" warnings.
3850
3851 2009-01-24  Bruno Haible  <bruno@clisp.org>
3852
3853         Add support for non-UTF-8 locales on MacOS X.
3854         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
3855         canonical encodings. For Darwin 7 and newer, don't map traditional
3856         encodings to UTF-8.
3857         Reported by Vincent Lefevre <vincent@vinc17.org>
3858         at <http://savannah.gnu.org/bugs/?25235>.
3859
3860 2009-01-24  Bruno Haible  <bruno@clisp.org>
3861
3862         * doc/gnulib.texi (Obsolete modules): New section.
3863         Reported by Mike Frysinger <vapier@gentoo.org>.
3864
3865 2009-01-24  Bruno Haible  <bruno@clisp.org>
3866
3867         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
3868         (%.dvi): New rule.
3869
3870 2009-01-24  Bruno Haible  <bruno@clisp.org>
3871
3872         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
3873         Reported by Eric Blake.
3874
3875 2009-01-24  Bruno Haible  <bruno@clisp.org>
3876
3877         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
3878         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
3879         Reported by Gary V. Vaughan <gary@gnu.org>.
3880
3881 2009-01-24  Bruno Haible  <bruno@clisp.org>
3882
3883         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
3884
3885 2009-01-23  Bruno Haible  <bruno@clisp.org>
3886
3887         Make c-strtod, c-strtold usable in libraries.
3888         * lib/c-strtod.c: Include string.h instead of xalloc.h.
3889         (C_STRTOD): Call strdup instead of xstrdup.
3890         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
3891         * modules/c-strtold (Depends-on): Likewise.
3892         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
3893         * NEWS: Mention the change.
3894         Reported by Michael Gold <mgold@ncf.ca>.
3895
3896 2009-01-23  Jim Meyering  <meyering@redhat.com>
3897
3898         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
3899         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
3900         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
3901
3902 2009-01-23  Simon Josefsson  <simon@josefsson.org>
3903
3904         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
3905         GNU CoreUtils.
3906         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
3907         * modules/version-etc (Description): Update.
3908
3909 2009-01-22  Bruno Haible  <bruno@clisp.org>
3910
3911         Cache the C locale object.
3912         * lib/c-strtod.c (c_locale_cache): New variable.
3913         (c_locale): New function.
3914         (C_STRTOD): Use it, and don't call freelocale.
3915         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
3916         Suggested by Paolo Bonzini.
3917
3918 2009-01-21  Bruno Haible  <bruno@clisp.org>
3919
3920         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
3921         conditions other than overflow.
3922
3923 2009-01-21  Bruno Haible  <bruno@clisp.org>
3924
3925         * lib/c-strtod.c: Include errno.h.
3926         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
3927         value from STRTOD_L and STRTOD.
3928
3929 2009-01-21  Bruno Haible  <bruno@clisp.org>
3930         and Jim Meyering  <meyering@redhat.com>
3931
3932         nanosleep: skip configure test (fail it) for apple universal builds
3933         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
3934         universal builds, assume that nanosleep does not work.
3935         * modules/nanosleep (Depends-on): Add multiarch.
3936
3937         mktime: skip configure test (fail it) for apple universal builds
3938         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
3939         universal builds, assume that mktime does not work.
3940         * modules/mktime (Depends-on): Add multiarch.
3941
3942 2009-01-21  Eric Blake  <ebb9@byu.net>
3943
3944         multiarch: avoid expand-before-require warning
3945         * modules/multiarch (configure.ac): Require, rather than expand,
3946         gl_MULTIARCH.
3947         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
3948         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
3949         enforce that all clients require it.  Partial reversion of
3950         2008-12-29 patch.
3951
3952         error: avoid expand-before-require warning
3953         * modules/errno (configure.ac): Require, rather than expand,
3954         gl_HEADER_ERRNO_H.
3955         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
3956         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
3957         enforce that all clients require it.
3958
3959         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
3960         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
3961         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
3962         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
3963
3964 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
3965
3966         Revert:
3967         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3968
3969         regex: do not depend on obsolete modules.
3970         * modules/regex: Remove memcmp and memmove.
3971
3972 2009-01-20  Bruno Haible  <bruno@clisp.org>
3973
3974         Make the 'link' module link on Windows NT 4.
3975         * lib/link.c (_WIN32_WINNT): Don't define.
3976         (CreateHardLinkFuncType): New type.
3977         (CreateHardLinkFunc, initialized): New variables.
3978         (initialize): New function.
3979         (link): Invoke CreateHardLink indirectly through the function pointer.
3980
3981 2009-01-20  Bruno Haible  <bruno@clisp.org>
3982
3983         Fix compilation failure on mingw.
3984         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
3985
3986 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
3987
3988         * doc/c-strtod.texi: Mention a couple of restrictions.
3989
3990 2009-01-20  Jim Meyering  <meyering@redhat.com>
3991
3992         gettimeofday: move more declarations out of functions
3993         * lib/gettimeofday.c: Move extern declarations of tzset and
3994         gmtime out of containing functions.  Prompted by Bruno Haible.
3995
3996 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3997
3998         regex: do not depend on obsolete modules.
3999         * modules/regex: Remove memcmp and memmove.
4000
4001 2009-01-19  Bruno Haible  <bruno@clisp.org>
4002
4003         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
4004         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
4005         gl_BIGENDIAN, not AC_C_BIGENDIAN.
4006         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
4007         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
4008
4009 2009-01-19  Bruno Haible  <bruno@clisp.org>
4010
4011         * tests/test-link.c: Include <errno.h>.
4012         (main): Exit with code 77 when a hard link cannot be created due to
4013         the file system.
4014         * tests/test-link.sh: Skip test when a hard link cannot be created due
4015         to the file system.
4016         Suggested by Eric Blake.
4017
4018 2009-01-19  Martin Lambers  <marlam@marlam.de>
4019
4020         * modules/link-tests: New file.
4021         * tests/test-link.sh: New file.
4022         * tests/test-link.c: New file.
4023
4024 2009-01-19  Eric Blake  <ebb9@byu.net>
4025
4026         doc: mention another function added in cygwin 1.7.0
4027         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
4028         Another new function in cygwin 1.7.
4029
4030 2009-01-19  Bruno Haible  <bruno@clisp.org>
4031
4032         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
4033         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
4034         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
4035         gl_BIGENDIAN, not AC_C_BIGENDIAN.
4036         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
4037         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
4038         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
4039         * m4/md4.m4 (gl_MD4): Likewise.
4040         * m4/md5.m4 (gl_MD5): Likewise.
4041         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
4042         * m4/sha1.m4 (gl_SHA1): Likewise.
4043         * m4/sha256.m4 (gl_SHA256): Likewise.
4044         * m4/sha512.m4 (gl_SHA512): Likewise.
4045
4046 2009-01-19  Bruno Haible  <bruno@clisp.org>
4047
4048         * modules/uniname/uniname-tests (Depends-on): Add progname.
4049         * tests/uniname/test-uninames.c: Include progname.h.
4050         (main): Call set_program_name.
4051
4052         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
4053         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
4054         (main): Call set_program_name.
4055
4056         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
4057         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
4058         (main): Call set_program_name.
4059
4060         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
4061         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
4062         (main): Call set_program_name.
4063
4064         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
4065         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
4066         (main): Call set_program_name.
4067
4068         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
4069         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
4070         (main): Call set_program_name.
4071
4072         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
4073         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
4074         (main): Call set_program_name.
4075
4076         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
4077         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
4078         (main): Call set_program_name.
4079
4080         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
4081         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
4082         (main): Call set_program_name.
4083
4084 2009-01-19  Eric Blake  <ebb9@byu.net>
4085
4086         test-unistd: test previous patch
4087         * tests/test-unistd.c: Test *_FILENO macros.
4088
4089         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
4090         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4091         Guarantee a definition.
4092         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
4093         * modules/unistd-safer (Depends-on): Add dependency on unistd.
4094         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
4095         * lib/dup-safer.c (STDERR_FILENO): Likewise.
4096         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4097         Likewise.
4098         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
4099         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
4100         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4101         Likewise.
4102         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
4103         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
4104         (STDERR_FILENO): Likewise.
4105         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
4106         (STDERR_FILENO): Likewise.
4107         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
4108         (STDERR_FILENO): Likewise.
4109         Reported by Elbert Pol.
4110
4111 2009-01-19  Eric Blake  <ebb9@byu.net>
4112
4113         doc: mention more functions added in cygwin 1.7.0
4114         * doc/posix-functions/abort.texi (abort): Update wording related
4115         to cygwin.
4116         * doc/posix-functions/daylight.texi (daylight): Likewise.
4117         * doc/posix-functions/optarg.texi (optarg): Likewise.
4118         * doc/posix-functions/optarg.texi (opterr): Likewise.
4119         * doc/posix-functions/optarg.texi (optind): Likewise.
4120         * doc/posix-functions/optarg.texi (optopt): Likewise.
4121         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
4122         worked in 1.5.x, and was withdrawn in 1.7.
4123         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
4124         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
4125         cygwin versions.
4126         * doc/posix-functions/perror.texi (perror): Likewise.
4127         * doc/posix-functions/printf.texi (printf): Likewise.
4128         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
4129         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
4130         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
4131         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
4132         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
4133         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
4134         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4135         Likewise.
4136         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4137         Likewise.
4138         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
4139         this function.
4140         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
4141         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
4142         Likewise.
4143         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
4144         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
4145         * doc/posix-functions/confstr.texi (confstr): Likewise.
4146         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
4147         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
4148         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
4149         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
4150         * doc/posix-functions/fputws.texi (fputws): Likewise.
4151         * doc/posix-functions/fwide.texi (fwide): Likewise.
4152         * doc/posix-functions/getwc.texi (getwc): Likewise.
4153         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
4154         * doc/posix-functions/putwc.texi (putwc): Likewise.
4155         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
4156         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
4157         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
4158         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
4159         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
4160         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
4161         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
4162         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
4163         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
4164         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
4165         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
4166
4167 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4168
4169         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
4170         * lib/ioctl.c: Include <sys/ioctl.h>.
4171
4172 2009-01-19  Simon Josefsson  <simon@josefsson.org>
4173
4174         * modules/getdate-tests (Depends-on): Add progname.
4175         * tests/test-getdate.c: Use progname module, to avoid link errors
4176         on non-glibc systems.
4177
4178 2009-01-18  Simon Josefsson  <simon@josefsson.org>
4179
4180         * modules/filenamecat-tests (Depends-on): Add progname.
4181         * modules/fstrcmp-tests (Depends-on): Likewise.
4182
4183         * tests/test-filenamecat.c: Use progname module, to avoid link
4184         errors on non-glibc systems.
4185         * tests/test-fstrcmp.c: Likewise.
4186
4187 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4188
4189         gettimeofday: avoid warning: nested extern declaration of 'localtime'
4190         * lib/gettimeofday.c: Move extern declaration out of function.
4191
4192 2009-01-18  Bruno Haible  <bruno@clisp.org>
4193
4194         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
4195         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
4196         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
4197
4198 2009-01-18  Bruno Haible  <bruno@clisp.org>
4199
4200         * lib/strftime.c (MEMPCPY): Remove unused macro.
4201         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
4202
4203 2009-01-18  Martin Lambers  <marlam@marlam.de>
4204
4205         New module 'link'.
4206         * lib/unistd.in.h (link): New declaration.
4207         * lib/link.c: New file.
4208         * m4/link.m4: New file.
4209         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
4210         HAVE_LINK.
4211         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
4212         * modules/link: New file.
4213         * doc/posix-functions/link.texi: Mention the new module.
4214
4215 2009-01-18  Bruno Haible  <bruno@clisp.org>
4216
4217         * tests/test-avltree_list.c (main): Call set_program_name.
4218         * tests/test-avltree_oset.c (main): Likewise.
4219         * tests/test-obstack-printf.c: Include progname.h.
4220         (main): Call set_program_name.
4221         * tests/test-quotearg.c: Include progname.h.
4222         (main): Call set_program_name.
4223         * tests/test-xmemdup0.c: Include progname.h.
4224         (main): Call set_program_name.
4225
4226 2009-01-18  Bruno Haible  <bruno@clisp.org>
4227
4228         New module 'alphasort'.
4229         * lib/dirent.in.h (alphasort): New declaration.
4230         * lib/alphasort.c: New file, from glibc with modifications.
4231         * m4/alphasort.m4: New file.
4232         * modules/alphasort: New file.
4233         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
4234         HAVE_ALPHASORT.
4235         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
4236         HAVE_ALPHASORT.
4237         * doc/posix-functions/alphasort.texi: Mention the new module and the
4238         portability problems.
4239
4240 2009-01-18  Bruno Haible  <bruno@clisp.org>
4241
4242         New module 'scandir'.
4243         * lib/dirent.in.h (scandir): New declaration.
4244         * lib/scandir.c: New file, from glibc with modifications.
4245         * m4/scandir.m4: New file.
4246         * modules/scandir: New file.
4247         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
4248         HAVE_SCANDIR.
4249         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
4250         HAVE_SCANDIR.
4251         * doc/posix-functions/scandir.texi: Mention the new module and the
4252         portability problems.
4253
4254 2009-01-17  Bruno Haible  <bruno@clisp.org>
4255
4256         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
4257         Update documentation.
4258         (func_remove_suffix): Escape all dots in the suffix. Update
4259         documentation.
4260         (func_filter_filelist): Update documentation.
4261         Reported by Ralf Wildenhues.
4262
4263 2009-01-17  Bruno Haible  <bruno@clisp.org>
4264
4265         * modules/dprintf-posix-tests: New file.
4266         * tests/test-dprintf-posix.sh: New file.
4267         * tests/test-dprintf-posix.c: New file.
4268
4269         New modules 'dprintf', 'dprintf-posix'.
4270         * lib/stdio.in.h (dprintf): New declaration.
4271         * lib/dprintf.c: New file.
4272         * m4/dprintf.m4: New file.
4273         * m4/dprintf-posix.m4: New file.
4274         * modules/dprintf: New file.
4275         * modules/dprintf-posix: New file.
4276         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
4277         HAVE_DPRINTF, REPLACE_DPRINTF.
4278         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
4279         HAVE_DPRINTF, REPLACE_DPRINTF.
4280         * doc/posix-functions/dprintf.texi: Mention the new modules.
4281
4282 2009-01-17  Bruno Haible  <bruno@clisp.org>
4283
4284         * modules/vdprintf-posix-tests: New file.
4285         * tests/test-vdprintf-posix.sh: New file.
4286         * tests/test-vdprintf-posix.c: New file.
4287
4288         New modules 'vdprintf', 'vdprintf-posix'.
4289         * lib/stdio.in.h (vdprintf): New declaration.
4290         * lib/vdprintf.c: New file.
4291         * m4/vdprintf.m4: New file.
4292         * m4/vdprintf-posix.m4: New file.
4293         * modules/vdprintf: New file.
4294         * modules/vdprintf-posix: New file.
4295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
4296         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4297         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
4298         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4299         * doc/posix-functions/vdprintf.texi: Mention the new modules.
4300
4301 2009-01-17  Bruno Haible  <bruno@clisp.org>
4302
4303         Fix replacement of fopen on mingw.
4304         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
4305         mingw.
4306
4307 2009-01-17  Bruno Haible  <bruno@clisp.org>
4308
4309         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
4310         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
4311
4312 2009-01-17  Bruno Haible  <bruno@clisp.org>
4313
4314         Avoid test-fflush2.sh failure on mingw.
4315         * tests/test-fflush2.c: Include binary-io.h.
4316         (main): Put standard input into binary mode.
4317         * modules/fflush-tests (Depends-on): Add binary-io.
4318
4319 2009-01-17  Bruno Haible  <bruno@clisp.org>
4320
4321         * lib/wchar.in.h: In another particular situation, include only the
4322         system's <wchar.h> file.
4323         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
4324         Reported by Albert Chin-A-Young <china@thewrittenword.com>
4325         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
4326
4327 2009-01-17  Bruno Haible  <bruno@clisp.org>
4328
4329         Support for stripping executables in --enable-relocatable.
4330         * build-aux/install-reloc: Expect one more argument, or an environment
4331         variable RELOC_STRIP_PROG. If set, strip the destination program and
4332         its wrapper.
4333         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
4334         RELOC_STRIP_PROG.
4335         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
4336         to set RELOCATABLE_STRIP.
4337         * NEWS: Mention the new Makefile requirement.
4338
4339 2009-01-17  Bruno Haible  <bruno@clisp.org>
4340
4341         * build-aux/install-reloc: Remove debugging information left over by
4342         C compiler on MacOS X.
4343
4344 2009-01-17  Bruno Haible  <bruno@clisp.org>
4345
4346         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
4347         * lib/progreloc.c (find_executable): Fix type of pointer passed to
4348         _NSGetExecutablePath.
4349
4350 2009-01-16  Jim Meyering  <meyering@redhat.com>
4351
4352         strerror: avoid warnings about discarding "const"
4353         * lib/strerror.c (rpl_strerror): Instead of returning a const
4354         string from each and every "case", use a variable, and add a single
4355         cast after the switch.
4356
4357 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
4358
4359         * lib/arpa_inet.in.h: Add extern "C" block for C++.
4360
4361 2009-01-16  Bruno Haible  <bruno@clisp.org>
4362
4363         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
4364         array initializer syntax that also works in C++ mode.
4365         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4366
4367 2009-01-16  Jim Meyering  <meyering@redhat.com>
4368
4369         poll: suppress a warning
4370         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
4371         to ignore "...unsigned expression < 0 is always false" warnings.
4372
4373 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
4374
4375         poll: remove declarations of unused variables
4376         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
4377         sockbuf and optlen.
4378
4379 2009-01-15  Bruno Haible  <bruno@clisp.org>
4380
4381         Make fflush-after-ungetc POSIX compliant on BSD systems.
4382         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
4383         (clear_ungetc_buffer): Implement also for other systems.
4384         (rpl_fflush): On glibc systems, invoke
4385         clear_ungetc_buffer_preserving_position. Otherwise, invoke
4386         clear_ungetc_buffer after fetching the stream's position, not before.
4387
4388 2009-01-15  Bruno Haible  <bruno@clisp.org>
4389
4390         Make fflush-after-ungetc POSIX compliant on glibc systems.
4391         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
4392         after ungetc.
4393         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
4394         (rpl_fflush): On glibc systems, simply call the system's fflush
4395         function after clearing the ungetc buffer.
4396         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
4397         Instead, lseek only to the end of file, then use the system's fseeko
4398         for the rest. On glibc systems, reset the EOF indicator bit.
4399
4400 2009-01-15  Jim Meyering  <meyering@redhat.com>
4401
4402         openmp.m4: revert quote-adding change, for portability to older autoconf
4403         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
4404         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
4405         Simon Josefsson noticed the problem when using autoconf-2.61.
4406
4407 2009-01-15  Bruno Haible  <bruno@clisp.org>
4408
4409         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
4410         * tests/test-fflush2.c (ASSERT): Always fail.
4411         (main): Add two tests for fflush() after ungetc(), taking into account
4412         the Austin Group's clarification.
4413         Suggested by Eric Blake.
4414
4415 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
4416
4417         mktime.m4: remove K&R-style function prototypes
4418         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
4419         for the Sun C++ compiler.
4420
4421 2009-01-14  Bruno Haible  <bruno@clisp.org>
4422
4423         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
4424         while including <wchar.h>.
4425         * lib/wchar.in.h: In two particular situations on HP-UX, include only
4426         the system's <wchar.h> file.
4427         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4428
4429 2009-01-14  Bruno Haible  <bruno@clisp.org>
4430
4431         * m4/csharp.m4: Don't mention gettext on the serial number line.
4432         * m4/csharpexec.m4: Likewise.
4433         * m4/eaccess.m4: Likewise.
4434         * m4/javaexec.m4: Likewise.
4435         * m4/sig_atomic_t.m4: Likewise.
4436         * m4/tmpdir.m4: Likewise.
4437         * m4/intldir.m4: Bump gettext version.
4438         * m4/lib-ld.m4: Likewise.
4439
4440 2009-01-14  Bruno Haible  <bruno@clisp.org>
4441
4442         * lib/progname.c (set_program_name): Add more comments.
4443         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
4444
4445 2009-01-14  Simon Josefsson  <simon@josefsson.org>
4446
4447         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
4448         were sys/stat.h does not define it.
4449
4450 2009-01-14  Jim Meyering  <meyering@redhat.com>
4451
4452         many *.m4 files: improve m4 quoting
4453         99% of this change was performed by running the following commands:
4454         git ls-files | grep '\.m4$' | xargs perl -pi \
4455           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
4456           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
4457           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
4458           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
4459         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
4460         The remainder were to add Copyright dates, increment serial numbers,
4461         undo some changes in comments, exclude m4/intl.m4, and add quotes
4462         around the "1" in ",1" where the unusual spacing prohibited the
4463         above regexps from doing the job.  For more details, see
4464         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
4465         * m4/acl.m4: Modified.
4466         * m4/afs.m4: Likewise.
4467         * m4/alloca.m4: Likewise.
4468         * m4/argp.m4: Likewise.
4469         * m4/argz.m4: Likewise.
4470         * m4/atexit.m4: Likewise.
4471         * m4/bison-i18n.m4: Likewise.
4472         * m4/bison.m4: Likewise.
4473         * m4/byteswap.m4: Likewise.
4474         * m4/c-stack.m4: Likewise.
4475         * m4/c-strtod.m4: Likewise.
4476         * m4/calloc.m4: Likewise.
4477         * m4/canonicalize-lgpl.m4: Likewise.
4478         * m4/chown.m4: Likewise.
4479         * m4/clock_time.m4: Likewise.
4480         * m4/codeset.m4: Likewise.
4481         * m4/copy-file.m4: Likewise.
4482         * m4/csharp.m4: Likewise.
4483         * m4/csharpcomp.m4: Likewise.
4484         * m4/csharpexec.m4: Likewise.
4485         * m4/d-ino.m4: Likewise.
4486         * m4/d-type.m4: Likewise.
4487         * m4/dirfd.m4: Likewise.
4488         * m4/double-slash-root.m4: Likewise.
4489         * m4/eaccess.m4: Likewise.
4490         * m4/eealloc.m4: Likewise.
4491         * m4/environ.m4: Likewise.
4492         * m4/errno_h.m4: Likewise.
4493         * m4/euidaccess.m4: Likewise.
4494         * m4/execute.m4: Likewise.
4495         * m4/fatal-signal.m4: Likewise.
4496         * m4/fchdir.m4: Likewise.
4497         * m4/fcntl_h.m4: Likewise.
4498         * m4/fileblocks.m4: Likewise.
4499         * m4/filenamecat.m4: Likewise.
4500         * m4/findprog.m4: Likewise.
4501         * m4/flexmember.m4: Likewise.
4502         * m4/fnmatch.m4: Likewise.
4503         * m4/fopen.m4: Likewise.
4504         * m4/fpending.m4: Likewise.
4505         * m4/fprintf-posix.m4: Likewise.
4506         * m4/free.m4: Likewise.
4507         * m4/frexp.m4: Likewise.
4508         * m4/frexpl.m4: Likewise.
4509         * m4/fsusage.m4: Likewise.
4510         * m4/ftruncate.m4: Likewise.
4511         * m4/gc-camellia.m4: Likewise.
4512         * m4/gc-random.m4: Likewise.
4513         * m4/gc.m4: Likewise.
4514         * m4/getaddrinfo.m4: Likewise.
4515         * m4/getcwd-abort-bug.m4: Likewise.
4516         * m4/getcwd-path-max.m4: Likewise.
4517         * m4/getdate.m4: Likewise.
4518         * m4/getdomainname.m4: Likewise.
4519         * m4/getgroups.m4: Likewise.
4520         * m4/gethostname.m4: Likewise.
4521         * m4/gethrxtime.m4: Likewise.
4522         * m4/getline.m4: Likewise.
4523         * m4/getloadavg.m4: Likewise.
4524         * m4/getndelim2.m4: Likewise.
4525         * m4/getpass.m4: Likewise.
4526         * m4/gettext.m4: Likewise.
4527         * m4/gettime.m4: Likewise.
4528         * m4/gettimeofday.m4: Likewise.
4529         * m4/gnulib-common.m4: Likewise.
4530         * m4/group-member.m4: Likewise.
4531         * m4/host-os.m4: Likewise.
4532         * m4/iconv.m4: Likewise.
4533         * m4/iconv_open.m4: Likewise.
4534         * m4/inet_ntop.m4: Likewise.
4535         * m4/inet_pton.m4: Likewise.
4536         * m4/inline.m4: Likewise.
4537         * m4/intldir.m4: Likewise.
4538         * m4/intlmacosx.m4: Likewise.
4539         * m4/intmax.m4: Likewise.
4540         * m4/intmax_t.m4: Likewise.
4541         * m4/inttypes.m4: Likewise.
4542         * m4/inttypes_h.m4: Likewise.
4543         * m4/inttypes-pri.m4: Likewise.
4544         * m4/isapipe.m4: Likewise.
4545         * m4/isnand.m4: Likewise.
4546         * m4/isnanf.m4: Likewise.
4547         * m4/isnanl.m4: Likewise.
4548         * m4/javacomp.m4: Likewise.
4549         * m4/javaexec.m4: Likewise.
4550         * m4/jm-winsz1.m4: Likewise.
4551         * m4/jm-winsz2.m4: Likewise.
4552         * m4/lchown.m4: Likewise.
4553         * m4/lcmessage.m4: Likewise.
4554         * m4/ldexpl.m4: Likewise.
4555         * m4/lib-ld.m4: Likewise.
4556         * m4/lib-link.m4: Likewise.
4557         * m4/libsigsegv.m4: Likewise.
4558         * m4/link-follow.m4: Likewise.
4559         * m4/localcharset.m4: Likewise.
4560         * m4/locale-fr.m4: Likewise.
4561         * m4/locale-ja.m4: Likewise.
4562         * m4/locale-tr.m4: Likewise.
4563         * m4/locale-zh.m4: Likewise.
4564         * m4/lock.m4: Likewise.
4565         * m4/longlong.m4: Likewise.
4566         * m4/ls-mntd-fs.m4: Likewise.
4567         * m4/lstat.m4: Likewise.
4568         * m4/malloc.m4: Likewise.
4569         * m4/mathl.m4: Likewise.
4570         * m4/mbrtowc.m4: Likewise.
4571         * m4/mbstate_t.m4: Likewise.
4572         * m4/mbswidth.m4: Likewise.
4573         * m4/memchr.m4: Likewise.
4574         * m4/memcmp.m4: Likewise.
4575         * m4/memcpy.m4: Likewise.
4576         * m4/memmem.m4: Likewise.
4577         * m4/memmove.m4: Likewise.
4578         * m4/mempcpy.m4: Likewise.
4579         * m4/memrchr.m4: Likewise.
4580         * m4/memset.m4: Likewise.
4581         * m4/minmax.m4: Likewise.
4582         * m4/mkdir-slash.m4: Likewise.
4583         * m4/mkdtemp.m4: Likewise.
4584         * m4/mktime.m4: Likewise.
4585         * m4/mmap-anon.m4: Likewise.
4586         * m4/mountlist.m4: Likewise.
4587         * m4/nanosleep.m4: Likewise.
4588         * m4/nls.m4: Likewise.
4589         * m4/nocrash.m4: Likewise.
4590         * m4/open.m4: Likewise.
4591         * m4/openat.m4: Likewise.
4592         * m4/openmp.m4: Likewise.
4593         * m4/pathmax.m4: Likewise.
4594         * m4/perl.m4: Likewise.
4595         * m4/physmem.m4: Likewise.
4596         * m4/pipe.m4: Likewise.
4597         * m4/po.m4: Likewise.
4598         * m4/poll.m4: Likewise.
4599         * m4/posixtm.m4: Likewise.
4600         * m4/posixver.m4: Likewise.
4601         * m4/printf-frexp.m4: Likewise.
4602         * m4/printf-frexpl.m4: Likewise.
4603         * m4/printf-posix.m4: Likewise.
4604         * m4/printf-posix-rpl.m4: Likewise.
4605         * m4/printf.m4: Likewise.
4606         * m4/progtest.m4: Likewise.
4607         * m4/putenv.m4: Likewise.
4608         * m4/readline.m4: Likewise.
4609         * m4/readlink.m4: Likewise.
4610         * m4/readutmp.m4: Likewise.
4611         * m4/realloc.m4: Likewise.
4612         * m4/regex.m4: Likewise.
4613         * m4/relocatable.m4: Likewise.
4614         * m4/relocatable-lib.m4: Likewise.
4615         * m4/rename-dest-slash.m4: Likewise.
4616         * m4/rename.m4: Likewise.
4617         * m4/rmdir-errno.m4: Likewise.
4618         * m4/rmdir.m4: Likewise.
4619         * m4/roundf.m4: Likewise.
4620         * m4/roundl.m4: Likewise.
4621         * m4/rpmatch.m4: Likewise.
4622         * m4/save-cwd.m4: Likewise.
4623         * m4/selinux-selinux-h.m4: Likewise.
4624         * m4/setenv.m4: Likewise.
4625         * m4/settime.m4: Likewise.
4626         * m4/sig2str.m4: Likewise.
4627         * m4/sig_atomic_t.m4: Likewise.
4628         * m4/signalblocking.m4: Likewise.
4629         * m4/signbit.m4: Likewise.
4630         * m4/sigpipe.m4: Likewise.
4631         * m4/sockets.m4: Likewise.
4632         * m4/sockpfaf.m4: Likewise.
4633         * m4/st_dm_mode.m4: Likewise.
4634         * m4/stat-time.m4: Likewise.
4635         * m4/stdbool.m4: Likewise.
4636         * m4/stdint.m4: Likewise.
4637         * m4/stdint_h.m4: Likewise.
4638         * m4/stpcpy.m4: Likewise.
4639         * m4/stpncpy.m4: Likewise.
4640         * m4/strcase.m4: Likewise.
4641         * m4/strchrnul.m4: Likewise.
4642         * m4/strcspn.m4: Likewise.
4643         * m4/strdup.m4: Likewise.
4644         * m4/strftime.m4: Likewise.
4645         * m4/strndup.m4: Likewise.
4646         * m4/strnlen.m4: Likewise.
4647         * m4/strpbrk.m4: Likewise.
4648         * m4/strptime.m4: Likewise.
4649         * m4/strsep.m4: Likewise.
4650         * m4/strtod.m4: Likewise.
4651         * m4/strtoimax.m4: Likewise.
4652         * m4/strtok_r.m4: Likewise.
4653         * m4/strtol.m4: Likewise.
4654         * m4/strtoll.m4: Likewise.
4655         * m4/strtoul.m4: Likewise.
4656         * m4/strtoull.m4: Likewise.
4657         * m4/strtoumax.m4: Likewise.
4658         * m4/strverscmp.m4: Likewise.
4659         * m4/threadlib.m4: Likewise.
4660         * m4/timegm.m4: Likewise.
4661         * m4/tm_gmtoff.m4: Likewise.
4662         * m4/tmpdir.m4: Likewise.
4663         * m4/tmpfile.m4: Likewise.
4664         * m4/tzset.m4: Likewise.
4665         * m4/uintmax_t.m4: Likewise.
4666         * m4/unlinkdir.m4: Likewise.
4667         * m4/unlocked-io.m4: Likewise.
4668         * m4/uptime.m4: Likewise.
4669         * m4/userspec.m4: Likewise.
4670         * m4/utimbuf.m4: Likewise.
4671         * m4/utime.m4: Likewise.
4672         * m4/utimes-null.m4: Likewise.
4673         * m4/utimes.m4: Likewise.
4674         * m4/vararrays.m4: Likewise.
4675         * m4/vasnprintf.m4: Likewise.
4676         * m4/vfprintf-posix.m4: Likewise.
4677         * m4/vprintf-posix.m4: Likewise.
4678         * m4/wait-process.m4: Likewise.
4679         * m4/wchar_t.m4: Likewise.
4680         * m4/wint_t.m4: Likewise.
4681         * m4/write-any-file.m4: Likewise.
4682         * m4/yield.m4: Likewise.
4683
4684 2009-01-13  Bruno Haible  <bruno@clisp.org>
4685
4686         Avoid test-copy-file.sh failures when ACL support insufficient.
4687         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
4688         TESTS_ENVIRONMENT.
4689         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
4690         Reported by Jim Meyering.
4691
4692 2009-01-13  Bruno Haible  <bruno@clisp.org>
4693
4694         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
4695         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
4696         * modules/unistdio/u8-printf-parse (Files): Likewise.
4697         * modules/unistdio/u32-printf-parse (Files): Likewise.
4698         * modules/unistdio/ulc-printf-parse (Files): Likewise.
4699
4700 2009-01-13  Simon Josefsson  <simon@josefsson.org>
4701
4702         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
4703         and m4/inttypes_h.m4 too.
4704
4705 2009-01-12  Eric Blake  <ebb9@byu.net>
4706
4707         tests: IRIX 6.2 cc can't compile -0.0 into .data
4708         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
4709         rather than at compile-time.
4710         * tests/test-floorl.c (minus_zero): Likewise.
4711         * tests/test-frexpl.c (minus_zero): Likewise.
4712         * tests/test-isnan.c (minus_zerol): Likewise.
4713         * tests/test-isnanl.h (minus_zero): Likewise.
4714         * tests/test-ldexpl.c (minus_zero): Likewise.
4715         * tests/test-roundl.c (minus_zero): Likewise.
4716         * tests/test-signbit.c (minus_zerol): Likewise.
4717         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
4718         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
4719         * tests/test-truncl.c (minus_zero): Likewise.
4720         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
4721         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
4722         Reported by Tom G. Christensen and Nelson H. F. Beebe.
4723
4724 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4725
4726         regex: fix glibc bug 9697
4727         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4728         handling.
4729
4730 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4731
4732         regex: fix glibc bug 697
4733         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4734         being NULL also if there are no backreferences.
4735
4736 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4737
4738         regex: merge glibc changes
4739         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4740         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4741         re_string_skip_chars, re_string_reconstruct): Likewise.
4742         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4743
4744 2009-01-07  Jim Meyering  <meyering@redhat.com>
4745
4746         poll: filter through cppi
4747         * lib/poll.c: Indent cpp directives to reflect nesting.
4748
4749 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
4750
4751         poll: don't return uninitialized
4752         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
4753
4754 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
4755
4756         avoid compile failure on AIX 6.1
4757         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
4758         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
4759
4760 2009-01-04  Jim Meyering  <meyering@redhat.com>
4761
4762         remove duplicate inclusion of <stdio.h>
4763         * tests/test-fprintf-posix.c: Likewise.
4764         * tests/test-printf-posix.c: Likewise.
4765         * tests/test-snprintf-posix.c: Likewise.
4766         * tests/test-sprintf-posix.c: Likewise.
4767         * tests/test-vasprintf-posix.c: Likewise.
4768         * tests/test-vfprintf-posix.c: Likewise.
4769         * tests/test-vprintf-posix.c: Likewise.
4770         * tests/test-vsnprintf-posix.c: Likewise.
4771         * tests/test-vsprintf-posix.c: Likewise.
4772
4773 2009-01-03  Jim Meyering  <meyering@redhat.com>
4774
4775         gnulib-tool: fix sed-based filtering
4776         * gnulib-tool (func_filter_filelist): Remove extra backslash
4777         in sed_fff_filter definition.
4778
4779 2009-01-02  Jim Meyering  <meyering@redhat.com>
4780
4781         strftime: avoid compilation failure on Solaris 2.6
4782         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
4783         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
4784         Don't #define mbrlen or mbsinit, since now they're guaranteed to
4785         be available.  Reported by Tom G. Christensen.  Details in
4786         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
4787
4788 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4789             Bruno Haible  <bruno@clisp.org>
4790
4791         Speed up gnulib-tool by doing more string processing through shell
4792         built-ins.
4793         * gnulib-tool (fast_func_append): New variable.
4794         (func_remove_prefix, func_remove_suffix): New functions.
4795         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
4796         (func_filter_filelist): New function.
4797         (func_get_dependencies): Use func_remove_suffix instead of sed.
4798         (func_get_automake_snippet): Use func_filter_filelist instead of a
4799         subshell and sed invocation.
4800
4801 2009-01-01  Bruno Haible  <bruno@clisp.org>
4802
4803         Fix a security bug.
4804         * gnulib-tool (func_import, import, update): Don't allow the characters
4805         '"', '$', '`', '\' in macro arguments that become part of commands that
4806         are evaluated.
4807
4808 2009-01-01  Bruno Haible  <bruno@clisp.org>
4809
4810         * gnulib-tool (func_reset_sigpipe): Add more comments.
4811
4812 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4813
4814         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
4815         func_emit_tests_Makefile_am, func_import): Abort loops early if we
4816         already know the answer.
4817
4818 2009-01-01  Jim Meyering  <meyering@redhat.com>
4819
4820         * lib/version-etc.c (version_etc_va): Update copyright year.
4821
4822 2008-12-30  Bruno Haible  <bruno@clisp.org>
4823
4824         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
4825         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
4826         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
4827
4828 2008-12-29  Eric Blake  <ebb9@byu.net>
4829
4830         multiarch: avoid autoconf AC_REQUIRE bug
4831         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
4832         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
4833         2.63 and older.
4834         Reported by Bruno Haible, and analyzed in
4835         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
4836
4837 2008-12-29  Bruno Haible  <bruno@clisp.org>
4838
4839         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
4840         files in subdirectories correctly.
4841         Reported by Ralf Wildenhues.
4842
4843 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4844
4845         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
4846         rather than 'join FILE -', for Solaris join.
4847
4848 2008-12-29  Bruno Haible  <bruno@clisp.org>
4849
4850         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
4851         quoting.
4852         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
4853         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
4854         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
4855         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
4856         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
4857         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
4858         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
4859         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
4860         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4861         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
4862         * m4/nls.m4 (AM_NLS): Likewise.
4863         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
4864         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
4865         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4866         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
4867         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
4868         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
4869         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
4870         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
4871         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
4872         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4873         * m4/xsize.m4 (gl_XSIZE): Likewise.
4874         Suggested by Jim Meyering.
4875
4876 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4877
4878         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
4879         * lib/parse-duration.c: use a switch instead of cascading if's.
4880
4881 2008-12-29  Eric Blake  <ebb9@byu.net>
4882
4883         wchar.h: supply WEOF on Irix 5.3
4884         * lib/wchar.in.h (wint_t): Also supply WEOF.
4885         * lib/wctype.in.h (wint_t): Likewise.
4886         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
4887         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
4888         Reported by Tom G. Christensen.
4889
4890 2008-12-26  Bruno Haible  <bruno@clisp.org>
4891
4892         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
4893         i486, i586, i686.
4894
4895 2008-12-26  Bruno Haible  <bruno@clisp.org>
4896
4897         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
4898
4899 2008-12-26  Bruno Haible  <bruno@clisp.org>
4900
4901         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
4902         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
4903         not __STDC_CONSTANT_MACROS.
4904         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
4905
4906 2008-12-25  Bruno Haible  <bruno@clisp.org>
4907
4908         Add support for universal builds to vasnprintf.
4909         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
4910         universal builds, guess no.
4911         * modules/vasnprintf-posix (Depends-on): Add multiarch.
4912         * modules/vasprintf-posix (Depends-on): Likewise.
4913         * modules/fprintf-posix (Depends-on): Likewise.
4914         * modules/vfprintf-posix (Depends-on): Likewise.
4915         * modules/snprintf-posix (Depends-on): Likewise.
4916         * modules/vsnprintf-posix (Depends-on): Likewise.
4917         * modules/sprintf-posix (Depends-on): Likewise.
4918         * modules/vsprintf-posix (Depends-on): Likewise.
4919         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4920         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4921         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4922         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4923         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4924         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4925         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4926
4927         Add support for universal builds to <inttypes.h>.
4928         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
4929         _SCNu64_PREFIX): In Apple
4930         universal builds, define directly, using _LP64.
4931         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
4932         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
4933         * modules/inttypes (Depends-on): Add multiarch.
4934         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
4935
4936         Add support for universal builds to <stdint.h>.
4937         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
4938         universal builds, define directly, using _LP64.
4939         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
4940         Apple universal builds, don't test for the size and suffix of ptrdiff_t
4941         and size_t.
4942         * modules/stdint (Depends-on): Add multiarch.
4943         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
4944
4945         New module 'multiarch'.
4946         * modules/multiarch: New file.
4947         * m4/multiarch.m4: New file.
4948
4949 2008-12-25  Bruno Haible  <bruno@clisp.org>
4950
4951         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
4952
4953 2008-12-25  Bruno Haible  <bruno@clisp.org>
4954
4955         * modules/btowc (License): Relicense under LGPLv2+.
4956         * modules/mbsinit (License): Likewise.
4957         * modules/mbrtowc (License): Likewise.
4958         * modules/wcrtomb (License): Likewise.
4959         * modules/streq (License): Likewise.
4960         Reported by David Lutterkort <lutter@redhat.com>.
4961
4962 2008-12-23  Bruno Haible  <bruno@clisp.org>
4963
4964         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
4965
4966 2008-12-23  Bruno Haible  <bruno@clisp.org>
4967
4968         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
4969         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
4970         GETADDRINFO_LIB, not in LIBS.
4971         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
4972         * modules/canon-host (Link): Likewise.
4973         * NEWS: Mention the change.
4974         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
4975         GETADDRINFO_LIB.
4976
4977 2008-12-22  Bruno Haible  <bruno@clisp.org>
4978
4979         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
4980         * doc/posix-functions/iswalpha_l.texi: Likewise.
4981         * doc/posix-functions/iswblank_l.texi: Likewise.
4982         * doc/posix-functions/iswcntrl_l.texi: Likewise.
4983         * doc/posix-functions/iswctype_l.texi: Likewise.
4984         * doc/posix-functions/iswdigit_l.texi: Likewise.
4985         * doc/posix-functions/iswgraph_l.texi: Likewise.
4986         * doc/posix-functions/iswlower_l.texi: Likewise.
4987         * doc/posix-functions/iswprint_l.texi: Likewise.
4988         * doc/posix-functions/iswpunct_l.texi: Likewise.
4989         * doc/posix-functions/iswspace_l.texi: Likewise.
4990         * doc/posix-functions/iswupper_l.texi: Likewise.
4991         * doc/posix-functions/iswxdigit_l.texi: Likewise.
4992         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
4993         * doc/posix-functions/open_wmemstream.texi: Likewise.
4994         * doc/posix-functions/swscanf.texi: Likewise.
4995         * doc/posix-functions/towctrans_l.texi: Likewise.
4996         * doc/posix-functions/towlower.texi: Likewise.
4997         * doc/posix-functions/towlower_l.texi: Likewise.
4998         * doc/posix-functions/towupper.texi: Likewise.
4999         * doc/posix-functions/towupper_l.texi: Likewise.
5000         * doc/posix-functions/vfwprintf.texi: Likewise.
5001         * doc/posix-functions/vfwscanf.texi: Likewise.
5002         * doc/posix-functions/vswscanf.texi: Likewise.
5003         * doc/posix-functions/vwprintf.texi: Likewise.
5004         * doc/posix-functions/vwscanf.texi: Likewise.
5005         * doc/posix-functions/wcpcpy.texi: Likewise.
5006         * doc/posix-functions/wcpncpy.texi: Likewise.
5007         * doc/posix-functions/wcscasecmp.texi: Likewise.
5008         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
5009         * doc/posix-functions/wcscoll_l.texi: Likewise.
5010         * doc/posix-functions/wcsdup.texi: Likewise.
5011         * doc/posix-functions/wcsncasecmp.texi: Likewise.
5012         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
5013         * doc/posix-functions/wcsnlen.texi: Likewise.
5014         * doc/posix-functions/wcsnrtombs.texi: Likewise.
5015         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
5016         * doc/posix-functions/wctrans_l.texi: Likewise.
5017         * doc/posix-functions/wctype_l.texi: Likewise.
5018         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
5019         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
5020         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
5021         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
5022         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
5023         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
5024         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
5025         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
5026         * doc/glibc-functions/wcschrnul.texi: Likewise.
5027         * doc/glibc-functions/wcsftime_l.texi: Likewise.
5028         * doc/glibc-functions/wcstod_l.texi: Likewise.
5029         * doc/glibc-functions/wcstof_l.texi: Likewise.
5030         * doc/glibc-functions/wcstol_l.texi: Likewise.
5031         * doc/glibc-functions/wcstold_l.texi: Likewise.
5032         * doc/glibc-functions/wcstoll_l.texi: Likewise.
5033         * doc/glibc-functions/wcstoq.texi: Likewise.
5034         * doc/glibc-functions/wcstoul_l.texi: Likewise.
5035         * doc/glibc-functions/wcstoull_l.texi: Likewise.
5036         * doc/glibc-functions/wcstouq.texi: Likewise.
5037         * doc/glibc-functions/wmempcpy.texi: Likewise.
5038
5039 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
5040             Eric Blake  <ebb9@byu.net>
5041             Paolo Bonzini  <bonzini@gnu.org>
5042             Bruno Haible  <bruno@clisp.org>
5043
5044         Make c-stack work on Haiku.
5045         * lib/c-stack.c (SA_ONSTACK): Define fallback.
5046         (c_stack_action): Use SA_ONSTACK flag.
5047
5048 2008-12-22  Bruno Haible  <bruno@clisp.org>
5049
5050         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
5051
5052 2008-12-22  Bruno Haible  <bruno@clisp.org>
5053
5054         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
5055         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
5056         being overridden.
5057         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
5058         New macros.
5059         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
5060         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
5061         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
5062         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
5063
5064 2008-12-22  Bruno Haible  <bruno@clisp.org>
5065
5066         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
5067         from test code.
5068
5069 2008-12-22  Eric Blake  <ebb9@byu.net>
5070
5071         Avoid gcc warnings on cygwin.
5072         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
5073         Avoid unused variable.
5074         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
5075         Likewise.
5076
5077 2008-12-22  Bruno Haible  <bruno@clisp.org>
5078
5079         Remove HAVE_MBRTOWC conditionals.
5080         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
5081         (mbscasecmp): Assume mbrtowc function.
5082         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
5083         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
5084         * lib/mbschr.c: Include mbuiter.h unconditionally.
5085         (mbschr): Assume mbrtowc function.
5086         * lib/mbscspn.c: Include mbuiter.h unconditionally.
5087         (mbscspn): Assume mbrtowc function.
5088         * lib/mbslen.c: Include mbuiter.h unconditionally.
5089         (mbslen): Assume mbrtowc function.
5090         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
5091         (mbsncasecmp): Assume mbrtowc function.
5092         * lib/mbsnlen.c: Include mbiter.h unconditionally.
5093         (mbsnlen): Assume mbrtowc function.
5094         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
5095         (mbspbrk): Assume mbrtowc function.
5096         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
5097         (mbspcasecmp): Assume mbrtowc function.
5098         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
5099         (mbsrchr): Assume mbrtowc function.
5100         * lib/mbssep.c: Include mbuiter.h unconditionally.
5101         (mbssep): Assume mbrtowc function.
5102         * lib/mbsspn.c: Include mbuiter.h unconditionally.
5103         (mbsspn): Assume mbrtowc function.
5104         * lib/mbsstr.c: Include mbuiter.h unconditionally.
5105         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
5106         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
5107         (mbstok_r): Assume mbrtowc function.
5108         * lib/propername.c: Include mbuiter.h unconditionally.
5109         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
5110         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
5111         (trim2): Assume mbrtowc function.
5112         * lib/mbswidth.c (mbsinit): Remove fallback definition.
5113         (mbsnwidth): Assume mbrtowc function.
5114         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
5115         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
5116         fallback definitions.
5117         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
5118
5119 2008-12-22  Bruno Haible  <bruno@clisp.org>
5120
5121         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
5122
5123 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
5124
5125         * modules/regex: Request emulations for the mb*/wc* functions we need.
5126         * m4/regex.m4: Don't look for those functions here.
5127         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
5128
5129 2008-12-22  Bruno Haible  <bruno@clisp.org>
5130
5131         * modules/fnmatch (Depends-on): Remove duplicated dependency.
5132
5133 2008-12-21  Bruno Haible  <bruno@clisp.org>
5134
5135         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
5136         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
5137         (Include): Remove conditionalization.
5138         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
5139         (Include): Remove conditionalization.
5140         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
5141         (Include): Remove conditionalization.
5142         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
5143         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5144         * NEWS: Mention the change.
5145         Reported by Alan Hourihane <alanh@fairlite.co.uk>
5146         via Sergey Poznyakoff <gray@gnu.org.ua>.
5147
5148 2008-12-21  Bruno Haible  <bruno@clisp.org>
5149
5150         * MODULES.html.sh (Extended multibyte and wide character utilities
5151         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
5152         wcrtomb, wcsrtombs.
5153         (Support for systems lacking POSIX:2008): Add accept, bind, close,
5154         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
5155         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
5156         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
5157
5158 2008-12-21  Bruno Haible  <bruno@clisp.org>
5159
5160         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
5161
5162 2008-12-21  Bruno Haible  <bruno@clisp.org>
5163
5164         * modules/wcsnrtombs-tests: New file.
5165         * tests/test-wcsnrtombs1.sh: New file.
5166         * tests/test-wcsnrtombs2.sh: New file.
5167         * tests/test-wcsnrtombs3.sh: New file.
5168         * tests/test-wcsnrtombs4.sh: New file.
5169         * tests/test-wcsnrtombs.c: New file.
5170
5171         New module 'wcsnrtombs'.
5172         * lib/wchar.in.h (wcsnrtombs): New declaration.
5173         * lib/wcsnrtombs.c: New file.
5174         * lib/wcsrtombs-state.c: New file.
5175         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
5176         (internal_state): Remove variable.
5177         * m4/wcsnrtombs.m4: New file.
5178         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
5179         compilation units.
5180         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
5181         HAVE_WCSNRTOMBS.
5182         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
5183         HAVE_WCSNRTOMBS.
5184         * modules/wcsnrtombs: New file.
5185         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
5186         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
5187
5188 2008-12-21  Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/wcsrtombs-tests: New file.
5191         * tests/test-wcsrtombs1.sh: New file.
5192         * tests/test-wcsrtombs2.sh: New file.
5193         * tests/test-wcsrtombs3.sh: New file.
5194         * tests/test-wcsrtombs4.sh: New file.
5195         * tests/test-wcsrtombs.c: New file.
5196
5197         New module 'wcsrtombs'.
5198         * lib/wchar.in.h (wcsrtombs): New declaration.
5199         * lib/wcsrtombs.c: New file.
5200         * m4/wcsrtombs.m4: New file.
5201         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
5202         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5203         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
5204         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5205         * modules/wcsrtombs: New file.
5206         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
5207         bugs.
5208
5209 2008-12-21  Bruno Haible  <bruno@clisp.org>
5210
5211         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
5212         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
5213         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
5214         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
5215         if not correct.
5216         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
5217         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
5218         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5219         m4/locale-zh.m4, m4/codeset.m4.
5220         * doc/posix-functions/wcrtomb.texi: Document the bug.
5221
5222 2008-12-21  Bruno Haible  <bruno@clisp.org>
5223
5224         Work around a btowc() bug on IRIX 6.5.
5225         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
5226         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
5227         REPLACE_WTOBC if not.
5228         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
5229         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
5230         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
5231
5232 2008-12-21  Bruno Haible  <bruno@clisp.org>
5233
5234         * modules/wcrtomb-tests: New file.
5235         * tests/test-wcrtomb.sh: New file.
5236         * tests/test-wcrtomb.c: New file.
5237
5238         New module 'wcrtomb'.
5239         * lib/wchar.in.h (wcrtomb): New declaration.
5240         * lib/wcrtomb.c: New file.
5241         * m4/wcrtomb.m4: New file.
5242         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
5243         HAVE_WCRTOMB.
5244         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
5245         HAVE_WCRTOMB.
5246         * modules/wcrtomb: New file.
5247         * doc/posix-functions/wcrtomb.texi: Mention the new module.
5248
5249 2008-12-21  Bruno Haible  <bruno@clisp.org>
5250
5251         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
5252         * modules/mbsrtowcs (Files): Likewise.
5253         * modules/wctob (Files): Likewise.
5254         * modules/c-strcase-tests (Files): Likewise.
5255         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5256         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5257         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5258         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5259         * modules/vasnprintf-posix-tests (Files): Likewise.
5260
5261 2008-12-21  William Pursell  <bill.pursell@gmail.com>
5262
5263         gitlog-to-changelog: pass all command-line arguments to git-log
5264         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
5265         it is sometimes convenient to filter the commits in various ways.
5266         gitlog-to-changelog only allows --since to specify a start date,
5267         but git-log itself supports many other filtering mechanisms.
5268         At the moment, I want to filter by branch name.  Rather than
5269         adding a --branch option to gitlog-to-changelog, it seems more
5270         flexible to simply pass all options directly to git-log and let
5271         git do the work.  Notice that this effectively makes --since a
5272         redundant option for gitlog-to-changelog, but removing it would
5273         require current usage to change since calls would then require
5274         an additional '--'.
5275
5276 2008-12-21  Bruno Haible  <bruno@clisp.org>
5277
5278         * modules/mbsnrtowcs-tests: New file.
5279         * tests/test-mbsnrtowcs1.sh: New file.
5280         * tests/test-mbsnrtowcs2.sh: New file.
5281         * tests/test-mbsnrtowcs3.sh: New file.
5282         * tests/test-mbsnrtowcs4.sh: New file.
5283         * tests/test-mbsnrtowcs.c: New file.
5284
5285         New module 'mbsnrtowcs'.
5286         * lib/wchar.in.h (mbsnrtowcs): New declaration.
5287         * lib/mbsnrtowcs.c: New file.
5288         * lib/mbsrtowcs-state.c: New file.
5289         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
5290         (internal_state): Remove variable.
5291         * m4/mbsnrtowcs.m4: New file.
5292         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
5293         compilation units.
5294         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
5295         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5296         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
5297         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5298         * modules/mbsnrtowcs: New file.
5299         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
5300         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
5301         portability problem.
5302
5303 2008-12-21  Bruno Haible  <bruno@clisp.org>
5304
5305         Work around mbsrtowcs bug.
5306         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
5307         (gl_FUNC_MBSRTOWCS): Invoke it.
5308         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5309         m4/locale-zh.m4.
5310         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
5311
5312 2008-12-21  Bruno Haible  <bruno@clisp.org>
5313
5314         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
5315
5316 2008-12-21  Bruno Haible  <bruno@clisp.org>
5317
5318         Update doc for AIX.
5319         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
5320         16-bit wchar_t type.
5321         * doc/posix-functions/btowc.texi: Likewise.
5322         * doc/posix-functions/fgetwc.texi: Likewise.
5323         * doc/posix-functions/fgetws.texi: Likewise.
5324         * doc/posix-functions/fputwc.texi: Likewise.
5325         * doc/posix-functions/fputws.texi: Likewise.
5326         * doc/posix-functions/fwide.texi: Likewise.
5327         * doc/posix-functions/fwprintf.texi: Likewise.
5328         * doc/posix-functions/fwscanf.texi: Likewise.
5329         * doc/posix-functions/getwchar.texi: Likewise.
5330         * doc/posix-functions/getwc.texi: Likewise.
5331         * doc/posix-functions/iswalnum.texi: Likewise.
5332         * doc/posix-functions/iswalpha.texi: Likewise.
5333         * doc/posix-functions/iswblank.texi: Likewise.
5334         * doc/posix-functions/iswcntrl.texi: Likewise.
5335         * doc/posix-functions/iswctype.texi: Likewise.
5336         * doc/posix-functions/iswdigit.texi: Likewise.
5337         * doc/posix-functions/iswgraph.texi: Likewise.
5338         * doc/posix-functions/iswlower.texi: Likewise.
5339         * doc/posix-functions/iswprint.texi: Likewise.
5340         * doc/posix-functions/iswpunct.texi: Likewise.
5341         * doc/posix-functions/iswspace.texi: Likewise.
5342         * doc/posix-functions/iswupper.texi: Likewise.
5343         * doc/posix-functions/iswxdigit.texi: Likewise.
5344         * doc/posix-functions/mbrtowc.texi: Likewise.
5345         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5346         * doc/posix-functions/mbstowcs.texi: Likewise.
5347         * doc/posix-functions/mbtowc.texi: Likewise.
5348         * doc/posix-functions/putwchar.texi: Likewise.
5349         * doc/posix-functions/putwc.texi: Likewise.
5350         * doc/posix-functions/swprintf.texi: Likewise.
5351         * doc/posix-functions/tolower.texi: Likewise.
5352         * doc/posix-functions/toupper.texi: Likewise.
5353         * doc/posix-functions/towctrans.texi: Likewise.
5354         * doc/posix-functions/ungetwc.texi: Likewise.
5355         * doc/posix-functions/vswprintf.texi: Likewise.
5356         * doc/posix-functions/wcrtomb.texi: Likewise.
5357         * doc/posix-functions/wcscat.texi: Likewise.
5358         * doc/posix-functions/wcschr.texi: Likewise.
5359         * doc/posix-functions/wcscmp.texi: Likewise.
5360         * doc/posix-functions/wcscoll.texi: Likewise.
5361         * doc/posix-functions/wcscpy.texi: Likewise.
5362         * doc/posix-functions/wcscspn.texi: Likewise.
5363         * doc/posix-functions/wcsftime.texi: Likewise.
5364         * doc/posix-functions/wcslen.texi: Likewise.
5365         * doc/posix-functions/wcsncat.texi: Likewise.
5366         * doc/posix-functions/wcsncmp.texi: Likewise.
5367         * doc/posix-functions/wcsncpy.texi: Likewise.
5368         * doc/posix-functions/wcspbrk.texi: Likewise.
5369         * doc/posix-functions/wcsrchr.texi: Likewise.
5370         * doc/posix-functions/wcsrtombs.texi: Likewise.
5371         * doc/posix-functions/wcsspn.texi: Likewise.
5372         * doc/posix-functions/wcsstr.texi: Likewise.
5373         * doc/posix-functions/wcstod.texi: Likewise.
5374         * doc/posix-functions/wcstof.texi: Likewise.
5375         * doc/posix-functions/wcstoimax.texi: Likewise.
5376         * doc/posix-functions/wcstok.texi: Likewise.
5377         * doc/posix-functions/wcstold.texi: Likewise.
5378         * doc/posix-functions/wcstoll.texi: Likewise.
5379         * doc/posix-functions/wcstol.texi: Likewise.
5380         * doc/posix-functions/wcstombs.texi: Likewise.
5381         * doc/posix-functions/wcstoull.texi: Likewise.
5382         * doc/posix-functions/wcstoul.texi: Likewise.
5383         * doc/posix-functions/wcstoumax.texi: Likewise.
5384         * doc/posix-functions/wcswidth.texi: Likewise.
5385         * doc/posix-functions/wcsxfrm.texi: Likewise.
5386         * doc/posix-functions/wctob.texi: Likewise.
5387         * doc/posix-functions/wctomb.texi: Likewise.
5388         * doc/posix-functions/wctrans.texi: Likewise.
5389         * doc/posix-functions/wctype.texi: Likewise.
5390         * doc/posix-functions/wcwidth.texi: Likewise.
5391         * doc/posix-functions/wmemchr.texi: Likewise.
5392         * doc/posix-functions/wmemcmp.texi: Likewise.
5393         * doc/posix-functions/wmemcpy.texi: Likewise.
5394         * doc/posix-functions/wmemmove.texi: Likewise.
5395         * doc/posix-functions/wmemset.texi: Likewise.
5396         * doc/posix-functions/wprintf.texi: Likewise.
5397         * doc/posix-functions/wscanf.texi: Likewise.
5398
5399 2008-12-21  Bruno Haible  <bruno@clisp.org>
5400
5401         Update doc for HP-UX 11.11.
5402         * doc/posix-functions/btowc.texi: Clarify that the function is missing
5403         in HP-UX version 11.00, not in all versions of HP-UX 11.
5404         * doc/posix-functions/fwide.texi: Likewise.
5405         * doc/posix-functions/fwprintf.texi: Likewise.
5406         * doc/posix-functions/fwscanf.texi: Likewise.
5407         * doc/posix-functions/inet_ntop.texi: Likewise.
5408         * doc/posix-functions/inet_pton.texi: Likewise.
5409         * doc/posix-functions/mbrlen.texi: Likewise.
5410         * doc/posix-functions/mbrtowc.texi: Likewise.
5411         * doc/posix-functions/mbsinit.texi: Likewise.
5412         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5413         * doc/posix-functions/swprintf.texi: Likewise.
5414         * doc/posix-functions/swscanf.texi: Likewise.
5415         * doc/posix-functions/towctrans.texi: Likewise.
5416         * doc/posix-functions/vfwprintf.texi: Likewise.
5417         * doc/posix-functions/vswprintf.texi: Likewise.
5418         * doc/posix-functions/vwprintf.texi: Likewise.
5419         * doc/posix-functions/wcrtomb.texi: Likewise.
5420         * doc/posix-functions/wcsrtombs.texi: Likewise.
5421         * doc/posix-functions/wcsstr.texi: Likewise.
5422         * doc/posix-functions/wctob.texi: Likewise.
5423         * doc/posix-functions/wctrans.texi: Likewise.
5424         * doc/posix-functions/wmemchr.texi: Likewise.
5425         * doc/posix-functions/wmemcmp.texi: Likewise.
5426         * doc/posix-functions/wmemcpy.texi: Likewise.
5427         * doc/posix-functions/wmemmove.texi: Likewise.
5428         * doc/posix-functions/wmemset.texi: Likewise.
5429         * doc/posix-functions/wprintf.texi: Likewise.
5430         * doc/posix-functions/wscanf.texi: Likewise.
5431
5432 2008-12-21  Bruno Haible  <bruno@clisp.org>
5433
5434         Work around a portability problem.
5435         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
5436         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
5437
5438 2008-12-20  Bruno Haible  <bruno@clisp.org>
5439
5440         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
5441         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
5442         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
5443         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
5444         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
5445
5446         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
5447         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
5448         set.
5449         (GNULIB_defined_mbstate_t): New macro.
5450         (mbsinit): Redefine if REPLACE_MBSINIT is set.
5451         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
5452         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
5453         reuses the system's mbrtowc function but works around the bugs.
5454         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
5455         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
5456         macros.
5457         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
5458         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
5459         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
5460         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
5461         REPLACE_MBSINIT if mbsinit needs to be overridden.
5462         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
5463         REPLACE_MBSINIT, REPLACE_MBRTOWC.
5464         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
5465         REPLACE_MBSINIT, REPLACE_MBRTOWC.
5466         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5467         m4/locale-zh.m4.
5468         (Depends): Add mbsinit.
5469         * modules/mbsinit (Depends): Add mbrtowc.
5470         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
5471
5472 2008-12-20  Bruno Haible  <bruno@clisp.org>
5473
5474         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
5475         so that there are no conversion errors on AIX.
5476         * tests/test-mbsrtowcs.c (main): LIkewise.
5477
5478 2008-12-20  Bruno Haible  <bruno@clisp.org>
5479
5480         Work around wctob bug on Solaris <= 9.
5481         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
5482         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
5483         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
5484         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
5485         * modules/wctob (Files): Add m4/locale-fr.m4.
5486         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
5487
5488 2008-12-20  Bruno Haible  <bruno@clisp.org>
5489
5490         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
5491         /dev/null.
5492         * tests/test-select-in.sh: Likewise.
5493         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5494
5495 2008-12-20  Bruno Haible  <bruno@clisp.org>
5496
5497         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
5498         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
5499         Cygwin 1.5.x.
5500
5501 2008-12-20  Bruno Haible  <bruno@clisp.org>
5502
5503         Ensure mbstate_t is defined on HP-UX 11.11.
5504         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
5505         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
5506         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
5507         AC_USE_SYSTEM_EXTENSIONS.
5508         * modules/fnmatch (Depends-on): Add extensions.
5509         * modules/mbrlen (Depends-on): Likewise.
5510         * modules/mbrtowc (Depends-on): Likewise.
5511         * modules/mbsinit (Depends-on): Likewise.
5512         * modules/mbsrtowcs (Depends-on): Likewise.
5513         * modules/mbswidth (Depends-on): Likewise.
5514         * modules/quotearg (Depends-on): Likewise.
5515         * modules/strftime (Depends-on): Likewise.
5516
5517 2008-12-20  Bruno Haible  <bruno@clisp.org>
5518
5519         Ensure wctob is declared on IRIX 6.5.
5520         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
5521         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
5522         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
5523         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
5524         of HAVE_WCTOB.
5525         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
5526         HAVE_WCTOB.
5527         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
5528
5529 2008-12-19  Bruno Haible  <bruno@clisp.org>
5530
5531         * modules/mbsrtowcs-tests: New file.
5532         * tests/test-mbsrtowcs1.sh: New file.
5533         * tests/test-mbsrtowcs2.sh: New file.
5534         * tests/test-mbsrtowcs3.sh: New file.
5535         * tests/test-mbsrtowcs4.sh: New file.
5536         * tests/test-mbsrtowcs.c: New file.
5537
5538         New module 'mbsrtowcs'.
5539         * lib/wchar.in.h (mbsrtowcs): New declaration.
5540         * lib/mbsrtowcs.c: New file.
5541         * m4/mbsrtowcs.m4: New file.
5542         * modules/mbsrtowcs: New file.
5543         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
5544         HAVE_MBSRTOWCS.
5545         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
5546         HAVE_MBSRTOWCS.
5547         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
5548
5549 2008-12-19  Bruno Haible  <bruno@clisp.org>
5550
5551         New module 'mbrlen'.
5552         * lib/wchar.in.h (mbrlen): New declaration.
5553         * lib/mbrlen.c: New file.
5554         * m4/mbrlen.m4: New file.
5555         * modules/mbrlen: New file.
5556         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
5557         HAVE_MBRLEN.
5558         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
5559         HAVE_MBRLEN.
5560         * doc/posix-functions/mbrlen.texi: Document the new module.
5561
5562 2008-12-19  Bruno Haible  <bruno@clisp.org>
5563
5564         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
5565         * modules/mbrtowc (Depends-on): Add verify.
5566         Suggested by Paul Eggert.
5567
5568 2008-12-18  Bruno Haible  <bruno@clisp.org>
5569
5570         * modules/mbsinit-tests: New file.
5571         * tests/test-mbsinit.sh: New file.
5572         * tests/test-mbsinit.c: New file.
5573
5574 2008-12-18  Bruno Haible  <bruno@clisp.org>
5575
5576         * modules/mbrtowc-tests: New file.
5577         * tests/test-mbrtowc1.sh: New file.
5578         * tests/test-mbrtowc2.sh: New file.
5579         * tests/test-mbrtowc3.sh: New file.
5580         * tests/test-mbrtowc4.sh: New file.
5581         * tests/test-mbrtowc.c: New file.
5582
5583         New module 'mbrtowc'.
5584         * lib/wchar.in.h (mbstate_t): Override when the system does not have
5585         mbsinit and mbrtowc.
5586         (mbrtowc): New declaration.
5587         * lib/mbrtowc.c: New file.
5588         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
5589         * modules/mbrtowc: New file.
5590         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
5591         HAVE_MBRTOWC.
5592         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
5593         HAVE_MBRTOWC.
5594         * doc/posix-functions/mbrtowc.texi: Document the new module.
5595
5596 2008-12-18  Bruno Haible  <bruno@clisp.org>
5597
5598         New module 'wctob'.
5599         * lib/wchar.in.h (wctob): New declaration.
5600         * lib/wctob.c: New file.
5601         * m4/wctob.m4: New file.
5602         * modules/wctob: New file.
5603         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
5604         HAVE_WCTOB.
5605         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
5606         * doc/posix-functions/wctob.texi: Document the new module.
5607
5608 2008-12-18  Bruno Haible  <bruno@clisp.org>
5609
5610         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
5611         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
5612
5613 2008-12-18  Simon Josefsson  <simon@josefsson.org>
5614
5615         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
5616         G. Christensen" <tgc@jupiterrise.com>.
5617
5618         * lib/flock.c: Need to include errno.h.  Reported by "Tom
5619         G. Christensen" <tgc@jupiterrise.com>.
5620
5621         * lib/flock.c: Need to include string.h.  Reported by "Tom
5622         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
5623         <ebb9@byu.net>.
5624
5625 2008-12-18  Bruno Haible  <bruno@clisp.org>
5626
5627         * m4/locale-ja.m4: New file, from GNU gettext.
5628
5629 2008-12-17  Bruno Haible  <bruno@clisp.org>
5630
5631         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
5632         Suggested by Eric Blake.
5633
5634 2008-12-17  Bruno Haible  <bruno@clisp.org>
5635
5636         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
5637
5638 2008-12-17  Bruno Haible  <bruno@clisp.org>
5639
5640         * lib/mbsinit.c: Include verify.h. Verify an assumption.
5641         * modules/mbsinit (Depends-on): Add verify.
5642         Suggested by Paul Eggert.
5643
5644 2008-12-17  Bruno Haible  <bruno@clisp.org>
5645
5646         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
5647         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
5648         gl_FUNC_MBRTOWC.
5649         * m4/mbiter.m4 (gl_MBITER): LIkewise.
5650         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
5651         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
5652         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
5653         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
5654         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
5655         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
5656         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
5657         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
5658         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
5659         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
5660         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
5661         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
5662         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
5663         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
5664         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5665         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
5666         * modules/trim (configure.ac): Likewise.
5667
5668 2008-12-17  Bruno Haible  <bruno@clisp.org>
5669
5670         * modules/btowc-tests: New file.
5671         * tests/test-btowc1.sh: New file.
5672         * tests/test-btowc2.sh: New file.
5673         * tests/test-btowc.c: New file.
5674
5675         New module 'btowc'.
5676         * lib/wchar.in.h (btowc): New declaration.
5677         * lib/btowc.c: New file.
5678         * m4/btowc.m4: New file.
5679         * modules/btowc: New file.
5680         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
5681         HAVE_BTOWC.
5682         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
5683         * doc/posix-functions/btowc.texi: Document the new module.
5684
5685 2008-12-17  Bruno Haible  <bruno@clisp.org>
5686
5687         New module 'mbsinit'.
5688         * lib/wchar.in.h (mbsinit): New declaration.
5689         * lib/mbsinit.c: New file.
5690         * m4/mbsinit.m4: New file.
5691         * modules/mbsinit: New file.
5692         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
5693         HAVE_MBSINIT.
5694         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
5695         HAVE_MBSINIT.
5696         * doc/posix-functions/mbsinit.texi: Document the new module.
5697
5698 2008-12-16  Bruno Haible  <bruno@clisp.org>
5699
5700         * lib/unistd.in.h: Add comment.
5701         * tests/test-environ.c: Don't include <stdlib.h>.
5702
5703 2008-12-16  Bruno Haible  <bruno@clisp.org>
5704
5705         * lib/parse-duration.h (parse_duration): Document return value
5706         convention.
5707         * lib/parse-duration.c: Include specification header first. Add
5708         comments.
5709         (_): Remove macro.
5710         (parse_year_month_day, parse_hour_minute_second): Move side effects
5711         outside of strchr call.
5712         (parse_non_iso8601): Move side effects outside of isspace call.
5713         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
5714         call.
5715
5716 2008-12-16  Bruno Haible  <bruno@clisp.org>
5717
5718         * tests/test-parse-duration.sh: Produce no output when the test
5719         succeeds.
5720
5721 2008-12-16  Bruno Haible  <bruno@clisp.org>
5722
5723         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
5724         expressions.
5725
5726 2008-12-15  Bruno Haible  <bruno@clisp.org>
5727
5728         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
5729         * doc/glibc-functions/flistxattr.texi: Likewise.
5730         * doc/glibc-functions/fopencookie.texi: Likewise.
5731         * doc/glibc-functions/fremovexattr.texi: Likewise.
5732         * doc/glibc-functions/fsetxattr.texi: Likewise.
5733         * doc/glibc-functions/getxattr.texi: Likewise.
5734         * doc/glibc-functions/lgetxattr.texi: Likewise.
5735         * doc/glibc-functions/listxattr.texi: Likewise.
5736         * doc/glibc-functions/llistxattr.texi: Likewise.
5737         * doc/glibc-functions/lremovexattr.texi: Likewise.
5738         * doc/glibc-functions/lsetxattr.texi: Likewise.
5739         * doc/glibc-functions/removexattr.texi: Likewise.
5740         * doc/glibc-functions/setxattr.texi: Likewise.
5741         * doc/posix-functions/open_memstream.texi: Likewise.
5742
5743 2008-12-15  Eric Blake  <ebb9@byu.net>
5744
5745         Update doc for cygwin 1.7.
5746         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
5747         functions.
5748         * doc/posix-functions/fchmodat.texi: Likewise.
5749         * doc/posix-functions/fchownat.texi: Likewise.
5750         * doc/posix-functions/fdopendir.texi: Likewise.
5751         * doc/posix-functions/fmemopen.texi: Likewise.
5752         * doc/posix-functions/freeaddrinfo.texi: Likewise.
5753         * doc/posix-functions/fstatat.texi: Likewise.
5754         * doc/posix-functions/futimens.texi: Likewise.
5755         * doc/posix-functions/gai_strerror.texi: Likewise.
5756         * doc/posix-functions/getaddrinfo.texi: Likewise.
5757         * doc/posix-functions/getnameinfo.texi: Likewise.
5758         * doc/posix-functions/if_freenameindex.texi: Likewise.
5759         * doc/posix-functions/if_indextoname.texi: Likewise.
5760         * doc/posix-functions/if_nameindex.texi: Likewise.
5761         * doc/posix-functions/if_nametoindex.texi: Likewise.
5762         * doc/posix-functions/insque.texi: Likewise.
5763         * doc/posix-functions/linkat.texi: Likewise.
5764         * doc/posix-functions/llrint.texi: Likewise.
5765         * doc/posix-functions/llrintf.texi: Likewise.
5766         * doc/posix-functions/llrintl.texi: Likewise.
5767         * doc/posix-functions/lockf.texi: Likewise.
5768         * doc/posix-functions/lrintl.texi: Likewise.
5769         * doc/posix-functions/mkdirat.texi: Likewise.
5770         * doc/posix-functions/mkfifoat.texi: Likewise.
5771         * doc/posix-functions/mknodat.texi: Likewise.
5772         * doc/posix-functions/mq_close.texi: Likewise.
5773         * doc/posix-functions/mq_getattr.texi: Likewise.
5774         * doc/posix-functions/mq_notify.texi: Likewise.
5775         * doc/posix-functions/mq_open.texi: Likewise.
5776         * doc/posix-functions/mq_receive.texi: Likewise.
5777         * doc/posix-functions/mq_send.texi: Likewise.
5778         * doc/posix-functions/mq_setattr.texi: Likewise.
5779         * doc/posix-functions/mq_timedreceive.texi: Likewise.
5780         * doc/posix-functions/mq_timedsend.texi: Likewise.
5781         * doc/posix-functions/mq_unlink.texi: Likewise.
5782         * doc/posix-functions/open_memstream.texi: Likewise.
5783         * doc/posix-functions/openat.texi: Likewise.
5784         * doc/posix-functions/posix_fadvise.texi: Likewise.
5785         * doc/posix-functions/posix_fallocate.texi: Likewise.
5786         * doc/posix-functions/posix_madvise.texi: Likewise.
5787         * doc/posix-functions/posix_memalign.texi: Likewise.
5788         * doc/posix-functions/posix_openpt.texi: Likewise.
5789         * doc/posix-functions/readlinkat.texi: Likewise.
5790         * doc/posix-functions/remque.texi: Likewise.
5791         * doc/posix-functions/renameat.texi: Likewise.
5792         * doc/posix-functions/rintl.texi: Likewise.
5793         * doc/posix-functions/sem_unlink.texi: Likewise.
5794         * doc/posix-functions/shm_open.texi: Likewise.
5795         * doc/posix-functions/shm_unlink.texi: Likewise.
5796         * doc/posix-functions/signgam.texi: Likewise.
5797         * doc/posix-functions/sigset.texi: Likewise.
5798         * doc/posix-functions/stpcpy.texi: Likewise.
5799         * doc/posix-functions/stpncpy.texi: Likewise.
5800         * doc/posix-functions/strerror.texi: Likewise.
5801         * doc/posix-functions/strtod.texi: Likewise.
5802         * doc/posix-functions/symlinkat.texi: Likewise.
5803         * doc/posix-functions/unlinkat.texi: Likewise.
5804         * doc/posix-functions/utimensat.texi: Likewise.
5805         * doc/glibc-functions/bindresvport.texi: Likewise.
5806         * doc/glibc-functions/dn_expand.texi: Likewise.
5807         * doc/glibc-functions/exp10.texi: Likewise.
5808         * doc/glibc-functions/exp10f.texi: Likewise.
5809         * doc/glibc-functions/fgetxattr.texi: Likewise.
5810         * doc/glibc-functions/flistxattr.texi: Likewise.
5811         * doc/glibc-functions/fopencookie.texi: Likewise.
5812         * doc/glibc-functions/freeifaddrs.texi: Likewise.
5813         * doc/glibc-functions/fremovexattr.texi: Likewise.
5814         * doc/glibc-functions/fsetxattr.texi: Likewise.
5815         * doc/glibc-functions/getifaddrs.texi: Likewise.
5816         * doc/glibc-functions/getxattr.texi: Likewise.
5817         * doc/glibc-functions/lgetxattr.texi: Likewise.
5818         * doc/glibc-functions/listxattr.texi: Likewise.
5819         * doc/glibc-functions/llistxattr.texi: Likewise.
5820         * doc/glibc-functions/lremovexattr.texi: Likewise.
5821         * doc/glibc-functions/lsetxattr.texi: Likewise.
5822         * doc/glibc-functions/pow10.texi: Likewise.
5823         * doc/glibc-functions/pow10f.texi: Likewise.
5824         * doc/glibc-functions/rcmd_af.texi: Likewise.
5825         * doc/glibc-functions/removexattr.texi: Likewise.
5826         * doc/glibc-functions/res_init.texi: Likewise.
5827         * doc/glibc-functions/res_mkquery.texi: Likewise.
5828         * doc/glibc-functions/res_query.texi: Likewise.
5829         * doc/glibc-functions/res_querydomain.texi: Likewise.
5830         * doc/glibc-functions/res_send.texi: Likewise.
5831         * doc/glibc-functions/rresvport_af.texi: Likewise.
5832         * doc/glibc-functions/setxattr.texi: Likewise.
5833         * doc/glibc-functions/strcasestr.texi: Likewise.
5834
5835 2008-12-15  Bruno Haible  <bruno@clisp.org>
5836
5837         Fix compilation error on OSF/1 4.0.
5838         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
5839         <sys/time.h>, simply delegate to the system header.
5840         Reported by Daniel Richard G. <oss@teragram.com>.
5841
5842 2008-12-15  Bruno Haible  <bruno@clisp.org>
5843
5844         * doc/posix-functions/openat.texi: Mention the 'openat' module.
5845         * doc/posix-functions/fchmodat.texi: Likewise.
5846         * doc/posix-functions/fchownat.texi: Likewise.
5847         * doc/posix-functions/fdopendir.texi: Likewise.
5848         * doc/posix-functions/fstatat.texi: Likewise.
5849         * doc/posix-functions/mkdirat.texi: Likewise.
5850         * doc/posix-functions/unlinkat.texi: Likewise.
5851
5852 2008-12-14  Bruno Haible  <bruno@clisp.org>
5853
5854         Update doc for POSIX:2008.
5855         * doc/posix-functions/faccessat.texi: New file.
5856         * doc/posix-functions/fchmodat.texi: New file.
5857         * doc/posix-functions/fchownat.texi: New file.
5858         * doc/posix-functions/fdopendir.texi: New file.
5859         * doc/posix-functions/fstatat.texi: New file.
5860         * doc/posix-functions/futimens.texi: New file.
5861         * doc/posix-functions/linkat.texi: New file.
5862         * doc/posix-functions/mkdirat.texi: New file.
5863         * doc/posix-functions/mkfifoat.texi: New file.
5864         * doc/posix-functions/mknodat.texi: New file.
5865         * doc/posix-functions/open_wmemstream.texi: New file.
5866         * doc/posix-functions/openat.texi: New file.
5867         * doc/posix-functions/psiginfo.texi: New file.
5868         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
5869         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
5870         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
5871         * doc/posix-functions/readlinkat.texi: New file.
5872         * doc/posix-functions/renameat.texi: New file.
5873         * doc/posix-functions/strerror_l.texi: New file.
5874         * doc/posix-functions/symlinkat.texi: New file.
5875         * doc/posix-functions/unlinkat.texi: New file.
5876         * doc/posix-functions/utimensat.texi: New file.
5877         * doc/gnulib.texi (Function Substitutes): Add these subsections.
5878
5879 2008-12-14  Bruno Haible  <bruno@clisp.org>
5880
5881         Update doc for POSIX:2008.
5882         * doc/posix-functions/alphasort.texi: Renamed from
5883         doc/glibc-functions/alphasort.texi.
5884         * doc/posix-functions/dirfd.texi: Renamed from
5885         doc/glibc-functions/dirfd.texi.
5886         * doc/posix-functions/dprintf.texi: Renamed from
5887         doc/glibc-functions/dprintf.texi.
5888         * doc/posix-functions/duplocale.texi: Renamed from
5889         doc/glibc-functions/duplocale.texi.
5890         * doc/posix-functions/fexecve.texi: Renamed from
5891         doc/glibc-functions/fexecve.texi.
5892         * doc/posix-functions/fmemopen.texi: Renamed from
5893         doc/glibc-functions/fmemopen.texi.
5894         * doc/posix-functions/freelocale.texi: Renamed from
5895         doc/glibc-functions/freelocale.texi.
5896         * doc/posix-functions/getdate_err.texi: Renamed from
5897         doc/glibc-functions/getdate_err.texi.
5898         * doc/posix-functions/isalnum_l.texi: Renamed from
5899         doc/glibc-functions/isalnum_l.texi.
5900         * doc/posix-functions/isalpha_l.texi: Renamed from
5901         doc/glibc-functions/isalpha_l.texi.
5902         * doc/posix-functions/isblank_l.texi: Renamed from
5903         doc/glibc-functions/isblank_l.texi.
5904         * doc/posix-functions/iscntrl_l.texi: Renamed from
5905         doc/glibc-functions/iscntrl_l.texi.
5906         * doc/posix-functions/isdigit_l.texi: Renamed from
5907         doc/glibc-functions/isdigit_l.texi.
5908         * doc/posix-functions/isgraph_l.texi: Renamed from
5909         doc/glibc-functions/isgraph_l.texi.
5910         * doc/posix-functions/islower_l.texi: Renamed from
5911         doc/glibc-functions/islower_l.texi.
5912         * doc/posix-functions/isprint_l.texi: Renamed from
5913         doc/glibc-functions/isprint_l.texi.
5914         * doc/posix-functions/ispunct_l.texi: Renamed from
5915         doc/glibc-functions/ispunct_l.texi.
5916         * doc/posix-functions/isspace_l.texi: Renamed from
5917         doc/glibc-functions/isspace_l.texi.
5918         * doc/posix-functions/isupper_l.texi: Renamed from
5919         doc/glibc-functions/isupper_l.texi.
5920         * doc/posix-functions/iswalnum_l.texi: Renamed from
5921         doc/glibc-functions/iswalnum_l.texi.
5922         * doc/posix-functions/iswalpha_l.texi: Renamed from
5923         doc/glibc-functions/iswalpha_l.texi.
5924         * doc/posix-functions/iswblank_l.texi: Renamed from
5925         doc/glibc-functions/iswblank_l.texi.
5926         * doc/posix-functions/iswcntrl_l.texi: Renamed from
5927         doc/glibc-functions/iswcntrl_l.texi.
5928         * doc/posix-functions/iswctype_l.texi: Renamed from
5929         doc/glibc-functions/iswctype_l.texi.
5930         * doc/posix-functions/iswdigit_l.texi: Renamed from
5931         doc/glibc-functions/iswdigit_l.texi.
5932         * doc/posix-functions/iswgraph_l.texi: Renamed from
5933         doc/glibc-functions/iswgraph_l.texi.
5934         * doc/posix-functions/iswlower_l.texi: Renamed from
5935         doc/glibc-functions/iswlower_l.texi.
5936         * doc/posix-functions/iswprint_l.texi: Renamed from
5937         doc/glibc-functions/iswprint_l.texi.
5938         * doc/posix-functions/iswpunct_l.texi: Renamed from
5939         doc/glibc-functions/iswpunct_l.texi.
5940         * doc/posix-functions/iswspace_l.texi: Renamed from
5941         doc/glibc-functions/iswspace_l.texi.
5942         * doc/posix-functions/iswupper_l.texi: Renamed from
5943         doc/glibc-functions/iswupper_l.texi.
5944         * doc/posix-functions/iswxdigit_l.texi: Renamed from
5945         doc/glibc-functions/iswxdigit_l.texi.
5946         * doc/posix-functions/isxdigit_l.texi: Renamed from
5947         doc/glibc-functions/isxdigit_l.texi.
5948         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
5949         doc/glibc-functions/mbsnrtowcs.texi.
5950         * doc/posix-functions/mkdtemp.texi: Renamed from
5951         doc/glibc-functions/mkdtemp.texi.
5952         * doc/posix-functions/newlocale.texi: Renamed from
5953         doc/glibc-functions/newlocale.texi.
5954         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
5955         doc/glibc-functions/nl_langinfo_l.texi.
5956         * doc/posix-functions/open_memstream.texi: Renamed from
5957         doc/glibc-functions/open_memstream.texi.
5958         * doc/posix-functions/opterr.texi: Renamed from
5959         doc/glibc-functions/opterr.texi.
5960         * doc/posix-functions/optind.texi: Renamed from
5961         doc/glibc-functions/optind.texi.
5962         * doc/posix-functions/optopt.texi: Renamed from
5963         doc/glibc-functions/optopt.texi.
5964         * doc/posix-functions/psignal.texi: Renamed from
5965         doc/glibc-functions/psignal.texi.
5966         * doc/posix-functions/scandir.texi: Renamed from
5967         doc/glibc-functions/scandir.texi.
5968         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
5969         doc/glibc-functions/sched_get_priority_min.texi.
5970         * doc/posix-functions/signgam.texi: Renamed from
5971         doc/glibc-functions/signgam.texi.
5972         * doc/posix-functions/stpcpy.texi: Renamed from
5973         doc/glibc-functions/stpcpy.texi.
5974         * doc/posix-functions/stpncpy.texi: Renamed from
5975         doc/glibc-functions/stpncpy.texi.
5976         * doc/posix-functions/strcasecmp_l.texi: Renamed from
5977         doc/glibc-functions/strcasecmp_l.texi.
5978         * doc/posix-functions/strcoll_l.texi: Renamed from
5979         doc/glibc-functions/strcoll_l.texi.
5980         * doc/posix-functions/strfmon_l.texi: Renamed from
5981         doc/glibc-functions/strfmon_l.texi.
5982         * doc/posix-functions/strftime_l.texi: Renamed from
5983         doc/glibc-functions/strftime_l.texi.
5984         * doc/posix-functions/strncasecmp_l.texi: Renamed from
5985         doc/glibc-functions/strncasecmp_l.texi.
5986         * doc/posix-functions/strndup.texi: Renamed from
5987         doc/glibc-functions/strndup.texi.
5988         * doc/posix-functions/strnlen.texi: Renamed from
5989         doc/glibc-functions/strnlen.texi.
5990         * doc/posix-functions/strsignal.texi: Renamed from
5991         doc/glibc-functions/strsignal.texi.
5992         * doc/posix-functions/strxfrm_l.texi: Renamed from
5993         doc/glibc-functions/strxfrm_l.texi.
5994         * doc/posix-functions/timer_gettime.texi: Renamed from
5995         doc/glibc-functions/timer_gettime.texi.
5996         * doc/posix-functions/tolower_l.texi: Renamed from
5997         doc/glibc-functions/tolower_l.texi.
5998         * doc/posix-functions/toupper_l.texi: Renamed from
5999         doc/glibc-functions/toupper_l.texi.
6000         * doc/posix-functions/towctrans_l.texi: Renamed from
6001         doc/glibc-functions/towctrans_l.texi.
6002         * doc/posix-functions/towlower_l.texi: Renamed from
6003         doc/glibc-functions/towlower_l.texi.
6004         * doc/posix-functions/towupper_l.texi: Renamed from
6005         doc/glibc-functions/towupper_l.texi.
6006         * doc/posix-functions/uselocale.texi: Renamed from
6007         doc/glibc-functions/uselocale.texi.
6008         * doc/posix-functions/vdprintf.texi: Renamed from
6009         doc/glibc-functions/vdprintf.texi.
6010         * doc/posix-functions/wcpcpy.texi:
6011         Renamed from doc/glibc-functions/wcpcpy.texi.
6012         * doc/posix-functions/wcpncpy.texi: Renamed from
6013         doc/glibc-functions/wcpncpy.texi.
6014         * doc/posix-functions/wcscasecmp.texi: Renamed from
6015         doc/glibc-functions/wcscasecmp.texi.
6016         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
6017         doc/glibc-functions/wcscasecmp_l.texi.
6018         * doc/posix-functions/wcscoll_l.texi: Renamed from
6019         doc/glibc-functions/wcscoll_l.texi.
6020         * doc/posix-functions/wcsdup.texi: Renamed from
6021         doc/glibc-functions/wcsdup.texi.
6022         * doc/posix-functions/wcsncasecmp.texi: Renamed from
6023         doc/glibc-functions/wcsncasecmp.texi.
6024         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
6025         doc/glibc-functions/wcsncasecmp_l.texi.
6026         * doc/posix-functions/wcsnlen.texi: Renamed from
6027         doc/glibc-functions/wcsnlen.texi.
6028         * doc/posix-functions/wcsnrtombs.texi: Renamed from
6029         doc/glibc-functions/wcsnrtombs.texi.
6030         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
6031         doc/glibc-functions/wcsxfrm_l.texi.
6032         * doc/posix-functions/wctrans_l.texi: Renamed from
6033         doc/glibc-functions/wctrans_l.texi.
6034         * doc/posix-functions/wctype_l.texi: Renamed from
6035         doc/glibc-functions/wctype_l.texi.
6036         * doc/gnulib.texi (Function Substitutes): Add these subsections.
6037         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
6038         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
6039         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
6040         these subsections.
6041         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
6042         Remove sections.
6043
6044 2008-12-14  Bruno Haible  <bruno@clisp.org>
6045
6046         Update doc for POSIX:2008.
6047         * doc/posix-functions/*.texi: Update URL of POSIX specification.
6048
6049 2008-12-14  Bruno Haible  <bruno@clisp.org>
6050
6051         Update doc for POSIX:2008.
6052         * doc/pastposix-functions/bcmp.texi: Renamed from
6053         doc/posix-functions/bcmp.texi.
6054         * doc/pastposix-functions/bcopy.texi: Renamed from
6055         doc/posix-functions/bcopy.texi.
6056         * doc/pastposix-functions/bsd_signal.texi: Renamed from
6057         doc/posix-functions/bsd_signal.texi.
6058         * doc/pastposix-functions/bzero.texi: Renamed from
6059         doc/posix-functions/bzero.texi.
6060         * doc/pastposix-functions/ecvt.texi: Renamed from
6061         doc/posix-functions/ecvt.texi.
6062         * doc/pastposix-functions/fcvt.texi: Renamed from
6063         doc/posix-functions/fcvt.texi.
6064         * doc/pastposix-functions/ftime.texi: Renamed from
6065         doc/posix-functions/ftime.texi.
6066         * doc/pastposix-functions/gcvt.texi: Renamed from
6067         doc/posix-functions/gcvt.texi.
6068         * doc/pastposix-functions/getcontext.texi: Renamed from
6069         doc/posix-functions/getcontext.texi.
6070         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
6071         doc/posix-functions/gethostbyaddr.texi.
6072         * doc/pastposix-functions/gethostbyname.texi: Renamed from
6073         doc/posix-functions/gethostbyname.texi.
6074         * doc/pastposix-functions/getwd.texi: Renamed from
6075         doc/posix-functions/getwd.texi.
6076         * doc/pastposix-functions/h_errno.texi: Renamed from
6077         doc/posix-functions/h_errno.texi.
6078         * doc/pastposix-functions/index.texi: Renamed from
6079         doc/posix-functions/index.texi.
6080         * doc/pastposix-functions/makecontext.texi: Renamed from
6081         doc/posix-functions/makecontext.texi.
6082         * doc/pastposix-functions/mktemp.texi: Renamed from
6083         doc/posix-functions/mktemp.texi.
6084         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
6085         doc/posix-functions/pthread_attr_getstackaddr.texi.
6086         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
6087         doc/posix-functions/pthread_attr_setstackaddr.texi.
6088         * doc/pastposix-functions/rindex.texi: Renamed from
6089         doc/posix-functions/rindex.texi.
6090         * doc/pastposix-functions/scalb.texi: Renamed from
6091         doc/posix-functions/scalb.texi.
6092         * doc/pastposix-functions/setcontext.texi: Renamed from
6093         doc/posix-functions/setcontext.texi.
6094         * doc/pastposix-functions/swapcontext.texi: Renamed from
6095         doc/posix-functions/swapcontext.texi.
6096         * doc/pastposix-functions/ualarm.texi: Renamed from
6097         doc/posix-functions/ualarm.texi.
6098         * doc/pastposix-functions/usleep.texi: Renamed from
6099         doc/posix-functions/usleep.texi.
6100         * doc/pastposix-functions/vfork.texi: Renamed from
6101         doc/posix-functions/vfork.texi.
6102         * doc/pastposix-functions/wcswcs.texi: Renamed from
6103         doc/posix-functions/wcswcs.texi.
6104         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
6105         (Function Substitutes): Update.
6106
6107 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6108
6109         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
6110         m4/strerror.m4.
6111
6112 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6113             Bruno Haible  <bruno@clisp.org>
6114
6115         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
6116
6117 2008-12-13  Bruno Haible  <bruno@clisp.org>
6118
6119         * modules/strtoull (Depends-on): Remove unistd.
6120
6121 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6122
6123         * modules/strtoull (Depends-on): Add stdlib.
6124
6125 2008-12-11  Simon Josefsson  <simon@josefsson.org>
6126
6127         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
6128
6129 2008-12-10  Jim Meyering  <meyering@redhat.com>
6130
6131         gl_ASSERT: don't say assertions are disabled when they're not
6132         * m4/assert.m4 (gl_ASSERT): Do not make configure report
6133         "checking whether to enable assertions... no", when they are in
6134         fact enabled.  This is solely a bug in the output of configure.
6135         In spite of saying "no", NDEBUG was not defined in that case.
6136         Also, as noted by Eric Blake, leave assertions enabled upon
6137         --enable-assert=INVALID.
6138
6139 2008-12-10  Bruno Haible  <bruno@clisp.org>
6140
6141         Change MODULES.html to refer to POSIX:2008 where possible.
6142         * MODULES.html.sh (POSIX2008_URL): New variable.
6143         (posix_headers): Remove sys/timeb, ucontext.
6144         (posix2001_headers): New variable.
6145         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
6146         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
6147         index, makecontext, mktemp, pthread_attr_getstackaddr,
6148         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
6149         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
6150         (posix2001_functions): New variable.
6151         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
6152         otherwise.
6153
6154 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6155
6156         add missing include to parse-duration.c
6157         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
6158         * modules/parse-duration (Depends-on): Add xalloc.
6159
6160         fix sed script reading maint.mk
6161         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
6162         (syntax-check-rules): Use it.
6163
6164 2008-12-09  Bruno Haible  <bruno@clisp.org>
6165
6166         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
6167         MacOS X 10.4/PowerPC.
6168         Reported by Simon Josefsson.
6169
6170 2008-12-08  Jim Meyering  <meyering@redhat.com>
6171
6172         work around mingw's lack of some S_IF definitions
6173         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
6174         Reported by Simon Josefsson.
6175
6176 2008-12-08  Bruno Haible  <bruno@clisp.org>
6177
6178         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
6179         applied to variables. Needed on MacOS X 10.4/PowerPC.
6180         Reported by Simon Josefsson.
6181
6182 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
6183         and Eric Blake  <ebb9@byu.net>
6184
6185         assert: honor --enable-assert
6186         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
6187         order to honor --enable-assert, rather than treating it as a
6188         synonym for --disable-assert.
6189
6190 2008-12-08  Jim Meyering  <meyering@redhat.com>
6191
6192         * lib/posixtm.c: Remove now-useless declaration of mktime.
6193
6194         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
6195
6196 2008-12-07  Bruno Haible  <bruno@clisp.org>
6197
6198         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
6199         test_once): Mark functions as static.
6200         * tests/test-tls.c (test_tls): Likewise.
6201
6202 2008-12-07  Bruno Haible  <bruno@clisp.org>
6203
6204         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
6205         iconv_register_autodetect.
6206
6207 2008-12-07  Jim Meyering  <meyering@redhat.com>
6208
6209         posixtm.c: avoid a warning
6210         * lib/posixtm.c (posixtime): Don't initialize tm0.
6211         It's no longer needed to placate gcc4's -Wuninitialized,
6212         and the attempt to placate would elicit a new warning.
6213
6214         unicodeio.c: mark unused parameters
6215         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6216         (fallback_failure_callback): Likewise.
6217
6218 2008-12-07  Bruno Haible  <bruno@clisp.org>
6219
6220         * gnulib-tool (func_create_testdir): When building the tests
6221         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
6222         Reported by Simon Josefsson.
6223
6224 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6225
6226         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
6227
6228 2008-12-06  Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
6231         Suggested by Eric Blake.
6232
6233 2008-12-06  Bruno Haible  <bruno@clisp.org>
6234
6235         Fix a c-stack test failure on MacOS X.
6236         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
6237         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
6238         handler for SIGBUS as well.
6239         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
6240         install a signal handler for SIGBUS as well.
6241         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
6242
6243 2008-12-06  Bruno Haible  <bruno@clisp.org>
6244
6245         Advocacy documentation.
6246         * doc/gnulib-intro.texi (Benefits): New section.
6247         * doc/gnulib.texi: Update.
6248
6249 2008-12-06  Bruno Haible  <bruno@clisp.org>
6250
6251         Document the 'manywarnings' module.
6252         * doc/manywarnings.texi: New file.
6253         * doc/gnulib.texi: Include it.
6254
6255 2008-12-05  Eric Blake  <ebb9@byu.net>
6256
6257         tests: silence some gcc warnings
6258         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
6259         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
6260         type mismatches.
6261
6262 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6263             Bruno Haible  <bruno@clisp.org>
6264
6265         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
6266
6267 2008-11-29  Jim Meyering  <meyering@redhat.com>
6268
6269         unicodeio.c: mark unused parameters
6270         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6271         (fallback_failure_callback): Likewise.
6272
6273         fts: fix a thinko
6274         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
6275         (set_stat_type): Return S_IF*-valued "type" directly.
6276         Prompted by James Youngman's spotting a related bug.
6277         Confirmed by further testing through find.
6278
6279         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
6280         * lib/fts.c (D_TYPE): Define.
6281         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
6282         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
6283         (s_ifmt_shift_bits): New function.
6284         (set_stat_type): New function.
6285         (fts_build): When not calling fts_stat, call set_stat_type
6286         to propagate dirent.d_type info to fts_read caller.
6287         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
6288         fts_statp->st_mode type information may be valid.
6289
6290 2008-11-28  Simon Josefsson  <simon@josefsson.org>
6291
6292         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
6293         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
6294         <sds@gnu.org>.
6295
6296 2008-11-20  Bruno Haible  <bruno@clisp.org>
6297
6298         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
6299         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
6300         INCLUDE_NEXT.
6301         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
6302         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
6303         * modules/math (Makefile.am): Substitute
6304         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
6305         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6306
6307 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
6308             Bruno Haible  <bruno@clisp.org>
6309
6310         * lib/stdint.in.h: Define all type macros so that their expansion is
6311         a single typedef'ed token. Fixes a compilation failure in Boost which
6312         does "using ::int8_t;".
6313
6314 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6315
6316         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
6317         gl_MANYWARN_ALL_GCC.
6318         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
6319         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
6320         * modules/manywarnings: New file.
6321         * MODULES.html.sh: Mention manywarnings module.
6322
6323 2008-11-18  Bruno Haible  <bruno@clisp.org>
6324
6325         * doc/gnulib-tool.texi (Unit tests): New section.
6326
6327 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6328
6329         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
6330         paths like 'lib/po/foo.po'.
6331
6332 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6333
6334         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
6335         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
6336
6337 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6338
6339         * m4/warnings.m4: Use CPPFLAGS to really check whether the
6340         parameter works.
6341
6342 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6343
6344         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
6345
6346 2008-11-17  Bruce Korb  <bkorb@gnu.org>
6347
6348         * modules/parse-duration-tests: New file.
6349         * tests/test-parse-duration.sh: New file.
6350         * tests/test-parse-duration.c: New file.
6351
6352         New module 'parse-duration'.
6353         * lib/parse-duration.h: New file.
6354         * lib/parse-duration.c: New file.
6355         * modules/parse-duration: New file.
6356
6357 2008-11-17  Bruno Haible  <bruno@clisp.org>
6358
6359         * tests/test-select-out.sh: Comment out the first pipe test.
6360         Reported by Simon Josefsson.
6361
6362 2008-11-17  Bruno Haible  <bruno@clisp.org>
6363
6364         * modules/getaddrinfo (Depends-on): Add servent, hostent.
6365         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
6366         gl_HOSTENT.
6367
6368 2008-11-17  Bruno Haible  <bruno@clisp.org>
6369
6370         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
6371         -lnetwork and -lnet. Needed for Haiku and BeOS.
6372
6373 2008-11-16  Bruno Haible  <bruno@clisp.org>
6374
6375         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
6376
6377 2008-11-16  Bruno Haible  <bruno@clisp.org>
6378
6379         Avoid test failure on Haiku.
6380         * tests/test-fsync.c: Include <errno.h>.
6381         (main): Don't require that fsync (0) fails.
6382
6383 2008-11-15  Bruno Haible  <bruno@clisp.org>
6384
6385         New module 'hostent'.
6386         * modules/hostent: New file.
6387         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
6388
6389 2008-11-15  Bruno Haible  <bruno@clisp.org>
6390
6391         New module 'servent'.
6392         * modules/servent: New file.
6393         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
6394
6395 2008-11-15  Bruno Haible  <bruno@clisp.org>
6396
6397         Avoid generating same test program with two different rules.
6398         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
6399         test-frexp to test-frexp-nolibm.
6400         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
6401         test-frexpl to test-frexpl-nolibm.
6402
6403 2008-11-15  Bruno Haible  <bruno@clisp.org>
6404
6405         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
6406         $(FREXPL_LIBM).
6407
6408 2008-11-15  Bruno Haible  <bruno@clisp.org>
6409
6410         * lib/netdb.in.h: Activate the definitions also when the system's
6411         <netdb.h> has 'struct addrinfo'.
6412         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
6413         EAI_OVERFLOW or AI_NUMERICSERV.
6414         * doc/posix-headers/netdb.texi: Document the problem.
6415
6416 2008-11-15  Bruno Haible  <bruno@clisp.org>
6417
6418         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
6419
6420         Make the 'sched' module work on platforms where <sched.h> exists but
6421         is incomplete (such as Haiku).
6422         * lib/sched.in.h; Include the system's <sched.h> if it exists.
6423         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
6424         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
6425         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
6426         HAVE_STRUCT_SCHED_PARAM.
6427         * modules/sched (Depends-on): Add include_next.
6428         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
6429         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
6430         * doc/posix-headers/sched.texi: Document the issue.
6431
6432 2008-11-13  Jim Meyering  <meyering@redhat.com>
6433
6434         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
6435         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
6436         test would fail due to the difference in the Report bugs to ...
6437         line.  The expected address is empty, "<>", while the actual
6438         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
6439
6440 2008-11-12  Bruno Haible  <bruno@clisp.org>
6441
6442         lstat: don't compile lstat.c on systems lacking lstat
6443         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
6444         which don't have lstat; this is handled by lib/sys_stat.in.h already.
6445         Reported by Daniel P. Berrange via Jim Meyering.
6446
6447 2008-11-12  Jim Meyering  <meyering@redhat.com>
6448
6449         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
6450
6451 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6452
6453         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
6454         instead.
6455
6456 2008-11-12  Bruno Haible  <bruno@clisp.org>
6457
6458         * lib/unicodeio.c: Include unistr.h.
6459         (utf8_wctomb): Remove function.
6460         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
6461
6462 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6463
6464         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
6465         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
6466         <bruno@clisp.org>.
6467         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
6468
6469 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6470
6471         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
6472         * doc/gnulib.texi: Add section for warnings.
6473
6474 2008-11-11  Bruno Haible  <bruno@clisp.org>
6475
6476         * lib/sockets.h: Add a comment.
6477
6478 2008-11-11  Karl Berry  <karl@gnu.org>
6479
6480         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
6481
6482 2008-11-11  Eric Blake  <ebb9@byu.net>
6483
6484         fdl.texi: avoid git symlinks
6485         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
6486
6487 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6488
6489         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
6490
6491 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6492
6493         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
6494         (gl_WARN_ADD): Substitute $2 if literal.
6495
6496 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6497
6498         * m4/warning.m4: Remove.
6499
6500 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6501
6502         * m4/warnings.m4: Almost complete rewrite. :-)
6503
6504 2008-11-10  Simon Josefsson  <simon@josefsson.org>
6505
6506         * modules/warnings: New module.
6507         * m4/warnings.m4: New file.
6508         * MODULES.html.sh: Mention warnings module.
6509         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
6510         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6511
6512 2008-11-10  Eric Blake  <ebb9@byu.net>
6513
6514         fdl.texi: make a symlink to the latest version
6515         * doc/standards.texi: Revert today's earlier change.
6516         * doc/fdl-1.2.texi: Rename from old fdl.texi...
6517         * doc/fdl.texi: ...and replace this with a symlink to the newer
6518         fdl-1.3.texi.
6519
6520 2008-11-10  Bruno Haible  <bruno@clisp.org>
6521
6522         * tests/test-select-fd.c (main): Accept the result file name as fourth
6523         argument.
6524         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
6525         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
6526
6527 2008-11-10  Bruno Haible  <bruno@clisp.org>
6528
6529         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
6530         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
6531         as autoconf-substituted macros.
6532         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
6533         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
6534         gl_NETDB_H_DEFAULTS. Set these variables.
6535         * modules/netdb (Makefile.am): Substitute these variables.
6536
6537 2008-11-10  Eric Blake  <ebb9@byu.net>
6538
6539         standards.texi: include correct file for FDL 1.3
6540         * doc/standards.texi (GNU Free Documentation License): Change
6541         include file to pull in FDL 1.3, not 1.2.
6542
6543         fdl.texi: revert accidental change to license
6544         * doc/fdl.texi: This is FDL 1.2, not 1.3.
6545
6546 2008-11-10  Bruno Haible  <bruno@clisp.org>
6547
6548         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
6549         cross-compiling guesses also when the native compile gives no result.
6550
6551 2008-11-10  Bruno Haible  <bruno@clisp.org>
6552
6553         * lib/spawni.c (__spawni): Force variable into the stack.
6554
6555 2008-11-10  Bruno Haible  <bruno@clisp.org>
6556
6557         Add support for Haiku.
6558         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
6559         glibc and BeOS, but also on Haiku.
6560         * lib/fpurge.c (fpurge): Likewise.
6561         * lib/freadable.c (freadable): Likewise.
6562         * lib/freadahead.c (freadahead): Likewise.
6563         * lib/freading.c (freading): Likewise.
6564         * lib/freadptr.c (freadptr): Likewise.
6565         * lib/freadseek.c (freadptrinc): Likewise.
6566         * lib/fseeko.c (rpl_fseeko): Likewise.
6567         * lib/fseterr.c (fseterr): Likewise.
6568         * lib/fwritable.c (fwritable): Likewise.
6569         * lib/fwriting.c (fwriting): Likewise.
6570         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
6571
6572 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
6573
6574         * lib/config.charset: Treat Haiku like BeOS.
6575
6576 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
6577
6578         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
6579         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
6580
6581 2008-11-08  Bruno Haible  <bruno@clisp.org>
6582
6583         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
6584         AC_CACHE_CHECK.
6585
6586 2008-11-08  Bruno Haible  <bruno@clisp.org>
6587
6588         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
6589
6590 2008-11-08  Bruno Haible  <bruno@clisp.org>
6591
6592         * tests/test-select-fd.c: New file.
6593         * tests/test-select-in.sh: New file.
6594         * tests/test-select-out.sh: New file.
6595         * tests/test-select-stdin.c: New file.
6596         * modules/select-tests (Files): Add the new files.
6597         (Depends-on): Add gettimeofday.
6598         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
6599         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
6600         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
6601
6602 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
6603             Bruno Haible  <bruno@clisp.org>
6604
6605         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
6606
6607 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
6608
6609         * build-aux/pmccabe2html: Added support for C++ source files.
6610
6611 2008-11-05  Ben Pfaff  <blp@gnu.org>
6612
6613         Fix lib/close.c build on Windows.
6614         * modules/close (Files): Add lib/w32sock.h.
6615
6616 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
6617
6618         Accept Bison's NEWS format.
6619         * build-aux/announce-gen (print_news_deltas): Tweak
6620         $re_prefix.
6621
6622 2008-11-04  Bruno Haible  <bruno@clisp.org>
6623
6624         * modules/random_r (Maintainer): Add glibc.
6625
6626 2008-11-04  Simon Josefsson  <simon@josefsson.org>
6627
6628         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
6629         by karl@freefriends.org (Karl Berry).
6630         * doc/alloca.texi: Likewise.
6631         * doc/c-ctype.texi: Likewise.
6632         * doc/c-strcase.texi: Likewise.
6633         * doc/c-strcaseeq.texi: Likewise.
6634         * doc/c-strcasestr.texi: Likewise.
6635         * doc/c-strstr.texi: Likewise.
6636         * doc/c-strtod.texi: Likewise.
6637         * doc/c-strtold.texi: Likewise.
6638         * doc/ctime.texi: Likewise.
6639         * doc/error.texi: Likewise.
6640         * doc/fdl.texi: Likewise.
6641         * doc/gcd.texi: Likewise.
6642         * doc/getdate.texi: Likewise.
6643         * doc/gnulib-intro.texi: Likewise.
6644         * doc/gnulib-tool.texi: Likewise.
6645         * doc/gnulib.texi: Likewise.
6646         * doc/inet_ntoa.texi: Likewise.
6647         * doc/maintain.texi: Likewise.
6648         * doc/make-stds.texi: Likewise.
6649         * doc/quote.texi: Likewise.
6650         * doc/regexprops-generic.texi: Likewise.
6651         * doc/standards.texi: Likewise.
6652         * doc/verify.texi: Likewise.
6653         * doc/visibility.texi: Likewise.
6654         * doc/gnulib.texi (GNU Free Documentation License): Include
6655         fdl-1.3.texi instead of fdl.texi.
6656
6657 2008-11-04  Simon Josefsson  <simon@josefsson.org>
6658
6659         * doc/fdl-1.3.texi: New file, from
6660         <http://www.gnu.org/licenses/fdl-1.3.texi>.
6661         * modules/fdl-1.3: Add.
6662         * MODULES.html.sh: Add fdl-1.3.
6663
6664 2008-11-03  Bruno Haible  <bruno@clisp.org>
6665
6666         Make determination of absolute name of header file work with AIX xlc.
6667         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
6668         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
6669         preprocessing.
6670         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6671         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
6672
6673 2008-11-03  Simon Josefsson  <simon@josefsson.org>
6674
6675         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
6676         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
6677         <ludo@gnu.org>.
6678
6679 2008-11-02  Bruno Haible  <bruno@clisp.org>
6680
6681         Mark 'strpbrk' obsolete.
6682         * modules/strpbrk (Status, Notice): New sections.
6683         * modules/strtok_r (Depends-on): Add strpbrk.
6684
6685 2008-11-02  Bruno Haible  <bruno@clisp.org>
6686
6687         Mark 'strdup' obsolete.
6688         * modules/strdup (Status, Notice): New sections.
6689         * modules/findprog (Depends-on): Add strdup.
6690         * modules/getaddrinfo (Depends-on): Likewise.
6691         * modules/localename (Depends-on): Likewise.
6692         * modules/relocatable-lib (Depends-on): Likewise.
6693         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
6694         * modules/relocatable-prog (Depends-on): Likewise.
6695         * modules/trim (Depends-on): Likewise.
6696         * modules/unictype/gen-ctype (Depends-on): Likewise.
6697         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
6698
6699 2008-11-02  Bruno Haible  <bruno@clisp.org>
6700
6701         Mark 'strcspn' obsolete.
6702         * modules/strcspn (Status, Notice): New sections.
6703
6704 2008-11-02  Bruno Haible  <bruno@clisp.org>
6705
6706         Mark 'rmdir' obsolete.
6707         * modules/rmdir (Status, Notice): New sections.
6708         * modules/clean-temp (Depends-on): Add rmdir.
6709         * modules/openat (Depends-on): Likewise.
6710
6711 2008-11-02  Bruno Haible  <bruno@clisp.org>
6712
6713         Mark 'raise' obsolete.
6714         * modules/raise (Status, Notice): New sections.
6715         (Include): Specify <signal.h>.
6716         * modules/stdio (Depends-on): Add raise.
6717         * modules/write (Depends-on): Likewise.
6718
6719 2008-11-02  Bruno Haible  <bruno@clisp.org>
6720
6721         Mark 'memset' obsolete.
6722         * modules/memset (Status, Notice): New sections.
6723
6724 2008-11-02  Bruno Haible  <bruno@clisp.org>
6725
6726         Mark 'memmove' obsolete.
6727         * modules/memmove (Status, Notice): New sections.
6728         * modules/argp (Depends-on): Add memmove.
6729         * modules/argz (Depends-on): Likewise.
6730         * modules/canonicalize (Depends-on): Likewise.
6731         * modules/canonicalize-lgpl (Depends-on): Likewise.
6732         * modules/fts (Depends-on): Likewise.
6733         * modules/getcwd (Depends-on): Likewise.
6734         * modules/human (Depends-on): Likewise.
6735         * modules/regex (Depends-on): Likewise.
6736         * modules/striconveh (Depends-on): Likewise.
6737         * modules/trim (Depends-on): Likewise.
6738         * modules/unistr/u8-move (Depends-on): Likewise.
6739         * modules/unistr/u16-move (Depends-on): Likewise.
6740         * modules/unistr/u32-move (Depends-on): Likewise.
6741
6742 2008-11-02  Bruno Haible  <bruno@clisp.org>
6743
6744         Mark 'memcpy' obsolete.
6745         * modules/memcpy (Status, Notice): New sections.
6746
6747 2008-11-02  Bruno Haible  <bruno@clisp.org>
6748
6749         Mark 'memcmp' obsolete.
6750         * modules/memcmp (Status, Notice): New sections.
6751         * modules/argmatch (Depends-on): Add memchr.
6752         * modules/backupfile (Depends-on): Likewise.
6753         * modules/c-strcasestr (Depends-on): Likewise.
6754         * modules/crypto/des (Depends-on): Likewise.
6755         * modules/csharpcomp (Depends-on): Likewise.
6756         * modules/fnmatch (Depends-on): Likewise.
6757         * modules/git-merge-changelog (Depends-on): Likewise.
6758         * modules/isnand (Depends-on): Likewise.
6759         * modules/isnand-nolibm (Depends-on): Likewise.
6760         * modules/isnanf (Depends-on): Likewise.
6761         * modules/isnanf-nolibm (Depends-on): Likewise.
6762         * modules/isnanl (Depends-on): Likewise.
6763         * modules/isnanl-nolibm (Depends-on): Likewise.
6764         * modules/mbchar (Depends-on): Likewise.
6765         * modules/memcoll (Depends-on): Likewise.
6766         * modules/quotearg (Depends-on): Likewise.
6767         * modules/regex (Depends-on): Likewise.
6768         * modules/relocatable-prog (Depends-on): Likewise.
6769         * modules/same (Depends-on): Likewise.
6770         * modules/signbit (Depends-on): Likewise.
6771         * modules/strcasestr-simple (Depends-on): Likewise.
6772         * modules/unictype/gen-ctype (Depends-on): Likewise.
6773         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
6774         * modules/uniname/uniname (Depends-on): Likewise.
6775         * modules/unistr/u8-cmp (Depends-on): Likewise.
6776
6777 2008-11-02  Bruno Haible  <bruno@clisp.org>
6778
6779         Mark 'memchr' obsolete.
6780         * modules/memchr (Status, Notice): New sections.
6781         * modules/argp (Depends-on): Add memchr.
6782         * modules/base64 (Depends-on): Likewise.
6783         * modules/c-strcasestr (Depends-on): Likewise.
6784         * modules/chdir-long (Depends-on): Likewise.
6785         * modules/fnmatch (Depends-on): Likewise.
6786         * modules/getsubopt (Depends-on): Likewise.
6787         * modules/git-merge-changelog (Depends-on): Likewise.
6788         * modules/glob (Depends-on): Likewise.
6789         * modules/strcasestr-simple (Depends-on): Likewise.
6790         * modules/strnlen (Depends-on): Likewise.
6791
6792 2008-11-02  Bruno Haible  <bruno@clisp.org>
6793
6794         Mark 'atexit' obsolete.
6795         * modules/atexit (Status, Notice): New sections.
6796         * modules/chdir-long (Depends-on): Add atexit.
6797         * modules/wait-process (Depends-on): Likewise.
6798
6799 2008-11-02  Bruno Haible  <bruno@clisp.org>
6800
6801         * gnulib-tool: New option --with-obsolete.
6802         (func_usage): Document it.
6803         (func_modules_transitive_closure): Drop obsolete dependencies if
6804         incobsolete is not true.
6805         (func_import): Read and save the incobsolete variable to the cache.
6806
6807 2008-11-02  Bruno Haible  <bruno@clisp.org>
6808
6809         * modules/TEMPLATE-EXTENDED: New field 'Status'.
6810         * gnulib-tool: New option --extract-status.
6811         (func_usage): Document it.
6812         (sed_extract_prog): Recognize it.
6813         (func_get_status): New function.
6814
6815 2008-10-30  Simon Josefsson  <simon@josefsson.org>
6816
6817         * modules/sockets (License): Change from LGPL to LGPLv2+.
6818
6819 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6820
6821         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
6822
6823 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6824
6825         * MODULES.html.sh (Support for systems lacking POSIX:2001):
6826         Mention times and sys_times.
6827         * modules/sys_times, modules/sys_times-tests: New modules.
6828         * modules/times, modules/times-tests: Likewise
6829         * m4/sys_times_h.m4: New file.
6830         * lib/sys_times.in.h: Likewise
6831         * lib/times.c: Likewise.
6832         * tests/test-sys_times.c: Likewise.
6833         * tests/test-times.c: Likewise.
6834         * doc/posix-headers/sys_times.texi: Update.
6835         * doc/posix-functions/times.texi: Update.
6836
6837 2008-10-28  Jim Meyering  <meyering@redhat.com>
6838
6839         * modules/tempname (Depends-on): Add lstat.
6840
6841         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
6842
6843 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6844
6845         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
6846         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
6847         using idiom used elsewhere in gnulib.
6848
6849 2008-10-27  Jim Meyering  <meyering@redhat.com>
6850
6851         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
6852
6853 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6854
6855         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
6856         TESTS_ENVIRONMENT, for shell scripts that needs to call built
6857         programs.
6858         * tests/test-argp-2.sh: Use $EXEEXT when needed.
6859
6860 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6861
6862         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
6863
6864 2008-10-27  Bruno Haible  <bruno@clisp.org>
6865
6866         * tests/test-lstat.c: Include <stdio.h>.
6867
6868 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6869
6870         * modules/lstat-tests: New module.
6871         * tests/test-lstat.c: New file.
6872
6873 2008-10-26  Jim Meyering  <meyering@redhat.com>
6874
6875         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
6876
6877 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6878             Bruno Haible  <bruno@clisp.org>
6879
6880         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
6881         * modules/configmake (Include): Add a note that the include must come
6882         after all system headers.
6883         * lib/javaversion.c: Include configmake.h after all other includes.
6884
6885 2008-10-26  Bruno Haible  <bruno@clisp.org>
6886
6887         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
6888         HAVE_STRUCT_RANDOM_DATA to 1.
6889         (gl_STDLIB_H): Simplify.
6890
6891 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6892
6893         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
6894         substitute HAVE_STRUCT_RANDOM_DATA.
6895         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
6896         random_data.
6897         * modules/stdlib (Makefile.am): Substitute
6898         HAVE_STRUCT_RANDOM_DATA.
6899
6900 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6901
6902         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
6903         * doc/gnulib-intro.texi (Copyright): Likewise.
6904
6905 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6906
6907         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
6908         findings.
6909
6910 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
6911             Bruno Haible  <bruno@clisp.org>
6912
6913         * lib/unistd.in.h: Include <winsock2.h>.
6914         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
6915         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
6916         Provide dummy declarations.
6917         (gethostname): Override.
6918         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
6919         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
6920         gl_PREREQ_SYS_H_WINSOCK2.
6921         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
6922         * doc/posix-functions/gethostname.texi: More details.
6923
6924 2008-10-25  Bruno Haible  <bruno@clisp.org>
6925
6926         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
6927         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
6928         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
6929
6930         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
6931         here ...
6932         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
6933         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
6934         gl_UNISTD_H_DEFAULTS.
6935
6936 2008-10-25  Eric Blake  <ebb9@byu.net>
6937
6938         signbit: avoid spurious compiler failure
6939         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
6940         declarations inside function.
6941
6942 2008-10-24  Simon Josefsson  <simon@josefsson.org>
6943             Bruno Haible  <bruno@clisp.org>
6944
6945         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
6946         * modules/random_r (Depends-on): Add stdint.
6947
6948 2008-10-24  Bruno Haible  <bruno@clisp.org>
6949
6950         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
6951         Eggert.
6952         * modules/strerror (License): Likewise.
6953
6954 2008-10-24  Jim Meyering  <meyering@redhat.com>
6955
6956         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
6957         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
6958
6959 2008-10-24  Eric Blake  <ebb9@byu.net>
6960
6961         getgroups: fix compilation when getgroups is available
6962         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
6963         but with <config.h> override of getgroups disabled.
6964
6965 2008-10-24  Simon Josefsson  <simon@josefsson.org>
6966
6967         * doc/gnulib.texi (Header files): Add note about C++ problems.
6968         Explained by Bruno Haible <bruno@clisp.org>.
6969
6970 2008-10-23  Bruno Haible  <bruno@clisp.org>
6971
6972         Define a dummy SA_NODEFER macro on Interix.
6973         * lib/signal.in.h (SA_NODEFER): Define fallback.
6974         Reported by Aleksey Cheusov <cheusov@tut.by> via
6975         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
6976
6977 2008-10-23  Bruno Haible  <bruno@clisp.org>
6978
6979         * modules/freadahead (License): Change to LGPLv2+.
6980         Suggested by Simon Josefsson.
6981
6982 2008-10-23  Jim Meyering  <meyering@redhat.com>
6983
6984         random_r: new module
6985         * modules/random_r: New file.
6986         * m4/random_r.m4: New file.
6987         * lib/random_r.c: New file, from glibc.
6988         * modules/random_r-tests: New file.
6989         * tests/test-random_r.c: New file.
6990         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
6991          Declare.
6992         (RAND_MAX): Define.
6993         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
6994         * modules/stdlib: Substitute them, too.
6995         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
6996         * doc/glibc-functions/initstate_r.texi: Mention the new module.
6997         * doc/glibc-functions/random_r.texi: Likewise.
6998         * doc/glibc-functions/setstate_r.texi: Likewise.
6999         * doc/glibc-functions/srandom_r.texi: Likewise.
7000         * config/srclist.txt: Mention it.
7001
7002 2008-10-23  David Lutterkort  <lutter@redhat.com>
7003
7004         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
7005         link requirement
7006
7007 2008-10-23  Jim Meyering  <meyering@redhat.com>
7008
7009         selinux-h: mark parameters of stub functions as intentionally unused
7010         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
7011         * lib/se-context.in.h: Likewise.
7012
7013 2008-10-22  Simon Josefsson  <simon@josefsson.org>
7014
7015         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
7016
7017 2008-10-22  Simon Josefsson  <simon@josefsson.org>
7018
7019         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
7020
7021 2008-10-22  Eric Blake  <ebb9@byu.net>
7022
7023         glthread/thread: avoid compiler warning
7024         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
7025         Add unreachable abort to silence compiler.
7026
7027 2008-10-22  Eric Blake  <ebb9@byu.net>
7028
7029         netdb: also supply struct addrinfo for cygwin 1.5.x
7030         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
7031         older cygwin.
7032         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
7033         cygwin.
7034         * doc/posix-headers/netdb.texi (netdb.h): Document this.
7035
7036 2008-10-22  Bruno Haible  <bruno@clisp.org>
7037
7038         * users.txt: Update entry about pspp.
7039
7040 2008-10-21  Bruno Haible  <bruno@clisp.org>
7041
7042         Simplification.
7043         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
7044         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
7045
7046         Simplification.
7047         * lib/ioctl.c (ioctl): Don't undefine.
7048         * lib/socket.c (socket): Don't undefine.
7049
7050         Remove unused module indicator macros.
7051         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
7052         GNULIB_$1 as a C macro.
7053
7054         * doc/posix-functions/close.texi: Undo last change.
7055         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
7056         Windows platforms.
7057
7058 2008-10-21  Bruno Haible  <bruno@clisp.org>
7059
7060         Add gethostname() declaration to <unistd.h>.
7061         * lib/unistd.in.h (gethostname): New declaration.
7062         * lib/gethostname.c: Include <unistd.h>.
7063         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
7064         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
7065         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
7066         and HAVE_GETHOSTNAME.
7067         * modules/gethostname (Depends-on): Add unistd.
7068         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7069         (Include): Specify <unistd.h>.
7070         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
7071         HAVE_GETHOSTNAME.
7072         * tests/test-gethostname.c: Include <unistd.h> first.
7073
7074 2008-10-21  Bruno Haible  <bruno@clisp.org>
7075
7076         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
7077         * modules/select-tests (Depends-on): Likewise.
7078         Reported by Simon Josefsson.
7079
7080 2008-10-21  Simon Josefsson  <simon@josefsson.org>
7081
7082         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
7083         * lib/accept.c: New file, based on winsock.c.
7084         * lib/bind.c: New file, based on winsock.c.
7085         * lib/connect.c: New file, based on winsock.c.
7086         * lib/getpeername.c: New file, based on winsock.c.
7087         * lib/getsockname.c: New file, based on winsock.c.
7088         * lib/getsockopt.c: New file, based on winsock.c.
7089         * lib/ioctl.c: New file, based on winsock.c.
7090         * lib/listen.c: New file, based on winsock.c.
7091         * lib/recv.c: New file, based on winsock.c.
7092         * lib/recvfrom.c: New file, based on winsock.c.
7093         * lib/send.c: New file, based on winsock.c.
7094         * lib/sendto.c: New file, based on winsock.c.
7095         * lib/setsockopt.c: New file, based on winsock.c.
7096         * lib/shutdown.c: New file, based on winsock.c.
7097         * lib/socket.c: New file, based on winsock.c.
7098         * lib/w32sock.h: New file, based on winsock.c.
7099         * lib/winsock.c: Remove file.
7100         * modules/accept: Likewise.
7101         * modules/bind: Likewise.
7102         * modules/connect: Likewise.
7103         * modules/getpeername: Likewise.
7104         * modules/getsockname: Likewise.
7105         * modules/getsockopt: Likewise.
7106         * modules/ioctl: Likewise.
7107         * modules/listen: Likewise.
7108         * modules/recv: Likewise.
7109         * modules/recvfrom: Likewise.
7110         * modules/send: Likewise.
7111         * modules/sendto: Likewise.
7112         * modules/setsockopt: Likewise.
7113         * modules/shutdown: Likewise.
7114         * modules/socket: Use socket.c instead of winsock.c.
7115         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
7116         * doc/posix-functions/accept.texi: Doc fix.
7117         * doc/posix-functions/bind.texi: Doc fix.
7118         * doc/posix-functions/close.texi: Doc fix.
7119         * doc/posix-functions/connect.texi: Doc fix.
7120         * doc/posix-functions/getpeername.texi: Doc fix.
7121         * doc/posix-functions/getsockname.texi: Doc fix.
7122         * doc/posix-functions/getsockopt.texi: Doc fix.
7123         * doc/posix-functions/ioctl.texi: Doc fix.
7124         * doc/posix-functions/listen.texi: Doc fix.
7125         * doc/posix-functions/recv.texi: Doc fix.
7126         * doc/posix-functions/recvfrom.texi: Doc fix.
7127         * doc/posix-functions/send.texi: Doc fix.
7128         * doc/posix-functions/sendto.texi: Doc fix.
7129         * doc/posix-functions/setsockopt.texi: Doc fix.
7130         * doc/posix-functions/shutdown.texi: Doc fix.
7131         * doc/posix-functions/socket.texi: Doc fix.
7132
7133 2008-10-20  Bruno Haible  <bruno@clisp.org>
7134
7135         Take into account the role of SIGABRT_COMPAT on Windows 2008.
7136         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
7137         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
7138         as an alias for SIGABRT.
7139         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
7140         (sigaction): Map it to SIGABRT.
7141         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
7142
7143 2008-10-20  Bruno Haible  <bruno@clisp.org>
7144
7145         * lib/fts.c: Don't include lstat.h.
7146         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
7147
7148         Move the lstat() declaration to <sys/stat.h>.
7149         * lib/lstat.h: Remove file.
7150         * lib/sys_stat.in.h: Add special invocation convention.
7151         (lstat): New declaration.
7152         * lib/lstat.c (orig_lstat): New function.
7153         (rpl_lstat): Use orig_lstat instead of lstat.
7154         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
7155         AC_C_INLINE. Set REPLACE_LSTAT.
7156         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
7157         and REPLACE_LSTAT.
7158         * modules/lstat (Files): Remove lib/lstat.h.
7159         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7160         (Include): Specify <sys/stat.h> instead of lstat.h.
7161         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
7162         REPLACE_LSTAT.
7163         * NEWS: Mention the change.
7164
7165 2008-10-20  Bruno Haible  <bruno@clisp.org>
7166
7167         * modules/posix_spawn-tests: New file.
7168         * tests/test-posix_spawn3.c: New file.
7169
7170 2008-10-20  Bruno Haible  <bruno@clisp.org>
7171
7172         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
7173         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7174         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
7175         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7176         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
7177
7178 2008-10-20  Bruno Haible  <bruno@clisp.org>
7179
7180         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
7181         of posix_spawn on AIX 5.3.
7182
7183 2008-10-20  Bruno Haible  <bruno@clisp.org>
7184
7185         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
7186
7187 2008-10-20  Bruno Haible  <bruno@clisp.org>
7188
7189         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
7190         of AC_LANG_PROGRAM.
7191
7192 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7193
7194         * lib/netdb.in.h: Don't define GNU specific constants until they
7195         are supported or needed.  Reported by Bruno Haible
7196         <bruno@clisp.org>.
7197
7198 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7199
7200         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
7201
7202 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7203
7204         * lib/getaddrinfo.h: Remove file.
7205         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
7206         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
7207         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
7208         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
7209         * modules/netdb: Substitute GNULIB_GETADDRINFO.
7210         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
7211         * tests/test-getaddrinfo.c: Likewise.
7212         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
7213         * NEWS: Mention change.
7214
7215 2008-10-19  Bruno Haible  <bruno@clisp.org>
7216
7217         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
7218
7219 2008-10-19  Bruno Haible  <bruno@clisp.org>
7220
7221         * lib/wait-process.c: Include simply <sys/wait.h>.
7222         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
7223         WIFSTOPPED): Remove fallback definitions.
7224         * modules/wait-process (Depends-on): Add sys_wait.
7225
7226         New module 'sys_wait'.
7227         * modules/sys_wait: New file.
7228         * lib/sys_wait.in.h: New file, partially copied from
7229         lib/wait-process.c.
7230         * m4/sys_wait_h.m4: New file.
7231         * doc/posix-headers/sys_wait.texi: Mention the new module.
7232
7233 2008-10-19  Bruno Haible  <bruno@clisp.org>
7234
7235         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
7236
7237 2008-10-19  Bruno Haible  <bruno@clisp.org>
7238
7239         Assume that waitpid() fills an 'int' status, not a 'union wait'.
7240         * lib/wait-process.c (WAIT_T): Remove type.
7241         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
7242         (wait_subprocess): Update.
7243
7244 2008-10-19  Bruno Haible  <bruno@clisp.org>
7245
7246         New module 'atoll'.
7247         * modules/atoll: New file.
7248         * lib/stdlib.in.h (atoll): New declaration.
7249         * lib/atoll.c: New file, from glibc with modifications.
7250         * m4/atoll.m4: New file.
7251         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
7252         HAVE_ATOLL.
7253         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
7254         * doc/posix-functions/atoll.texi: Mention the new module.
7255
7256 2008-10-19  Bruno Haible  <bruno@clisp.org>
7257
7258         Add strtoull() declaration to <stdlib.h>.
7259         * lib/stdlib.in.h (strtoull): New declaration.
7260         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7261         Set HAVE_STRTOULL.
7262         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
7263         HAVE_STRTOULL.
7264         * modules/strtoull (Depends-on): Add stdlib.
7265         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7266         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
7267         HAVE_STRTOULL.
7268
7269 2008-10-19  Bruno Haible  <bruno@clisp.org>
7270
7271         Add strtoll() declaration to <stdlib.h>.
7272         * lib/stdlib.in.h (strtoll): New declaration.
7273         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7274         Set HAVE_STRTOLL.
7275         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
7276         HAVE_STRTOLL.
7277         * modules/strtoll (Depends-on): Add stdlib.
7278         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7279         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
7280
7281 2008-10-19  Bruno Haible  <bruno@clisp.org>
7282
7283         * modules/bcopy (Depends-on): Add strings.
7284         (Include): Specify <strings.h>.
7285
7286 2008-10-19  Bruno Haible  <bruno@clisp.org>
7287
7288         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
7289
7290 2008-10-19  Bruno Haible  <bruno@clisp.org>
7291
7292         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
7293         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
7294         mingw.
7295
7296 2008-10-19  Bruno Haible  <bruno@clisp.org>
7297
7298         * lib/atanl.c: Don't include isnanl.h.
7299         * lib/cosl.c: Likewise.
7300         * lib/ldexpl.c: Likewise.
7301         * lib/logl.c: Likewise.
7302         * lib/sinl.c: Likewise.
7303         * lib/sqrtl.c: Likewise.
7304         * lib/tanl.c: Likewise.
7305
7306         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
7307         * lib/isnanf.h: Remove file.
7308         * lib/isnand.h: Remove file.
7309         * lib/isnanl.h: Remove file.
7310         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
7311         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
7312         macros.
7313         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
7314         HAVE_ISNANF, don't define it as a C macro.
7315         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
7316         HAVE_ISNAND, don't define it as a C macro.
7317         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
7318         HAVE_ISNANL, don't define it as a C macro.
7319         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
7320         HAVE_ISNAN[FDL].
7321         * modules/isnanf (Files): Remove lib/isnanf.h.
7322         (Depends-on): Add math.
7323         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7324         (Include): Specify <math.h> instead of isnanf.h.
7325         * modules/isnand (Files): Remove lib/isnand.h.
7326         (Depends-on): Add math.
7327         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7328         (Include): Specify <math.h> instead of isnand.h.
7329         * modules/isnanl (Files): Remove lib/isnanl.h.
7330         (Depends-on): Add math.
7331         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7332         (Include): Specify <math.h> instead of isnanl.h.
7333         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
7334         HAVE_ISNAN[FDL].
7335         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
7336         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
7337         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
7338         * NEWS: Mention the change.
7339
7340 2008-10-18  Bruno Haible  <bruno@clisp.org>
7341
7342         Add getusershell(), setusershell(), endusershell() declarations to
7343         <unistd.h>.
7344         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
7345         declarations.
7346         * lib/getusershell.c: Include unistd.h.
7347         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
7348         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7349         HAVE_GETUSERSHELL.
7350         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
7351         and HAVE_GETUSERSHELL.
7352         * modules/getusershell (Depends-on): Add unistd, extensions.
7353         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7354         (Include): Specify <unistd.h>.
7355         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
7356         HAVE_GETUSERSHELL.
7357
7358 2008-10-18  Bruno Haible  <bruno@clisp.org>
7359
7360         Add a getloadavg() declaration to <stdlib.h>.
7361         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
7362         getloadavg declaration.
7363         (getloadavg): New declaration.
7364         * lib/getloadavg.c: Include <stdlib.h> first.
7365         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
7366         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
7367         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
7368         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
7369         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7370         * modules/getloadavg (Depends-on): Add stdlib, extensions.
7371         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7372         (Include): Specify <stdlib.h>.
7373         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
7374         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7375
7376 2008-10-18  Bruno Haible  <bruno@clisp.org>
7377
7378         * lib/dirchownmod.c: Don't include lchmod.h.
7379
7380         Move the lchmod() declaration to <sys/stat.h>.
7381         * lib/lchmod.h: Remove file.
7382         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
7383         (lchmod): New declaration, moved here from lib/lchown.h.
7384         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
7385         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
7386         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
7387         and HAVE_LCHMOD.
7388         * modules/lchmod (Files): Remove lib/lchmod.h.
7389         (Depends-on): Add sys_stat, extensions.
7390         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7391         (Include): Specify <sys/stat.h> instead of lchmod.h.
7392         * modules/sys_stat (Depends-on): Add link-warning.
7393         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
7394         definition of GL_LINK_WARNING.
7395         * NEWS: Mention the change.
7396
7397 2008-10-18  Bruno Haible  <bruno@clisp.org>
7398
7399         * lib/fchdir.c: Don't include dirfd.h.
7400         * lib/fts.c: Likewise.
7401         * lib/getcwd.c: Likewise.
7402         * lib/glob.c: Likewise.
7403
7404         Move the dirfd() declaration to <dirent.h>.
7405         * lib/dirfd.h: Remove file.
7406         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
7407         (dirfd): New declaration.
7408         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
7409         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
7410         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
7411         HAVE_DECL_DIRFD.
7412         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
7413         HAVE_DECL_DIRFD.
7414         * modules/dirfd (Files): Remove lib/dirfd.h.
7415         (Depends-on): Add dirent, extensions.
7416         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
7417         (Include): Specify <dirent.h> instead of dirfd.h.
7418         * modules/dirent (Depends-on): Add link-warning.
7419         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
7420         definition of GL_LINK_WARNING.
7421         * NEWS: Mention the change.
7422
7423 2008-10-18  Bruno Haible  <bruno@clisp.org>
7424
7425         Move the euidaccess() declaration to <unistd.h>.
7426         * lib/euidaccess.h: Remove file.
7427         * lib/unistd.in.h (euidaccess): New declaration.
7428         * lib/euidaccess.c: Don't include euidaccess.h.
7429         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
7430         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
7431         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
7432         and HAVE_EUIDACCESS.
7433         * modules/euidaccess (Files): Remove lib/euidaccess.h.
7434         (Depends-on): Add unistd.
7435         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7436         (Include): Specify <unistd.h> instead of euidaccess.h.
7437         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
7438         HAVE_EUIDACCESS.
7439         * NEWS: Mention the change.
7440
7441 2008-10-18  Bruno Haible  <bruno@clisp.org>
7442
7443         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
7444
7445         Move the getdomainname() declaration to <unistd.h>.
7446         * lib/getdomainname.h: Remove file.
7447         * lib/unistd.in.h (getdomainname): New declaration.
7448         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
7449         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
7450         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7451         HAVE_GETDOMAINNAME.
7452         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7453         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
7454         * modules/getdomainname (Files): Remove lib/getdomainname.h.
7455         (Depends-on): Add unistd, extensions.
7456         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7457         (Includes): Specify <unistd.h> instead of getdomainname.h.
7458         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
7459         HAVE_GETDOMAINNAME.
7460         * NEWS: Mention the change.
7461
7462 2008-10-18  Bruno Haible  <bruno@clisp.org>
7463
7464         * modules/dirent: New file.
7465         * m4/dirent_h.m4: New file.
7466         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
7467         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
7468         * modules/fchdir (Files): Remove lib/dirent.in.h.
7469         (Depends-on): Add dirent.
7470         (Makefile.am): Move rules to modules/dirent.
7471         * doc/posix-headers/dirent.texi: Mention the new module.
7472
7473 2008-10-18  Bruno Haible  <bruno@clisp.org>
7474
7475         Avoid -Wunused-parameter warnings in public gnulib header files.
7476         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
7477         macro.
7478         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
7479
7480 2008-10-18  Bruno Haible  <bruno@clisp.org>
7481
7482         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
7483         * doc/glibc-functions/error.texi: Mention the module 'error'.
7484         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
7485         * doc/glibc-functions/getdomainname.texi: Mention the module
7486         'getdomainname'.
7487         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
7488         * doc/glibc-functions/getpagesize.texi: Mention the module
7489         'getpagesize'.
7490         * doc/glibc-functions/getusershell.texi: Mention the module
7491         'getusershell'.
7492         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
7493         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
7494         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
7495         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
7496         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
7497         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
7498         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
7499         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
7500         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
7501         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
7502         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
7503         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
7504         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
7505         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
7506
7507 2008-10-17  Bruno Haible  <bruno@clisp.org>
7508
7509         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
7510         HP-UX and IRIX, use -0.0L.
7511         * tests/test-ceill.c (minus_zero): Likewise.
7512         * tests/test-floorl.c (minus_zero): Likewise.
7513         * tests/test-frexpl.c (minus_zero): Likewise.
7514         * tests/test-isnan.c (minus_zerol): Likewise.
7515         * tests/test-isnanl.h (minus_zero): Likewise.
7516         * tests/test-ldexpl.c (minus_zero): Likewise.
7517         * tests/test-roundl.c (minus_zero): Likewise.
7518         * tests/test-signbit.c (minus_zerol): Likewise.
7519         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
7520         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
7521         * tests/test-truncl.c (minus_zero): Likewise.
7522         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
7523         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
7524         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
7525         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
7526
7527 2008-10-17  Bruno Haible  <bruno@clisp.org>
7528
7529         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
7530         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
7531         that it gets activated only for gcc >= 3.0.
7532         * lib/dirent.in.h: Likewise.
7533         * lib/errno.in.h: Likewise.
7534         * lib/fcntl.in.h: Likewise.
7535         * lib/float.in.h: Likewise.
7536         * lib/iconv.in.h: Likewise.
7537         * lib/inttypes.in.h: Likewise.
7538         * lib/locale.in.h: Likewise.
7539         * lib/math.in.h: Likewise.
7540         * lib/netdb.in.h: Likewise.
7541         * lib/netinet_in.in.h: Likewise.
7542         * lib/search.in.h: Likewise.
7543         * lib/signal.in.h: Likewise.
7544         * lib/spawn.in.h: Likewise.
7545         * lib/stdarg.in.h: Likewise.
7546         * lib/stdint.in.h: Likewise.
7547         * lib/stdio.in.h: Likewise.
7548         * lib/stdlib.in.h: Likewise.
7549         * lib/string.in.h: Likewise.
7550         * lib/strings.in.h: Likewise.
7551         * lib/sys_file.in.h: Likewise.
7552         * lib/sys_ioctl.in.h: Likewise.
7553         * lib/sys_select.in.h: Likewise.
7554         * lib/sys_socket.in.h: Likewise.
7555         * lib/sys_stat.in.h: Likewise.
7556         * lib/sys_time.in.h: Likewise.
7557         * lib/sysexits.in.h: Likewise.
7558         * lib/time.in.h: Likewise.
7559         * lib/unistd.in.h: Likewise.
7560         * lib/wchar.in.h: Likewise.
7561         * lib/wctype.in.h: Likewise.
7562         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7563
7564 2008-10-17  Jim Meyering  <meyering@redhat.com>
7565
7566         ignore-value: don't depend on inline module
7567         * modules/ignore-value (Depends-on): Remove 'inline'.
7568         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
7569         Suggestion from Bruno Haible.
7570
7571 2008-10-17  Bruno Haible  <bruno@clisp.org>
7572
7573         New implementation of condition variables for Win32.
7574         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
7575         (gl_linked_waitqueue_t): New type.
7576         (gl_cond_t): Use it.
7577         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
7578         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
7579         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
7580         (glthread_cond_init_func, glthread_cond_wait_func,
7581         glthread_cond_timedwait_func, glthread_cond_signal_func,
7582         glthread_cond_broadcast_func, glthread_cond_destroy_func):
7583         Reimplemented on the basis of gl_linked_waitqueue_t.
7584         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
7585         gl_waitqueue_t.
7586         (gl_rwlock_t): Update.
7587         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
7588
7589 2008-10-17  Simon Josefsson  <simon@josefsson.org>
7590
7591         * modules/recvfrom (Depends-on): Add dependency on getpeername.
7592         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7593
7594 2008-10-17  Jim Meyering  <meyering@redhat.com>
7595
7596         ignore-value: new module
7597         * modules/ignore-value: New file.
7598         * lib/ignore-value.h: New file.
7599         * MODULES.html.sh (Compiler warning management): New section,
7600         just for this module.  More to come.
7601
7602 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7603
7604         open-safer.c: avoid 'signed and unsigned in conditional...' warning
7605         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
7606         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
7607
7608 2008-10-16  Jim Meyering  <meyering@redhat.com>
7609
7610         openat-die.c: avoid 'no previous prototype' warning
7611         * lib/openat-die.c: Include "openat.h".
7612         Reported by Reuben Thomas <rrt@sc3d.org>.
7613
7614 2008-10-16  Simon Josefsson  <simon@josefsson.org>
7615
7616         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
7617         * lib/netdb.in.h: Fix typo.
7618         Reported by Bruno Haible  <bruno@clisp.org>
7619
7620         * lib/netdb.in.h: Include sys/socket.h for platforms without
7621         netdb.h, to get structures like hostent on MinGW.
7622         * modules/netdb (Depends-on): Add sys_socket.
7623
7624 2008-10-15  Simon Josefsson  <simon@josefsson.org>
7625
7626         * modules/netdb, modules/netdb-tests: New file.
7627         * m4/netdb_h.m4: New file.
7628         * lib/netdb.in.h: Add, currently just an empty file pending
7629         definitions.
7630         * tests/test-netdb.c: New file.
7631         * doc/posix-headers/netdb.texi: Mention that we replace it if
7632         needed.
7633         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7634         netdb.
7635
7636 2008-10-15  Simon Josefsson  <simon@josefsson.org>
7637
7638         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
7639         with code.
7640
7641 2008-10-13  Bruno Haible  <bruno@clisp.org>
7642
7643         * lib/glthread/cond.c (glthread_cond_wait_func,
7644         glthread_cond_timedwait_func): Add a comment.
7645
7646 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7647
7648         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
7649         * tests/test-select.c: Likewise,
7650
7651 2008-10-13  Bruno Haible  <bruno@clisp.org>
7652
7653         * lib/glthread/cond.c (glthread_cond_wait_func,
7654         glthread_cond_timedwait_func): Fix variable name.
7655         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7656
7657 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
7658
7659         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
7660         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
7661         struct sockaddr.sa_len.
7662         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
7663
7664 2008-10-13  Simon Josefsson  <simon@josefsson.org>
7665
7666         * build-aux/pmccabe2html: Add css and css_url parameters.
7667
7668 2008-10-12  Bruno Haible  <bruno@clisp.org>
7669
7670         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
7671         calling aclx_get.
7672         Reported by Rainer Tammer <tammer@tammer.net>.
7673
7674 2008-10-12  Bruno Haible  <bruno@clisp.org>
7675
7676         Use msvcrt aware primitives for creation/termination of Win32 threads.
7677         * lib/glthread/thread.c: Include <process.h>.
7678         (glthread_create_func): Use _beginthreadex instead of CreateThread.
7679         (wrapper_func): Update signature.
7680         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
7681
7682 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7683             Bruno Haible  <bruno@clisp.org>
7684
7685         Provide a Win32 implementation of the 'cond' module.
7686         * lib/glthread/cond.h [USE_WIN32]: New implementation.
7687         * lib/glthread/cond.c (glthread_cond_init_func,
7688         glthread_cond_wait_func, glthread_cond_timedwait_func,
7689         glthread_cond_signal_func, glthread_cond_broadcast_func,
7690         glthread_cond_destroy_func) [USE_WIN32]: New functions.
7691         * modules/cond (Dependencies): Add gettimeofday.
7692
7693 2008-10-11  Bruno Haible  <bruno@clisp.org>
7694
7695         Make sleep work on older versions of mingw.
7696         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
7697         only whether it exists.
7698         * doc/posix-functions/sleep.texi: Mention the problem with older
7699         versions of mingw.
7700
7701 2008-10-11  Bruno Haible  <bruno@clisp.org>
7702
7703         New module 'shutdown'.
7704         * modules/shutdown: New file.
7705         * lib/sys_socket.in.h (shutdown): New declaration.
7706         * lib/winsock.c (shutdown): New function.
7707         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7708         GNULIB_SHUTDOWN.
7709         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
7710         * doc/posix-functions/shutdown.texi: Document the new module.
7711
7712 2008-10-11  Jim Meyering  <meyering@redhat.com>
7713
7714         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
7715
7716 2008-10-11  Bruno Haible  <bruno@clisp.org>
7717
7718         New module 'fclose'.
7719         * modules/fclose: New file.
7720         * lib/stdio.in.h (fclose): New declaration.
7721         * lib/fclose.c: New file.
7722         * m4/fclose.m4: New file.
7723         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
7724         REPLACE_FCLOSE.
7725         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
7726         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
7727         REPLACE_FCLOSE.
7728         * modules/close (Depends-on): fclose.
7729         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
7730
7731 2008-10-11  Bruno Haible  <bruno@clisp.org>
7732
7733         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
7734         set errno and don't call _close.
7735
7736 2008-10-10  Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
7739         ACL, not afterwards. Fixes test failure on Cygwin.
7740
7741 2008-10-09  Ben Pfaff  <blp@gnu.org>
7742
7743         * build-aux/announce-gen: Fix gnulib version related part of usage
7744         message.  Die with a useful error message if no tarballs are
7745         found.
7746
7747 2008-10-10  Jim Meyering  <meyering@redhat.com>
7748
7749         bootstrap: use git's --depth=N option only if it's supported
7750         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
7751         recognize the --depth option.  Reported by Pádraig Brady.
7752
7753 2008-10-09  Bruno Haible  <bruno@clisp.org>
7754
7755         New module 'ioctl'.
7756         * modules/ioctl: New file.
7757         * lib/sys_socket.in.h (ioctl): Remove declaration.
7758         * lib/winsock.c: Include <sys/ioctl.h>.
7759         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
7760         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
7761         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
7762         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
7763         * doc/posix-functions/ioctl.texi: Mention the new module.
7764
7765 2008-10-09  Bruno Haible  <bruno@clisp.org>
7766
7767         New module 'sys_ioctl'.
7768         * lib/sys_ioctl.in.h: New file.
7769         * m4/sys_ioctl_h.m4: New file.
7770         * modules/sys_ioctl: New file.
7771         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
7772
7773 2008-10-09  Bruno Haible  <bruno@clisp.org>
7774
7775         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
7776         * lib/winsock.c: Include <stdarg.h>.
7777         (rpl_ioctl): Change to second argument 'int' and then varargs.
7778
7779 2008-10-09  Bruno Haible  <bruno@clisp.org>
7780
7781         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
7782         when the sys_socket module is present and the system has <winsock2.h>.
7783
7784 2008-10-09  Bruno Haible  <bruno@clisp.org>
7785
7786         * doc/posix-functions/close.texi: Mention module 'close' instead of
7787         module 'sys_socket'.
7788
7789 2008-10-09  Bruno Haible  <bruno@clisp.org>
7790
7791         * doc/glibc-headers/sys_ioctl.texi: New file.
7792         * doc/gnulib.texi: Include it.
7793
7794 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7795             Bruno Haible  <bruno@clisp.org>
7796
7797         Combine the two replacements of 'close'.
7798         * lib/sys_socket.in.h (close): Define to a reminder to include
7799         <unistd.h>.
7800         (_gl_close_fd_maybe_socket): New declaration.
7801         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
7802         * lib/winsock.c (close): Remove undefinition.
7803         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
7804         needed for the gnulib module 'close'.
7805         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
7806         define to an error symbol or to a warning, if suitable.
7807         * lib/close.c: Include <sys/socket.h>.
7808         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
7809         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
7810         UNISTD_H_HAVE_WINSOCK2_H.
7811         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
7812         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7813         UNISTD_H_HAVE_WINSOCK2_H.
7814         * modules/sys_socket (Files): Add m4/unistd_h.m4.
7815         (configure.ac): Set a module indicator.
7816         (Makefile.am): Substitute GNULIB_CLOSE.
7817         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
7818         * modules/poll-tests (Depends-on): Add close.
7819         * modules/select-tests (Depends-on): Likewise.
7820
7821 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7822             Bruno Haible  <bruno@clisp.org>
7823
7824         New module 'close'.
7825         * modules/close: New file.
7826         * lib/unistd.in.h (close): Move declaration out of the
7827         FCHDIR_REPLACEMENT scope.
7828         (_gl_unregister_fd): New declaration.
7829         * lib/close.c: New file.
7830         * lib/fchdir.c (rpl_close): Remove function.
7831         * m4/close.m4: New file.
7832         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
7833         close.
7834         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
7835         REPLACE_CLOSE.
7836         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
7837         REPLACE_CLOSE.
7838         * modules/fchdir (Depends-on): Add close.
7839
7840 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7841             Bruno Haible  <bruno@clisp.org>
7842
7843         * lib/fcntl.in.h (open): Simplify conditionals.
7844         (_gl_register_fd): New declaration.
7845         * lib/fchdir.c (rpl_open): Remove function.
7846         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
7847         also.
7848         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
7849         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
7850         open.
7851
7852 2008-10-09  Jim Meyering  <meyering@redhat.com>
7853
7854         GNUmakefile: use the more name-space-friendly "_version"
7855         * top/GNUmakefile (_dummy): Update.
7856         (_version): Rename from "version".
7857
7858 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7859             Bruno Haible  <bruno@clisp.org>
7860
7861         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
7862         rpl_close.
7863         (_gl_register_fd): New function, extracted from rpl_open.
7864         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
7865         (rpl_open, rpl_opendir): Use _gl_register_fd.
7866
7867 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7868
7869         Fix organization of 'open' replacement.
7870         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
7871         (gl_FUNC_OPEN): Use it.
7872         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
7873
7874 2008-10-08  Bruno Haible  <bruno@clisp.org>
7875
7876         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
7877
7878 2008-10-08  Simon Josefsson  <simon@josefsson.org>
7879
7880         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
7881         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
7882         listen).
7883
7884 2008-10-08  Eric Blake  <ebb9@byu.net>
7885
7886         GNUmakefile: add 'make version' target
7887         * top/GNUmakefile (_curr-ver): Split version update rules...
7888         (version): ...into a target.
7889
7890 2008-10-07  Bruno Haible  <bruno@clisp.org>
7891
7892         Use a more portable replacement expression for -0.0L.
7893         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
7894         instead of -0.0L. Fix m4 quotation.
7895
7896         * tests/test-signbit.c: Include <float.h>.
7897         (minus_zero): New variable.
7898         (test_signbitl): Use minus_zero instead of -zero.
7899         * modules/signbit-tests (Depends-on): Add float.
7900
7901         * tests/test-ceill.c: Include <float.h>.
7902         (zero): Remove variable.
7903         (minus_zero): New variable.
7904         (main): Use minus_zero instead of -zero.
7905         * modules/ceill-tests (Depends-on): Add float.
7906
7907         * tests/test-floorl.c: Include <float.h>.
7908         (zero): Remove variable.
7909         (minus_zero): New variable.
7910         (main): Use minus_zero instead of -zero.
7911         * modules/floorl-tests (Depends-on): Add float.
7912
7913         * tests/test-roundl.c: Include <float.h>.
7914         (zero): Remove variable.
7915         (minus_zero): New variable.
7916         (main): Use minus_zero instead of -zero.
7917         * modules/roundl-tests (Depends-on): Add float.
7918
7919         * tests/test-truncl.c: Include <float.h>.
7920         (zero): Remove variable.
7921         (minus_zero): New variable.
7922         (main): Use minus_zero instead of -zero.
7923         * modules/truncl-tests (Depends-on): Add float.
7924
7925         * tests/test-frexpl.c (zero): Remove variable.
7926         (minus_zero): New variable.
7927         (main): Use minus_zero instead of -zero.
7928         * modules/frexpl-tests (Depends-on): Add float.
7929
7930         * tests/test-isnan.c (zerol): Remove variable.
7931         (minus_zerol): New variable.
7932         (test_long_double): Use minus_zerol instead of -zerol.
7933         * modules/isnan-tests (Depends-on): Add float.
7934
7935         * tests/test-isnanl.h (zero): Remove variable.
7936         (minus_zero): New variable.
7937         (main): Use minus_zero instead of -zero.
7938         * modules/isnanl-nolibm-tests (Depends-on): Add float.
7939         * modules/isnanl-tests (Depends-on): Add float.
7940
7941         * tests/test-ldexpl.c (zero): Remove variable.
7942         (minus_zero): New variable.
7943         (main): Use minus_zero instead of -zero.
7944         * modules/ldexpl-tests (Depends-on): Add float.
7945
7946         * tests/test-snprintf-posix.h (zerol): Remove variable.
7947         (minus_zerol): New variable.
7948         (test_function): Use minus_zerol instead of -zerol.
7949         * modules/snprintf-posix-tests (Depends-on): Add float.
7950         * modules/vsnprintf-posix-tests (Depends-on): Add float.
7951
7952         * tests/test-sprintf-posix.h (zerol): Remove variable.
7953         (minus_zerol): New variable.
7954         (test_function): Use minus_zerol instead of -zerol.
7955         * modules/sprintf-posix-tests (Depends-on): Add float.
7956         * modules/vsprintf-posix-tests (Depends-on): Add float.
7957
7958         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
7959         (minus_zerol): New variable.
7960         (test_function): Use minus_zerol instead of -zerol.
7961         * modules/vasnprintf-posix-tests (Depends-on): Add float.
7962
7963         * tests/test-vasprintf-posix.c (zerol): Remove variable.
7964         (minus_zerol): New variable.
7965         (test_function): Use minus_zerol instead of -zerol.
7966         * modules/vasprintf-posix-tests (Depends-on): Add float.
7967
7968 2008-10-07  Simon Josefsson  <simon@josefsson.org>
7969
7970         * MODULES.html.sh (Support for building documentation): Mention
7971         pmccabe2html.  Sort entries.
7972
7973         Add pmccabe2html module, from gnupdf.
7974         * build-aux/pmccabe.css: New file.
7975         * build-aux/pmccabe2html: New file.
7976         * m4/pmccabe2html.m4: New file.
7977         * modules/pmccabe2html: New file.
7978
7979 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
7980
7981         flock: new module
7982         * MODULES.html.sh: Add to list of modules.
7983         * lib/flock.c: flock implementation for Windows and Unix systems
7984         which have fcntl.
7985         * doc/glibc-functions/flock.texi: Update documentation.
7986         * lib/sys_file.in.h: <sys/file.h> header file.
7987         * m4/flock.m4: M4 macros.
7988         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
7989         * modules/flock: flock module.
7990         * modules/flock-tests: flock tests module.
7991         * modules/sys_file: sys/file.h module.
7992         * tests/test-flock.c: test suite for flock.
7993
7994 2008-10-06  Jim Meyering  <meyering@redhat.com>
7995
7996         bootstrap: check for LT_INIT more portably still ;-)
7997         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
7998         Spotted by Bruno Haible.
7999
8000 2008-10-06  Eric Blake  <ebb9@byu.net>
8001
8002         test-signbit: avoid tripping Irix cc bug on -0.0L
8003         * tests/test-signbit.c (minus_zerol): Delete, and replace with
8004         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
8005         entire testsuite consistent and avoids an Irix 6.2 bug.
8006
8007 2008-10-05  Bruno Haible  <bruno@clisp.org>
8008             Jim Meyering  <jim@meyering.net>
8009
8010         Add an option for ignoring EPIPE during close_stdout.
8011         * lib/closeout.h: Include <stdbool.h>.
8012         (close_stdout_set_ignore_EPIPE): New declaration.
8013         * lib/closeout.c: Include <stdbool.h>.
8014         (ignore_EPIPE): New variable.
8015         (close_stdout_set_ignore_EPIPE): New function.
8016         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
8017         * lib/close-stream.c (close_stream): Mention the possible EPIPE
8018         failure.
8019         * modules/closeout (Depends-on): Add stdbool.
8020
8021 2008-10-05  Bruno Haible  <bruno@clisp.org>
8022
8023         * modules/accept: New file.
8024         * modules/bind: New file.
8025         * modules/connect: New file.
8026         * modules/getpeername: New file.
8027         * modules/getsockname: New file.
8028         * modules/getsockopt: New file.
8029         * modules/listen: New file.
8030         * modules/recv: New file.
8031         * modules/recvfrom: New file.
8032         * modules/send: New file.
8033         * modules/sendto: New file.
8034         * modules/setsockopt: New file.
8035         * modules/socket: New file.
8036         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
8037         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
8038         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
8039         the particular module is requested. Add a link warning when the
8040         particular module is not requested.
8041         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
8042         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
8043         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
8044         the particular module is requested.
8045         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
8046         gl_SYS_SOCKET_H_DEFAULTS): New macros.
8047         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
8048         * modules/sys_socket (Depends-on): Add link-warning.
8049         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
8050         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
8051         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
8052         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
8053         GL_LINK_WARNING.
8054         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
8055         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
8056         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
8057         * doc/posix-functions/getpeername.texi: Mention the new module
8058         'getpeername'.
8059         * doc/posix-functions/getsockname.texi: Mention the new module
8060         'getsockname'.
8061         * doc/posix-functions/getsockopt.texi: Mention the new module
8062         'getsockopt'.
8063         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
8064         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
8065         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
8066         * doc/posix-functions/send.texi: Mention the new module 'send'.
8067         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
8068         * doc/posix-functions/setsockopt.texi: Mention the new module
8069         'setsockopt'.
8070         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
8071         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
8072         listen, connect, accept.
8073         * modules/select-tests (Depends-on): Likewise.
8074
8075 2008-10-05  Bruno Haible  <bruno@clisp.org>
8076
8077         * lib/winsock.c (strerror): Remove unused #undef.
8078         (rpl_close): Remove unused local variable.
8079
8080         * modules/sys_socket (Depends-on); Add errno.
8081
8082 2008-10-05  Bruno Haible  <bruno@clisp.org>
8083
8084         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
8085         (select): Add a link warning when the 'select' module is not used.
8086         * modules/sys_select (Depends-on): Add link-warning.
8087         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
8088         Suggested by Paolo Bonzini.
8089
8090 2008-10-05  Jim Meyering  <meyering@redhat.com>
8091
8092         bootstrap: check for LT_INIT more portably
8093         * build-aux/bootstrap: Avoid using grep -E, since it's not
8094         portable enough.  Suggestion from Bruno Haible.
8095
8096 2008-10-05  Bruno Haible  <bruno@clisp.org>
8097
8098         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
8099         as being fixed by gnulib.
8100
8101 2008-10-05  Bruno Haible  <bruno@clisp.org>
8102
8103         * modules/select-tests: New file, mostly copied from
8104         modules/sys_select-tests.
8105         * tests/test-select.c: New file, mostly copied from
8106         tests/test-sys_select.c.
8107         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
8108         * modules/sys_select-tests (Depends-on): Remove all dependencies.
8109         (Makefile.am): Remove test_sys_select_LDADD.
8110
8111         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
8112         to an undefined symbol, for an error message.
8113         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
8114         (gl_SYS_SELECT_H_DEFAULTS): New macro.
8115         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
8116         winsock-select.c here.
8117         * modules/sys_select (Files): Remove lib/winsock-select.c.
8118         (Depends-on): Remove alloca.
8119         (Makefile.am): Substitute GNULIB_SELECT.
8120         * modules/select: New file.
8121         * doc/posix-functions/select.texi: Update.
8122
8123 2008-10-05  Bruno Haible  <bruno@clisp.org>
8124
8125         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
8126         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
8127         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
8128         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
8129         getdtablesize.
8130         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
8131         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
8132
8133 2008-10-05  Bruno Haible  <bruno@clisp.org>
8134
8135         * modules/getdtablesize-tests: New file.
8136         * tests/test-getdtablesize.c: New file.
8137
8138         New module 'getdtablesize'.
8139         * lib/unistd.in.h (getdtablesize): New declaration.
8140         * lib/getdtablesize.c: New file.
8141         * m4/getdtablesize.m4: New file.
8142         * modules/getdtablesize: New file.
8143         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8144         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
8145         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
8146         HAVE_GETDTABLESIZE.
8147         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
8148
8149 2008-10-05  Bruno Haible  <bruno@clisp.org>
8150
8151         * modules/sched (Makefile.am): Fix typo.
8152         Reported by Simon Josefsson.
8153
8154 2008-10-05  Jim Meyering  <meyering@redhat.com>
8155
8156         bootstrap: check for LT_INIT, too
8157         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
8158         are deprecated.  Suggestion from Ralf Wildenhues.
8159
8160 2008-10-05  Bruno Haible  <bruno@clisp.org>
8161
8162         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
8163         overriding them by ours.
8164         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
8165
8166 2008-10-05  Jim Meyering  <meyering@redhat.com>
8167
8168         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
8169         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
8170         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
8171
8172 2008-10-04  Bruno Haible  <bruno@clisp.org>
8173
8174         * modules/dup2 (License): Change to LGPLv2+.
8175         * modules/sleep (License): Likewise.
8176         * modules/perror (License): Likewise.
8177         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
8178         Blake.
8179         * modules/signal (License): Likewise.
8180         * modules/sigprocmask (License): Likewise.
8181         * modules/raise (License): Change to LGPLv2+, with approval by Jim
8182         Meyering.
8183
8184 2008-10-04  Bruno Haible  <bruno@clisp.org>
8185
8186         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
8187         Reported by Rainer Tammer <tammer@tammer.net>.
8188
8189 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
8190             Bruno Haible  <bruno@clisp.org>
8191
8192         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
8193         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
8194         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
8195
8196 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
8197
8198         filevercmp: new module
8199         * lib/filevercmp.h: New function filevercmp comparing version strings.
8200         * lib/filevercmp.c: Implementation of filevercmp function.
8201         * modules/filevercmp: Module metadata.
8202         * tests/test-filevercmp.c: Unit test for new module.
8203         * modules/filevercmp-tests: Unit test metadata.
8204         * MODULES.html.sh: Add filevercmp module.
8205
8206 2008-10-03  Bruno Haible  <bruno@clisp.org>
8207
8208         * lib/c-ctype.h: Add comment.
8209         Reported by Jim Meyering.
8210
8211 2008-10-02  Bruno Haible  <bruno@clisp.org>
8212
8213         * modules/posix_spawn-internal (Depends-on): Add 'open'.
8214
8215 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8216
8217         * build-aux/bootstrap: Allow renaming bootstrap, and change the
8218         name of bootstrap.conf accordingly.
8219
8220 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8221
8222         * build-aux/bootstrap: Install git-merge-changelog configuration
8223         items into .gitconfig if needed.
8224
8225 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8226
8227         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
8228         git repository, and initialize/update it accordingly.
8229
8230 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
8231
8232         * modules/fsync-tests: New file.
8233         * tests/test-fsync.c: New file.
8234
8235         New module 'fsync'.
8236         * lib/fsync.c: New file.
8237         * m4/fsync.m4: New file.
8238         * modules/fsync: New file.
8239         * lib/unistd.in.h (fsync): New declaration.
8240         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
8241         GNULIB_FSYNC and HAVE_FSYNC.
8242         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
8243         * MODULES.html.sh (posix_functions): Add fsync.
8244         * doc/posix-functions/fsync.texi: Mention the new module.
8245
8246 2008-10-02  Jim Meyering  <meyering@redhat.com>
8247
8248         fts.c: sync with similar code from coreutils' remove.c
8249         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
8250         Guard also with "#if defined __linux__", since for now at least,
8251         this code is Linux-kernel-specific.
8252
8253 2008-10-02  Jim Meyering  <meyering@redhat.com>
8254
8255         fts: bug fixes
8256         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
8257         Include <sys/vfs.h>, not <sys/statfs.h>.
8258
8259         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
8260         Include <sys/vfs.h>, not <sys/statfs.h>.
8261
8262 2008-10-01  Bruno Haible  <bruno@clisp.org>
8263
8264         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
8265         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
8266         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
8267         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
8268         * doc/posix-functions/posix_spawnp.texi: Likewise.
8269         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
8270         whether posix_spawn actually works.
8271         * m4/pipe.m4 (gl_PIPE): Likewise.
8272         * modules/execute (Files): Add m4/posix_spawn.m4.
8273         * modules/pipe (Files): Add m4/posix_spawn.m4.
8274         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
8275
8276 2008-10-01  Jim Meyering  <meyering@redhat.com>
8277
8278         remove trailing spaces
8279         * NEWS: Likewise.
8280         * lib/poll.c (poll): Likewise.
8281         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
8282         * lib/winsock.c (rpl_close): Likewise.
8283         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
8284         * modules/yield: Likewise.
8285         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
8286         * tests/test-sys_select.c (connect_to_socket): Likewise.
8287
8288         fts.c: adjust a new interface to be more generally useful
8289         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
8290         (fts_build): Adjust caller.
8291
8292 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8293
8294         * modules/cond-tests: New file.
8295         * tests/test-cond.c: New file.
8296
8297 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8298             Bruno Haible  <bruno@clisp.org>
8299
8300         * modules/cond (Dependencies): Add errno, time.
8301         * lib/glthread/cond.h: Include <time.h>.
8302         (gl_cond_define, gl_cond_define_initialized): Use the same definition
8303         across platforms.
8304
8305 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8306             Bruno Haible  <bruno@clisp.org>
8307
8308         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
8309
8310 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8311             Bruno Haible  <bruno@clisp.org>
8312
8313         * modules/tls-tests (Depends-on): Add thread, yield.
8314         (configure.ac): Remove all checks.
8315         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
8316         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8317         gl_thread_self): Remove definitions. Include glthread/thread.h and
8318         glthread/yield.h instead.
8319         (test_tls): Pass an additional NULL argument to gl_thread_join.
8320
8321 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8322             Bruno Haible  <bruno@clisp.org>
8323
8324         * modules/lock-tests (Depends-on): Add thread, yield.
8325         (configure.ac): Remove all checks.
8326         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
8327         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8328         gl_thread_self): Remove definitions. Include glthread/thread.h and
8329         glthread/yield.h instead.
8330         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
8331         additional NULL argument to gl_thread_join.
8332
8333 2008-09-30  Bruno Haible  <bruno@clisp.org>
8334
8335         Fix the Win32 implementation of the 'thread' module.
8336         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
8337         pointer type.
8338         (gl_thread_self): Invoke gl_thread_self_func.
8339         (gl_thread_self_func): New declaration.
8340         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
8341         (do_init_self_key, init_self_key): New functions.
8342         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
8343         Remove some fields.
8344         (running_threads, running_lock): Remove variables.
8345         (get_current_thread_handle): New function.
8346         (gl_thread_self_func, wrapper_func, glthread_create_func,
8347         glthread_join_func, gl_thread_exit_func): Largely rewritten and
8348         simplified.
8349
8350 2008-09-30  Bruno Haible  <bruno@clisp.org>
8351
8352         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
8353         files.
8354
8355 2008-09-30  Jim Meyering  <meyering@redhat.com>
8356
8357         fts.m4: correct the test for statfs.f_type
8358         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
8359         when checking for statfs.f_type.
8360
8361 2008-09-15  Simon Josefsson  <simon@josefsson.org>
8362
8363         tests: avoid some compiler warnings
8364         * tests/test-memchr.c (main): Pass NULL indirectly.
8365         * tests/test-getdate.c (main): Remove unused variable 'ret'.
8366
8367 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
8368
8369         getdate.y: disallow countable dayshifts like "4 yesterday ago"
8370         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
8371         exactly specified dayshifts.
8372         (dayshift): New rule.
8373         (rel): Add dayshift.
8374         (relative_time_table) [tomorrow, yesterday, today, now]:
8375         Use tDAY_SHIFT in place of tDAY_UNIT.
8376         * tests/test-getdate.c: Add tests for now-disallowed countable
8377         dayshifts, e.g., "4 yesterday ago".
8378
8379 2008-09-29  Bruno Haible  <bruno@clisp.org>
8380
8381         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
8382         * tests/test-posix_spawn1.in.sh: Renamed from
8383         tests/test-posix_spawn.in.sh.
8384         * tests/test-posix_spawn2.c: New file.
8385         * tests/test-posix_spawn2.in.sh: New file.
8386         * modules/posix_spawnp-tests (Files): Update.
8387         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
8388
8389 2008-09-29  Bruno Haible  <bruno@clisp.org>
8390
8391         Propagate effects of putenv/setenv/unsetenv to child processes.
8392         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
8393         * lib/pipe.c (create_pipe): Likewise.
8394
8395 2008-09-29  Bruno Haible  <bruno@clisp.org>
8396
8397         Enable use of shell scripts as executables in mingw.
8398         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
8399         run the program as a shell script.
8400         * lib/pipe.c (create_pipe): Likewise.
8401         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
8402         resulting array.
8403
8404 2008-09-29  Eric Blake  <ebb9@byu.net>
8405
8406         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
8407
8408 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
8409
8410         * doc/posix-functions/accept.texi: Update mingw problems.
8411         * doc/posix-functions/bind.texi: Update mingw problems.
8412         * doc/posix-functions/close.texi: Update mingw problems.
8413         * doc/posix-functions/connect.texi: Update mingw problems.
8414         * doc/posix-functions/getpeername.texi: Update mingw problems.
8415         * doc/posix-functions/getsockname.texi: Update mingw problems.
8416         * doc/posix-functions/getsockopt.texi: Update mingw problems.
8417         * doc/posix-functions/ioctl.texi: Update mingw problems.
8418         * doc/posix-functions/listen.texi: Update mingw problems.
8419         * doc/posix-functions/recv.texi: Update mingw problems.
8420         * doc/posix-functions/recvfrom.texi: Update mingw problems.
8421         * doc/posix-functions/select.texi: Update mingw problems.
8422         * doc/posix-functions/send.texi: Update mingw problems.
8423         * doc/posix-functions/sendto.texi: Update mingw problems.
8424         * doc/posix-functions/setsockopt.texi: Update mingw problems.
8425         * doc/posix-functions/socket.texi: Update mingw problems.
8426
8427 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
8428             Bruno Haible  <bruno@clisp.org>
8429
8430         * lib/sys_select.in.h: Include sys/time.h.
8431         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
8432         * modules/sys_select: Depend on sys_time.
8433         * tests/test-sys_select.c: Test that sys/select.h defines struct
8434         timeval fully.
8435
8436 2008-09-29  Bruno Haible  <bruno@clisp.org>
8437
8438         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
8439         * lib/sys_select.in.h: Likewise.
8440
8441 2008-09-29  Bruno Haible  <bruno@clisp.org>
8442
8443         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
8444
8445 2008-09-29  Bruno Haible  <bruno@clisp.org>
8446
8447         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
8448         Set LIBSOCKET instead of augmenting LIBS.
8449         * modules/sockets (Link): New section.
8450         * modules/sockets-tests (test_sockets_LDADD): New variable.
8451         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
8452         * modules/poll-tests (test_poll_LDADD): New variable.
8453         * NEWS: Document the change.
8454
8455 2008-09-29  Bruno Haible  <bruno@clisp.org>
8456
8457         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
8458         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
8459         ARPA_INET_H directly.
8460         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8461
8462 2008-09-28  Bruno Haible  <bruno@clisp.org>
8463
8464         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
8465         from gl_HEADER_SYS_SOCKET.
8466         (gl_HEADER_SYS_SOCKET): Invoke it.
8467         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8468
8469 2008-09-28  Bruno Haible  <bruno@clisp.org>
8470
8471         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
8472         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
8473         Needed on OSF/1 4.0.
8474
8475 2008-09-28  Bruno Haible  <bruno@clisp.org>
8476
8477         Override open more carefully.
8478         * lib/open.c (orig_open): New function.
8479         (rpl_open): Use orig_open instead of open.
8480         * lib/fcntl.in.h: Add special invocation convention.
8481         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
8482         (gl_FUNC_OPEN): Invoke it.
8483
8484         Override freopen more carefully.
8485         * lib/freopen.c (orig_freopen): New function.
8486         (rpl_freopen): Use orig_freopen instead of freopen.
8487         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
8488         (gl_FUNC_FREOPEN): Invoke it.
8489
8490         Override fopen more carefully.
8491         * lib/fopen.c (orig_fopen): New function.
8492         (rpl_fopen): Use orig_fopen instead of fopen.
8493         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
8494         (gl_FUNC_FOPEN): Invoke it.
8495         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
8496
8497 2008-09-28  Bruno Haible  <bruno@clisp.org>
8498
8499         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
8500         SIGPIPE.
8501
8502 2008-09-28  Bruno Haible  <bruno@clisp.org>
8503
8504         * tests/test-sigaction.c (handler, main): Disable the check whether
8505         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
8506         glibc systems with LinuxThreads.
8507
8508 2008-09-28  Bruno Haible  <bruno@clisp.org>
8509
8510         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
8511
8512         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
8513         with AIX xlc.
8514         * lib/fcntl.in.h (open): Likewise.
8515         Reported by Rainer Tammer <tammer@tammer.net>.
8516
8517 2008-09-28  Bruno Haible  <bruno@clisp.org>
8518
8519         * modules/posix_spawnp-tests: New file.
8520         * tests/test-posix_spawn.c: New file.
8521         * tests/test-posix_spawn.in.sh: New file.
8522
8523         New module 'posix_spawnp'.
8524         * modules/posix_spawnp: New file.
8525         * lib/spawnp.c: New file, from GNU libc with modifications.
8526         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
8527
8528         New module 'posix_spawn'.
8529         * modules/posix_spawn: New file.
8530         * lib/spawn.c: New file, from GNU libc with modifications.
8531         * doc/posix-functions/posix_spawn.texi: Mention the new module.
8532
8533         New module 'posix_spawnattr_destroy'.
8534         * modules/posix_spawnattr_destroy: New file.
8535         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
8536         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
8537         module.
8538
8539         New module 'posix_spawnattr_setsigmask'.
8540         * modules/posix_spawnattr_setsigmask: New file.
8541         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
8542         modifications.
8543         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
8544         new module.
8545
8546         New module 'posix_spawnattr_getsigmask'.
8547         * modules/posix_spawnattr_getsigmask: New file.
8548         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
8549         modifications.
8550         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
8551         new module.
8552
8553         New module 'posix_spawnattr_setsigdefault'.
8554         * modules/posix_spawnattr_setsigdefault: New file.
8555         * lib/spawnattr_setdefault.c: New file, from GNU libc with
8556         modifications.
8557         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
8558         new module.
8559
8560         New module 'posix_spawnattr_getsigdefault'.
8561         * modules/posix_spawnattr_getsigdefault: New file.
8562         * lib/spawnattr_getdefault.c: New file, from GNU libc with
8563         modifications.
8564         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
8565         new module.
8566
8567         New module 'posix_spawnattr_setschedpolicy'.
8568         * modules/posix_spawnattr_setschedpolicy: New file.
8569         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
8570         modifications.
8571         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
8572         new module.
8573
8574         New module 'posix_spawnattr_getschedpolicy'.
8575         * modules/posix_spawnattr_getschedpolicy: New file.
8576         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
8577         modifications.
8578         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
8579         new module.
8580
8581         New module 'posix_spawnattr_setschedparam'.
8582         * modules/posix_spawnattr_setschedparam: New file.
8583         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
8584         modifications.
8585         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
8586         new module.
8587
8588         New module 'posix_spawnattr_getschedparam'.
8589         * modules/posix_spawnattr_getschedparam: New file.
8590         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
8591         modifications.
8592         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
8593         new module.
8594
8595         New module 'posix_spawnattr_setpgroup'.
8596         * modules/posix_spawnattr_setpgroup: New file.
8597         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
8598         modifications.
8599         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
8600         module.
8601
8602         New module 'posix_spawnattr_getpgroup'.
8603         * modules/posix_spawnattr_getpgroup: New file.
8604         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
8605         modifications.
8606         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
8607         module.
8608
8609         New module 'posix_spawnattr_setflags'.
8610         * modules/posix_spawnattr_setflags: New file.
8611         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
8612         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
8613         module.
8614
8615         New module 'posix_spawnattr_getflags'.
8616         * modules/posix_spawnattr_getflags: New file.
8617         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
8618         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
8619         module.
8620
8621         New module 'posix_spawnattr_init'.
8622         * modules/posix_spawnattr_init: New file.
8623         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
8624         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
8625         module.
8626
8627         New module 'posix_spawn_file_actions_destroy'.
8628         * modules/posix_spawn_file_actions_destroy: New file.
8629         * lib/spawn_faction_destroy.c: New file, from GNU libc with
8630         modifications.
8631         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
8632         the new module.
8633
8634         New module 'posix_spawn_file_actions_addopen'.
8635         * modules/posix_spawn_file_actions_addopen: New file.
8636         * lib/spawn_faction_addopen.c: New file, from GNU libc with
8637         modifications.
8638         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
8639         the new module.
8640
8641         New module 'posix_spawn_file_actions_adddup2'.
8642         * modules/posix_spawn_file_actions_adddup2: New file.
8643         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
8644         modifications.
8645         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
8646         the new module.
8647
8648         New module 'posix_spawn_file_actions_addclose'.
8649         * modules/posix_spawn_file_actions_addclose: New file.
8650         * lib/spawn_faction_addclose.c: New file, from GNU libc with
8651         modifications.
8652         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
8653         the new module.
8654
8655         New module 'posix_spawn_file_actions_init'.
8656         * modules/posix_spawn_file_actions_init: New file.
8657         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
8658         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
8659         new module.
8660
8661         New module 'posix_spawn-internal'.
8662         * modules/posix_spawn-internal: New file.
8663         * lib/spawn_int.h: New file, from GNU libc with modifications.
8664         * lib/spawni.c: New file, from GNU libc with modifications.
8665         * m4/posix_spawn.m4: New file.
8666
8667         New module 'spawn'.
8668         * modules/spawn: New file.
8669         * lib/spawn.in.h: New file, from GNU libc with modifications.
8670         * m4/spawn_h.m4: New file.
8671         * doc/posix-headers/spawn.texi: Mention the new module.
8672
8673 2008-09-28  Bruno Haible  <bruno@clisp.org>
8674
8675         * modules/sched-tests: New file.
8676         * tests/test-sched.c: New file.
8677
8678         New module 'sched'.
8679         * modules/sched: New file.
8680         * lib/sched.in.h: New file.
8681         * m4/sched_h.m4: New file.
8682         * doc/posix-headers/sched.texi: Mention the new module.
8683
8684 2008-09-27  Eric Blake  <ebb9@byu.net>
8685
8686         Fix previous patch, and tweak references to $0.
8687         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
8688         (func_version, func_gnulib_dir): Don't call this program
8689         gnulib-tool.
8690         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
8691         with using $0 in function.
8692         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
8693         (func_fatal_error): Reuse the name the user invoked us with.
8694
8695 2008-09-27  Bruno Haible  <bruno@clisp.org>
8696
8697         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
8698         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
8699         (gl_ICONV_H): Not here.
8700         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
8701         instead of assigning ICONV_H directly.
8702
8703         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
8704         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
8705         WCHAR_H directly.
8706
8707 2008-09-27  Bruno Haible  <bruno@clisp.org>
8708
8709         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
8710         * modules/arpa_inet (Depends-on): Add link-warning.
8711         (Makefile.am): Insert the definition of GL_LINK-WARNING.
8712         * modules/unistd (Makefile.am): Likewise.
8713
8714 2008-09-26  Bruno Haible  <bruno@clisp.org>
8715
8716         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
8717         variables.
8718         (func_version): Essentially copied from gnulib-tool.
8719         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
8720         func_readlink): Copied from gnulib-tool.
8721
8722 2008-09-26  Bruno Haible  <bruno@clisp.org>
8723
8724         * gnulib-tool (func_version): Change directory to $gnulib_dir before
8725         invoking git-version-gen.
8726
8727 2008-09-26  Bruno Haible  <bruno@clisp.org>
8728
8729         * posix-modules: Update to directory names changed on 2008-01-19.
8730         Remove commas in output before splitting into words. No more need to
8731         avoid 'ftruncate' since 2007-02-19.
8732
8733 2008-09-26  Bruno Haible  <bruno@clisp.org>
8734
8735         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
8736
8737 2008-09-26  Bruno Haible  <bruno@clisp.org>
8738
8739         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
8740         * modules/fwriteerror (Depends-on): Add errno.
8741
8742 2008-09-26  Bruno Haible  <bruno@clisp.org>
8743
8744         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
8745         * tests/test-vc-list-files-cvs.sh: Likewise.
8746
8747 2008-09-26  Bruno Haible  <bruno@clisp.org>
8748
8749         * doc/posix-headers/sys_resource.texi: Reorder items.
8750
8751 2008-09-26  Jim Meyering  <meyering@redhat.com>
8752
8753         fts: tweak inode comparison function
8754         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
8755         inode numbers, as documented.
8756
8757         fts: sort dirent entries on inode number before traversing
8758         This avoids a quadratic, seek-related performance penalty when
8759         operating on a directory containing many entries (measurable at 10k;
8760         3.5 hours at 2 million entries with a cold cache) on certain types
8761         of file systems, including ext3 and ext4, but not tmpfs.
8762         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
8763         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
8764         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
8765         (fs_handles_readdir_ordered_dirents_efficiently): New function.
8766         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
8767         (fts_build): Set the stat.st_ino member from D_INO.
8768         If it is likely to be useful, sort dirent entries on inode number.
8769
8770         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
8771         and the struct statfs.f_type member.
8772         * modules/fts (Depends-on): Add d-ino.
8773
8774 2008-09-26  Bruno Haible  <bruno@clisp.org>
8775
8776         * modules/sigpipe-die (Depends-on): Add sigpipe.
8777
8778         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
8779         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
8780         and GNULIB_STDIO_H_SIGPIPE are set.
8781         * lib/stdio-write.c: New file.
8782         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
8783         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8784         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8785         REPLACE_STDIO_WRITE_FUNCS.
8786         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
8787         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8788         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8789         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
8790         * modules/stdio (Files): Add lib/stdio-write.c.
8791         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
8792         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8793         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8794         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
8795         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
8796         REPLACE_FPRINTF_POSIX.
8797         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
8798         REPLACE_PRINTF_POSIX.
8799         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
8800         REPLACE_VFPRINTF_POSIX.
8801         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
8802         REPLACE_VPRINTF_POSIX.
8803         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
8804         SIGPIPE issue.
8805         * doc/posix-functions/fputc.texi: Likewise.
8806         * doc/posix-functions/fputs.texi: Likewise.
8807         * doc/posix-functions/fwrite.texi: Likewise.
8808         * doc/posix-functions/printf.texi: Likewise.
8809         * doc/posix-functions/putc.texi: Likewise.
8810         * doc/posix-functions/putchar.texi: Likewise.
8811         * doc/posix-functions/puts.texi: Likewise.
8812         * doc/posix-functions/vfprintf.texi: Likewise.
8813         * doc/posix-functions/vprintf.texi: Likewise.
8814
8815         * modules/safe-write (Depends-on): Add write.
8816
8817         * modules/sigpipe-tests: New file.
8818         * tests/test-sigpipe.c: New file.
8819         * tests/test-sigpipe.sh: New file.
8820
8821         * modules/write: New file.
8822         * lib/unistd.in.h: Include <sys/types.h>.
8823         (write): New declaration.
8824         * lib/write.c: New file.
8825         * m4/write.m4: New file.
8826         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8827         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
8828         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
8829         GNULIB_WRITE, REPLACE_WRITE.
8830         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
8831         and the SIGPIPE issue.
8832
8833         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
8834         (raise): New declaration.
8835         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
8836         (ext_signal): New function.
8837         (rpl_raise): New function.
8838         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
8839         GNULIB_SIGNAL_H_SIGPIPE.
8840         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
8841         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
8842
8843         * modules/sigpipe: New file.
8844         * m4/sigpipe.m4: New file.
8845
8846 2008-09-25  Derek Price  <derek@ximbiot.com>
8847             Bruno Haible  <bruno@clisp.org>
8848
8849         * gnulib-tool (func_import): Report all license incompatibilities, not
8850         just the first one.
8851
8852 2008-09-25  Bruno Haible  <bruno@clisp.org>
8853
8854         * gnulib-tool (func_import): When computing the edits, consider not
8855         only the Makefile.ams that exist but also those that will be generated.
8856
8857 2008-09-25  Simon Josefsson  <simon@josefsson.org>
8858
8859         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
8860         fixes gnulib-tool --test warning about duplicate dependency.
8861
8862 2008-09-25  Bruno Haible  <bruno@clisp.org>
8863
8864         * gnulib-tool: Don't ask the user to perform edits in the generated
8865         Makefile.ams.
8866         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
8867         apply to the Makefile.am being generated.
8868         (func_emit_tests_Makefile_am): Execute edits that apply to the
8869         Makefile.am being generated.
8870         (func_import): Setup list of Makefile.am edits before emitting the
8871         Makefile.ams, not at the end.
8872         (func_create_testdir): Update.
8873         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8874
8875 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8876
8877         * gnulib-tool (func_import): Store the --tests-base option in the
8878         comment in gnulib-cache.m4.
8879
8880 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
8881
8882         * NEWS: Document increased portability that sys_select now provides.
8883
8884         * lib/sys_select.in.h: Install select wrapper.
8885         * lib/sys_socket.in.h: Use more descriptive name when there is no
8886         select wrapper.
8887         * lib/winsock-select.c: New.
8888         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
8889         Require gl_HEADER_SYS_SOCKET.
8890         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
8891         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
8892         * tests/test-sys_select.c: Add functional tests.
8893
8894 2008-09-24  Eric Blake  <ebb9@byu.net>
8895
8896         open, fopen: close fd leak in last patch
8897         * lib/open.c (rpl_open): Close fd before returning error.
8898         * lib/fopen.c (rpl_fopen): Close fd before returning error.
8899         * doc/posix-functions/open.texi (open): Document that Irix also
8900         has the bug.
8901         * doc/posix-functions/fopen.texi (fopen): Likewise.
8902         Reported by Paolo Bonzini.
8903
8904 2008-09-24  Bruno Haible  <bruno@clisp.org>
8905
8906         Ensure that a filename ending in a slash cannot be used to access a
8907         non-directory.
8908         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
8909         to check whether it's really a directory.
8910         * lib/fopen.c: Include fcntl.h, unistd.h.
8911         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
8912         and fdopen().
8913         * modules/fopen (Depends-on): Add unistd.
8914         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
8915         * tests/test-fopen.c (main): Likewise.
8916         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
8917         * doc/posix-functions/fopen.texi: Likewise.
8918         Reported by Eric Blake.
8919
8920 2008-09-23  Eric Blake  <ebb9@byu.net>
8921
8922         c-stack: avoid compiler optimizations when provoking overflow
8923         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
8924         recursion harder to optimize, to ensure a stack overflow occurs.
8925         * tests/test-c-stack.c (recurse): Likewise.
8926         Borrowed from libsigsegv.
8927
8928         c-stack: work around Irix sigaltstack bug
8929         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
8930         whether sigaltstack uses wrong end of stack_t (copied in part from
8931         libsigsegv).
8932         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
8933         Irix bug, without requiring an over-allocation.
8934         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
8935         bug.
8936
8937         fopen: document mingw bug on directories
8938         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
8939         not allowing a stream visiting a directory, even though reading
8940         from such a stream is not portable.
8941
8942 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8943
8944         * lib/poll.c: Rewrite.
8945         * modules/poll: Depend on alloca.
8946
8947 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8948
8949         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
8950         instead define prototypes for a full set of wrappers.  Ensure
8951         that Cygwin does not use the compatibility code, which is only
8952         for MinGW.
8953         * lib/winsock.c: New.
8954         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
8955         * modules/sys_socket: Add lib/winsock.c.
8956
8957         * modules/poll-tests: Add errno and perror.
8958         * tests/test-poll.c: Use ioctl, not ioctlsocket.
8959
8960 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8961
8962         * tests/test-poll.c: Downgrade minimum needed Winsock version.
8963
8964 2008-09-23  Bruno Haible  <bruno@clisp.org>
8965
8966         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
8967         * doc/glibc-functions/*: Likewise.
8968
8969 2008-09-23  Simon Josefsson  <simon@josefsson.org>
8970
8971         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
8972         success.
8973
8974 2008-09-22  Eric Blake  <ebb9@byu.net>
8975             Bruno Haible  <bruno@clisp.org>
8976
8977         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
8978         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
8979         supply %A but mishandle pseudo-NaN.
8980         Reported by Simon Josefsson.
8981
8982 2008-09-21  Bruno Haible  <bruno@clisp.org>
8983
8984         * tests/test-lock.c (main): Tweak skip message.
8985         * tests/test-tls.c (main): Likewise.
8986
8987 2008-09-21  Bruno Haible  <bruno@clisp.org>
8988
8989         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
8990         whether 'struct sigaction' has sa_sigaction here...
8991         (gl_PREREQ_SIG_HANDLER_H): ... not here.
8992         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
8993
8994 2008-09-21  Bruno Haible  <bruno@clisp.org>
8995
8996         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
8997         section.
8998         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
8999         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
9000         the new section.
9001         (Support for obsolete systems lacking POSIX:2001): New section.
9002         (String handling <string.h>): Move strdup to the new section.
9003         Suggested by Simon Josefsson and Paolo Bonzini.
9004
9005 2008-09-21  Bruno Haible  <bruno@clisp.org>
9006
9007         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
9008         exponents in %e and %g results on 'long double'. Needed for mingw's
9009         improved *printf functions.
9010         * tests/test-vasprintf-posix.c (test_function): Likewise.
9011         * tests/test-snprintf-posix.h (test_function): Likewise.
9012         * tests/test-sprintf-posix.h (test_function): Likewise.
9013         Reported by Eric Blake.
9014
9015 2008-09-21  Bruno Haible  <bruno@clisp.org>
9016
9017         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
9018         * tests/test-sprintf-posix.h (test_function): Likewise.
9019
9020 2008-09-21  Bruno Haible  <bruno@clisp.org>
9021
9022         * modules/getpass (Depends-on): Add strdup-posix.
9023
9024         New module 'strdup-posix'.
9025         * modules/strdup-posix: New file.
9026         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
9027         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
9028         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9029         REPLACE_STRDUP.
9030         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
9031         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
9032         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9033         strdup-posix.
9034
9035         * modules/strdup (Depends-on): Remove malloc-posix.
9036
9037 2008-09-20  Bruno Haible  <bruno@clisp.org>
9038
9039         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
9040         Wildenhues.
9041
9042 2008-09-20  Bruno Haible  <bruno@clisp.org>
9043
9044         Ensure that wint_t gets defined on IRIX 5.3.
9045         * lib/wchar.in.h (wint_t): Define if not defined by the system.
9046         * lib/wctype.in.h (wint_t): Likewise.
9047         (__wctype_wint_t): Remove type.
9048         (isw*): Use wint_t instead of __wctype_wint_t.
9049         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
9050         * modules/wchar (Files): Add m4/wint_t.m4.
9051         (Makefile.am): Substitute HAVE_WINT_T.
9052         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
9053         * tests/test-wctype.c: Check that wint_t is defined.
9054         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
9055         * doc/posix-headers/wctype.texi: Likewise.
9056         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9057
9058 2008-09-18  Bruno Haible  <bruno@clisp.org>
9059
9060         * gnulib-tool (func_exit): Update comment.
9061
9062 2008-09-18  Simon Josefsson  <simon@josefsson.org>
9063
9064         * modules/getaddrinfo (Depends-on): Remove strdup, this module
9065         assumes strdup exists and does not depend on strdup to return
9066         ENOMEM on out of memory conditions.
9067
9068 2008-09-18  Bruno Haible  <bruno@clisp.org>
9069
9070         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
9071         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
9072         digits for the exponent.
9073
9074 2008-09-18  Jim Meyering  <meyering@redhat.com>
9075             Bruno Haible  <bruno@clisp.org>
9076
9077         * lib/vasnprintf.c (decimal_point_char): Define also if
9078         NEED_PRINTF_INFINITE_LONG_DOUBLE.
9079
9080 2008-09-16  Bruno Haible  <bruno@clisp.org>
9081         and Eric Blake  <ebb9@byu.net>
9082
9083         vasnprintf: support Irix 5.3
9084         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
9085         that mishandle long double infinity.
9086         Reported by Tom G. Christensen.
9087
9088 2008-09-16  Bruno Haible  <bruno@clisp.org>
9089
9090         * doc/glibc-functions/scandir.texi: Mention the function is missing on
9091         Solaris 9.
9092         * doc/glibc-functions/alphasort.texi: Likewise.
9093         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
9094
9095 2008-09-16  Jim Meyering  <meyering@redhat.com>
9096
9097         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
9098         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
9099         a umask modification leak out of a subshell.  Otherwise, the
9100         opensolaris /bin/sh would be accepted and thus cause unwarranted
9101         failures in the coreutils test suite.
9102
9103 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
9104
9105         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
9106         to succeed.
9107
9108 2008-09-16  Jim Meyering  <meyering@redhat.com>
9109
9110         avoid spurious test failure when library is built without ACL support
9111         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
9112         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
9113         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
9114         * tests/test-copy-acl.sh: Likewise.
9115
9116 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9117
9118         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
9119         based on character occurrence counts.
9120
9121 2008-09-15  Eric Blake  <ebb9@byu.net>
9122
9123         tests: avoid some compiler warnings
9124         * tests/test-memchr.c (main): Pass NULL indirectly.
9125         * tests/test-closein.c (main): Avoid unused variable.
9126
9127 2008-09-15  Bruno Haible  <bruno@clisp.org>
9128
9129         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
9130         are missing on OpenBSD 4.0 individually.
9131         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9132
9133 2008-09-15  Bruno Haible  <bruno@clisp.org>
9134
9135         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
9136         * doc/posix-functions/strerror.texi: Mention also Cygwin.
9137         * doc/posix-functions/perror.texi: Likewise.
9138         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
9139         is missing.
9140         Reported by Eric Blake.
9141
9142         * lib/errno.in.h: Use replacement values >= 2000.
9143         Reported by Eric Blake.
9144
9145 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9146
9147         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
9148         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
9149         limit.
9150         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
9151         compareseq was aborted.
9152
9153 2008-09-14  Bruno Haible  <bruno@clisp.org>
9154
9155         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
9156         yvec_edit_count.
9157         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
9158         (fstrcmp_bounded): Simplify result computation accordingly.
9159
9160 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9161
9162         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
9163         (fstrcmp): Define in terms of fstrcmp_bounded.
9164         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
9165         lower_bound argument.
9166         Return quickly if the result is certainly < lower_bound.
9167         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
9168
9169 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9170
9171         * lib/diffseq.h (EARLY_ABORT): New macro.
9172         (compareseq): Change return type to bool. Return true when EARLY_ABORT
9173         evaluates to true.
9174
9175 2008-09-14  Bruno Haible  <bruno@clisp.org>
9176
9177         * modules/perror-tests: New file.
9178         * tests/test-perror.sh: New file.
9179         * tests/test-perror.c: New file.
9180
9181         New module 'perror'.
9182         * lib/stdio.in.h (perror): New declaration.
9183         * lib/perror.c: New file.
9184         * m4/perror.m4: New file.
9185         * modules/perror: New file.
9186         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
9187         * doc/posix-functions/perror.texi: Mention the perror module.
9188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
9189         REPLACE_PERROR.
9190         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
9191         REPLACE_PERROR.
9192
9193 2008-09-14  Bruno Haible  <bruno@clisp.org>
9194
9195         * modules/stdio (Makefile.am): Reorder to match the order in
9196         lib/stdio.in.h.
9197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9198
9199 2008-09-13  Bruno Haible  <bruno@clisp.org>
9200
9201         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
9202
9203 2008-09-13  Bruno Haible  <bruno@clisp.org>
9204
9205         Extend strerror to cover the added errno values.
9206         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
9207         (rpl_strerror): Provide error messages for the added errno values and
9208         for the WSA* values.
9209         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
9210         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
9211         strerror.
9212         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
9213         * modules/strerror (Depends-on): Add errno.
9214         * doc/posix-functions/strerror.texi: Document the change.
9215         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
9216         and EOVERFLOW.
9217
9218 2008-09-13  Bruno Haible  <bruno@clisp.org>
9219
9220         * modules/EOVERFLOW: Remove file.
9221         * m4/eoverflow.m4: Remove file.
9222         * modules/EOVERFLOW-tests: Remove file.
9223         * tests/test-EOVERFLOW.c: Remove file.
9224         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
9225         * modules/ftell (Depends-on): Likewise.
9226         * modules/getdelim (Depends-on): Likewise.
9227         * modules/getugroups (Depends-on): Likewise.
9228         * modules/poll (Depends-on): Likewise.
9229         * modules/snprintf (Depends-on): Likewise.
9230         * modules/sprintf-posix (Depends-on): Likewise.
9231         * modules/vasnprintf (Depends-on): Likewise.
9232         * modules/vasprintf (Depends-on): Likewise.
9233         * modules/vfprintf-posix (Depends-on): Likewise.
9234         * modules/vsnprintf (Depends-on): Likewise.
9235         * modules/vsprintf-posix (Depends-on): Likewise.
9236         * modules/xvasprintf (Depends-on): Likewise.
9237         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9238         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
9239         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
9240         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
9241         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9242         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
9243         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
9244         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
9245         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9246         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
9247         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
9248         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
9249         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9250         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
9251         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
9252         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
9253         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9254         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
9255         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
9256         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
9257         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9258         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
9259         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
9260         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
9261         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
9262         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9263         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
9264         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
9265         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
9266         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
9267         * MODULES.html.sh: Remove EOVERFLOW.
9268         * NEWS: Mention the change.
9269
9270 2008-09-13  Bruno Haible  <bruno@clisp.org>
9271
9272         * modules/errno-tests: New file.
9273         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
9274
9275         * lib/errno.in.h: New file.
9276         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
9277         * modules/errno: New file.
9278         * doc/posix-headers/errno.texi: Update documentation.
9279         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
9280
9281 2008-09-13  Bruno Haible  <bruno@clisp.org>
9282
9283         * tests/test-poll.c: Use #if for native Windows, rather than testing
9284         __MSVCRT__.
9285
9286 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9287             Bruno Haible  <bruno@clisp.org>
9288
9289         * lib/glob.c: Don't include <pwd.h> on native Windows.
9290         (WINDOWS32): New macro.
9291         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
9292
9293 2008-09-13  Bruno Haible  <bruno@clisp.org>
9294
9295         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
9296         (ETIMEDOUT): Remove macro.
9297         (glthread_cond_timedwait_multithreaded): New declaration.
9298         (glthread_cond_timedwait): Use it.
9299         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
9300         (glthread_cond_timedwait_multithreaded): New function.
9301
9302 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9303
9304         * modules/poll-tests: Do not check for io.h.
9305         * tests/test-poll.c: Check for __MSVCRT__ instead.
9306
9307 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9308
9309         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
9310         * modules/poll-tests: Add inet_pton, stdbool, sockets.
9311         * tests/test-poll.c: Use them.  Use _pipe on Windows.
9312
9313 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9314
9315         * modules/poll-tests: New.
9316         * tests/test-poll.c: New.
9317
9318 2008-09-12  Eric Blake  <ebb9@byu.net>
9319
9320         frexp: test for NetBSD failure on -0.0
9321         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
9322         not all, bugs from NetBSD 3.0 have been fixed.
9323         * doc/posix-functions/frexp.texi (frexp): Document bug.
9324         Reported by Thomas Klausner.
9325
9326         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
9327         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
9328         literal -0.0.
9329         Reported by Jonathan C. Patschke <jp@centtech.com>.
9330
9331 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9332
9333         * lib/glthread/cond.h: Use dummy implementation also if
9334         USE_WIN32_THREADS.
9335
9336 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9337
9338         * modules/fnmatch-posix (License): Change to LGPLv2+.
9339         * modules/fnmatch-gnu (License): Likewise.
9340
9341 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9342
9343         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
9344
9345 2008-09-11  Jim Meyering  <meyering@redhat.com>
9346
9347         * users.txt: Add gtk-vnc.
9348
9349 2008-09-08  Simon Josefsson  <simon@josefsson.org>
9350
9351         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
9352         rotate amounts.
9353
9354         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
9355         required for 16-bit and 8-bit rotates.
9356         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
9357         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
9358         UINT8_MAX instead of hard-coded constants.
9359         Suggested by Paul Eggert.
9360
9361 2008-09-07  Bruno Haible  <bruno@clisp.org>
9362
9363         * tests/test-striconveh.c (main): Check behaviour when converting from
9364         UTF-7.
9365
9366         Make striconveh work better with stateful encodings.
9367         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
9368         that iconv does not increment the inptr when returning -1/EINVAL.
9369
9370 2008-09-07  Bruno Haible  <bruno@clisp.org>
9371
9372         * build-aux/config.rpath: Update according to libtool-2.2.6.
9373         * build-aux/config.libpath: Likewise.
9374
9375 2008-09-06  Bruno Haible  <bruno@clisp.org>
9376
9377         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
9378         * lib/freadptr.c (freadptr): Likewise.
9379         * lib/freadseek.c (freadptrinc): Likewise.
9380         Reported by Simon Josefsson.
9381
9382 2008-09-06  Bruno Haible  <bruno@clisp.org>
9383
9384         * modules/freadptr (License): Change to LGPLv2+.
9385         * modules/freadseek (License): Likewise.
9386         Suggested by Eric Blake.
9387
9388         * modules/memchr2 (License): Change to LGPLv2+.
9389         Approved by Eric Blake.
9390
9391 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9392             Bruno Haible  <bruno@clisp.org>
9393
9394         Make gnulib-tool work with native 'sed' on AIX.
9395         * gnulib-tool (sed_noop): New variable.
9396         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
9397         func_add_or_update, func_create_testdir): Use it to initialize sed
9398         script variables.
9399         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9400
9401 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
9402             Bruno Haible  <bruno@clisp.org>
9403
9404         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
9405         also works after #include directives.
9406
9407 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
9408
9409         getdate.y: reject an out-of-range timezone value
9410         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
9411         the range [-24...+24].  When specified with only one or two digits,
9412         * tests/test-getdate.c: Tests for the fix.
9413         * doc/getdate.texi: Document this change.
9414
9415 2008-09-03  Bruno Haible  <bruno@clisp.org>
9416
9417         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
9418
9419 2008-09-02  Simon Josefsson  <simon@josefsson.org>
9420
9421         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
9422         <bruce.korb@gmail.com> with ideas from Ben Pfaff
9423         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
9424         Blake <ebb9@byu.net>.
9425
9426         * tests/test-bitrotate.c: Add more test vectors.
9427
9428 2008-09-02  Eric Blake  <ebb9@byu.net>
9429
9430         vasnprintf-posix: handle large precision via %.*d
9431         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
9432         when handling it ourselves.
9433         * tests/test-vasnprintf-posix.c (test_function): Add test.
9434         * tests/test-snprintf-posix.h (test_function): Likewise.
9435         * tests/test-sprintf-posix.h (test_function): Likewise.
9436         * tests/test-vasprintf-posix.c (test_function): Likewise.
9437         Reported by Alain Guibert.
9438
9439 2008-09-01  Eric Blake  <ebb9@byu.net>
9440
9441         c-stack: make configure-time check more robust
9442         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
9443         successful sigaction call.
9444         Reported by Tom G. Christensen.
9445
9446 2008-09-01  Bruno Haible  <bruno@clisp.org>
9447
9448         New module 'findprog-lgpl'.
9449         * modules/findprog-lgpl: New file.
9450         * lib/findprog-lgpl.c: New file.
9451         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
9452         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
9453         to decide whether to use strdup or xstrdup, concatenated_filename or
9454         xconcatenated_filename.
9455
9456 2008-09-01  Bruno Haible  <bruno@clisp.org>
9457
9458         Split module 'concat-filename' into 'concat-filename' (LGPL) and
9459         'xconcat-filename' (GPL).
9460         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
9461         (License): Change to LGPLv2+.
9462         * modules/xconcat-filename: New file.
9463         * lib/concat-filename.h (concatenated_filename): Change specification.
9464         (xconcatenated_filename): New declaration.
9465         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
9466         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
9467         memory situations.
9468         * lib/xconcat-filename.c: New file.
9469         * NEWS: Mention the change.
9470         * lib/findprog.c: Include concat-filename.h, not filename.h.
9471         (find_in_path): Use xconcatenated_filename instead of
9472         concatenated_filename.
9473         * lib/javacomp.c: Include concat-filename.h, not filename.h.
9474         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
9475         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
9476         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
9477         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
9478         instead of concatenated_filename.
9479         * lib/javaexec.c: Include concat-filename.h, not filename.h.
9480         (execute_java_class): Use xconcatenated_filename instead of
9481         concatenated_filename.
9482         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
9483         * modules/javacomp (Depends-on): Likewise.
9484         * modules/javaexec (Depends-on): Likewise.
9485
9486 2008-09-01  Bruno Haible  <bruno@clisp.org>
9487
9488         Split module 'filename' into 'filename' and 'concat-filename'.
9489         * modules/filename: Keep only lib/filename.h.
9490         (License): Change to LGPLv2+.
9491         * modules/concat-filename: New file, extracted from modules/filename.
9492         * lib/filename.h (concatenated_filename): Remove declaration.
9493         * lib/concat-filename.h: New file, extracted from lib/filename.h.
9494         * lib/concat-filename.c: Include concat-filename.h.
9495         * NEWS: Mention the change.
9496
9497 2008-09-01  Simon Josefsson  <simon@josefsson.org>
9498
9499         * lib/bitrotate.h (rotl8, rotr8): Add.
9500
9501         * modules/bitrotate (configure.ac): Need
9502         AC_REQUIRE([AC_C_INLINE]).
9503         (Description): Mention stdint.h.  Reported by Bruno Haible
9504         <bruno@clisp.org>.
9505
9506         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
9507         Paolo Bonzini <bonzini@gnu.org>.
9508
9509 2008-08-31  Bruno Haible  <bruno@clisp.org>
9510
9511         Assume Solaris specific bi-arch conventions on Solaris systems.
9512         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
9513         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
9514         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
9515         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
9516         like acl_libdirstem.
9517         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
9518         acl_libdirstem.
9519         * NEWS: Mention the change.
9520         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
9521
9522 2008-08-31  Jim Meyering  <meyering@redhat.com>
9523
9524         * lib/strftime.h: Add comments describing the two added arguments.
9525
9526         remove duplicate #include directives
9527         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
9528         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
9529
9530 2008-08-31  Bruno Haible  <bruno@clisp.org>
9531
9532         New module 'sigpipe-die'.
9533         * modules/sigpipe-die: New file.
9534         * lib/sigpipe-die.h: New file.
9535         * lib/sigpipe-die.c: New file.
9536         * MODULES.html.sh (Signal handling): Add sigpipe-die.
9537
9538 2008-08-31  Bruno Haible  <bruno@clisp.org>
9539
9540         Don't override previously installed signal handlers.
9541         * lib/fatal-signal.c (saved_sigactions): New variable.
9542         (uninstall_handlers): Reset the signal to the saved handler, not
9543         to SIG_DFL (except when ignored).
9544         (install_handlers): Save the previous handlers.
9545
9546 2008-08-30  Bruno Haible  <bruno@clisp.org>
9547
9548         * gnulib-tool (func_reset_sigpipe): New function.
9549         (func_get_automake_snippet, func_modules_transitive_closure,
9550         func_import): Invoke it before a join command that reads from stdin,
9551         to avoid "echo: write error: Broken pipe" error messages on stderr.
9552         Reported by Sam Steingold <sds@gnu.org>.
9553
9554 2008-08-30  Bruno Haible  <bruno@clisp.org>
9555
9556         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
9557         Code copied from m4/open.m4.
9558         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
9559         access and the filename ends in a slash. Code copied from lib/open.c.
9560         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
9561         * tests/test-fopen.c (main): Check against bug with trailing slash.
9562
9563 2008-08-29  Bruno Haible  <bruno@clisp.org>
9564
9565         Avoid some "gcc -pedantic" warnings.
9566         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
9567         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
9568         * lib/dirent.in.h: Likewise.
9569         * lib/fcntl.in.h: Likewise.
9570         * lib/float.in.h: Likewise.
9571         * lib/iconv.in.h: Likewise.
9572         * lib/inttypes.in.h: Likewise.
9573         * lib/locale.in.h: Likewise.
9574         * lib/math.in.h: Likewise.
9575         * lib/netinet_in.in.h: Likewise.
9576         * lib/search.in.h: Likewise.
9577         * lib/signal.in.h: Likewise.
9578         * lib/stdarg.in.h: Likewise.
9579         * lib/stdint.in.h: Likewise.
9580         * lib/stdio.in.h: Likewise.
9581         * lib/stdlib.in.h: Likewise.
9582         * lib/string.in.h: Likewise.
9583         * lib/strings.in.h: Likewise.
9584         * lib/sys_select.in.h: Likewise.
9585         * lib/sys_socket.in.h: Likewise.
9586         * lib/sys_stat.in.h: Likewise.
9587         * lib/sys_time.in.h: Likewise.
9588         * lib/sysexits.in.h: Likewise.
9589         * lib/time.in.h: Likewise.
9590         * lib/unistd.in.h: Likewise.
9591         * lib/wchar.in.h: Likewise.
9592         * lib/wctype.in.h: Likewise.
9593         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
9594         * modules/fchdir (Makefile.am): Likewise.
9595         * modules/fcntl (Makefile.am): Likewise.
9596         * modules/float (Makefile.am): Likewise.
9597         * modules/iconv_open (Makefile.am): Likewise.
9598         * modules/inttypes (Makefile.am): Likewise.
9599         * modules/locale (Makefile.am): Likewise.
9600         * modules/math (Makefile.am): Likewise.
9601         * modules/netinet_in (Makefile.am): Likewise.
9602         * modules/search (Makefile.am): Likewise.
9603         * modules/signal (Makefile.am): Likewise.
9604         * modules/stdarg (Makefile.am): Likewise.
9605         * modules/stdint (Makefile.am): Likewise.
9606         * modules/stdio (Makefile.am): Likewise.
9607         * modules/stdlib (Makefile.am): Likewise.
9608         * modules/string (Makefile.am): Likewise.
9609         * modules/strings (Makefile.am): Likewise.
9610         * modules/sys_select (Makefile.am): Likewise.
9611         * modules/sys_socket (Makefile.am): Likewise.
9612         * modules/sys_stat (Makefile.am): Likewise.
9613         * modules/sys_time (Makefile.am): Likewise.
9614         * modules/sysexits (Makefile.am): Likewise.
9615         * modules/time (Makefile.am): Likewise.
9616         * modules/unistd (Makefile.am): Likewise.
9617         * modules/wchar (Makefile.am): Likewise.
9618         * modules/wctype (Makefile.am): Likewise.
9619         Reported by Reuben Thomas <rrt@sc3d.org>.
9620
9621 2008-08-29  Bruno Haible  <bruno@clisp.org>
9622
9623         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
9624         any more.
9625
9626 2008-08-29  Simon Josefsson  <simon@josefsson.org>
9627
9628         * MODULES.html.sh (Misc): Add bitrotate.
9629
9630         * modules/bitrotate: New file.
9631
9632         * lib/bitrotate.h: New file.
9633
9634         * modules/bitrotate-tests: New file.
9635
9636         * tests/test-bitrotate.c: New file.
9637
9638         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
9639         on the bitrotate module.
9640
9641         * lib/arctwo.c: Use new bitrotate module.
9642
9643 2008-08-29  Jim Meyering  <meyering@redhat.com>
9644
9645         bootstrap: merge changes from coreutils
9646         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
9647         of copied files.  Remove a kludge, now that this is fixed.
9648         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
9649         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
9650         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
9651
9652 2008-08-29  Bruno Haible  <bruno@clisp.org>
9653
9654         * MODULES.html.sh: Remove --cvs-urls option.
9655
9656 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
9657
9658         maint.mk: adjust to file name change
9659         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
9660
9661 2008-08-28  Jim Meyering  <meyering@redhat.com>
9662
9663         * modules/getndelim2 (License): Relicense to LGPLv2+.
9664         Approved by Richard Stallman for the version of 1995, and by
9665         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
9666
9667 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
9668
9669         * lib/getdelim.c (flockfile, funlockfile): Make all of them
9670         dummy if one is not available.  Do not touch them if
9671         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
9672         (getc_maybe_unlocked): New.
9673         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
9674
9675 2008-08-26  Eric Blake  <ebb9@byu.net>
9676
9677         doc/INSTALL: resync from autoconf
9678         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
9679         (INSTALL_PRELUDE): Delete; this is done more efficiently by
9680         moving...
9681         * install.texi [!autoconf]: ...here.  Resync from autoconf.
9682         * INSTALL: Regenerate.
9683         * INSTALL.ISO: New file.
9684         * INSTALL.UTF-8: Likewise.
9685
9686 2008-08-26  Jim Meyering  <meyering@redhat.com>
9687
9688         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
9689         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
9690         these definitions conditional, so that they may be overridden, too.
9691
9692 2008-08-26  Bruno Haible  <bruno@clisp.org>
9693
9694         Generate INSTALL file variants with prettier quotes.
9695         * doc/Makefile (INSTALL_PRELUDE): New macro.
9696         (INSTALL): Use it.
9697         (INSTALL.ISO, INSTALL.UTF-8): New rules.
9698
9699 2008-08-26  Bruno Haible  <bruno@clisp.org>
9700
9701         Run makeinfo in an English locale.
9702         * doc/Makefile (MAKEINFO): New variable.
9703
9704 2008-08-26  Bruno Haible  <bruno@clisp.org>
9705
9706         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
9707         Suggested by Eric Blake.
9708
9709 2008-08-25  Bruno Haible  <bruno@clisp.org>
9710
9711         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
9712
9713 2008-08-25  Eric Blake  <ebb9@byu.net>
9714
9715         c-stack: test that stack overflow can be caught
9716         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
9717         that platform allows handling stack overflow; at least OS/2 EMX
9718         has sigaltstack, but crashes before transferring control to
9719         handler on stack overflow.
9720         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
9721         check for HAVE_STACK_OVERFLOW_HANDLING.
9722         Reported by Elbert Pol.
9723
9724 2008-08-25  Bruno Haible  <bruno@clisp.org>
9725
9726         * doc/posix-functions/strftime.texi: Fix description of strftime
9727         module.
9728
9729 2008-08-24  Bruno Haible  <bruno@clisp.org>
9730
9731         * tests/uniwidth/test-uc_width2.c: New file.
9732         * tests/uniwidth/test-uc_width2.sh: New file.
9733         * modules/uniwidth/width-tests (Files): Add the new files.
9734         (TESTS): Add uniwidth/test-uc_width2.sh.
9735         (TESTS_ENVIRONMENT): New variable.
9736         (check_PROGRAMS): Add test-uc_width2.
9737         (test_uc_width2_SOURCES): New variable.
9738
9739         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
9740         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
9741         not 0x00AB.
9742         Reported by Alexander V. Lukyanov <lav@netis.ru>.
9743
9744 2008-08-22  Eric Blake  <ebb9@byu.net>
9745
9746         test-lock, test-tls: mention why a test is skipped
9747         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
9748         skipped.
9749         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
9750
9751         count-one-bits: relax license
9752         * modules/count-one-bits (License): Relicense to LGPLv2+.
9753         Suggested by Ludovic Courtès, approved by Ben Pfaff.
9754
9755 2008-08-22  Andreas Schwab  <schwab@suse.de>
9756
9757         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
9758         Remove spurious space in assignment.
9759
9760 2008-08-21  Simon Josefsson  <simon@josefsson.org>
9761
9762         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
9763         Paul Eggert <eggert@CS.UCLA.EDU>.
9764
9765 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
9766
9767         * modules/gettext: Add m4/threadlib.m4.
9768
9769 2008-08-19  Eric Blake  <ebb9@byu.net>
9770
9771         test-c-stack: fix compilation failure on FreeBSD 5.0
9772         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
9773         headers before <sys/resource.h>.
9774         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
9775         the bug.
9776         Reported by Nelson H. F. Beebe.
9777
9778         strverscmp: migrate from "strverscmp.h" to <string.h>
9779         * modules/string (Makefile.am): Add new hooks.
9780         * modules/strverscmp (Files): Remove strverscmp.h.
9781         (Depends-on): Add string.
9782         (configure.ac): Add indicator.
9783         (Include): Mention new header.
9784         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
9785         defaults.
9786         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
9787         results.
9788         * lib/strverscmp.h: Delete.
9789         * lib/string.in.h (strverscmp): Provide declaration, when needed.
9790         * tests/test-strverscmp.c (includes): Adjust client.
9791         * lib/check-version.c (includes): Likewise.
9792         * NEWS: Document the change.
9793
9794         strverscmp: add unit test
9795         * modules/strverscmp-tests: New file.
9796         * tests/test-strverscmp.c: Likewise.
9797
9798 2008-08-19  Simon Josefsson  <simon@josefsson.org>
9799
9800         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
9801         regarding Windows crypto stuff, from Mono.
9802
9803 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
9804
9805         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
9806         if present, for intel RND.  Return error on failures.
9807
9808 2008-08-18  Ben Pfaff  <blp@gnu.org>
9809
9810         gitlog-to-changelog: give better diagnostic for failed pipe-open
9811         * build-aux/gitlog-to-changelog: Improve error message: suggest
9812         that the version of Git may be too old.
9813
9814 2008-08-18  Simon Josefsson  <simon@josefsson.org>
9815
9816         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
9817         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
9818
9819 2008-08-18  Bruno Haible  <bruno@clisp.org>
9820
9821         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
9822         pthread_in_use().
9823
9824 2008-08-18  Bruno Haible  <bruno@clisp.org>
9825
9826         * lib/glthread/threadlib.c: Include <pthread.h>.
9827
9828 2008-08-18  Bruno Haible  <bruno@clisp.org>
9829
9830         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
9831         glthread_recursive_lock_* macros.
9832         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
9833         Fix syntax error.
9834
9835 2008-08-18  Bruno Haible  <bruno@clisp.org>
9836
9837         * lib/glthread/thread.c: Avoid forcing a context switch right after
9838         thread creation.
9839
9840 2008-08-17  Bruno Haible  <bruno@clisp.org>
9841
9842         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
9843         * lib/glthread/thread.h: Provide Win32 specific implementation.
9844         * modules/thread (Files): Add lib/glthread/thread.c.
9845         (Depends-on): Add lock.
9846         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
9847
9848 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9849
9850         New module 'yield'.
9851         * modules/yield: New file.
9852         * lib/glthread/yield.h: New file.
9853         * m4/yield.m4: New file.
9854         * MODULES.html.sh (Multithreading): Add yield.
9855
9856 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9857
9858         New module 'thread'.
9859         * modules/thread: New file.
9860         * lib/glthread/thread.h: New file.
9861         * m4/thread.m4: New file.
9862         * MODULES.html.sh (Multithreading): Add thread.
9863
9864 2008-08-17  Bruno Haible  <bruno@clisp.org>
9865
9866         * lib/glthread/lock.h: Include <stdlib.h> always.
9867         * lib/glthread/tls.h: Likewise.
9868         * lib/glthread/cond.h: Likewise.
9869
9870 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9871
9872         New module 'cond'.
9873         * modules/cond: New file.
9874         * lib/glthread/cond.h: New file.
9875         * lib/glthread/cond.c: New file.
9876         * m4/cond.m4: New file.
9877         * MODULES.html.sh (Multithreading): Add cond.
9878
9879 2008-08-16  Eric Blake  <ebb9@byu.net>
9880
9881         c-stack: fix regression on Irix 5.3 from 2008-06-21
9882         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
9883         sa_sigaction...
9884         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
9885         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
9886         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
9887         * modules/signal (Makefile.am): Use the value.
9888         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
9889         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
9890         * doc/posix-headers/signal.texi (signal.h): Document this
9891         portability issue.
9892         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
9893         Reported by Tom G. Christensen.
9894
9895 2008-08-17  Bruno Haible  <bruno@clisp.org>
9896
9897         New module 'threadlib'.
9898         * modules/threadlib: New file.
9899         * lib/glthread/threadlib.c: New file, extracted from
9900         lib/glthread/lock.c.
9901         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
9902         functions.
9903         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
9904         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
9905         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
9906         macros.
9907         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
9908         (gl_DISABLE_THREADS): Remove macro.
9909         * modules/lock (Files): Remove build-aux/config.rpath.
9910         (Depends-on): Remove havelib. Add threadlib.
9911         (configure.ac-early): Remove section.
9912         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
9913         * modules/tls (Depends-on): Remove lock. Add threadlib.
9914         (Link): New section, copied from threadlib.
9915         * MODULES.html.sh (Multithreading): Add threadlib.
9916
9917 2008-08-14  Bruno Haible  <bruno@clisp.org>
9918
9919         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
9920         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
9921         glthread_rwlock_unlock, glthread_rwlock_destroy,
9922         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
9923         glthread_recursive_lock_destroy): Define as macros always.
9924         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
9925         glthread_lock_lock.
9926         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
9927         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
9928         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
9929         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
9930         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
9931         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
9932         (glthread_recursive_lock_lock_func): Renamed from
9933         glthread_recursive_lock_lock.
9934         (glthread_recursive_lock_unlock_func): Renamed from
9935         glthread_recursive_lock_unlock.
9936         (glthread_recursive_lock_destroy_func): Renamed from
9937         glthread_recursive_lock_destroy.
9938
9939 2008-08-14  Bruno Haible  <bruno@clisp.org>
9940
9941         * lib/glthread/lock.h: Renamed from lib/lock.h.
9942         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
9943         * lib/glthread/tls.h: Renamed from lib/tls.h.
9944         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
9945         * lib/fstrcmp.c: Update includes.
9946         * lib/strsignal.c: Update includes.
9947         * modules/lock (Files, Makefile.am): Update.
9948         (Include): Change to "glthread/lock.h".
9949         * modules/tls (Files, Makefile.am): Update.
9950         (Include): Change to "glthread/tls.h".
9951         * tests/test-lock.c: Update includes.
9952         * tests/test-tls.c: Update includes.
9953         * NEWS: Mention the renamed header files.
9954
9955 2008-08-11  Jim Meyering  <meyering@redhat.com>
9956
9957         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
9958
9959 2008-08-11  Eric Blake  <ebb9@byu.net>
9960
9961         test-c-stack: avoid C99-ism
9962         * tests/test-c-stack.c (main): Fix whitespace, move declaration
9963         before statement.
9964         Reported by Alain Guibert.
9965
9966 2008-08-10  Jim Meyering  <meyering@redhat.com>
9967
9968         ensure that return value of uinttostr et al are not ignored
9969         * lib/inttostr.h (__GNUC_PREREQ): Define.
9970         (__attribute_warn_unused_result__): Define.
9971         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
9972
9973 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
9974
9975         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
9976         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
9977
9978 2008-08-07  Jim Meyering  <meyering@redhat.com>
9979
9980         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
9981
9982         * modules/mkstemp (License): Relicense under LGPLv2+.
9983         * modules/tempname (License): Likewise.
9984
9985 2008-08-06  Bruno Haible  <bruno@clisp.org>
9986
9987         * lib/poll.c (poll): Further micro-optimization.
9988
9989 2008-08-06  Jim Meyering  <meyering@redhat.com>
9990
9991         inet_pton.c: use locale-independent tolower
9992         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
9993         (inet_pton6): Use c_tolower rather than tolower.
9994         * modules/inet_pton (Depends-on): Add c-ctype.
9995
9996 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
9997
9998         * lib/poll.c (poll): Avoid division when timeout is 0, cache
9999         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
10000
10001 2008-08-06  Jim Meyering  <meyering@redhat.com>
10002
10003         * modules/inet_pton (License): Relicense under LGPLv2+.
10004
10005 2008-08-03  Bruno Haible  <bruno@clisp.org>
10006
10007         Additional non-aborting API for lock and tls.
10008         * lib/lock.h: Include <errno.h>.
10009         (glthread_lock_init): New macro/function.
10010         (gl_lock_init): Define as wrapper around glthread_lock_init.
10011         (glthread_lock_lock): New macro/function.
10012         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
10013         (glthread_lock_unlock): New macro/function.
10014         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
10015         (glthread_lock_destroy): New macro/function.
10016         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
10017         (glthread_rwlock_init): New macro/function.
10018         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
10019         (glthread_rwlock_rdlock): New macro/function.
10020         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
10021         (glthread_rwlock_wrlock): New macro/function.
10022         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
10023         (glthread_rwlock_unlock): New macro/function.
10024         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
10025         (glthread_rwlock_destroy): New macro/function.
10026         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
10027         (glthread_recursive_lock_init): New macro/function.
10028         (gl_recursive_lock_init): Define as wrapper around
10029         glthread_recursive_lock_init.
10030         (glthread_recursive_lock_lock): New macro/function.
10031         (gl_recursive_lock_lock): Define as wrapper around
10032         glthread_recursive_lock_lock.
10033         (glthread_recursive_lock_unlock): New macro/function.
10034         (gl_recursive_lock_unlock): Define as wrapper around
10035         glthread_recursive_lock_unlock.
10036         (glthread_recursive_lock_destroy): New macro/function.
10037         (gl_recursive_lock_destroy): Define as wrapper around
10038         glthread_recursive_lock_destroy.
10039         (glthread_once): New macro/function.
10040         (gl_once): Define as wrapper around glthread_once.
10041         Update function declarations.
10042         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
10043         glthread_rwlock_init. Return error code.
10044         (glthread_rwlock_rdlock_multithreaded): Renamed from
10045         glthread_rwlock_rdlock. Return error code.
10046         (glthread_rwlock_wrlock_multithreaded): Renamed from
10047         glthread_rwlock_wrlock. Return error code.
10048         (glthread_rwlock_unlock_multithreaded): Renamed from
10049         glthread_rwlock_unlock. Return error code.
10050         (glthread_rwlock_destroy_multithreaded): Renamed from
10051         glthread_rwlock_destroy. Return error code.
10052         (glthread_recursive_lock_init_multithreaded): Renamed from
10053         glthread_recursive_lock_init. Return error code.
10054         (glthread_recursive_lock_lock_multithreaded): Renamed from
10055         glthread_recursive_lock_lock. Return error code.
10056         (glthread_recursive_lock_unlock_multithreaded): Renamed from
10057         glthread_recursive_lock_unlock. Return error code.
10058         (glthread_recursive_lock_destroy_multithreaded): Renamed from
10059         glthread_recursive_lock_destroy. Return error code.
10060         (glthread_once_call): Make static.
10061         (glthread_once_multithreaded): Renamed from glthread_once.
10062         * lib/tls.h: Include <errno.h>.
10063         (glthread_tls_key_init): New macro/function.
10064         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
10065         (glthread_tls_set): New macro/function.
10066         (gl_tls_set): Define as wrapper around glthread_tls_set.
10067         (glthread_tls_key_destroy): New macro/function.
10068         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
10069         Update function declarations.
10070         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
10071         glthread_tls_get.
10072         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10073
10074 2008-08-04  Eric Blake  <ebb9@byu.net>
10075
10076         gnumakefile: use space, not TAB, outside of targets
10077         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
10078
10079 2008-08-02  Jim Meyering  <meyering@redhat.com>
10080
10081         getdate.y: avoid locale-dependent date parsing failure
10082         In Turkish locales, getdate would fail to recognize keywords
10083         containing a lowercase "i".  The solution is not to rely on
10084         locale-sensitive case-conversion.
10085         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
10086         (lookup_word): Use c_toupper in place of toupper.
10087         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
10088         Reported by Vefa Bicakci <bicave@superonline.com> in
10089         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
10090         * modules/getdate (Depends-on): Add c-ctype.
10091
10092 2008-08-02  Bruno Haible  <bruno@clisp.org>
10093
10094         * gnulib-tool (func_import): When updating or creating a .gitignore
10095         file, prepend each added line with a slash, and ignore leading slashes
10096         from the existing lines.
10097         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10098
10099 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10100
10101         Portability fix for GNU make 3.79.1.
10102         * top/GNUmakefile: Avoid 'else COND', which older GNU make
10103         versions do not understand.
10104
10105 2008-08-01  Bruno Haible  <bruno@clisp.org>
10106
10107         Work around bug of HP-UX 10.20 cc with -0.0 literal.
10108         * tests/test-isnanf.h (zero): New variable.
10109         (main): Avoid literal -0.0f.
10110         * tests/test-isnand.h (zero): New variable.
10111         (main): Avoid literal -0.0.
10112         * tests/test-isnanl.h (zero): New variable.
10113         (main): Avoid literal -0.0L.
10114         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
10115         (test_float, test_double, test_long_double): Avoid literals -0.0f,
10116         -0.0, -0.0L.
10117         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
10118         (test_signbitd): Avoid literal -0.0.
10119         (test_signbitl): Avoid literal -0.0L.
10120         * tests/test-ceilf1.c (zero): New variable.
10121         (main): Avoid literal -0.0f.
10122         * tests/test-ceill.c (zero): New variable.
10123         (main): Avoid literal -0.0L.
10124         * tests/test-floorf1.c (zero): New variable.
10125         (main): Avoid literal -0.0f.
10126         * tests/test-floorl.c (zero): New variable.
10127         (main): Avoid literal -0.0L.
10128         * tests/test-roundf1.c (zero): New variable.
10129         (main): Avoid literal -0.0f.
10130         * tests/test-round1.c (zero): New variable.
10131         (main): Avoid literal -0.0.
10132         * tests/test-roundl.c (zero): New variable.
10133         (main): Avoid literal -0.0L.
10134         * tests/test-truncf1.c (zero): New variable.
10135         (main): Avoid literal -0.0f.
10136         * tests/test-trunc1.c (zero): New variable.
10137         (main): Avoid literal -0.0.
10138         * tests/test-truncl.c (zero): New variable.
10139         (main): Avoid literal -0.0L.
10140         * tests/test-frexp.c (zero): New variable.
10141         (main): Avoid literal -0.0.
10142         * tests/test-frexpl.c (zero): New variable.
10143         (main): Avoid literal -0.0L.
10144         * tests/test-ldexpl.c (zero): New variable.
10145         (main): Avoid literal -0.0L.
10146         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10147         (zerod, zerol): New variables.
10148         (test_function): Avoid literals -0.0, -0.0L.
10149         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10150         (zerod, zerol): New variables.
10151         (test_function): Avoid literals -0.0, -0.0L.
10152         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10153         (zerod, zerol): New variables.
10154         (test_function): Avoid literals -0.0, -0.0L.
10155         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10156         (zerod, zerol): New variables.
10157         (test_function): Avoid literals -0.0, -0.0L.
10158         * tests/test-strtod.c (zero): New variable.
10159         (main): Avoid literal -0.0.
10160         Reported by Jonathan C. Patschke <jp@centtech.com>.
10161
10162 2008-07-31  Jim Meyering  <meyering@redhat.com>
10163
10164         sha256.h: correct definition of SHA224_DIGEST_SIZE
10165         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
10166         Reported by Paulie Pena IV <paulie4@gmail.com>.
10167         Define as 224 / 8, rather than as a literal.
10168         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
10169         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
10170         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
10171
10172 2008-07-31  Bruno Haible  <bruno@clisp.org>
10173
10174         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
10175         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
10176         Reported by Jonathan Patschke <jp@centtech.com>.
10177
10178 2008-07-31  Bruno Haible  <bruno@clisp.org>
10179
10180         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
10181         Reported by Paolo Bonzini <bonzini@gnu.org>.
10182
10183 2008-07-30  Eric Blake  <ebb9@byu.net>
10184
10185         test-strtod: allow compilation without -lm
10186         * tests/test-strtod.c (main): Avoid link dependence on fabs.
10187         Reported by Dennis Clarke <blastwave@gmail.com>.
10188
10189 2008-07-28  Jim Meyering  <meyering@redhat.com>
10190
10191         bootstrap: work also when there are no .po files in po/
10192         * build-aux/bootstrap (update_po_files): Complete the change
10193         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
10194
10195 2008-07-27  Jim Meyering  <meyering@redhat.com>
10196
10197         * users.txt: Add zile.
10198
10199 2008-07-26  Ben Pfaff  <blp@gnu.org>
10200
10201         Add missing dependencies on new m4/exponent[fdl].m4 files.
10202         * modules/isnanf-nolibm: Add m4/exponentf.m4.
10203         * modules/isnand-nolibm: Add m4/exponentd.m4.
10204         * modules/isnanl-nolibm: Add m4/exponentl.m4.
10205         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
10206         m4/isnan[fdl].m4, because the macros actually used moved.
10207         Reported by Jim Meyering.
10208
10209 2008-07-14  Ben Pfaff  <blp@gnu.org>
10210
10211         Add isinf module.
10212         * lib/isinf.c: New file.
10213         * lib/math.in.h: Define isinf macro if we have decided to replace
10214         it.
10215         * m4/isinf.m4: New file.
10216         * m4/math_h.m4: Initialize and substitute variables for isinf
10217         module.
10218         * modules/isinf: New file.
10219         * modules/isinf-tests: New file.
10220         * modules/math: Add substitutions for new module.
10221         * tests/test-isinf.c: New file.
10222         * doc/posix-functions/isinf.texi: Mention new module.
10223         * MODULES.html.sh: Mention new module.
10224
10225 2008-07-14  Ben Pfaff  <blp@gnu.org>
10226
10227         Factor out some macros for use by additional modules.
10228         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
10229         exponentf.m4.
10230         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
10231         exponentd.m4.
10232         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
10233         file exponentl.m4.
10234         * m4/exponentf.m4: New file.
10235         * m4/exponentd.m4: New file.
10236         * m4/exponentl.m4: New file.
10237         * modules/isnanf: Use new file m4/exponentf.m4.
10238         * modules/isnand: Use new file m4/exponentd.m4.
10239         * modules/isnanl: Use new file m4/exponentl.m4.
10240
10241 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
10242
10243         mktime.c: normalize tp->tm_isdst value to -1/0/1.
10244         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
10245         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
10246         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
10247
10248         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
10249         readlink on platforms without PATH_MAX.
10250
10251 2008-07-21  Eric Blake  <ebb9@byu.net>
10252
10253         Warn, not fail, on stale version.
10254         * top/GNUmakefile (_curr-ver): Tone down previous patch.
10255
10256         Don't allow installation with stale devel version number.
10257         * top/GNUmakefile (_is-install-target): New macro.
10258         (_curr-ver): Forbid installation with stale version number.
10259
10260 2008-07-20  Bruno Haible  <bruno@clisp.org>
10261
10262         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
10263         TESTS_ENVIRONMENT.
10264         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
10265
10266 2008-07-20  Bruno Haible  <bruno@clisp.org>
10267
10268         * lib/c-stack.h (c_stack_action): Add documentation.
10269         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
10270
10271 2008-07-20  Bruno Haible  <bruno@clisp.org>
10272
10273         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
10274         * modules/readlink (License): Likewise.
10275
10276 2008-07-17  Eric Blake  <ebb9@byu.net>
10277
10278         * modules/c-stack (Link): Fix typo.
10279
10280         Make c-stack use libsigsegv, when available.
10281         * modules/c-stack (Depends-on): Add libsigsegv.
10282         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
10283         needed.
10284         * lib/c-stack.c (SIGSTKSZ): Define fallback.
10285         (segv_handler, overflow_handler, c_stack_action)
10286         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
10287         implementation when libsigsegv is available, but only when using
10288         the library is necessary.
10289         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
10290         comment, explaining why XSI check fails on Linux.
10291         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
10292         * tests/test-c-stack2.sh: Tweak skip message.
10293         * NEWS: Document new link-time requirements.
10294
10295 2008-07-16  Eric Blake  <ebb9@byu.net>
10296
10297         c-stack: Expose false positives when not using libsigsegv.
10298         * modules/c-stack-tests (Files): Expand test.
10299         * tests/test-c-stack.c (main): Add means to conditionally trigger
10300         non-overflow SIGSEGV.
10301         * tests/test-c-stack2.sh: New file.
10302
10303 2008-07-14  Bruno Haible  <bruno@clisp.org>
10304
10305         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
10306         Reported by Eric Blake.
10307
10308 2008-07-14  Sam Steingold  <sds@gnu.org>
10309             Bruno Haible  <bruno@clisp.org>
10310
10311         New module libsigsegv.
10312         * modules/libsigsegv: New file.
10313         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
10314         modifications.
10315         * MODULES.html.sh (Signal handling): New section.
10316
10317 2008-07-14  Bruno Haible  <bruno@clisp.org>
10318
10319         * modules/unictype/ctype-* (Description): Add the word "function".
10320         Improves the resulting doc in MODULES.html.
10321
10322 2008-07-12  Ben Pfaff  <blp@gnu.org>
10323
10324         Add longlong module.
10325         * modules/longlong: New file.
10326
10327 2008-07-12  Bruno Haible  <bruno@clisp.org>
10328
10329         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
10330         to empty.
10331
10332 2008-07-10  Ben Pfaff  <blp@gnu.org>
10333
10334         Add isnan module.
10335         * doc/posix-functions/isnan.texi: Mention new module.
10336         * lib/math.in.h: Define isnan macro if we have decided to replace
10337         it.
10338         * m4/isnan.m4: New file.
10339         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
10340         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
10341         also.
10342         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
10343         redundancy.
10344         * m4/math_h.m4: Initialize and substitute variables for isnan
10345         module.
10346         * modules/isnan: New file.
10347         * modules/isnan-tests: New file.
10348         * modules/math: Add substitutions for new module.
10349         * tests/test-isnan.c: New file.
10350         * MODULES.html.sh: Mention new module.
10351
10352 2008-07-10  Ben Pfaff  <blp@gnu.org>
10353
10354         Add isnanf module.
10355         * lib/isnanf.m4: New file.
10356         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
10357         (gl_HAVE_ISNANF_IN_LIBM): New macro.
10358         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
10359         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
10360         * modules/isnanf: New file.
10361         * modules/isnanf-tests: New file.
10362         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
10363         files.
10364         * tests/test-isnanf-nolibm.c: factored most of its contents into
10365         new file tests/test-isnanf.h.
10366         * tests/test-isnanf.h: New file.
10367         * tests/test-isnanf.c: New file.
10368         * MODULES.html.sh: Mention new module.
10369         * doc/glibc-functions/isnanf.texi: Mention new module.
10370
10371 2008-07-10  Ben Pfaff  <blp@gnu.org>
10372
10373         Add isnand module.
10374         * lib/isnand.h: New file.
10375         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
10376         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
10377         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
10378         functionality also.
10379         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
10380         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
10381         (gl_HAVE_ISNAND_IN_LIBM): New macro.
10382         * modules/isnand: New file.
10383         * modules/isnand-tests: New file.
10384         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
10385         files.
10386         * tests/test-isnand-nolibm.c: factored most of its contents into
10387         new file tests/test-isnand.h.
10388         * tests/test-isnand.h: New file.
10389         * tests/test-isnand.c: New file.
10390         * MODULES.html.sh: Mention new module.
10391
10392 2008-07-10  Ben Pfaff  <blp@gnu.org>
10393
10394         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
10395         * lib/isnand.h: Rename lib/isnand-nolibm.h.
10396         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
10397         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
10398         * modules/isnanf-nolibm: Update references to renamed files.
10399         * modules/isnand-nolibm: Likewise.
10400         * modules/isnanf-nolibm-tests: Likewise.
10401         * modules/isnand-nolibm-tests: Likewise.
10402         * lib/frexp.c: Likewise.
10403         * lib/isfinite.c: Likewise.
10404         * lib/signbitd.c: Likewise.
10405         * lib/signbitf.c: Likewise.
10406         * lib/vasnprintf.c: Likewise.
10407         * tests/test-ceilf1.c: Likewise.
10408         * tests/test-ceilf2.c: Likewise.
10409         * tests/test-floorf1.c: Likewise.
10410         * tests/test-floorf2.c: Likewise.
10411         * tests/test-frexp.c: Likewise.
10412         * tests/test-round1.c: Likewise.
10413         * tests/test-round2.c: Likewise.
10414         * tests/test-roundf1.c: Likewise.
10415         * tests/test-strtod.c: Likewise.
10416         * tests/test-trunc1.c: Likewise.
10417         * tests/test-trunc2.c: Likewise.
10418         * tests/test-truncf1.c: Likewise.
10419         * tests/test-truncf2.c: Likewise.
10420         * NEWS: Mention the renamed header files.
10421
10422 2008-07-11  Jim Meyering  <meyering@redhat.com>
10423
10424         vc-list-files: make the last-resort awk code more portable
10425         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
10426         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
10427         does not support it.
10428
10429 2008-07-10  Eric Blake  <ebb9@byu.net>
10430
10431         Work with tar's bootstrap.
10432         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
10433         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
10434         an m4 comment.
10435
10436 2008-07-09  Jim Meyering  <meyering@redhat.com>
10437
10438         posix-shell.m4: fix typo that made this test malfunction
10439         * m4/posix-shell.m4: Remove capitalization in variable name.
10440
10441 2008-07-08  Bruno Haible  <bruno@clisp.org>
10442
10443         * m4/onceonly.m4: Update comments.
10444         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10445
10446 2008-07-04  Jim Meyering  <meyering@redhat.com>
10447
10448         * users.txt: Add vc-dwim.
10449         (bison, coreutils): Use the gitweb URL.
10450
10451 2008-07-03  Jim Meyering  <meyering@redhat.com>
10452
10453         * users.txt: Add libffcall.  From Sam Steingold.
10454
10455 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
10456
10457         getdate.y: do not ignore TZ with relative day, month or year offset
10458         * lib/getdate.y (get_date): Move the tz-handling block to follow the
10459         relative-date-handling, since otherwise, the latter would clobber the
10460         sole output (an updated Start value) of the tz-handling block.
10461         * tests/test-getdate.c: Tests for the fix
10462
10463 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10464
10465         Recognize 'foo_LIBRARIES += libgnu.a'.
10466         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
10467         makefile snippet has already specified an installation location,
10468         also using '+='.
10469
10470 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
10471
10472         getdate.y: factor out common actions
10473         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
10474         Use them in place of open-coded actions.
10475
10476 2008-07-01  Simon Josefsson  <simon@josefsson.org>
10477
10478         Add self-test for getdate module.
10479         * modules/getdate-tests: New file.
10480         * tests/test-getdate.c: New file.
10481
10482 2008-06-29  Bruno Haible  <bruno@clisp.org>
10483
10484         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
10485         .gitignore.
10486         Reported by Sylvain Beucler <beuc@beuc.net>.
10487
10488 2008-06-29  Bruno Haible  <bruno@clisp.org>
10489
10490         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
10491         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
10492
10493 2008-06-29  Bruno Haible  <bruno@clisp.org>
10494
10495         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
10496         EXTRA_DIST.
10497         Reported by Sylvain Beucler <beuc@beuc.net>.
10498
10499 2008-06-26  Jim Meyering  <meyering@redhat.com>
10500
10501         make several modules depend on the "open" module
10502         This provides slightly increased consistency when opening-for-write
10503         the name of a non-directory spelled with a trailing slash.
10504         * modules/chdir-safer: Likewise.
10505         * modules/chown: Likewise.
10506         * modules/clean-temp: Likewise.
10507         * modules/copy-file: Likewise.
10508         * modules/fchdir: Likewise.
10509         * modules/fcntl-safer: Likewise.
10510         * modules/pipe: Likewise.
10511         * modules/utime: Likewise.
10512         Prompted by Eric Blake and Bruno Haible.
10513
10514 2008-06-24  Andreas Schwab  <schwab@suse.de>
10515
10516         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
10517         literals can be used as initializers for global variables.
10518
10519 2008-06-23  Eric Blake  <ebb9@byu.net>
10520
10521         Make gnulib-cache.m4 easier to diff.
10522         * gnulib-tool (func_import): Allow newlines when reading cached
10523         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
10524
10525 2008-06-23  Bruno Haible  <bruno@clisp.org>
10526
10527         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
10528         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
10529         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
10530         m4/signalblocking.m4.
10531         (gl_PREREQ_SIGACTION): Don't invoke it.
10532         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
10533         gl_PREREQ_SIG_HANDLER_H.
10534         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
10535         Don't check for sigaction here.
10536
10537 2008-06-23  Bruno Haible  <bruno@clisp.org>
10538
10539         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
10540         (install_handlers): Don't set the SA_RESETHAND flag.
10541
10542 2008-06-23  Bruno Haible  <bruno@clisp.org>
10543
10544         * m4/sigaction.m4: Comment fixes.
10545         * lib/signal.in.h: Likewise.
10546
10547 2008-06-23  Eric Blake  <ebb9@byu.net>
10548
10549         Fix typo.
10550         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
10551
10552         Avoid SA_ namespace.
10553         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
10554         Reported by Ralf Wildenhues.
10555
10556         Avoid test failure due to SA_RESTORER.
10557         * tests/test-sigaction.c (SA_MASK): New macro.
10558         (main): Avoid failing due to extension flags being set.
10559         Reported by Jim Meyering.
10560
10561         Revert use of sig-handler.h in sigprocmask.c.
10562         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
10563         it requires the existence of struct sigaction.
10564         * lib/sigprocmask.c (handler_t): Restore typedef.
10565         (rpl_signal, old_handlers): Use local type.
10566
10567 2008-06-22  Bruno Haible  <bruno@clisp.org>
10568
10569         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
10570         conditionally.
10571         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10572
10573 2008-06-22  Bruno Haible  <bruno@clisp.org>
10574
10575         * doc/posix-functions/siginterrupt.texi: Move note.
10576
10577         * lib/signal.in.h (SA_RESTART): New macro.
10578         * lib/sigaction.c: Update comment.
10579
10580         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
10581
10582         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
10583         (gl_PREREQ_SIGPROCMASK): Invoke it.
10584         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
10585
10586         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
10587
10588         * lib/sigprocmask.c: Update a comment.
10589
10590 2008-06-21  Eric Blake  <ebb9@byu.net>
10591
10592         Use sigaction module rather than signal().
10593         * modules/c-stack (Depends-on): Add sigaction.
10594         * modules/fatal-signal (Depends-on): Likewise.
10595         * modules/nanosleep (Depends-on): Likewise.
10596         * modules/sigprocmask (Files): Add sig-handler.h.
10597         * modules/sigaction (Files): Likewise.
10598         * lib/sig-handler.h (get_handler): New file, suggested by Paul
10599         Eggert.
10600         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
10601         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
10602         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
10603         (init_fatal_signals): Likewise.
10604         * lib/nanosleep.c (rpl_nanosleep): Likewise.
10605         (siginterrupt): Delete fallback.
10606         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
10607         instead.
10608         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
10609         siginterrupt.
10610
10611         New module sigaction, for mingw.
10612         * modules/sigaction: New module...
10613         * modules/sigaction-tests: ...and its test.
10614         * m4/sigaction.m4: New file.
10615         * lib/sigaction.c: Likewise.
10616         * tests/test-sigaction.c: Likewise.
10617         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
10618         * modules/signal (Makefile.am): Likewise.
10619         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
10620         needed.
10621         * doc/posix-headers/signal.texi (signal.h): Mention provided
10622         types.
10623         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
10624         that sigaction is preferable.
10625         * doc/posix-functions/sigaction.texi (sigaction): Mention new
10626         module.
10627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10628         sigaction.
10629
10630         Improve robustness of sigprocmask by overriding signal.
10631         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
10632         is in use.
10633         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
10634         (SIGKILL, SIGSTOP): Provide fallbacks.
10635         (rpl_signal): Implement.
10636         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
10637         signal can be called inside handlers.
10638
10639         Fix nanosleep module on mingw.
10640         * modules/nanosleep (Depends-on): Add sys_select.
10641         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
10642
10643         Fix licensing of sigprocmask.
10644         * modules/raise (License): Relicense as LGPL.
10645
10646 2008-06-21  Bruno Haible  <bruno@clisp.org>
10647
10648         * lib/propername.c (proper_name_utf8): Don't use the transliterated
10649         result if it contains question marks.
10650         Reported by Michael Geng <linux@michaelgeng.de>.
10651
10652 2008-06-19  Bruno Haible  <bruno@clisp.org>
10653
10654         Fix CVS-ism.
10655         * doc/gnulib.texi: Include updated-stamp.texi.
10656         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
10657         (updated-stamp.texi): New rule.
10658         (gnulib.info): Depend on it.
10659         * doc/.gitignore: Add updated-stamp.texi.
10660         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
10661
10662 2008-06-19  Bruno Haible  <bruno@clisp.org>
10663
10664         * doc/Makefile (gnulib.info): Update and simplify dependencies.
10665         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10666
10667 2008-06-19  Eric Blake  <ebb9@byu.net>
10668
10669         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
10670         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
10671         Reported by Stepan Kasal.
10672
10673 2008-06-18  Bruno Haible  <bruno@clisp.org>
10674
10675         * lib/fatal-signal.c (init_fatal_signals): Add comment.
10676         Reported by Eric Blake.
10677
10678 2008-06-18  Eric Blake  <ebb9@byu.net>
10679
10680         Work around cygwin 1.5.25 strsignal bug.
10681         * tests/test-strsignal.c: Allow for const char *.
10682         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
10683
10684 2008-06-18  Simon Josefsson  <simon@josefsson.org>
10685
10686         * users.txt: Update URL to article and add author/date
10687         information.
10688
10689 2008-06-17  Bruno Haible  <bruno@clisp.org>
10690
10691         New macro gl_DISABLE_THREADS.
10692         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
10693         if the user did not pass --enable-threads or --disable-threads option.
10694         (gl_DISABLE_THREADS): New macro.
10695         Reported by Eric Blake <ebb9@byu.net>.
10696
10697 2008-06-17  Bruno Haible  <bruno@clisp.org>
10698
10699         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
10700         when the macro ignores it.
10701         Based on a patch by Eric Blake <ebb9@byu.net>.
10702
10703 2008-06-17  Bruno Haible  <bruno@clisp.org>
10704
10705         * modules/tls (License): Change to LGPLv2+.
10706         Reported by Eric Blake.
10707
10708 2008-06-17  Eric Blake  <ebb9@byu.net>
10709
10710         Simplify c-stack prerequisites.
10711         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
10712         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
10713         no longer requires <ucontext.h> to exist.  Optimize setrlimit
10714         check.
10715         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
10716         <sys/resource.h>.
10717
10718         Move c-stack test into testsuite.
10719         * modules/c-stack-tests: New file.
10720         * lib/c-stack.c [DEBUG]: Move test program...
10721         * tests/test-c-stack.c: ...into this new file.  Skip rather than
10722         fail test if sigaltstack is lacking.
10723         * tests/test-c-stack.sh: New driver file.
10724
10725 2008-06-16  Eric Blake  <ebb9@byu.net>
10726
10727         Use raise module consistently.
10728         * modules/fatal-signal (Depends-on): Add raise.
10729         * modules/sigprocmask (Depends-on): Likewise.
10730         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
10731         * lib/sigprocmask.c (sigprocmask): Likewise.
10732         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
10733         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
10734
10735         Fix compliance bug in sigpending.
10736         * lib/sigprocmask.c (sigpending): Return pending array via
10737         parameter, not return value.
10738
10739 2008-06-14  Eric Blake  <ebb9@byu.net>
10740
10741         Improve obstack-printf test code.
10742         * tests/test-obstack-printf.c (test_function): Fix comment, and
10743         simplify usage of obstack_* in macros.  Add a test for coverage.
10744         Reported by Bruno Haible.
10745
10746 2008-06-14  Bruno Haible  <bruno@clisp.org>
10747
10748         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
10749         array size as a constant, not as a const variable.
10750         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
10751         AC_USE_SYSTEM_EXTENSIONS.
10752         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
10753         Test whether the obstack_printf function actually exists.
10754         * modules/obstack-printf (Depends-on): Add extensions.
10755         (Include): Remove obstack.h.
10756         * modules/obstack-printf-posix (Depends-on): Add extensions.
10757         (Include): Remove obstack.h.
10758
10759 2008-06-13  Eric Blake  <ebb9@byu.net>
10760
10761         Add obstack-printf and obstack-printf-posix modules.
10762         * modules/obstack-printf: New file.
10763         * modules/obstack-printf-posix: Likewise.
10764         * MODULES.html.sh (Misc): Mention them.
10765         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
10766         Likewise.
10767         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
10768         Likewise.
10769         * modules/stdio (Makefile.am): Accomodate new modules.
10770         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10771         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
10772         Declare.
10773         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
10774         functions.
10775         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
10776         (gl_REPLACE_OBSTACK_PRINTF): New macros
10777         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
10778         * tests/test-obstack-printf.c: New file.
10779         * modules/obstack-printf-tests: Likewise.
10780         * modules/obstack-printf-posix-tests: Likewise.
10781
10782 2008-06-11  Bruno Haible  <bruno@clisp.org>
10783
10784         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
10785         * lib/open.c: Include errno.h.
10786         (open): Fail when attempting to write to a file that has a trailing
10787         slash.
10788         * tests/test-open.c (main): Test against trailing slash bug.
10789         * doc/posix-functions/open.texi: Mention the trailing slash bug.
10790
10791 2008-06-10  Bruno Haible  <bruno@clisp.org>
10792
10793         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
10794         for $? to work inside the trap command, with various /bin/sh-s.
10795         * tests/test-vc-list-files-cvs.sh: Likewise.
10796
10797 2008-06-10  Bruno Haible  <bruno@clisp.org>
10798
10799         * lib/acl-internal.h: Don't include gettext.h here.
10800         * lib/set-mode-acl.c: Include gettext.h here.
10801         * lib/copy-acl.c: Likewise.
10802
10803 2008-06-10  Bruno Haible  <bruno@clisp.org>
10804
10805         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
10806         * lib/wait-process.c (wait_subprocess): Likewise.
10807         * lib/execute.h (execute): Add termsigp argument.
10808         * lib/execute.c (execute): Likewise.
10809         * lib/csharpcomp.c (compile_csharp_using_pnet,
10810         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
10811         * lib/csharpexec.c (execute_csharp_using_pnet,
10812         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
10813         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
10814         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
10815         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
10816         is_jikes_present): Update.
10817         * lib/javaexec.c (execute_java_class): Update.
10818         * lib/javaversion.c (execute_and_read_line): Update.
10819         * NEWS: Document the changes.
10820         Reported by Eric Blake.
10821
10822 2008-06-10  Eric Blake  <ebb9@byu.net>
10823
10824         Add missing include.
10825         * tests/test-strstr.c (includes): Add <signal.h>.
10826         * tests/test-strcasestr.c (includes): Likewise.
10827         * tests/test-memmem.c (includes): Likewise.
10828
10829 2008-06-10  Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/wait-process.c (wait_subprocess): Add an assertion.
10832
10833 2008-06-10  Bruno Haible  <bruno@clisp.org>
10834
10835         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
10836
10837 2008-06-10  Bruno Haible  <bruno@clisp.org>
10838
10839         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
10840         using alarm().
10841         * tests/test-strcasestr.c (main): Likewise.
10842         * tests/test-strstr.c (main): Likewise.
10843
10844 2008-06-09  Bruno Haible  <bruno@clisp.org>
10845
10846         Work around the Solaris 10 ACE ACLs ABI change.
10847         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
10848         declare if ACL_NO_TRIVIAL is present.
10849         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
10850         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
10851         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
10852         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
10853         define if ACL_NO_TRIVIAL is present.
10854         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
10855         and use the current ABI.
10856         (file_has_acl): Use same #if condition as elsewhere.
10857         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
10858         in use, and use the current ABI.
10859         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
10860         Reported by Jim Meyering.
10861
10862 2008-06-09  Eric Blake  <ebb9@byu.net>
10863
10864         Work around environments that (stupidly) ignore SIGALRM.
10865         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
10866         before using alarm().
10867         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10868         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10869         Reported by Ian Beckwith <ianb@erislabs.net>.
10870
10871         Produce autobuild blurb earlier in log.
10872         * modules/autobuild (configure.ac-early): Move AB_INIT here.
10873
10874 2008-06-09  Jim Meyering  <meyering@redhat.com>
10875         and OndÅ™ej Vašík  <ovasik@redhat.com>
10876
10877         utimens.c: correct kernel bug work-around
10878         OndÅ™ej Vašík found that the invalid return value of 280 indicates
10879         failure, not success, and the kernel bug we're trying to work
10880         around affects not just the utimensat call, but also the fallback
10881         futimens call.
10882         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
10883         not success.
10884         [HAVE_FUTIMENS]: Use the same work-around, here.
10885
10886 2008-06-09  Jim Meyering  <meyering@redhat.com>
10887
10888         add more guards around definition of ACE_-related code
10889         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
10890         ALLOW and ACE_OWNER are also defined.
10891
10892 2008-06-08  Bruno Haible  <bruno@clisp.org>
10893
10894         * lib/acl-internal.h: Add me as co-author.
10895         * lib/file-has-acl.c: Likewise.
10896         * lib/set-mode-acl.c: Likewise.
10897         * lib/copy-acl.c: Likewise.
10898
10899 2008-06-08  Bruno Haible  <bruno@clisp.org>
10900
10901         Add support for AIX ACLs.
10902         * lib/acl-internal.h (acl_nontrivial): New declaration.
10903         * lib/file-has-acl.c (acl_nontrivial): New function.
10904         (file_has_acl): Add implementation using AIX 4 ACL API.
10905         * lib/set-mode-acl.c (qset_acl): Likewise.
10906         * lib/copy-acl.c (qcopy_acl): Likewise.
10907
10908 2008-06-08  Bruno Haible  <bruno@clisp.org>
10909
10910         Add support for HP-UX ACLs.
10911         * lib/acl-internal.h (acl_nontrivial): New declaration.
10912         * lib/file-has-acl.c (acl_nontrivial): New function.
10913         (file_has_acl): Add implementation using HP-UX 11 ACL API.
10914         * lib/set-mode-acl.c (qset_acl): Likewise.
10915         * lib/copy-acl.c (qcopy_acl): Likewise.
10916
10917 2008-06-08  Bruno Haible  <bruno@clisp.org>
10918
10919         Add support for Cygwin ACLs.
10920         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
10921         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
10922         the chmod_or_fchmod call.
10923         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
10924
10925 2008-06-08  Bruno Haible  <bruno@clisp.org>
10926
10927         Fix bug with setuid modes in Solaris 10+ code.
10928         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
10929         succeeded, when the mode contains some special bits.
10930
10931 2008-06-08  Bruno Haible  <bruno@clisp.org>
10932
10933         Add support for Solaris 7..10 ACLs.
10934         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
10935         declarations.
10936         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
10937         functions.
10938         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
10939         * lib/set-mode-acl.c (qset_acl): Likewise.
10940         * lib/copy-acl.c (qcopy_acl): Likewise.
10941
10942 2008-06-08  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
10945         declaration.
10946         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
10947         (acl_access_nontrivial): Remove MacOS X case.
10948         (file_has_acl): Use acl_extended_nontrivial.
10949         * lib/copy-acl.c (qcopy_acl): Likewise.
10950
10951 2008-06-08  Bruno Haible  <bruno@clisp.org>
10952
10953         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
10954
10955 2008-06-08  Jim Meyering  <meyering@redhat.com>
10956
10957         * modules/acl (Maintainer): Add Bruno Haible.
10958
10959 2008-06-07  Bruno Haible  <bruno@clisp.org>
10960
10961         Improve support for Tru64 ACLs.
10962         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
10963         ACL on OSF/1.
10964
10965 2008-06-07  Bruno Haible  <bruno@clisp.org>
10966
10967         Add support for MacOS X ACLs.
10968         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
10969         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
10970         * lib/set-mode-acl.c (qset_acl): Likewise.
10971         * lib/copy-acl.c (qcopy_acl): Likewise.
10972
10973 2008-06-07  Bruno Haible  <bruno@clisp.org>
10974
10975         Fix memory leak introduced on 2008-05-22.
10976         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
10977         use.
10978
10979 2008-06-07  Bruno Haible  <bruno@clisp.org>
10980
10981         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
10982         to construct an empty ACL.
10983
10984 2008-06-07  Bruno Haible  <bruno@clisp.org>
10985
10986         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
10987         precisely.
10988         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
10989
10990 2008-06-07  Bruno Haible  <bruno@clisp.org>
10991
10992         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
10993         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
10994
10995 2008-06-07  Bruno Haible  <bruno@clisp.org>
10996
10997         * doc/posix-functions/_setjmp.texi: Explain the use of this function
10998         regardless of POSIX.
10999         * doc/posix-functions/_longjmp.texi: Likewise.
11000         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
11001         SystemV platform in this case.
11002
11003 2008-06-06  Eric Blake  <ebb9@byu.net>
11004
11005         Document abort() bugs.
11006         * doc/posix-functions/abort.texi (abort): Mention anomalies.
11007
11008         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
11009         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
11010         sigsetjmp.
11011         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
11012         siglongjmp, but only as a macro.
11013         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
11014         is obsolete.
11015         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
11016
11017         Tweak documentation to cover cygwin argz bugs.
11018         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
11019         argz bug fix; no code change needed since no cygwin releases
11020         occurred between the last fix and the bug being tested.
11021         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
11022         module and recently fixed cygwin bugs.
11023         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
11024         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
11025         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
11026         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
11027         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
11028         Likewise.
11029         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
11030         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
11031         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
11032         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
11033         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
11034         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
11035         Likewise.
11036
11037         Avoid gcc warning on cygwin.
11038         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
11039         !ACL_NO_TRIVIAL]: Avoid unused variable.
11040
11041 2008-06-05  Eric Blake  <ebb9@byu.net>
11042
11043         Be tolerant of UNKNOWN version in gnulib-tool test dir.
11044         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
11045         git-version-gen fails to come up with a version.
11046         Reported by Simon Josefsson.
11047
11048 2008-06-05  Jim Meyering  <meyering@redhat.com>
11049             Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         utimens.c: work around a probable Linux kernel bug
11052         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
11053         appears to be a kernel bug that causes utimensat to return 280
11054         instead of 0, indicating success.
11055
11056 2008-06-04  Bruno Haible  <bruno@clisp.org>
11057
11058         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
11059         2008-06-01 commit.
11060
11061 2008-06-04  Bruno Haible  <bruno@clisp.org>
11062
11063         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
11064         * lib/file-has-acl.c (acl_access_nontrivial): New function.
11065         (file_has_acl): Use it. Save errno afterwards.
11066         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
11067
11068 2008-06-03  Bruno Haible  <bruno@clisp.org>
11069
11070         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
11071         draft code. Simplify #ifs.
11072         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
11073         Put Solaris code after POSIX-draft code. Fix comments regarding
11074         Solaris 10, HP-UX. Mention Cygwin.
11075         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
11076
11077 2008-06-03  Eric Blake  <ebb9@byu.net>
11078
11079         Provide fallback for older kernels.
11080         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
11081         Provide runtime fallback if kernel lacks support.
11082         Reported by Mike Frysinger.
11083
11084 2008-06-02  Bruno Haible  <bruno@clisp.org>
11085
11086         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
11087         it exists.
11088
11089 2008-06-02  Bruno Haible  <bruno@clisp.org>
11090
11091         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
11092         * lib/copy-acl.c (qcopy_acl): Update comment.
11093
11094 2008-06-02  Bruno Haible  <bruno@clisp.org>
11095
11096         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
11097         like ACL APIs.
11098
11099 2008-06-02  Bruno Haible  <bruno@clisp.org>
11100
11101         * tests/test-file-has-acl.sh: Use different code for Cygwin.
11102         * tests/test-set-mode-acl.sh: Likewise.
11103         * tests/test-copy-acl.sh: Likewise.
11104         * tests/test-copy-file.sh: Likewise.
11105
11106 2008-06-02  Bruno Haible  <bruno@clisp.org>
11107
11108         * tests/test-file-has-acl.sh: Remove unused code.
11109
11110 2008-06-01  Bruno Haible  <bruno@clisp.org>
11111
11112         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
11113         (copy_acl): Just a wrapper around qcopy_acl that emits the error
11114         messages.
11115         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
11116
11117 2008-06-01  Bruno Haible  <bruno@clisp.org>
11118
11119         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
11120         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
11121         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
11122         APIs.
11123         * modules/acl-tests (configure.ac): Remove tests now contained in
11124         m4/acl.m4.
11125
11126 2008-06-02  Jim Meyering  <meyering@redhat.com>
11127
11128         announce-gen: use a better key-server host name
11129         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
11130         it may be more consistently reliable.  Suggested by Werner Koch
11131         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
11132
11133 2008-06-01  Bruno Haible  <bruno@clisp.org>
11134
11135         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
11136         Reported by Voroskoi Andras <voroskoi@gmail.com>.
11137
11138 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
11139
11140         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
11141
11142 2008-06-01  Bruno Haible  <bruno@clisp.org>
11143
11144         New ACL tests.
11145         * tests/test-file-has-acl.sh: New file.
11146         * tests/test-file-has-acl.c: New file.
11147         * tests/test-set-mode-acl.sh: New file.
11148         * tests/test-set-mode-acl.c: New file.
11149         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
11150         * tests/test-copy-acl.c: New file.
11151         * modules/acl-tests: New file, based on modules/copy-file-tests.
11152         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
11153         (Depends-on): Add acl-tests.
11154         (configure.ac): Remove checks.
11155         (Makefile.am): Don't create test-sameacls program here any more.
11156
11157 2008-06-01  Bruno Haible  <bruno@clisp.org>
11158
11159         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
11160         * tests/test-sameacls.c: Include progname.h.
11161         (main): Invoke set_program_name. Portability fixes for MacOS X,
11162         Solaris, HP-UX.
11163
11164 2008-06-01  Bruno Haible  <bruno@clisp.org>
11165
11166         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
11167         function.
11168         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
11169
11170 2008-06-01  Bruno Haible  <bruno@clisp.org>
11171
11172         * modules/rpmatch (Depends-on): Add strdup.
11173
11174 2008-06-01  Bruno Haible  <bruno@clisp.org>
11175
11176         * lib/pipe.c: Include unistd-safer.h.
11177         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
11178         * modules/pipe (Depends-on): Add unistd-safer.
11179
11180 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11181
11182         * modules/autobuild (configure.ac): Call AB_INIT.
11183
11184 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11185
11186         * tests/test-getaddrinfo.c: Don't print debug messages by default.
11187         Suggested by Bruno Haible <bruno@clisp.org>.
11188
11189 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11190
11191         * tests/test-base64.c: Cast size_t to unsigned long when invoking
11192         printf.  Use %lu instead of %d.  Reported by Bruno Haible
11193         <bruno@clisp.org>.
11194
11195 2008-05-29  Eric Blake  <ebb9@byu.net>
11196
11197         Prefer new POSIX 200x interfaces over futimesat.
11198         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
11199         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
11200         when available.
11201         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
11202
11203 2008-05-28  Bruno Haible  <bruno@clisp.org>
11204
11205         * modules/stpcpy (License): Change to LGPLv2+.
11206         Requested by David Lutterkort <dlutter@redhat.com>.
11207
11208 2008-05-27  Bruno Haible  <bruno@clisp.org>
11209
11210         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
11211         current mingw.
11212         Reported by Jose E. Marchesi <jemarch@gnu.org>.
11213
11214 2008-05-27  Bruno Haible  <bruno@clisp.org>
11215
11216         * modules/iconv_open (Link): New section, from module 'iconv'.
11217         * modules/striconv (Link): Likewise.
11218         * modules/striconveh (Link): Likewise.
11219         * modules/xstriconv (Link): Likewise.
11220         * modules/unicodeio (Link): Likewise.
11221         * modules/propername (Link): Likewise.
11222         Reported by Jim Meyering.
11223
11224 2008-05-26  Jim Meyering  <meyering@redhat.com>
11225
11226         sha256: do not artificially restrict buffer length to be < 2^32
11227         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
11228         uint32_t to size_t.
11229         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
11230         to match.
11231
11232         avoid unaligned access errors, e.g., on sparc
11233         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
11234         direct access through a possibly-unaligned uint64* pointer.
11235         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
11236         direct access through a possibly-unaligned uint32* pointer.
11237         Prompted by this patch from Tom "spot" Callaway:
11238         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
11239
11240         sha512.c: fix typo in comment
11241         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
11242
11243 2008-05-25  Bruno Haible  <bruno@clisp.org>
11244
11245         * lib/set-mode-acl.c: Renamed from lib/acl.c.
11246         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
11247         (Makefile.am): Update lib_SOURCES.
11248
11249 2008-05-25  Bruno Haible  <bruno@clisp.org>
11250
11251         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
11252
11253 2008-05-25  Jim Meyering  <meyering@redhat.com>
11254
11255         useless-if-before-free: freed expr may have white-space differences
11256         * build-aux/useless-if-before-free: Recognize cases in which the
11257         freed expression differs from the tested one in embedded white
11258         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
11259         $1 was used, so we can't make any regexp shy.  Improved tests now
11260         detect this.
11261
11262         useless-if-before-free: accept white space in the expression.
11263         * build-aux/useless-if-before-free: For now, any white space
11264         in the expression must be identical in the free argument.
11265
11266         useless-if-before-free: efficiency tweak
11267         * build-aux/useless-if-before-free: Make the expression-matching
11268         regexp "shy".
11269         Make the *outer* regexp shy, not the expr-matching one.
11270
11271         update code-in-comment to accept cast of free arg
11272         * build-aux/useless-if-before-free: Update regexp.
11273
11274 2008-05-25  Bruno Haible  <bruno@clisp.org>
11275
11276         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
11277         * modules/copy-file-tests (Files, Makefile.am): Update.
11278         * tests/test-copy-file.c (func_test_copy): Update.
11279
11280 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
11281
11282         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
11283
11284 2008-05-23  Bruno Haible  <bruno@clisp.org>
11285
11286         Improve support for ACLs on OSF/1.
11287         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
11288         Remove fallback for unknown flavors of ACLs.
11289
11290 2008-05-22  Bruno Haible  <bruno@clisp.org>
11291
11292         Add support for ACLs on OSF/1.
11293         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
11294         replacements.
11295         (acl_free_text): New macro fallback.
11296         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
11297         acl_free.
11298         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
11299         acl_free_text function. Require AC_C_INLINE.
11300
11301 2008-05-22  Bruno Haible  <bruno@clisp.org>
11302
11303         Make copy_acl work on MacOS X 10.5.
11304         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
11305         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
11306         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
11307         If MODE_INSIDE_ACL, don't assume that every system has the same text
11308         representation for ACLs as FreeBSD.
11309         * lib/copy-acl.c (copy_acl): Add support for platforms with
11310         !MODE_INSIDE_ACL.
11311         * lib/file-has-acl.c (file_has_acl): Likewise.
11312         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
11313         FreeBSD, MacOS X, or IRIX, respectively.
11314
11315 2008-05-22  Bruno Haible  <bruno@clisp.org>
11316
11317         * lib/acl.h: Don't include <sys/acl.h>.
11318         (GETACLCNT): Move fallback to lib/acl-internal.h.
11319         * lib/acl-internal.h: Include <sys/acl.h> here.
11320         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
11321
11322 2008-05-22  Bruno Haible  <bruno@clisp.org>
11323
11324         Split off copy_acl function to separate file.
11325         * lib/copy-acl.c: New file, extracted from lib/acl.c.
11326         * lib/acl.c (copy_acl): Moved function to separate file.
11327         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
11328         * modules/acl (Files): Add lib/copy-acl.c.
11329         (Makefiles.am): Augment lib_SOURCES.
11330
11331 2008-05-22  Bruno Haible  <bruno@clisp.org>
11332
11333         * modules/copy-file-tests: New file.
11334         * tests/test-copy-file.sh: New file.
11335         * tests/test-copy-file.c: New file.
11336         * tests/test-copy-file-sameacls.c: New file.
11337
11338 2008-05-22  Eric Blake  <ebb9@byu.net>
11339
11340         Avoid gcc warning.
11341         * tests/test-memcmp.c (main): Pass NULL indirectly.
11342
11343 2008-05-21  Bruno Haible  <bruno@clisp.org>
11344
11345         Add reference doc about ACLs.
11346         * doc/acl-resources.txt: New file.
11347         * doc/acl-cygwin.txt: New file.
11348
11349 2008-05-21  Bruno Haible  <bruno@clisp.org>
11350
11351         Avoid one more warning from gcc.
11352         * lib/vasnprintf.c (IF_LINT): Update comments.
11353         (VASNPRINTF): Use it also for the 'prefix' array initializer.
11354
11355 2008-05-21  Jim Meyering  <meyering@redhat.com>
11356
11357         avoid a warning from gcc
11358         * lib/vasnprintf.c (IF_LINT): Define.
11359         (scale10_round_decimal_long_double):
11360         Use it to avoid a "may be used uninitialized" warning.
11361         (scale10_round_decimal_double): Likewise.
11362
11363 2008-05-21  Simon Josefsson  <simon@josefsson.org>
11364
11365         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
11366         declared.
11367
11368 2008-05-20  Bruno Haible  <bruno@clisp.org>
11369
11370         * tests/test-memcmp.c (main): Test also the sign of the result. Test
11371         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
11372
11373 2008-05-20  Simon Josefsson  <simon@josefsson.org>
11374
11375         * modules/memcmp-tests: New file.
11376         * tests/test-memcmp.c: New file.
11377
11378 2008-05-19  Bruno Haible  <bruno@clisp.org>
11379
11380         * modules/propername (Notice, configure.ac): Put quoted "..." into
11381         --keyword option.
11382         * lib/propername.h: Update comments accordingly.
11383         Reported by Eric Blake.
11384
11385 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
11386
11387         * modules/getpass-gnu (Depends-on): Add fseeko.
11388
11389 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11390
11391         * modules/base64-tests: New file.
11392
11393 2008-05-19  Bo Borgerson <gigabo@gmail.com>
11394
11395         * lib/base64.c (base64_decode_ctx): If a decode context structure
11396         was passed in use it to ignore newlines.  If a context structure
11397         was _not_ passed in, continue to treat newlines as garbage (this
11398         is the historical behavior).  Formerly base64_decode.
11399         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
11400         takes a decode context structure.
11401         * lib/base64.h (base64_decode): Macro for four-argument calls.
11402         (base64_decode_alloc): Likewise.
11403         * lib/base64.c (base64_decode_ctx): If a decode context structure
11404         was passed in use it to ignore newlines.  If a context structure
11405         was _not_ passed in, continue to treat newlines as garbage (this
11406         is the historical behavior).  Formerly base64_decode.
11407         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
11408         takes a decode context structure.
11409         * lib/base64.h (base64_decode): Macro for four-argument calls.
11410         (base64_decode_alloc): Likewise.
11411
11412 2008-05-19  Jim Meyering  <meyering@redhat.com>
11413
11414         avoid a warning from gcc
11415         * lib/trim.c (IF_LINT): Define.
11416         (trim2): Use it to avoid a "may be used uninitialized" warning.
11417
11418         Fix doc typo.
11419         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
11420
11421 2008-05-19  Bruno Haible  <bruno@clisp.org>
11422
11423         * doc/glibc-functions/getpass.texi: Document limits of other
11424         implementations.
11425
11426 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11427             Bruno Haible <bruno@clisp.org>
11428
11429         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
11430
11431 2008-05-18  Bruno Haible  <bruno@clisp.org>
11432
11433         * modules/propername: New file, from GNU gettext.
11434         * lib/propername.h: New file, from GNU gettext.
11435         * lib/propername.c: New file, from GNU gettext.
11436         * MODULES.html.sh (Internationalization functions): Add propername.
11437
11438 2008-05-16  Jim Meyering  <meyering@redhat.com>
11439             Bruno Haible  <bruno@clisp.org>
11440
11441         Avoid some warnings from "gcc -Wshadow".
11442         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
11443
11444 2008-05-15  Eric Blake  <ebb9@byu.net>
11445
11446         Extend previous patch to cygwin 1.7.0.
11447         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
11448         fast implementation in cygwin >= 1.7.0.
11449         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11450         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11451
11452 2008-05-15  Bruno Haible  <bruno@clisp.org>
11453
11454         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
11455         implementation in glibc >= 2.9.
11456         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11457         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11458
11459 2008-05-15  Bruno Haible  <bruno@clisp.org>
11460
11461         * MODULES.html.sh (Internationalization functions): Remove linebreak.
11462         (Unicode string functions): Add unilbrk/*.
11463         Reported by Karl Berry.
11464
11465 2008-05-15  Eric Blake  <ebb9@byu.net>
11466
11467         Fix violation of <stdbool.h> replacement in regex.
11468         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
11469         * lib/regexec.c (re_search_internal): Likewise.
11470         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
11471
11472 2008-05-15  Jim Meyering  <meyering@redhat.com>
11473
11474         avoid distracting test output when git or cvs is not found
11475         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
11476         * tests/test-vc-list-files-git.sh: Likewise.
11477
11478 2008-05-15  Eric Blake  <ebb9@byu.net>
11479
11480         Glibc finally accepted the memmem speedup code, bugzilla #5514.
11481         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
11482         glibc version.
11483         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11484         * doc/posix-functions/strstr.texi (strstr): Likewise.
11485         * lib/str-two-way.h (MAX): Sychronize with glibc.
11486
11487 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
11488
11489         * lib/regcomp.c (optimize_utf8): Add a note on why we test
11490         opr.ctx_type.
11491         (calc_first): Initialize constraint field.
11492         (duplicate_node_closure): Use it instead of special casing ANCHORS.
11493         Fix grammar.
11494         (duplicate_node): Merge constraint field for all node types.
11495         (calc_eclosure_iter): Look at constraint field for all node types.
11496         * lib/regex_internal.c (create_cd_newstate): Don't look at
11497         opr.ctx_type.
11498
11499 2008-05-14  Bruno Haible  <bruno@clisp.org>
11500
11501         Help GCC to do better code generation.
11502         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
11503         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
11504         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
11505         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
11506         Declare with attribute 'malloc' if supported.
11507
11508 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
11509
11510         use "echo STR|wc -c" rather than unportable "expr length STR"
11511         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
11512         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
11513
11514 2008-05-14  Jim Meyering  <meyering@redhat.com>
11515
11516         use dd ibs=$n count=1 ... rather than less-portable head -c$n
11517         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
11518         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
11519         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
11520         via Collin Lasse.
11521
11522 2008-05-14  Eric Blake  <ebb9@byu.net>
11523
11524         Avoid quadratic growth in gl_LIBSOURCES.
11525         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
11526         Suggested by Bruno Haible.
11527
11528         Test xmemdup0.
11529         * modules/xmemdup0-tests: New file.
11530         * tests/test-xmemdup0.c: Likewise.
11531
11532 2008-05-13  Eric Blake  <ebb9@byu.net>
11533
11534         Split xmemdup0 into its own module.
11535         * modules/xmemdup0: New file.
11536         * lib/xmemdup0.h: Likewise.
11537         * lib/xmemdup0.c: Likewise.
11538         * MODULES.html.sh (Memory management functions): Add xmemdup0.
11539         * lib/xalloc.h (xmemdup0): Remove.
11540         * lib/xmalloc.c (xmemdup0): Likewise.
11541
11542 2008-05-13  Eric Blake  <ebb9@byu.net>
11543             Bruno Haible  <bruno@clisp.org>
11544
11545         Reduce number of forks required during autoconf.
11546         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
11547         and gl_LIBSOURCES_DIR.
11548         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
11549         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
11550         m4_syscmd per file.
11551         <m4_foreach_w>: Move...
11552         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
11553
11554 2008-05-13  Eric Blake  <ebb9@byu.net>
11555
11556         * gnulib-tool: Fix various comment typos.
11557
11558 2008-05-12  Bruno Haible  <bruno@clisp.org>
11559
11560         Tailor the linebreaking algorithm.
11561         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
11562
11563 2008-05-12  Bruno Haible  <bruno@clisp.org>
11564
11565         Update to Unicode 5.0.0.
11566         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
11567         LBP_JV, LBP_JT. Redistribute values.
11568         (unilbrk_table): Change size.
11569         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
11570         Unicode TR#14 rev. 22.
11571         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
11572         LBP_JV, LBP_JT. Redistribute values.
11573         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
11574         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
11575         Update.
11576         * lib/unilbrk/lbrkprop1.h: Regenerated.
11577         * lib/unilbrk/lbrkprop2.h: Regenerated.
11578         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
11579         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
11580         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
11581         Likewise.
11582         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
11583         Likewise.
11584         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
11585         result.
11586         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
11587         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
11588         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
11589         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
11590         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
11591         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
11592
11593 2008-05-11  Bruno Haible  <bruno@clisp.org>
11594
11595         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
11596
11597 2008-05-11  Bruno Haible  <bruno@clisp.org>
11598
11599         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
11600         * modules/unilbrk/gen-lbrk: New file.
11601
11602 2008-05-11  Bruno Haible  <bruno@clisp.org>
11603
11604         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
11605         * m4/sha512.m4 (gl_SHA512): Likewise.
11606
11607 2008-05-11  Jim Meyering  <meyering@redhat.com>
11608
11609         New modules: crypto/sha256, crypto/sha512 (from coreutils)
11610         * modules/crypto/sha256: New file.
11611         * modules/crypto/sha512: Likewise.
11612         * lib/sha256.c: Likewise.
11613         * lib/sha256.h: Likewise.
11614         * lib/sha512.c: Likewise.
11615         * lib/sha512.h: Likewise.
11616         * lib/u64.h: Likewise.
11617         * m4/sha256.m4: Likewise.
11618         * m4/sha512.m4: Likewise.
11619         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
11620
11621 2008-05-10  Bruno Haible  <bruno@clisp.org>
11622
11623         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
11624         (Input/Output <stdio.h>): Add xprintf.
11625         (Signal handling <signal.h>): Add strsignal.
11626         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
11627         (Core language properties): Add func.
11628         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
11629         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
11630         strings.
11631         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
11632         (Input/output): New section.
11633         (File system functions): Add openat-die, stat-macros.
11634         (Networking functions): Add sockets.
11635         (Unicode string functions): Add unictype/*.
11636         (Support for building libraries and executables): Add gperf.
11637         (Support for building documentation): Add agpl-3.0.
11638         (Misc): Add nocrash.
11639
11640 2008-05-10  Bruno Haible  <bruno@clisp.org>
11641
11642         * modules/unictype/gen-ctype: New file.
11643
11644 2008-05-10  Jim Meyering  <meyering@redhat.com>
11645
11646         Make chdir-safer.c more efficient on a system with no symlinks.
11647         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
11648         also if ELOOP is zero.  Suggested by Bruno Haible.
11649
11650         Make chdir-safer.c slightly safer.
11651         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
11652         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
11653
11654         Avoid compile failure on systems without ELOOP (like mingw).
11655         * lib/chdir-safer.c (ELOOP): Define if not already defined.
11656         Reported by Bruno Haible.
11657
11658 2008-05-10  Bruno Haible  <bruno@clisp.org>
11659
11660         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
11661         (is_utf8_encoding): Use a case-insensitive comparison.
11662         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
11663         streq.
11664
11665 2008-05-10  Bruno Haible  <bruno@clisp.org>
11666
11667         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
11668         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
11669         * lib/unilbrk/ulc-common.h (iconv_string_length,
11670         iconv_string_keeping_offsets): Remove declarations.
11671         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
11672         Don't include <iconv.h>, streq.h, xsize.h.
11673         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
11674         conversion.
11675         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
11676         <iconv.h>, streq.h, xsize.h.
11677         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
11678         conversion.
11679         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
11680         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
11681         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
11682         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
11683
11684 2008-05-10  Bruno Haible  <bruno@clisp.org>
11685
11686         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
11687         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
11688
11689         * modules/unilbrk/u32-width-linebreaks-tests: New file.
11690         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
11691
11692         * modules/unilbrk/u16-width-linebreaks-tests: New file.
11693         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
11694
11695         * modules/unilbrk/u8-width-linebreaks-tests: New file.
11696         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
11697
11698         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
11699         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
11700
11701         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
11702         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
11703
11704         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
11705         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
11706
11707         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
11708         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
11709
11710 2008-05-10  Bruno Haible  <bruno@clisp.org>
11711
11712         Split up 'linebreak' module.
11713         * lib/unilbrk.h: New file, based on lib/linebreak.h.
11714         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
11715         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
11716         modifications.
11717         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
11718         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
11719         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
11720         lib/linebreak.c.
11721         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
11722         lib/linebreak.c.
11723         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
11724         lib/linebreak.c.
11725         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
11726         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
11727         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
11728         lib/linebreak.c.
11729         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
11730         lib/linebreak.c.
11731         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
11732         lib/linebreak.c.
11733         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
11734         lib/linebreak.c.
11735         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
11736         lib/linebreak.c.
11737         * modules/unilbrk/base: New file.
11738         * modules/unilbrk/tables: New file.
11739         * modules/unilbrk/u8-possible-linebreaks: New file.
11740         * modules/unilbrk/u16-possible-linebreaks: New file.
11741         * modules/unilbrk/u32-possible-linebreaks: New file.
11742         * modules/unilbrk/ulc-common: New file.
11743         * modules/unilbrk/ulc-possible-linebreaks: New file.
11744         * modules/unilbrk/u8-width-linebreaks: New file.
11745         * modules/unilbrk/u16-width-linebreaks: New file.
11746         * modules/unilbrk/u32-width-linebreaks: New file.
11747         * modules/unilbrk/ulc-width-linebreaks: New file.
11748         * lib/linebreak.h: Remove file.
11749         * lib/linebreak.c: Remove file.
11750         * m4/linebreak.m4: Remove file.
11751         * modules/linebreak: Remove file.
11752         * NEWS: Mention the changes.
11753
11754 2008-05-09  Eric Blake  <ebb9@byu.net>
11755
11756         Add xmemdup0.
11757         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
11758         implementation.
11759         * lib/xmalloc.c (xmemdup0): New C implementation.
11760
11761 2008-05-08  Bruno Haible  <bruno@clisp.org>
11762
11763         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
11764
11765 2008-05-07  Eric Blake  <ebb9@byu.net>
11766
11767         Support cross-compilation of <wctype.h>.
11768         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
11769         AC_CACHE_CHECK.
11770
11771 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
11772
11773         * build-aux/vc-list-files: Add support for bzr.
11774
11775 2008-05-03  Jim Meyering  <meyering@redhat.com>
11776
11777         avoid failed assertion with tight malloc
11778         * tests/test-getndelim2.c: Correct an off-by-one assertion.
11779
11780 2008-05-03  Simon Josefsson  <simon@josefsson.org>
11781
11782         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
11783         are needed from arpa/inet.h.
11784         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
11785         Reported by Bruno Haible.
11786
11787 2008-05-02  Jim Meyering  <meyering@redhat.com>
11788
11789         avoid compilation error on FreeBSD 6
11790         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
11791
11792 2008-05-01  Jim Meyering  <meyering@redhat.com>
11793
11794         useless-if-before-free: correct --help's exit status description
11795         * build-aux/useless-if-before-free (usage): Like grep, exit 0
11796         for one or more matches, etc.  Reported by Bruno Haible.
11797
11798         vc-list-files: make the stand-alone gnulib test work
11799         * modules/vc-list-files-tests (configure.ac):
11800         Define and AC_SUBST abs_aux_dir.
11801         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
11802         $(abs_top_srcdir) to each script and having each of them
11803         duplicate the work of setting PATH, set PATH here, using
11804         the new variable, abs_aux_dir instead.
11805         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
11806         * tests/test-vc-list-files-git.sh: Likewise.
11807         Reported by Bruno Haible.
11808
11809 2008-05-01  Bruno Haible  <bruno@clisp.org>
11810
11811         * lib/getndelim2.c (getndelim2): Fix newsize computation during
11812         reallocation. Rename 'done' to 'found_delimiter'.
11813
11814 2008-05-01  Jim Meyering  <meyering@redhat.com>
11815
11816         vc-list-files: accommodate /bin/sh like the one from Solaris 10
11817         * build-aux/vc-list-files: Use `...`, not $(...).
11818
11819 2008-04-30  Jim Meyering  <meyering@redhat.com>
11820
11821         add tests for vc-list-files
11822         * modules/vc-list-files-tests: New module.
11823         * tests/test-vc-list-files-cvs.sh: New file.
11824         * tests/test-vc-list-files-git.sh: New file.
11825
11826         avoid a warning from gcc
11827         * lib/getndelim2.c (IF_LINT): Define.
11828         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
11829
11830         vc-list-files: work properly with build-aux/cvsu, too
11831         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
11832         to all cvs-based clauses.
11833
11834         vc-list-files: work properly in the CVS+awk case, too
11835         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
11836
11837         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
11838         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
11839         take more than one file argument, so .  Add quotes, just in case $dir
11840         ever contains a shell meta-character.  Prompted by Soren Hansen in
11841         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
11842
11843 2008-04-29  Eric Blake  <ebb9@byu.net>
11844
11845         Optimize getndelim2 to use block operations when possible.
11846         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
11847         freadseek, and memchr2.
11848         * lib/getndelim2.c (getndelim2): Use them for block reads.
11849
11850 2008-04-29  Bruno Haible  <bruno@clisp.org>
11851
11852         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
11853         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11854         * modules/inet_ntop (Depends-on): Add extensions.
11855         * modules/inet_pton (Depends-on): Likewise.
11856         Reported by Simon Josefsson.
11857
11858 2008-04-29  Jim Meyering  <meyering@redhat.com>
11859
11860         When the is more than one match in a block, match all of them.
11861         * build-aux/useless-if-before-free: Iterate through each block
11862         until there are no more matches.
11863
11864         Fix broken useless-if-before-free script.
11865         * build-aux/useless-if-before-free: Fix typo: missing "?" after
11866         the expression to match cast of argument to free-like function.
11867
11868 2008-04-29  Eric Blake  <ebb9@byu.net>
11869
11870         Use new header.
11871         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
11872
11873 2008-04-29  Jim Meyering  <meyering@redhat.com>
11874
11875         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
11876         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
11877         by gnulib to exist and to declare e.g., inet_ntop.
11878         Don't include "inet_ntop.h", now removed.
11879
11880         * m4/arpa_inet_h.m4: Remove trailing blanks.
11881
11882 2008-04-29  Eric Blake  <ebb9@byu.net>
11883
11884         Silence valgrind on safe reads beyond potential array bounds.
11885         * lib/rawmemchr.valgrind: New file.
11886         * lib/strchrnul.valgrind: Likewise.
11887         * modules/rawmemchr (Files): Distribute new file.
11888         * modules/strchrnul (Files): Likewise.
11889         Suggested by Bruno Haible.
11890
11891 2008-04-29  Bruno Haible  <bruno@clisp.org>
11892
11893         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
11894         (inet_ntop, inet_pton): Change portability warning's wording.
11895         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
11896         Invoke gl_CHECK_NEXT_HEADERS.
11897         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
11898         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
11899         set ARPA_INET_H.
11900         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11901         * modules/arpa_inet (Description): No longer only for systems that
11902         lack it.
11903         (Depends-on): Add include_next.
11904         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
11905         HAVE_ARPA_INET_H.
11906
11907 2008-04-29  Jim Meyering  <meyering@redhat.com>
11908
11909         * modules/mkdir (License): Re-license as LGPLv2+.
11910
11911 2008-04-29  Bruno Haible  <bruno@clisp.org>
11912
11913         * modules/rawmemchr (Maintainer): Set to Eric.
11914         * modules/strchrnul (Maintainer): Likewise.
11915
11916 2008-04-29  Simon Josefsson  <simon@josefsson.org>
11917
11918         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
11919         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
11920
11921         * modules/arpa_inet (arpa/inet.h): Use them.
11922
11923 2008-04-28  Eric Blake  <ebb9@byu.net>
11924
11925         Test getndelim2.
11926         * modules/getndelim2-tests: New file.
11927         * tests/test-getndelim2.c: Likewise.
11928         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
11929         stream.
11930         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
11931
11932         * MODULES.html.sh: Document new module.
11933
11934 2008-04-20  Bruno Haible  <bruno@clisp.org>
11935
11936         * lib/c-stack.c (die): Use raise.
11937         * modules/c-stack (Depends-on): Add raise.
11938
11939 2008-04-28  Bruno Haible  <bruno@clisp.org>
11940
11941         Expect rpmatch to be declared.
11942         * lib/yesno.c (rpmatch): Remove declaration.
11943
11944         Declare rpmatch.
11945         * lib/stdlib.in.h (rpmatch): New declaration.
11946         * lib/rpmatch.c: Include <stdlib.h> first.
11947         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
11948         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
11949         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
11950         HAVE_RPMATCH.
11951         * modules/rpmatch (Depends-on): Add stdlib, extensions.
11952         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11953         (Include): Set to <stdlib.h>.
11954         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
11955         HAVE_RPMATCH.
11956         * NEWS: Document the change.
11957
11958 2008-04-28  Bruno Haible  <bruno@clisp.org>
11959
11960         Change rpmatch to use nl_langinfo when appropriate.
11961         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
11962         (N_): New macro.
11963         (localized_pattern): New function/macro.
11964         (try): Remove match, nomatch arguments. Copy the pattern into safe
11965         memory before caching it.
11966         (rpmatch): Use localized_pattern. Add translator comments.
11967         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
11968         Suggested by Eric Blake.
11969         * modules/rpmatch (Depends-on): Add stdbool.
11970
11971 2008-04-28  Eric Blake  <ebb9@byu.net>
11972
11973         Add rawmemchr module, matching glibc.
11974         * modules/string (Makefile.am): New indicator.
11975         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
11976         * lib/string.in.h (rawmemchr): Declare when appropriate.
11977         * modules/rawmemchr: New file.
11978         * m4/rawmemchr.m4: Likewise.
11979         * lib/rawmemchr.c: Likewise.
11980         * modules/rawmemchr-tests: Likewise.
11981         * tests/test-rawmemchr.c: Likewise.
11982         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
11983         module.
11984         * modules/strchrnul (Depends-on): Add rawmemchr.
11985         * lib/strchrnul.c (strchrnul): Optimize a corner case.
11986
11987         Whitespace cleanup.
11988         * tests/test-strchrnul.c: Reindent.
11989         * lib/strchrnul.c: Likewise.
11990
11991         Optimize and test strchrnul.
11992         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
11993         * modules/strchrnul-tests: New file.
11994         * tests/test-strchrnul.c: Likewise.
11995
11996         Remove intprops dependency.
11997         * modules/memchr (Depends-on): Remove intprops.
11998         * modules/memrchr (Depends-on): Likewise.
11999         * modules/memchr2 (Depends-on): Likewise.
12000         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
12001         * lib/memrchr.c (__memrchr): Likewise.
12002         * lib/memrchr2.c (memchr2): Likewise.
12003         Reported by Simon Josefsson.
12004
12005 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12006
12007         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
12008         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12009
12010 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12011
12012         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
12013
12014         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
12015
12016         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
12017
12018         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
12019         declarations.
12020         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
12021
12022         * m4/inet_pton.m4: Don't check for header files.
12023
12024         * m4/inet_ntop.m4: Don't check for header files.
12025
12026 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12027
12028         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
12029         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
12030         trigger for cygwin).
12031         Reported by Bruno Haible  <bruno@clisp.org>.
12032
12033 2008-04-28  Bruno Haible  <bruno@clisp.org>
12034
12035         * doc/posix-functions/strdup.texi: Mention mingw problem.
12036
12037 2008-04-27  Bruno Haible  <bruno@clisp.org>
12038
12039         * modules/stat-time-tests (Depends-on): Add sleep.
12040         * tests/test-stat-time.c (force_unlink): New function.
12041         (cleanup): Use it.
12042         (test_mtime): Remove the ctime related tests.
12043         (test_ctime): New function, containing the ctime related tests.
12044         (main): Call test_ctime, except on native Windows platforms.
12045
12046 2008-04-27  Bruno Haible  <bruno@clisp.org>
12047
12048         * lib/rpmatch.c (rpmatch): Add some comments.
12049         Reported by James Youngman <jay@gnu.org>.
12050
12051 2008-04-27  Bruno Haible  <bruno@clisp.org>
12052
12053         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
12054         quiet NaNs.
12055
12056 2008-04-27  Bruno Haible  <bruno@clisp.org>
12057
12058         Make test-yesno.sh work on mingw.
12059         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
12060         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
12061         (main): Set stdin to binary mode.
12062         * modules/yesno-tests (Depends-on): Add binary-io.
12063
12064 2008-04-27  Bruno Haible  <bruno@clisp.org>
12065
12066         Fix 'isfinite' on x86, x86_64, ia64 platforms.
12067         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
12068         argument that lie outside the IEEE 854 domain.
12069         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
12070         (gl_ISFINITE): Use it.
12071         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
12072
12073 2008-04-27  Bruno Haible  <bruno@clisp.org>
12074
12075         Allow local renaming in config.h.
12076         * lib/memrchr.c (memrchr): Don't undefine outside libc.
12077
12078 2008-04-27  Bruno Haible  <bruno@clisp.org>
12079
12080         * lib/memchr.c (__memchr): Change type of 'i'.
12081         * lib/memchr2.c (memchr2): Likewise.
12082
12083 2008-04-26  Eric Blake  <ebb9@byu.net>
12084         and Bruno Haible  <bruno@clisp.org>
12085
12086         Optimize and test memrchr.
12087         * modules/memrchr (Depends-on): Add intprops.
12088         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
12089         * modules/memrchr-tests: New file.
12090         * tests/test-memrchr.c: New file.
12091
12092 2008-04-26  Bruno Haible  <bruno@clisp.org>
12093
12094         Add tentative support for DragonFly BSD.
12095         * lib/stdio-impl.h: Add macros for DragonFly BSD.
12096         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
12097         fp.
12098         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12099         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
12100         * lib/fpurge.c (fpurge): Likewise.
12101         * lib/freadable.c (freaadable): Likewise.
12102         * lib/freadahead.c (freadahead): Likewise.
12103         * lib/freading.c (freading): Likewise.
12104         * lib/freadptr.c (freadptr): Likewise.
12105         * lib/freadseek.c (freadptrinc): Likewise.
12106         * lib/fseeko.c (fseeko): Likewise.
12107         * lib/fseterr.c (fseterr): Likewise.
12108         * lib/fwritable.c (fwritable): Likewise.
12109         * lib/fwriting.c (fwriting): Likewise.
12110
12111 2008-04-26  Bruno Haible  <bruno@clisp.org>
12112
12113         * lib/stdio-impl.h: New file.
12114         * lib/fbufmode.c: Include stdio-impl.h.
12115         (fbufmode): Use fp_, remove redundant #defines.
12116         * lib/fflush.c: Include stdio-impl.h.
12117         (clear_ungetc_buffer): Remove redundant #defines.
12118         * lib/fpurge.c: Include stdio-impl.h.
12119         (fpurge): Remove redundant #defines.
12120         * lib/freadable.c: Include stdio-impl.h.
12121         (freadable): Remove redundant #defines.
12122         * lib/freadahead.c: Include stdio-impl.h.
12123         (freadahead): Remove redundant #defines.
12124         * lib/freading.c: Include stdio-impl.h.
12125         (freading): Remove redundant #defines.
12126         * lib/freadptr.c: Include stdio-impl.h.
12127         (freadptr): Remove redundant #defines.
12128         * lib/freadseek.c: Include stdio-impl.h.
12129         (freadptrinc): Remove redundant #defines.
12130         * lib/fseeko.c: Include stdio-impl.h.
12131         (rpl_fseeko): Remove redundant #defines.
12132         * lib/fseterr.c: Include stdio-impl.h.
12133         (fseterr): Remove redundant #defines.
12134         * lib/fwritable.c: Include stdio-impl.h.
12135         (fwritable: Remove redundant #defines.
12136         * lib/fwriting.c: Include stdio-impl.h.
12137         (fwriting): Remove redundant #defines.
12138         * modules/fbufmode (Files): Add lib/stdio-impl.h.
12139         * modules/fflush (Files): Likewise.
12140         * modules/fpurge (Files): Likewise.
12141         * modules/freadable (Files): Likewise.
12142         * modules/freadahead (Files): Likewise.
12143         * modules/freading (Files): Likewise.
12144         * modules/freadptr (Files): Likewise.
12145         * modules/freadseek (Files): Likewise.
12146         * modules/fseeko (Files): Likewise.
12147         * modules/fseterr (Files): Likewise.
12148         * modules/fwritable (Files): Likewise.
12149         * modules/fwriting (Files): Likewise.
12150
12151 2008-04-26  Bruno Haible  <bruno@clisp.org>
12152
12153         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12154         restore_seek_optimization, update_fpos_cache): New functions, extracted
12155         from rpl_fflush.
12156         (rpl_fflush): Use them.
12157         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
12158         (gl_REPLACE_FFLUSH): Use it.
12159
12160 2008-04-26  Bruno Haible  <bruno@clisp.org>
12161
12162         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
12163         on Solaris.
12164         * tests/test-xstrtoimax.sh: Likewise.
12165         * tests/test-xstrtoumax.sh: Likewise.
12166         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12167
12168 2008-04-26  Bruno Haible  <bruno@clisp.org>
12169
12170         * modules/memchr-tests: New file.
12171         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
12172
12173 2008-04-26  Eric Blake  <ebb9@byu.net>
12174             Bruno Haible  <bruno@clisp.org>
12175
12176         * lib/memchr.c: Include intprops.h.
12177         (__memchr): Optimize parallel detection of matching bytes. Rename local
12178         variables. Add explanatory comments.
12179
12180 2008-04-26  Bruno Haible  <bruno@clisp.org>
12181
12182         Fix module 'memchr', broken since 2000-10-28.
12183         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
12184
12185 2008-04-26  Bruno Haible  <bruno@clisp.org>
12186
12187         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
12188         comments.
12189
12190 2008-04-25  Eric Blake  <ebb9@byu.net>
12191
12192         Use native fstatat on cygwin 1.7.0.
12193         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
12194         first.
12195
12196 2008-04-23  Eric Blake  <ebb9@byu.net>
12197
12198         Improve memchr2 performance.
12199         * lib/memchr2.c (memchr2): Further optimize parallel detection of
12200         NUL bytes.
12201         * modules/memchr2 (Depends-on): Use intprops.h.
12202
12203 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12204
12205         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
12206         an inline function instead of a CPP macro.  Patch by Ben Pfaff
12207         <blp@cs.stanford.edu>.
12208
12209 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12210
12211         * lib/arpa_inet.in.h: New file.
12212
12213         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
12214         (Makefile.am): Sed in substitute header file.
12215
12216         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
12217         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
12218
12219         * modules/inet_ntop (configure.ac): Use
12220         gl_ARPA_INET_MODULE_INDICATOR.
12221
12222         * modules/inet_pton (configure.ac): Use
12223         gl_ARPA_INET_MODULE_INDICATOR.
12224
12225 2008-04-22  Jim Meyering  <meyering@redhat.com>
12226
12227         * modules/verify (License): Re-license as LGPLv2+.
12228
12229 2008-04-22  Simon Josefsson  <simon@josefsson.org>
12230
12231         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
12232         parameter to void* as per POSIX standard (MinGW uses char*).
12233
12234 2008-04-21  Bruno Haible  <bruno@clisp.org>
12235
12236         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12237         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12238         Define to replacements if REPLACE_ISWCNTRL is 1.
12239         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
12240         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
12241         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
12242         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
12243         what it fixes.
12244         * doc/posix-functions/iswalpha.texi: Likewise.
12245         * doc/posix-functions/iswblank.texi: Likewise.
12246         * doc/posix-functions/iswcntrl.texi: Likewise.
12247         * doc/posix-functions/iswdigit.texi: Likewise.
12248         * doc/posix-functions/iswgraph.texi: Likewise.
12249         * doc/posix-functions/iswlower.texi: Likewise.
12250         * doc/posix-functions/iswprint.texi: Likewise.
12251         * doc/posix-functions/iswpunct.texi: Likewise.
12252         * doc/posix-functions/iswspace.texi: Likewise.
12253         * doc/posix-functions/iswupper.texi: Likewise.
12254         * doc/posix-functions/iswxdigit.texi: Likewise.
12255         Reported by Alain Guibert.
12256
12257 2008-04-21  Bruno Haible  <bruno@clisp.org>
12258
12259         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
12260         Patch by Alain Guibert.
12261
12262 2008-04-21  Bruno Haible  <bruno@clisp.org>
12263
12264         Fix test failures on mingw.
12265         * tests/test-xstrtol.c (print_no_progname): New function.
12266         (main): Install it in error_print_progname hook.
12267         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
12268         * tests/test-xstrtoimax.sh: Likewise.
12269         * tests/test-xstrtoumax.sh: Likewise.
12270
12271 2008-04-21  Bruno Haible  <bruno@clisp.org>
12272
12273         Fix test failure on mingw.
12274         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
12275
12276 2008-04-21  Bruno Haible  <bruno@clisp.org>
12277
12278         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
12279         Actually assign a value.
12280
12281 2008-04-20  Bruno Haible  <bruno@clisp.org>
12282
12283         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
12284         take 2.
12285         * lib/canonicalize.c (canonicalize_file_name): Elide if the
12286         'canonicalize-lgpl' module is also used.
12287         * lib/canonicalize-lgpl.c: Undo last change.
12288         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
12289
12290 2008-04-20  Bruno Haible  <bruno@clisp.org>
12291
12292         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
12293         config.h. Provide _mkdir based fallback for mingw.
12294         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
12295         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
12296         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
12297         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
12298         rather than defining mkdir in config.h.
12299         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
12300         (gl_SYS_STAT_H_DEFAULTS): New macro.
12301         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
12302         HAVE_IO_H any more.
12303         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
12304         HAVE_DECL_MKDIR and HAVE_IO_H.
12305
12306 2008-04-20  Bruno Haible  <bruno@clisp.org>
12307
12308         * lib/isapipe.c: Port to native Windows platforms.
12309
12310 2008-04-20  Bruno Haible  <bruno@clisp.org>
12311
12312         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
12313
12314 2008-04-21  Eric Blake  <ebb9@byu.net>
12315
12316         Work around preprocessors that don't handle UINTMAX_MAX.
12317         * lib/memchr2.c (memchr2): Avoid embedded #if.
12318         Reported by Alain Guibert, fix suggested by Bruno Haible.
12319
12320 2008-04-21  Simon Josefsson  <simon@josefsson.org>
12321
12322         * doc/posix-functions/strftime.texi (strftime): Explain better
12323         Windows incompatibility.  Suggested by Micah Cowan
12324         <micah@cowan.name>.
12325
12326 2008-04-20  Bruno Haible  <bruno@clisp.org>
12327
12328         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
12329         unistr/u8-mblen.
12330
12331 2008-04-20  Bruno Haible  <bruno@clisp.org>
12332
12333         Fix test failure on platforms with non-GNU iconv.
12334         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
12335         (U_TO_U8): Use it, rather than u16_to_u8.
12336         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
12337         units at the end of the input string.
12338         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
12339
12340 2008-04-20  Bruno Haible  <bruno@clisp.org>
12341
12342         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
12343         when the resulting length is 0.
12344         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
12345
12346 2008-04-20  Bruno Haible  <bruno@clisp.org>
12347
12348         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
12349         works.
12350         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
12351
12352 2008-04-20  Bruno Haible  <bruno@clisp.org>
12353
12354         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
12355         * modules/tsearch-tests (configure.ac): Test for initstate function.
12356
12357 2008-04-20  Bruno Haible  <bruno@clisp.org>
12358
12359         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
12360         for nlink_t if missing.
12361         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
12362
12363 2008-04-19  Bruno Haible  <bruno@clisp.org>
12364
12365         Work around snprintf bug on Linux libc5.
12366         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
12367         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12368         gl_SNPRINTF_SIZE1.
12369         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12370         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
12371         that test failed.
12372         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
12373         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
12374         * modules/snprintf (Files): Add m4/printf.m4.
12375         * modules/vsnprintf (Files): Likewise.
12376         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
12377         * doc/posix-functions/vsnprintf.texi: Likewise.
12378
12379 2008-04-19  Bruno Haible  <bruno@clisp.org>
12380
12381         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
12382         from 0.0058 to less than 10^-7.
12383
12384 2008-04-19  Bruno Haible  <bruno@clisp.org>
12385
12386         Fix rounding when a precision is given.
12387         * lib/vasnprintf.c (is_borderline): New function.
12388         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
12389         9...9x.
12390         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
12391         %e, %g.
12392         * tests/test-vasprintf-posix.c (test_function): Likewise.
12393         * tests/test-snprintf-posix.h (test_function): Likewise.
12394         * tests/test-sprintf-posix.h (test_function): Likewise.
12395         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
12396         * tests/test-printf-posix.h (test_function): Likewise.
12397         * tests/test-printf-posix.output: Update.
12398         Reported by John Darrington <john@darrington.wattle.id.au> via
12399         Ben Pfaff <blp@cs.stanford.edu>.
12400
12401 2008-04-18  Simon Josefsson  <simon@josefsson.org>
12402
12403         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
12404         Suggested by Bruno Haible <bruno@clisp.org>.
12405
12406 2008-04-17  Bruno Haible  <bruno@clisp.org>
12407
12408         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
12409         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
12410         implementation.
12411         Patch by Bruce Merry <bmerry@gmail.com>.
12412
12413 2008-04-17  Simon Josefsson  <simon@josefsson.org>
12414
12415         * doc/posix-functions/strftime.texi (strftime): Mention that %e
12416         doesn't work under Windows.
12417
12418 2008-04-16  Bruno Haible  <bruno@clisp.org>
12419
12420         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
12421         New macros.
12422         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
12423         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
12424         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
12425         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
12426         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
12427         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
12428         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
12429         macros.
12430         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
12431         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
12432         Northern Sotho, Uighur.
12433
12434 2008-04-16  Bruno Haible  <bruno@clisp.org>
12435
12436         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
12437         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
12438         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
12439         Reported by Daniel Bergström <daniel@octocode.com>.
12440
12441 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
12442             Bruno Haible  <bruno@clisp.org>
12443
12444         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
12445         function.
12446         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
12447         New functions, mostly extracted from gl_locale_name_default.
12448         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
12449
12450 2008-04-16  Eric Blake  <ebb9@byu.net>
12451
12452         Adjust strtod detection to catch glibc 2.7 bug.
12453         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
12454         Reported by John Gatewood Ham.
12455
12456 2008-04-16  Bruno Haible  <bruno@clisp.org>
12457
12458         Add tentative support for Linux libc5.
12459         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
12460         * lib/fpurge.c (fpurge): Likewise.
12461         * lib/freadable.c (freadable): Likewise.
12462         * lib/freadahead.c (freadahead): Likewise.
12463         * lib/freading.c (freading): Likewise.
12464         * lib/freadptr.c (freadptr): Likewise.
12465         * lib/freadseek.c (freadptrinc): Likewise.
12466         * lib/fseeko.c (rpl_fseeko): Likewise.
12467         * lib/fseterr.c (fseterr): Likewise.
12468         * lib/fwritable.c (fwritable): Likewise.
12469         * lib/fwriting.c (fwriting): Likewise.
12470         Reported by Alain Guibert <alguibert+bts@free.fr>.
12471
12472 2008-04-15  Bruno Haible  <bruno@clisp.org>
12473
12474         * modules/mathl (configure.ac): Define module indicator.
12475
12476 2008-04-15  Bruno Haible  <bruno@clisp.org>
12477
12478         * lib/logl.c (logl): Remove unused variables.
12479
12480 2008-04-15  Bruno Haible  <bruno@clisp.org>
12481
12482         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
12483         fails.
12484
12485 2008-04-15  Bruno Haible  <bruno@clisp.org>
12486
12487         * lib/trim.c (trim2): Fix argument of isspace() macro.
12488
12489 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
12490
12491         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
12492         to 0.
12493         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
12494
12495 2008-04-14  Bruno Haible  <bruno@clisp.org>
12496
12497         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
12498         AC_LANG_PROGRAM argument.
12499         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
12500         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
12501         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
12502         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12503         * m4/math_h.m4 (gl_MATH_H): Likewise.
12504         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
12505         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12506         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12507         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
12508         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12509         * m4/regex.m4 (gl_REGEX): Likewise.
12510         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
12511         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
12512         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12513         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
12514         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12515         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12516         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12517         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12518
12519 2008-04-14  Jim Meyering  <meyering@redhat.com>
12520
12521         test-strtod: fix typos: s/abs/fabs/
12522         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
12523
12524 2008-04-13  Bruno Haible  <bruno@clisp.org>
12525
12526         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
12527         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
12528         module is also used and while not building the reloc-wrapper.
12529
12530 2008-04-13  Bruno Haible  <bruno@clisp.org>
12531
12532         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
12533
12534 2008-04-13  Bruno Haible  <bruno@clisp.org>
12535
12536         Fix AIX compilation failure introduced on 2008-04-02.
12537         * tests/test-frexp.c (exp): Undefine before redefining.
12538         * tests/test-frexpl.c (exp): Likewise.
12539
12540 2008-04-13  Bruno Haible  <bruno@clisp.org>
12541
12542         Work around a HP-UX stdio bug.
12543         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
12544         * tests/test-ftello.c (main): Likewise.
12545         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
12546         * doc/posix-functions/ftello.texi: Likewise.
12547
12548 2008-04-13  Bruno Haible  <bruno@clisp.org>
12549
12550         Make test-signbit pass on HP-UX/hppa.
12551         * tests/test-signbit.c (minus_zerol): New variable.
12552         (test_signbitl): Use it.
12553
12554 2008-04-13  Bruno Haible  <bruno@clisp.org>
12555
12556         Make truncl work on OSF/1 4.0.
12557         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
12558         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
12559         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
12560         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
12561         HAVE_DECL_TRUNCL.
12562         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
12563         HAVE_DECL_TRUNCL.
12564         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
12565
12566 2008-04-13  Bruno Haible  <bruno@clisp.org>
12567
12568         * lib/unictype.h: Remove trailing comma from enumeration definitions.
12569
12570 2008-04-13  Bruno Haible  <bruno@clisp.org>
12571
12572         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
12573         expression, so as to avoid HP-UX 11 cc compiler bug.
12574
12575 2008-04-13  Bruno Haible  <bruno@clisp.org>
12576
12577         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
12578
12579 2008-04-13  Bruno Haible  <bruno@clisp.org>
12580
12581         * lib/git-merge-changelog.c: Remove empty declaration outside of
12582         functions.
12583
12584 2008-04-13  Bruno Haible  <bruno@clisp.org>
12585
12586         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
12587
12588 2008-04-13  Bruno Haible  <bruno@clisp.org>
12589
12590         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
12591         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
12592         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
12593         also if it exists but lacks definitions of the SHUT_* macros.
12594         * modules/sys_socket (Description): Update.
12595         Reported by Elbert Pol <e.pol@chello.nl>.
12596
12597 2008-04-13  Bruno Haible  <bruno@clisp.org>
12598
12599         * lib/localcharset.c (OS2): Don't redefine if already defined.
12600         Reported by Elbert Pol <e.pol@chello.nl>.
12601
12602 2008-04-13  Bruno Haible  <bruno@clisp.org>
12603
12604         * lib/binary-io.h [__EMX__]: Include <io.h>.
12605         Reported by Elbert Pol <e.pol@chello.nl>.
12606
12607 2008-04-12  Bruno Haible  <bruno@clisp.org>
12608
12609         * lib/fpucw.h: Enable the definitions also for x86_64.
12610         Needed for NetBSD/x86_64.
12611         Reported by Thomas Klausner <tk@giga.or.at>.
12612
12613 2008-04-12  Bruno Haible  <bruno@clisp.org>
12614
12615         * tests/test-strtod.c: Include isnand.h.
12616         (main): Use isnand instead of isnan.
12617         Reported by Jim Meyering.
12618
12619 2008-04-12  Bruno Haible  <bruno@clisp.org>
12620
12621         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
12622         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
12623
12624 2008-04-12  Jim Meyering  <meyering@redhat.com>
12625
12626         * m4/math_h.m4 (gl_MATH_H): Fix typos.
12627
12628 2008-04-12  Bruno Haible  <bruno@clisp.org>
12629
12630         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
12631         Reported by Elbert Pol <e.pol@chello.nl>.
12632
12633 2008-04-12  Eric Blake  <ebb9@byu.net>
12634
12635         Work around Solaris 10 math.h bug.
12636         * m4/math_h.m4 (gl_MATH_H): Check for bug.
12637         (gl_MATH_H_DEFAULTS): Set up default.
12638         * modules/math (Makefile.am): Replace new indicators.
12639         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
12640         * tests/test-math.c (main): Test this.
12641         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
12642         * doc/posix-headers/math.texi (math.h): Mention bug.
12643         Reported by Nelson H. F. Beebe and Jim Meyering.
12644
12645 2008-04-11  Bruno Haible  <bruno@clisp.org>
12646
12647         Adapt to future versions of Apple GCC.
12648         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
12649         Reported by Peter O'Gorman <peter@pogma.com>.
12650
12651 2008-04-11  Bruno Haible  <bruno@clisp.org>
12652
12653         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
12654
12655 2008-04-11  Bruno Haible  <bruno@clisp.org>
12656
12657         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
12658
12659         * modules/getaddrinfo-tests (Makefile.am): Define
12660         test_getaddrinfo_LDADD.
12661
12662 2008-04-11  Bruno Haible  <bruno@clisp.org>
12663
12664         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
12665         (init): Fix syntax error.
12666         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
12667         is declared.
12668
12669 2008-04-11  Bruno Haible  <bruno@clisp.org>
12670
12671         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
12672         * modules/glob (Depends-on): Add stdbool.
12673
12674 2008-04-11  Bruno Haible  <bruno@clisp.org>
12675
12676         * lib/trim.c: Include <string.h>.
12677
12678 2008-04-11  Eric Blake  <ebb9@byu.net>
12679
12680         Avoid compile failure on OS/2.
12681         * lib/regex_internal.h (internal_function): Disable optimization
12682         on OS/2 (__EMX__), where it caused compiler error.
12683         Reported by Elbert Pol.
12684
12685 2008-04-11  Bruno Haible  <bruno@clisp.org>
12686
12687         Flush the standard error stream before aborting. Needed on mingw.
12688         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
12689         * tests/test-array_list.c (ASSERT): Likewise.
12690         * tests/test-array_oset.c (ASSERT): Likewise.
12691         * tests/test-avltree_list.c (ASSERT): Likewise.
12692         * tests/test-avltree_oset.c (ASSERT): Likewise.
12693         * tests/test-avltreehash_list.c (ASSERT): Likewise.
12694         * tests/test-binary-io.c (ASSERT): Likewise.
12695         * tests/test-byteswap.c (ASSERT): Likewise.
12696         * tests/test-c-ctype.c (ASSERT): Likewise.
12697         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
12698         * tests/test-c-strcasestr.c (ASSERT): Likewise.
12699         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
12700         * tests/test-c-strstr.c (ASSERT): Likewise.
12701         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
12702         * tests/test-canonicalize.c (ASSERT): Likewise.
12703         * tests/test-carray_list.c (ASSERT): Likewise.
12704         * tests/test-ceilf1.c (ASSERT): Likewise.
12705         * tests/test-ceilf2.c (ASSERT): Likewise.
12706         * tests/test-ceill.c (ASSERT): Likewise.
12707         * tests/test-count-one-bits.c (ASSERT): Likewise.
12708         * tests/test-fbufmode.c (ASSERT): Likewise.
12709         * tests/test-fflush2.c (ASSERT): Likewise.
12710         * tests/test-floorf1.c (ASSERT): Likewise.
12711         * tests/test-floorf2.c (ASSERT): Likewise.
12712         * tests/test-floorl.c (ASSERT): Likewise.
12713         * tests/test-fopen.c (ASSERT): Likewise.
12714         * tests/test-fpending.c (ASSERT): Likewise.
12715         * tests/test-fprintf-posix.c (ASSERT): Likewise.
12716         * tests/test-fpurge.c (ASSERT): Likewise.
12717         * tests/test-freadable.c (ASSERT): Likewise.
12718         * tests/test-freadahead.c (ASSERT): Likewise.
12719         * tests/test-freading.c (ASSERT): Likewise.
12720         * tests/test-freadptr.c (ASSERT): Likewise.
12721         * tests/test-freadptr2.c (ASSERT): Likewise.
12722         * tests/test-freadseek.c (ASSERT): Likewise.
12723         * tests/test-freopen.c (ASSERT): Likewise.
12724         * tests/test-frexp.c (ASSERT): Likewise.
12725         * tests/test-frexpl.c (ASSERT): Likewise.
12726         * tests/test-fseek.c (ASSERT): Likewise.
12727         * tests/test-fseeko.c (ASSERT): Likewise.
12728         * tests/test-fstrcmp.c (ASSERT): Likewise.
12729         * tests/test-ftell.c (ASSERT): Likewise.
12730         * tests/test-ftello.c (ASSERT): Likewise.
12731         * tests/test-func.c (ASSERT): Likewise.
12732         * tests/test-fwritable.c (ASSERT): Likewise.
12733         * tests/test-fwriting.c (ASSERT): Likewise.
12734         * tests/test-getdelim.c (ASSERT): Likewise.
12735         * tests/test-getline.c (ASSERT): Likewise.
12736         * tests/test-i-ring.c (ASSERT): Likewise.
12737         * tests/test-iconv-utf.c (ASSERT): Likewise.
12738         * tests/test-iconv.c (ASSERT): Likewise.
12739         * tests/test-isfinite.c (ASSERT): Likewise.
12740         * tests/test-isnand.c (ASSERT): Likewise.
12741         * tests/test-isnanf.c (ASSERT): Likewise.
12742         * tests/test-isnanl.h (ASSERT): Likewise.
12743         * tests/test-ldexpl.c (ASSERT): Likewise.
12744         * tests/test-linked_list.c (ASSERT): Likewise.
12745         * tests/test-linkedhash_list.c (ASSERT): Likewise.
12746         * tests/test-localename.c (ASSERT): Likewise.
12747         * tests/test-lseek.c (ASSERT): Likewise.
12748         * tests/test-mbscasecmp.c (ASSERT): Likewise.
12749         * tests/test-mbscasestr1.c (ASSERT): Likewise.
12750         * tests/test-mbscasestr2.c (ASSERT): Likewise.
12751         * tests/test-mbscasestr3.c (ASSERT): Likewise.
12752         * tests/test-mbscasestr4.c (ASSERT): Likewise.
12753         * tests/test-mbschr.c (ASSERT): Likewise.
12754         * tests/test-mbscspn.c (ASSERT): Likewise.
12755         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
12756         * tests/test-mbspbrk.c (ASSERT): Likewise.
12757         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
12758         * tests/test-mbsrchr.c (ASSERT): Likewise.
12759         * tests/test-mbsspn.c (ASSERT): Likewise.
12760         * tests/test-mbsstr1.c (ASSERT): Likewise.
12761         * tests/test-mbsstr2.c (ASSERT): Likewise.
12762         * tests/test-mbsstr3.c (ASSERT): Likewise.
12763         * tests/test-memchr2.c (ASSERT): Likewise.
12764         * tests/test-memmem.c (ASSERT): Likewise.
12765         * tests/test-open.c (ASSERT): Likewise.
12766         * tests/test-printf-frexp.c (ASSERT): Likewise.
12767         * tests/test-printf-frexpl.c (ASSERT): Likewise.
12768         * tests/test-printf-posix.c (ASSERT): Likewise.
12769         * tests/test-quotearg.c (ASSERT): Likewise.
12770         * tests/test-rbtree_list.c (ASSERT): Likewise.
12771         * tests/test-rbtree_oset.c (ASSERT): Likewise.
12772         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
12773         * tests/test-round1.c (ASSERT): Likewise.
12774         * tests/test-roundf1.c (ASSERT): Likewise.
12775         * tests/test-roundl.c (ASSERT): Likewise.
12776         * tests/test-signbit.c (ASSERT): Likewise.
12777         * tests/test-sleep.c (ASSERT): Likewise.
12778         * tests/test-snprintf-posix.c (ASSERT): Likewise.
12779         * tests/test-snprintf.c (ASSERT): Likewise.
12780         * tests/test-sprintf-posix.c (ASSERT): Likewise.
12781         * tests/test-stat-time.c (ASSERT): Likewise.
12782         * tests/test-strcasestr.c (ASSERT): Likewise.
12783         * tests/test-strerror.c (ASSERT): Likewise.
12784         * tests/test-striconv.c (ASSERT): Likewise.
12785         * tests/test-striconveh.c (ASSERT): Likewise.
12786         * tests/test-striconveha.c (ASSERT): Likewise.
12787         * tests/test-strsignal.c (ASSERT): Likewise.
12788         * tests/test-strstr.c (ASSERT): Likewise.
12789         * tests/test-strtod.c (ASSERT): Likewise.
12790         * tests/test-trunc1.c (ASSERT): Likewise.
12791         * tests/test-trunc2.c (ASSERT): Likewise.
12792         * tests/test-truncf1.c (ASSERT): Likewise.
12793         * tests/test-truncf2.c (ASSERT): Likewise.
12794         * tests/test-truncl.c (ASSERT): Likewise.
12795         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
12796         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
12797         * tests/test-vasnprintf.c (ASSERT): Likewise.
12798         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
12799         * tests/test-vasprintf.c (ASSERT): Likewise.
12800         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
12801         * tests/test-vprintf-posix.c (ASSERT): Likewise.
12802         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
12803         * tests/test-vsnprintf.c (ASSERT): Likewise.
12804         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
12805         * tests/test-wcwidth.c (ASSERT): Likewise.
12806         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
12807         * tests/test-xprintf-posix.c (ASSERT): Likewise.
12808         * tests/test-xvasprintf.c (ASSERT): Likewise.
12809         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
12810         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
12811         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
12812         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
12813         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
12814         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
12815         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
12816         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
12817         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
12818         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
12819         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
12820         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
12821         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
12822         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
12823         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
12824         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
12825         * tests/unictype/test-block_list.c (ASSERT): Likewise.
12826         * tests/unictype/test-block_of.c (ASSERT): Likewise.
12827         * tests/unictype/test-block_test.c (ASSERT): Likewise.
12828         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
12829         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
12830         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
12831         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
12832         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
12833         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
12834         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
12835         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
12836         * tests/unictype/test-combining.c (ASSERT): Likewise.
12837         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
12838         * tests/unictype/test-digit.c (ASSERT): Likewise.
12839         * tests/unictype/test-mirror.c (ASSERT): Likewise.
12840         * tests/unictype/test-numeric.c (ASSERT): Likewise.
12841         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
12842         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
12843         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
12844         * tests/unictype/test-scripts.c (ASSERT): Likewise.
12845         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
12846         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
12847         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
12848         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
12849         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
12850         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
12851         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
12852         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
12853         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
12854         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
12855         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
12856         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
12857         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
12858         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
12859         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
12860         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
12861         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
12862         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
12863         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
12864         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
12865         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
12866         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
12867         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
12868         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
12869         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
12870         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
12871         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
12872         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
12873         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
12874         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
12875         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
12876         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
12877         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
12878         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
12879         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
12880         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
12881         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
12882         Reported by Eric Blake.
12883
12884 2008-04-11  Bruno Haible  <bruno@clisp.org>
12885
12886         * lib/wchar.in.h: Tweak comment.
12887
12888 2008-04-11  Bruno Haible  <bruno@clisp.org>
12889
12890         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
12891         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
12892         gl_COMMON.
12893         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
12894
12895 2008-04-11  Bruno Haible  <bruno@clisp.org>
12896
12897         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
12898
12899 2008-04-11  Simon Josefsson  <simon@josefsson.org>
12900
12901         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
12902         of attempting to use non-existing /dev/*random.  Based on patch
12903         from Adam Strzelecki <ono@java.pl> in
12904         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
12905
12906 2008-04-08  Bruno Haible  <bruno@clisp.org>
12907
12908         Add tentative support for emx+gcc.
12909         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
12910         * lib/fpurge.c (fpurge): Likewise.
12911         * lib/freadable.c (freadable): Likewise.
12912         * lib/freadahead.c (freadahead): Likewise.
12913         * lib/freading.c (freading): Likewise.
12914         * lib/freadptr.c (freadptr): Likewise.
12915         * lib/freadseek.c (freadptrinc): Likewise.
12916         * lib/fseeko.c (rpl_fseeko): Likewise.
12917         * lib/fseterr.c (fseterr): Likewise.
12918         * lib/fwritable.c (fwritable): Likewise.
12919         * lib/fwriting.c (fwriting): Likewise.
12920         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
12921
12922 2008-04-09  Eric Blake  <ebb9@byu.net>
12923
12924         Avoid some autoconf warnings.
12925         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
12926         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
12927         * m4/afs.m4 (gl_AFS): Likewise.
12928         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
12929         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
12930         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
12931         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
12932         (gl_INTEGER_TYPE_SUFFIX): Likewise.
12933         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
12934         (AC_CHECK_DECLS_ONCE): Likewise.
12935         Rename file...
12936         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
12937         gnulib-tool requires autoconf 2.59 or better.
12938         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
12939
12940 2008-04-08  Eric Blake  <ebb9@byu.net>
12941
12942         Use 'git describe --match' if present (added in git 1.5.5).
12943         * build-aux/git-version-gen: Limit result to tags that match 'v*'
12944         if possible.
12945
12946 2008-04-08  Bruno Haible  <bruno@clisp.org>
12947
12948         Add tentative support for OpenServer.
12949         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
12950         _ptr, _cnt.
12951         * lib/fpurge.c (fpurge): Likewise.
12952         * lib/freadable.c (freadable): Likewise.
12953         * lib/freadahead.c (freadahead): Likewise.
12954         * lib/freading.c (freading): Likewise.
12955         * lib/freadptr.c (freadptr): Likewise.
12956         * lib/freadseek.c (freadptrinc): Likewise.
12957         * lib/fseeko.c (rpl_fseeko): Likewise.
12958         * lib/fseterr.c (fseterr): Likewise.
12959         * lib/fwritable.c (fwritable): Likewise.
12960         * lib/fwriting.c (fwriting): Likewise.
12961         Reported by Roger Cornelius <rac@tenzing.org> and
12962         Brian K. White <brian@aljex.com>.
12963
12964 2008-04-06  Jim Meyering  <meyering@redhat.com>
12965
12966         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
12967
12968 2008-04-06  Bruno Haible  <bruno@clisp.org>
12969
12970         Avoid possible error with non-ASCII bytes in UTF-8 locales.
12971         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
12972         * tests/test-printf-posix.sh: Likewise.
12973         * tests/test-vfprintf-posix.sh: Likewise.
12974         * tests/test-vprintf-posix.sh: Likewise.
12975         * tests/test-xprintf-posix.sh: Likewise.
12976
12977 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12978
12979         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
12980         hide error from 'ls', needed on OS/2.
12981         Report by Elbert Pol <elbert.pol@gmail.com>.
12982
12983 2008-04-04  Eric Blake  <ebb9@byu.net>
12984
12985         Make test-fseeko.c failures meaningful.
12986         * tests/test-fseeko.c: Print line number on failure.
12987         * tests/test-fseek.c: Likewise.
12988         Reported by Nelson H. F. Beebe.
12989
12990         Improve strtod bug detection check.
12991         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
12992         required for Solaris 10.
12993         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
12994
12995 2008-04-04  Bruno Haible  <bruno@clisp.org>
12996
12997         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
12998         by m4/setenv.m4.
12999
13000 2008-04-03  Eric Blake  <ebb9@byu.net>
13001
13002         Ensure sane .version contents.
13003         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
13004         version string.
13005         * build-aux/git-version-gen: Improve documentation.
13006
13007         Make GNU make output nicer.
13008         * top/GNUmakefile [!_have-Makefile]: Add dependency on
13009         MAKECMDGOALS to enforce message for all command line targets.  Set
13010         srcdir for use in maint.mk.
13011
13012         Another maintainer tweak.
13013         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
13014         a target that regenerates version.
13015
13016 2008-04-03  Jim Meyering  <meyering@redhat.com>
13017
13018         vc-list-files: don't cause coreutils "make po-check" failure
13019         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
13020
13021 2008-04-03  Eric Blake  <ebb9@byu.net>
13022
13023         Allow VPATH usage of vc-list-files.
13024         * build-aux/vc-list-files (scriptversion): Add timestamp.
13025         (options): Add --help, --version, -C.
13026         (CVS): Support installed cvsu.
13027
13028 2008-04-02  Bruno Haible  <bruno@clisp.org>
13029
13030         Avoid some "statement with no effect" warnings from gcc.
13031         * tests/test-wctype.c (main): Explicitly ignore unused values.
13032         Reported by Jim Meyering.
13033
13034 2008-04-02  Jim Meyering  <meyering@redhat.com>
13035
13036         Avoid some warnings from "gcc -Wshadow".
13037         * tests/test-frexp.c (exp): Define to a different identifier.
13038         * tests/test-frexpl.c (exp): Likewise.
13039
13040 2008-04-03  Jim Meyering  <meyering@redhat.com>
13041
13042         bootstrap: remove dangling *.[ch] symlinks from lib
13043         * build-aux/bootstrap [dangling symlink removal]: Move find's
13044         -depth option to precede all others, to avoid a warning.
13045         Remove *.[ch] files too, and from "$source_base" (usually lib/).
13046
13047 2008-04-02  Bruno Haible  <bruno@clisp.org>
13048
13049         Avoid some warnings from "gcc -Wshadow".
13050         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
13051         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
13052         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
13053         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
13054         Reported by Jim Meyering.
13055
13056 2008-04-01  Bruno Haible  <bruno@clisp.org>
13057
13058         Fix test to work on IRIX 6.5 with cc.
13059         * tests/test-math.c (numeric_equal): New function.
13060         (main): Use it.
13061
13062 2008-04-01  Bruno Haible  <bruno@clisp.org>
13063
13064         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
13065
13066 2008-04-01  Bruno Haible  <bruno@clisp.org>
13067
13068         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
13069         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13070         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
13071         (Depends-on): Remove math.
13072
13073         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
13074         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13075         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
13076         (Depends-on): Remove math.
13077
13078         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
13079         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13080         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
13081         (Depends-on): Remove math.
13082         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
13083         (Depends-on): Remove math.
13084
13085         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
13086         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13087         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
13088         (Depends-on): Remove math.
13089         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
13090         (Depends-on): Remove math.
13091
13092         * tests/test-round1.c: Include nan.h.
13093         (main): Use NaNd instead of NAN.
13094         * modules/round-tests (Files): Add tests/nan.h.
13095
13096         * tests/test-trunc1.c: Include nan.h.
13097         (main): Use NaNd instead of NAN.
13098         * modules/trunc-tests (Files): Add tests/nan.h.
13099
13100         * tests/test-roundf1.c: Include nan.h.
13101         (main): Use NaNf instead of NAN.
13102         * modules/roundf-tests (Files): Add tests/nan.h.
13103
13104         * tests/test-truncf1.c: Include nan.h.
13105         (main): Use NaNf instead of NAN.
13106         * modules/truncf-tests (Files): Add tests/nan.h.
13107
13108         * tests/test-ceilf1.c: Include nan.h.
13109         (main): Use NaNf instead of NAN.
13110         * modules/ceilf-tests (Files): Add tests/nan.h.
13111
13112         * tests/test-floorf1.c: Include nan.h.
13113         (main): Use NaNf instead of NAN.
13114         * modules/floorf-tests (Files): Add tests/nan.h.
13115
13116         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
13117         (main): Use NaNf instead of NAN.
13118         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
13119
13120         * tests/test-isnand.c: Include nan.h instead of <math.h>.
13121         (main): Use NaNd instead of NAN.
13122         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
13123
13124         * tests/test-frexp.c: Include nan.h.
13125         (main): Use NaNd instead of NAN.
13126         * modules/frexp-tests (Files): Add tests/nan.h.
13127
13128         * lib/isnan.c: Don't include <math.h>.
13129         (FUNC): Don't use NAN macro.
13130         * modules/isnand-nolibm (Depends-on): Remove math.
13131         * modules/isnanf-nolibm (Depends-on): Remove math.
13132         * modules/isnanl (Depends-on): Remove math.
13133         * modules/isnanl-nolibm (Depends-on): Remove math.
13134
13135         * tests/nan.h: New file.
13136
13137 2008-04-01  Eric Blake  <ebb9@byu.net>
13138
13139         Fix typos.
13140         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
13141         values to be the right type.
13142
13143         For now, cater to gnulib strtod inaccuracies.
13144         * tests/test-strtod.c (main): Allow 1-ulp error on expected
13145         fractional results.  While not as nice from a QoI perspective, it
13146         is a quicker patch than correctly implementing decimal to binary
13147         rounding.
13148
13149 2008-03-31  Eric Blake  <ebb9@byu.net>
13150
13151         Guarantee a definition of NAN.
13152         * lib/math.in.h (NAN): Define if missing.
13153         * tests/test-math.c (main): Test it.
13154         * doc/posix-headers/math.texi (math.h): Document this.
13155         * lib/isnan.c (rpl_isnand): Use it.
13156         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
13157         * tests/test-floorf1.c (NaN): Likewise.
13158         * tests/test-frexp.c (NaN): Likewise.
13159         * tests/test-isnand.c (NaN): Likewise.
13160         * tests/test-isnanf.c (NaN): Likewise.
13161         * tests/test-round1.c (NaN): Likewise.
13162         * tests/test-roundf1.c (NaN): Likewise.
13163         * tests/test-snprintf-posix.h (NaN): Likewise.
13164         * tests/test-sprintf-posix.h (NaN): Likewise.
13165         * tests/test-trunc1.c (NaN): Likewise.
13166         * tests/test-truncf1.c (NaN): Likewise.
13167         * tests/test-vasnprintf-posix.c (NaN): Likewise.
13168         * tests/test-vasprintf-posix.c (NaN): Likewise.
13169         * modules/isnand-nolibm (Depends-on): Add math.
13170         * modules/isnanf-nolibm (Depends-on): Likewise.
13171         * modules/isnanl (Depends-on): Likewise.
13172         * modules/isnanl-nolibm (Depends-on): Likewise.
13173         * modules/snprintf-posix-tests (Depends-on): Likewise.
13174         * modules/sprintf-posix-tests (Depends-on): Likewise.
13175         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
13176         * modules/vsprintf-posix-tests (Depends-on): Likewise.
13177         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
13178         * modules/vasprintf-posix-tests (Depends-on): Likewise.
13179
13180 2008-03-31  Bruno Haible  <bruno@clisp.org>
13181
13182         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
13183         * doc/posix-functions/strtod.texi: Likewise.
13184
13185 2008-03-31  Bruno Haible  <bruno@clisp.org>
13186
13187         * tests/test-strtod.c (main): Don't use C99 syntax.
13188
13189 2008-03-31  Bruno Haible  <bruno@clisp.org>
13190
13191         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
13192         Reported by Eric Blake.
13193
13194 2008-03-31  Jim Meyering  <meyering@redhat.com>
13195
13196         Don't compare actual signbit return values.
13197         * tests/test-strtod.c (main): Rather, compare only their
13198         zero/non-zero nature.
13199
13200 2008-03-31  Eric Blake  <ebb9@byu.net>
13201
13202         More strtod documentation.
13203         * doc/posix-functions/strtod.texi (strtod): Interpret more test
13204         failures as distinct bugs.
13205
13206 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13207
13208         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
13209         Problem reported by Erik Benada in
13210         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
13211
13212 2008-03-30  Bruno Haible  <bruno@clisp.org>
13213
13214         * tests/test-strtod.c: Add comments about which assertion fails on which
13215         platform.
13216         * doc/posix-functions/strtod.texi: Add info about many more platforms.
13217
13218 2008-03-30  Eric Blake  <ebb9@byu.net>
13219
13220         Test signbit behavior on zeros.
13221         * tests/test-signbit.c (test_signbitf): Add tests for zero.
13222         (test_signbitd, test_signbitl): Likewise.
13223
13224         More strtod touchups.
13225         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
13226         sign of negative underflow, for now.  Use .5, not .1.
13227         * doc/posix-functions/strtod.texi (strtod): Mention these
13228         limitations.
13229         Reported by Jim Meyering.
13230
13231 2008-03-30  Bruno Haible  <bruno@clisp.org>
13232
13233         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
13234         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
13235
13236 2008-03-30  Bruno Haible  <bruno@clisp.org>
13237
13238         Avoid failure when attempting to return empty iconv results on some
13239         platforms.
13240         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
13241         allocation, don't report ENOMEM when the resulting string is empty.
13242
13243 2008-03-30  Bruno Haible  <bruno@clisp.org>
13244
13245         Fix buffer overrun.
13246         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
13247         Don't consider the width for tmp_length. Check count against tmp_length
13248         before doing the padding. Ensure enough allocation during padding.
13249
13250 2008-03-30  Eric Blake  <ebb9@byu.net>
13251
13252         strtod touchups.
13253         * lib/strtod.c (strtod): Avoid compiler warnings.
13254         Reported by Jim Meyering.
13255
13256 2008-03-30  Bruno Haible  <bruno@clisp.org>
13257
13258         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
13259         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
13260         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
13261         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
13262         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
13263         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
13264         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
13265         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
13266
13267         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
13268         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
13269         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
13270         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
13271         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
13272         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
13273         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
13274         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
13275
13276         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
13277         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
13278         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
13279         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
13280         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
13281         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
13282         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
13283         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
13284
13285         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
13286         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
13287
13288         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
13289         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
13290
13291         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
13292         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
13293
13294         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
13295         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
13296         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
13297
13298         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
13299         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
13300         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
13301
13302         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
13303         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
13304         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
13305
13306         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
13307         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
13308         * modules/vasprintf (Depends-on): Add EOVERFLOW.
13309
13310         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
13311         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
13312         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
13313         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
13314         (Depends-on): Add EOVERFLOW.
13315         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
13316         (Depends-on): Add EOVERFLOW.
13317         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13318         (Depends-on): Add EOVERFLOW.
13319         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13320         (Depends-on): Add EOVERFLOW.
13321         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13322         (Depends-on): Add EOVERFLOW.
13323         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13324         (Depends-on): Add EOVERFLOW.
13325         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13326         (Depends-on): Add EOVERFLOW.
13327         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13328         (Depends-on): Add EOVERFLOW.
13329
13330         * lib/sprintf.c (EOVERFLOW): Remove fallback.
13331         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
13332         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
13333
13334         * lib/snprintf.c (EOVERFLOW): Remove fallback.
13335         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
13336         * modules/snprintf (Depends-on): Add EOVERFLOW.
13337
13338         * lib/poll.c (EOVERFLOW): Remove fallback.
13339         * modules/poll (Depends-on): Add EOVERFLOW.
13340
13341         * lib/getugroups.c (EOVERFLOW): Remove fallback.
13342         * modules/getugroups (Depends-on): Add EOVERFLOW.
13343
13344         * lib/getdelim.c (EOVERFLOW): Remove fallback.
13345         * modules/getdelim (Depends-on): Add EOVERFLOW.
13346
13347         * lib/ftell.c (EOVERFLOW): Remove fallback.
13348         * modules/ftell (Depends-on): Add EOVERFLOW.
13349
13350         * lib/fprintf.c (EOVERFLOW): Remove fallback.
13351         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
13352         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
13353
13354         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
13355
13356         * modules/EOVERFLOW-tests: New file.
13357         * tests/test-EOVERFLOW.c: New file.
13358
13359         * modules/EOVERFLOW: New file.
13360         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
13361
13362 2008-03-30  Bruno Haible  <bruno@clisp.org>
13363
13364         Fix bug introduced on 2007-06-10.
13365         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
13366         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
13367
13368 2008-03-30  Bruno Haible  <bruno@clisp.org>
13369
13370         Improve freadseek's efficiency after ungetc.
13371         * lib/freadseek.c: Include freadahead.h.
13372         (freadptrinc): New function, extracted from freadseek.
13373         (freadseek): Use it in a loop. Use freadahead to determine the number
13374         of loop iterations.
13375         * modules/freadseek (Depends-on): Add freadahead.
13376         (configure.ac): Require AC_C_INLINE.
13377
13378 2008-03-30  Bruno Haible  <bruno@clisp.org>
13379
13380         * lib/freadseek.c (freadseek): Don't ignore the return value of
13381         freadptr.
13382
13383 2008-03-29  Eric Blake  <ebb9@byu.net>
13384
13385         Add hex float support.
13386         * modules/strtod (Depends-on): Add c-ctype.
13387         (Link): Mention POW_LIB.
13388         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
13389         whitespace between 'e' and exponent.
13390         * tests/test-strtod.c (main): Enable hex float tests.
13391         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
13392         now provides.
13393
13394         Document various strtod bugs, with some fixes.
13395         * doc/posix-functions/strtod.texi (strtod): Document bugs with
13396         "-0x", "inf", "nan", and hex constants.
13397         * doc/posix-functions/atof.texi (atof): Likewise.
13398         * modules/stdlib (Makefile.am): Support strtod.
13399         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
13400         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
13401         detect additional strtod bugs.
13402         * lib/stdlib.in.h (rpl_strtod): Add declarations.
13403         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
13404         bool where appropriate.  Parse 'inf' and 'nan'.
13405         * tests/test-strtod.c: New file.
13406         * modules/strtod (Depends-on): Add stdbool, stdlib.
13407         (configure.ac): Turn on module indicator.
13408         * modules/strtod-tests: New module.
13409
13410 2008-03-29  Eric Blake  <ebb9@byu.net>
13411
13412         Fix ftell on mingw.
13413         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
13414         * modules/ftell-tests (Depends-on): Add binary-io.
13415         * modules/ftello-tests (Depends-on): Likewise.
13416         * tests/test-ftell.c (main): Enhance test to cover behavior after
13417         ungetc.  Enforce binary mode.
13418         * tests/test-ftello.c (main): Likewise.
13419
13420         Pass test-freadseek on cygwin.
13421         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
13422         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
13423         ungetc buffer.
13424
13425         * tests/test-fflush2.c (main): Fix typo.
13426
13427 2008-03-29  Bruno Haible  <bruno@clisp.org>
13428
13429         * tests/test-fflush2.c (main): Temporarily disable the contents of
13430         this test.
13431         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
13432         Reported by Eric Blake.
13433
13434 2008-03-28  Simon Josefsson  <simon@josefsson.org>
13435
13436         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
13437         (GC_SHA224_DIGEST_SIZE): Add.
13438
13439         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
13440         (gc_hash_digest_length): Likewise.
13441         (gc_hash_buffer): Likewise.
13442
13443 2008-03-25  Bruno Haible  <bruno@clisp.org>
13444
13445         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
13446         detail which gettext release to use.
13447         Reported by Simon Josefsson.
13448
13449 2008-03-26  Jim Meyering  <meyering@redhat.com>
13450
13451         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
13452         * modules/gnumakefile (clean-GNUmakefile): Also, use
13453         test ... && ... || : syntax rather than if-then ... fi.
13454
13455         gnumakefile: Don't double-quote-expand $(VPATH) value.
13456         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
13457
13458 2008-03-24  Eric Blake  <ebb9@byu.net>
13459
13460         Alter GNUmakefile to install into top directory.
13461         * modules/maintainer-makefile: Split, and add dependency...
13462         * modules/gnumakefile: to this new module.
13463         * build-aux/GNUmakefile: Move...
13464         * top/GNUmakefile: ...here.
13465         * build-aux/maint.mk: Move...
13466         * top/maint.mk: ...here.
13467         * MODULES.html.sh (Support for maintaining...): Document new
13468         module.
13469
13470 2008-03-23  Bruno Haible  <bruno@clisp.org>
13471
13472         * gnulib-tool: New options --vc-files, --no-vc-files.
13473         (func_usage): Document them.
13474         (vc_files): New variable.
13475         (func_import): Consider vc_files.
13476         (func_create_testdir): Set vc_files to empty.
13477         Suggested by Jim Meyering and Karl Berry.
13478
13479 2008-03-23  Bruno Haible  <bruno@clisp.org>
13480
13481         Fix regex compilation error on HP-UX 11.
13482         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
13483         * modules/regex (Files): Add m4/mbstate_t.m4.
13484         Reported by Ton Voon <ton.voon@altinity.com>.
13485
13486 2008-03-23  Bruno Haible  <bruno@clisp.org>
13487
13488         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
13489
13490 2008-03-23  Eric Blake  <ebb9@byu.net>
13491             Bruno Haible  <bruno@clisp.org>
13492
13493         Install files from top/ in the destination directory.
13494         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13495         augmentation also for the files from top/.
13496         (func_import, func_create_testdir): Rewrite file names:
13497         top/filename -> filename.
13498
13499 2008-03-23  Bruno Haible  <bruno@clisp.org>
13500
13501         Tweak "gnulib --version" output.
13502         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
13503
13504 2008-03-23  Bruno Haible  <bruno@clisp.org>
13505
13506         Tweak "gnulib --version" output.
13507         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
13508         rather than contents of ChangeLog, when possible.
13509
13510 2008-03-21  Eric Blake  <ebb9@byu.net>
13511
13512         More --version tweaks.
13513         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
13514         date of last ChangeLog entry.
13515
13516 2008-03-21  Jim Meyering  <meyering@redhat.com>
13517
13518         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
13519
13520 2008-03-20  Eric Blake  <ebb9@byu.net>
13521
13522         VPATH fix.
13523         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
13524
13525 2008-03-20  Simon Josefsson  <simon@josefsson.org>
13526
13527         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
13528         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
13529
13530 2008-03-20  Eric Blake  <ebb9@byu.net>
13531
13532         Sync GNUmakefile with coreutils.
13533         * build-aux/GNUmakefile (have-Makefile): Rename...
13534         (_have-Makefile): ...to this, for namespace consideration.
13535         (GNUmakefile.cfg): Include, if present.
13536         (_autoreconf): Define a default.
13537         (_is-dist-target): New rule for rebuilds to pick up intra-release
13538         version.
13539         (maint-cfg.mk): Rename...
13540         (cfg.mk): ...to this.
13541
13542 2008-03-18  Jim Meyering  <meyering@redhat.com>
13543
13544         New script and module: mktempd
13545         * MODULES.html.sh (maint+release support): Add mktempd.
13546         * build-aux/mktempd: New file.
13547         * modules/mktempd: New file.
13548
13549 2008-03-15  Jim Meyering  <meyering@redhat.com>
13550
13551         Undo last change.
13552         * lib/sha1.c, lib/md5.c: 63 != ~63.
13553         Reported by Andreas Schwab.
13554
13555         sha1.c, md5.c: Hoist a redundant expression.
13556         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
13557         "ctx->buflen" only once, before calling *_process_block.
13558         * lib/md5.c (md5_process_bytes): Likewise.
13559
13560 2008-03-14  Eric Blake  <ebb9@byu.net>
13561
13562         Bump copyright year in files generated by gnulib-tool.
13563         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
13564         gnulib-tool, rather than hard-coding it.
13565
13566         Fix 'gnulib-tool --version' output to work with git.
13567         * gnulib-tool (func_gnulib_dir): New function, extracted from...
13568         (startup): ...here.
13569         (func_version): Use it to invoke git-version-gen, rather than
13570         relying on CVS keyword expansion.  Modernize wording.
13571         (cvsdatestamp, last_checkin_date, version): Kill unused
13572         variables.
13573
13574 2008-03-12  Jim Meyering  <meyering@redhat.com>
13575
13576         Recognize optional cast of the argument to free.
13577         * build-aux/useless-if-before-free: Update regexps.
13578
13579         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
13580
13581 2008-03-11  Bruno Haible  <bruno@clisp.org>
13582
13583         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
13584         by a single package.
13585         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
13586         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
13587         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
13588         Reported by Sam Steingold <sds@gnu.org>.
13589
13590 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13591
13592         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
13593         repositories.
13594
13595 2008-03-11  Bruno Haible  <bruno@clisp.org>
13596
13597         Avoid conflicts between local macro definitions.
13598         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
13599         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
13600
13601 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
13602             Bruno Haible  <bruno@clisp.org>
13603
13604         Make va_copy work with some version of xlc on AIX 5.1.
13605         * lib/stdarg.in.h: New file.
13606         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
13607         On AIX, use a <stdarg.h> file substitute.
13608         * modules/stdarg (Files): Add lib/stdarg.in.h.
13609         (Depends-on): Add include_next.
13610         (Makefile.am): Build a stdarg.h substitute if requested.
13611         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
13612
13613 2008-03-10  Bruno Haible  <bruno@clisp.org>
13614
13615         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
13616         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13617         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
13618
13619 2008-03-10  Bruno Haible  <bruno@clisp.org>
13620
13621         * modules/stdlib (Depends-on): Add include_next, remove
13622         absolute-header.
13623
13624 2008-03-09  Bruno Haible  <bruno@clisp.org>
13625
13626         * lib/freadahead.h (freadahead): Document more precisely.
13627         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
13628         the sum of both buffer sizes.
13629         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
13630         * NEWS: Document the change.
13631
13632 2008-03-09  Bruno Haible  <bruno@clisp.org>
13633
13634         Extend freadptr to return also the buffer size.
13635         * lib/freadptr.h (freadptr): Add sizep argument.
13636         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
13637         (freadptr): Add sizep argument. Determine buffer size like freadahead
13638         does.
13639         * tests/test-freadptr.c: Don't include freadahead.h.
13640         (main): Adapt for new calling convention of freadptr.
13641         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
13642         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
13643         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
13644         tests/test-freadptr2.sh.
13645         (Depends): Remove freadahead.
13646         (TESTS): Add test-freadptr2.sh.
13647         (check_PROGRAMS): Add test-freadptr2.
13648
13649 2008-03-09  Bruno Haible  <bruno@clisp.org>
13650
13651         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
13652         Report and solution by Simon Josefsson.
13653
13654 2008-03-06  Bruno Haible  <bruno@clisp.org>
13655
13656         Make fflush after ungetc work on BSD platforms.
13657         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
13658         * tests/test-fflush2.c: New file.
13659         * tests/test-fflush2.sh: New file.
13660         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
13661         tests/test-fflush2.c.
13662         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
13663         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
13664
13665 2008-03-06  Eric Blake  <ebb9@byu.net>
13666
13667         Likewise for ftello.
13668         * modules/ftello (Dependencies): Add extensions.
13669         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
13670
13671 2008-03-06  Bruno Haible  <bruno@clisp.org>
13672
13673         * modules/fseeko (Dependencies): Add extensions.
13674         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
13675         Needed on glibc systems.
13676
13677 2008-03-06  Bruno Haible  <bruno@clisp.org>
13678
13679         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
13680         email address.
13681         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13682
13683 2008-03-06  Bruno Haible  <bruno@clisp.org>
13684
13685         * users.txt: Add libgnupdf.
13686
13687 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13688
13689         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
13690         (Header File Substitutes, Function Substitutes,
13691         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
13692         (Build robot for gnulib): Fix typo.
13693
13694 2008-03-06  Bruno Haible  <bruno@clisp.org>
13695
13696         * doc/gnulib-tool.texi (VCS Issues): Small updates.
13697         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13698
13699 2008-03-06  Bruno Haible  <bruno@clisp.org>
13700
13701         * doc/func.texi: New file, extracted from doc/gnulib.texi.
13702         * doc/gnulib.texi: Include it.
13703
13704 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13705
13706         * modules/func (License): Change license to unlimited; there was
13707         no LGPL parts in the module anyway.
13708
13709 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13710
13711         * modules/__func__: Renamed to modules/func.
13712         * modules/__func__-tests: Renamed to modules/func-tests.
13713         * tests/test-__func__.c: Renamed to tests/test-func.c.
13714         * m4/__func__.m4: Renamed to m4/func.m4.
13715         * doc/gnulib.texi (__func__): Section renamed to func.
13716         Suggested by Eric Blake <ebb9@byu.net>.
13717
13718 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13719
13720         * doc/gnulib.texi (__func__): Use C99 terminology when talking
13721         about __func__.  Make example self-contained.  Suggested by Eric
13722         Blake <ebb9@byu.net>.
13723
13724         * tests/test-__func__.c (main): Avoid extraneous () around __func.
13725         Suggested by Eric Blake <ebb9@byu.net>.
13726
13727 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13728
13729         * modules/__func__: New file.
13730         * modules/__func__-tests: New file.
13731         * tests/test-__func__.c: New file.
13732         * m4/__func__.m4: New file.
13733         * doc/gnulib.texi (__func__): Document __func__ module.
13734
13735 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13736
13737         * modules/byteswap (License): Re-license as LGPLv2+.
13738
13739 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13740
13741         * doc/Makefile: Add pdf target.
13742
13743 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13744
13745         * modules/inline (License): Use 'unlimited', since there are only
13746         *.m4 files in this module.
13747
13748 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
13749             Bruno Haible  <bruno@clisp.org>
13750
13751         Add support for HP C 7.1 on OpenVMS 8.3.
13752         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
13753
13754 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
13755
13756         Update VMS specifics.
13757         * lib/getopt.c [VMS]: Remove include of unixlib.h.
13758
13759 2008-03-02  Jim Meyering  <meyering@redhat.com>
13760
13761         Remove the last dependency on the "free" module.
13762         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
13763         Reported by Bob Proulx.
13764
13765         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
13766
13767         Remove useless "if" tests before free.  Deprecate "free" module.
13768         * doc/posix-functions/free.texi: Mention that this
13769         module is no longer useful.
13770         * modules/free (Notice): Say this module is obsolete.
13771         * modules/readutmp (Depends-on): Remove free.
13772         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
13773         * lib/putenv.c (putenv): Likewise.
13774         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
13775         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
13776         * tests/test-c-strcasestr.c (main): Likewise.
13777         * tests/test-c-strstr.c (main): Likewise.
13778         * tests/test-mbscasestr1.c (main): Likewise.
13779         * tests/test-mbscasestr2.c (main): Likewise.
13780         * tests/test-mbsstr1.c (main): Likewise.
13781         * tests/test-mbsstr2.c (main): Likewise.
13782         * tests/test-memmem.c (main): Likewise.
13783         * tests/test-strcasestr.c (main): Likewise.
13784         * tests/test-striconv.c (main): Likewise.
13785         * tests/test-striconveh.c (main): Likewise.
13786         * tests/test-striconveha.c (main): Likewise.
13787         * tests/test-strstr.c (main): Likewise.
13788
13789         * build-aux/git-version-gen: Adjust a comment and the Usage string.
13790
13791         bootstrap: sync from coreutils again
13792         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
13793
13794 2008-03-01  Jim Meyering  <meyering@redhat.com>
13795
13796         bootstrap: sync from coreutils
13797         * build-aux/bootstrap (update_po_files): Copy a .po file into place
13798         also when the target doesn't exist.
13799
13800 2008-03-01  Eric Blake  <ebb9@byu.net>
13801
13802         Fix bugs in last patch.
13803         * lib/memchr2.c (memchr2): Fix typo.
13804         * tests/test-memchr2.c: Test previous bug, and don't use GNU
13805         extension.
13806         Reported by Bruce Korb.
13807
13808         New module 'memchr2'.
13809         * modules/memchr2: New file.
13810         * modules/memchr2-tests: Likewise.
13811         * lib/memchr2.h: Likewise.
13812         * lib/memchr2.c: Likewise, based on memchr.c.
13813         * tests/test-memchr2.c: New test.
13814         * MODULES.html.sh (String handling): Add memchr2.
13815
13816 2008-02-29  Bruno Haible  <bruno@clisp.org>
13817
13818         * modules/freadseek-tests: New file.
13819         * tests/test-freadseek.sh: New file.
13820         * tests/test-freadseek.c: New file.
13821
13822         New module 'freadseek'.
13823         * modules/freadseek: New file.
13824         * lib/freadseek.h: New file.
13825         * lib/freadseek.c: New file.
13826         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
13827
13828 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
13829
13830         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
13831         wydawca.
13832
13833         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
13834         program_invocation_name and program_invocation_short_name are
13835         present.
13836
13837 2008-02-28  Bruno Haible  <bruno@clisp.org>
13838
13839         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
13840         * tests/test-freadptr.sh: Also test non-seekable stdin.
13841
13842 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
13843
13844         * build-aux/bootstrap (source_base, m4_base)
13845         (doc_base, tests_base): New variables.
13846         (gnulib_tool_options): Do not hardcode base directories, use
13847         the above variables instead.
13848
13849 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
13850
13851         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
13852
13853 2008-02-28  Bruno Haible  <bruno@clisp.org>
13854
13855         * modules/freadptr-tests: New file.
13856         * tests/test-freadptr.sh: New file.
13857         * tests/test-freadptr.c: New file.
13858
13859         New module 'freadptr'.
13860         * modules/freadptr: New file.
13861         * lib/freadptr.h: New file.
13862         * lib/freadptr.c: New file.
13863         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
13864
13865 2008-02-26  Karl Berry  <karl@freefriends.org>
13866
13867         Sync from Libtool:
13868         * libltdl/argz.c (argz_add, argz_count): New functions.
13869         * libltdl/argz.in.h: Declare them.
13870         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
13871
13872 2008-02-22  Bruno Haible  <bruno@clisp.org>
13873
13874         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
13875         is a pointer type.  Needed for HP-UX 10.
13876         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
13877         * doc/posix-functions/gmtime_r.texi: Likewise.
13878         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
13879
13880 2008-02-24  Bruno Haible  <bruno@clisp.org>
13881
13882         * modules/environ-tests: New file.
13883         * tests/test-environ.c: New file.
13884
13885         New module 'environ'.
13886         * modules/environ: New file.
13887         * lib/unistd.in.h (environ): New declaration.
13888         * m4/environ.m4: New file.
13889         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
13890         after use.
13891         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
13892         HAVE_DECL_ENVIRON.
13893         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
13894         HAVE_DECL_ENVIRON.
13895         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
13896         wrong claim that 'environ' is missing on some systems.
13897         * modules/execute (Depends-on): Add environ.
13898         * lib/execute.c (environ): Remove fallback declaration.
13899         * modules/pipe (Depends-on): Add environ.
13900         * lib/pipe.c (environ): Remove fallback declaration.
13901         * modules/setenv (Depends-on): Add environ.
13902         * lib/setenv.c (environ): Remove fallback declaration.
13903         * modules/unsetenv (Depends-on): Add environ.
13904         * lib/unsetenv.c (environ): Remove fallback declaration.
13905         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
13906         m4/environ.m4.
13907         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
13908         (gl_PREREQ_UNSETENV): Likewise.
13909
13910 2008-02-24  Bruno Haible  <bruno@clisp.org>
13911
13912         * doc/posix-functions/environ.texi: Document the MacOS X problem.
13913
13914 2008-02-20  Bob Proulx  <bob@proulx.com>
13915
13916         Enable use of older two part flavor 'git describe'.
13917         * build-aux/git-version-gen: If using the older two part flavor of
13918         git version then recreate the third part now present in the
13919         newer three part flavor of git describe.
13920
13921 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
13922
13923         * lib/fts.c (fts_build): Typo correction to comment.
13924
13925 2008-02-17  Bruno Haible  <bruno@clisp.org>
13926
13927         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
13928         generating no-op conflicts.
13929
13930 2008-02-17  Bruno Haible  <bruno@clisp.org>
13931
13932         Speed up by 10%.
13933         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
13934         result_entries, rather than an index-based loop.
13935
13936 2008-02-17  Bruno Haible  <bruno@clisp.org>
13937
13938         Speed up by 25%.
13939         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
13940         'hashcode_cached'.
13941         (entry_create): New function.
13942         (entry_hashcode): Use the cached hashcode if possible.
13943         (read_changelog_file, try_split_merged_entry): Use entry_create.
13944
13945 2008-02-17  Bruno Haible  <bruno@clisp.org>
13946
13947         Speed up from O(n^2) to O(n) for long ChangeLog files.
13948         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
13949         (read_changelog_file): Change implementation of entries_reversed list
13950         to rbtreehash.
13951         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
13952
13953 2008-02-17  Bruno Haible  <bruno@clisp.org>
13954
13955         New option --split-merged-entry.
13956         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
13957         (find_paragraph_end, try_split_merged_entry): New functions.
13958         (long_options): Add option --split-merged-entry.
13959         (usage): Document option --split-merged-entry.
13960         (main): Implement option --split-merged-entry.
13961         Reported by Eric Blake.
13962
13963 2008-02-17  Bruno Haible  <bruno@clisp.org>
13964
13965         * lib/git-merge-changelog.c: Include c-strstr.h.
13966         (main): Support the "git pull --rebase" situation.
13967         * modules/git-merge-changelog (Depends-on): Add c-strstr.
13968         Reported by Eric Blake.
13969
13970 2008-02-16  Eric Blake  <ebb9@byu.net>
13971
13972         Avoid doubling \ in common case of "c-maybe" quoting style.
13973         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
13974         eliding outer quotes.
13975         * lib/quotearg.h: Document this.
13976         * tests/test-quotearg.c (result_strings, inputs, results_g)
13977         (flag_results, locale_results): Test it by adding a new string to
13978         each test group.
13979         (compare_strings): Test new string.
13980
13981 2008-02-13  Eric Blake  <ebb9@byu.net>
13982
13983         Avoid trigraph quoting in default output.
13984         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
13985         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
13986         unless explicitly requested.
13987         * tests/test-quotearg.c (flag_results, main): Add additional tests.
13988
13989 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
13990
13991         Don't rely on signed integer overflowing to negative value.
13992         * lib/getugroups.c (getugroups): Include <limits.h>.
13993         Instead, compare against INT_MAX, and increment only if the test passes.
13994
13995 2008-02-13  Jim Meyering  <meyering@redhat.com>
13996         and Eric Blake  <ebb9@byu.net>
13997
13998         Avoid shadowing warning and compile errors on Linux.
13999         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
14000         forwarding macros on Linux.
14001         (dcgettext): Define a stub, for Linux.
14002         (results_g, main): Avoid warnings.
14003
14004 2008-02-12  Eric Blake  <ebb9@byu.net>
14005
14006         Silence warning in last patch.
14007         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
14008
14009         Quotearg part 4: add tests, fix c-maybe colon quoting.
14010         * lib/quotearg.h: Improve documentation.
14011         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
14012         escapes when adding outer quotes.  When quoting trigraphs, use
14013         valid C notation.  When quoting NUL, omit extra characters if next
14014         character is not digit.  Alter prototype.
14015         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
14016         callers.
14017         * modules/quotearg-tests: New module.
14018         * tests/test-quotearg.c: New test.
14019
14020 2008-02-07  Eric Blake  <ebb9@byu.net>
14021
14022         Quotearg part 3: add flag to control outer quote elision.
14023         * lib/quotearg.h (c_maybe_quoting_style): New style.
14024         (enum quoting_flags): Better documentation of flags.
14025         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
14026         c-maybe style.
14027         (quotearg_buffer_restyled): Handle new flag to elide outer
14028         quotes.
14029
14030         Quotearg part 2: add flag that can control NUL elision.
14031         * lib/quotearg.h (set_quoting_flags): New prototype.
14032         * lib/quotearg.c (struct quoting_options): Add flag field.
14033         (set_quoting_flags): New function.
14034         (quotearg_buffer_restyled): Add flags parameter.
14035         (quotearg_alloc_mem): Set the flag if length cannot be returned.
14036         (quotearg_n_options): Set the flag, since length cannot be
14037         returned.
14038         (quoting_options_from_style): Default flags correctly.
14039
14040         Quotearg part 1: more wrappers, restore quotearg_char state.
14041         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
14042         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
14043         (quotearg_colon_mem): New wrappers.
14044         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
14045         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
14046         functions.
14047         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
14048         (quotearg_colon_mem): New functions.
14049
14050 2008-02-11  Bruno Haible  <bruno@clisp.org>
14051
14052         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
14053         library in the current directory: it does not work with parallel make.
14054         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14055
14056 2008-02-11  Bruno Haible  <bruno@clisp.org>
14057
14058         * .gitattributes: New file.
14059
14060 2008-02-11  Jim Meyering  <meyering@redhat.com>
14061
14062         useless-if-before-free: Fix reversed exit values.
14063         * build-aux/useless-if-before-free: Use correct values
14064         for EXIT_MATCH and EXIT_NO_MATCH.
14065
14066         * build-aux/useless-if-before-free: Close stdout carefully.
14067
14068 2008-02-10  Bruno Haible  <bruno@clisp.org>
14069
14070         New module 'git-merge-changelog'.
14071         * modules/git-merge-changelog: New file.
14072         * lib/git-merge-changelog.c: New file.
14073
14074 2008-02-10  Jim Meyering  <meyering@redhat.com>
14075
14076         useless-if-before-free: New option: --list (-l).
14077
14078         useless-if-before-free: Don't exit immediately upon open failure.
14079         * build-aux/useless-if-before-free: Exit 2 for errors.
14080         Upon failure to open a file, don't exit immediately.
14081         Rather, just warn and continue with any remaining files.
14082
14083 2008-02-10  Bruno Haible  <bruno@clisp.org>
14084
14085         New abstract list operation 'node_set_value'.
14086         * lib/gl_list.h (gl_list_node_set_value): New function.
14087         (struct gl_list_implementation): New field node_set_value.
14088         * lib/gl_list.c (gl_list_node_set_value): New function.
14089         * lib/gl_array_list.c (gl_array_node_set_value): New function.
14090         (gl_array_list_implementation): Update.
14091         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
14092         (gl_carray_list_implementation): Update.
14093         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
14094         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14095         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14096         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
14097         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14098         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14099         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14100         Update.
14101         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14102         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
14103         (gl_sublist_list_implementation): Update.
14104
14105 2008-02-10  Bruno Haible  <bruno@clisp.org>
14106
14107         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
14108         Needed when ELEMENT is #defined to 'some_type *'.
14109
14110 2008-02-10  Jim Meyering  <meyering@redhat.com>
14111
14112         New script and module: useless-if-before-free
14113         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
14114         * build-aux/useless-if-before-free: New file.
14115         * modules/useless-if-before-free: New file.
14116
14117         * build-aux/gitlog-to-changelog: Use committer date, not author date.
14118
14119         xstrtol_error: Fix typo.
14120         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
14121         s/exit_failure/exit_status/.
14122
14123 2008-02-09  Jim Meyering  <meyering@redhat.com>
14124
14125         New script and module: gitlog-to-changelog
14126         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
14127         * modules/gitlog-to-changelog: New file.
14128         * build-aux/gitlog-to-changelog: New file.
14129
14130 2008-02-08  Jim Meyering  <meyering@redhat.com>
14131
14132         Avoid two "parameter unused" warnings.
14133         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
14134         Mark "st" as used.
14135
14136         Use "git COMMAND", not "git-COMMAND".
14137         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
14138         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
14139         * build-aux/git-version-gen: Use "git status", not "git-status".
14140
14141 2008-02-07  Bruno Haible  <bruno@clisp.org>
14142
14143         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
14144         Avoids a crash on Windows Vista.
14145         Reported by Adam Strzelecki <ono@java.pl> via
14146         Simon Josefsson <simon@josefsson.org>.
14147
14148 2008-02-06  Bruno Haible  <bruno@clisp.org>
14149
14150         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
14151         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
14152         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
14153         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
14154         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14155         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14156         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
14157         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
14158         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14159         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14160         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14161         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14162         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14163         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14164         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14165         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
14166         left-adjust flag.
14167         * tests/test-snprintf-posix.h (test_function): Likewise.
14168         * tests/test-sprintf-posix.h (test_function): Likewise.
14169         * tests/test-vasprintf-posix.c (test_function): Likewise.
14170         * doc/posix-functions/fprintf.texi: Update.
14171         * doc/posix-functions/printf.texi: Update.
14172         * doc/posix-functions/snprintf.texi: Update.
14173         * doc/posix-functions/sprintf.texi: Update.
14174         * doc/posix-functions/vfprintf.texi: Update.
14175         * doc/posix-functions/vprintf.texi: Update.
14176         * doc/posix-functions/vsnprintf.texi: Update.
14177         * doc/posix-functions/vsprintf.texi: Update.
14178         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14179
14180 2008-02-06  Bruno Haible  <bruno@clisp.org>
14181
14182         Fix bug introduced on 2008-01-26.
14183         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
14184
14185 2008-02-06  Bruno Haible  <bruno@clisp.org>
14186
14187         Fix bug introduced on 2007-06-10.
14188         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
14189         !NEED_PRINTF_FLAG_ZERO.
14190
14191 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
14192
14193         getloadavg: use libperfstat on AIX5
14194         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
14195
14196 2008-02-03  Bruno Haible  <bruno@clisp.org>
14197
14198         * lib/diffseq.h: Add comments about required #includes.
14199         Reported by Michael Biggs <gnulib@doubleplum.net>.
14200
14201 2008-02-01  Bruno Haible  <bruno@clisp.org>
14202
14203         * users.txt: Add gnuit.
14204
14205 2008-01-31  Bruno Haible  <bruno@clisp.org>
14206
14207         * lib/md4.c (set_uint32): Mark as inline.
14208         * lib/md5.c (set_uint32): Likewise.
14209         * lib/sha1.c (set_uint32): Likewise.
14210         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
14211         * m4/md5.m4 (gl_MD5): Likewise.
14212         * m4/sha1.m4 (gl_SHA1): Likewise.
14213
14214 2008-01-31  Jim Meyering  <meyering@redhat.com>
14215
14216         Use "sizeof VAR", rather than a literal "4".
14217         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
14218         * lib/md4.c (md4_read_ctx): Likewise.
14219         * lib/sha1.c (sha1_read_ctx): Likewise.
14220
14221 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14222
14223         * tests/test-sha1.c: New file, based on test-md5.c.
14224
14225         * modules/crypto/sha1-tests: New file.
14226
14227 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14228
14229         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
14230
14231 2008-01-31  Jim Meyering  <meyering@redhat.com>
14232
14233         Prefer "sizeof v" over the equivalent "4".
14234         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
14235         * lib/md5.c (set_uint32): Likewise.
14236         * lib/sha1.c (set_uint32): Likewise.
14237
14238 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14239
14240         * lib/sha1.c (set_uint32): Mark function as static.
14241
14242 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14243
14244         md2: clarify comments to say that alignment is not required.
14245         * lib/md2.h: Remove warning about alignment in comment.
14246         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
14247         never been required.
14248
14249 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14250
14251         md4: adapt alignment constraint fix from sha1.
14252         * lib/md4.c (set_uint32): New function, from sha1.c
14253         (md4_read_ctx): Use it.
14254         (md4_finish_ctx): Doc fix.
14255         * lib/md4.h: Doc fix.
14256
14257 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14258
14259         md5: adapt alignment constraint fix from sha1.
14260         * lib/md5.c (set_uint32): New function, from sha1.c
14261         (md5_read_ctx): Use it.
14262         (md5_finish_ctx): Doc fix.
14263         * lib/md5.h: Doc fix.
14264
14265 2008-01-30  Peter Palfrader  <weasel@debian.org>
14266
14267         sha1: remove the result buffer alignment constraint
14268         * lib/sha1.c (set_uint32): New function.
14269         (sha1_read_ctx): Rewrite to remove the result buffer alignment
14270         constraint.
14271         (sha1_finish_ctx): Remove comment warning about alignment constraint.
14272         * lib/sha1.h: Likewise.
14273
14274 2008-01-30  Andreas Schwab  <schwab@suse.de>
14275             Bruno Haible  <bruno@clisp.org>
14276
14277         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
14278         correct definition of LDBL_MIN_EXP.
14279
14280 2008-01-30  Karl Berry  <karl@gnu.org>
14281
14282         * config/srclist-update: try to preserve x bit on updates.
14283         * config/srclistvars.sh: update for karl.
14284
14285 2008-01-29  Jim Meyering  <meyering@redhat.com>
14286
14287         vasnprintf.c: Avoid warning about unused label
14288         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
14289         "overflow" label definition and associated code with the
14290         same cpp condition that guards the sole use of that label.
14291
14292 2008-01-26  Bruno Haible  <bruno@clisp.org>
14293
14294         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
14295         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
14296         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
14297         * lib/isnanl-nolibm.h (isnanl): Likewise.
14298         Reported by Paul Eggert <eggert@cs.ucla.edu>.
14299
14300 2008-01-26  Bruno Haible  <bruno@clisp.org>
14301
14302         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
14303         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
14304
14305 2008-01-26  Bruno Haible  <bruno@clisp.org>
14306
14307         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
14308         GCC >= 4.0 built-in.
14309         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
14310
14311 2008-01-26  Bruno Haible  <bruno@clisp.org>
14312
14313         Rename isnan, applicable to 'double' only, to isnand.
14314         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
14315         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
14316         (configure.ac): Update.
14317         (Include): Replace "isnan.h" with "isnand.h".
14318         * m4/isnand.m4: Renamed from m4/isnan.m4.
14319         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
14320         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
14321         instead of isnan.c.
14322         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
14323         instead of HAVE_ISNAN_IN_LIBC.
14324         (isnand): Renamed from isnan.
14325         * lib/isnand.c: New file.
14326         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
14327         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
14328         (Makefile.am): Update.
14329         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
14330         Include isnand.h instead of isnan.h.
14331         (main): Test isnand instead of isnan.
14332         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
14333         isnan-nolibm.
14334         * modules/frexp (Depends-on): Likewise.
14335         * modules/frexp-tests (Depends-on): Likewise.
14336         * modules/frexp-nolibm (Depends-on): Likewise.
14337         * modules/frexp-nolibm-tests (Depends-on): Likewise.
14338         * modules/isfinite (Depends-on): Likewise.
14339         * modules/round-tests (Depends-on): Likewise.
14340         * modules/signbit (Depends-on): Likewise.
14341         * modules/signbit-tests (Depends-on): Likewise.
14342         * modules/snprintf-posix (Depends-on): Likewise.
14343         * modules/sprintf-posix (Depends-on): Likewise.
14344         * modules/trunc-tests (Depends-on): Likewise.
14345         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14346         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14347         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14348         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14349         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14350         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14351         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14352         * modules/vasnprintf-posix (Depends-on): Likewise.
14353         * modules/vasprintf-posix (Depends-on): Likewise.
14354         * modules/vfprintf-posix (Depends-on): Likewise.
14355         * modules/vsnprintf-posix (Depends-on): Likewise.
14356         * modules/vsprintf-posix (Depends-on): Likewise.
14357         * lib/frexp.c: Include isnand.h instead of isnan.h.
14358         (ISNAN): Set to isnand instead of isnan.
14359         * lib/isfinite.c: Include isnand.h instead of isnan.h.
14360         (gl_isfinited): Use isnand instead of isnan.
14361         * lib/signbitd.c: Include isnand.h instead of isnan.h.
14362         (gl_signbitd): Use isnand instead of isnan.
14363         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
14364         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
14365         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
14366         (main): Use isnand instead of isnan.
14367         * tests/test-round1.c: Include isnand.h.
14368         (main): Use isnand instead of isnan.
14369         * tests/test-round2.c: Include isnand.h instead of isnan.h.
14370         (ISNAN): Set to isnand instead of isnan.
14371         * tests/test-trunc1.c: Include isnand.h.
14372         (main): Use isnand instead of isnan.
14373         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
14374         (equal): Use isnand instead of isnan.
14375         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
14376         isnand-nolibm.
14377         * NEWS: Mention the change.
14378
14379 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14380             Bruno Haible  <bruno@clisp.org>
14381
14382         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
14383         the GCC builtins for signbits are present and set
14384         REPLACE_SIGNBIT_USING_GCC if so.
14385         * lib/math.in.h (signbit): Define using GCC builtins if
14386         REPLACE_SIGNBIT_USING_GCC is set.
14387         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
14388         REPLACE_SIGNBIT_USING_GCC.
14389         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
14390
14391 2008-01-25  Jim Meyering  <meyering@redhat.com>
14392
14393         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
14394         * lib/poll.c: Include <config.h>, not "config.h".
14395         * tests/test-getaddrinfo.c: Likewise.
14396
14397 2008-01-25  Simon Josefsson  <simon@josefsson.org>
14398
14399         * modules/sockets-tests: New file.
14400
14401 2008-01-24  Simon Josefsson  <simon@josefsson.org>
14402
14403         * modules/sockets: New module, can be used to call WSA_Startup and
14404         WSA_Cleanup when needed.
14405
14406         * lib/sockets.h, lib/sockets.c: New files.
14407
14408         * m4/sockets.m4: New file.
14409
14410         * tests/test-sockets.c: New file.
14411
14412 2008-01-19  Bruno Haible  <bruno@clisp.org>
14413
14414         * doc/posix-headers: Renamed from doc/headers.
14415         * doc/posix-functions: Renamed from doc/functions.
14416         * doc/gnulib.texi: Update.
14417
14418 2008-01-19  Bruno Haible  <bruno@clisp.org>
14419
14420         * doc/glibc-functions/strcasestr.texi: Include contents of
14421         doc/functions/strcasestr.texi, fixing the list of platforms.
14422         * doc/functions/strcasestr.texi: Remove file.
14423
14424 2008-01-19  Bruno Haible  <bruno@clisp.org>
14425
14426         * doc/glibc-functions/memmem.texi: Include contents of
14427         doc/functions/memmem.texi.
14428         * doc/functions/memmem.texi: Remove file.
14429
14430 2008-01-18  Bruno Haible  <bruno@clisp.org>
14431
14432         * doc/glibc-functions/*.texi: New files.
14433         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
14434         to use the new files.
14435
14436 2008-01-17  Bruno Haible  <bruno@clisp.org>
14437
14438         * tests/test-gethostname.c (main): Fix printf statement.
14439
14440 2008-01-17  Simon Josefsson  <simon@josefsson.org>
14441
14442         * modules/gethostname-tests: New file.
14443
14444         * tests/test-gethostname.c: New file.
14445
14446 2008-01-17  Simon Josefsson  <simon@josefsson.org>
14447
14448         * lib/gethostname.c: Include string.h unconditionally, strncpy is
14449         used by the UNAME case.  Reported by Bruno Haible
14450         <bruno@clisp.org>.
14451
14452 2008-01-17  Eric Blake  <ebb9@byu.net>
14453
14454         Convert c-strcasestr to be more efficient.
14455         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
14456         (Depends-on): Add c-strcase, remove malloca, strnlen.
14457         * tests/test-c-strcasestr.c (main): Enhance test.
14458         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
14459
14460 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14461
14462         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
14463         Use it in creating po/Makevars.
14464
14465 2008-01-15  Simon Josefsson  <simon@josefsson.org>
14466
14467         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
14468         Applications that requires it should initialize libgcrypt
14469         manually.
14470
14471 2008-01-16  Simon Josefsson  <simon@josefsson.org>
14472
14473         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
14474
14475 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
14476
14477         Fix problem with getdate on mingw32 reported by Simon Josefsson
14478         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
14479         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
14480         tzname", when deciding whether to declare tzname.
14481         * lib/strftime.c (tzname): Likewise.
14482
14483 2008-01-15  Bruno Haible  <bruno@clisp.org>
14484
14485         Work around a MacOS X 10.5 bug in frexpl().
14486         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
14487         * doc/functions/frexpl.texi: Document the bug.
14488         Reported by Elias Pipping <pipping@gentoo.org>.
14489
14490 2008-01-14  Eric Blake  <ebb9@byu.net>
14491
14492         Touch up previous patch.
14493         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
14494         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
14495
14496         Convert strcasestr module to use Two-Way algorithm.
14497         * modules/strcasestr-simple: New module, based on the old
14498         strcasestr, but with Two-Way rather than KMP.
14499         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
14500         * lib/string.in.h (rpl_strcasestr): Declare.
14501         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
14502         performance.
14503         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
14504         * modules/string (Makefile.am): Support strcasestr.
14505         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14506         * modules/strcasestr-tests (Depends-on): Check for alarm.
14507         * tests/test-strcasestr.c: Augment test.
14508         * lib/str-two-way.h: Clean up stray macro.
14509         * NEWS: Document new module.
14510         * MODULES.html.sh (string handling): Likewise.
14511         * doc/functions/strcasestr.texi: New file.
14512         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
14513         here, since it is not a POSIX function.
14514
14515 2008-01-14  Colin Watson  <cjwatson@debian.org>
14516             Bruno Haible  <bruno@clisp.org>
14517
14518         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
14519         works fine; if not, set REPLACE_STRSIGNAL.
14520         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
14521         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14522         REPLACE_STRSIGNAL.
14523         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
14524         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
14525         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
14526
14527 2008-01-14  Bruno Haible  <bruno@clisp.org>
14528
14529         * modules/strsignal (Include): Change to <string.h>.
14530
14531 2008-01-14  Colin Watson  <cjwatson@debian.org>
14532
14533         * modules/argp (Notice): Add a notice recommending to change
14534         XGETTEXT_OPTIONS.
14535         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
14536
14537 2008-01-13  Colin Watson  <cjwatson@debian.org>
14538
14539         * modules/strsignal-tests: New file.
14540         * tests/test-strsignal.c: New file.
14541
14542         * lib/strsignal.c: New file, from glibc with modifications.
14543         * lib/siglist.h: New file, from glibc with modifications.
14544         * lib/string.in.h (strsignal): New declaration.
14545         * m4/strsignal.m4: New file.
14546         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14547         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
14548         * modules/strsignal: New file.
14549         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
14550         HAVE_DECL_STRSIGNAL.
14551
14552 2008-01-13  Bruno Haible  <bruno@clisp.org>
14553
14554         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
14555         locale encoding is not ASCII. Needed for OpenBSD 4.0.
14556         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
14557         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14558
14559 2008-01-13  Bruno Haible  <bruno@clisp.org>
14560
14561         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
14562         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
14563         * lib/argp.h (__attribute__): Likewise.
14564         * lib/c-stack.c (__attribute__): Likewise.
14565         * lib/error.h (__attribute__): Likewise.
14566         * lib/fts.c (__attribute__): Likewise.
14567         * lib/openat.h (__attribute__): Likewise.
14568         * lib/stdio.in.h (__attribute__): Likewise.
14569         * lib/string.in.h (__attribute__): Likewise.
14570         * lib/utimens.c (__attribute__): Likewise.
14571         * lib/vasnprintf.h (__attribute__): Likewise.
14572         * lib/xalloc.h (__attribute__): Likewise.
14573         * lib/xprintf.h (__attribute__): Likewise.
14574         * lib/xstrtol.h (__attribute__): Likewise.
14575         * lib/xvasprintf.h (__attribute__): Likewise.
14576
14577 2008-01-12  Bruno Haible  <bruno@clisp.org>
14578
14579         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
14580         * doc/glibc-headers/a.out.texi: New file.
14581         * doc/glibc-headers/aliases.texi: New file.
14582         * doc/glibc-headers/alloca.texi: New file.
14583         * doc/glibc-headers/ar.texi: New file.
14584         * doc/glibc-headers/argp.texi: New file.
14585         * doc/glibc-headers/argz.texi: New file.
14586         * doc/glibc-headers/byteswap.texi: New file.
14587         * doc/glibc-headers/crypt.texi: New file.
14588         * doc/glibc-headers/endian.texi: New file.
14589         * doc/glibc-headers/envz.texi: New file.
14590         * doc/glibc-headers/err.texi: New file.
14591         * doc/glibc-headers/error.texi: New file.
14592         * doc/glibc-headers/execinfo.texi: New file.
14593         * doc/glibc-headers/fpu_control.texi: New file.
14594         * doc/glibc-headers/fstab.texi: New file.
14595         * doc/glibc-headers/fts.texi: New file.
14596         * doc/glibc-headers/getopt.texi: New file.
14597         * doc/glibc-headers/ieee754.texi: New file.
14598         * doc/glibc-headers/ifaddrs.texi: New file.
14599         * doc/glibc-headers/libintl.texi: New file.
14600         * doc/glibc-headers/mcheck.texi: New file.
14601         * doc/glibc-headers/mntent.texi: New file.
14602         * doc/glibc-headers/obstack.texi: New file.
14603         * doc/glibc-headers/paths.texi: New file.
14604         * doc/glibc-headers/printf.texi: New file.
14605         * doc/glibc-headers/pty.texi: New file.
14606         * doc/glibc-headers/resolv.texi: New file.
14607         * doc/glibc-headers/shadow.texi: New file.
14608         * doc/glibc-headers/sysexits.texi: New file.
14609         * doc/glibc-headers/ttyent.texi: New file.
14610
14611 2008-01-12  Jim Meyering  <meyering@redhat.com>
14612
14613         announce-gen: emit Gnulib's git-based version string.
14614         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
14615         New option --gnulib-version=V, where V is expected to be
14616         the output of running git describe in the gnulib directory.
14617         (get_tool_versions): Request feedback on xdelta.  I suspect it's
14618         not useful, and plan to stop publishing an xdelta file with each
14619         coreutils release.
14620
14621         * build-aux/announce-gen: Also check for lzma-compressed files.
14622
14623 2008-01-11  Bruno Haible  <bruno@clisp.org>
14624
14625         * tests/test-memmem.c (main): Increase maximum allowed time.
14626         * tests/test-strstr.c (main): Likewise.
14627
14628 2008-01-11  Bruno Haible  <bruno@clisp.org>
14629
14630         * doc/functions/memmem.texi: Add more precisions about platforms.
14631         * doc/functions/strstr.texi: Likewise.
14632
14633 2008-01-10  Eric Blake  <ebb9@byu.net>
14634
14635         * m4/strstr.m4: Delete cruft from copy-n-paste.
14636         Reported by Bruno Haible.
14637
14638 2008-01-10  Bruno Haible  <bruno@clisp.org>
14639
14640         Make c-strstr rely on strstr.
14641         * lib/c-strstr.c: Don't include str-kmp.h.
14642         (c_strstr): Define in terms of strstr.
14643         * modules/c-strstr (Files): Remove lib/str-kmp.h.
14644         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
14645
14646 2008-01-10  Bruno Haible  <bruno@clisp.org>
14647
14648         * doc/gnulib.texi (String Functions in C Locale): New section.
14649         * doc/c-ctype.texi: New file.
14650         * doc/c-strcase.texi: New file.
14651         * doc/c-strcaseeq.texi: New file.
14652         * doc/c-strcasestr.texi: New file.
14653         * doc/c-strstr.texi: New file.
14654         * doc/c-strtod.texi: New file.
14655         * doc/c-strtold.texi: New file.
14656
14657 2008-01-10  Eric Blake  <ebb9@byu.net>
14658
14659         * lib/relocatable.h: Fix a comment.
14660
14661 2008-01-10  Eric Blake  <ebb9@byu.net>
14662
14663         Share two-way algorithm.
14664         * lib/str-two-way.h: New file, merged from...
14665         * lib/memmem.c: ...here...
14666         * lib/strstr.c: ...and here.
14667         * modules/memmem (Files): Use it.
14668         * modules/strstr (Files): Likewise.
14669
14670         Avoid quadratic strstr implementations.
14671         * lib/strstr.c: New file.
14672         * m4/strstr.m4: Likewise.
14673         * modules/strstr: Likewise.
14674         * modules/strstr-tests: Likewise.
14675         * tests/test-strstr.c: Likewise.
14676         * lib/string.in.h (rpl_strstr): Declare.
14677         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
14678         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
14679         * modules/string (Makefile.am): Likewise.
14680         * MODULES.html.sh (string handling): Mention new module.
14681         * doc/functions/strstr.texi (strstr): Document the bug.
14682
14683 2008-01-10  Bruno Haible  <bruno@clisp.org>
14684
14685         * lib/relocatable.h (relocate): State whether result is freshly
14686         allocated or not.
14687         * lib/relocatable.c (relocate): Return a freshly allocated string
14688         instead of a pointer to a privately held string.
14689         Reported by Sylvain Beucler <beuc@gnu.org>.
14690
14691 2008-01-10  Colin Watson  <cjwatson@debian.org>
14692
14693         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
14694         s/S_ISNLK/S_ISLNK/.
14695
14696 2008-01-09  Bruno Haible  <bruno@clisp.org>
14697
14698         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
14699         and other files.
14700         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
14701         if it's only a guess.
14702         * modules/memmem: Simplify by depending on memmem-simple.
14703
14704 2008-01-09  Bruno Haible  <bruno@clisp.org>
14705
14706         Work around OpenBSD 4.0 tdelete() bug.
14707         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
14708         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
14709         macros and don't redefine the enum values.
14710         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
14711         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
14712         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
14713
14714 2008-01-09  Bruno Haible  <bruno@clisp.org>
14715
14716         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
14717         (main): Don't perform the tests if setlocale did not install a UTF-8
14718         locale. Needed on OpenBSD 4.0.
14719         * modules/wcwidth-tests (Depends-on): Add localcharset.
14720
14721 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14722
14723         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
14724         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
14725         * NEWS: announce this.
14726         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
14727
14728 2008-01-09  Simon Josefsson  <simon@josefsson.org>
14729         and Eric Blake  <ebb9@byu.net>
14730
14731         Add memmem-simple module.
14732         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
14733         (gl_FUNC_MEMMEM): Separate performance from presence checks.
14734         * modules/memmem-simple: New file.
14735         * modules/memmem (Description): Tweak.
14736         * MODULES.html.sh (string handling): Mention new module.
14737         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
14738         addressed by memmem-simple.
14739         * NEWS: Document the difference.
14740
14741 2008-01-09  Eric Blake  <ebb9@byu.net>
14742
14743         Give gcc some memmem optimization hints.
14744         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
14745         (strcasestr): Declare as pure.
14746         * modules/memmem (Maintainer): Claim my implementation.
14747
14748 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14749
14750         Support AIX 6.1 and higher.
14751         * build-aux/config.libpath: Likewise.
14752         * build-aux/config.rpath: Likewise.
14753
14754 2008-01-08  Jim Meyering  <meyering@redhat.com>
14755             Bruno Haible  <bruno@clisp.org>
14756
14757         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
14758         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
14759         Reported by Peter Fales in
14760         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
14761
14762 2008-01-08  Bruno Haible  <bruno@clisp.org>
14763
14764         * modules/unictype/category-of (Depends-on): Add
14765         unictype/category-none.
14766         * modules/unictype/category-and-tests (Depends-on): Add
14767         unictype/category-{L,N,Lu,Nd}.
14768         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
14769         * modules/unictype/category-or-tests (Depends-on): Add
14770         unictype/category-{L,N}.
14771         * modules/unictype/category-name-tests (Depends-on): Add
14772         unictype/category-{Z,Nl}.
14773         Reported by Simon Josefsson.
14774
14775 2008-01-08  Bruno Haible  <bruno@clisp.org>
14776
14777         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
14778         convention better.
14779         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
14780         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
14781         Reported by Peter Miller <millerp@canb.auug.org.au>.
14782
14783 2008-01-08  Eric Blake  <ebb9@byu.net>
14784
14785         Rewrite memmem to guarantee linear complexity without malloc.
14786         * lib/memmem.c (memmem): Use Two-Way rather than
14787         Knuth-Morris-Pratt, to allow O(1) space usage.
14788         (critical_factorization, two_way_short_needle)
14789         (two_way_long_needle): New functions.
14790         (knuth_morris_pratt): Delete.
14791         * modules/memmem (Depends-on): No longer need malloca or stdbool.
14792         Add stdint.
14793         * tests/test-memmem.c (main): Add tests for periodic needle and
14794         sublinear performance.
14795         * doc/functions/memmem.texi (memmem): Document other deficiencies
14796         in cygwin and older glibc.
14797
14798 2008-01-08  Bruno Haible  <bruno@clisp.org>
14799
14800         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
14801         augmentation.
14802
14803 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
14804
14805         Add a configure time option: --disable-acl.
14806         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
14807         AC_ARG_ENABLE(acl).
14808
14809 2008-01-06  Simon Josefsson  <simon@josefsson.org>
14810
14811         * tests/test-localename.c: Don't include obsolete "setenv.h".
14812
14813         * modules/localename-tests (Depends-on): Need unsetenv.
14814
14815 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14816
14817         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
14818
14819 2008-01-06  Colin Watson  <cjwatson@debian.org>
14820
14821         * users.txt: Add man-db.
14822
14823 2008-01-07  Bruno Haible  <bruno@clisp.org>
14824
14825         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
14826         previous section name.
14827
14828 2008-01-07  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/progname.c (set_program_name): Don't strip off a leading
14831         "lt-" prefix outside a .libs directory.
14832         Suggested by Paul Eggert.
14833
14834 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
14835             Bruno Haible  <bruno@clisp.org>
14836
14837         Improve memory cleanup in 'relocatable' module.
14838         * lib/relocatable.h (compute_curr_prefix): Change return type to
14839         'char *'.
14840         * lib/relocatable.c (compute_curr_prefix): Change return type to
14841         'char *'. Free curr_installdir after use.
14842         (relocate): Free curr_prefix_better after use.
14843         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
14844
14845 2008-01-01  Bruno Haible  <bruno@clisp.org>
14846
14847         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
14848         failure on older glibc systems.
14849         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14850
14851 2008-01-05  Eric Blake  <ebb9@byu.net>
14852
14853         Avoid quadratic system memmem.
14854         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
14855         Reported by Ralf Wildenhues.
14856
14857         Fix memmem test for mingw.
14858         * modules/memmem-tests (configure.ac): Check for alarm.
14859         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
14860         it.
14861         * doc/functions/memmem.texi: New file.
14862         * doc/gnulib.texi (Function Substitutes): Add memmem.
14863         Reported by Bruno Haible.
14864
14865 2008-01-04  Bruno Haible  <bruno@clisp.org>
14866
14867         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
14868         Require gl_HEADER_STRINGS_H_DEFAULTS, not
14869         gl_HEADER_STRING_H_DEFAULTS.
14870
14871 2008-01-04  Eric Blake  <ebb9@byu.net>
14872
14873         Shorten duration of memmem test.
14874         * tests/test-memmem.c (main): Use alarm to declare failure if test
14875         is taking too long.
14876         Reported by Ralf Wildenhues.
14877
14878 2007-12-21  Simon Josefsson  <simon@josefsson.org>
14879
14880         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
14881         string, needed by strerror.
14882
14883 2008-01-03  Colin Watson  <cjwatson@debian.org>
14884             Bruno Haible  <bruno@clisp.org>
14885
14886         * doc/gnulib-tool.texi (Localization): New section.
14887
14888 2008-01-02  Bruno Haible  <bruno@clisp.org>
14889
14890         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
14891         variables to 'unsigned char *' type.
14892         Reported by Paul Eggert.
14893
14894 2008-01-02  Jim Meyering  <jim@meyering.net>
14895
14896         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
14897
14898 2007-12-31  Jim Meyering  <jim@meyering.net>
14899
14900         Avoid use of private FTS type name.
14901         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
14902
14903 2007-12-30  Karl Berry  <karl@gnu.org>
14904
14905         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
14906         work around defect in Texinfo and/or the standalone Info browser.
14907
14908 2007-12-30  Bruno Haible  <bruno@clisp.org>
14909
14910         Unify 5 copies of the KMP code.
14911         * lib/str-kmp.h: New file.
14912         * lib/c-strcasestr.c: Include str-kmp.h.
14913         (knuth_morris_pratt): Remove function.
14914         (c_strcasestr): Update.
14915         * lib/c-strstr.c: Include str-kmp.h.
14916         (knuth_morris_pratt): Remove function.
14917         (c_strcasestr): Update.
14918         * lib/mbscasestr.c: Include str-kmp.h.
14919         (knuth_morris_pratt_unibyte): Remove function.
14920         * lib/mbsstr.c: Include str-kmp.h.
14921         (knuth_morris_pratt_unibyte): Remove function.
14922         * lib/strcasestr.c: Include str-kmp.h.
14923         (knuth_morris_pratt): Remove function.
14924         (strcasestr): Update.
14925         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
14926         * modules/c-strstr (Files): Likewise.
14927         * modules/mbscasestr (Files): Likewise.
14928         * modules/mbsstr (Files): Likewise.
14929         * modules/strcasestr (Files): Likewise.
14930         Suggested by Paul Eggert.
14931
14932 2007-12-30  Bruno Haible  <bruno@clisp.org>
14933
14934         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
14935         defined.
14936
14937 2007-12-30  Bruno Haible  <bruno@clisp.org>
14938
14939         * lib/xmalloca.h: Include xalloc.h.
14940         (xnmalloca): New macro.
14941
14942 2007-12-30  Bruno Haible  <bruno@clisp.org>
14943
14944         * lib/malloca.h (nmalloca): New macro.
14945         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
14946         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
14947         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
14948         knuth_morris_pratt_multibyte): Likewise.
14949         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
14950         knuth_morris_pratt_multibyte): Likewise.
14951         * lib/memmem.c (knuth_morris_pratt): Likewise.
14952         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
14953
14954 2007-12-25  Bruno Haible  <bruno@clisp.org>
14955
14956         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
14957         * lib/glob.c: Don't include openat.h.
14958         (link_exists2_p): Add back the code that deals with the
14959         !GLOB_ALTDIRFUNC case.
14960         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
14961         let it do the filename concatenation.
14962         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
14963         * modules/glob (Depends-on): Remove openat.
14964
14965 2007-12-31  Bruno Haible  <bruno@clisp.org>
14966
14967         * modules/dirfd (License): Change to LGPLv2+.
14968         Approved by Jim Meyering.
14969
14970 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
14971
14972         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
14973         when multiplying M by sizeof (size_t).
14974
14975 2007-12-10  Martin Lambers  <marlam@marlam.de>
14976
14977         Override getpagesize on mingw.
14978         * lib/getpagesize.c: New file.
14979         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
14980         * modules/getpagesize (Files): Add lib/getpagesize.c.
14981         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
14982         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14983         REPLACE_GETPAGESIZE.
14984         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
14985
14986 2007-12-25  Bruno Haible  <bruno@clisp.org>
14987
14988         * modules/localcharset (Notice): New field.
14989         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
14990         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
14991
14992 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
14993             Bruno Haible  <bruno@clisp.org>
14994
14995         Avoid using the syntax symbol() in formatted documentation.
14996         * MODULES.html.sh (func_module): When replacing symbol() with a
14997         hyperlink, remove the parentheses. Show an error if some remain.
14998         Recognize and render the '...' syntax.
14999         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
15000         Rework. Add paragraph about GCC's inlining.
15001         * doc/alloca.texi: Likewise.
15002         * doc/error.texi: Remove parentheses from symbol reference.
15003         * doc/gnulib-intro.texi: Likewise.
15004         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
15005         * modules/fnmatch (Description): Reword to say "the ... function".
15006         * modules/full-read (Description): Likewise.
15007         * modules/full-write (Description): Likewise.
15008         * modules/safe-read (Description): Likewise.
15009         * modules/safe-write (Description): Likewise.
15010         * modules/strchrnul (Description): Likewise.
15011         * modules/trim (Description): Likewise.
15012         * modules/error (Description): Remove parentheses from symbol
15013         references.
15014         * modules/verror (Description): Likewise.
15015         Reported by Karl Berry.
15016
15017 2007-12-25  Bruno Haible  <bruno@clisp.org>
15018
15019         Fixup after 2007-10-16 commit.
15020         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
15021
15022 2007-12-24  Bruno Haible  <bruno@clisp.org>
15023
15024         Make --enable-relocatable work with DESTDIR.
15025         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
15026         to compute installdir from destprog.
15027         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
15028         also set the RELOC_DESTDIR variable.
15029         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15030
15031 2007-12-24  Bruno Haible  <bruno@clisp.org>
15032
15033         Fix link error due to xalloc_die().
15034         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
15035         of xreadlink.
15036         * lib/relocwrapper.c: Update comments.
15037         * build-aux/install-reloc: Remove xreadlink.c from file list.
15038         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
15039         xreadlink.c.
15040         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15041
15042 2007-12-24  Bruno Haible  <bruno@clisp.org>
15043
15044         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
15045         * lib/setenv.h: Remove file.
15046         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
15047         lib/setenv.h.
15048         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
15049         (Depends-on): Add stdlib.
15050         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
15051         gl_FUNC_UNSETENV.
15052         (Include): Replace setenv.h with <stdlib.h>.
15053         * modules/unsetenv: New file.
15054         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
15055         * lib/unsetenv.c: Include <stdlib.h> first.
15056         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
15057         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
15058         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
15059         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
15060         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
15061         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
15062         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
15063         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
15064         * doc/functions/unsetenv.texi: Update.
15065         * modules/xsetenv (Depends-on): Add unsetenv.
15066         * modules/getdate (Depends-on): Likewise.
15067         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
15068         * lib/xsetenv.c: Don't include setenv.h.
15069         * lib/getdate.y: Likewise.
15070         * lib/relocwrapper.c: Likewise.
15071         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
15072         (Depends-on): Add stdlib.
15073         * NEWS: Mention the changes.
15074         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15075
15076 2007-12-23  Bruno Haible  <bruno@clisp.org>
15077
15078         * lib/memmem.c (memmem): Use lowercase variable names. Tab
15079         indentation.
15080
15081 2007-12-23  Bruno Haible  <bruno@clisp.org>
15082
15083         * lib/c-strcasestr.c: Add more comments.
15084         * lib/c-strstr.c: Likewise.
15085         * lib/mbscasestr.c: Likewise.
15086         * lib/mbsstr.c: Likewise.
15087         * lib/strcasestr.c: Likewise.
15088         * lib/memmem.c: Likewise.
15089
15090 2007-12-23  Bruno Haible  <bruno@clisp.org>
15091
15092         * tests/test-memmem.c: Include <string.h> first.
15093
15094 2007-12-22  Bruno Haible  <bruno@clisp.org>
15095
15096         * gnulib-tool (func_create_testdir): Change $auxdir while generating
15097         the contents of $testsbase.
15098         Reported by Ralf Wildenhues.
15099
15100 2007-12-22  Bruno Haible  <bruno@clisp.org>
15101
15102         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
15103         two variables local_ldadd_before, local_ldadd_last.
15104
15105 2007-12-20  Eric Blake  <ebb9@byu.net>
15106
15107         Work around circular library issue when cross-compiling.
15108         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
15109         that progname.o does not need to pull in rpl_memcmp.
15110
15111 2007-12-19  Eric Blake  <ebb9@byu.net>
15112
15113         Fix memmem to avoid O(n^2) worst-case complexity.
15114         * lib/memmem.c (knuth_morris_pratt): New function.
15115         (memmem): Use it if first few naive iterations fail.
15116         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
15117         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
15118         * modules/memchr (License): Likewise.
15119         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
15120         malloca.
15121         * tests/test-memmem.c: Rewrite, borrowing ideas from
15122         test-mbsstr1.c; the old version wouldn't even compile!
15123         * modules/memmem-tests: New file.
15124         * lib/string.in.h (rpl_memmem): Add declaration.
15125         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
15126         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
15127         REPLACE_MEMMEM.
15128
15129 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
15132         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
15133         before any system include files, and undef after them all.  This
15134         should fix a problem on VMS reported by John E. Malmberg in
15135         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
15136
15137 2007-12-17  Eric Blake  <ebb9@byu.net>
15138
15139         Revert addition of verify, for BSD/OS.
15140         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
15141         can't handle large files, for the sake of obsolete platforms.
15142         * modules/fseeko (Depends-on): Remove verify.
15143         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
15144         * doc/functions/ftello.texi (ftello): Likewise.
15145         * doc/functions/fgetpos.texi (fgetpos): Likewise.
15146         Reported by Larry Jones.
15147
15148 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
15149
15150         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
15151         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
15152
15153 2007-12-17  Jim Meyering  <meyering@redhat.com>
15154
15155         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
15156         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
15157         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
15158         * modules/getcwd (Depends-on): Add openat.
15159         Reported by Petr Salinger.
15160
15161 2007-12-17  Bruno Haible  <bruno@clisp.org>
15162
15163         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
15164         avoid a segmentation fault of the configure test on x86_64 systems.
15165
15166 2007-12-15  Jim Meyering  <meyering@redhat.com>
15167
15168         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
15169
15170 2007-12-13  Eric Blake  <ebb9@byu.net>
15171
15172         Another fseek test.
15173         * tests/test-fseek.c (main): Also test ungetc handling.
15174         * tests/test-fseeko.c (main): Likewise.
15175         * modules/fseeko (Depends-on): Add verify.
15176         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
15177         large.
15178         Reported by Larry Jones.
15179
15180         Fix fseeko on mingw.
15181         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
15182         seek.
15183
15184         Beef up fseek tests.
15185         * tests/test-fseek.c (main): Also test eof handling.
15186         * tests/test-fseeko.c (main): Likewise.
15187         Reported by Larry Jones.
15188
15189 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
15190
15191         Fix fseeko on BSD-based platforms.
15192         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
15193         successful seek.
15194
15195 2007-12-12  Eric Blake  <ebb9@byu.net>
15196
15197         Allow circular dependency of separate libtests.a
15198         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
15199         when use_libtests.
15200
15201 2007-12-11  Eric Blake  <ebb9@byu.net>
15202
15203         Fix bug with -0.0L in previous patch.
15204         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
15205         * tests/test-isnan.c (main): Also test on zeroes.
15206         * tests/test-isnanf.c (main): Likewise.
15207         * tests/test-isnanl.h (main): Likewise.
15208
15209         Detect pseudo-denormals on x86 even when cross-compiling.
15210         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
15211         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
15212         invalid bit patterns that happen to satisfy ==.
15213
15214         Avoid link failures with separate libtests.a.
15215         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
15216         last, to satisfy circular dependencies.
15217
15218 2007-12-11  Eric Blake  <ebb9@byu.net>
15219         and Bruno Haible  <bruno@clisp.org>
15220
15221         Fix OpenBSD 4.0 <float.h> handling of long double.
15222         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
15223         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
15224         * doc/headers/float.texi (float.h): Document OpenBSD bug.
15225
15226 2007-12-11  Jim Meyering  <meyering@redhat.com>
15227
15228         * users.txt: Add libvirt.
15229
15230         Support versions of autoconf prior to 2.59c.
15231         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
15232         if it is not already defined.
15233
15234 2007-12-09  Bruno Haible  <bruno@clisp.org>
15235
15236         Let 'gnulib-tool --import' collect sources needed for the tests in
15237         tests/ rather than in lib/.
15238         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
15239         argument. If true, add rules to generate libtests.a, and put libtests.a
15240         into $(LDADD). Consider source files in subdirectories and set
15241         uses_subdirs.
15242         (func_emit_initmacro_start, func_emit_initmacro_end,
15243         func_emit_initmacro_done): Pass all arguments explicitly.
15244         (func_import): Determine two module lists main_modules,
15245         testsrelated_modules. Determine use_libtests. Determine two variables
15246         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
15247         instead of just sed_transform_lib_file. Determine two variables
15248         main_files and testsrelated_files. Compute 'files' as the union of
15249         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
15250         func_add_or_update. In the generated gnulib-comp.m4, collect the
15251         object files for tests/ in different variables than those for lib/.
15252         Substitute LIBTESTS_LIBDEPS.
15253         (func_create_testdir): Combine the uses_subdirs results from
15254         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
15255
15256 2007-12-09  Bruno Haible  <bruno@clisp.org>
15257
15258         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
15259         the build-aux directory.
15260
15261 2007-12-09  Bruno Haible  <bruno@clisp.org>
15262
15263         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
15264         introduced on 2006-09-09.
15265
15266 2007-12-07  Jim Meyering  <meyering@redhat.com>
15267
15268         Let these macros work also with autoconf-2.59.
15269         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
15270         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
15271         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15272
15273 2007-12-06  Jim Meyering  <meyering@redhat.com>
15274
15275         Avoid a configure-time syntax error in gl_FUNC_ACL.
15276         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
15277         function in each branch, before testing the cache variable.
15278
15279 2007-12-04  Eric Blake  <ebb9@byu.net>
15280
15281         Make scripts executable.
15282         * build-aux/config.guess: Add execute permissions.
15283         * build-aux/config.sub: Likewise.
15284         * build-aux/gendocs.sh: Likewise.
15285
15286         Fix frexp on mingw.
15287         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
15288         cross-compiling.
15289         * doc/functions/frexp.texi (frexp): Document the bug.
15290
15291         Make cygwin fseeko check more reliable.
15292         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
15293         version numbers, rather than unrelated feature check.
15294         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
15295         * doc/functions/ftello.texi (ftello): Likewise.
15296         Reported by Bruno Haible.
15297
15298         * m4/strerror.m4: Bump version number.
15299
15300 2007-12-03  Bruno Haible  <bruno@clisp.org>
15301
15302         * doc/functions/mprotect.texi: Mention the mingw problem.
15303
15304 2007-12-03  Eric Blake  <ebb9@byu.net>
15305
15306         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
15307         REPLACE_STRERROR is initialized before this macro.
15308
15309 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
15312         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
15313         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
15314         put -lsec in even for programs other than 'ls'.  This fixes a problem
15315         for gettext reported by Bruno Haible in
15316         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
15317         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
15318         Add support for Solaris 10.  This isn't efficient, but should get the
15319         job done for now.
15320
15321 2007-12-03  James Youngman  <jay@gnu.org>
15322
15323         * doc/regexprops-generic.texi: change "an close-group" to "a
15324         close-group" and "illegal" to "not allowed".
15325
15326 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15327
15328         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
15329         pr_byname.h. Needed for the rare case when the maintainer has done
15330         "make maintainer-clean" in the source directory and then attempts a
15331         build outside the source directory.
15332         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
15333         scripts_byname.h.
15334
15335 2007-12-02  Martin Lambers <marlam@marlam.de>
15336             Bruno Haible  <bruno@clisp.org>
15337
15338         * lib/getpagesize.h: Remove file.
15339         * lib/unistd.in.h: Include declaration of getpagesize here.
15340         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
15341         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
15342         HAVE_SYS_PARAM_H.
15343         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
15344         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15345         * modules/getpagesize (Files): Remove lib/getpagesize.h.
15346         (Depends-on): Add unistd.
15347         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15348         (Include): Use <unistd.h> instead of getpagesize.h.
15349         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
15350         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15351         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
15352         gl_GETPAGESIZE invocation, already handled by module dependency.
15353         * lib/pagealign_alloc.c: Don't include getpagesize.h.
15354
15355 2007-12-02  Bruno Haible  <bruno@clisp.org>
15356
15357         * modules/strings-tests: New file.
15358         * tests/test-strings.c: New file.
15359
15360         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
15361         * lib/strings.in.h: New file.
15362         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
15363         * m4/strings_h.m4: New file.
15364         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
15365         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
15366         * modules/strings: New file.
15367         * modules/string (Makefile.am): Update.
15368         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
15369         Reported by Karl Berry.
15370
15371 2007-12-01  Eric Blake  <ebb9@byu.net>
15372
15373         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
15374         accomodate fix in cygwin 1.5.25.
15375
15376 2007-12-01  Jim Meyering  <meyering@redhat.com>
15377
15378         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
15379         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
15380         that would inhibit utf8-optimization of a regexp containing line-
15381         or buffer-anchors, e.g., `^', `$'.
15382
15383 2007-11-30  Bruno Haible  <bruno@clisp.org>
15384
15385         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
15386         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
15387         glthread_recursive_lock_init.
15388         * lib/lock.c (glthread_recursive_lock_init)
15389         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
15390         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15391
15392 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
15393
15394         New function qset_acl, like set_acl but with syscall semantics.
15395         * lib/acl.h (qset_acl): New decl.
15396         * lib/acl.c (qset_acl): New function.
15397         (set_acl): Use new function.  Use more-consistent diagnostics.
15398
15399 2007-11-28  Jim Meyering  <meyering@redhat.com>
15400
15401         * modules/physmem (License): Change from GPL to LGPLv2+.
15402
15403 2007-11-26  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/vasnprintf.c (decode_long_double): Don't abort if the
15406         'long double' type has excess precision.
15407         Reported by Jim Meyering in
15408         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
15409
15410 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15411
15412         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
15413         Sync from <http://gnu.org/licenses>.
15414         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
15415         with license text from same location.
15416         * doc/maintain.texi, doc/standards.texi:  Sync from
15417         <http://savannah.gnu.org/projects/gnustandards>.
15418
15419 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
15420         and Jim Meyering  <meyering@redhat.com>
15421
15422         Adjust getdate' grammar to accept a slightly more regular language.
15423         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
15424         Before, the former was rejected.
15425         * lib/getdate.y (digits_to_date_time): New function, factored
15426         out of ...
15427         (number): ...here.  Just call digits_to_date_time.
15428         (hybrid): New non-terminal to handle an <unsigned number,
15429         signed relative offset> sequence consistently.
15430
15431 2007-11-18  Jim Meyering  <meyering@redhat.com>
15432
15433         Pull my changes from coreutils:
15434         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
15435         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
15436         use of $gnulib_tool_option_extras, so that it's separated from the
15437         preceding argument.
15438
15439         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
15440         * build-aux/bootstrap (cp_mark_as_generated): Create any required
15441         parent destination directories before copying a file into place.
15442
15443 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
15444
15445         bootstrap: work also with 4-argument variant of AC_INIT
15446         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
15447
15448 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         Port test-getaddrinfo to Solaris.
15451         Problem reported by Bruno Haible in
15452         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
15453         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
15454         explanation of setting 'hints'.
15455         Don't reject an implementation merely because it returns EAI_SERVICE.
15456         (EAI_SERVICE): Define to 0 if not defined.
15457
15458 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15459
15460         The license of gnu-make and posix-shell is now "GPLed build tool".
15461         * modules/gnu-make (License): Likewise.
15462         * modules/posix-shell (License): Likewise.
15463
15464         New module posix-shell, for determining a POSIX shell
15465         or perhaps something that is close enough to a POSIX shell.
15466         * m4/posix-shell.m4: New file.
15467         * modules/posix-shell: New file.
15468
15469         * MODULES.html.sh: Mention new module.
15470
15471         New module gnu-make, for determining whether we're using GNU Make.
15472         * m4/gnu-make.m4: New file.
15473         * modules/gnu-make: New file.
15474         * MODULES.html.sh: Mention new module.
15475
15476 2007-11-14  Jim Meyering  <meyering@redhat.com>
15477
15478         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
15479         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
15480         use this macro to create a function _definition_.
15481         Remove useless "#undef ARGMATCH_DIE".
15482
15483 2007-11-14  Bruno Haible  <bruno@clisp.org>
15484
15485         * lib/config.charset: Update for OpenBSD 4.1.
15486         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
15487
15488 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         Document 64-bit #if problems in stdint.texi.
15491         * doc/headers/stdint.texi (stdint.h): Mention problems with
15492         64-bit-#if, and how to work around them.
15493
15494         Don't insist on 'long long int' support in the preprocessor.  It
15495         breaks too many things.  For example, PRIdMAX still uses a 'long
15496         long int' format with the latest Sun compiler, even though
15497         HAVE_LONG_LONG_INT isn't defined due to that compiler's
15498         preprocessor problem.  This causes the latest coreutils to dump
15499         core on Solaris 10 sparc with the Sun C compiler.
15500         Instead, fix the 2007-10-16 problem in a different way, by evaluating
15501         the troublesome expressions at configure-time, not at #if-time.
15502         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
15503         preprocessor.
15504         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
15505         compile-time C checks, done at 'configure'-time.
15506         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
15507         * modules/inttypes (Makefile): Substitute the new symbols that
15508         gl_INTTYPES_H now generates.
15509         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
15510
15511 2007-11-12  Bruno Haible  <bruno@clisp.org>
15512
15513         Tests for Unicode character classification functions.
15514
15515         * modules/unictype/bidicategory-byname-tests: New file.
15516         * modules/unictype/bidicategory-name-tests: New file.
15517         * modules/unictype/bidicategory-of-tests: New file.
15518         * modules/unictype/bidicategory-test-tests: New file.
15519         * modules/unictype/block-list-tests: New file.
15520         * modules/unictype/block-of-tests: New file.
15521         * modules/unictype/block-test-tests: New file.
15522         * modules/unictype/category-C-tests: New file.
15523         * modules/unictype/category-Cc-tests: New file.
15524         * modules/unictype/category-Cf-tests: New file.
15525         * modules/unictype/category-Cn-tests: New file.
15526         * modules/unictype/category-Co-tests: New file.
15527         * modules/unictype/category-Cs-tests: New file.
15528         * modules/unictype/category-L-tests: New file.
15529         * modules/unictype/category-Ll-tests: New file.
15530         * modules/unictype/category-Lm-tests: New file.
15531         * modules/unictype/category-Lo-tests: New file.
15532         * modules/unictype/category-Lt-tests: New file.
15533         * modules/unictype/category-Lu-tests: New file.
15534         * modules/unictype/category-M-tests: New file.
15535         * modules/unictype/category-Mc-tests: New file.
15536         * modules/unictype/category-Me-tests: New file.
15537         * modules/unictype/category-Mn-tests: New file.
15538         * modules/unictype/category-N-tests: New file.
15539         * modules/unictype/category-Nd-tests: New file.
15540         * modules/unictype/category-Nl-tests: New file.
15541         * modules/unictype/category-No-tests: New file.
15542         * modules/unictype/category-P-tests: New file.
15543         * modules/unictype/category-Pc-tests: New file.
15544         * modules/unictype/category-Pd-tests: New file.
15545         * modules/unictype/category-Pe-tests: New file.
15546         * modules/unictype/category-Pf-tests: New file.
15547         * modules/unictype/category-Pi-tests: New file.
15548         * modules/unictype/category-Po-tests: New file.
15549         * modules/unictype/category-Ps-tests: New file.
15550         * modules/unictype/category-S-tests: New file.
15551         * modules/unictype/category-Sc-tests: New file.
15552         * modules/unictype/category-Sk-tests: New file.
15553         * modules/unictype/category-Sm-tests: New file.
15554         * modules/unictype/category-So-tests: New file.
15555         * modules/unictype/category-Z-tests: New file.
15556         * modules/unictype/category-Zl-tests: New file.
15557         * modules/unictype/category-Zp-tests: New file.
15558         * modules/unictype/category-Zs-tests: New file.
15559         * modules/unictype/category-and-not-tests: New file.
15560         * modules/unictype/category-and-tests: New file.
15561         * modules/unictype/category-byname-tests: New file.
15562         * modules/unictype/category-name-tests: New file.
15563         * modules/unictype/category-none-tests: New file.
15564         * modules/unictype/category-of-tests: New file.
15565         * modules/unictype/category-or-tests: New file.
15566         * modules/unictype/category-test-withtable-tests: New file.
15567         * modules/unictype/combining-class-tests: New file.
15568         * modules/unictype/ctype-alnum-tests: New file.
15569         * modules/unictype/ctype-alpha-tests: New file.
15570         * modules/unictype/ctype-blank-tests: New file.
15571         * modules/unictype/ctype-cntrl-tests: New file.
15572         * modules/unictype/ctype-digit-tests: New file.
15573         * modules/unictype/ctype-graph-tests: New file.
15574         * modules/unictype/ctype-lower-tests: New file.
15575         * modules/unictype/ctype-print-tests: New file.
15576         * modules/unictype/ctype-punct-tests: New file.
15577         * modules/unictype/ctype-space-tests: New file.
15578         * modules/unictype/ctype-upper-tests: New file.
15579         * modules/unictype/ctype-xdigit-tests: New file.
15580         * modules/unictype/decimal-digit-tests: New file.
15581         * modules/unictype/digit-tests: New file.
15582         * modules/unictype/mirror-tests: New file.
15583         * modules/unictype/numeric-tests: New file.
15584         * modules/unictype/property-alphabetic-tests: New file.
15585         * modules/unictype/property-ascii-hex-digit-tests: New file.
15586         * modules/unictype/property-bidi-arabic-digit-tests: New file.
15587         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
15588         * modules/unictype/property-bidi-block-separator-tests: New file.
15589         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
15590         * modules/unictype/property-bidi-common-separator-tests: New file.
15591         * modules/unictype/property-bidi-control-tests: New file.
15592         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
15593         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
15594         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
15595         * modules/unictype/property-bidi-european-digit-tests: New file.
15596         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
15597         * modules/unictype/property-bidi-left-to-right-tests: New file.
15598         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
15599         * modules/unictype/property-bidi-other-neutral-tests: New file.
15600         * modules/unictype/property-bidi-pdf-tests: New file.
15601         * modules/unictype/property-bidi-segment-separator-tests: New file.
15602         * modules/unictype/property-bidi-whitespace-tests: New file.
15603         * modules/unictype/property-byname-tests: New file.
15604         * modules/unictype/property-combining-tests: New file.
15605         * modules/unictype/property-composite-tests: New file.
15606         * modules/unictype/property-currency-symbol-tests: New file.
15607         * modules/unictype/property-dash-tests: New file.
15608         * modules/unictype/property-decimal-digit-tests: New file.
15609         * modules/unictype/property-default-ignorable-code-point-tests: New file.
15610         * modules/unictype/property-deprecated-tests: New file.
15611         * modules/unictype/property-diacritic-tests: New file.
15612         * modules/unictype/property-extender-tests: New file.
15613         * modules/unictype/property-format-control-tests: New file.
15614         * modules/unictype/property-grapheme-base-tests: New file.
15615         * modules/unictype/property-grapheme-extend-tests: New file.
15616         * modules/unictype/property-grapheme-link-tests: New file.
15617         * modules/unictype/property-hex-digit-tests: New file.
15618         * modules/unictype/property-hyphen-tests: New file.
15619         * modules/unictype/property-id-continue-tests: New file.
15620         * modules/unictype/property-id-start-tests: New file.
15621         * modules/unictype/property-ideographic-tests: New file.
15622         * modules/unictype/property-ids-binary-operator-tests: New file.
15623         * modules/unictype/property-ids-trinary-operator-tests: New file.
15624         * modules/unictype/property-ignorable-control-tests: New file.
15625         * modules/unictype/property-iso-control-tests: New file.
15626         * modules/unictype/property-join-control-tests: New file.
15627         * modules/unictype/property-left-of-pair-tests: New file.
15628         * modules/unictype/property-line-separator-tests: New file.
15629         * modules/unictype/property-logical-order-exception-tests: New file.
15630         * modules/unictype/property-lowercase-tests: New file.
15631         * modules/unictype/property-math-tests: New file.
15632         * modules/unictype/property-non-break-tests: New file.
15633         * modules/unictype/property-not-a-character-tests: New file.
15634         * modules/unictype/property-numeric-tests: New file.
15635         * modules/unictype/property-other-alphabetic-tests: New file.
15636         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
15637         * modules/unictype/property-other-grapheme-extend-tests: New file.
15638         * modules/unictype/property-other-id-continue-tests: New file.
15639         * modules/unictype/property-other-id-start-tests: New file.
15640         * modules/unictype/property-other-lowercase-tests: New file.
15641         * modules/unictype/property-other-math-tests: New file.
15642         * modules/unictype/property-other-uppercase-tests: New file.
15643         * modules/unictype/property-paired-punctuation-tests: New file.
15644         * modules/unictype/property-paragraph-separator-tests: New file.
15645         * modules/unictype/property-pattern-syntax-tests: New file.
15646         * modules/unictype/property-pattern-white-space-tests: New file.
15647         * modules/unictype/property-private-use-tests: New file.
15648         * modules/unictype/property-punctuation-tests: New file.
15649         * modules/unictype/property-quotation-mark-tests: New file.
15650         * modules/unictype/property-radical-tests: New file.
15651         * modules/unictype/property-sentence-terminal-tests: New file.
15652         * modules/unictype/property-soft-dotted-tests: New file.
15653         * modules/unictype/property-space-tests: New file.
15654         * modules/unictype/property-terminal-punctuation-tests: New file.
15655         * modules/unictype/property-test-tests: New file.
15656         * modules/unictype/property-titlecase-tests: New file.
15657         * modules/unictype/property-unassigned-code-value-tests: New file.
15658         * modules/unictype/property-unified-ideograph-tests: New file.
15659         * modules/unictype/property-uppercase-tests: New file.
15660         * modules/unictype/property-variation-selector-tests: New file.
15661         * modules/unictype/property-white-space-tests: New file.
15662         * modules/unictype/property-xid-continue-tests: New file.
15663         * modules/unictype/property-xid-start-tests: New file.
15664         * modules/unictype/property-zero-width-tests: New file.
15665         * modules/unictype/scripts-tests: New file.
15666         * modules/unictype/syntax-c-ident-tests: New file.
15667         * modules/unictype/syntax-c-whitespace-tests: New file.
15668         * modules/unictype/syntax-java-ident-tests: New file.
15669         * modules/unictype/syntax-java-whitespace-tests: New file.
15670         * tests/unictype/test-bidi_byname.c: New file.
15671         * tests/unictype/test-bidi_name.c: New file.
15672         * tests/unictype/test-bidi_of.c: New file.
15673         * tests/unictype/test-bidi_test.c: New file.
15674         * tests/unictype/test-block_list.c: New file.
15675         * tests/unictype/test-block_of.c: New file.
15676         * tests/unictype/test-block_test.c: New file.
15677         * tests/unictype/test-categ_and.c: New file.
15678         * tests/unictype/test-categ_and_not.c: New file.
15679         * tests/unictype/test-categ_byname.c: New file.
15680         * tests/unictype/test-categ_name.c: New file.
15681         * tests/unictype/test-categ_none.c: New file.
15682         * tests/unictype/test-categ_of.c: New file.
15683         * tests/unictype/test-categ_or.c: New file.
15684         * tests/unictype/test-categ_test_withtable.c: New file.
15685         * tests/unictype/test-combining.c: New file.
15686         * tests/unictype/test-decdigit.c: New file.
15687         * tests/unictype/test-digit.c: New file.
15688         * tests/unictype/test-mirror.c: New file.
15689         * tests/unictype/test-numeric.c: New file.
15690         * tests/unictype/test-pr_byname.c: New file.
15691         * tests/unictype/test-pr_test.c: New file.
15692         * tests/unictype/test-predicate-part1.h: New file.
15693         * tests/unictype/test-predicate-part2.h: New file.
15694         * tests/unictype/test-scripts.c: New file.
15695         * tests/unictype/test-sy_c_ident.c: New file.
15696         * tests/unictype/test-sy_java_ident.c: New file.
15697
15698         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
15699         for Unicode 5.0.0.
15700         * tests/unictype/test-categ_Cc.c: Likewise.
15701         * tests/unictype/test-categ_Cf.c: Likewise.
15702         * tests/unictype/test-categ_Cn.c: Likewise.
15703         * tests/unictype/test-categ_Co.c: Likewise.
15704         * tests/unictype/test-categ_Cs.c: Likewise.
15705         * tests/unictype/test-categ_L.c: Likewise.
15706         * tests/unictype/test-categ_Ll.c: Likewise.
15707         * tests/unictype/test-categ_Lm.c: Likewise.
15708         * tests/unictype/test-categ_Lo.c: Likewise.
15709         * tests/unictype/test-categ_Lt.c: Likewise.
15710         * tests/unictype/test-categ_Lu.c: Likewise.
15711         * tests/unictype/test-categ_M.c: Likewise.
15712         * tests/unictype/test-categ_Mc.c: Likewise.
15713         * tests/unictype/test-categ_Me.c: Likewise.
15714         * tests/unictype/test-categ_Mn.c: Likewise.
15715         * tests/unictype/test-categ_N.c: Likewise.
15716         * tests/unictype/test-categ_Nd.c: Likewise.
15717         * tests/unictype/test-categ_Nl.c: Likewise.
15718         * tests/unictype/test-categ_No.c: Likewise.
15719         * tests/unictype/test-categ_P.c: Likewise.
15720         * tests/unictype/test-categ_Pc.c: Likewise.
15721         * tests/unictype/test-categ_Pd.c: Likewise.
15722         * tests/unictype/test-categ_Pe.c: Likewise.
15723         * tests/unictype/test-categ_Pf.c: Likewise.
15724         * tests/unictype/test-categ_Pi.c: Likewise.
15725         * tests/unictype/test-categ_Po.c: Likewise.
15726         * tests/unictype/test-categ_Ps.c: Likewise.
15727         * tests/unictype/test-categ_S.c: Likewise.
15728         * tests/unictype/test-categ_Sc.c: Likewise.
15729         * tests/unictype/test-categ_Sk.c: Likewise.
15730         * tests/unictype/test-categ_Sm.c: Likewise.
15731         * tests/unictype/test-categ_So.c: Likewise.
15732         * tests/unictype/test-categ_Z.c: Likewise.
15733         * tests/unictype/test-categ_Zl.c: Likewise.
15734         * tests/unictype/test-categ_Zp.c: Likewise.
15735         * tests/unictype/test-categ_Zs.c: Likewise.
15736         * tests/unictype/test-ctype_alnum.c: Likewise.
15737         * tests/unictype/test-ctype_alpha.c: Likewise.
15738         * tests/unictype/test-ctype_blank.c: Likewise.
15739         * tests/unictype/test-ctype_cntrl.c: Likewise.
15740         * tests/unictype/test-ctype_digit.c: Likewise.
15741         * tests/unictype/test-ctype_graph.c: Likewise.
15742         * tests/unictype/test-ctype_lower.c: Likewise.
15743         * tests/unictype/test-ctype_print.c: Likewise.
15744         * tests/unictype/test-ctype_punct.c: Likewise.
15745         * tests/unictype/test-ctype_space.c: Likewise.
15746         * tests/unictype/test-ctype_upper.c: Likewise.
15747         * tests/unictype/test-ctype_xdigit.c: Likewise.
15748         * tests/unictype/test-decdigit.h: Likewise.
15749         * tests/unictype/test-digit.h: Likewise.
15750         * tests/unictype/test-numeric.h: Likewise.
15751         * tests/unictype/test-pr_alphabetic.c: Likewise.
15752         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
15753         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
15754         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
15755         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
15756         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
15757         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
15758         * tests/unictype/test-pr_bidi_control.c: Likewise.
15759         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
15760         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
15761         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
15762         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
15763         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
15764         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
15765         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
15766         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
15767         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
15768         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
15769         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
15770         * tests/unictype/test-pr_combining.c: Likewise.
15771         * tests/unictype/test-pr_composite.c: Likewise.
15772         * tests/unictype/test-pr_currency_symbol.c: Likewise.
15773         * tests/unictype/test-pr_dash.c: Likewise.
15774         * tests/unictype/test-pr_decimal_digit.c: Likewise.
15775         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
15776         * tests/unictype/test-pr_deprecated.c: Likewise.
15777         * tests/unictype/test-pr_diacritic.c: Likewise.
15778         * tests/unictype/test-pr_extender.c: Likewise.
15779         * tests/unictype/test-pr_format_control.c: Likewise.
15780         * tests/unictype/test-pr_grapheme_base.c: Likewise.
15781         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
15782         * tests/unictype/test-pr_grapheme_link.c: Likewise.
15783         * tests/unictype/test-pr_hex_digit.c: Likewise.
15784         * tests/unictype/test-pr_hyphen.c: Likewise.
15785         * tests/unictype/test-pr_id_continue.c: Likewise.
15786         * tests/unictype/test-pr_id_start.c: Likewise.
15787         * tests/unictype/test-pr_ideographic.c: Likewise.
15788         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
15789         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
15790         * tests/unictype/test-pr_ignorable_control.c: Likewise.
15791         * tests/unictype/test-pr_iso_control.c: Likewise.
15792         * tests/unictype/test-pr_join_control.c: Likewise.
15793         * tests/unictype/test-pr_left_of_pair.c: Likewise.
15794         * tests/unictype/test-pr_line_separator.c: Likewise.
15795         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
15796         * tests/unictype/test-pr_lowercase.c: Likewise.
15797         * tests/unictype/test-pr_math.c: Likewise.
15798         * tests/unictype/test-pr_non_break.c: Likewise.
15799         * tests/unictype/test-pr_not_a_character.c: Likewise.
15800         * tests/unictype/test-pr_numeric.c: Likewise.
15801         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
15802         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
15803         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
15804         * tests/unictype/test-pr_other_id_continue.c: Likewise.
15805         * tests/unictype/test-pr_other_id_start.c: Likewise.
15806         * tests/unictype/test-pr_other_lowercase.c: Likewise.
15807         * tests/unictype/test-pr_other_math.c: Likewise.
15808         * tests/unictype/test-pr_other_uppercase.c: Likewise.
15809         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
15810         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
15811         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
15812         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
15813         * tests/unictype/test-pr_private_use.c: Likewise.
15814         * tests/unictype/test-pr_punctuation.c: Likewise.
15815         * tests/unictype/test-pr_quotation_mark.c: Likewise.
15816         * tests/unictype/test-pr_radical.c: Likewise.
15817         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
15818         * tests/unictype/test-pr_soft_dotted.c: Likewise.
15819         * tests/unictype/test-pr_space.c: Likewise.
15820         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
15821         * tests/unictype/test-pr_titlecase.c: Likewise.
15822         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
15823         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
15824         * tests/unictype/test-pr_uppercase.c: Likewise.
15825         * tests/unictype/test-pr_variation_selector.c: Likewise.
15826         * tests/unictype/test-pr_white_space.c: Likewise.
15827         * tests/unictype/test-pr_xid_continue.c: Likewise.
15828         * tests/unictype/test-pr_xid_start.c: Likewise.
15829         * tests/unictype/test-pr_zero_width.c: Likewise.
15830         * tests/unictype/test-sy_c_whitespace.c: Likewise.
15831         * tests/unictype/test-sy_java_whitespace.c: Likewise.
15832
15833 2007-11-12  Bruno Haible  <bruno@clisp.org>
15834
15835         Unicode character classification functions.
15836         * lib/unictype.h: New file.
15837         * modules/unictype/base: New file.
15838         * modules/unictype/category-L: New file.
15839         * modules/unictype/category-Lu: New file.
15840         * modules/unictype/category-Ll: New file.
15841         * modules/unictype/category-Lt: New file.
15842         * modules/unictype/category-Lm: New file.
15843         * modules/unictype/category-Lo: New file.
15844         * modules/unictype/category-M: New file.
15845         * modules/unictype/category-Mn: New file.
15846         * modules/unictype/category-Mc: New file.
15847         * modules/unictype/category-Me: New file.
15848         * modules/unictype/category-N: New file.
15849         * modules/unictype/category-Nd: New file.
15850         * modules/unictype/category-Nl: New file.
15851         * modules/unictype/category-No: New file.
15852         * modules/unictype/category-P: New file.
15853         * modules/unictype/category-Pc: New file.
15854         * modules/unictype/category-Pd: New file.
15855         * modules/unictype/category-Ps: New file.
15856         * modules/unictype/category-Pe: New file.
15857         * modules/unictype/category-Pi: New file.
15858         * modules/unictype/category-Pf: New file.
15859         * modules/unictype/category-Po: New file.
15860         * modules/unictype/category-S: New file.
15861         * modules/unictype/category-Sm: New file.
15862         * modules/unictype/category-Sc: New file.
15863         * modules/unictype/category-Sk: New file.
15864         * modules/unictype/category-So: New file.
15865         * modules/unictype/category-Z: New file.
15866         * modules/unictype/category-Zs: New file.
15867         * modules/unictype/category-Zl: New file.
15868         * modules/unictype/category-Zp: New file.
15869         * modules/unictype/category-C: New file.
15870         * modules/unictype/category-Cc: New file.
15871         * modules/unictype/category-Cf: New file.
15872         * modules/unictype/category-Cs: New file.
15873         * modules/unictype/category-Co: New file.
15874         * modules/unictype/category-Cn: New file.
15875         * modules/unictype/category-or: New file.
15876         * modules/unictype/category-of: New file.
15877         * modules/unictype/category-test: New file.
15878         * modules/unictype/category-test-withtable: New file.
15879         * modules/unictype/category-byname: New file.
15880         * modules/unictype/category-none: New file.
15881         * modules/unictype/category-and: New file.
15882         * modules/unictype/category-and-not: New file.
15883         * modules/unictype/category-name: New file.
15884         * modules/unictype/combining-class: New file.
15885         * modules/unictype/category-all: New file.
15886         * modules/unictype/bidicategory-all: New file.
15887         * modules/unictype/bidicategory-byname: New file.
15888         * modules/unictype/bidicategory-name: New file.
15889         * modules/unictype/bidicategory-of: New file.
15890         * modules/unictype/bidicategory-test: New file.
15891         * modules/unictype/decimal-digit: New file.
15892         * modules/unictype/digit: New file.
15893         * modules/unictype/numeric: New file.
15894         * modules/unictype/mirror: New file.
15895         * modules/unictype/property-white-space: New file.
15896         * modules/unictype/property-alphabetic: New file.
15897         * modules/unictype/property-other-alphabetic: New file.
15898         * modules/unictype/property-not-a-character: New file.
15899         * modules/unictype/property-default-ignorable-code-point: New file.
15900         * modules/unictype/property-other-default-ignorable-code-point: New
15901         file.
15902         * modules/unictype/property-deprecated: New file.
15903         * modules/unictype/property-logical-order-exception: New file.
15904         * modules/unictype/property-variation-selector: New file.
15905         * modules/unictype/property-private-use: New file.
15906         * modules/unictype/property-unassigned-code-value: New file.
15907         * modules/unictype/property-uppercase: New file.
15908         * modules/unictype/property-other-uppercase: New file.
15909         * modules/unictype/property-lowercase: New file.
15910         * modules/unictype/property-other-lowercase: New file.
15911         * modules/unictype/property-titlecase: New file.
15912         * modules/unictype/property-soft-dotted: New file.
15913         * modules/unictype/property-id-start: New file.
15914         * modules/unictype/property-other-id-start: New file.
15915         * modules/unictype/property-id-continue: New file.
15916         * modules/unictype/property-other-id-continue: New file.
15917         * modules/unictype/property-xid-start: New file.
15918         * modules/unictype/property-xid-continue: New file.
15919         * modules/unictype/property-pattern-white-space: New file.
15920         * modules/unictype/property-pattern-syntax: New file.
15921         * modules/unictype/property-join-control: New file.
15922         * modules/unictype/property-grapheme-base: New file.
15923         * modules/unictype/property-grapheme-extend: New file.
15924         * modules/unictype/property-other-grapheme-extend: New file.
15925         * modules/unictype/property-grapheme-link: New file.
15926         * modules/unictype/property-bidi-control: New file.
15927         * modules/unictype/property-bidi-left-to-right: New file.
15928         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
15929         * modules/unictype/property-bidi-arabic-right-to-left: New file.
15930         * modules/unictype/property-bidi-european-digit: New file.
15931         * modules/unictype/property-bidi-eur-num-separator: New file.
15932         * modules/unictype/property-bidi-eur-num-terminator: New file.
15933         * modules/unictype/property-bidi-arabic-digit: New file.
15934         * modules/unictype/property-bidi-common-separator: New file.
15935         * modules/unictype/property-bidi-block-separator: New file.
15936         * modules/unictype/property-bidi-segment-separator: New file.
15937         * modules/unictype/property-bidi-whitespace: New file.
15938         * modules/unictype/property-bidi-non-spacing-mark: New file.
15939         * modules/unictype/property-bidi-boundary-neutral: New file.
15940         * modules/unictype/property-bidi-pdf: New file.
15941         * modules/unictype/property-bidi-embedding-or-override: New file.
15942         * modules/unictype/property-bidi-other-neutral: New file.
15943         * modules/unictype/property-hex-digit: New file.
15944         * modules/unictype/property-ascii-hex-digit: New file.
15945         * modules/unictype/property-ideographic: New file.
15946         * modules/unictype/property-unified-ideograph: New file.
15947         * modules/unictype/property-radical: New file.
15948         * modules/unictype/property-ids-binary-operator: New file.
15949         * modules/unictype/property-ids-trinary-operator: New file.
15950         * modules/unictype/property-zero-width: New file.
15951         * modules/unictype/property-space: New file.
15952         * modules/unictype/property-non-break: New file.
15953         * modules/unictype/property-iso-control: New file.
15954         * modules/unictype/property-format-control: New file.
15955         * modules/unictype/property-dash: New file.
15956         * modules/unictype/property-hyphen: New file.
15957         * modules/unictype/property-punctuation: New file.
15958         * modules/unictype/property-line-separator: New file.
15959         * modules/unictype/property-paragraph-separator: New file.
15960         * modules/unictype/property-quotation-mark: New file.
15961         * modules/unictype/property-sentence-terminal: New file.
15962         * modules/unictype/property-terminal-punctuation: New file.
15963         * modules/unictype/property-currency-symbol: New file.
15964         * modules/unictype/property-math: New file.
15965         * modules/unictype/property-other-math: New file.
15966         * modules/unictype/property-paired-punctuation: New file.
15967         * modules/unictype/property-left-of-pair: New file.
15968         * modules/unictype/property-combining: New file.
15969         * modules/unictype/property-composite: New file.
15970         * modules/unictype/property-decimal-digit: New file.
15971         * modules/unictype/property-numeric: New file.
15972         * modules/unictype/property-diacritic: New file.
15973         * modules/unictype/property-extender: New file.
15974         * modules/unictype/property-ignorable-control: New file.
15975         * modules/unictype/property-test: New file.
15976         * modules/unictype/property-byname: New file.
15977         * modules/unictype/property-all: New file.
15978         * modules/unictype/scripts: New file.
15979         * modules/unictype/scripts-all: New file.
15980         * modules/unictype/block-of: New file.
15981         * modules/unictype/block-test: New file.
15982         * modules/unictype/block-list: New file.
15983         * modules/unictype/block-all: New file.
15984         * modules/unictype/syntax-c-whitespace: New file.
15985         * modules/unictype/syntax-java-whitespace: New file.
15986         * modules/unictype/syntax-c-ident: New file.
15987         * modules/unictype/syntax-java-ident: New file.
15988         * modules/unictype/ctype-alnum: New file.
15989         * modules/unictype/ctype-alpha: New file.
15990         * modules/unictype/ctype-cntrl: New file.
15991         * modules/unictype/ctype-digit: New file.
15992         * modules/unictype/ctype-graph: New file.
15993         * modules/unictype/ctype-lower: New file.
15994         * modules/unictype/ctype-print: New file.
15995         * modules/unictype/ctype-punct: New file.
15996         * modules/unictype/ctype-space: New file.
15997         * modules/unictype/ctype-upper: New file.
15998         * modules/unictype/ctype-xdigit: New file.
15999         * modules/unictype/ctype-blank: New file.
16000         * lib/unictype/bidi_byname.c: New file.
16001         * lib/unictype/bidi_name.c: New file.
16002         * lib/unictype/bidi_of.c: New file.
16003         * lib/unictype/bidi_test.c: New file.
16004         * lib/unictype/bitmap.h: New file.
16005         * lib/unictype/block_test.c: New file.
16006         * lib/unictype/blocks.c: New file.
16007         * lib/unictype/categ_C.c: New file.
16008         * lib/unictype/categ_Cc.c: New file.
16009         * lib/unictype/categ_Cf.c: New file.
16010         * lib/unictype/categ_Cn.c: New file.
16011         * lib/unictype/categ_Co.c: New file.
16012         * lib/unictype/categ_Cs.c: New file.
16013         * lib/unictype/categ_L.c: New file.
16014         * lib/unictype/categ_Ll.c: New file.
16015         * lib/unictype/categ_Lm.c: New file.
16016         * lib/unictype/categ_Lo.c: New file.
16017         * lib/unictype/categ_Lt.c: New file.
16018         * lib/unictype/categ_Lu.c: New file.
16019         * lib/unictype/categ_M.c: New file.
16020         * lib/unictype/categ_Mc.c: New file.
16021         * lib/unictype/categ_Me.c: New file.
16022         * lib/unictype/categ_Mn.c: New file.
16023         * lib/unictype/categ_N.c: New file.
16024         * lib/unictype/categ_Nd.c: New file.
16025         * lib/unictype/categ_Nl.c: New file.
16026         * lib/unictype/categ_No.c: New file.
16027         * lib/unictype/categ_P.c: New file.
16028         * lib/unictype/categ_Pc.c: New file.
16029         * lib/unictype/categ_Pd.c: New file.
16030         * lib/unictype/categ_Pe.c: New file.
16031         * lib/unictype/categ_Pf.c: New file.
16032         * lib/unictype/categ_Pi.c: New file.
16033         * lib/unictype/categ_Po.c: New file.
16034         * lib/unictype/categ_Ps.c: New file.
16035         * lib/unictype/categ_S.c: New file.
16036         * lib/unictype/categ_Sc.c: New file.
16037         * lib/unictype/categ_Sk.c: New file.
16038         * lib/unictype/categ_Sm.c: New file.
16039         * lib/unictype/categ_So.c: New file.
16040         * lib/unictype/categ_Z.c: New file.
16041         * lib/unictype/categ_Zl.c: New file.
16042         * lib/unictype/categ_Zp.c: New file.
16043         * lib/unictype/categ_Zs.c: New file.
16044         * lib/unictype/categ_and.c: New file.
16045         * lib/unictype/categ_and_not.c: New file.
16046         * lib/unictype/categ_byname.c: New file.
16047         * lib/unictype/categ_name.c: New file.
16048         * lib/unictype/categ_none.c: New file.
16049         * lib/unictype/categ_of.c: New file.
16050         * lib/unictype/categ_or.c: New file.
16051         * lib/unictype/categ_test.c: New file.
16052         * lib/unictype/combining.c: New file.
16053         * lib/unictype/ctype_alnum.c: New file.
16054         * lib/unictype/ctype_alpha.c: New file.
16055         * lib/unictype/ctype_blank.c: New file.
16056         * lib/unictype/ctype_cntrl.c: New file.
16057         * lib/unictype/ctype_digit.c: New file.
16058         * lib/unictype/ctype_graph.c: New file.
16059         * lib/unictype/ctype_lower.c: New file.
16060         * lib/unictype/ctype_print.c: New file.
16061         * lib/unictype/ctype_punct.c: New file.
16062         * lib/unictype/ctype_space.c: New file.
16063         * lib/unictype/ctype_upper.c: New file.
16064         * lib/unictype/ctype_xdigit.c: New file.
16065         * lib/unictype/decdigit.c: New file.
16066         * lib/unictype/digit.c: New file.
16067         * lib/unictype/identsyntaxmap.h: New file.
16068         * lib/unictype/mirror.c: New file.
16069         * lib/unictype/numeric.c: New file.
16070         * lib/unictype/pr_alphabetic.c: New file.
16071         * lib/unictype/pr_ascii_hex_digit.c: New file.
16072         * lib/unictype/pr_bidi_arabic_digit.c: New file.
16073         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
16074         * lib/unictype/pr_bidi_block_separator.c: New file.
16075         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
16076         * lib/unictype/pr_bidi_common_separator.c: New file.
16077         * lib/unictype/pr_bidi_control.c: New file.
16078         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
16079         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
16080         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
16081         * lib/unictype/pr_bidi_european_digit.c: New file.
16082         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
16083         * lib/unictype/pr_bidi_left_to_right.c: New file.
16084         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
16085         * lib/unictype/pr_bidi_other_neutral.c: New file.
16086         * lib/unictype/pr_bidi_pdf.c: New file.
16087         * lib/unictype/pr_bidi_segment_separator.c: New file.
16088         * lib/unictype/pr_bidi_whitespace.c: New file.
16089         * lib/unictype/pr_byname.c: New file.
16090         * lib/unictype/pr_byname.gperf: New file.
16091         * lib/unictype/pr_combining.c: New file.
16092         * lib/unictype/pr_composite.c: New file.
16093         * lib/unictype/pr_currency_symbol.c: New file.
16094         * lib/unictype/pr_dash.c: New file.
16095         * lib/unictype/pr_decimal_digit.c: New file.
16096         * lib/unictype/pr_default_ignorable_code_point.c: New file.
16097         * lib/unictype/pr_deprecated.c: New file.
16098         * lib/unictype/pr_diacritic.c: New file.
16099         * lib/unictype/pr_extender.c: New file.
16100         * lib/unictype/pr_format_control.c: New file.
16101         * lib/unictype/pr_grapheme_base.c: New file.
16102         * lib/unictype/pr_grapheme_extend.c: New file.
16103         * lib/unictype/pr_grapheme_link.c: New file.
16104         * lib/unictype/pr_hex_digit.c: New file.
16105         * lib/unictype/pr_hyphen.c: New file.
16106         * lib/unictype/pr_id_continue.c: New file.
16107         * lib/unictype/pr_id_start.c: New file.
16108         * lib/unictype/pr_ideographic.c: New file.
16109         * lib/unictype/pr_ids_binary_operator.c: New file.
16110         * lib/unictype/pr_ids_trinary_operator.c: New file.
16111         * lib/unictype/pr_ignorable_control.c: New file.
16112         * lib/unictype/pr_iso_control.c: New file.
16113         * lib/unictype/pr_join_control.c: New file.
16114         * lib/unictype/pr_left_of_pair.c: New file.
16115         * lib/unictype/pr_line_separator.c: New file.
16116         * lib/unictype/pr_logical_order_exception.c: New file.
16117         * lib/unictype/pr_lowercase.c: New file.
16118         * lib/unictype/pr_math.c: New file.
16119         * lib/unictype/pr_non_break.c: New file.
16120         * lib/unictype/pr_not_a_character.c: New file.
16121         * lib/unictype/pr_numeric.c: New file.
16122         * lib/unictype/pr_other_alphabetic.c: New file.
16123         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
16124         * lib/unictype/pr_other_grapheme_extend.c: New file.
16125         * lib/unictype/pr_other_id_continue.c: New file.
16126         * lib/unictype/pr_other_id_start.c: New file.
16127         * lib/unictype/pr_other_lowercase.c: New file.
16128         * lib/unictype/pr_other_math.c: New file.
16129         * lib/unictype/pr_other_uppercase.c: New file.
16130         * lib/unictype/pr_paired_punctuation.c: New file.
16131         * lib/unictype/pr_paragraph_separator.c: New file.
16132         * lib/unictype/pr_pattern_syntax.c: New file.
16133         * lib/unictype/pr_pattern_white_space.c: New file.
16134         * lib/unictype/pr_private_use.c: New file.
16135         * lib/unictype/pr_punctuation.c: New file.
16136         * lib/unictype/pr_quotation_mark.c: New file.
16137         * lib/unictype/pr_radical.c: New file.
16138         * lib/unictype/pr_sentence_terminal.c: New file.
16139         * lib/unictype/pr_soft_dotted.c: New file.
16140         * lib/unictype/pr_space.c: New file.
16141         * lib/unictype/pr_terminal_punctuation.c: New file.
16142         * lib/unictype/pr_test.c: New file.
16143         * lib/unictype/pr_titlecase.c: New file.
16144         * lib/unictype/pr_unassigned_code_value.c: New file.
16145         * lib/unictype/pr_unified_ideograph.c: New file.
16146         * lib/unictype/pr_uppercase.c: New file.
16147         * lib/unictype/pr_variation_selector.c: New file.
16148         * lib/unictype/pr_white_space.c: New file.
16149         * lib/unictype/pr_xid_continue.c: New file.
16150         * lib/unictype/pr_xid_start.c: New file.
16151         * lib/unictype/pr_zero_width.c: New file.
16152         * lib/unictype/scripts.c: New file.
16153         * lib/unictype/sy_c_ident.c: New file.
16154         * lib/unictype/sy_c_whitespace.c: New file.
16155         * lib/unictype/sy_java_ident.c: New file.
16156         * lib/unictype/sy_java_whitespace.c: New file.
16157
16158         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
16159         Unicode 5.0.0.
16160         * lib/unictype/blocks.h: Likewise.
16161         * lib/unictype/categ_C.h: Likewise.
16162         * lib/unictype/categ_Cc.h: Likewise.
16163         * lib/unictype/categ_Cf.h: Likewise.
16164         * lib/unictype/categ_Cn.h: Likewise.
16165         * lib/unictype/categ_Co.h: Likewise.
16166         * lib/unictype/categ_Cs.h: Likewise.
16167         * lib/unictype/categ_L.h: Likewise.
16168         * lib/unictype/categ_Ll.h: Likewise.
16169         * lib/unictype/categ_Lm.h: Likewise.
16170         * lib/unictype/categ_Lo.h: Likewise.
16171         * lib/unictype/categ_Lt.h: Likewise.
16172         * lib/unictype/categ_Lu.h: Likewise.
16173         * lib/unictype/categ_M.h: Likewise.
16174         * lib/unictype/categ_Mc.h: Likewise.
16175         * lib/unictype/categ_Me.h: Likewise.
16176         * lib/unictype/categ_Mn.h: Likewise.
16177         * lib/unictype/categ_N.h: Likewise.
16178         * lib/unictype/categ_Nd.h: Likewise.
16179         * lib/unictype/categ_Nl.h: Likewise.
16180         * lib/unictype/categ_No.h: Likewise.
16181         * lib/unictype/categ_P.h: Likewise.
16182         * lib/unictype/categ_Pc.h: Likewise.
16183         * lib/unictype/categ_Pd.h: Likewise.
16184         * lib/unictype/categ_Pe.h: Likewise.
16185         * lib/unictype/categ_Pf.h: Likewise.
16186         * lib/unictype/categ_Pi.h: Likewise.
16187         * lib/unictype/categ_Po.h: Likewise.
16188         * lib/unictype/categ_Ps.h: Likewise.
16189         * lib/unictype/categ_S.h: Likewise.
16190         * lib/unictype/categ_Sc.h: Likewise.
16191         * lib/unictype/categ_Sk.h: Likewise.
16192         * lib/unictype/categ_Sm.h: Likewise.
16193         * lib/unictype/categ_So.h: Likewise.
16194         * lib/unictype/categ_Z.h: Likewise.
16195         * lib/unictype/categ_Zl.h: Likewise.
16196         * lib/unictype/categ_Zp.h: Likewise.
16197         * lib/unictype/categ_Zs.h: Likewise.
16198         * lib/unictype/categ_of.h: Likewise.
16199         * lib/unictype/combining.h: Likewise.
16200         * lib/unictype/ctype_alnum.h: Likewise.
16201         * lib/unictype/ctype_alpha.h: Likewise.
16202         * lib/unictype/ctype_blank.h: Likewise.
16203         * lib/unictype/ctype_cntrl.h: Likewise.
16204         * lib/unictype/ctype_digit.h: Likewise.
16205         * lib/unictype/ctype_graph.h: Likewise.
16206         * lib/unictype/ctype_lower.h: Likewise.
16207         * lib/unictype/ctype_print.h: Likewise.
16208         * lib/unictype/ctype_punct.h: Likewise.
16209         * lib/unictype/ctype_space.h: Likewise.
16210         * lib/unictype/ctype_upper.h: Likewise.
16211         * lib/unictype/ctype_xdigit.h: Likewise.
16212         * lib/unictype/decdigit.h: Likewise.
16213         * lib/unictype/digit.h: Likewise.
16214         * lib/unictype/mirror.h: Likewise.
16215         * lib/unictype/numeric.h: Likewise.
16216         * lib/unictype/pr_alphabetic.h: Likewise.
16217         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
16218         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
16219         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
16220         * lib/unictype/pr_bidi_block_separator.h: Likewise.
16221         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
16222         * lib/unictype/pr_bidi_common_separator.h: Likewise.
16223         * lib/unictype/pr_bidi_control.h: Likewise.
16224         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
16225         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
16226         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
16227         * lib/unictype/pr_bidi_european_digit.h: Likewise.
16228         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
16229         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
16230         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
16231         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
16232         * lib/unictype/pr_bidi_pdf.h: Likewise.
16233         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
16234         * lib/unictype/pr_bidi_whitespace.h: Likewise.
16235         * lib/unictype/pr_combining.h: Likewise.
16236         * lib/unictype/pr_composite.h: Likewise.
16237         * lib/unictype/pr_currency_symbol.h: Likewise.
16238         * lib/unictype/pr_dash.h: Likewise.
16239         * lib/unictype/pr_decimal_digit.h: Likewise.
16240         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
16241         * lib/unictype/pr_deprecated.h: Likewise.
16242         * lib/unictype/pr_diacritic.h: Likewise.
16243         * lib/unictype/pr_extender.h: Likewise.
16244         * lib/unictype/pr_format_control.h: Likewise.
16245         * lib/unictype/pr_grapheme_base.h: Likewise.
16246         * lib/unictype/pr_grapheme_extend.h: Likewise.
16247         * lib/unictype/pr_grapheme_link.h: Likewise.
16248         * lib/unictype/pr_hex_digit.h: Likewise.
16249         * lib/unictype/pr_hyphen.h: Likewise.
16250         * lib/unictype/pr_id_continue.h: Likewise.
16251         * lib/unictype/pr_id_start.h: Likewise.
16252         * lib/unictype/pr_ideographic.h: Likewise.
16253         * lib/unictype/pr_ids_binary_operator.h: Likewise.
16254         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
16255         * lib/unictype/pr_ignorable_control.h: Likewise.
16256         * lib/unictype/pr_iso_control.h: Likewise.
16257         * lib/unictype/pr_join_control.h: Likewise.
16258         * lib/unictype/pr_left_of_pair.h: Likewise.
16259         * lib/unictype/pr_line_separator.h: Likewise.
16260         * lib/unictype/pr_logical_order_exception.h: Likewise.
16261         * lib/unictype/pr_lowercase.h: Likewise.
16262         * lib/unictype/pr_math.h: Likewise.
16263         * lib/unictype/pr_non_break.h: Likewise.
16264         * lib/unictype/pr_not_a_character.h: Likewise.
16265         * lib/unictype/pr_numeric.h: Likewise.
16266         * lib/unictype/pr_other_alphabetic.h: Likewise.
16267         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
16268         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
16269         * lib/unictype/pr_other_id_continue.h: Likewise.
16270         * lib/unictype/pr_other_id_start.h: Likewise.
16271         * lib/unictype/pr_other_lowercase.h: Likewise.
16272         * lib/unictype/pr_other_math.h: Likewise.
16273         * lib/unictype/pr_other_uppercase.h: Likewise.
16274         * lib/unictype/pr_paired_punctuation.h: Likewise.
16275         * lib/unictype/pr_paragraph_separator.h: Likewise.
16276         * lib/unictype/pr_pattern_syntax.h: Likewise.
16277         * lib/unictype/pr_pattern_white_space.h: Likewise.
16278         * lib/unictype/pr_private_use.h: Likewise.
16279         * lib/unictype/pr_punctuation.h: Likewise.
16280         * lib/unictype/pr_quotation_mark.h: Likewise.
16281         * lib/unictype/pr_radical.h: Likewise.
16282         * lib/unictype/pr_sentence_terminal.h: Likewise.
16283         * lib/unictype/pr_soft_dotted.h: Likewise.
16284         * lib/unictype/pr_space.h: Likewise.
16285         * lib/unictype/pr_terminal_punctuation.h: Likewise.
16286         * lib/unictype/pr_titlecase.h: Likewise.
16287         * lib/unictype/pr_unassigned_code_value.h: Likewise.
16288         * lib/unictype/pr_unified_ideograph.h: Likewise.
16289         * lib/unictype/pr_uppercase.h: Likewise.
16290         * lib/unictype/pr_variation_selector.h: Likewise.
16291         * lib/unictype/pr_white_space.h: Likewise.
16292         * lib/unictype/pr_xid_continue.h: Likewise.
16293         * lib/unictype/pr_xid_start.h: Likewise.
16294         * lib/unictype/pr_zero_width.h: Likewise.
16295         * lib/unictype/scripts.h: Likewise.
16296         * lib/unictype/scripts_byname.gperf: Likewise.
16297         * lib/unictype/sy_c_ident.h: Likewise.
16298         * lib/unictype/sy_c_whitespace.h: Likewise.
16299         * lib/unictype/sy_java_ident.h: Likewise.
16300         * lib/unictype/sy_java_whitespace.h: Likewise.
16301
16302         * lib/unictype/Makefile: New file.
16303         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
16304         glibc.
16305         * lib/unictype/3level.h: New file, copied from glibc.
16306         * lib/unictype/3levelbit.h: New file.
16307
16308 2007-11-11  Bruno Haible  <bruno@clisp.org>
16309
16310         * modules/gperf: New file.
16311         * modules/iconv_open (Depends-on): Add it.
16312         (Makefile.am): Remove the GPERF definition.
16313
16314 2007-11-11  Bruno Haible  <bruno@clisp.org>
16315
16316         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
16317         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
16318
16319 2007-11-11  Bruno Haible  <bruno@clisp.org>
16320
16321         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
16322         (usage): Remove function.
16323
16324 2007-11-11  Bruno Haible  <bruno@clisp.org>
16325
16326         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
16327         gl_FUNC_CEILF_LIBS.
16328         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
16329         gl_FUNC_CEIL_LIBS.
16330         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
16331         gl_FUNC_CEILL_LIBS.
16332         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
16333         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
16334         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
16335
16336 2007-11-11  Bruno Haible  <bruno@clisp.org>
16337
16338         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
16339         roundf were declared but do not exist on functions.
16340         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
16341         roundl were declared but do not exist on functions.
16342         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
16343         HAVE_FLOORL_AND_CEILL, respectively.
16344         Needed for Sun C on Solaris 10.
16345
16346 2007-11-11  Bruno Haible  <bruno@clisp.org>
16347
16348         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
16349         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
16350         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
16351         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
16352         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
16353         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
16354         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
16355         HAVE_DECL_ROUNDF.
16356         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
16357         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
16358         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
16359         of HAVE_DECL_ROUND*.
16360         * modules/math (Makefile.am): Update.
16361
16362 2007-11-10  Bruno Haible  <bruno@clisp.org>
16363
16364         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
16365         ptrdiff_t as m4/intl.m4.
16366
16367 2007-11-10  Jim Meyering  <meyering@redhat.com>
16368
16369         Avoid link failure for the argmatch test.
16370         * tests/test-argmatch.c (usage): Define function to avoid a link
16371         failure: argmatch_die requires a usage function.
16372
16373 2007-11-09  Bruno Haible  <bruno@clisp.org>
16374
16375         * doc/functions/snprintf.texi: Mention BeOS deficiency.
16376         * doc/functions/vsnprintf.texi: Likewise.
16377         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
16378         with a size argument < 2.
16379
16380 2007-11-09  Bruno Haible  <bruno@clisp.org>
16381
16382         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
16383         buffer. Fixes an inefficiency introduced on 2007-11-03.
16384
16385 2007-11-09  Bruno Haible  <bruno@clisp.org>
16386
16387         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
16388         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
16389
16390 2007-11-08  Jim Meyering  <meyering@redhat.com>
16391
16392         Change cache variable name prefix "jm_" to "gl_" everywhere.
16393         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
16394         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
16395         * m4/uptime.m4: s/gl_/jm_/
16396
16397 2007-11-07  Bruno Haible  <bruno@clisp.org>
16398
16399         Update to GNU gettext 0.17.
16400         * m4/intl.m4: Update to GNU gettext 0.17.
16401         * m4/po.m4: Likewise.
16402         * modules/gettext (Files): Remove m4/ulonglong.m4.
16403         (configure.ac): Require gettext infrastructure from version 0.17.
16404
16405 2007-11-06  Bruno Haible  <bruno@clisp.org>
16406
16407         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
16408         symbolic values are not defined in a public header.
16409         * lib/freadable.c (freadable) [QNX]: Likewise.
16410         * lib/freadahead.c (freadahead) [QNX]: Likewise.
16411         * lib/freading.c (freading) [QNX]: Likewise.
16412         * lib/fseterr.c (fseterr) [QNX]: Likewise.
16413         * lib/fwritable.c (fwritable) [QNX]: Likewise.
16414         * lib/fwriting.c (fwriting) [QNX]: Likewise.
16415         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
16416         Reported by Alain Magloire.
16417
16418         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
16419
16420 2007-11-05  Bruno Haible  <bruno@clisp.org>
16421
16422         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
16423         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
16424         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
16425         Reported by Eric Blake.
16426
16427 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16428             Bruno Haible  <bruno@clisp.org>
16429
16430         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
16431         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
16432         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
16433         (malloc): Undefine also before including <stdlib.h>.
16434         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
16435         Needed on OSF/1 4.0.
16436
16437 2007-11-05  Jim Meyering  <meyering@redhat.com>
16438
16439         git-version-gen: sync from coreutils.
16440         * build-aux/git-version-gen: Add comments.
16441         Change the first '-' to '.' in the snapshot version string,
16442         e.g., 6.9-377-08144 -> 6.9.377-08144
16443         Remove first parameter.
16444         Don't declare a version "-dirty" merely because a time
16445         stamp has changed.
16446
16447 2007-11-04  Bruno Haible  <bruno@clisp.org>
16448
16449         * lib/lock.h: Protect all macro definitions containing an 'if'
16450         statement through a "do { ... } while (0)".
16451         * lib/tls.h: Likewise.
16452
16453 2007-11-04  Bruno Haible  <bruno@clisp.org>
16454
16455         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
16456
16457 2007-11-04  Bruno Haible  <bruno@clisp.org>
16458
16459         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
16460         * modules/fprintf-posix (Depends-on): Add nocrash.
16461         * modules/snprintf-posix (Depends-on): Likewise.
16462         * modules/sprintf-posix (Depends-on): Likewise.
16463         * modules/vasnprintf-posix (Depends-on): Likewise.
16464         * modules/vasprintf-posix (Depends-on): Likewise.
16465         * modules/vfprintf-posix (Depends-on): Likewise.
16466         * modules/vsnprintf-posix (Depends-on): Likewise.
16467         * modules/vsprintf-posix (Depends-on): Likewise.
16468         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16469         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16470         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16471         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16472         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16473         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16474         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16475
16476 2007-11-04  Bruno Haible  <bruno@clisp.org>
16477
16478         * modules/nocrash: New file.
16479         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
16480         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
16481
16482 2007-11-04  Bruno Haible  <bruno@clisp.org>
16483
16484         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
16485         precision handling.
16486         * tests/test-vasprintf-posix.c (test_function): Likewise.
16487         * tests/test-snprintf-posix.h (test_function): Likewise.
16488         * tests/test-sprintf-posix.h (test_function): Likewise.
16489
16490         Fix *printf behaviour for large precisions on mingw and BeOS.
16491         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
16492         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
16493         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
16494         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16495         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16496         gl_PRINTF_PRECISION and test its result. Invoke
16497         gl_PREREQ_VASNPRINTF_PRECISION.
16498         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16499         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16500         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16501         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16502         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16503         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16504         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16505         * doc/functions/fprintf.texi: Update.
16506         * doc/functions/printf.texi: Update.
16507         * doc/functions/snprintf.texi: Update.
16508         * doc/functions/sprintf.texi: Update.
16509         * doc/functions/vfprintf.texi: Update.
16510         * doc/functions/vprintf.texi: Update.
16511         * doc/functions/vsnprintf.texi: Update.
16512         * doc/functions/vsprintf.texi: Update.
16513
16514 2007-11-04  Bruno Haible  <bruno@clisp.org>
16515
16516         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
16517
16518 2007-11-04  Bruno Haible  <bruno@clisp.org>
16519
16520         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
16521         Reported by Sylvain Beucler <beuc@gnu.org>.
16522
16523 2007-11-03  Bruno Haible  <bruno@clisp.org>
16524
16525         * tests/test-fprintf-posix2.sh: New file.
16526         * tests/test-fprintf-posix2.c: New file.
16527         * modules/fprintf-posix-tests (Files): Add them.
16528         (TESTS): Add test-fprintf-posix2.sh.
16529         (configure.ac): Check for getrlimit and setrlimit.
16530         (check_PROGRAMS): Add test-fprintf-posix2.
16531
16532         * tests/test-printf-posix2.sh: New file.
16533         * tests/test-printf-posix2.c: New file.
16534         * modules/printf-posix-tests (Files): Add them.
16535         (TESTS): Add test-printf-posix2.sh.
16536         (configure.ac): Check for getrlimit and setrlimit.
16537         (check_PROGRAMS): Add test-printf-posix2.
16538
16539         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
16540         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
16541         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
16542         (decode_double): New function, copied from decode_long_double.
16543         (scale10_round_decimal_decoded): New function, extracted from
16544         scale10_round_decimal_long_double.
16545         (scale10_round_decimal_long_double): Use it.
16546         (scale10_round_decimal_double): New function.
16547         (floorlog10): New function.
16548         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
16549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
16550         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16551         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16552         gl_PRINTF_ENOMEM and test its result. Invoke
16553         gl_PREREQ_VASNPRINTF_ENOMEM.
16554         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16555         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16556         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16558         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16559         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16560         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16561         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
16562         * modules/snprintf-posix (Depends-on): Likewise.
16563         * modules/sprintf-posix (Depends-on): Likewise.
16564         * modules/vasnprintf-posix (Depends-on): Likewise.
16565         * modules/vasprintf-posix (Depends-on): Likewise.
16566         * modules/vfprintf-posix (Depends-on): Likewise.
16567         * modules/vsnprintf-posix (Depends-on): Likewise.
16568         * modules/vsprintf-posix (Depends-on): Likewise.
16569         * doc/functions/fprintf.texi: Update.
16570         * doc/functions/printf.texi: Update.
16571         * doc/functions/snprintf.texi: Update.
16572         * doc/functions/sprintf.texi: Update.
16573         * doc/functions/vfprintf.texi: Update.
16574         * doc/functions/vprintf.texi: Update.
16575         * doc/functions/vsnprintf.texi: Update.
16576         * doc/functions/vsprintf.texi: Update.
16577
16578 2007-11-03  Bruno Haible  <bruno@clisp.org>
16579
16580         * modules/frexp-nolibm-tests: New file.
16581
16582         * modules/frexp-nolibm: New file.
16583         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
16584
16585 2007-11-03  Bruno Haible  <bruno@clisp.org>
16586
16587         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
16588         value is C99 compliant.
16589         Needed for OSF/1 5.1.
16590
16591 2007-11-03  Bruno Haible  <bruno@clisp.org>
16592
16593         Fix out-of-memory handling of vasnprintf.
16594         * lib/printf-parse.c: Include <errno.h>.
16595         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
16596         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
16597         is already set.
16598
16599 2007-11-02  Eric Blake  <ebb9@byu.net>
16600
16601         Fix tests on cygwin.
16602         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
16603
16604 2007-11-01  Bruno Haible  <bruno@clisp.org>
16605
16606         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
16607         warning.
16608         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
16609         needed for POSIX compatibility.
16610
16611 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16612
16613         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
16614         for compatibility with GNU.
16615
16616 2007-11-01  Bruno Haible  <bruno@clisp.org>
16617
16618         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
16619         (putenv): Renamed from rpl_putenv. Change argument type from
16620         'const char *' to 'char *'.
16621         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
16622         of defining putenv in config.h, just set REPLACE_PUTENV.
16623         * modules/putenv (Depends-on): Add stdlib.
16624         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16625         (Include): Use <stdlib.h>.
16626         * lib/stdlib.in.h (putenv): New declaration.
16627         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
16628         REPLACE_PUTENV.
16629         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
16630         REPLACE_PUTENV.
16631         Needed for MacOS X 10.5.0.
16632         Reported by Peter O'Gorman <peter@pogma.com>.
16633
16634 2007-11-01  Jim Meyering  <meyering@redhat.com>
16635
16636         Treat an empty date string exactly like "0".
16637         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
16638         if the remaining date string (to be parsed) is empty, use "0".
16639         Reported by Mischa Molhoek and discussed in this thread:
16640         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
16641
16642 2007-10-31  Bruno Haible  <bruno@clisp.org>
16643
16644         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
16645         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
16646         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
16647         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
16648         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
16649         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
16650
16651 2007-10-31  Bruno Haible  <bruno@clisp.org>
16652
16653         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
16654         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
16655         (AC_TYPE_LONG_LONG_INT): Use it.
16656         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
16657         it as well.
16658         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
16659         to m4/longlong.m4.
16660         * modules/stdint (Files): Remove m4/ulonglong.m4.
16661         * modules/strtoull (Files): Use m4/longlong.m4 instead of
16662         m4/ulonglong.m4.
16663         * modules/strtoumax (Files): Likewise.
16664
16665 2007-10-30  Bruno Haible  <bruno@clisp.org>
16666
16667         * modules/xvasprintf-posix: New file.
16668         Suggested by Eric Blake.
16669
16670 2007-10-30  Bruno Haible  <bruno@clisp.org>
16671
16672         * modules/xprintf-posix-tests: New file.
16673         * tests/test-xprintf-posix.sh: New file.
16674         * tests/test-xprintf-posix.c: New file.
16675         * tests/test-xfprintf-posix.c: New file.
16676
16677         * modules/xprintf-posix: New file.
16678
16679 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16680
16681         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
16682         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
16683         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
16684
16685 2007-10-29  Bruno Haible  <bruno@clisp.org>
16686
16687         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
16688         contain the special marker '_cv_'.
16689         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16690         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16691         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16692         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
16693         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16694         Reported by Ralf Wildenhues.
16695
16696 2007-10-29  Bruno Haible  <bruno@clisp.org>
16697
16698         * gnulib-tool (func_import): When --lgpl is not specified, set
16699         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
16700         GPLv3.
16701         Reported by Simon Josefsson.
16702
16703 2007-10-28  Bruno Haible  <bruno@clisp.org>
16704
16705         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
16706         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
16707         HAVE_DECL_ISFINITE.
16708         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
16709         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
16710         HAVE_DECL_ISFINITE.
16711
16712 2007-10-28  Bruno Haible  <bruno@clisp.org>
16713
16714         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
16715         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
16716
16717 2007-10-28  Bruno Haible  <bruno@clisp.org>
16718
16719         Fix link errors with Sun C 5.0 on Solaris 10.
16720         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
16721         function is declared but not present in the compiler's libm.
16722         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
16723         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
16724         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
16725         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
16726         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
16727         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
16728         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
16729         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
16730         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
16731         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
16732         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
16733         HAVE_DECL_FLOORL.
16734
16735 2007-10-28  Bruno Haible  <bruno@clisp.org>
16736
16737         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
16738         gl_FUNC_FLOORL. Cache the result.
16739         (gl_FUNC_FLOORL): Use it.
16740         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
16741         gl_FUNC_CEILL. Cache the result.
16742         (gl_FUNC_CEILL): Use it.
16743
16744         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
16745         gl_FUNC_FLOOR. Cache the result.
16746         (gl_FUNC_FLOOR): Use it.
16747         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
16748         gl_FUNC_CEIL. Cache the result.
16749         (gl_FUNC_CEIL): Use it.
16750
16751         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
16752         gl_FUNC_FLOORF. Cache the result.
16753         (gl_FUNC_FLOORF): Use it.
16754         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
16755         gl_FUNC_CEILF. Cache the result.
16756         (gl_FUNC_CEILF): Use it.
16757
16758 2007-10-28  Bruno Haible  <bruno@clisp.org>
16759
16760         * gnulib-tool: Allow specifying the LGPL version number through
16761         --lgpl=2 or --lgpl=3.
16762         (func_usage): Document --lgpl with argument.
16763         Handle --lgpl=... arguments.
16764         (func_import): Recognize also gl_LGPL calls with an argument. When
16765         --lgpl=2 is used and the module's license is just LGPL, report an
16766         error. Set sed_transform_lib_file according to the lgpl variable. In
16767         the generated files, use --lgpl or gl_LGPL invocations with argument,
16768         if necessary.
16769         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
16770         an LGPv2+ license.
16771         * doc/gnulib-tool.texi (Modified imports): Update explanation of
16772         gl_LGPL macro.
16773
16774 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16775             Bruno Haible  <bruno@clisp.org>
16776
16777         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
16778         (u16_uctomb_aux): Likewise.
16779         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
16780         !HAVE_INLINE.
16781         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
16782
16783 2007-10-28  Bruno Haible  <bruno@clisp.org>
16784
16785         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
16786         Invoke AM_GETTEXT_OPTION if it exists.
16787         * modules/vasprintf: Likewise.
16788         * modules/verror: Likewise.
16789         * modules/xprintf: Likewise.
16790         * modules/xvasprintf: Likewise.
16791
16792 2007-10-27  Ben Pfaff  <blp@gnu.org>
16793
16794         * lib/math.in.h: Define isfinite macro and prototypes for
16795         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
16796         implementations.
16797         * m4/math_h.m4: New substitutions for isfinite module.
16798         * lib/isfinite.c: New file.
16799         * m4/isfinite.m4: New file.
16800         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
16801         * modules/isfinite: New file.
16802         * modules/isfinite-tests: New file.
16803         * tests/tests-isfinite.c: New file.
16804         * doc/functions/isfinite.texi: Mention isfinite module.
16805         * MODULES.html.sh: Mention new module.
16806
16807 2007-10-27  Ben Pfaff  <blp@gnu.org>
16808
16809         Ralf Wildenhues reported that Tru64 4.0D declares the round
16810         functions but does not have definitions.
16811         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
16812         cannot be found in any library, set the output variable to
16813         "missing" instead of "".
16814         * m4/round.m4: Also use our substitute if we cannot find round in
16815         any library, even if it is declared.
16816         * m4/roundf.m4: Likewise for roundf.
16817         * m4/roundl.m4: Likewise for roundl.
16818         * lib/math.in.h: Undefine roundf, round, roundl before defining
16819         their replacements, to allow for hypothetical systems where these
16820         may be defined as macros but not available in libraries.
16821
16822 2007-10-27  Bruno Haible  <bruno@clisp.org>
16823
16824         * doc/gnulib.texi: Invoke @firstparagraphindent.
16825         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
16826         changes in gnulib.
16827         (Source changes): New section.
16828
16829 2007-10-26  Bruno Haible  <bruno@clisp.org>
16830
16831         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
16832         borrowed from autoconf.
16833
16834 2007-10-26  Bruno Haible  <bruno@clisp.org>
16835
16836         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
16837         strerror returned the empty string. Needed on HP-UX 11.00.
16838
16839 2007-10-24  Micah Cowan  <micah@cowan.name>
16840
16841         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
16842         * build-aux/bootstrap: Remove support for now-unnecessary option,
16843         --cvs-user, and envvars CVS_USER, CVS_RSH.
16844
16845 2007-10-24  Jim Meyering  <meyering@redhat.com>
16846
16847         Avoid diagnostics from sha1sum when there is no cached checksum.
16848         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
16849         if the po.s1 file hasn't been created yet.
16850
16851         * build-aux/bootstrap: Sync from coreutils:
16852         2007-10-24  Jim Meyering  <meyering@redhat.com>
16853         Get gnulib from the git repository, not from an obsolete cvs one.
16854         * build-aux/bootstrap: Suggestion from Micah Cowan.
16855         2007-10-04  Jim Meyering  <jim@meyering.net>
16856         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
16857         (update_po_files): Work also when there are no .po files in po/.
16858
16859 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         * README: Append ".git" to git and cg examples.
16862         Problem reported by Benoit Sigoure.
16863
16864 2007-10-23  Micah Cowan  <micah@cowan.name>
16865
16866         * users.txt: Add wget.
16867
16868 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16869
16870         Fix linking of some unistdio tests on FreeBSD.
16871         * modules/unistdio/u16-vsnprintf-tests
16872         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
16873         * modules/unistdio/u16-vsprintf-tests
16874         (test_u16_vsnprintf1_LDADD): Likewise.
16875         * modules/unistdio/u32-vsnprintf-tests
16876         (test_u32_vsnprintf1_LDADD): Likewise.
16877         * modules/unistdio/u32-vsprintf-tests
16878         (test_u32_vsprintf1_LDADD): Likewise.
16879         * modules/unistdio/u8-vsnprintf-tests
16880         (test_u8_vsnprintf1_LDADD): Likewise.
16881         * modules/unistdio/u8-vsprintf-tests
16882         (test_u8_vsprintf1_LDADD): Likewise.
16883         * modules/unistdio/ulc-vsnprintf-tests
16884         (test_ulc_vsnprintf1_LDADD): Likewise.
16885         * modules/unistdio/ulc-vsprintf-tests
16886         (test_ulc_vsprintf1_LDADD): Likewise.
16887
16888         Fix linking of some uniconv tests on FreeBSD.
16889         * modules/uniconv/u16-conv-from-enc-tests
16890         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
16891         * modules/uniconv/u16-conv-to-enc-tests
16892         (test_u16_conv_to_enc_LDADD): Likewise.
16893         * modules/uniconv/u16-strconv-from-enc-tests
16894         (test_u16_strconv_from_enc_LDADD): Likewise.
16895         * modules/uniconv/u16-strconv-to-enc-tests
16896         (test_u16_strconv_to_enc_LDADD): Likewise.
16897         * modules/uniconv/u32-conv-from-enc-tests
16898         (test_u32_conv_from_enc_LDADD): Likewise.
16899         * modules/uniconv/u32-conv-to-enc-tests
16900         (test_u32_conv_to_enc_LDADD): Likewise.
16901         * modules/uniconv/u32-strconv-from-enc-tests
16902         (test_u32_strconv_from_enc_LDADD): Likewise.
16903         * modules/uniconv/u32-strconv-to-enc-tests
16904         (test_u32_strconv_to_enc_LDADD): Likewise.
16905         * modules/uniconv/u8-conv-from-enc-tests
16906         (test_u8_conv_from_enc_LDADD): Likewise.
16907         * modules/uniconv/u8-conv-to-enc-tests
16908         (test_u8_conv_to_enc_LDADD): Likewise.
16909         * modules/uniconv/u8-strconv-from-enc-tests
16910         (test_u8_strconv_from_enc_LDADD): Likewise.
16911         * modules/uniconv/u8-strconv-to-enc-tests
16912         (test_u8_strconv_to_enc_LDADD): Likewise.
16913
16914 2007-10-22  Bruno Haible  <bruno@clisp.org>
16915
16916         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
16917         size.
16918
16919 2007-10-22  Eric Blake  <ebb9@byu.net>
16920
16921         Tweak x*printf documentation.
16922         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
16923         variable name and comments.
16924         Suggested by Bruno Haible.
16925
16926 2007-10-22  Bruno Haible  <bruno@clisp.org>
16927
16928         * lib/acl.c (copy_acl): Fix file name in comment.
16929
16930 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16931
16932         Fix Tru64 problem with stdbool.h.
16933         * lib/stdbool.in.h (false, true):
16934         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
16935         Don't declare as an enum in this situation; it runs afoul of Tru64.
16936         Problem reported by Steven M. Schweda in
16937         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
16938
16939 2007-10-22  Eric Blake  <ebb9@byu.net>
16940
16941         Also wrap vf?printf.
16942         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
16943         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
16944         (xvprintf, xvfprintf): New functions.
16945
16946 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16947
16948         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
16949         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
16950
16951         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
16952         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
16953
16954 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16955
16956         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
16957         by Bruno Haible.
16958
16959 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16960
16961         * lib/getloadavg.c
16962         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
16963         Undef `sys' after including sys/table.h, for Tru64 4.0D.
16964
16965         * tests/test-i-ring.c: Work for C89.
16966
16967 2007-10-22  Bruno Haible  <bruno@clisp.org>
16968
16969         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
16970         -1u, in preprocessor expression, so that we don't test for the bug
16971         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
16972         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
16973
16974 2007-10-22  Eric Blake  <ebb9@byu.net>
16975
16976         * tests/test-yesno.sh: Silence stderr during test.
16977
16978 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16979
16980         * modules/crypto/gc-camellia: New file.
16981
16982         * m4/gc-camellia.m4: New file.
16983
16984         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
16985
16986         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
16987
16988 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16989
16990         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
16991         --help to stdout.  Reported by sms@antinode.org (Steven
16992         M. Schweda).
16993
16994 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16995
16996         * users.txt: Fix link to libksba.
16997
16998 2007-10-21  Ben Pfaff  <blp@gnu.org>
16999
17000         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
17001         round.c roundf implementation that depends on floorf and ceilf to
17002         be tested unconditionally.
17003
17004 2007-10-21  Ben Pfaff  <blp@gnu.org>
17005
17006         * m4/check-libm-func.m4: Removed.
17007         * m4/check-math-lib.m4: New file.
17008         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
17009         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
17010         definition and lack of AC_LIBOBJ([roundf]).
17011         * m4/roundl.m4: Ditto, and similarly for roundl.
17012         * modules/round: Reference new m4 file.
17013         * modules/roundf: Ditto.
17014         * modules/roundl: Ditto.
17015         * tests/test-round2.c (main): Use ROUND instead of round.
17016         Bug report from Bruno Haible.
17017
17018 2007-10-21  Bruno Haible  <bruno@clisp.org>
17019
17020         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
17021         context.
17022
17023 2007-10-21  Bruno Haible  <bruno@clisp.org>
17024
17025         * tests/test-wcwidth.c (main): Allow negative result for some control
17026         characters.
17027
17028         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
17029         Needed on OSF/1 5.1.
17030
17031 2007-10-21  Bruno Haible  <bruno@clisp.org>
17032
17033         * tests/test-floorf1.c: Include isnanf.h.
17034         (main): Use isnanf() instead of isnan().
17035         * tests/test-ceilf1.c: Include isnanf.h.
17036         (main): Use isnanf() instead of isnan().
17037         * tests/test-truncf1.c: Include isnanf.h.
17038         (main): Use isnanf() instead of isnan().
17039         * tests/test-roundf1.c: Include isnanf.h.
17040         (main): Use isnanf() instead of isnan().
17041
17042 2007-10-21  Eric Blake  <ebb9@byu.net>
17043
17044         * users.txt: Update URL for m4.
17045
17046 2007-10-21  Bruno Haible  <bruno@clisp.org>
17047
17048         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
17049
17050 2007-10-21  Bruno Haible  <bruno@clisp.org>
17051
17052         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
17053         Git's management files if the CVS files are not present.
17054
17055 2007-10-20  Bruno Haible  <bruno@clisp.org>
17056
17057         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
17058         gcc-3.4.x.
17059
17060 2007-10-20  Ben Pfaff  <blp@gnu.org>
17061
17062         * lib/math.in.h: Declare round, roundf, roundl if we are providing
17063         implementations.
17064         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
17065         * lib/round.c: New file.
17066         * lib/roundf.c: New file.
17067         * lib/roundl.c: New file.
17068         * m4/round.m4: New file.
17069         * m4/roundf.m4: New file.
17070         * m4/roundl.m4: New file.
17071         * m4/check-libm-func-m4: New file.
17072         * modules/math: Replace round, roundf, roundl related @VARS@ in
17073         math.in.h.
17074         * modules/round: New file.
17075         * modules/round-tests: New file.
17076         * modules/roundf: New file.
17077         * modules/roundf-tests: New file.
17078         * modules/roundl: New file.
17079         * modules/roundl-tests: New file.
17080         * tests/test-round1.c: New file.
17081         * tests/test-round2.c: New file.
17082         * tests/test-roundf1.c: New file.
17083         * tests/test-roundf2.c: New file.
17084         * tests/test-roundl.c: New file.
17085         * doc/functions/round.texi: Mention round module.
17086         * doc/functions/roundf.texi: Mention roundf module.
17087         * doc/functions/roundl.texi: Mention roundl module.
17088         * MODULES.html.sh: Mention new modules.
17089         Thanks to Bruno Haible for suggestions.
17090
17091 2007-10-20  Jim Meyering  <meyering@redhat.com>
17092
17093         * lib/xprintf.c: Include <config.h> unconditionally.
17094
17095         Change xprintf's license to GPL.
17096         * modules/xprintf (License): s/LGPL/GPL/, since this module
17097         depends on modules (exit and exitfail) which are GPL.
17098         Suggestion from Bruno Haible.
17099
17100         xprintf fixes.
17101         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
17102         Use a clearer diagnostic.
17103         Patch from Bruno Haible.
17104
17105 2007-10-20  Bruno Haible  <bruno@clisp.org>
17106
17107         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
17108         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
17109         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17110
17111 2007-10-20  Bruno Haible  <bruno@clisp.org>
17112
17113         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
17114         precision in the comparison result > x - 1 or similar.
17115         * tests/test-ceilf2.c (correct_result_p): Likewise.
17116         * tests/test-truncf2.c (correct_result_p): Likewise.
17117         * tests/test-trunc2.c (correct_result_p): Likewise.
17118         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17119
17120 2007-10-20  Bruno Haible  <bruno@clisp.org>
17121
17122         * modules/ceil: New file.
17123         * m4/ceil.m4: New file.
17124         * doc/functions/ceil.texi: Mention the 'ceil' module.
17125
17126 2007-10-20  Bruno Haible  <bruno@clisp.org>
17127
17128         * modules/floor: New file.
17129         * m4/floor.m4: New file.
17130         * doc/functions/floor.texi: Mention the 'floor' module.
17131
17132 2007-10-20  Bruno Haible  <bruno@clisp.org>
17133
17134         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
17135         of %a.
17136         * modules/floorf-tests (Depends-on): Likewise.
17137         * modules/truncf-tests (Depends-on): Likewise.
17138         * modules/trunc-tests (Depends-on): Likewise.
17139         Reported by Ben Pfaff.
17140
17141 2007-10-19  Jim Meyering  <meyering@redhat.com>
17142
17143         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
17144         Don't bother testing specific errno values.  Just test ferror.
17145
17146         New module: xprintf
17147         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
17148
17149 2007-10-19  Bruno Haible  <bruno@clisp.org>
17150
17151         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
17152         syntax.
17153         * modules/javaexec (Makefile.am): Likewise.
17154         * modules/relocatable-prog (Makefile.am): Likewise.
17155         Suggested by Jim Meyering.
17156
17157 2007-10-18  Bruno Haible  <bruno@clisp.org>
17158
17159         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
17160         Reported by Jim Meyering.
17161
17162 2007-10-18  Eric Blake  <ebb9@byu.net>
17163
17164         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
17165
17166 2007-10-18  Bruno Haible  <bruno@clisp.org>
17167
17168         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
17169         the format string into writable memory. Needed in Fortify conditions.
17170
17171 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
17172             Bruno Haible  <bruno@clisp.org>
17173
17174         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
17175         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
17176         * modules/trim (Depends-on): Add mbchar.
17177         (configure.ac): Add gl_FUNC_MBRTOWC.
17178         (Makefile.am): Augment lib_SOURCES.
17179
17180 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17181
17182         Modify glob.c to use fstatat and dirfd, to simplify it.
17183         Suggested by Eric Blake.
17184         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
17185         Don't include <stdbool.h>; not used.
17186         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
17187         (link_exists_p): Simplify implementation, since we can now assume
17188         dirfd and fstatat.
17189         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
17190
17191 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17192
17193         * gnulib-tool (func_get_dependencies): Fix sed script to
17194         match only tests.
17195
17196 2007-10-17  Bruno Haible  <bruno@clisp.org>
17197
17198         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
17199         allow locale names without encoding suffix.
17200         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
17201         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17202
17203 2007-10-16  Bruno Haible  <bruno@clisp.org>
17204
17205         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
17206         * lib/getgroups.c (getgroups): Likewise.
17207         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
17208
17209 2007-10-16  Bruno Haible  <bruno@clisp.org>
17210
17211         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
17212         * modules/malloc-posix (License): Likewise.
17213         * modules/realloc-posix (License): Likewise.
17214         * modules/calloc-posix (License): Likewise.
17215         * modules/intprops (License): Change from GPL to LGPL, with
17216         Paul Eggert's approval.
17217
17218 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         Merge glibc changes into lib/glob.c.
17221
17222         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
17223         2007-10-15 04:59:03 UTC.  Here are the changes:
17224
17225         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
17226
17227         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
17228
17229         * lib/glob.c: Add some branch prediction throughout.
17230
17231         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
17232
17233         [BZ #5103]
17234         * lib/glob.c (glob): Recognize patterns starting \/.
17235
17236         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
17237
17238         [BZ #3996]
17239         * lib/glob.c (attribute_hidden): Define if not defined.
17240         (glob): Unescape dirname, filename or username when needed and not
17241         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
17242         is NULL.  Handle unescaped [ in pattern without closing ].
17243         Don't pass GLOB_CHECK down to recursive glob for directories.
17244         (__glob_pattern_type): New function.
17245         (__glob_pattern_p): Implement using __glob_pattern_type.
17246         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
17247         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
17248         Remove unreachable code.
17249
17250         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
17251
17252         * lib/glob.c (glob_in_dir): Add some comments and asserts to
17253         explain why there are no leaks.
17254
17255         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
17256
17257         [BZ #3253]
17258         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
17259         time, rather allocate increasingly bigger arrays of pointers, if
17260         possible with alloca, if too large with malloc.
17261
17262 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17263
17264         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
17265         Problem reported by H.Merijn Brand in
17266         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
17267         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
17268         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
17269
17270 2007-10-15  Bruno Haible  <bruno@clisp.org>
17271
17272         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
17273         with explicit rpl_ prefix.
17274         * lib/fopen.c (fopen): Likewise.
17275         * lib/freopen.c (freopen): Likewise.
17276         * lib/iconv.c (iconv): Likewise.
17277         * lib/iconv_close.c (iconv_close): Likewise.
17278
17279 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17280
17281         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
17282
17283 2007-10-15  Bruno Haible  <bruno@clisp.org>
17284
17285         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
17286         <stddef.h> instead of <stdlib.h> since we only need NULL.
17287         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17288
17289 2007-10-15  Bruno Haible  <bruno@clisp.org>
17290
17291         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
17292         Replace paragraph talking about LIBOBJS.
17293         Reported by Colin Watson <cjwatson@debian.org>.
17294
17295 2007-10-15  Bruno Haible  <bruno@clisp.org>
17296
17297         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
17298         <stdlib.h> before using NULL.
17299
17300 2007-10-15  Simon Josefsson  <simon@josefsson.org>
17301
17302         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
17303         Reported by Albert Chin <china@thewrittenword.com>.
17304
17305 2007-10-14  Bruno Haible  <bruno@clisp.org>
17306
17307         * modules/iconv_open-utf-tests: New file.
17308         * tests/test-iconv-utf.c: New file.
17309
17310         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
17311         * modules/iconv_open-utf: New file.
17312         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
17313         (iconv, iconv_close): New declarations.
17314         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
17315         be defined.
17316         (iconv_open): Add special handling of conversion between UTF-8 and
17317         UTF-{16,32}{BE,LE}.
17318         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
17319         * lib/iconv_close.c: New file.
17320         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
17321         gl_FUNC_ICONV_OPEN.
17322         (gl_FUNC_ICONV_OPEN): Use it.
17323         (gl_FUNC_ICONV_OPEN_UTF): New macro.
17324         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
17325         and REPLACE_ICONV_UTF.
17326         * modules/iconv_open (Depends-on): Add c-strcase.
17327         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
17328         ICONV_CONST.
17329         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
17330
17331 2007-10-13  Albert Chin  <china@thewrittenword.com>
17332             Bruno Haible  <bruno@clisp.org>
17333
17334         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
17335         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
17336
17337 2007-10-13  Bruno Haible  <bruno@clisp.org>
17338
17339         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
17340         defined, use the ISO C99 inline semantics.
17341         * lib/argp.h (ARGP_EI): Likewise.
17342
17343 2007-10-13  Bruno Haible  <bruno@clisp.org>
17344
17345         Handle 'inline' change in gcc 4.3.0.
17346         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
17347         argp_fmtstream_write, argp_fmtstream_set_lmargin,
17348         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
17349         argp_fmtstream_point): Disable 'extern' declaration if the function
17350         definition is going to be provided inline.
17351         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
17352         semantics, not the ISO C99 inline semantics.
17353         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
17354         'extern' declaration if the function definition is going to be provided
17355         inline.
17356         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
17357         the GNU C inline semantics, not the ISO C99 inline semantics. With
17358         GCC 4.2, avoid a warning.
17359
17360 2007-10-13  Bruno Haible  <bruno@clisp.org>
17361
17362         * lib/freading.h (freading): Enable the use of __freading for
17363         glibc >= 2.7.
17364         * lib/freading.c (freading): Likewise.
17365
17366 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17367
17368         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
17369         "warning: C99 inline functions are not supported; using GNU89".
17370
17371 2007-10-12  Bruno Haible  <bruno@clisp.org>
17372
17373         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
17374         of 2.
17375         * tests/test-ceilf2.c: New file.
17376         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
17377
17378         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
17379         * modules/ceilf-tests: Update.
17380
17381 2007-10-12  Bruno Haible  <bruno@clisp.org>
17382
17383         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
17384         of 2.
17385         * tests/test-floorf2.c: New file.
17386         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
17387
17388         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
17389         * modules/floorf-tests: Update.
17390
17391 2007-10-12  Bruno Haible  <bruno@clisp.org>
17392
17393         * tests/test-trunc2.c: New file.
17394         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
17395
17396         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
17397         * modules/trunc-tests: Update.
17398
17399 2007-10-12  Bruno Haible  <bruno@clisp.org>
17400
17401         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
17402         of 2.
17403         * tests/test-truncf2.c: New file.
17404         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
17405
17406         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
17407         * modules/truncf-tests: Update.
17408
17409 2007-10-11  Eric Blake  <ebb9@byu.net>
17410
17411         Don't claim strerror is broken on Interix.
17412         * doc/functions/strerror.texi (strerror): Known broken systems are
17413         now Solaris 8, and not Interix.
17414         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
17415         Interix on cross-compile.
17416         Reported by Martin Koeppe in
17417         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
17418
17419 2007-10-11  Bruno Haible  <bruno@clisp.org>
17420
17421         * modules/i-ring-tests: New file.
17422         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
17423         instead of assert.
17424
17425 2007-10-11  Bruno Haible  <bruno@clisp.org>
17426
17427         * modules/filenamecat-tests: New file.
17428         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
17429         * lib/filenamecat.c: Remove test code.
17430
17431 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
17434
17435         * lib/strerror.c: Include <string.h> always, to test interface,
17436         and to remove the need for the dummy.
17437         Include intprops.h to compute width instead of doing it ourselves
17438         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
17439         (strerror): Define it to return NULL if there's no system strerror.
17440         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
17441         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
17442         ancient pre-strerror Unix systems well any more.  Saying "unknown
17443         system error" is enough.
17444         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
17445         simpler strerror.c implementation.
17446         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
17447         Simplify the tests to reflect the simpler strerror implementation.
17448         * modules/strerror (Depends-on): Add intprops.
17449
17450 2007-10-09  Eric Blake  <ebb9@byu.net>
17451
17452         Silence test-fpending.
17453         * modules/fpending-tests (Files): Add wrapper script.
17454         * tests/test-fpending.sh: New file.
17455
17456 2007-10-09  Bruno Haible  <bruno@clisp.org>
17457
17458         * MODULES.html.sh (func_module): Don't create a hyperlink for
17459         function names like 'printf_frexp'.
17460         (Misc): Add crc, memxor.
17461         (Characteristics of floating types): New section.
17462         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
17463         isnanf-nolibm, signbit, trunc, truncf, truncl.
17464         (Enhancements for ISO C 99 functions): New subsection Input/output.
17465         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
17466         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
17467         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
17468         (Compatibility checks for POSIX:2001 functions): Add clock-time.
17469         (Enhancements for POSIX:2001 functions): Add chdir-long.
17470         (File system functions): Add areadlink, chdir-safer, read-file.
17471         Remove cycle-check.
17472         (File system as inode set): New section.
17473         (Date and time): Add gethrxtime.
17474         (Multithreading): Add openmp.
17475         (Internationalization functions): Add localename.
17476         (Unicode string functions): Add unistr/u*-mbsnlen.
17477         (Support for maintaining and releasing projects): Add git-version-gen.
17478         (Lone files): Remove directories.
17479
17480 2007-10-08  Ben Pfaff  <blp@gnu.org>
17481
17482         * lib/xmalloca.h: Fix typo in comment.
17483
17484 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17485
17486         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
17487         when avoiding problems with integer overflow.  Use a portable test
17488         instead.
17489
17490 2007-10-08  Simon Josefsson  <simon@josefsson.org>
17491
17492         * modules/dummy (License): Change to LGPLv2+.
17493         * modules/float (License): Likewise
17494         * modules/realloc (License): Likewise
17495         * modules/stdlib (License): Likewise
17496
17497 2007-10-07  Bruno Haible  <bruno@clisp.org>
17498
17499         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
17500         * floor.c (TWO_MANT_DIG): Likewise.
17501         * ceil.c (TWO_MANT_DIG): Likewise.
17502         Reported by Ben Pfaff.
17503
17504 2007-10-07  Bruno Haible  <bruno@clisp.org>
17505
17506         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
17507         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
17508         * lib/frexp.c (FUNC): Likewise.
17509         * lib/printf-frexp.h (printf_frexp): Likewise.
17510         * lib/printf-frexpl.h (printf_frexpl): Likewise.
17511         * lib/printf-frexp.c (FUNC): Likewise.
17512         Suggested by Jim Meyering.
17513
17514 2007-10-07  Jim Meyering  <meyering@redhat.com>
17515
17516         Make xnanosleep's integer overflow test more robust.
17517         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
17518         so that gcc-4.3.0 doesn't optimize away this test for overflow.
17519
17520 2007-10-07  Bruno Haible  <bruno@clisp.org>
17521
17522         * NEWS: Mention the license change.
17523
17524         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
17525         abbreviations in the modules files.
17526
17527         Change copyright notice from GPLv2+ to GPLv3+.
17528         * README: Change copyright notice.
17529         * MODULES.html.sh: Likewise.
17530         * build-aux/bootstrap.conf: Likewise.
17531         * build-aux/config.libpath: Likewise.
17532         * build-aux/csharpcomp.sh.in: Likewise.
17533         * build-aux/csharpexec.sh.in: Likewise.
17534         * build-aux/install-reloc: Likewise.
17535         * build-aux/javacomp.sh.in: Likewise.
17536         * build-aux/javaexec.sh.in: Likewise.
17537         * build-aux/ldd.sh.in: Likewise.
17538         * build-aux/reloc-ldflags: Likewise.
17539         * build-aux/relocatable.sh.in: Likewise.
17540         * build-aux/x-to-1.in: Likewise.
17541         * check-module: Likewise.
17542         * config/srclistvars.sh: Likewise.
17543         * gnulib-tool: Likewise.
17544         * lib/acl-internal.h: Likewise.
17545         * lib/acl.c: Likewise.
17546         * lib/acl.h: Likewise.
17547         * lib/acl_entries.c: Likewise.
17548         * lib/areadlink-with-size.c: Likewise.
17549         * lib/areadlink.c: Likewise.
17550         * lib/areadlink.h: Likewise.
17551         * lib/argmatch.c: Likewise.
17552         * lib/argmatch.h: Likewise.
17553         * lib/argp-ba.c: Likewise.
17554         * lib/argp-eexst.c: Likewise.
17555         * lib/argp-fmtstream.c: Likewise.
17556         * lib/argp-fmtstream.h: Likewise.
17557         * lib/argp-fs-xinl.c: Likewise.
17558         * lib/argp-help.c: Likewise.
17559         * lib/argp-namefrob.h: Likewise.
17560         * lib/argp-parse.c: Likewise.
17561         * lib/argp-pin.c: Likewise.
17562         * lib/argp-pv.c: Likewise.
17563         * lib/argp-pvh.c: Likewise.
17564         * lib/argp-xinl.c: Likewise.
17565         * lib/argp.h: Likewise.
17566         * lib/at-func.c: Likewise.
17567         * lib/atanl.c: Likewise.
17568         * lib/backupfile.c: Likewise.
17569         * lib/backupfile.h: Likewise.
17570         * lib/basename.c: Likewise.
17571         * lib/binary-io.h: Likewise.
17572         * lib/byteswap.in.h: Likewise.
17573         * lib/c-stack.c: Likewise.
17574         * lib/c-stack.h: Likewise.
17575         * lib/c-strcasestr.c: Likewise.
17576         * lib/c-strcasestr.h: Likewise.
17577         * lib/c-strstr.c: Likewise.
17578         * lib/c-strstr.h: Likewise.
17579         * lib/c-strtod.c: Likewise.
17580         * lib/calloc.c: Likewise.
17581         * lib/canon-host.c: Likewise.
17582         * lib/canon-host.h: Likewise.
17583         * lib/canonicalize-lgpl.c: Likewise.
17584         * lib/canonicalize.c: Likewise.
17585         * lib/canonicalize.h: Likewise.
17586         * lib/ceil.c: Likewise.
17587         * lib/ceilf.c: Likewise.
17588         * lib/ceill.c: Likewise.
17589         * lib/chdir-long.c: Likewise.
17590         * lib/chdir-long.h: Likewise.
17591         * lib/chdir-safer.c: Likewise.
17592         * lib/chdir-safer.h: Likewise.
17593         * lib/chown.c: Likewise.
17594         * lib/classpath.c: Likewise.
17595         * lib/classpath.h: Likewise.
17596         * lib/clean-temp.c: Likewise.
17597         * lib/clean-temp.h: Likewise.
17598         * lib/cloexec.c: Likewise.
17599         * lib/close-stream.c: Likewise.
17600         * lib/closein.c: Likewise.
17601         * lib/closein.h: Likewise.
17602         * lib/closeout.c: Likewise.
17603         * lib/closeout.h: Likewise.
17604         * lib/concat-filename.c: Likewise.
17605         * lib/copy-file.c: Likewise.
17606         * lib/copy-file.h: Likewise.
17607         * lib/count-one-bits.h: Likewise.
17608         * lib/crc.c: Likewise.
17609         * lib/crc.h: Likewise.
17610         * lib/creat-safer.c: Likewise.
17611         * lib/csharpcomp.c: Likewise.
17612         * lib/csharpcomp.h: Likewise.
17613         * lib/csharpexec.c: Likewise.
17614         * lib/csharpexec.h: Likewise.
17615         * lib/cycle-check.c: Likewise.
17616         * lib/cycle-check.h: Likewise.
17617         * lib/diacrit.c: Likewise.
17618         * lib/diacrit.h: Likewise.
17619         * lib/diffseq.h: Likewise.
17620         * lib/dirchownmod.c: Likewise.
17621         * lib/dirent.in.h: Likewise.
17622         * lib/dirfd.c: Likewise.
17623         * lib/dirfd.h: Likewise.
17624         * lib/dirname.c: Likewise.
17625         * lib/dirname.h: Likewise.
17626         * lib/dummy.c: Likewise.
17627         * lib/dup-safer.c: Likewise.
17628         * lib/dup2.c: Likewise.
17629         * lib/eealloc.h: Likewise.
17630         * lib/error.c: Likewise.
17631         * lib/error.h: Likewise.
17632         * lib/euidaccess.c: Likewise.
17633         * lib/exclude.c: Likewise.
17634         * lib/exclude.h: Likewise.
17635         * lib/execute.c: Likewise.
17636         * lib/execute.h: Likewise.
17637         * lib/exitfail.c: Likewise.
17638         * lib/exitfail.h: Likewise.
17639         * lib/expl.c: Likewise.
17640         * lib/fatal-signal.c: Likewise.
17641         * lib/fatal-signal.h: Likewise.
17642         * lib/fbufmode.c: Likewise.
17643         * lib/fbufmode.h: Likewise.
17644         * lib/fchdir.c: Likewise.
17645         * lib/fchmodat.c: Likewise.
17646         * lib/fchownat.c: Likewise.
17647         * lib/fcntl--.h: Likewise.
17648         * lib/fcntl-safer.h: Likewise.
17649         * lib/fcntl.in.h: Likewise.
17650         * lib/fd-safer.c: Likewise.
17651         * lib/fflush.c: Likewise.
17652         * lib/file-has-acl.c: Likewise.
17653         * lib/file-set.c: Likewise.
17654         * lib/file-type.c: Likewise.
17655         * lib/file-type.h: Likewise.
17656         * lib/fileblocks.c: Likewise.
17657         * lib/filemode.c: Likewise.
17658         * lib/filemode.h: Likewise.
17659         * lib/filename.h: Likewise.
17660         * lib/filenamecat.c: Likewise.
17661         * lib/filenamecat.h: Likewise.
17662         * lib/findprog.c: Likewise.
17663         * lib/findprog.h: Likewise.
17664         * lib/float.in.h: Likewise.
17665         * lib/floor.c: Likewise.
17666         * lib/floorf.c: Likewise.
17667         * lib/floorl.c: Likewise.
17668         * lib/fopen-safer.c: Likewise.
17669         * lib/fopen.c: Likewise.
17670         * lib/fpending.c: Likewise.
17671         * lib/fpending.h: Likewise.
17672         * lib/fprintf.c: Likewise.
17673         * lib/fprintftime.h: Likewise.
17674         * lib/fpucw.h: Likewise.
17675         * lib/fpurge.c: Likewise.
17676         * lib/fpurge.h: Likewise.
17677         * lib/freadable.c: Likewise.
17678         * lib/freadable.h: Likewise.
17679         * lib/freadahead.c: Likewise.
17680         * lib/freadahead.h: Likewise.
17681         * lib/freading.c: Likewise.
17682         * lib/freading.h: Likewise.
17683         * lib/free.c: Likewise.
17684         * lib/freopen.c: Likewise.
17685         * lib/frexp.c: Likewise.
17686         * lib/frexpl.c: Likewise.
17687         * lib/fseek.c: Likewise.
17688         * lib/fseterr.c: Likewise.
17689         * lib/fseterr.h: Likewise.
17690         * lib/fstatat.c: Likewise.
17691         * lib/fstrcmp.c: Likewise.
17692         * lib/fstrcmp.h: Likewise.
17693         * lib/fsusage.c: Likewise.
17694         * lib/fsusage.h: Likewise.
17695         * lib/ftell.c: Likewise.
17696         * lib/ftello.c: Likewise.
17697         * lib/fts-cycle.c: Likewise.
17698         * lib/fts.c: Likewise.
17699         * lib/fts_.h: Likewise.
17700         * lib/full-read.c: Likewise.
17701         * lib/full-read.h: Likewise.
17702         * lib/full-write.c: Likewise.
17703         * lib/full-write.h: Likewise.
17704         * lib/fwritable.c: Likewise.
17705         * lib/fwritable.h: Likewise.
17706         * lib/fwriteerror.c: Likewise.
17707         * lib/fwriteerror.h: Likewise.
17708         * lib/fwriting.c: Likewise.
17709         * lib/fwriting.h: Likewise.
17710         * lib/gcd.c: Likewise.
17711         * lib/gcd.h: Likewise.
17712         * lib/getcwd.c: Likewise.
17713         * lib/getdate.h: Likewise.
17714         * lib/getdate.y: Likewise.
17715         * lib/getdomainname.c: Likewise.
17716         * lib/getdomainname.h: Likewise.
17717         * lib/getgroups.c: Likewise.
17718         * lib/gethostname.c: Likewise.
17719         * lib/gethrxtime.c: Likewise.
17720         * lib/gethrxtime.h: Likewise.
17721         * lib/getloadavg.c: Likewise.
17722         * lib/getndelim2.c: Likewise.
17723         * lib/getndelim2.h: Likewise.
17724         * lib/getnline.c: Likewise.
17725         * lib/getnline.h: Likewise.
17726         * lib/getopt.c: Likewise.
17727         * lib/getopt.in.h: Likewise.
17728         * lib/getopt1.c: Likewise.
17729         * lib/getopt_int.h: Likewise.
17730         * lib/getpagesize.h: Likewise.
17731         * lib/getsubopt.c: Likewise.
17732         * lib/gettime.c: Likewise.
17733         * lib/getugroups.c: Likewise.
17734         * lib/getugroups.h: Likewise.
17735         * lib/getusershell.c: Likewise.
17736         * lib/gl_anyavltree_list1.h: Likewise.
17737         * lib/gl_anyavltree_list2.h: Likewise.
17738         * lib/gl_anyhash_list1.h: Likewise.
17739         * lib/gl_anyhash_list2.h: Likewise.
17740         * lib/gl_anylinked_list1.h: Likewise.
17741         * lib/gl_anylinked_list2.h: Likewise.
17742         * lib/gl_anyrbtree_list1.h: Likewise.
17743         * lib/gl_anyrbtree_list2.h: Likewise.
17744         * lib/gl_anytree_list1.h: Likewise.
17745         * lib/gl_anytree_list2.h: Likewise.
17746         * lib/gl_anytree_oset.h: Likewise.
17747         * lib/gl_anytreehash_list1.h: Likewise.
17748         * lib/gl_anytreehash_list2.h: Likewise.
17749         * lib/gl_array_list.c: Likewise.
17750         * lib/gl_array_list.h: Likewise.
17751         * lib/gl_array_oset.c: Likewise.
17752         * lib/gl_array_oset.h: Likewise.
17753         * lib/gl_avltree_list.c: Likewise.
17754         * lib/gl_avltree_list.h: Likewise.
17755         * lib/gl_avltree_oset.c: Likewise.
17756         * lib/gl_avltree_oset.h: Likewise.
17757         * lib/gl_avltreehash_list.c: Likewise.
17758         * lib/gl_avltreehash_list.h: Likewise.
17759         * lib/gl_carray_list.c: Likewise.
17760         * lib/gl_carray_list.h: Likewise.
17761         * lib/gl_linked_list.c: Likewise.
17762         * lib/gl_linked_list.h: Likewise.
17763         * lib/gl_linkedhash_list.c: Likewise.
17764         * lib/gl_linkedhash_list.h: Likewise.
17765         * lib/gl_list.c: Likewise.
17766         * lib/gl_list.h: Likewise.
17767         * lib/gl_oset.c: Likewise.
17768         * lib/gl_oset.h: Likewise.
17769         * lib/gl_rbtree_list.c: Likewise.
17770         * lib/gl_rbtree_list.h: Likewise.
17771         * lib/gl_rbtree_oset.c: Likewise.
17772         * lib/gl_rbtree_oset.h: Likewise.
17773         * lib/gl_rbtreehash_list.c: Likewise.
17774         * lib/gl_rbtreehash_list.h: Likewise.
17775         * lib/gl_sublist.c: Likewise.
17776         * lib/gl_sublist.h: Likewise.
17777         * lib/group-member.c: Likewise.
17778         * lib/group-member.h: Likewise.
17779         * lib/hard-locale.c: Likewise.
17780         * lib/hard-locale.h: Likewise.
17781         * lib/hash-pjw.c: Likewise.
17782         * lib/hash-pjw.h: Likewise.
17783         * lib/hash-triple.c: Likewise.
17784         * lib/hash.c: Likewise.
17785         * lib/hash.h: Likewise.
17786         * lib/human.c: Likewise.
17787         * lib/human.h: Likewise.
17788         * lib/i-ring.c: Likewise.
17789         * lib/i-ring.h: Likewise.
17790         * lib/idcache.c: Likewise.
17791         * lib/imaxabs.c: Likewise.
17792         * lib/imaxdiv.c: Likewise.
17793         * lib/inet_pton.c: Likewise.
17794         * lib/inet_pton.h: Likewise.
17795         * lib/intprops.h: Likewise.
17796         * lib/inttostr.c: Likewise.
17797         * lib/inttostr.h: Likewise.
17798         * lib/inttypes.in.h: Likewise.
17799         * lib/isapipe.c: Likewise.
17800         * lib/isdir.c: Likewise.
17801         * lib/isnan.c: Likewise.
17802         * lib/isnan.h: Likewise.
17803         * lib/isnanf.c: Likewise.
17804         * lib/isnanf.h: Likewise.
17805         * lib/isnanl-nolibm.h: Likewise.
17806         * lib/isnanl.c: Likewise.
17807         * lib/isnanl.h: Likewise.
17808         * lib/javacomp.c: Likewise.
17809         * lib/javacomp.h: Likewise.
17810         * lib/javaexec.c: Likewise.
17811         * lib/javaexec.h: Likewise.
17812         * lib/javaversion.c: Likewise.
17813         * lib/javaversion.h: Likewise.
17814         * lib/javaversion.java: Likewise.
17815         * lib/lbrkprop.h: Likewise.
17816         * lib/lchmod.h: Likewise.
17817         * lib/lchown.c: Likewise.
17818         * lib/ldexpl.c: Likewise.
17819         * lib/linebreak.c: Likewise.
17820         * lib/linebreak.h: Likewise.
17821         * lib/linebuffer.c: Likewise.
17822         * lib/linebuffer.h: Likewise.
17823         * lib/locale.in.h: Likewise.
17824         * lib/logl.c: Likewise.
17825         * lib/long-options.c: Likewise.
17826         * lib/long-options.h: Likewise.
17827         * lib/lstat.c: Likewise.
17828         * lib/lstat.h: Likewise.
17829         * lib/math.in.h: Likewise.
17830         * lib/mbchar.c: Likewise.
17831         * lib/mbchar.h: Likewise.
17832         * lib/mbfile.h: Likewise.
17833         * lib/mbiter.h: Likewise.
17834         * lib/mbscasecmp.c: Likewise.
17835         * lib/mbscasestr.c: Likewise.
17836         * lib/mbschr.c: Likewise.
17837         * lib/mbscspn.c: Likewise.
17838         * lib/mbslen.c: Likewise.
17839         * lib/mbsncasecmp.c: Likewise.
17840         * lib/mbsnlen.c: Likewise.
17841         * lib/mbspbrk.c: Likewise.
17842         * lib/mbspcasecmp.c: Likewise.
17843         * lib/mbsrchr.c: Likewise.
17844         * lib/mbssep.c: Likewise.
17845         * lib/mbsspn.c: Likewise.
17846         * lib/mbsstr.c: Likewise.
17847         * lib/mbstok_r.c: Likewise.
17848         * lib/mbswidth.c: Likewise.
17849         * lib/mbswidth.h: Likewise.
17850         * lib/mbuiter.h: Likewise.
17851         * lib/memcasecmp.c: Likewise.
17852         * lib/memcasecmp.h: Likewise.
17853         * lib/memchr.c: Likewise.
17854         * lib/memcmp.c: Likewise.
17855         * lib/memcoll.c: Likewise.
17856         * lib/memcoll.h: Likewise.
17857         * lib/memcpy.c: Likewise.
17858         * lib/memrchr.c: Likewise.
17859         * lib/mkancesdirs.c: Likewise.
17860         * lib/mkdir-p.c: Likewise.
17861         * lib/mkdir-p.h: Likewise.
17862         * lib/mkdir.c: Likewise.
17863         * lib/mkdirat.c: Likewise.
17864         * lib/mkdtemp.c: Likewise.
17865         * lib/mkstemp-safer.c: Likewise.
17866         * lib/mkstemp.c: Likewise.
17867         * lib/modechange.c: Likewise.
17868         * lib/modechange.h: Likewise.
17869         * lib/mountlist.c: Likewise.
17870         * lib/mountlist.h: Likewise.
17871         * lib/mpsort.c: Likewise.
17872         * lib/nanosleep.c: Likewise.
17873         * lib/obstack.c: Likewise.
17874         * lib/obstack.h: Likewise.
17875         * lib/open-safer.c: Likewise.
17876         * lib/open.c: Likewise.
17877         * lib/openat-die.c: Likewise.
17878         * lib/openat-priv.h: Likewise.
17879         * lib/openat-proc.c: Likewise.
17880         * lib/openat.c: Likewise.
17881         * lib/openat.h: Likewise.
17882         * lib/pagealign_alloc.c: Likewise.
17883         * lib/pagealign_alloc.h: Likewise.
17884         * lib/physmem.c: Likewise.
17885         * lib/physmem.h: Likewise.
17886         * lib/pipe-safer.c: Likewise.
17887         * lib/pipe.c: Likewise.
17888         * lib/pipe.h: Likewise.
17889         * lib/posixtm.c: Likewise.
17890         * lib/posixtm.h: Likewise.
17891         * lib/posixver.c: Likewise.
17892         * lib/printf-frexp.c: Likewise.
17893         * lib/printf-frexp.h: Likewise.
17894         * lib/printf-frexpl.c: Likewise.
17895         * lib/printf-frexpl.h: Likewise.
17896         * lib/printf.c: Likewise.
17897         * lib/progname.c: Likewise.
17898         * lib/progname.h: Likewise.
17899         * lib/progreloc.c: Likewise.
17900         * lib/putenv.c: Likewise.
17901         * lib/quote.c: Likewise.
17902         * lib/quote.h: Likewise.
17903         * lib/quotearg.c: Likewise.
17904         * lib/quotearg.h: Likewise.
17905         * lib/raise.c: Likewise.
17906         * lib/readline.c: Likewise.
17907         * lib/readline.h: Likewise.
17908         * lib/readlink.c: Likewise.
17909         * lib/readtokens.c: Likewise.
17910         * lib/readtokens.h: Likewise.
17911         * lib/readtokens0.c: Likewise.
17912         * lib/readtokens0.h: Likewise.
17913         * lib/readutmp.c: Likewise.
17914         * lib/readutmp.h: Likewise.
17915         * lib/realloc.c: Likewise.
17916         * lib/relocwrapper.c: Likewise.
17917         * lib/rename-dest-slash.c: Likewise.
17918         * lib/rename.c: Likewise.
17919         * lib/rmdir.c: Likewise.
17920         * lib/rpmatch.c: Likewise.
17921         * lib/safe-read.c: Likewise.
17922         * lib/safe-read.h: Likewise.
17923         * lib/safe-write.c: Likewise.
17924         * lib/safe-write.h: Likewise.
17925         * lib/same-inode.h: Likewise.
17926         * lib/same.c: Likewise.
17927         * lib/same.h: Likewise.
17928         * lib/save-cwd.c: Likewise.
17929         * lib/save-cwd.h: Likewise.
17930         * lib/savedir.c: Likewise.
17931         * lib/savedir.h: Likewise.
17932         * lib/savewd.c: Likewise.
17933         * lib/savewd.h: Likewise.
17934         * lib/search.in.h: Likewise.
17935         * lib/setenv.c: Likewise.
17936         * lib/setenv.h: Likewise.
17937         * lib/settime.c: Likewise.
17938         * lib/sh-quote.c: Likewise.
17939         * lib/sh-quote.h: Likewise.
17940         * lib/sig2str.c: Likewise.
17941         * lib/sig2str.h: Likewise.
17942         * lib/signal.in.h: Likewise.
17943         * lib/signbitd.c: Likewise.
17944         * lib/signbitf.c: Likewise.
17945         * lib/signbitl.c: Likewise.
17946         * lib/sigprocmask.c: Likewise.
17947         * lib/sincosl.c: Likewise.
17948         * lib/sleep.c: Likewise.
17949         * lib/sprintf.c: Likewise.
17950         * lib/sqrtl.c: Likewise.
17951         * lib/stat-time.h: Likewise.
17952         * lib/stdio--.h: Likewise.
17953         * lib/stdio-safer.h: Likewise.
17954         * lib/stdlib--.h: Likewise.
17955         * lib/stdlib-safer.h: Likewise.
17956         * lib/stdlib.in.h: Likewise.
17957         * lib/stpcpy.c: Likewise.
17958         * lib/stpncpy.c: Likewise.
17959         * lib/strchrnul.c: Likewise.
17960         * lib/strcspn.c: Likewise.
17961         * lib/strerror.c: Likewise.
17962         * lib/strftime.c: Likewise.
17963         * lib/strftime.h: Likewise.
17964         * lib/striconveh.c: Likewise.
17965         * lib/striconveh.h: Likewise.
17966         * lib/striconveha.c: Likewise.
17967         * lib/striconveha.h: Likewise.
17968         * lib/stripslash.c: Likewise.
17969         * lib/strnlen1.c: Likewise.
17970         * lib/strnlen1.h: Likewise.
17971         * lib/strtod.c: Likewise.
17972         * lib/strtoimax.c: Likewise.
17973         * lib/strtok_r.c: Likewise.
17974         * lib/strtol.c: Likewise.
17975         * lib/strtoll.c: Likewise.
17976         * lib/strtoul.c: Likewise.
17977         * lib/strtoull.c: Likewise.
17978         * lib/sysexits.in.h: Likewise.
17979         * lib/tempname.c: Likewise.
17980         * lib/tempname.h: Likewise.
17981         * lib/timespec.h: Likewise.
17982         * lib/tls.c: Likewise.
17983         * lib/tls.h: Likewise.
17984         * lib/tmpdir.c: Likewise.
17985         * lib/tmpdir.h: Likewise.
17986         * lib/tmpfile-safer.c: Likewise.
17987         * lib/tmpfile.c: Likewise.
17988         * lib/trigl.c: Likewise.
17989         * lib/trigl.h: Likewise.
17990         * lib/trim.c: Likewise.
17991         * lib/trim.h: Likewise.
17992         * lib/trunc.c: Likewise.
17993         * lib/truncf.c: Likewise.
17994         * lib/truncl.c: Likewise.
17995         * lib/tsearch.c: Likewise.
17996         * lib/unicodeio.c: Likewise.
17997         * lib/unicodeio.h: Likewise.
17998         * lib/unistd--.h: Likewise.
17999         * lib/unistd-safer.h: Likewise.
18000         * lib/unistdio/ulc-fprintf.c: Likewise.
18001         * lib/unistdio/ulc-vfprintf.c: Likewise.
18002         * lib/unlinkdir.c: Likewise.
18003         * lib/unlinkdir.h: Likewise.
18004         * lib/unlocked-io.h: Likewise.
18005         * lib/unsetenv.c: Likewise.
18006         * lib/userspec.c: Likewise.
18007         * lib/utime.c: Likewise.
18008         * lib/utimecmp.c: Likewise.
18009         * lib/utimecmp.h: Likewise.
18010         * lib/utimens.c: Likewise.
18011         * lib/verify.h: Likewise.
18012         * lib/verror.c: Likewise.
18013         * lib/verror.h: Likewise.
18014         * lib/version-etc-fsf.c: Likewise.
18015         * lib/version-etc.c: Likewise.
18016         * lib/version-etc.h: Likewise.
18017         * lib/vfprintf.c: Likewise.
18018         * lib/vprintf.c: Likewise.
18019         * lib/vsprintf.c: Likewise.
18020         * lib/w32spawn.h: Likewise.
18021         * lib/wait-process.c: Likewise.
18022         * lib/wait-process.h: Likewise.
18023         * lib/wcwidth.c: Likewise.
18024         * lib/write-any-file.c: Likewise.
18025         * lib/xalloc-die.c: Likewise.
18026         * lib/xalloc.h: Likewise.
18027         * lib/xasprintf.c: Likewise.
18028         * lib/xgetcwd.c: Likewise.
18029         * lib/xgetcwd.h: Likewise.
18030         * lib/xgetdomainname.c: Likewise.
18031         * lib/xgetdomainname.h: Likewise.
18032         * lib/xgethostname.c: Likewise.
18033         * lib/xmalloc.c: Likewise.
18034         * lib/xmalloca.c: Likewise.
18035         * lib/xmalloca.h: Likewise.
18036         * lib/xmemcoll.c: Likewise.
18037         * lib/xnanosleep.c: Likewise.
18038         * lib/xreadlink.c: Likewise.
18039         * lib/xreadlink.h: Likewise.
18040         * lib/xsetenv.c: Likewise.
18041         * lib/xsetenv.h: Likewise.
18042         * lib/xstriconv.c: Likewise.
18043         * lib/xstriconv.h: Likewise.
18044         * lib/xstrndup.c: Likewise.
18045         * lib/xstrndup.h: Likewise.
18046         * lib/xstrtod.c: Likewise.
18047         * lib/xstrtod.h: Likewise.
18048         * lib/xstrtol-error.c: Likewise.
18049         * lib/xstrtol.c: Likewise.
18050         * lib/xstrtol.h: Likewise.
18051         * lib/xtime.h: Likewise.
18052         * lib/xvasprintf.c: Likewise.
18053         * lib/xvasprintf.h: Likewise.
18054         * lib/yesno.c: Likewise.
18055         * lib/yesno.h: Likewise.
18056         * posix-modules: Likewise.
18057         * tests/test-alloca-opt.c: Likewise.
18058         * tests/test-arcfour.c: Likewise.
18059         * tests/test-arctwo.c: Likewise.
18060         * tests/test-argmatch.c: Likewise.
18061         * tests/test-argp-2.sh: Likewise.
18062         * tests/test-argp.c: Likewise.
18063         * tests/test-arpa_inet.c: Likewise.
18064         * tests/test-array_list.c: Likewise.
18065         * tests/test-array_oset.c: Likewise.
18066         * tests/test-atexit.c: Likewise.
18067         * tests/test-avltree_list.c: Likewise.
18068         * tests/test-avltree_oset.c: Likewise.
18069         * tests/test-avltreehash_list.c: Likewise.
18070         * tests/test-base64.c: Likewise.
18071         * tests/test-binary-io.c: Likewise.
18072         * tests/test-byteswap.c: Likewise.
18073         * tests/test-c-ctype.c: Likewise.
18074         * tests/test-c-strcasecmp.c: Likewise.
18075         * tests/test-c-strcasestr.c: Likewise.
18076         * tests/test-c-strncasecmp.c: Likewise.
18077         * tests/test-c-strstr.c: Likewise.
18078         * tests/test-canonicalize-lgpl.c: Likewise.
18079         * tests/test-canonicalize.c: Likewise.
18080         * tests/test-carray_list.c: Likewise.
18081         * tests/test-ceilf.c: Likewise.
18082         * tests/test-ceill.c: Likewise.
18083         * tests/test-count-one-bits.c: Likewise.
18084         * tests/test-crc.c: Likewise.
18085         * tests/test-dirname.c: Likewise.
18086         * tests/test-fbufmode.c: Likewise.
18087         * tests/test-fcntl.c: Likewise.
18088         * tests/test-fflush.c: Likewise.
18089         * tests/test-floorf.c: Likewise.
18090         * tests/test-floorl.c: Likewise.
18091         * tests/test-fopen.c: Likewise.
18092         * tests/test-fprintf-posix.c: Likewise.
18093         * tests/test-fprintf-posix.h: Likewise.
18094         * tests/test-fpurge.c: Likewise.
18095         * tests/test-freadable.c: Likewise.
18096         * tests/test-freadahead.c: Likewise.
18097         * tests/test-freading.c: Likewise.
18098         * tests/test-freopen.c: Likewise.
18099         * tests/test-frexp.c: Likewise.
18100         * tests/test-frexpl.c: Likewise.
18101         * tests/test-fseek.c: Likewise.
18102         * tests/test-fseeko.c: Likewise.
18103         * tests/test-fseterr.c: Likewise.
18104         * tests/test-fstrcmp.c: Likewise.
18105         * tests/test-ftell.c: Likewise.
18106         * tests/test-ftello.c: Likewise.
18107         * tests/test-fwritable.c: Likewise.
18108         * tests/test-fwriting.c: Likewise.
18109         * tests/test-getaddrinfo.c: Likewise.
18110         * tests/test-getpass.c: Likewise.
18111         * tests/test-gettimeofday.c: Likewise.
18112         * tests/test-hmac-md5.c: Likewise.
18113         * tests/test-hmac-sha1.c: Likewise.
18114         * tests/test-iconv.c: Likewise.
18115         * tests/test-iconvme.c: Likewise.
18116         * tests/test-inttypes.c: Likewise.
18117         * tests/test-isnan.c: Likewise.
18118         * tests/test-isnanf.c: Likewise.
18119         * tests/test-isnanl-nolibm.c: Likewise.
18120         * tests/test-isnanl.c: Likewise.
18121         * tests/test-isnanl.h: Likewise.
18122         * tests/test-ldexpl.c: Likewise.
18123         * tests/test-linked_list.c: Likewise.
18124         * tests/test-linkedhash_list.c: Likewise.
18125         * tests/test-locale.c: Likewise.
18126         * tests/test-localename.c: Likewise.
18127         * tests/test-lock.c: Likewise.
18128         * tests/test-lseek.c: Likewise.
18129         * tests/test-malloca.c: Likewise.
18130         * tests/test-math.c: Likewise.
18131         * tests/test-mbscasecmp.c: Likewise.
18132         * tests/test-mbscasestr1.c: Likewise.
18133         * tests/test-mbscasestr2.c: Likewise.
18134         * tests/test-mbscasestr3.c: Likewise.
18135         * tests/test-mbscasestr4.c: Likewise.
18136         * tests/test-mbschr.c: Likewise.
18137         * tests/test-mbscspn.c: Likewise.
18138         * tests/test-mbsncasecmp.c: Likewise.
18139         * tests/test-mbspbrk.c: Likewise.
18140         * tests/test-mbspcasecmp.c: Likewise.
18141         * tests/test-mbsrchr.c: Likewise.
18142         * tests/test-mbsspn.c: Likewise.
18143         * tests/test-mbsstr1.c: Likewise.
18144         * tests/test-mbsstr2.c: Likewise.
18145         * tests/test-mbsstr3.c: Likewise.
18146         * tests/test-md5.c: Likewise.
18147         * tests/test-memmem.c: Likewise.
18148         * tests/test-netinet_in.c: Likewise.
18149         * tests/test-open.c: Likewise.
18150         * tests/test-printf-frexp.c: Likewise.
18151         * tests/test-printf-frexpl.c: Likewise.
18152         * tests/test-printf-posix.c: Likewise.
18153         * tests/test-printf-posix.h: Likewise.
18154         * tests/test-rbtree_list.c: Likewise.
18155         * tests/test-rbtree_oset.c: Likewise.
18156         * tests/test-rbtreehash_list.c: Likewise.
18157         * tests/test-read-file.c: Likewise.
18158         * tests/test-rijndael.c: Likewise.
18159         * tests/test-search.c: Likewise.
18160         * tests/test-signbit.c: Likewise.
18161         * tests/test-sleep.c: Likewise.
18162         * tests/test-snprintf-posix.c: Likewise.
18163         * tests/test-snprintf-posix.h: Likewise.
18164         * tests/test-snprintf.c: Likewise.
18165         * tests/test-sprintf-posix.c: Likewise.
18166         * tests/test-sprintf-posix.h: Likewise.
18167         * tests/test-stat-time.c: Likewise.
18168         * tests/test-stdbool.c: Likewise.
18169         * tests/test-stdint.c: Likewise.
18170         * tests/test-stdio.c: Likewise.
18171         * tests/test-stdlib.c: Likewise.
18172         * tests/test-stpncpy.c: Likewise.
18173         * tests/test-strcasestr.c: Likewise.
18174         * tests/test-striconv.c: Likewise.
18175         * tests/test-striconveh.c: Likewise.
18176         * tests/test-striconveha.c: Likewise.
18177         * tests/test-string.c: Likewise.
18178         * tests/test-sys_select.c: Likewise.
18179         * tests/test-sys_socket.c: Likewise.
18180         * tests/test-sys_stat.c: Likewise.
18181         * tests/test-sys_time.c: Likewise.
18182         * tests/test-sysexits.c: Likewise.
18183         * tests/test-time.c: Likewise.
18184         * tests/test-tls.c: Likewise.
18185         * tests/test-trunc.c: Likewise.
18186         * tests/test-truncf.c: Likewise.
18187         * tests/test-truncl.c: Likewise.
18188         * tests/test-unistd.c: Likewise.
18189         * tests/test-vasnprintf-posix.c: Likewise.
18190         * tests/test-vasnprintf-posix2.c: Likewise.
18191         * tests/test-vasnprintf.c: Likewise.
18192         * tests/test-vasprintf-posix.c: Likewise.
18193         * tests/test-vasprintf.c: Likewise.
18194         * tests/test-verify.c: Likewise.
18195         * tests/test-vfprintf-posix.c: Likewise.
18196         * tests/test-vprintf-posix.c: Likewise.
18197         * tests/test-vsnprintf-posix.c: Likewise.
18198         * tests/test-vsnprintf.c: Likewise.
18199         * tests/test-vsprintf-posix.c: Likewise.
18200         * tests/test-wchar.c: Likewise.
18201         * tests/test-wctype.c: Likewise.
18202         * tests/test-wcwidth.c: Likewise.
18203         * tests/test-xstrtol.c: Likewise.
18204         * tests/test-xvasprintf.c: Likewise.
18205         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
18206         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
18207         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18208         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18209         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18210         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
18211         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18212         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18213         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18214         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
18215         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18216         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18217         * tests/uniname/test-uninames.c: Likewise.
18218         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
18219         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
18220         * tests/unistdio/test-u16-printf1.h: Likewise.
18221         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
18222         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
18223         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
18224         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
18225         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
18226         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
18227         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
18228         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
18229         * tests/unistdio/test-u32-printf1.h: Likewise.
18230         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
18231         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
18232         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
18233         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
18234         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
18235         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
18236         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
18237         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
18238         * tests/unistdio/test-u8-printf1.h: Likewise.
18239         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
18240         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
18241         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
18242         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
18243         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
18244         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
18245         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
18246         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
18247         * tests/unistdio/test-ulc-printf1.h: Likewise.
18248         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
18249         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
18250         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
18251         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
18252         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
18253         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
18254         * tests/uniwidth/test-u16-strwidth.c: Likewise.
18255         * tests/uniwidth/test-u16-width.c: Likewise.
18256         * tests/uniwidth/test-u32-strwidth.c: Likewise.
18257         * tests/uniwidth/test-u32-width.c: Likewise.
18258         * tests/uniwidth/test-u8-strwidth.c: Likewise.
18259         * tests/uniwidth/test-u8-width.c: Likewise.
18260         * tests/uniwidth/test-uc_width.c: Likewise.
18261         * config/srclist-update: Likewise.
18262         (fixlicense): Update to GPLv3+.
18263
18264         Change copyright notice from LGPLv2.1+ to LGPLv3+.
18265         * tests/test-tsearch.c: Change copyright notice.
18266
18267         Change copyright notice from LGPLv2.0+ to LGPLv3+.
18268         * lib/c-strcaseeq.h: Change copyright notice.
18269         * lib/streq.h: Likewise.
18270         * lib/uniconv.h: Likewise.
18271         * lib/uniconv/u-conv-from-enc.h: Likewise.
18272         * lib/uniconv/u-conv-to-enc.h: Likewise.
18273         * lib/uniconv/u-strconv-from-enc.h: Likewise.
18274         * lib/uniconv/u-strconv-to-enc.h: Likewise.
18275         * lib/uniconv/u16-conv-from-enc.c: Likewise.
18276         * lib/uniconv/u16-conv-to-enc.c: Likewise.
18277         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
18278         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
18279         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
18280         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
18281         * lib/uniconv/u32-conv-from-enc.c: Likewise.
18282         * lib/uniconv/u32-conv-to-enc.c: Likewise.
18283         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
18284         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
18285         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
18286         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
18287         * lib/uniconv/u8-conv-from-enc.c: Likewise.
18288         * lib/uniconv/u8-conv-to-enc.c: Likewise.
18289         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
18290         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
18291         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
18292         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
18293         * lib/uniname.h: Likewise.
18294         * lib/uniname/uniname.c: Likewise.
18295         * lib/unistdio.h: Likewise.
18296         * lib/unistdio/u-asnprintf.h: Likewise.
18297         * lib/unistdio/u-asprintf.h: Likewise.
18298         * lib/unistdio/u-printf-args.c: Likewise.
18299         * lib/unistdio/u-printf-args.h: Likewise.
18300         * lib/unistdio/u-printf-parse.h: Likewise.
18301         * lib/unistdio/u-snprintf.h: Likewise.
18302         * lib/unistdio/u-sprintf.h: Likewise.
18303         * lib/unistdio/u-vasprintf.h: Likewise.
18304         * lib/unistdio/u-vsnprintf.h: Likewise.
18305         * lib/unistdio/u-vsprintf.h: Likewise.
18306         * lib/unistdio/u16-asnprintf.c: Likewise.
18307         * lib/unistdio/u16-asprintf.c: Likewise.
18308         * lib/unistdio/u16-printf-parse.c: Likewise.
18309         * lib/unistdio/u16-snprintf.c: Likewise.
18310         * lib/unistdio/u16-sprintf.c: Likewise.
18311         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
18312         * lib/unistdio/u16-u16-asprintf.c: Likewise.
18313         * lib/unistdio/u16-u16-snprintf.c: Likewise.
18314         * lib/unistdio/u16-u16-sprintf.c: Likewise.
18315         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
18316         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
18317         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
18318         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
18319         * lib/unistdio/u16-vasnprintf.c: Likewise.
18320         * lib/unistdio/u16-vasprintf.c: Likewise.
18321         * lib/unistdio/u16-vsnprintf.c: Likewise.
18322         * lib/unistdio/u16-vsprintf.c: Likewise.
18323         * lib/unistdio/u32-asnprintf.c: Likewise.
18324         * lib/unistdio/u32-asprintf.c: Likewise.
18325         * lib/unistdio/u32-printf-parse.c: Likewise.
18326         * lib/unistdio/u32-snprintf.c: Likewise.
18327         * lib/unistdio/u32-sprintf.c: Likewise.
18328         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
18329         * lib/unistdio/u32-u32-asprintf.c: Likewise.
18330         * lib/unistdio/u32-u32-snprintf.c: Likewise.
18331         * lib/unistdio/u32-u32-sprintf.c: Likewise.
18332         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
18333         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
18334         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
18335         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
18336         * lib/unistdio/u32-vasnprintf.c: Likewise.
18337         * lib/unistdio/u32-vasprintf.c: Likewise.
18338         * lib/unistdio/u32-vsnprintf.c: Likewise.
18339         * lib/unistdio/u32-vsprintf.c: Likewise.
18340         * lib/unistdio/u8-asnprintf.c: Likewise.
18341         * lib/unistdio/u8-asprintf.c: Likewise.
18342         * lib/unistdio/u8-printf-parse.c: Likewise.
18343         * lib/unistdio/u8-snprintf.c: Likewise.
18344         * lib/unistdio/u8-sprintf.c: Likewise.
18345         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
18346         * lib/unistdio/u8-u8-asprintf.c: Likewise.
18347         * lib/unistdio/u8-u8-snprintf.c: Likewise.
18348         * lib/unistdio/u8-u8-sprintf.c: Likewise.
18349         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
18350         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
18351         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
18352         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
18353         * lib/unistdio/u8-vasnprintf.c: Likewise.
18354         * lib/unistdio/u8-vasprintf.c: Likewise.
18355         * lib/unistdio/u8-vsnprintf.c: Likewise.
18356         * lib/unistdio/u8-vsprintf.c: Likewise.
18357         * lib/unistdio/ulc-asnprintf.c: Likewise.
18358         * lib/unistdio/ulc-asprintf.c: Likewise.
18359         * lib/unistdio/ulc-printf-parse.c: Likewise.
18360         * lib/unistdio/ulc-snprintf.c: Likewise.
18361         * lib/unistdio/ulc-sprintf.c: Likewise.
18362         * lib/unistdio/ulc-vasnprintf.c: Likewise.
18363         * lib/unistdio/ulc-vasprintf.c: Likewise.
18364         * lib/unistdio/ulc-vsnprintf.c: Likewise.
18365         * lib/unistdio/ulc-vsprintf.c: Likewise.
18366         * lib/unistr.h: Likewise.
18367         * lib/unistr/u-cpy-alloc.h: Likewise.
18368         * lib/unistr/u-cpy.h: Likewise.
18369         * lib/unistr/u-endswith.h: Likewise.
18370         * lib/unistr/u-move.h: Likewise.
18371         * lib/unistr/u-set.h: Likewise.
18372         * lib/unistr/u-startswith.h: Likewise.
18373         * lib/unistr/u-stpcpy.h: Likewise.
18374         * lib/unistr/u-stpncpy.h: Likewise.
18375         * lib/unistr/u-strcat.h: Likewise.
18376         * lib/unistr/u-strcpy.h: Likewise.
18377         * lib/unistr/u-strcspn.h: Likewise.
18378         * lib/unistr/u-strdup.h: Likewise.
18379         * lib/unistr/u-strlen.h: Likewise.
18380         * lib/unistr/u-strncat.h: Likewise.
18381         * lib/unistr/u-strncpy.h: Likewise.
18382         * lib/unistr/u-strnlen.h: Likewise.
18383         * lib/unistr/u-strpbrk.h: Likewise.
18384         * lib/unistr/u-strspn.h: Likewise.
18385         * lib/unistr/u-strstr.h: Likewise.
18386         * lib/unistr/u-strtok.h: Likewise.
18387         * lib/unistr/u16-check.c: Likewise.
18388         * lib/unistr/u16-chr.c: Likewise.
18389         * lib/unistr/u16-cmp.c: Likewise.
18390         * lib/unistr/u16-cpy-alloc.c: Likewise.
18391         * lib/unistr/u16-cpy.c: Likewise.
18392         * lib/unistr/u16-endswith.c: Likewise.
18393         * lib/unistr/u16-mblen.c: Likewise.
18394         * lib/unistr/u16-mbsnlen.c: Likewise.
18395         * lib/unistr/u16-mbtouc-aux.c: Likewise.
18396         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
18397         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
18398         * lib/unistr/u16-mbtouc.c: Likewise.
18399         * lib/unistr/u16-mbtoucr.c: Likewise.
18400         * lib/unistr/u16-move.c: Likewise.
18401         * lib/unistr/u16-next.c: Likewise.
18402         * lib/unistr/u16-prev.c: Likewise.
18403         * lib/unistr/u16-set.c: Likewise.
18404         * lib/unistr/u16-startswith.c: Likewise.
18405         * lib/unistr/u16-stpcpy.c: Likewise.
18406         * lib/unistr/u16-stpncpy.c: Likewise.
18407         * lib/unistr/u16-strcat.c: Likewise.
18408         * lib/unistr/u16-strchr.c: Likewise.
18409         * lib/unistr/u16-strcmp.c: Likewise.
18410         * lib/unistr/u16-strcpy.c: Likewise.
18411         * lib/unistr/u16-strcspn.c: Likewise.
18412         * lib/unistr/u16-strdup.c: Likewise.
18413         * lib/unistr/u16-strlen.c: Likewise.
18414         * lib/unistr/u16-strmblen.c: Likewise.
18415         * lib/unistr/u16-strmbtouc.c: Likewise.
18416         * lib/unistr/u16-strncat.c: Likewise.
18417         * lib/unistr/u16-strncmp.c: Likewise.
18418         * lib/unistr/u16-strncpy.c: Likewise.
18419         * lib/unistr/u16-strnlen.c: Likewise.
18420         * lib/unistr/u16-strpbrk.c: Likewise.
18421         * lib/unistr/u16-strrchr.c: Likewise.
18422         * lib/unistr/u16-strspn.c: Likewise.
18423         * lib/unistr/u16-strstr.c: Likewise.
18424         * lib/unistr/u16-strtok.c: Likewise.
18425         * lib/unistr/u16-to-u32.c: Likewise.
18426         * lib/unistr/u16-to-u8.c: Likewise.
18427         * lib/unistr/u16-uctomb-aux.c: Likewise.
18428         * lib/unistr/u16-uctomb.c: Likewise.
18429         * lib/unistr/u32-check.c: Likewise.
18430         * lib/unistr/u32-chr.c: Likewise.
18431         * lib/unistr/u32-cmp.c: Likewise.
18432         * lib/unistr/u32-cpy-alloc.c: Likewise.
18433         * lib/unistr/u32-cpy.c: Likewise.
18434         * lib/unistr/u32-endswith.c: Likewise.
18435         * lib/unistr/u32-mblen.c: Likewise.
18436         * lib/unistr/u32-mbsnlen.c: Likewise.
18437         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
18438         * lib/unistr/u32-mbtouc.c: Likewise.
18439         * lib/unistr/u32-mbtoucr.c: Likewise.
18440         * lib/unistr/u32-move.c: Likewise.
18441         * lib/unistr/u32-next.c: Likewise.
18442         * lib/unistr/u32-prev.c: Likewise.
18443         * lib/unistr/u32-set.c: Likewise.
18444         * lib/unistr/u32-startswith.c: Likewise.
18445         * lib/unistr/u32-stpcpy.c: Likewise.
18446         * lib/unistr/u32-stpncpy.c: Likewise.
18447         * lib/unistr/u32-strcat.c: Likewise.
18448         * lib/unistr/u32-strchr.c: Likewise.
18449         * lib/unistr/u32-strcmp.c: Likewise.
18450         * lib/unistr/u32-strcpy.c: Likewise.
18451         * lib/unistr/u32-strcspn.c: Likewise.
18452         * lib/unistr/u32-strdup.c: Likewise.
18453         * lib/unistr/u32-strlen.c: Likewise.
18454         * lib/unistr/u32-strmblen.c: Likewise.
18455         * lib/unistr/u32-strmbtouc.c: Likewise.
18456         * lib/unistr/u32-strncat.c: Likewise.
18457         * lib/unistr/u32-strncmp.c: Likewise.
18458         * lib/unistr/u32-strncpy.c: Likewise.
18459         * lib/unistr/u32-strnlen.c: Likewise.
18460         * lib/unistr/u32-strpbrk.c: Likewise.
18461         * lib/unistr/u32-strrchr.c: Likewise.
18462         * lib/unistr/u32-strspn.c: Likewise.
18463         * lib/unistr/u32-strstr.c: Likewise.
18464         * lib/unistr/u32-strtok.c: Likewise.
18465         * lib/unistr/u32-to-u16.c: Likewise.
18466         * lib/unistr/u32-to-u8.c: Likewise.
18467         * lib/unistr/u32-uctomb.c: Likewise.
18468         * lib/unistr/u8-check.c: Likewise.
18469         * lib/unistr/u8-chr.c: Likewise.
18470         * lib/unistr/u8-cmp.c: Likewise.
18471         * lib/unistr/u8-cpy-alloc.c: Likewise.
18472         * lib/unistr/u8-cpy.c: Likewise.
18473         * lib/unistr/u8-endswith.c: Likewise.
18474         * lib/unistr/u8-mblen.c: Likewise.
18475         * lib/unistr/u8-mbsnlen.c: Likewise.
18476         * lib/unistr/u8-mbtouc-aux.c: Likewise.
18477         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
18478         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
18479         * lib/unistr/u8-mbtouc.c: Likewise.
18480         * lib/unistr/u8-mbtoucr.c: Likewise.
18481         * lib/unistr/u8-move.c: Likewise.
18482         * lib/unistr/u8-next.c: Likewise.
18483         * lib/unistr/u8-prev.c: Likewise.
18484         * lib/unistr/u8-set.c: Likewise.
18485         * lib/unistr/u8-startswith.c: Likewise.
18486         * lib/unistr/u8-stpcpy.c: Likewise.
18487         * lib/unistr/u8-stpncpy.c: Likewise.
18488         * lib/unistr/u8-strcat.c: Likewise.
18489         * lib/unistr/u8-strchr.c: Likewise.
18490         * lib/unistr/u8-strcmp.c: Likewise.
18491         * lib/unistr/u8-strcpy.c: Likewise.
18492         * lib/unistr/u8-strcspn.c: Likewise.
18493         * lib/unistr/u8-strdup.c: Likewise.
18494         * lib/unistr/u8-strlen.c: Likewise.
18495         * lib/unistr/u8-strmblen.c: Likewise.
18496         * lib/unistr/u8-strmbtouc.c: Likewise.
18497         * lib/unistr/u8-strncat.c: Likewise.
18498         * lib/unistr/u8-strncmp.c: Likewise.
18499         * lib/unistr/u8-strncpy.c: Likewise.
18500         * lib/unistr/u8-strnlen.c: Likewise.
18501         * lib/unistr/u8-strpbrk.c: Likewise.
18502         * lib/unistr/u8-strrchr.c: Likewise.
18503         * lib/unistr/u8-strspn.c: Likewise.
18504         * lib/unistr/u8-strstr.c: Likewise.
18505         * lib/unistr/u8-strtok.c: Likewise.
18506         * lib/unistr/u8-to-u16.c: Likewise.
18507         * lib/unistr/u8-to-u32.c: Likewise.
18508         * lib/unistr/u8-uctomb-aux.c: Likewise.
18509         * lib/unistr/u8-uctomb.c: Likewise.
18510         * lib/unitypes.h: Likewise.
18511         * lib/uniwidth.h: Likewise.
18512         * lib/uniwidth/cjk.h: Likewise.
18513         * lib/uniwidth/u16-strwidth.c: Likewise.
18514         * lib/uniwidth/u16-width.c: Likewise.
18515         * lib/uniwidth/u32-strwidth.c: Likewise.
18516         * lib/uniwidth/u32-width.c: Likewise.
18517         * lib/uniwidth/u8-strwidth.c: Likewise.
18518         * lib/uniwidth/u8-width.c: Likewise.
18519         * lib/uniwidth/width.c: Likewise.
18520
18521 2007-10-07  Bruno Haible  <bruno@clisp.org>
18522
18523         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
18524         The file is still under LGPL (see modules/inttypes).
18525
18526 2007-10-06  Bruno Haible  <bruno@clisp.org>
18527
18528         * modules/trunc (Dependencies): Add 'extensions'.
18529         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
18530         Reported by Ben Pfaff <blp@gnu.org>.
18531
18532 2007-10-06  Bruno Haible  <bruno@clisp.org>
18533
18534         * modules/freopen-tests: New file.
18535         * tests/test-freopen.c: New file.
18536
18537         * modules/fopen-tests: New file.
18538         * tests/test-fopen.c: New file.
18539
18540         * modules/fopen: New file.
18541         * lib/fopen.c: New file.
18542         * m4/fopen.m4: New file.
18543         * modules/freopen: New file.
18544         * lib/freopen.c: New file.
18545         * m4/freopen.m4: New file.
18546         * lib/stdio.in.h (fopen, freopen): New declarations.
18547         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
18548         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
18549         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
18550         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
18551         * doc/functions/fopen.texi: Mention the 'fopen' module.
18552         * doc/functions/freopen.texi: Mention the 'freopen' module.
18553
18554 2007-10-06  Bruno Haible  <bruno@clisp.org>
18555
18556         * modules/open-tests: New file.
18557         * tests/test-open.c: New file.
18558
18559         * modules/open: New file.
18560         * lib/open.c: New file.
18561         * m4/open.m4: New file.
18562         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
18563         lib/open.c does.
18564         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
18565         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
18566         macros.
18567         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
18568         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
18569         REPLACE_OPEN.
18570         * doc/functions/open.texi: Mention the 'open' module.
18571
18572 2007-10-04  Bruno Haible  <bruno@clisp.org>
18573
18574         * modules/ceill-tests: New file.
18575         * tests/test-ceill.c: New file.
18576
18577         * modules/ceill: New file.
18578         * lib/ceill.c: Replace entire file.
18579         * m4/ceill.m4: New file.
18580         * lib/math.in.h (ceill): Replace declaration.
18581         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
18582         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
18583         * doc/functions/ceill.texi: Mention the 'ceill' module.
18584         * modules/mathl (Files): Remove lib/ceill.c.
18585         (Depends-on): Add ceill.
18586
18587 2007-10-04  Bruno Haible  <bruno@clisp.org>
18588
18589         * modules/ceilf-tests: New file.
18590         * tests/test-ceilf.c: New file.
18591
18592         * modules/ceilf: New file.
18593         * lib/ceil.c: New file.
18594         * lib/ceilf.c: New file.
18595         * m4/ceilf.m4: New file.
18596         * lib/math.in.h (ceilf): New declaration.
18597         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
18598         HAVE_DECL_CEILF.
18599         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
18600         HAVE_DECL_CEILF.
18601         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
18602
18603 2007-10-04  Bruno Haible  <bruno@clisp.org>
18604
18605         * modules/floorl-tests: New file.
18606         * tests/test-floorl.c: New file.
18607
18608         * modules/floorl: New file.
18609         * lib/floorl.c: Replace entire file.
18610         * m4/floorl.m4: New file.
18611         * lib/math.in.h (floorl): Replace declaration.
18612         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
18613         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
18614         * doc/functions/floorl.texi: Mention the 'floorl' module.
18615         * modules/mathl (Files): Remove lib/floorl.c.
18616         (Depends-on): Add floorl.
18617
18618 2007-10-04  Bruno Haible  <bruno@clisp.org>
18619
18620         * modules/floorf-tests: New file.
18621         * tests/test-floorf.c: New file.
18622
18623         * modules/floorf: New file.
18624         * lib/floor.c: New file.
18625         * lib/floorf.c: New file.
18626         * m4/floorf.m4: New file.
18627         * lib/math.in.h (floorf): New declaration.
18628         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
18629         HAVE_DECL_FLOORF.
18630         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
18631         HAVE_DECL_FLOORF.
18632         * doc/functions/floorf.texi: Mention the 'floorf' module.
18633
18634 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
18635             Bruno Haible  <bruno@clisp.org>
18636
18637         Advertise for the Git server instead of the CVS server.
18638         * doc/gnulib-intro.texi (Steady Development): Mention the Git
18639         repository instead of the CVS one.
18640         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
18641         about all VCS systems generically.
18642         * doc/gnulib.texi (Introduction): Capitalize `Git'.
18643
18644 2007-10-04  Bruno Haible  <bruno@clisp.org>
18645
18646         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
18647         means.
18648         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
18649
18650 2007-10-04  Bruno Haible  <bruno@clisp.org>
18651
18652         * modules/truncl-tests: New file.
18653         * tests/test-truncl.c: New file.
18654
18655         * modules/truncl: New file.
18656         * lib/truncl.c: New file.
18657         * m4/truncl.m4: New file.
18658         * lib/math.in.h (truncl): New declaration.
18659         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
18660         HAVE_DECL_TRUNCL.
18661         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
18662         HAVE_DECL_TRUNCL.
18663         * doc/functions/truncl.texi: Mention the 'truncl' module.
18664
18665 2007-10-04  Bruno Haible  <bruno@clisp.org>
18666
18667         * modules/truncf-tests: New file.
18668         * tests/test-truncf.c: New file.
18669
18670         * modules/truncf: New file.
18671         * lib/trunc.c: Make paramerizable through USE_* macros.
18672         * lib/truncf.c: New file.
18673         * m4/truncf.m4: New file.
18674         * lib/math.in.h (truncf): New declaration.
18675         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
18676         HAVE_DECL_TRUNCF.
18677         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
18678         HAVE_DECL_TRUNCF.
18679         * doc/functions/truncf.texi: Mention the 'truncf' module.
18680
18681 2007-10-03  Bruno Haible  <bruno@clisp.org>
18682
18683         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
18684         augmentation also for tests modules.
18685         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
18686         * modules/atexit-tests (Makefile.am): Likewise.
18687         * modules/binary-io-tests (Makefile.am): Likewise.
18688         * modules/c-strcase-tests (Makefile.am): Likewise.
18689         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
18690         * modules/canonicalize-tests (Makefile.am): Likewise.
18691         * modules/closein-tests (Makefile.am): Likewise.
18692         * modules/fprintf-posix-tests (Makefile.am): Likewise.
18693         * modules/freadahead-tests (Makefile.am): Likewise.
18694         * modules/fseek-tests (Makefile.am): Likewise.
18695         * modules/fseeko-tests (Makefile.am): Likewise.
18696         * modules/ftell-tests (Makefile.am): Likewise.
18697         * modules/ftello-tests (Makefile.am): Likewise.
18698         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
18699         * modules/isnanl-tests (Makefile.am): Likewise.
18700         * modules/lseek-tests (Makefile.am): Likewise.
18701         * modules/mbscasecmp-tests (Makefile.am): Likewise.
18702         * modules/mbscasestr-tests (Makefile.am): Likewise.
18703         * modules/mbschr-tests (Makefile.am): Likewise.
18704         * modules/mbscspn-tests (Makefile.am): Likewise.
18705         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
18706         * modules/mbspbrk-tests (Makefile.am): Likewise.
18707         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
18708         * modules/mbsrchr-tests (Makefile.am): Likewise.
18709         * modules/mbsspn-tests (Makefile.am): Likewise.
18710         * modules/mbsstr-tests (Makefile.am): Likewise.
18711         * modules/printf-posix-tests (Makefile.am): Likewise.
18712         * modules/snprintf-posix-tests (Makefile.am): Likewise.
18713         * modules/sprintf-posix-tests (Makefile.am): Likewise.
18714         * modules/tsearch-tests (Makefile.am): Likewise.
18715         * modules/uniname/uniname-tests (Makefile.am): Likewise.
18716         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
18717         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
18718         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
18719         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
18720         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
18721         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
18722         * modules/vprintf-posix-tests (Makefile.am): Likewise.
18723         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
18724         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
18725         * modules/xstrtoimax-tests (Makefile.am): Likewise.
18726         * modules/xstrtol-tests (Makefile.am): Likewise.
18727         * modules/xstrtoumax-tests (Makefile.am): Likewise.
18728         * modules/yesno-tests (Makefile.am): Likewise.
18729
18730 2007-10-03  Bruno Haible  <bruno@clisp.org>
18731
18732         * modules/trunc-tests: New file.
18733         * tests/test-trunc.c: New file.
18734
18735         * modules/trunc: New file.
18736         * lib/trunc.c: New file.
18737         * m4/trunc.m4: New file.
18738         * lib/math.in.h (trunc): New declaration.
18739         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
18740         HAVE_DECL_TRUNC.
18741         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
18742         HAVE_DECL_TRUNC.
18743         * doc/functions/trunc.texi: Mention the 'trunc' module.
18744
18745 2007-10-03  Bruno Haible  <bruno@clisp.org>
18746
18747         * tests/test-fpending.c: New file, mostly copied
18748         from coreutils/lib/t-fpending.c.
18749         * modules/fpending-tests: New file.
18750
18751 2007-10-03  Bruno Haible  <bruno@clisp.org>
18752
18753         Port the stdio extensions to QNX (untested).
18754         * lib/fseterr.c (fseterr): Add support for QNX.
18755         * lib/fbufmode.c (fbufmode): Likewise.
18756         * lib/freadable.c (freadable): Likewise.
18757         * lib/fwritable.c (fwritable): Likewise.
18758         * lib/freading.c (freading): Likewise.
18759         * lib/fwriting.c (fwriting): Likewise.
18760         * lib/freadahead.c (freadahed): Likewise.
18761         * lib/fpurge.c (fpurge): Likewise.
18762         * lib/fseeko.c (rpl_fseeko): Likewise.
18763
18764 2007-10-03  Bruno Haible  <bruno@clisp.org>
18765             Jim Meyering  <jim@meyering.net>
18766             Eric Blake  <ebb9@byu.net>
18767
18768         * doc/relocatable.texi: Use @command instead of @program.
18769
18770 2007-10-02  Jim Meyering  <jim@meyering.net>
18771
18772         Perform one more "_.h" -> ".in.h" substitution.
18773         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
18774         instead of unistd_.h here, too.
18775
18776 2007-10-01  Bruno Haible  <bruno@clisp.org>
18777
18778         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
18779         Needed for the alloca-opt module.
18780
18781 2007-09-30  Bruno Haible  <bruno@clisp.org>
18782
18783         * lib/alloca.in.h: Renamed from lib/alloca_.h.
18784         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
18785         alloca_.h.
18786         * lib/argz.in.h: Renamed from lib/argz_.h.
18787         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
18788         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
18789         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
18790         byteswap_.h.
18791         * lib/dirent.in.h: Renamed from lib/dirent_.h.
18792         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
18793         dirent_.h.
18794         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
18795         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
18796         fcntl_.h.
18797         * lib/float.in.h: Renamed from lib/float_.h.
18798         * modules/float (Files, Makefile.am): Use float.in.h instead of
18799         float_.h.
18800         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
18801         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
18802         fnmatch_.h.
18803         * lib/getopt.in.h: Renamed from lib/getopt_.h.
18804         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
18805         getopt_.h.
18806         * lib/glob.in.h: Renamed from lib/glob_.h.
18807         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
18808         * lib/iconv.in.h: Renamed from lib/iconv_.h.
18809         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
18810         iconv_.h.
18811         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
18812         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
18813         inttypes_.h.
18814         * lib/locale.in.h: Renamed from lib/locale_.h.
18815         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
18816         locale_.h.
18817         * lib/math.in.h: Renamed from lib/math_.h.
18818         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
18819         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
18820         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
18821         of netinet_in_.h. Add dependency.
18822         * lib/poll.in.h: Renamed from lib/poll_.h.
18823         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
18824         * lib/search.in.h: Renamed from lib/search_.h.
18825         * modules/search (Files, Makefile.am): Use search.in.h instead of
18826         search_.h.
18827         * lib/signal.in.h: Renamed from lib/signal_.h.
18828         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
18829         _signal.h.
18830         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
18831         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
18832         stdbool_.h.
18833         * lib/stdint.in.h: Renamed from lib/stdint_.h.
18834         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
18835         stdint_.h.
18836         * lib/stdio.in.h: Renamed from lib/stdio_.h.
18837         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
18838         stdio_.h.
18839         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
18840         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
18841         stdlib_.h.
18842         * lib/string.in.h: Renamed from lib/string_.h.
18843         * modules/string (Files, Makefile.am): Use string.in.h instead of
18844         string_.h.
18845         * doc/gnulib-tool.texi (Initial import): Update.
18846         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
18847         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
18848         of sys_select_.h. Add dependency.
18849         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
18850         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
18851         of sys_socket_.h.
18852         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
18853         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
18854         sys_stat_.h.
18855         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
18856         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
18857         sys_time_.h.
18858         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
18859         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
18860         sysexits_.h.
18861         * lib/time.in.h: Renamed from lib/time_.h.
18862         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
18863         * lib/unistd.in.h: Renamed from lib/unistd_.h.
18864         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
18865         unistd_.h.
18866         * lib/wchar.in.h: Renamed from lib/wchar_.h.
18867         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
18868         wchar_.h.
18869         * lib/wctype.in.h: Renamed from lib/wctype_.h.
18870         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
18871         wctype_.h.
18872         * build-aux/bootstrap (slurp): Update.
18873         * lib/.cppi-disable: Update.
18874
18875 2007-09-30  Bruno Haible  <bruno@clisp.org>
18876
18877         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
18878         Needed on BeOS.
18879
18880 2007-09-30  Bruno Haible  <bruno@clisp.org>
18881
18882         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
18883
18884 2007-09-29  Bruno Haible  <bruno@clisp.org>
18885
18886         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
18887
18888 2007-09-29  Bruno Haible  <bruno@clisp.org>
18889
18890         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
18891         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
18892         * build-aux/install-reloc: Compile also areadlink.c.
18893         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
18894
18895 2007-09-29  Bruno Haible  <bruno@clisp.org>
18896
18897         * gnulib-tool (func_emit_initmacro_done): Indentation.
18898
18899 2007-09-29  Bruno Haible  <bruno@clisp.org>
18900
18901         * README: Add CVS checkout update instructions.
18902         Info from Bob Proulx <bob@proulx.com>.
18903
18904 2007-09-28  Eric Blake  <ebb9@byu.net>
18905
18906         Provide move-if-change.
18907         * build-aux/move-if-change: New file, based on best practice
18908         rather than any canonical upstream location.
18909
18910 2007-09-28  Jim Meyering  <jim@meyering.net>
18911
18912         Fix canonicalize loop-detection corner case.
18913         Do not attempt to stat the symlink values stored via seen_triple.
18914         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
18915         on linux-2.6.18, (but not 2.6.22).
18916         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
18917         triple_compare.  The former compares dev,ino,filename, while the latter
18918         would actually stat dirname(filename) when dev and ino were equal.
18919         * lib/hash-triple.c: Install <string.h>.
18920         (STREQ): Define.
18921         (triple_compare_ino_str): New function.
18922         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
18923
18924 2007-09-28  Eric Blake  <ebb9@byu.net>
18925
18926         Enforce that AC_REPLACE_FUNCS files exist.
18927         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
18928         override check for typos.
18929
18930         Fix test-closein on Solaris 10.
18931         * tests/test-closein.c (main): Don't assume stdin can be inherited
18932         closed on all systems.
18933         * tests/test-closein.sh: Likewise.
18934         Reported by Piotr Tarnowski.
18935
18936 2007-09-28  Jim Meyering  <jim@meyering.net>
18937
18938         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
18939
18940 2007-09-27  Jim Meyering  <jim@meyering.net>
18941
18942         canonicalize: Avoid a false-positive cycle failure.
18943         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
18944         Sort.  Remove cycle-check.
18945         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
18946         not cycle-check.h.
18947         (seen_triple): New function.
18948         (canonicalize_filename_mode): Use it instead of cycle-check.
18949         * tests/test-canonicalize.c: Add a test for this bug.
18950         * tests/test-canonicalize.sh: Set up and run the test.
18951
18952         New module, file-set, from coreutils.
18953         * modules/file-set: Define it.
18954         * lib/file-set.c, lib/file-set.h: Implement.
18955
18956         New module, hash-triple, from coreutils.
18957         * modules/hash-triple: Define it.
18958         * lib/hash-triple.c, lib/hash-triple.h: Implement.
18959
18960 2007-09-25  Eric Blake  <ebb9@byu.net>
18961
18962         Fix strerror on Interix.
18963         * lib/string_.h (strerror): Declare replacement.
18964         * doc/functions/strerror.texi (strerror): Document the Interix
18965         shortcoming.
18966         * modules/string (Makefile.am): Support new hooks.
18967         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
18968         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
18969         gl_FUNC_STRERROR_SEPARATE.
18970         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
18971         * lib/strerror.c (rpl_strerror): Provide replacement.
18972         * modules/strerror (Depends-on): Add string.
18973         (configure.ac): Detect use of module.
18974         * tests/test-strerror.c: New file.
18975         * modules/strerror-tests: New test module.
18976         * modules/argp (Depends-on): Add strerror.
18977         * modules/error (Depends-on): Likewise.
18978         Reported by Martin Koeppe.
18979
18980 2007-09-24  Bruno Haible  <bruno@clisp.org>
18981
18982         * README: Update git instructions.
18983
18984 2007-09-24  Eric Blake  <ebb9@byu.net>
18985
18986         Revert fpending breakage from 2007-09-08.
18987         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
18988         __fpending.c.
18989
18990 2007-09-24  Jim Meyering  <jim@meyering.net>
18991
18992         filenamecat.c: Add a test.
18993         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
18994         showing how the function works when DIR is the empty string.
18995
18996 2007-09-21  Simon Josefsson  <simon@josefsson.org>
18997
18998         * tests/test-canonicalize.sh: Turn on executable bit.
18999
19000 2007-09-19  Eric Blake  <ebb9@byu.net>
19001
19002         * README: Update CVS instructions.
19003
19004 2007-09-18  Bruno Haible  <bruno@clisp.org>
19005
19006         * modules/areadlink: New file.
19007         * lib/areadlink.h (areadlink): New declaration.
19008         * lib/areadlink.c: New file, based on lib/xreadlink.c.
19009
19010 2007-09-17  Jim Meyering  <jim@meyering.net>
19011
19012         * lib/savewd.c (ESTALE) [!defined]: Define.
19013         Reported to be required on Interix by Martin Koeppe.
19014
19015 2007-09-17  Bruno Haible  <bruno@clisp.org>
19016
19017         * gnulib-tool (func_version): Use $version.
19018
19019 2007-09-16  Bruno Haible  <bruno@clisp.org>
19020
19021         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
19022         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
19023         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
19024         Reported by Greg Schafer <gschafer@zip.com.au>.
19025
19026 2007-09-15  Bruno Haible  <bruno@clisp.org>
19027
19028         * gnulib-tool (sed): Try a little harder to make bash understand the
19029         alias.
19030         Reported by Bruce Korb <bruce.korb@gmail.com>.
19031
19032 2007-09-13  Eric Blake  <ebb9@byu.net>
19033
19034         * ChangeLog: Remove conflict markers.
19035
19036 2007-09-13  Simon Josefsson  <simon@josefsson.org>
19037
19038         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
19039         Reported by Bruno Haible <bruno@clisp.org>.
19040
19041 2007-09-12  Bruno Haible  <bruno@clisp.org>
19042
19043         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
19044         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
19045         is not defined.
19046
19047 2007-09-12  Eric Blake  <ebb9@byu.net>
19048
19049         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
19050         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
19051         Autoconf definition.
19052         * modules/euidaccess (Depends-on): Add extensions, for
19053         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
19054         * modules/fnmatch (Depends-on): Likewise.
19055         * modules/getaddrinfo (Depends-on): Likewise.
19056         * modules/getdelim (Depends-on): Likewise.
19057         * modules/getline (Depends-on): Likewise.
19058         * modules/getsubopt (Depends-on): Likewise.
19059         * modules/gettext (Depends-on): Likewise.
19060         * modules/group-member (Depends-on): Likewise.
19061         * modules/mbchar (Depends-on): Likewise.
19062         * modules/memmem (Depends-on): Likewise.
19063         * modules/mempcpy (Depends-on): Likewise.
19064         * modules/memrchr (Depends-on): Likewise.
19065         * modules/pagealign_alloc (Depends-on): Likewise.
19066         * modules/readutmp (Depends-on): Likewise.
19067         * modules/stpcpy (Depends-on): Likewise.
19068         * modules/stpncpy (Depends-on): Likewise.
19069         * modules/strchrnul (Depends-on): Likewise.
19070         * modules/strndup (Depends-on): Likewise.
19071         * modules/strsep (Depends-on): Likewise.
19072         * modules/strverscmp (Depends-on): Likewise.
19073         * modules/vasprintf (Depends-on): Likewise.
19074         * modules/wcwidth (Depends-on): Likewise.
19075         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
19076         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
19077         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
19078         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
19079         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
19080         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
19081         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
19082         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19083         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
19084         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
19085         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19086         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19087         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19088         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
19089         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
19090         * m4/readutmp.m4 (gl_READUTMP): Likewise.
19091         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19092         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19093         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19094         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19095         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19096         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19097         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19098         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
19099         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
19100         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19101         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
19102         so that lock.m4 can be used in gettext without extensions module.
19103
19104 2007-09-11  Bruno Haible  <bruno@clisp.org>
19105
19106         * m4/isc-posix.m4: Remove file.
19107         Suggested by Eric Blake.
19108
19109 2007-09-11  Eric Blake  <ebb9@byu.net>
19110
19111         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
19112
19113 2007-09-10  Bruno Haible  <bruno@clisp.org>
19114
19115         * posix-modules: Fix typo in error message.
19116         Reported by Matt <mkraai@beckman.com>.
19117
19118 2007-09-09  Bruno Haible  <bruno@clisp.org>
19119
19120         * doc/functions/getdelim.texi: Update list of platforms lacking the
19121         function.
19122         * doc/functions/getline.texi: Likewise.
19123
19124 2007-09-09  Jim Meyering  <jim@meyering.net>
19125
19126         * lib/hash.c (hash_initialize): Detect calloc failure.
19127         Reported by Bruno Haible.
19128
19129 2007-09-09  Bruno Haible  <bruno@clisp.org>
19130
19131         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
19132         malloc or realloc fails.
19133
19134 2007-09-09  Bruno Haible  <bruno@clisp.org>
19135
19136         * modules/getcwd (Depends-on): Add malloc-posix.
19137         * modules/glob (Depends-on): Likewise.
19138         * modules/putenv (Depends-on): Likewise.
19139         * modules/strdup (Depends-on): Likewise.
19140         * modules/getdelim (Depends-on): Add realloc-posix.
19141         * modules/read-file (Depends-on): Likewise.
19142
19143 2007-09-09  Bruno Haible  <bruno@clisp.org>
19144
19145         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
19146         (gl_FUNC_MALLOC_POSIX): Require it.
19147         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
19148         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
19149         * modules/realloc (Files): Add m4/malloc.m4.
19150         * modules/calloc (Files): Likewise.
19151
19152 2007-09-09  Bruno Haible  <bruno@clisp.org>
19153
19154         * modules/malloc-posix: New file.
19155         * modules/malloc (Depends-on): Add malloc-posix.
19156         * lib/malloc.c: Include errno.h.
19157         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
19158         and a POSIX-compatible malloc into a single function. Set ENOMEM
19159         when returning NULL.
19160         * m4/malloc.m4: New file.
19161         * doc/functions/malloc.texi: Mention the malloc-posix module.
19162         * lib/stdlib_.h (malloc): New declaration.
19163         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19164         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
19165         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
19166         and HAVE_MALLOC_POSIX.
19167
19168 2007-09-09  Bruno Haible  <bruno@clisp.org>
19169
19170         * modules/realloc-posix: New file.
19171         * modules/realloc (Depends-on): Add realloc-posix.
19172         * lib/realloc.c: Include errno.h.
19173         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
19174         and a POSIX-compatible realloc into a single function. Set ENOMEM
19175         when returning NULL.
19176         * m4/realloc.m4: New file.
19177         * doc/functions/realloc.texi: Mention the realloc-posix module.
19178         * lib/stdlib_.h (realloc): New declaration.
19179         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19180         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
19181         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
19182         and HAVE_REALLOC_POSIX.
19183
19184 2007-09-09  Bruno Haible  <bruno@clisp.org>
19185
19186         * modules/calloc-posix: New file.
19187         * modules/calloc (Depends-on): Add calloc-posix.
19188         * lib/calloc.c: Include errno.h.
19189         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
19190         and a POSIX-compatible calloc into a single function. Set ENOMEM
19191         when returning NULL.
19192         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
19193         * doc/functions/calloc.texi: Mention the calloc-posix module.
19194         * lib/stdlib_.h (calloc): New declaration.
19195         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19196         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
19197         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
19198         and HAVE_CALLOC_POSIX.
19199
19200 2007-09-09  Bruno Haible  <bruno@clisp.org>
19201
19202         Allow for modules to show an arbitrary notice.
19203         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
19204         * gnulib-tool: New option --extract-notice.
19205         (func_usage): Document it.
19206         (sed_extract_prog): Update.
19207         (func_get_notice): New function.
19208         (func_modules_notice): New function.
19209         (func_import, func_create_testdir): Invoke it.
19210         Suggested by Jim Meyering.
19211
19212 2007-09-09  Bruno Haible  <bruno@clisp.org>
19213
19214         * gnulib-tool: New options --verbose, --quiet.
19215         (func_usage): Document them.
19216         (verbose): New variable.
19217         (func_execute_command): New function.
19218         (func_import): Don't show the module list and the file list if
19219         $verbose < 0.
19220         (func_create_testdir): Likewise. Use func_execute_command.
19221         (func_create_megatestdir): Use func_execute_command.
19222
19223 2007-09-08  Bruno Haible  <bruno@clisp.org>
19224
19225         * gnulib-tool (func_import): Prefer rsync over wget when available,
19226         for fetching the PO files.
19227
19228 2007-09-08  Bruno Haible  <bruno@clisp.org>
19229
19230         * posix-modules: New file. Portions copied from gnulib-tool.
19231         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
19232
19233 2007-09-08  Jim Meyering  <jim@meyering.net>
19234
19235         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
19236         * lib/fpending.h: Rename from __fpending.h.
19237         * lib/fpending.c: Rename from __fpending.c.
19238         Include "fpending.h", not "__fpending.h".
19239         * lib/__fpending.h, lib/__fpending.c: Remove files.
19240         * modules/fpending (Files): Reflect new file names.
19241         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
19242
19243 2007-09-08  Bruno Haible  <bruno@clisp.org>
19244
19245         * m4/inttypes-h.m4: Remove stub file.
19246
19247 2007-09-07  Simon Josefsson  <simon@josefsson.org>
19248
19249         * doc/headers/stdint.texi: Discuss #include_next issue.
19250
19251 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19252
19253         * build-aux/bootstrap: Remove obsolete comment about wget --help.
19254
19255 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19256
19257         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
19258         in variable name.
19259
19260 2007-09-03  Jim Meyering  <jim@meyering.net>
19261
19262         New module: git-version-gen.
19263         * modules/git-version-gen: New file.
19264
19265         Import changes from coreutils for bootstrap script.
19266
19267         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
19268
19269         bootstrap: uses rsync to download the .po files
19270         * build-aux/bootstrap (po_download_command_format): New global.
19271         (download_po_files): Use rsync.
19272         (update_po_files): Don't remove .po files after download,
19273         so future rsync runs can take advantage of the copies.
19274
19275         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
19276
19277         Solve the unnecessary-.po-file-regeneration problem once and for all.
19278         * build-aux/bootstrap (download_po_files): New function, renamed from
19279         get_translations.  Now, downloads, but doesn't update LINGUAS.
19280         (update_po_files): New function.
19281
19282         bootstrap: Ignore more.
19283         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
19284         uniwidth to e.g., lib/.gitignore.
19285         (slurp): Handle the sys_stat_.h -> sys mapping, too.
19286
19287         * build-aux/bootstrap: New setting: vc_ignore.
19288         (insert_sorted_if_absent): Create $file if absent.
19289         Adapt to new, possibly empty, list: $vc_ignore.
19290
19291         bootstrap: generate more ignorable names
19292         * build-aux/bootstrap (slurp): When generating ignorable names,
19293         also map .sin to .sed, .gperf to .c, and .y to .c.
19294
19295 2007-09-03  Jim Meyering  <jim@meyering.net>
19296
19297         * build-aux/git-version-gen: New file, from coreutils.  For details, see
19298         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
19299
19300 2007-09-02  Bruno Haible  <bruno@clisp.org>
19301
19302         Fix mis-recognition of 'mcs' on QNX 6.
19303         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
19304         output contains the string "Mono".
19305         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
19306         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
19307
19308 2007-09-01  Bruno Haible  <bruno@clisp.org>
19309
19310         Fix collision between uniwidth/* and linebreak modules.
19311         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
19312         u32_width): Remove declarations.
19313         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
19314         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
19315         streq3, streq2, streq1, streq0): Remove functions.
19316         (STREQ): Remove macro.
19317         (is_cjk_encoding): Remove function.
19318         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
19319         (uc_width, u8_width, u16_width, u32_width): Remove functions.
19320         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
19321         * NEWS: Document the change.
19322
19323 2007-09-01  Bruno Haible  <bruno@clisp.org>
19324
19325         * lib/streq.h: Add double-inclusion guard.
19326
19327 2007-09-01  Karl Berry  <karl@gnu.org>
19328
19329         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
19330
19331 2007-08-28  Jim Meyering  <jim@meyering.net>
19332
19333         Rename mreadlink_with_size to areadlink_with_size.
19334         * NEWS: Document the change.
19335         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
19336         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
19337         * lib/mreadlink.h: Rename this to...
19338         * lib/areadlink.h: ...this.
19339         * modules/mreadlink-with-size: Rename this to...
19340         * modules/areadlink-with-size: ...this.
19341         * lib/canonicalize.c: Reflect the renaming.
19342         * modules/canonicalize: Likewise.
19343
19344 2007-08-26  Bruno Haible  <bruno@clisp.org>
19345
19346         * gnulib-tool (func_import): When deciding which files to remove,
19347         consider also dangling symbolic links.
19348         Reported by Eric Blake.
19349
19350 2007-08-26  Bruno Haible  <bruno@clisp.org>
19351
19352         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
19353
19354 2007-08-23  Simon Josefsson  <simon@josefsson.org>
19355
19356         * lib/readline.c: Don't include getline.h, the prototype is now
19357         found in stdio.h.
19358
19359 2007-08-23  Jim Meyering  <jim@meyering.net>
19360
19361         Getdelim touchup.
19362         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
19363         around the funlockfile call, since funlockfile never sets errno.
19364         Don't set errno upon failed realloc.
19365
19366 2007-08-22  Eric Blake  <ebb9@byu.net>
19367
19368         Getline touchups.
19369         * lib/getdelim.c (getdelim): Revert regression that required *n to
19370         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
19371         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
19372         getdelim, rather than whether implementation is missing.
19373         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
19374         * lib/stdio_.h (getline): Also declare if replacement is
19375         required.
19376         * doc/functions/getdelim.texi: New file.
19377         * doc/functions/getline.texi: Likewise.
19378         * doc/gnulib.texi (Function Substitutes): Add new files.
19379         Reported by Bruno Haible.
19380
19381 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
19382
19383         * users.txt: Add Guile.
19384
19385 2007-08-22  Eric Blake  <ebb9@byu.net>
19386
19387         * tests/test-getdelim.c (main): Use remove, not unlink.
19388         * tests/test-getline.c (main): Likewise.
19389
19390         Move getline and getdelim into stdio.h, per POSIX 200x.
19391         * modules/getline (Files): Remove getline.h.
19392         (Depends-on): Add stdio.
19393         (configure.ac): Add module indicator.
19394         * modules/getdelim (Files): Remove getdelim.h.
19395         (Depends-on): Add stdio.
19396         (configure.ac): Add module indicator.
19397         * modules/stdio (Makefile.am): Work with new indicators.
19398         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
19399         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
19400         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
19401         * lib/getdelim.h: Delete.
19402         * lib/getline.h: Delete.
19403         * lib/stdio_.h (getdelim, getline): Declare.
19404         * modules/getdelim-tests: New module.
19405         * modules/getline-tests: Likewise.
19406         * tests/test-getdelim.c: New file.
19407         * tests/test-getline.c: Likewise.
19408         * NEWS: Document the change.
19409         * lib/getline.c: Update choice of header.
19410         * lib/csharpcomp.c: Likewise.
19411         * lib/getpass.c: Likewise.
19412         * lib/javacomp.c: Likewise.
19413         * lib/javaversion.c: Likewise.
19414         * lib/yesno.c: Likewise.
19415         * lib/getdelim.c: Likewise.
19416         (getdelim): Set errno on failure, and avoid memory leak.
19417
19418 2007-08-19  Bruno Haible  <bruno@clisp.org>
19419
19420         * modules/closein (Depends-on): Add freadahead.
19421         * lib/closein.c: Include freadahead.h.
19422         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
19423         is zero.
19424
19425 2007-08-19  Bruno Haible  <bruno@clisp.org>
19426
19427         * modules/freadahead-tests: New file.
19428         * tests/test-freadahead.sh: New file.
19429         * tests/test-freadahead.c: New file.
19430
19431         * modules/freadahead: New file.
19432         * lib/freadahead.h: New file.
19433         * lib/freadahead.c: New file.
19434         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
19435         fbufmode, fpurge, freadable, fwritable.
19436
19437 2007-08-19  Eric Blake  <ebb9@byu.net>
19438
19439         Test yesno in combination with closein.
19440         * lib/yesno.c (yesno): Document use of stdin.
19441         * modules/yesno-tests (Files): New module.
19442         * tests/test-yesno.c (main): New file.
19443         * tests/test-yesno.sh: Likewise.
19444
19445 2007-08-19  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
19448         * lib/fseeko.c (rpl_fseeko): Likewise.
19449         * lib/fseterr.c (fseterr): Likewise.
19450
19451 2007-08-19  Bruno Haible  <bruno@clisp.org>
19452
19453         * tests/test-lseek.c (main): Disable a test for BeOS.
19454         * doc/functions/lseek.texi: Document the BeOS bug.
19455
19456 2007-08-19  Bruno Haible  <bruno@clisp.org>
19457             Eric Blake  <ebb9@byu.net>
19458
19459         * lib/lseek.c: Include <sys/stat.h>.
19460         (rpl_lseek): Add workaround code also for Unix platforms.
19461         Needed for BeOS.
19462         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
19463         * doc/functions/lseek.texi: Document BeOS definiency.
19464
19465 2007-08-18  Bruno Haible  <bruno@clisp.org>
19466
19467         * modules/fstrcmp-tests: New file.
19468         * tests/test-fstrcmp.c: New file.
19469
19470 2007-08-18  Bruno Haible  <bruno@clisp.org>
19471
19472         * modules/fstrcmp: New file, from GNU gettext with modifications.
19473         * lib/fstrcmp.h: New file, from GNU gettext.
19474         * lib/fstrcmp.c: New file, from GNU gettext.
19475         * MODULES.html.sh (String handling): Add fstrcmp.
19476
19477 2007-08-18  Bruno Haible  <bruno@clisp.org>
19478
19479         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
19480         'bool'.
19481         (diag, compareseq): Remove const from the ctxt argument.
19482         (USE_HEURISTIC): Undefine at the end.
19483
19484 2007-08-18  Jim Meyering  <jim@meyering.net>
19485
19486         New file: lib/idcache.h
19487         * NEWS: Mention the addition.
19488         * modules/idcache (Files): Add lib/idcache.h
19489         * lib/idcache.c: Include "idcache.h".
19490         Don't include <sys/types.h>.
19491         Add a FIXME comment.
19492         Move file-scoped "static" declarations to the top.
19493         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
19494
19495 2007-08-17  Bruno Haible  <bruno@clisp.org>
19496         and Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * MODULES.html.sh: Add diffseq.
19499         * modules/diffseq: New file.
19500         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
19501         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
19502
19503 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19504
19505         Import changes from coreutils for bootstrap script.
19506
19507         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
19508
19509         * build-aux/bootstrap (slurp): Work even in environments where
19510         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
19511         current code does not slurp files whose names start with ".", and
19512         this looks like it might be a troublesome area.
19513
19514         2007-07-11  Jim Meyering  <jim@meyering.net>
19515
19516         If there's a GPL vN copyright comment, require that N == 3.
19517
19518         2007-07-08  Jim Meyering  <jim@meyering.net>
19519
19520         Run the coreutils-specific code only if tests/Makefile.am.in exists.
19521         * build-aux/bootstrap (mam_template): Move definition out of loop.
19522
19523         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
19524
19525         * build-aux/bootstrap (symlink_to_dir): Rename function from
19526         symlink_to_gnulib.  Add a directory parameter.  Update all
19527         callers.
19528         (cp_mark_as_generated): Also check for -- and link to -- files in
19529         gl/.
19530
19531         2007-07-08  Jim Meyering  <jim@meyering.net>
19532
19533         Adapt to deeper hierarchy in gnulib.
19534         * build-aux/bootstrap (symlink_to_dir): If the destination
19535         directory doesn't exist, create it. This is required at least for
19536         "lib/uniwidth/cjk.h".
19537
19538         2007-05-15  Jim Meyering  <jim@meyering.net>
19539
19540         * build-aux/bootstrap: Now that generated Makefile.am files
19541         are no longer under version control, they must be created at
19542         bootstrap time.
19543
19544 2007-08-14  Ben Pfaff  <blp@gnu.org>
19545
19546         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
19547
19548 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19549
19550         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
19551         given the changes below.
19552         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
19553         even on hosts that have padding bits beyond the supported 64.
19554
19555 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19556
19557         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
19558         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
19559         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
19560         depends on it.
19561         (xstrtol_error): Remove.
19562         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
19563         but with a different signature.
19564         (ATTRIBUTE_NORETURN, __attribute__): New macros.
19565         * lib/xstrtol-error.c: Include exitfail.h.
19566         (xstrtol_fatal): New function, with a different signature from the
19567         old xstrtol_error, so that the caller need not worry about passing
19568         in an exit status, or about storage management of the option argument.
19569         (xstrtol_error): Now a static function.  Redo signature to
19570         implement xstrtol_fatal.  Output the correct number of hyphens in
19571         front of the option so that the caller need not worry about
19572         storage management.
19573         (N_): New macro.
19574         (_): Remove; not used now.
19575         * modules/xstrtol: Depend on getopt.
19576         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
19577         of old STRTOL_FATAL_ERROR macro.
19578         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
19579         of test program.
19580         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
19581         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
19582
19583 2007-08-08  Eric Blake  <ebb9@byu.net>
19584
19585         * lib/xstrtol-error.c: Add missing include.
19586
19587         Move xstrtol messages into gnulib domain, when --pobase is used.
19588         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
19589         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
19590         * modules/xstrtol (Files): Distribute new file.
19591         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
19592         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
19593         * tests/test-xstrtol.c: ...into new file.
19594         * tests/test-xstrtoul.c: Also test xstrtoul.
19595         * tests/test-xstrtoimax.c: Also test xstrtoimax.
19596         * tests/test-xstrtoumax.c: Also test xstrtoumax.
19597         * tests/test-xstrtol.sh: Drive the tests.
19598         * tests/test-xstrtoimax.sh: Likewise.
19599         * tests/test-xstrtoumax.sh: Likewise.
19600         * modules/xstrtol-tests: New module.
19601         * modules/xstrtoimax-tests: Likewise.
19602         * modules/xstrtoumax-tests: Likewise.
19603
19604 2007-08-08  Jim Meyering  <jim@meyering.net>
19605
19606         New function: mfile_name_concat.
19607         * lib/filenamecat.c (mfile_name_concat): New function, just like
19608         file_name_concat, but return NULL upon failure rather than exiting
19609         with a diagnostic.
19610         * lib/filenamecat.h: Declare it.
19611
19612 2007-08-07  Bruno Haible  <bruno@clisp.org>
19613
19614         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
19615         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
19616         warning from gcc.
19617         Reported by Eric Blake.
19618
19619 2007-08-07  Simon Josefsson  <simon@josefsson.org>
19620
19621         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
19622         * modules/crypto/arcfour (License): Likewise.
19623         * modules/crypto/des-tests (License): Likewise.
19624         * modules/crypto/gc-arctwo-tests (License): Likewise.
19625         * modules/crypto/gc-des-tests (License): Likewise.
19626         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
19627         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
19628         * modules/crypto/gc-md2-tests (License): Likewise.
19629         * modules/crypto/gc-md4-tests (License): Likewise.
19630         * modules/crypto/gc-md5-tests (License): Likewise.
19631         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
19632         * modules/crypto/gc-rijndael-tests (License): Likewise.
19633         * modules/crypto/gc-sha1-tests (License): Likewise.
19634         * modules/crypto/gc-tests (License): Likewise.
19635         * modules/crypto/hmac-md5 (License): Likewise.
19636         * modules/crypto/hmac-sha1 (License): Likewise.
19637         * modules/crypto/md2-tests (License): Likewise.
19638         * modules/crypto/md4-tests (License): Likewise.
19639         * modules/crypto/md5 (License): Likewise.
19640         * modules/crypto/rijndael (License): Likewise.
19641         * modules/crypto/sha1 (License): Likewise.
19642         * modules/memxor (License): Likewise.
19643
19644 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19645         and Bruno Haible  <bruno@clisp.org>
19646
19647         * NEWS: Describe interface changes to human, xstrtol.
19648         * lib/human.h: Include <xstrtol.h>.
19649         (human_options): Return enum strtol_error, not int.  Remove
19650         bool arg; take int * instead.
19651         * lib/human.c: Don't include "gettext.h".
19652         (_): Remove; no longer used.
19653         Don't include <xstrtol.h>, since human.h does it.
19654         (human_options): Adjust to abovementioned interface changes.
19655         Do not report error to stderr; that's now the caller's
19656         responsibility.
19657         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
19658         interface change.
19659         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
19660         Str, Argument_type_string.  All uses changed.  Put " argument"
19661         in diagnostics to make them clearer.  Change wording of suffix
19662         message for clarity.
19663         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
19664         Argument_type_string.
19665         (STRTOL_FATAL_WARN): Remove; no longer used.
19666         * modules/human (Depends-on): Remove gettext-h.
19667
19668 2007-08-06  Simon Josefsson  <simon@josefsson.org>
19669
19670         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
19671
19672 2007-07-31  Bruno Haible  <bruno@clisp.org>
19673
19674         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
19675         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
19676         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
19677
19678 2007-07-31  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
19681         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
19682
19683 2007-07-30  Bruno Haible  <bruno@clisp.org>
19684
19685         * modules/base64 (License): Use the synonymous term "LGPLv2+".
19686         * modules/c-ctype (License): Likewise.
19687         * modules/c-strcase (License): Likewise.
19688         * modules/check-version (License): Likewise.
19689         * modules/iconv (License): Likewise.
19690         * modules/iconv_open (License): Likewise.
19691         * modules/read-file (License): Likewise.
19692         * modules/striconv (License): Likewise.
19693         * modules/strverscmp (License): Likewise.
19694         * modules/vasprintf (License): Likewise.
19695         * modules/crypto/des (License): Likewise.
19696         * modules/crypto/gc (License): Likewise.
19697         * modules/crypto/gc-arcfour (License): Likewise.
19698         * modules/crypto/gc-arctwo (License): Likewise.
19699         * modules/crypto/gc-des (License): Likewise.
19700         * modules/crypto/gc-hmac-md5 (License): Likewise.
19701         * modules/crypto/gc-hmac-sha1 (License): Likewise.
19702         * modules/crypto/gc-md2 (License): Likewise.
19703         * modules/crypto/gc-md4 (License): Likewise.
19704         * modules/crypto/gc-md5 (License): Likewise.
19705         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
19706         * modules/crypto/gc-random (License): Likewise.
19707         * modules/crypto/gc-rijndael (License): Likewise.
19708         * modules/crypto/gc-sha1 (License): Likewise.
19709         * modules/crypto/md2 (License): Likewise.
19710         * modules/crypto/md4 (License): Likewise.
19711
19712 2007-07-30  Jim Meyering  <jim@meyering.net>
19713
19714         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
19715         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
19716         it has valid stat data.  This bug would cause du not to count the
19717         sizes of inaccessible directories.
19718         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
19719         in <http://bugzilla.redhat.com/250077>.
19720
19721 2007-07-25  Peter O'Gorman  <peter@pogma.com>
19722             Bruno Haible  <bruno@clisp.org>
19723
19724         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
19725         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
19726         #include_next, gives a diagnostic about it, but reports no error in
19727         the exit code.
19728         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19729
19730 2007-07-24  Ben Pfaff  <blp@gnu.org>
19731
19732         Improve name: "count-one-bits" is better than "popcount".
19733         * MODULES.html.sh: Update name.
19734         * lib/popcount.h: Renamed lib/count-one-bits.h.
19735         (popcount): Renamed count_one_bits.
19736         (popcountl): Renamed count_one_bits_l.
19737         (popcountll): Renamed count_one_bits_ll.
19738         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
19739         * modules/popcount: Renamed module/count-one-bits.
19740         * modules/popcount-tests: Renamed module/count-one-bits-tests.
19741         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
19742
19743 2007-07-23  Ben Pfaff  <blp@gnu.org>
19744
19745         * lib/popcount.h (popcount32): Reduce size of constants, to allow
19746         better code generation, and add U to large constants to avoid
19747         warnings, in non-GCC case.
19748         Suggested by Bruno Haible.
19749
19750 2007-07-23  Ben Pfaff  <blp@gnu.org>
19751
19752         * lib/popcount.h: Use verify_true instead of if...abort.
19753         * modules/popcount: Depend on verify module.
19754         Suggested by Jim Meyering.
19755
19756 2007-07-23  Bruno Haible  <bruno@clisp.org>
19757
19758         * gnulib-tool (func_import): Create a .cvsignore file also when the
19759         directory is not yet in CVS but the toplevel directory is. When
19760         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
19761         Reported by Karl Berry.
19762
19763 2007-07-22  Ben Pfaff  <blp@gnu.org>
19764
19765         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
19766         case.
19767         Suggested by Eric Blake.
19768
19769 2007-07-22  Ben Pfaff  <blp@gnu.org>
19770
19771         New module: popcount.
19772         * MODULES.html.sh: Add popcount.
19773         * modules/popcount: New file.
19774         * modules/popcount-tests: New file.
19775         * tests/test-popcount.c: New file.
19776         * lib/popcount.h: New file.
19777         * m4/popcount.m4: New file.
19778
19779 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19780
19781         * build-aux/announce-gen: Update to GPLv3.
19782
19783         * build-aux/config.guess: Update from config.
19784
19785 2007-07-21  Bruno Haible  <bruno@clisp.org>
19786
19787         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
19788         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
19789
19790 2007-07-20  Jim Meyering  <jim@meyering.net>
19791
19792         * check-module: Diagnose a self-dependency.
19793
19794 2007-07-19  Bruno Haible  <bruno@clisp.org>
19795
19796         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
19797         empty.
19798         Reported by Eric Blake.
19799
19800 2007-07-18  Bruno Haible  <bruno@clisp.org>
19801
19802         * gnulib-tool: New options --po-base, --po-domain.
19803         (func_usage): Document them.
19804         (pobase, po_domain): New variables.
19805         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
19806         DEFAULT_TEXT_DOMAIN.
19807         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
19808         (func_import): Consider pobase and po_domain. Create a po/ directory.
19809         (func_create_testdir): Set pobase and po_domain to empty.
19810         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
19811         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
19812
19813 2007-07-18  Bruno Haible  <bruno@clisp.org>
19814
19815         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19816         EXTRA_DIST augmentation for files in build-aux/.
19817
19818 2007-07-16  Bruno Haible  <bruno@clisp.org>
19819
19820         * modules/lseek (License): Use the synonymous term "LGPLv2+".
19821         * modules/getdelim (License): Likewise.
19822
19823 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19824
19825         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
19826         * modules/d-type (License): Likewise.
19827         * modules/extensions (License): Likewise.
19828         * modules/fnmatch (License): Likewise.
19829         * modules/fseeko (License): Likewise.
19830         * modules/getaddrinfo (License): Likewise.
19831         * modules/getline (License): Likewise.
19832         * modules/getlogin_r (License): Likewise.
19833         * modules/getpass (License): Likewise.
19834         * modules/gettimeofday (License): Likewise.
19835         * modules/glob (License): Likewise.
19836         * modules/inet_ntop (License): Likewise.
19837         * modules/malloc (License): Likewise.
19838         * modules/malloca (License): Likewise.
19839         * modules/memmem (License): Likewise.
19840         * modules/mempcpy (License): Likewise.
19841         * modules/memset (License): Likewise.
19842         * modules/minmax (License): Likewise.
19843         * modules/mktime (License): Likewise.
19844         * modules/netinet_in (License): Likewise.
19845         * modules/pathmax (License): Likewise.
19846         * modules/poll (License): Likewise.
19847         * modules/regex (License): Likewise.
19848         * modules/snprintf (License): Likewise.
19849         * modules/stdbool (License): Likewise.
19850         * modules/stdint (License): Likewise.
19851         * modules/stdio (License): Likewise.
19852         * modules/strcase (License): Likewise.
19853         * modules/strcasestr (License): Likewise.
19854         * modules/strdup (License): Likewise.
19855         * modules/string (License): Likewise.
19856         * modules/strndup (License): Likewise.
19857         * modules/strnlen (License): Likewise.
19858         * modules/strpbrk (License): Likewise.
19859         * modules/strptime (License): Likewise.
19860         * modules/strsep (License): Likewise.
19861         * modules/sys_select (License): Likewise.
19862         * modules/sys_socket (License): Likewise.
19863         * modules/sys_stat (License): Likewise.
19864         * modules/sys_time (License): Likewise.
19865         * modules/time (License): Likewise.
19866         * modules/time_r (License): Likewise.
19867         * modules/timegm (License): Likewise.
19868         * modules/unistd (License): Likewise.
19869         * modules/vsnprintf (License): Likewise.
19870         * modules/wctype (License): Likewise.
19871
19872 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19873
19874         * modules/argz (License): LGPLv2+.
19875
19876 2007-07-15  Karl Berry  <karl@gnu.org>
19877
19878         * doc/gnulib.texi: revise node structure per new fdl.texi.
19879
19880 2007-07-14  Bruno Haible  <bruno@clisp.org>
19881
19882         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
19883         the output file.
19884         * lib/uniname/uninames.h: Regenerated.
19885
19886 2007-07-14  Karl Berry  <karl@gnu.org>
19887
19888         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
19889         omitting sectioning and index commands.
19890
19891 2007-07-13  Bruno Haible  <bruno@clisp.org>
19892
19893         New gnulib-tool option --more-symlinks.
19894         * gnulib-tool (func_usage): Document --more-symlinks.
19895         (do_copyrights): New variable.
19896         Recognize option --more-symlinks.
19897         (func_import): Don't add a copyright notice transform to
19898         sed_transform_lib_file if do_copyrights is empty.
19899
19900 2007-07-13  Bruno Haible  <bruno@clisp.org>
19901
19902         * lib/vasnprintf.c (decimal_point_char): Define also if
19903         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
19904         && !NEED_PRINTF_DIRECTIVE_A.
19905         Reported by Clemens Koller <clemens.koller@anagramm.de> via
19906         Gary V. Vaughan <gary@gnu.org>.
19907
19908 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
19909
19910         * lib/inttypes_.h: Undo previous change, since it was fixed
19911         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
19912
19913 2007-07-13  Bruno Haible  <bruno@clisp.org>
19914
19915         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
19916         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
19917
19918 2007-07-13  Jim Meyering  <jim@meyering.net>
19919
19920         df: Don't fail for Tru64's "file-on-file mount".
19921         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
19922         so we fall through and use statfs instead.  Details here:
19923         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
19924         Reported by Albert Chin.
19925
19926 2007-07-13  Bruno Haible  <bruno@clisp.org>
19927
19928         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
19929         * modules/configmake (License): Likewise.
19930         * modules/gettext (License): Likewise.
19931         * modules/gettext-h (License): Likewise.
19932         * modules/include_next (License): Likewise.
19933         * modules/link-warning (License): Likewise.
19934         * modules/localcharset (License): Likewise.
19935         * modules/localename (License): Likewise.
19936         * modules/lock (License): Likewise.
19937         * modules/relocatable-lib-lgpl (License): Likewise.
19938         * modules/size_max (License): Likewise.
19939         * modules/vasnprintf (License): Likewise.
19940         * modules/wchar (License): Likewise.
19941         * modules/xsize (License): Likewise.
19942
19943 2007-07-13  Bruno Haible  <bruno@clisp.org>
19944
19945         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
19946         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
19947
19948 2007-07-12  Bruno Haible  <bruno@clisp.org>
19949
19950         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
19951         in the modules files.
19952
19953 2007-07-11  Karl Berry  <karl@gnu.org>
19954
19955         * MODULES.html.sh (func_module): use
19956          sed -e '\|^'"${includefile}"'$|d'
19957          instead of /.../d, to avoid errors on $includefile's containing /.
19958
19959 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19960
19961         * gnulib-tool (func_import): Avoid duplication of --avoid
19962         statements
19963         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
19964         names to `_' in variable names.
19965
19966 2007-07-10  Eric Blake  <ebb9@byu.net>
19967
19968         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
19969         * NEWS: Document this change.
19970
19971 2007-07-08  Bruno Haible  <bruno@clisp.org>
19972
19973         Update to Unicode 5.0.
19974         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
19975         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
19976         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
19977         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
19978         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
19979         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
19980         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
19981         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
19982         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
19983         U+10A3F, U+1D242..U+1D244.
19984         (nonspacing_table_ind): Update.
19985         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
19986         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
19987
19988 2007-07-08  Bruno Haible  <bruno@clisp.org>
19989
19990         Update to Unicode 5.0.
19991         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
19992         code transform. Extend the name index field of unicode_name_to_code and
19993         unicode_code_to_name from 16 to 24 bits.
19994         * lib/uniname/uniname.c (unicode_character_name,
19995         unicode_name_character): Add the range 0x12xxx to the code transform.
19996         * lib/uniname/uninames.h: Regenerated.
19997         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
19998
19999 2007-07-07  Bruno Haible  <bruno@clisp.org>
20000
20001         * modules/wcwidth-tests: New file.
20002         * tests/test-wcwidth.c: New file.
20003
20004         Work around MacOS X wcwidth() bug.
20005         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
20006         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
20007         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
20008         original wcwidth in non-UTF-8 locales.
20009         * modules/wcwidth (Depends-on): Add localcharset, streq,
20010         uniwidth/width.
20011         * doc/functions/wcwidth.texi: Update.
20012
20013 2007-07-07  Bruno Haible  <bruno@clisp.org>
20014
20015         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
20016         (wcwidth): New declaration.
20017         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
20018         macros.
20019         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
20020         here. Prepare for creating <wchar.h> unconditionally.
20021         * modules/wchar (Depends-on): Add link-warning.
20022         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
20023         REPLACE_WCWIDTH, and GL_LINK_WARNING.
20024         * lib/wcwidth.h: Remove file.
20025         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
20026         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
20027         * modules/wcwidth (Files): Remove lib/wcwidth.h.
20028         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
20029         (Include): Replace wcwidth.h with <wchar.h>.
20030         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
20031         * lib/mbchar.h: Don't include wcwidth.h.
20032         * lib/mbswidth.c: Likewise.
20033         * NEWS: Mention the change.
20034
20035 2007-07-07  Bruno Haible  <bruno@clisp.org>
20036
20037         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
20038         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
20039         definition with an external declaration.
20040         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
20041         defined as a function. Remove AC_C_INLINE requirement.
20042         * modules/wcwidth (Files): Add lib/wcwidth.c.
20043         (Makefile.am): Remove redundant statement.
20044
20045 2007-07-07  Bruno Haible  <bruno@clisp.org>
20046
20047         * MODULES.html.sh (Unicode string functions): Add the new modules.
20048
20049         * tests/uniwidth/test-u32-strwidth.c: New file.
20050         * modules/uniwidth/u32-strwidth-tests: New file.
20051
20052         * lib/uniwidth/u32-strwidth.c: New file.
20053         * modules/uniwidth/u32-strwidth: New file.
20054
20055         * tests/uniwidth/test-u16-strwidth.c: New file.
20056         * modules/uniwidth/u16-strwidth-tests: New file.
20057
20058         * lib/uniwidth/u16-strwidth.c: New file.
20059         * modules/uniwidth/u16-strwidth: New file.
20060
20061         * tests/uniwidth/test-u8-strwidth.c: New file.
20062         * modules/uniwidth/u8-strwidth-tests: New file.
20063
20064         * lib/uniwidth/u8-strwidth.c: New file.
20065         * modules/uniwidth/u8-strwidth: New file.
20066
20067         * tests/uniwidth/test-u32-width.c: New file.
20068         * modules/uniwidth/u32-width-tests: New file.
20069
20070         * lib/uniwidth/u32-width.c: New file.
20071         * modules/uniwidth/u32-width: New file.
20072
20073         * tests/uniwidth/test-u16-width.c: New file.
20074         * modules/uniwidth/u16-width-tests: New file.
20075
20076         * lib/uniwidth/u16-width.c: New file.
20077         * modules/uniwidth/u16-width: New file.
20078
20079         * tests/uniwidth/test-u8-width.c: New file.
20080         * modules/uniwidth/u8-width-tests: New file.
20081
20082         * lib/uniwidth/u8-width.c: New file.
20083         * modules/uniwidth/u8-width: New file.
20084
20085         * tests/uniwidth/test-uc_width.c: New file.
20086         * modules/uniwidth/width-tests: New file.
20087
20088         * lib/uniwidth/width.c: New file, from GNU libiconv.
20089         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
20090         * modules/uniwidth/width: New file.
20091
20092         * lib/uniwidth.h: New file, from GNU libiconv.
20093         * modules/uniwidth/base: New file.
20094
20095 2007-07-07  Bruno Haible  <bruno@clisp.org>
20096
20097         * lib/uniname.h: New file, from GNU gettext.
20098         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
20099         * lib/uniname/uninames.h: New file, from GNU gettext.
20100         * lib/uniname/uniname.c: New file, from GNU gettext.
20101         * tests/uniname/test-uninames.sh: New file.
20102         * tests/uniname/test-uninames.c: New file, from GNU gettext.
20103         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
20104         * modules/uniname/base: New file.
20105         * modules/uniname/uniname: New file.
20106         * modules/uniname/uniname-tests: New file.
20107         * MODULES.html.sh (Unicode string functions): Add the new modules.
20108
20109 2007-07-06  Bruno Haible  <bruno@clisp.org>
20110
20111         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
20112
20113 2007-07-06  Bruno Haible  <bruno@clisp.org>
20114
20115         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
20116         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
20117         includes <cygwin/sys_time.h> which includes <sys/select.h> which
20118         include <sys/time.h>.
20119         Reported by Eric Blake.
20120
20121 2007-07-06  Eric Blake  <ebb9@byu.net>
20122
20123         Fix testing canonicalize on cygwin.
20124         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20125         Revert patch from 2007-06-19.
20126         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
20127         canonicalize module is also in use.
20128         * tests/test-canonicalize.c: New file.
20129         * tests/test-canonicalize.sh: Likewise.
20130         * modules/canonicalize-tests: Likewise.
20131
20132 2007-07-06  Jim Meyering  <jim@meyering.net>
20133
20134         * lib/getugroups.c (getugroups): Detect getgrent failure.
20135         Adjust comment to reflect reality: this function may return -1.
20136
20137 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
20138
20139         * build-aux/bootstrap (TP_URL,get_translations): Update to use
20140         the new TP address.
20141         (usage): Fix typo
20142         (gnulib_mk): New variable.
20143
20144 2007-07-05  Jim Meyering  <jim@meyering.net>
20145
20146         Don't let endgrent clobber errno, no matter how improbable.
20147         * lib/getugroups.c (getugroups): Save and restore errno around
20148         endgrent call.
20149
20150         Close the group DB even when failing with 2^31 or more members.
20151         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
20152
20153 2007-07-04  Jim Meyering  <jim@meyering.net>
20154
20155         * lib/getugroups.h: New file.
20156         * lib/getugroups.c: Include "getugroups.h".
20157         Remove uses of "register" keyword.
20158         Move local variable, "cp", down into scope where used.
20159         Give "username" parameter the "const" attribute.
20160         * modules/getugroups (Files): Add lib/getugroups.h
20161
20162 2007-07-04  Karl Berry  <karl@gnu.org>
20163
20164         * MODULES.html.sh (func_all_modules): Complete rename of
20165         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
20166
20167 2007-07-02  Bruno Haible  <bruno@clisp.org>
20168
20169         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
20170         mode, when inttypes.h comes from gnulib.
20171         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20172
20173 2007-07-02  Simon Josefsson  <simon@josefsson.org>
20174
20175         * NEWS: Mention lgpl module name change.
20176
20177         * modules/lgpl-2.1: Renamed from lgpl.
20178
20179         * NEWS: Mention gpl module name change.
20180
20181         * modules/gpl-3.0: New file, based on gpl-2.0.
20182
20183         * modules/gpl-2.0: Renamed from gpl.
20184
20185         * modules/gpl: Fix filename, doc/gpl.texi is now found at
20186         doc/gpl-2.0.texi.
20187
20188 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20189
20190         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
20191         #define __STDC_LIMIT_MACROS temporarily while including
20192         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
20193         Problem reported by Joel E. Denny in
20194         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
20195
20196 2007-07-01  Bruno Haible  <bruno@clisp.org>
20197
20198         * lib/unistdio.h: New file.
20199         * lib/unistdio/u-asnprintf.h: New file.
20200         * lib/unistdio/u-asprintf.h: New file.
20201         * lib/unistdio/u-printf-args.c: New file.
20202         * lib/unistdio/u-printf-args.h: New file.
20203         * lib/unistdio/u-printf-parse.h: New file.
20204         * lib/unistdio/u-snprintf.h: New file.
20205         * lib/unistdio/u-sprintf.h: New file.
20206         * lib/unistdio/u-vasprintf.h: New file.
20207         * lib/unistdio/u-vsnprintf.h: New file.
20208         * lib/unistdio/u-vsprintf.h: New file.
20209         * lib/unistdio/ulc-asnprintf.c: New file.
20210         * lib/unistdio/ulc-asprintf.c: New file.
20211         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
20212         * lib/unistdio/ulc-printf-parse.c: New file.
20213         * lib/unistdio/ulc-snprintf.c: New file.
20214         * lib/unistdio/ulc-sprintf.c: New file.
20215         * lib/unistdio/ulc-vasnprintf.c: New file.
20216         * lib/unistdio/ulc-vasprintf.c: New file.
20217         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
20218         * lib/unistdio/ulc-vsnprintf.c: New file.
20219         * lib/unistdio/ulc-vsprintf.c: New file.
20220         * lib/unistdio/u8-asnprintf.c: New file.
20221         * lib/unistdio/u8-asprintf.c: New file.
20222         * lib/unistdio/u8-printf-parse.c: New file.
20223         * lib/unistdio/u8-snprintf.c: New file.
20224         * lib/unistdio/u8-sprintf.c: New file.
20225         * lib/unistdio/u8-vasnprintf.c: New file.
20226         * lib/unistdio/u8-vasprintf.c: New file.
20227         * lib/unistdio/u8-vsnprintf.c: New file.
20228         * lib/unistdio/u8-vsprintf.c: New file.
20229         * lib/unistdio/u8-u8-asnprintf.c: New file.
20230         * lib/unistdio/u8-u8-asprintf.c: New file.
20231         * lib/unistdio/u8-u8-snprintf.c: New file.
20232         * lib/unistdio/u8-u8-sprintf.c: New file.
20233         * lib/unistdio/u8-u8-vasnprintf.c: New file.
20234         * lib/unistdio/u8-u8-vasprintf.c: New file.
20235         * lib/unistdio/u8-u8-vsnprintf.c: New file.
20236         * lib/unistdio/u8-u8-vsprintf.c: New file.
20237         * lib/unistdio/u16-asnprintf.c: New file.
20238         * lib/unistdio/u16-asprintf.c: New file.
20239         * lib/unistdio/u16-printf-parse.c: New file.
20240         * lib/unistdio/u16-snprintf.c: New file.
20241         * lib/unistdio/u16-sprintf.c: New file.
20242         * lib/unistdio/u16-vasnprintf.c: New file.
20243         * lib/unistdio/u16-vasprintf.c: New file.
20244         * lib/unistdio/u16-vsnprintf.c: New file.
20245         * lib/unistdio/u16-vsprintf.c: New file.
20246         * lib/unistdio/u16-u16-asnprintf.c: New file.
20247         * lib/unistdio/u16-u16-asprintf.c: New file.
20248         * lib/unistdio/u16-u16-snprintf.c: New file.
20249         * lib/unistdio/u16-u16-sprintf.c: New file.
20250         * lib/unistdio/u16-u16-vasnprintf.c: New file.
20251         * lib/unistdio/u16-u16-vasprintf.c: New file.
20252         * lib/unistdio/u16-u16-vsnprintf.c: New file.
20253         * lib/unistdio/u16-u16-vsprintf.c: New file.
20254         * lib/unistdio/u32-asnprintf.c: New file.
20255         * lib/unistdio/u32-asprintf.c: New file.
20256         * lib/unistdio/u32-printf-parse.c: New file.
20257         * lib/unistdio/u32-snprintf.c: New file.
20258         * lib/unistdio/u32-sprintf.c: New file.
20259         * lib/unistdio/u32-vasnprintf.c: New file.
20260         * lib/unistdio/u32-vasprintf.c: New file.
20261         * lib/unistdio/u32-vsnprintf.c: New file.
20262         * lib/unistdio/u32-vsprintf.c: New file.
20263         * lib/unistdio/u32-u32-asnprintf.c: New file.
20264         * lib/unistdio/u32-u32-asprintf.c: New file.
20265         * lib/unistdio/u32-u32-snprintf.c: New file.
20266         * lib/unistdio/u32-u32-sprintf.c: New file.
20267         * lib/unistdio/u32-u32-vasnprintf.c: New file.
20268         * lib/unistdio/u32-u32-vasprintf.c: New file.
20269         * lib/unistdio/u32-u32-vsnprintf.c: New file.
20270         * lib/unistdio/u32-u32-vsprintf.c: New file.
20271         * tests/unistdio/test-ulc-asnprintf1.c: New file.
20272         * tests/unistdio/test-ulc-asnprintf1.h: New file.
20273         * tests/unistdio/test-ulc-printf1.h: New file.
20274         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
20275         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
20276         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
20277         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
20278         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
20279         * tests/unistdio/test-ulc-vasprintf1.c: New file.
20280         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
20281         * tests/unistdio/test-ulc-vsprintf1.c: New file.
20282         * tests/unistdio/test-u8-asnprintf1.c: New file.
20283         * tests/unistdio/test-u8-asnprintf1.h: New file.
20284         * tests/unistdio/test-u8-printf1.h: New file.
20285         * tests/unistdio/test-u8-vasnprintf1.c: New file.
20286         * tests/unistdio/test-u8-vasnprintf2.c: New file.
20287         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
20288         * tests/unistdio/test-u8-vasnprintf3.c: New file.
20289         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
20290         * tests/unistdio/test-u8-vasprintf1.c: New file.
20291         * tests/unistdio/test-u8-vsnprintf1.c: New file.
20292         * tests/unistdio/test-u8-vsprintf1.c: New file.
20293         * tests/unistdio/test-u16-asnprintf1.c: New file.
20294         * tests/unistdio/test-u16-asnprintf1.h: New file.
20295         * tests/unistdio/test-u16-printf1.h: New file.
20296         * tests/unistdio/test-u16-vasnprintf1.c: New file.
20297         * tests/unistdio/test-u16-vasnprintf2.c: New file.
20298         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
20299         * tests/unistdio/test-u16-vasnprintf3.c: New file.
20300         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
20301         * tests/unistdio/test-u16-vasprintf1.c: New file.
20302         * tests/unistdio/test-u16-vsnprintf1.c: New file.
20303         * tests/unistdio/test-u16-vsprintf1.c: New file.
20304         * tests/unistdio/test-u32-asnprintf1.c: New file.
20305         * tests/unistdio/test-u32-asnprintf1.h: New file.
20306         * tests/unistdio/test-u32-printf1.h: New file.
20307         * tests/unistdio/test-u32-vasnprintf1.c: New file.
20308         * tests/unistdio/test-u32-vasnprintf2.c: New file.
20309         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
20310         * tests/unistdio/test-u32-vasnprintf3.c: New file.
20311         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
20312         * tests/unistdio/test-u32-vasprintf1.c: New file.
20313         * tests/unistdio/test-u32-vsnprintf1.c: New file.
20314         * tests/unistdio/test-u32-vsprintf1.c: New file.
20315         * modules/unistdio/base: New file.
20316         * modules/unistdio/u-printf-args: New file.
20317         * modules/unistdio/ulc-asnprintf: New file.
20318         * modules/unistdio/ulc-asprintf: New file.
20319         * modules/unistdio/ulc-fprintf: New file.
20320         * modules/unistdio/ulc-printf-parse: New file.
20321         * modules/unistdio/ulc-snprintf: New file.
20322         * modules/unistdio/ulc-sprintf: New file.
20323         * modules/unistdio/ulc-vasnprintf: New file.
20324         * modules/unistdio/ulc-vasprintf: New file.
20325         * modules/unistdio/ulc-vfprintf: New file.
20326         * modules/unistdio/ulc-vsnprintf: New file.
20327         * modules/unistdio/ulc-vsprintf: New file.
20328         * modules/unistdio/u8-asnprintf: New file.
20329         * modules/unistdio/u8-asprintf: New file.
20330         * modules/unistdio/u8-printf-parse: New file.
20331         * modules/unistdio/u8-snprintf: New file.
20332         * modules/unistdio/u8-sprintf: New file.
20333         * modules/unistdio/u8-vasnprintf: New file.
20334         * modules/unistdio/u8-vasprintf: New file.
20335         * modules/unistdio/u8-vsnprintf: New file.
20336         * modules/unistdio/u8-vsprintf: New file.
20337         * modules/unistdio/u8-u8-asnprintf: New file.
20338         * modules/unistdio/u8-u8-asprintf: New file.
20339         * modules/unistdio/u8-u8-snprintf: New file.
20340         * modules/unistdio/u8-u8-sprintf: New file.
20341         * modules/unistdio/u8-u8-vasnprintf: New file.
20342         * modules/unistdio/u8-u8-vasprintf: New file.
20343         * modules/unistdio/u8-u8-vsnprintf: New file.
20344         * modules/unistdio/u8-u8-vsprintf: New file.
20345         * modules/unistdio/u16-asnprintf: New file.
20346         * modules/unistdio/u16-asprintf: New file.
20347         * modules/unistdio/u16-printf-parse: New file.
20348         * modules/unistdio/u16-snprintf: New file.
20349         * modules/unistdio/u16-sprintf: New file.
20350         * modules/unistdio/u16-vasnprintf: New file.
20351         * modules/unistdio/u16-vasprintf: New file.
20352         * modules/unistdio/u16-vsnprintf: New file.
20353         * modules/unistdio/u16-vsprintf: New file.
20354         * modules/unistdio/u16-u16-asnprintf: New file.
20355         * modules/unistdio/u16-u16-asprintf: New file.
20356         * modules/unistdio/u16-u16-snprintf: New file.
20357         * modules/unistdio/u16-u16-sprintf: New file.
20358         * modules/unistdio/u16-u16-vasnprintf: New file.
20359         * modules/unistdio/u16-u16-vasprintf: New file.
20360         * modules/unistdio/u16-u16-vsnprintf: New file.
20361         * modules/unistdio/u16-u16-vsprintf: New file.
20362         * modules/unistdio/u32-asnprintf: New file.
20363         * modules/unistdio/u32-asprintf: New file.
20364         * modules/unistdio/u32-printf-parse: New file.
20365         * modules/unistdio/u32-snprintf: New file.
20366         * modules/unistdio/u32-sprintf: New file.
20367         * modules/unistdio/u32-vasnprintf: New file.
20368         * modules/unistdio/u32-vasprintf: New file.
20369         * modules/unistdio/u32-vsnprintf: New file.
20370         * modules/unistdio/u32-vsprintf: New file.
20371         * modules/unistdio/u32-u32-asnprintf: New file.
20372         * modules/unistdio/u32-u32-asprintf: New file.
20373         * modules/unistdio/u32-u32-snprintf: New file.
20374         * modules/unistdio/u32-u32-sprintf: New file.
20375         * modules/unistdio/u32-u32-vasnprintf: New file.
20376         * modules/unistdio/u32-u32-vasprintf: New file.
20377         * modules/unistdio/u32-u32-vsnprintf: New file.
20378         * modules/unistdio/u32-u32-vsprintf: New file.
20379         * modules/unistdio/ulc-asnprintf-tests: New file.
20380         * modules/unistdio/ulc-vasnprintf-tests: New file.
20381         * modules/unistdio/ulc-vasprintf-tests: New file.
20382         * modules/unistdio/ulc-vsnprintf-tests: New file.
20383         * modules/unistdio/ulc-vsprintf-tests: New file.
20384         * modules/unistdio/u8-asnprintf-tests: New file.
20385         * modules/unistdio/u8-vasnprintf-tests: New file.
20386         * modules/unistdio/u8-vasprintf-tests: New file.
20387         * modules/unistdio/u8-vsnprintf-tests: New file.
20388         * modules/unistdio/u8-vsprintf-tests: New file.
20389         * modules/unistdio/u16-asnprintf-tests: New file.
20390         * modules/unistdio/u16-vasnprintf-tests: New file.
20391         * modules/unistdio/u16-vasprintf-tests: New file.
20392         * modules/unistdio/u16-vsnprintf-tests: New file.
20393         * modules/unistdio/u16-vsprintf-tests: New file.
20394         * modules/unistdio/u32-asnprintf-tests: New file.
20395         * modules/unistdio/u32-vasnprintf-tests: New file.
20396         * modules/unistdio/u32-vasprintf-tests: New file.
20397         * modules/unistdio/u32-vsnprintf-tests: New file.
20398         * modules/unistdio/u32-vsprintf-tests: New file.
20399         * MODULES.html.sh (Unicode string functions): Add the new modules.
20400
20401 2007-07-01  Bruno Haible  <bruno@clisp.org>
20402
20403         * lib/sprintf.c (sprintf): Limit the available length estimation,
20404         to avoid address wraparound.
20405         * lib/vsprintf.c (vsprintf): Likewise.
20406         * modules/sprintf-posix (Dependencies): Add stdint.
20407         * modules/vsprintf-posix (Dependencies): Likewise.
20408
20409 2007-07-01  Bruno Haible  <bruno@clisp.org>
20410
20411         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
20412         Windows PATH as well. Conservative double-quoting. Comments.
20413
20414 2007-07-01  Bruno Haible  <bruno@clisp.org>
20415             Eric Blake  <ebb9@byu.net>
20416             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20417
20418         * gnulib-tool (self_abspathname): Fix algorithm to cope with
20419         empty components in $PATH, denoting '.'.
20420
20421 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20422
20423         * gnulib-tool: Fix indentation.
20424         (func_create_megatestdir): Likewise.
20425         Report by Bruno Haible.
20426
20427 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20428
20429         Sync from Automake.
20430         * build-aux/gnupload: Fix shell portability issues with for loops.
20431         Report by Karl Berry.
20432
20433 2007-06-29  Simon Josefsson  <simon@josefsson.org>
20434
20435         * build-aux/maint.mk (POURL): Use translationproject.org.
20436
20437 2007-06-27  Simon Josefsson  <simon@josefsson.org>
20438             Bruno Haible  <bruno@clisp.org>
20439
20440         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
20441         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
20442         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
20443         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
20444         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
20445
20446 2007-06-27  Bruno Haible  <bruno@clisp.org>
20447
20448         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
20449         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
20450
20451 2007-06-26  Karl Berry  <karl@gnu.org>
20452
20453         * MODULES.html.sh: remove xreadlink-with-size.
20454
20455 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20456
20457         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
20458         method that I hope also handles the double-include problem noted
20459         by Bruno Haible in
20460         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
20461
20462 2007-06-23  Bruno Haible  <bruno@clisp.org>
20463
20464         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20465         Don't let the 'mostlyclean' target fail if the last subdirectory could
20466         not be removed.
20467         Reported by Karl Berry.
20468
20469 2007-06-23  Bruno Haible  <bruno@clisp.org>
20470
20471         * gnulib-tool (echo): Add a speedier workaround for ksh.
20472         * tests/test-echo.sh: Likewise.
20473
20474 2007-06-23  Bruno Haible  <bruno@clisp.org>
20475
20476         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
20477         * tests/test-echo.sh: Likewise.
20478
20479 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20480
20481         * gnulib-tool (IFS): Initialize early, so we don't set it to
20482         empty later.
20483         (self_abspathname): Rewrite algorithm to set it, reindent.
20484         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
20485         (func_create_megatestdir): Merge some sed scripts.
20486
20487 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20488
20489         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
20490         exposed by Sun Studio 11 cc on Solaris 8.
20491
20492 2007-06-22  Bruno Haible  <bruno@clisp.org>
20493
20494         * gnulib-tool (echo): Ensure the echo primitive does not interpret
20495         backslashes.
20496         * tests/test-echo.sh: New file.
20497
20498 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20499
20500         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
20501         simplify `sed_replace_build_aux' scripts, they are portable but
20502         echoing them with `echo' is not.
20503         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
20504
20505 2007-06-21  Karl Berry  <karl@gnu.org>
20506
20507         * config/srclist.txt: guess we can't handle the licenses via
20508         srclist at the moment.
20509
20510 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
20511
20512         * MODULES.html.sh: Add include_next.
20513         * modules/include_next: New file.
20514
20515 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
20516
20517         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
20518         INCLUDE_NEXT.
20519         (gl_CHECK_NEXT_HEADERS): New macro.
20520         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
20521         the obsolescent gl_ABSOLUTE_HEADER.
20522         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
20523         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
20524         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
20525         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
20526         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
20527         * m4/math_h.m4 (gl_MATH_H): Likewise.
20528         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
20529         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
20530         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
20531         * m4/stdint.m4 (gl_STDINT_H): Likewise.
20532         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
20533         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
20534         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
20535         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20536         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
20537         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
20538         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
20539         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
20540         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
20541         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
20542         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
20543         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20544         * m4/inttypes.m4 (gl_INTTYPES_H): Define
20545         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
20546         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
20547         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
20548         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
20549         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
20550         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
20551         * lib/float_.h: Likewise.
20552         * lib/inttypes_.h: Likewise.
20553         * lib/math_.h: Likewise.
20554         * lib/search_.h: Likewise.
20555         * lib/signal_.h: Likewise.
20556         * lib/stdint_.h: Likewise.
20557         * lib/stdio_.h: Likewise.
20558         * lib/stdlib_.h: Likewise.
20559         * lib/string_.h: Likewise.
20560         * lib/sys_stat_.h: Likewise.
20561         * lib/sys_time_.h: Likewise.
20562         * lib/time_.h: Likewise.
20563         * lib/unistd_.h: Likewise.
20564         * lib/wchar_.h: Likewise.
20565         * lib/wctype_.h: Likewise.
20566         * lib/dirent_.h: Likewise.
20567         * lib/iconv_.h: Likewise.
20568         * lib/locale_.h: Likewise.
20569         * lib/netinet_in_.h: Likewise.
20570         * lib/sys_select_.h: Likewise.
20571         * lib/sys_socket_.h: Likewise.
20572         * lib/sysexits_.h: Likewise.
20573         * modules/fcntl (Depends-on): Depend on include_next, not
20574         absolute_header.
20575         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
20576         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
20577         * modules/fchdir: Likewise.
20578         * modules/float: Likewise.
20579         * modules/iconv_open: Likewise.
20580         * modules/inttypes: Likewise.
20581         * modules/locale: Likewise.
20582         * modules/math: Likewise.
20583         * modules/netinet_in: Likewise.
20584         * modules/search: Likewise.
20585         * modules/signal: Likewise.
20586         * modules/stdint: Likewise.
20587         * modules/stdio: Likewise.
20588         * modules/stdlib: Likewise.
20589         * modules/string: Likewise.
20590         * modules/sys_select: Likewise.
20591         * modules/sys_socket: Likewise.
20592         * modules/sys_stat: Likewise.
20593         * modules/sys_time: Likewise.
20594         * modules/sysexits: Likewise.
20595         * modules/time: Likewise.
20596         * modules/unistd: Likewise.
20597         * modules/wchar: Likewise.
20598         * modules/wctype: Likewise.
20599         * modules/sys_stat: Change maintainer to "all".
20600         * modules/unistd: Likewise.
20601
20602 2007-06-20  Karl Berry  <karl@gnu.org>
20603
20604         * config/srclist.txt: track www changes in license files.
20605
20606 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
20607
20608         * build-aux/bootstrap: Remove stray dot.
20609         Make sure build_aux settings are honored when linking
20610         gnulib_extra_files.
20611
20612 2007-06-19  Eric Blake  <ebb9@byu.net>
20613
20614         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20615         Allow compilation on cygwin.
20616
20617 2007-06-19  Jim Meyering  <jim@meyering.net>
20618
20619         xreadlink-with-size: Remove module.  No longer used.
20620         Ex-callers now use xreadlink or mreadlink-with-size.
20621         * modules/xreadlink-with-size: Remove module.
20622         * lib/xreadlink-with-size.c: Remove file.
20623         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
20624         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
20625         just before the function definition *is* accurate.
20626
20627         Eliminate one way canonicalize_filename_mode could exit.
20628         * lib/canonicalize.c (canonicalize_filename_mode):
20629         Use mreadlink_with_size, not xreadlink_with_size.
20630
20631 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         Detect porting problems to FreeBSD/arm, which has time_t wider than
20634         long int.  Original problem reported for GNU diff by Xin Li in
20635         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
20636         * modules/getdate (Depends-on): Add intprops, verify.
20637         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
20638         is an integer type no wider than long int.
20639
20640 2007-06-18  Jim Meyering  <jim@meyering.net>
20641
20642         New module: mreadlink-with-size.
20643         * MODULES.html.sh: Add mreadlink-with-size.
20644         * modules/mreadlink-with-size: New module
20645         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
20646         not xreadlink-with-size.
20647         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
20648
20649 2007-06-16  Bruno Haible  <bruno@clisp.org>
20650
20651         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
20652         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
20653         Reported by Gary V. Vaughan <gary@gnu.org>.
20654
20655 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
20656
20657         Revamp lchown so that it lives in unistd.h where it belongs.
20658         * lib/lchown.h: Remove.
20659         * lib/dirchownmod.c: Don't include lib/lchown.h.
20660         * lib/fchownat.c: Likewise.
20661         * lib/openat.c: Likewise.
20662         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
20663         does not follow symlinks.
20664         (EOPNOTSUPP): Define if not defined.
20665         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
20666         is defined to 0.
20667         (lchown): New decl.
20668         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
20669         Do not check for lchown decl.
20670         Set REPLACE_LCHOWN.
20671         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
20672         REPLACE_LCHOWN.
20673         * modules/chown: Make it clear it follows symlinks.
20674         * modules/lchown: Make it clear it doesn't follow symlinks.
20675         (Files): Remove lib/lchown.h
20676         (Depends-on): Add unistd.
20677         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
20678         (Include): Include <unistd.h>, not "lchown.h".
20679         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
20680         REPLACE_LCHOWN.
20681
20682 2007-06-15  Jim Meyering  <jim@meyering.net>
20683
20684         Change license (GPL to LGPL) of fsusage and dependents.
20685         * modules/fsusage (License): Change to LGPL.
20686         * modules/full-read (License): Likewise.
20687         * modules/full-write (License): Likewise.
20688         * modules/safe-read (License): Likewise.
20689         * modules/safe-write (License): Likewise.
20690
20691 2007-06-14  Ben Pfaff  <blp@gnu.org>
20692
20693         Missing part of allocsa -> malloca transition.
20694         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
20695         gl_MALLOCA.
20696
20697 2007-06-12  Bruno Haible  <bruno@clisp.org>
20698
20699         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
20700         to ia64, x86_64, i386.
20701         Reported by Eric Blake.
20702
20703 2007-06-12  Bruno Haible  <bruno@clisp.org>
20704
20705         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
20706         cross-compiling to x86_64.
20707
20708 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
20709
20710         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
20711         glitch reported by Ralf Wildenhues in
20712         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
20713
20714         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
20715         Vin Shelton.
20716
20717 2007-06-11  Bruno Haible  <bruno@clisp.org>
20718
20719         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
20720         replacement string.
20721         Reported by Eric Blake.
20722
20723 2007-06-10  Bruno Haible  <bruno@clisp.org>
20724
20725         Prepare vasnprintf code for use with Unicode strings.
20726         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
20727         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
20728         TYPE_U32_STRING.
20729         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
20730         a_u32_string variants.
20731         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
20732         * lib/printf-args.c: Don't include config.h and the specification
20733         header if PRINTF_FETCHARGS is already defined.
20734         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
20735         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
20736         TYPE_U16_STRING, TYPE_U32_STRING.
20737         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
20738         u16_directive, u16_directives, u32_directive, u32_directives): New
20739         types.
20740         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
20741         New declarations.
20742         * lib/printf-parse.c: Don't include config.h and the specification
20743         header if PRINTF_PARSE is already defined. Eliminate the set of
20744         parameters for WIDE_CHAR_VERSION; the user of this file must provide
20745         them now. Include c-ctype.h.
20746         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
20747         directive and CHAR_T_ONLY_ASCII.
20748         * lib/vasnprintf.c: Don't include config.h and the specification header
20749         if VASNPRINTF is already defined.
20750         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
20751         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
20752         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
20753         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
20754         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
20755         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
20756         code accordingly.
20757         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
20758         pad_ourselves also in this case, with the 'c' and 's' directives, and
20759         with a different notion of "width".
20760         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
20761
20762 2007-06-10  Bruno Haible  <bruno@clisp.org>
20763
20764         * modules/unistr/u32-mbsnlen: New file.
20765         * lib/unistr/u32-mbsnlen.c: New file.
20766
20767         * modules/unistr/u16-mbsnlen: New file.
20768         * lib/unistr/u16-mbsnlen.c: New file.
20769
20770         * modules/unistr/u8-mbsnlen: New file.
20771         * lib/unistr/u8-mbsnlen.c: New file.
20772
20773         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
20774         declarations.
20775
20776 2007-06-10  Bruno Haible  <bruno@clisp.org>
20777
20778         * lib/string_.h (mbsnlen): New declaration.
20779         * lib/mbsnlen.c: New file.
20780         * m4/mbsnlen.m4: New file.
20781         * modules/mbsnlen: New file.
20782         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
20783         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
20784         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
20785
20786 2007-06-10  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
20789
20790 2007-06-10  Bruno Haible  <bruno@clisp.org>
20791
20792         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
20793         * lib/mbuiter.h: Likewise.
20794
20795 2007-06-10  Bruno Haible  <bruno@clisp.org>
20796
20797         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
20798         declaration.
20799
20800 2007-06-10  Karl Berry  <karl@gnu.org>
20801
20802         * config/srclist.txt: remove gettext entries, Bruno prefers
20803         to update individually.
20804
20805 2007-06-10  Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
20808         'maxlen'. Ensure only length + width bytes are allocated, not
20809         length + 1 + width.
20810
20811 2007-06-09  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
20814         (CHAR_T): Remove macro.
20815         (VASNPRINTF): Update.
20816
20817 2007-06-09  Bruno Haible  <bruno@clisp.org>
20818
20819         * MODULES.html.sh (Unicode string functions): Add the new modules.
20820
20821         * modules/uniconv/u32-conv-to-enc: New file.
20822         * lib/uniconv/u32-conv-to-enc.c: New file.
20823         * modules/uniconv/u32-conv-to-enc-tests: New file.
20824         * tests/uniconv/test-u32-conv-to-enc.c: New file.
20825
20826         * modules/uniconv/u16-conv-to-enc: New file.
20827         * lib/uniconv/u16-conv-to-enc.c: New file.
20828         * lib/uniconv/u-conv-to-enc.h: New file.
20829         * modules/uniconv/u16-conv-to-enc-tests: New file.
20830         * tests/uniconv/test-u16-conv-to-enc.c: New file.
20831
20832         * modules/uniconv/u8-conv-to-enc: New file.
20833         * lib/uniconv/u8-conv-to-enc.c: New file.
20834         * modules/uniconv/u8-conv-to-enc-tests: New file.
20835         * tests/uniconv/test-u8-conv-to-enc.c: New file.
20836
20837         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
20838         u32_conv_to_encoding): New declarations.
20839
20840 2007-06-09  Bruno Haible  <bruno@clisp.org>
20841
20842         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
20843
20844 2007-06-09  Bruno Haible  <bruno@clisp.org>
20845
20846         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
20847         * modules/malloca: Renamed from modules/allocsa, updated.
20848         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
20849         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
20850         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
20851         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
20852         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
20853         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
20854         * modules/xmalloca: Renamed from modules/xallocsa, updated.
20855         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
20856         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
20857         * modules/c-strcasestr (Depends-on): Update.
20858         * lib/c-strcasestr.c: Update.
20859         * modules/c-strstr (Depends-on): Update.
20860         * lib/c-strstr.c: Update.
20861         * modules/canonicalize-lgpl (Depends-on): Update.
20862         * lib/canonicalize-lgpl.c: Update.
20863         * modules/clean-temp (Depends-on): Update.
20864         * lib/clean-temp.c: Update.
20865         * modules/csharpcomp (Depends-on): Update.
20866         * lib/csharpcomp.c: Update.
20867         * modules/csharpexec (Depends-on): Update.
20868         * lib/csharpexec.c: Update.
20869         * modules/javacomp (Depends-on): Update.
20870         * lib/javacomp.c: Update.
20871         * modules/javaexec (Depends-on): Update.
20872         * lib/javaexec.c: Update.
20873         * modules/mbscasestr (Depends-on): Update.
20874         * lib/mbscasestr.c: Update.
20875         * modules/mbsstr (Depends-on): Update.
20876         * lib/mbsstr.c: Update.
20877         * modules/setenv (Depends-on): Update.
20878         * lib/setenv.c: Update.
20879         * modules/strcasestr (Depends-on): Update.
20880         * lib/strcasestr.c: Update.
20881         * modules/striconveha (Depends-on): Update.
20882         * lib/striconveha.c: Update.
20883         * modules/relocatable-prog-wrapper (Files): Update.
20884         * lib/relocwrapper.c: Update.
20885         * build-aux/install-reloc: Update.
20886         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
20887
20888 2007-06-08  Bruno Haible  <bruno@clisp.org>
20889
20890         Port to uClibc.
20891         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
20892         * lib/fpurge.c (fpurge): Likewise.
20893         * lib/freading.c (freading): Likewise.
20894         * lib/fseeko.c (rpl_fseeko): Likewise.
20895         * lib/fseterr.c (fseterr): Likewise.
20896         * lib/fwriting.c (fwriting): Likewise.
20897         * tests/test-fflush.c (main): Avoid a failure on uClibc.
20898
20899 2007-06-08  Bruno Haible  <bruno@clisp.org>
20900
20901         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
20902         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
20903         * modules/gettext (Files): Add m4/intlmacosx.m4.
20904
20905 2007-06-07  Bruno Haible  <bruno@clisp.org>
20906
20907         * modules/localename-tests: New file.
20908         * tests/test-localename.c: New file.
20909
20910         New module 'localename'.
20911         * lib/localename.h: New file.
20912         * lib/localename.c: New file, from GNU gettext.
20913         * m4/localename.m4: New file.
20914         * modules/localename: New file.
20915
20916 2007-06-07  Bruno Haible  <bruno@clisp.org>
20917
20918         Work around the lack of <wchar.h> on some builds of uClibc.
20919         * doc/headers/wchar.texi: Update.
20920         * lib/wchar_.h: Include <wchar.h> only if it exists.
20921         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
20922         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
20923         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
20924         doesn't exist.
20925         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
20926         * modules/mbfile (Depends-on): Add wchar.
20927         * modules/mbiter (Depends-on): Likewise.
20928         * modules/mbuiter (Depends-on): Likewise.
20929         Reported by Simon Josefsson.
20930
20931 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         Work around problem reported by Steven M. Schweda in
20934         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
20935         Tru64 5.1B with the Compaq compiler environment installed declares
20936         an 'isblank' function but does not define it in the C library.
20937         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
20938         * lib/regex_internal.h (isblank): Likewise.
20939         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
20940         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20941
20942 2007-06-05  Bruno Haible  <bruno@clisp.org>
20943
20944         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
20945         ia64.
20946         * modules/printf-safe: New file.
20947         * modules/fprintf-posix (Depends-on): Add printf-safe.
20948         * modules/printf-posix (Depends-on): Likewise.
20949         * modules/snprintf-posix (Depends-on): Likewise.
20950         * modules/sprintf-posix (Depends-on): Likewise.
20951         * modules/vasnprintf-posix (Depends-on): Likewise.
20952         * modules/vasprintf-posix (Depends-on): Likewise.
20953         * modules/vfprintf-posix (Depends-on): Likewise.
20954         * modules/vprintf-posix (Depends-on): Likewise.
20955         * modules/vsnprintf-posix (Depends-on): Likewise.
20956         * modules/vsprintf-posix (Depends-on): Likewise.
20957         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
20958         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
20959         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
20960         "no" on i386, x86_64, ia64.
20961         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
20962         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20963         on i386, x86_64, ia64.
20964         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
20965         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20966         on i386, x86_64, ia64.
20967         * tests/test-vasnprintf-posix.c: Include float.h.
20968         (LDBL80_WORDS): New macro.
20969         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20970         on i386, x86_64, ia64.
20971         * tests/test-vasprintf-posix.c: Include float.h.
20972         (LDBL80_WORDS): New macro.
20973         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20974         on i386, x86_64, ia64.
20975         * tests/test-snprintf-posix.c: Include float.h.
20976         * tests/test-sprintf-posix.c: Likewise.
20977         * tests/test-vsnprintf-posix.c: Likewise.
20978         * tests/test-vsprintf-posix.c: Likewise.
20979
20980 2007-06-05  Bruno Haible  <bruno@clisp.org>
20981
20982         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
20983         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
20984         non-IEEE numbers on i386, x86_64, ia64.
20985         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
20986         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
20987         * tests/test-isnanl.h: Include float.h.
20988         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
20989
20990 2007-06-05  Bruno Haible  <bruno@clisp.org>
20991
20992         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
20993         also the %a / %A. Handle the %a / %A code before this extra handling.
20994
20995 2007-06-05  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
20998         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
20999
21000 2007-06-05  Bruno Haible  <bruno@clisp.org>
21001
21002         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
21003         typo in variable name.
21004
21005 2007-06-05  Eric Blake  <ebb9@byu.net>
21006
21007         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
21008         Reported by Simon Josefsson.
21009
21010 2007-06-04  Bruno Haible  <bruno@clisp.org>
21011
21012         Avoid test failures on some PowerPC platforms.
21013         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
21014         Define differently for PowerPC.
21015         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
21016         Reported by Gary V. Vaughan <gary@gnu.org>.
21017
21018 2007-06-02  Bruno Haible  <bruno@clisp.org>
21019
21020         Fix test-stdint failure on FreeBSD/ia64.
21021         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
21022         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
21023         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
21024         * doc/headers/stdint.texi: Update.
21025
21026 2007-06-01  Bruno Haible  <bruno@clisp.org>
21027
21028         * tests/test-binary-io.c (main): Pass a third argument to open().
21029         Reported by Gary V. Vaughan <gary@gnu.org>.
21030
21031 2007-06-01  Bruno Haible  <bruno@clisp.org>
21032
21033         * doc/functions/frexpl.texi: Update for mingw.
21034
21035 2007-06-01  Bruno Haible  <bruno@clisp.org>
21036
21037         * tests/test-lseek.c (main): Disable test of errno for invalid third
21038         argument.
21039         * doc/functions/lseek.texi: Update.
21040         Reported by Gary V. Vaughan <gary@gnu.org>.
21041
21042 2007-05-28  Bruno Haible  <bruno@clisp.org>
21043
21044         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
21045
21046 2007-05-31  Eric Blake  <ebb9@byu.net>
21047
21048         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
21049         cross compiling.
21050
21051 2007-05-30  Eric Blake  <ebb9@byu.net>
21052         and Bruno Haible  <bruno@clisp.org>
21053
21054         Work around mingw test failures exposed by m4-1.4.9b.
21055         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
21056         * tests/test-unistd.c: Disable uid_t and git_t tests for the
21057         moment.
21058
21059 2007-05-30  Bruno Haible  <bruno@clisp.org>
21060
21061         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
21062         assuming that they are closed. Needed on HP-UX 11.
21063
21064 2007-05-29  Bruno Haible  <bruno@clisp.org>
21065
21066         Fix a problem with #include_next.
21067         * lib/dirent_.h: Split the double-inclusion guard.
21068         * lib/fcntl_.h: Likewise.
21069         * lib/float_.h: Likewise.
21070         * lib/iconv_.h: Likewise.
21071         * lib/inttypes_.h: Likewise.
21072         * lib/locale_.h: Likewise.
21073         * lib/math_.h: Likewise.
21074         * lib/netinet_in_.h: Likewise.
21075         * lib/search_.h: Likewise.
21076         * lib/signal_.h: Likewise.
21077         * lib/stdint_.h: Likewise.
21078         * lib/stdio_.h: Likewise.
21079         * lib/stdlib_.h: Likewise.
21080         * lib/string_.h: Likewise.
21081         * lib/sys_select_.h: Likewise.
21082         * lib/sys_socket_.h: Likewise.
21083         * lib/sys_stat_.h: Likewise.
21084         * lib/sys_time_.h: Likewise.
21085         * lib/sysexits_.h: Likewise.
21086         * lib/time_.h: Likewise.
21087         * lib/unistd_.h: Likewise.
21088         * lib/wchar_.h: Likewise.
21089         * lib/wctype_.h: Likewise.
21090
21091 2007-05-29  Bruno Haible  <bruno@clisp.org>
21092
21093         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
21094         for the moment.
21095
21096 2007-05-29  Bruno Haible  <bruno@clisp.org>
21097
21098         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
21099         invocation.
21100         Reported by Eric Blake.
21101
21102 2007-05-29  Bruno Haible  <bruno@clisp.org>
21103
21104         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
21105         compiling case.
21106
21107 2007-05-29  Eric Blake  <ebb9@byu.net>
21108             Bruno Haible  <bruno@clisp.org>
21109
21110         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
21111         cross compiles.
21112
21113 2007-05-28  Eric Blake  <ebb9@byu.net>
21114
21115         * modules/closein-tests (test_closein_LDADD): Support test on
21116         cygwin with libtool.
21117
21118 2007-05-28  Bruno Haible  <bruno@clisp.org>
21119
21120         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
21121         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
21122         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
21123         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
21124         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
21125         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
21126         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
21127         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
21128         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
21129
21130 2007-05-28  Eric Blake  <ebb9@byu.net>
21131
21132         Unconditionally include <config.h> in unit tests.
21133         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
21134         * tests/test-allocsa.c, tests/test-arcfour.c,
21135         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
21136         tests/test-array_list.c, tests/test-array_oset.c,
21137         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
21138         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
21139         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
21140         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
21141         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
21142         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
21143         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
21144         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
21145         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
21146         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
21147         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
21148         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
21149         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
21150         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
21151         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
21152         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
21153         test-md5.c, test-memmem.c, test-printf-posix.c,
21154         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
21155         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
21156         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
21157         test-strcasestr.c, test-striconv.c, test-striconveh.c,
21158         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
21159         test-vasnprintf-posix2.c, test-vasnprintf.c,
21160         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
21161         test-vfprintf-posix.c, test-vprintf-posix.c,
21162         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
21163         test-xvasprintf.c: Likewise.
21164
21165 2007-05-28  Bruno Haible  <bruno@clisp.org>
21166
21167         * gnulib-tool (func_import): Remember the --with-tests command-line
21168         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
21169         Reported by Eric Blake.
21170
21171 2007-05-28  Bruno Haible  <bruno@clisp.org>
21172
21173         * modules/ftell-tests: New file.
21174         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
21175         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
21176
21177         * lib/ftell.c: New file.
21178         * modules/ftell: New file.
21179         * m4/ftell.m4: New file.
21180         * doc/functions/ftell.texi: Update.
21181         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
21182         REPLACE_FTELL.
21183         * lib/stdio_.h (rpl_ftell): New declaration.
21184         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
21185         REPLACE_FTELL.
21186
21187 2007-05-28  Eric Blake  <ebb9@byu.net>
21188
21189         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
21190
21191 2007-05-28  Bruno Haible  <bruno@clisp.org>
21192
21193         * modules/fseek-tests: New file.
21194         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
21195         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
21196
21197         * lib/fseek.c: New file.
21198         * modules/fseek: New file.
21199         * m4/fseek.m4: New file.
21200         * doc/functions/fseek.texi: Update.
21201         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
21202         REPLACE_FSEEK.
21203         * lib/stdio_.h (rpl_fseek): New declaration.
21204         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
21205         REPLACE_FSEEK.
21206
21207 2007-05-28  Bruno Haible  <bruno@clisp.org>
21208
21209         * lib/stdio_.h (fflush): More comments.
21210
21211 2007-05-28  Bruno Haible  <bruno@clisp.org>
21212
21213         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
21214         runtime test.
21215
21216 2007-05-28  Eric Blake  <ebb9@byu.net>
21217
21218         Improve lseek module.
21219         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
21220         * lib/unistd_.h (lseek): Scale back link warning message.
21221         * tests/test-lseek.c: Beef up test.
21222         * tests/test-lseek.sh: Exercise more facets of lseek.
21223         Reported by Bruno Haible.
21224
21225 2007-05-28  Bruno Haible  <bruno@clisp.org>
21226
21227         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
21228         to define.
21229
21230 2007-05-27  Bruno Haible  <bruno@clisp.org>
21231
21232         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
21233
21234 2007-05-27  Bruno Haible  <bruno@clisp.org>
21235
21236         * modules/openmp: New file.
21237         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
21238         Noah Misch.
21239
21240 2007-05-26  Bruno Haible  <bruno@clisp.org>
21241
21242         * modules/chdir-long (Depends-on): Add fchdir.
21243         * modules/chdir-safer (Depends-on): Likewise.
21244         * modules/fts (Depends-on): Likewise.
21245         * modules/fts-lgpl (Depends-on): Likewise.
21246         * modules/openat (Depends-on): Likewise.
21247         * modules/savewd (Depends-on): Likewise.
21248
21249 2007-05-24  Eric Blake  <ebb9@byu.net>
21250
21251         Fix lseek on mingw.
21252         * modules/lseek: New module.
21253         * m4/lseek.m4: New file.
21254         * lib/lseek.c: New file.
21255         * modules/lseek-tests: New file.
21256         * tests/test-lseek.c: New file.
21257         * tests/test-lseek.sh: New file.
21258         * MODULES.html.sh: Document lseek module.
21259         * modules/fflush (Depends-on): Add lseek, fseeko.
21260         * modules/fseeko (Depends-on): Likewise.
21261         * modules/ftello (Depends-on): Likewise.
21262         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
21263         broken.
21264         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
21265         broken.
21266         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
21267         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
21268         * lib/ftello.c (rpl_ftello): Likewise.
21269         * tests/test-fseeko.c (main): Test this.
21270         * tests/test-fseeko.sh: Likewise.
21271         * tests/test-ftello.c (main): Likewise.
21272         * tests/test-ftello.sh: Likewise.
21273         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
21274         implies replacing fseek.
21275         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
21276         HAVE_FTELLO.
21277         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
21278         * modules/unistd (Makefile.am): Likewise.
21279         * lib/unistd_.h (lseek): Declare a replacement.
21280         * doc/functions/lseek.texi (lseek): Document this fix.
21281         * doc/functions/fseek.texi (fseek): Likewise.
21282         * doc/functions/ftell.texi (ftell): Likewise.
21283
21284 2007-05-24  Bruno Haible  <bruno@clisp.org>
21285
21286         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
21287         in the printed representation of a NaN.
21288         * tests/test-vasprintf-posix.c (test_function): Likewise.
21289         * tests/test-snprintf-posix.h (test_function): Likewise.
21290         * tests/test-sprintf-posix.h (test_function): Likewise.
21291         Reported by Eric Blake.
21292
21293 2007-05-23  Eric Blake  <ebb9@byu.net>
21294
21295         Fix fseeko/ftello on cygwin 1.5.24.
21296         * doc/functions/fseeko.texi (fseeko): Document the fix.
21297         * doc/functions/ftello.texi (ftello): Document the fix.
21298         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
21299         * doc/functions/stdout.text (stdout): New file.
21300         * doc/functions/stderr.text (stderr): New file.
21301         * doc/gnulib.texi (Function Substitutes): Use new files.
21302         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
21303         prior to 1.7.0.
21304         * tests/test-ftello.c (main): Likewise for ftello.
21305         * tests/test-fseeko.sh: New file.
21306         * tests/test-ftello.sh: New file.
21307         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
21308         with seekable stdin.
21309         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
21310         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
21311         (gl_REPLACE_FSEEKO): New macro.
21312         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
21313         * modules/fseeko (Files): Distribute fseeko.c.
21314         * modules/ftello (Files): Distribute ftello.c.
21315         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
21316         mode.
21317         * lib/ftello.c (rpl_ftello): New file.
21318         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
21319         fseeko, ftello.
21320         (gl_STDIN_LARGE_OFFSET): New macro.
21321         * modules/stdio (Makefile.am): Perform the replacement.
21322         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
21323
21324 2007-05-23  Bruno Haible  <bruno@clisp.org>
21325
21326         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
21327         GNULIB_POSIXCHECK is defined.
21328
21329 2007-05-21  Bruno Haible  <bruno@clisp.org>
21330
21331         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
21332         Check also the output for NaN arguments. When cross-compiling, guess
21333         no on IRIX.
21334         * lib/vasnprintf.c: Update comments.
21335         * tests/test-vasnprintf-posix.c (strisnan): New function.
21336         (test_function): Use it.
21337         * tests/test-vasprintf-posix.c (strisnan): New function.
21338         (test_function): Use it.
21339         * tests/test-snprintf-posix.h (strisnan): New function.
21340         (test_function): Use it.
21341         * tests/test-sprintf-posix.h (strisnan): New function.
21342         (test_function): Use it.
21343         Reported by Eric Blake.
21344
21345 2007-05-20  Bruno Haible  <bruno@clisp.org>
21346
21347         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
21348         numbers that fails on BeOS.
21349         * doc/functions/frexpl.texi: Update.
21350
21351 2007-05-20  Jim Meyering  <jim@meyering.net>
21352
21353         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
21354         forced upon us by glibc-2.6.
21355
21356 2007-05-20  Bruno Haible  <bruno@clisp.org>
21357
21358         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
21359         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
21360         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
21361         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
21362         NEED_PRINTF_INFINITE.
21363         (is_infinitel): New function.
21364         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
21365         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
21366         gl_PREREQ_VASNPRINTF_INFINITE.
21367         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
21368         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21369         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
21370         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
21371         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
21372         gl_PREREQ_VASNPRINTF_INFINITE.
21373         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21374         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21375         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21376         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21377         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21378         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21379         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21380         * doc/functions/fprintf.texi: Update.
21381         * doc/functions/printf.texi: Update.
21382         * doc/functions/snprintf.texi: Update.
21383         * doc/functions/sprintf.texi: Update.
21384         * doc/functions/vfprintf.texi: Update.
21385         * doc/functions/vprintf.texi: Update.
21386         * doc/functions/vsnprintf.texi: Update.
21387         * doc/functions/vsprintf.texi: Update.
21388
21389 2007-05-20  Bruno Haible  <bruno@clisp.org>
21390
21391         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
21392         was not found in libc.
21393         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
21394
21395 2007-05-20  Bruno Haible  <bruno@clisp.org>
21396
21397         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
21398         printed as "-nan" instead of "nan".
21399         * tests/test-vasprintf-posix.c (test_function): Likewise.
21400         * tests/test-snprintf-posix.h (test_function): Likewise.
21401         * tests/test-sprintf-posix.h (test_function): Likewise.
21402         Needed for HP-UX 11.
21403
21404 2007-05-20  Jim Meyering  <jim@meyering.net>
21405
21406         Fix buggy test for the fchownat-deref bug.
21407         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
21408         symlink required for the run-test.  Without it, this test would
21409         always declare that fchownat doesn't work, and client code would
21410         unnecessarily use the replacement function with fixed libc.
21411         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
21412         Reported by Greg Schafer.
21413
21414 2007-05-19  Bruno Haible  <bruno@clisp.org>
21415
21416         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
21417         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
21418         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
21419         Needed for IRIX 6.5 and Solaris 2.5.1.
21420
21421 2007-05-19  Bruno Haible  <bruno@clisp.org>
21422
21423         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
21424         (test_function): Skip tests involving -0.0 on platforms where
21425         -0.0 = 0.0.
21426         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
21427         (test_function): Skip tests involving -0.0 on platforms where
21428         -0.0 = 0.0.
21429         * tests/test-snprintf-posix.h (have_minus_zero): New function.
21430         (test_function): Skip tests involving -0.0 on platforms where
21431         -0.0 = 0.0.
21432         * tests/test-sprintf-posix.h (have_minus_zero): New function.
21433         (test_function): Skip tests involving -0.0 on platforms where
21434         -0.0 = 0.0.
21435         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
21436         tests.
21437         * tests/test-printf-posix.h (test_function): Likewise.
21438         * tests/test-printf-posix.output: Remove all -0.0 related results.
21439         Needed for IRIX 6.5.
21440
21441 2007-05-19  Bruno Haible  <bruno@clisp.org>
21442
21443         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
21444         printed as "nan0x7fffffff" instead of "nan".
21445         * tests/test-vasprintf-posix.c (test_function): Likewise.
21446         * tests/test-snprintf-posix.h (test_function): Likewise.
21447         * tests/test-sprintf-posix.h (test_function): Likewise.
21448         * tests/test-fprintf-posix.h (NaN): Remove macro.
21449         (test_function): Remove all NaN related tests.
21450         * tests/test-printf-posix.h (NaN): Remove macro.
21451         (test_function): Remove all NaN related tests.
21452         * tests/test-printf-posix.output: Remove all NaN related results.
21453         Needed for IRIX 6.5.
21454
21455 2007-05-19  Bruno Haible  <bruno@clisp.org>
21456
21457         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
21458         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
21459
21460 2007-05-19  Bruno Haible  <bruno@clisp.org>
21461
21462         * lib/float_.h: New file.
21463         * m4/float_h.m4: New file.
21464         * modules/float: New file.
21465         * modules/isnanl (Dependencies): Add float.
21466         * modules/isnanl-nolibm (Dependencies): Likewise.
21467         * modules/mathl (Dependencies): Likewise.
21468         * modules/printf-frexpl (Dependencies): Likewise.
21469         * modules/signbit (Dependencies): Likewise.
21470         * modules/vasnprintf (Dependencies): Likewise.
21471         * doc/headers/float.texi: Update.
21472
21473 2007-05-19  Jim Meyering  <jim@meyering.net>
21474
21475         * lib/utimens.c (gl_futimens): Rename from futimens,
21476         now that glibc-2.6 declares futimens.
21477         * lib/utimens.h: Likewise.
21478
21479 2007-05-19  Bruno Haible  <bruno@clisp.org>
21480
21481         Avoid test failures on mingw.
21482         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
21483         * tests/test-printf-posix.sh: Likewise.
21484         * tests/test-vfprintf-posix.sh: Likewise.
21485         * tests/test-vprintf-posix.sh: Likewise.
21486
21487 2007-05-19  Bruno Haible  <bruno@clisp.org>
21488
21489         Fix *printf result for NaN, Inf, -0.0 on mingw.
21490         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
21491         * lib/vasnprintf.c: Include math.h and isnan.h.
21492         (is_infinite_or_zero): New function.
21493         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
21494         values in the %f, %F, %e, %E, %g, %G directives.
21495         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
21496         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21497         gl_PRINTF_INFINITE and test its result. Invoke
21498         gl_PREREQ_VASNPRINTF_INFINITE.
21499         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21500         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21501         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21502         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21503         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21504         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21505         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21506         * doc/functions/fprintf.texi: Update.
21507         * doc/functions/printf.texi: Update.
21508         * doc/functions/snprintf.texi: Update.
21509         * doc/functions/sprintf.texi: Update.
21510         * doc/functions/vfprintf.texi: Update.
21511         * doc/functions/vprintf.texi: Update.
21512         * doc/functions/vsnprintf.texi: Update.
21513         * doc/functions/vsprintf.texi: Update.
21514
21515 2007-05-19  Bruno Haible  <bruno@clisp.org>
21516
21517         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
21518         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
21519         Instead of multiplying with 10^k, set extra_zeroes to k.
21520         (scale10_round_long_double): Remove function.
21521
21522 2007-05-18  Bruno Haible  <bruno@clisp.org>
21523
21524         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
21525         introduced on 2007-05-06.
21526
21527 2007-05-18  Bruno Haible  <bruno@clisp.org>
21528
21529         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
21530         %g directives.
21531         * tests/test-vasprintf-posix.c (test_function): Likewise.
21532         * tests/test-snprintf-posix.h (test_function): Likewise.
21533         * tests/test-sprintf-posix.h (test_function): Likewise.
21534
21535 2007-05-18  Bruno Haible  <bruno@clisp.org>
21536
21537         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
21538         (strmatch): New function.
21539         (test_function): Test the %f directive on numbers of various exponents.
21540         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
21541         (strmatch): New function.
21542         (test_function): Test the %f directive on numbers of various exponents.
21543         * tests/test-snprintf-posix.h (strmatch): New function.
21544         (test_function): Test the %f directive on numbers of various exponents.
21545         * tests/test-sprintf-posix.h (strmatch): New function.
21546         (test_function): Test the %f directive on numbers of various exponents.
21547         * tests/test-snprintf-posix.c (SIZEOF): New macro.
21548         * tests/test-sprintf-posix.c (SIZEOF): New macro.
21549         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
21550         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
21551
21552 2007-05-18  Bruno Haible  <bruno@clisp.org>
21553
21554         Add support for 'long double' number output.
21555         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
21556         * lib/vasnprintf.c: Include math.h and float+.h.
21557         (mp_limb_t): New type.
21558         (GMP_LIMB_BITS): New macro.
21559         (mp_twolimb_t): New type.
21560         (GMP_TWOLIMB_BITS): New macro.
21561         (mpn_t): New type.
21562         (multiply, divide, convert_to_decimal, decode_long_double,
21563         scale10_round_long_double, scale10_round_decimal_long_double,
21564         floorlog10l): New functions.
21565         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
21566         for the %f, %F, %e, %E, %g, %G directives.
21567         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
21568         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21569         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
21570         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
21571         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21572         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21573         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21574         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21575         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21576         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21577         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21578         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
21579         * modules/snprintf-posix (Depends-on): Likewise.
21580         * modules/sprintf-posix (Depends-on): Likewise.
21581         * modules/vasnprintf-posix (Depends-on): Likewise.
21582         * modules/vasprintf-posix (Depends-on): Likewise.
21583         * modules/vfprintf-posix (Depends-on): Likewise.
21584         * modules/vsnprintf-posix (Depends-on): Likewise.
21585         * modules/vsprintf-posix (Depends-on): Likewise.
21586         * modules/vasnprintf (Files): Add lib/float+.h.
21587         * doc/functions/fprintf.texi: Update.
21588         * doc/functions/printf.texi: Update.
21589         * doc/functions/snprintf.texi: Update.
21590         * doc/functions/sprintf.texi: Update.
21591         * doc/functions/vfprintf.texi: Update.
21592         * doc/functions/vprintf.texi: Update.
21593         * doc/functions/vsnprintf.texi: Update.
21594         * doc/functions/vsprintf.texi: Update.
21595
21596 2007-05-18  Bruno Haible  <bruno@clisp.org>
21597
21598         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
21599
21600 2007-05-18  Bruno Haible  <bruno@clisp.org>
21601
21602         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
21603         for printing 64-bit integers. Needed for mingw.
21604
21605 2007-05-18  Bruno Haible  <bruno@clisp.org>
21606
21607         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21608         gl_FUNC_FREXPL_WORKS.
21609         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
21610
21611 2007-05-18  Bruno Haible  <bruno@clisp.org>
21612
21613         * modules/frexpl-nolibm-tests: New file.
21614
21615         * modules/frexpl-nolibm: New file.
21616         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
21617
21618 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21619
21620         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
21621         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
21622         GCC 4.2, which otherwise issues a lot of warnings.
21623         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
21624         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
21625         Likewise.
21626         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
21627         * modules/iconv_open (iconv.h): Likewise.
21628         * modules/locale (locale.h): Likewise.
21629         * modules/netinet_in (netinet/in.h): Likewise.
21630         * modules/sys_select (sys_select.h): Likewise.
21631         * modules/sys_socket (sys/socket.h): Likewise.
21632         * modules/sys_stat (sys/stat.h): Likewise.
21633         * modules/sysexits (sysexits.h): Likewise.
21634         * modules/unistd (unistd.h): Likewise.
21635
21636 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21637
21638         * modules/closein-tests (Makefile.am): Distribute
21639         `test-closein.sh'.
21640
21641 2007-05-17  Bruno Haible  <bruno@clisp.org>
21642
21643         * tests/test-printf-posix.output: Renamed from
21644         tests/test-fprintf-posix.out.
21645         * modules/fprintf-posix-tests: Update.
21646         * modules/printf-posix-tests: Update.
21647         * modules/vfprintf-posix-tests: Update.
21648         * modules/vprintf-posix-tests: Update.
21649         * tests/test-fprintf-posix.sh: Update.
21650         * tests/test-printf-posix.sh: Update.
21651         * tests/test-vfprintf-posix.sh: Update.
21652         * tests/test-vprintf-posix.sh: Update.
21653         Reported by Ralf Wildenhues.
21654
21655 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21656
21657         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
21658         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
21659         GCC 4.2, which otherwise issues a lot of warnings.
21660         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
21661         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
21662         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
21663         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
21664         it should no longer be needed.
21665         * lib/string_.h: Likewise.
21666         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
21667         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
21668         * modules/inttypes (inttypes.h): Likewise.
21669         * modules/math (math.h): Likewise.
21670         * modules/search (search.h): Likewise.
21671         * modules/signal (signal.h): Likewise.
21672         * modules/stdint (stdint.h): Likewise.
21673         * modules/stdio (stdio.h): Likewise.
21674         * modules/stdlib (stdlib.h): Likewise.
21675         * modules/string (string.h): Likewise.
21676         * modules/sys_time (sys/time.h): Likewise.
21677         * modules/time (time.h): Likewise.
21678         * modules/wchar (wchar.h): Likewise.
21679         * modules/wctype (wtype.h): Likewise.
21680
21681 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
21682
21683         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
21684
21685 2007-05-13  Bruno Haible  <bruno@clisp.org>
21686
21687         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
21688         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
21689         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
21690         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21691         (gl_PREREQ_STRTOK_R): Don't require it here.
21692
21693 2007-05-13  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
21696         when used in C++ mode.
21697
21698 2007-05-12  Bruno Haible  <bruno@clisp.org>
21699
21700         * lib/linebuffer.h: Tweak doc.
21701         * lib/linebuffer.c: Likewise.
21702
21703 2007-05-12  James Youngman  <jay@gnu.org>
21704
21705         * lib/linebuffer.c (readlinebuffer_delim): New function,
21706         like readlinebuffer, but use a caller-specified delimiter.
21707         (readlinebuffer): Just call readlinebuffer_delim with '\n'
21708         as the delimiter.
21709         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
21710
21711 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21712
21713         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
21714         * modules/openat (Files): Remove openat-die.c.
21715         (Depends-on): Add openat-die.
21716         * modules/openat-die: New module.
21717
21718 2007-05-06  Bruno Haible  <bruno@clisp.org>
21719
21720         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
21721         Update with info about Cygwin.
21722         * doc/functions/fprintf.texi: Update.
21723         * doc/functions/printf.texi: Update.
21724         * doc/functions/snprintf.texi: Update.
21725         * doc/functions/sprintf.texi: Update.
21726         * doc/functions/vfprintf.texi: Update.
21727         * doc/functions/vprintf.texi: Update.
21728         * doc/functions/vsnprintf.texi: Update.
21729         * doc/functions/vsprintf.texi: Update.
21730         Reported by Eric Blake.
21731
21732 2007-05-06  Bruno Haible  <bruno@clisp.org>
21733
21734         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
21735         padding ourselves for the floating-point directives.
21736         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
21737         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
21738         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21739         gl_PRINTF_FLAG_ZERO and test its result. Invoke
21740         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
21741         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21742         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
21743         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21744         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21745         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21746         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21747         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21748         * tests/test-snprintf-posix.h (test_function): Also check the width
21749         and some flags in the %f directive.
21750         * tests/test-sprintf-posix.h (test_function): Likewise.
21751         * tests/test-vasnprintf-posix.c (test_function): Likewise.
21752         * tests/test-vasprintf-posix.c (test_function): Likewise.
21753         * doc/functions/fprintf.texi: Update.
21754         * doc/functions/printf.texi: Update.
21755         * doc/functions/snprintf.texi: Update.
21756         * doc/functions/sprintf.texi: Update.
21757         * doc/functions/vfprintf.texi: Update.
21758         * doc/functions/vprintf.texi: Update.
21759         * doc/functions/vsnprintf.texi: Update.
21760         * doc/functions/vsprintf.texi: Update.
21761
21762 2007-05-06  Bruno Haible  <bruno@clisp.org>
21763
21764         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
21765         pass the ' flag character to sprintf or snprintf.
21766         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
21767         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
21768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21769         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
21770         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
21771         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
21773         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21774         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21775         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21776         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21777         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21778         * tests/test-snprintf-posix.h (test_function): Also check the grouping
21779         flag.
21780         * tests/test-sprintf-posix.h (test_function): Likewise.
21781         * tests/test-vasnprintf-posix.c (test_function): Likewise.
21782         * tests/test-vasprintf-posix.c (test_function): Likewise.
21783         * doc/functions/fprintf.texi: Update.
21784         * doc/functions/printf.texi: Update.
21785         * doc/functions/snprintf.texi: Update.
21786         * doc/functions/sprintf.texi: Update.
21787         * doc/functions/vfprintf.texi: Update.
21788         * doc/functions/vprintf.texi: Update.
21789         * doc/functions/vsnprintf.texi: Update.
21790         * doc/functions/vsprintf.texi: Update.
21791
21792 2007-05-01  Bruno Haible  <bruno@clisp.org>
21793
21794         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
21795
21796 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
21797
21798         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
21799         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
21800
21801 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21802
21803         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
21804         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
21805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
21806
21807 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
21808
21809         * lib/argp-help.c (struct hol_entry): New member `ord'.
21810         (HOL_ENTRY_PTRCMP): Use ord for comparison
21811         (hol_sort): Initialize ord.
21812
21813 2007-05-01  Bruno Haible  <bruno@clisp.org>
21814
21815         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
21816         Reported by Eric Blake.
21817         * doc/gnulib.texi (Function Substitutes): Update.
21818
21819 2007-05-01  Bruno Haible  <bruno@clisp.org>
21820
21821         * doc/functions.texi: Remove file, now redundant through
21822         doc/functions/*.texi.
21823
21824 2007-05-01  Bruno Haible  <bruno@clisp.org>
21825
21826         * modules/argp (Depends-on): Add sleep.
21827
21828 2007-05-01  Bruno Haible  <bruno@clisp.org>
21829
21830         * modules/sleep-tests: New file.
21831         * tests/test-sleep.c: New file.
21832
21833         * modules/sleep: New file.
21834         * lib/sleep.c: New file.
21835         * m4/sleep.m4: New file.
21836         * lib/unistd_.h (sleep): New declaration.
21837         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
21838         HAVE_SLEEP.
21839         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
21840         * doc/functions/sleep.texi: Document the sleep module.
21841
21842 2007-05-01  Bruno Haible  <bruno@clisp.org>
21843
21844         * lib/sigprocmask.h: Remove file.
21845         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
21846         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
21847         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
21848         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
21849         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
21850         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
21851         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
21852         HAVE_SIGSET_T as a shell variable.
21853         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
21854         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
21855         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
21856         (Depends-on): Add signal. Remove verify.
21857         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
21858         (Include): Mention <signal.h> instead of sigprocmask.h.
21859         * NEWS: Mention the change.
21860         * lib/fatal-signal.c: Don't include sigprocmask.h.
21861
21862 2007-05-01  Bruno Haible  <bruno@clisp.org>
21863
21864         * modules/signal: New file.
21865         * lib/signal_.h: New file.
21866         * m4/signal_h.m4: New file.
21867
21868 2007-05-01  Bruno Haible  <bruno@clisp.org>
21869
21870         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
21871         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
21872         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
21873         HAVE_WCTYPE_CTMP_BUG into wctype.h.
21874
21875 2007-05-01  Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
21878         configure time.
21879         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
21880         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
21881         * modules/sys_stat (Makefile.am): Substitute their values into
21882         sys/stat.h.
21883
21884 2007-05-01  Bruno Haible  <bruno@clisp.org>
21885
21886         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
21887         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
21888         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
21889
21890 2007-05-01  Bruno Haible  <bruno@clisp.org>
21891
21892         * doc/header/assert.texi: Undo last change: don't mention the gnulib
21893         'assert' module here.
21894
21895 2007-05-01  Bruno Haible  <bruno@clisp.org>
21896
21897         * doc/functions/*.texi: New files.
21898         * doc/functions/google-ranking.txt: New file.
21899         * doc/gnulib.texi (Function Substitutes): New chapter.
21900         (ctime, inet_ntoa): Remove sections.
21901         * doc/ctime.texi: Remove file.
21902         * doc/inet_ntoa.texi: Remove file.
21903         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
21904         dependencies.
21905         (%.info): New rule, specifying a --reference-limit.
21906
21907 2007-05-01  Bruno Haible  <bruno@clisp.org>
21908
21909         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
21910
21911 2007-05-01  Bruno Haible  <bruno@clisp.org>
21912
21913         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
21914         the portability of 'mkdir' to mingw systems.
21915
21916 2007-05-01  Bruno Haible  <bruno@clisp.org>
21917
21918         * doc/headers/google-ranking.txt: New file.
21919
21920 2007-04-30  Eric Blake  <ebb9@byu.net>
21921
21922         Prefer fseeko to fseek.
21923         * modules/getpass (Depends-on): Add fseeko.
21924         * lib/getpass.c (getpass): Use fseeko, not fseek.
21925
21926 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
21927
21928         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
21929         assumes the sorting is stable, while most qsort implementations
21930         are not.  Use argument addresses to ensure they never compare as
21931         equal.
21932
21933         * tests/test-argp-2.sh (usage-indent test): Fix output
21934         (func_compare): Restore diff options
21935         * tests/test-argp.c: Restore #include "progname.h"
21936
21937 2007-04-29  Bruno Haible  <bruno@clisp.org>
21938
21939         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
21940         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21941         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
21942         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21943         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
21944         (configure.ac): Define CHECK_SNPRINTF_POSIX.
21945         (TESTS, check_PROGRAMS): Add test-snprintf.
21946         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
21947         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
21948         (TESTS, check_PROGRAMS): Add test-vsnprintf.
21949         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
21950         assertions that fail on HP-UX, OSF/1, or IRIX.
21951         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
21952
21953 2007-04-29  Bruno Haible  <bruno@clisp.org>
21954
21955         * MODULES.html.sh (posix_functions): Remove 'contents'.
21956
21957 2007-04-29  Karl Berry  <karl@gnu.org>
21958
21959         * config/srclist.txt (gendocs_template_min): new entry.
21960
21961 2007-04-29  Bruno Haible  <bruno@clisp.org>
21962
21963         Work around fpurge bug on BSD systems.
21964         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
21965         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
21966         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
21967         fpurge to rpl_fpurge if the system already has this function.
21968         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
21969         the case where the system already has this function. Correct invariants
21970         on BSD systems.
21971         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
21972         BSD systems.
21973
21974 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
21975
21976         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
21977         proposed by Sven Verdoolaege.
21978
21979         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
21980         options.
21981         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
21982         (usage and help tests): Update
21983
21984 2007-04-29  Bruno Haible  <bruno@clisp.org>
21985
21986         * tests/test-fflush.c (main): Use a file of size 17, not 10.
21987         Print more information in case of failure. Disable a test on BeOS.
21988
21989 2007-04-29  Bruno Haible  <bruno@clisp.org>
21990
21991         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
21992         This helps debugging on systems on which no gdb is available.
21993
21994 2007-04-29  Bruno Haible  <bruno@clisp.org>
21995
21996         * lib/freading.h: Improve comments.
21997         * lib/fwriting.h: Likewise.
21998         * tests/test-freading.c (main): Don't check freading immediately after
21999         repositioning. Needed for glibc.
22000
22001 2007-04-29  Bruno Haible  <bruno@clisp.org>
22002
22003         * lib/freading.c (freading): Trivial simplification.
22004
22005 2007-04-28  Bruno Haible  <bruno@clisp.org>
22006
22007         * tests/test-fwriting.c (main): Also test the interaction between
22008         fflush and fwriting.
22009         * modules/fwriting-tests (Depends-on): Add fflush.
22010
22011         * tests/test-freading.c (main): Also test the interaction between
22012         fflush and freading.
22013         * modules/freading-tests (Depends-on): Add fflush.
22014
22015 2007-04-28  Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
22018         fseeko and ftello.
22019         Suggested by Eric Blake.
22020
22021 2007-04-28  Jim Meyering  <jim@meyering.net>
22022
22023         Avoid false-negative in gl_STDINT_H's C99 conformance test.
22024         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
22025         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
22026
22027 2007-04-27  Eric Blake  <ebb9@byu.net>
22028
22029         * doc/headers/assert.texi (assert.h): Document assert module use.
22030
22031 2007-04-27  Bruno Haible  <bruno@clisp.org>
22032
22033         * doc/headers/*.texi: New files.
22034         * doc/gnulib.texi (Header File Substitutes): New chapter.
22035         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
22036         dependencies.
22037         (standards.info ,standards.html, standards.dvi): Update dependencies.
22038         (mostlyclean, clean): New targets.
22039
22040 2007-04-27  Bruno Haible  <bruno@clisp.org>
22041
22042         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
22043         * modules/sysexits (Files, Makefile.am): Update.
22044
22045         * lib/sys_socket_.h: Renamed from lib/socket_.h.
22046         * modules/sys_socket (Files, Makefile.am): Update.
22047
22048         * lib/sys_stat_.h: Renamed from lib/stat_.h.
22049         * modules/sys_stat (Files, Makefile.am): Update.
22050
22051 2007-04-27  Eric Blake  <ebb9@byu.net>
22052
22053         * lib/freading.h: Improve comments.
22054         * lib/fwriting.h: Likewise.
22055         * lib/fflush.c: Likewise.
22056
22057         Fix closein for mingw.
22058         * modules/closein-tests: Add tests for closein.
22059         * tests/test-closein.c: New file.
22060         * tests/test-closein.sh: Likewise.
22061         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
22062         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
22063
22064 2007-04-27  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
22067         version is < 6.
22068         * lib/math_.h [__DECC]: Likewise.
22069         * lib/stdio_.h [__DECC]: Likewise.
22070         * lib/stdlib_.h [__DECC]: Likewise.
22071         * lib/string_.h [__DECC]: Likewise.
22072         * lib/time_.h [__DECC]: Likewise.
22073         * lib/wchar_.h [__DECC]: Likewise.
22074         * lib/wctype_.h [__DECC]: Likewise.
22075
22076 2007-04-27  Bruno Haible  <bruno@clisp.org>
22077
22078         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
22079
22080 2007-04-27  Bruno Haible  <bruno@clisp.org>
22081
22082         * lib/fflush.c: Add comments.
22083         * modules/fpurge-tests (Depends-on): Add fflush.
22084         * modules/freadable-tests (Depends-on): Likewise.
22085         * modules/fwritable-tests (Depends-on): Likewise.
22086
22087 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
22088
22089         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
22090         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
22091         Report by Bruno Haible <bruno@clisp.org>.
22092
22093 2007-04-26  Eric Blake  <ebb9@byu.net>
22094
22095         Fix fflush on mingw.
22096         * modules/fflush (Depends-on): Add freading.
22097         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
22098         but unread data.
22099
22100 2007-04-26  Eric Blake  <ebb9@byu.net>
22101         and Bruno Haible  <bruno@clisp.org>
22102
22103         Implement freading and fwriting.
22104         * lib/freading.c: New file.
22105         * lib/freading.h: Likewise.
22106         * m4/freading.m4: Likewise.
22107         * modules/freading: Likewise.
22108         * modules/freading-tests: Likewise.
22109         * tests/test-freading.c: Likewise.
22110         * lib/fwriting.c: New file.
22111         * lib/fwriting.h: Likewise.
22112         * m4/fwriting.m4: Likewise.
22113         * modules/fwriting: Likewise.
22114         * modules/fwriting-tests: Likewise.
22115         * tests/test-fwriting.c: Likewise.
22116         * MODULES.html.sh (File stream based Input/Output): Mention them.
22117
22118 2007-04-26  Bruno Haible  <bruno@clisp.org>
22119
22120         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
22121         'long' when we assume it.
22122         Suggested by Eric Blake.
22123
22124 2007-04-26  Bruno Haible  <bruno@clisp.org>
22125
22126         Ensure fseeko, ftello are declared on glibc systems.
22127         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
22128         * modules/fseeko (configure.ac-early): Likewise.
22129         * modules/ftello (configure.ac-early): Likewise.
22130         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
22131         AC_FUNC_FSEEKO for this.
22132         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
22133         (gl_CHECK_FSEEKO): Remove macro.
22134
22135 2007-04-26  Bruno Haible  <bruno@clisp.org>
22136
22137         * tests/test-fflush.c (main): Also check the ftell result after
22138         fflush and fseek/fseeko.
22139         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
22140         file descriptor position cache in the stream.
22141         * lib/fseeko.c (rpl_fseeko): Likewise.
22142
22143 2007-04-26  Bruno Haible  <bruno@clisp.org>
22144
22145         * modules/fflush-tests (Depends-on): Add fseeko.
22146
22147 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
22148             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22149
22150         * lib/argz_.h: ensure error_t definition is obtained in same
22151         mechanism system argz.h would have.
22152         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
22153         argz facilities are known bad.  Err on the side of caution if
22154         cross-compiling.
22155
22156 2007-04-25  Eric Blake  <ebb9@byu.net>
22157
22158         * lib/fpurge.c (includes): Use stdlib.h for free.
22159         * tests/test-fflush.c (main): Also test fflush-fseeko.
22160
22161 2007-04-25  Bruno Haible  <bruno@clisp.org>
22162
22163         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
22164         * lib/fseeko.c: New file.
22165         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
22166         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
22167         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
22168         gl_FUNC_FSEEKO.
22169         (gl_FUNC_FSEEKO): Invoke it.
22170         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
22171         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
22172         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
22173
22174 2007-04-25  Bruno Haible  <bruno@clisp.org>
22175
22176         * modules/fflush (Depends-on): Add ftello.
22177
22178 2007-04-25  Bruno Haible  <bruno@clisp.org>
22179
22180         * modules/ftello-tests: New file.
22181         * tests/test-ftello.c: New file.
22182
22183         * modules/ftello: New file.
22184         * m4/ftello.m4: New file.
22185         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
22186         HAVE_FTELLO.
22187         * lib/stdio_.h (ftello): New declaration.
22188         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
22189         HAVE_FTELLO.
22190
22191 2007-04-25  Bruno Haible  <bruno@clisp.org>
22192
22193         * modules/fseeko-tests: New file.
22194         * tests/test-fseeko.c: New file.
22195
22196         * modules/fseeko: New file.
22197         * m4/fseeko.m4: New file.
22198         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
22199         HAVE_FSEEKO.
22200         * lib/stdio_.h (fseeko): New declaration.
22201         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
22202         HAVE_FSEEKO.
22203
22204 2007-04-25  Bruno Haible  <bruno@clisp.org>
22205
22206         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
22207
22208 2007-04-25  Bruno Haible  <bruno@clisp.org>
22209
22210         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
22211         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
22212         * tests/test-unistd.c: Likewise.
22213         * tests/test-fcntl.c: Likewise.
22214
22215 2007-04-23  Eric Blake  <ebb9@byu.net>
22216
22217         * lib/fflush.c: Fix missing include.
22218         Reported by Bruno Haible.
22219
22220 2007-04-23  Bruno Haible  <bruno@clisp.org>
22221
22222         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
22223         Reported by Eric Blake.
22224
22225 2007-04-23  Bruno Haible  <bruno@clisp.org>
22226
22227         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
22228
22229 2007-04-23  Bruno Haible  <bruno@clisp.org>
22230
22231         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
22232
22233 2007-04-23  Bruno Haible  <bruno@clisp.org>
22234
22235         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
22236         Needed on HP-UX 11.
22237
22238 2007-04-16  Eric Blake  <ebb9@byu.net>
22239
22240         Make fflush rely on fpurge.
22241         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
22242         open coding all variants.
22243         * modules/fflush (Depends-on): Add fpurge and unistd.
22244         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
22245         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
22246
22247         Fix --with-tests compilation on cygwin.
22248         * modules/argmatch-tests (Makefile.am): List gnulib library first
22249         in LDADD.
22250         * modules/argp-tests (Makefile.am): Likewise.
22251         * modules/array-list-tests (Makefile.am): Likewise.
22252         * modules/array-oset-tests (Makefile.am): Likewise.
22253         * modules/avltree-list-tests (Makefile.am): Likewise.
22254         * modules/avltree-oset-tests (Makefile.am): Likewise.
22255         * modules/avltreehash-list-tests (Makefile.am): Likewise.
22256         * modules/carray-list-tests (Makefile.am): Likewise.
22257         * modules/dirname-tests (Makefile.am): Likewise.
22258         * modules/frexp-tests (Makefile.am): Likewise.
22259         * modules/isnanl-tests (Makefile.am): Likewise.
22260         * modules/linked-list-tests (Makefile.am): Likewise.
22261         * modules/linkedhash-list-tests (Makefile.am): Likewise.
22262         * modules/lock-tests (Makefile.am): Likewise.
22263         * modules/rbtree-list-tests (Makefile.am): Likewise.
22264         * modules/rbtree-oset-tests (Makefile.am): Likewise.
22265         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
22266         * modules/tls-tests (Makefile.am): Likewise.
22267         * modules/tsearch-tests (Makefile.am): Likewise.
22268         * modules/xvasprintf-tests (Makefile.am): Likewise.
22269
22270         Fix fpurge for cygwin.
22271         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
22272         value.
22273         * modules/fpurge-tests (Depends-on): Clean up trash.
22274
22275 2007-04-16  Simon Josefsson  <simon@josefsson.org>
22276
22277         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
22278
22279         * m4/autobuild.m4: Re-indent.
22280
22281 2007-04-13  Bruno Haible  <bruno@clisp.org>
22282
22283         * modules/fpurge-tests: New file.
22284         * tests/test-fpurge.c: New file.
22285
22286         * modules/fpurge: New file.
22287         * lib/fpurge.h: New file.
22288         * lib/fpurge.c: New file.
22289         * m4/fpurge.m4: New file.
22290
22291 2007-04-13  Bruno Haible  <bruno@clisp.org>
22292
22293         * modules/fbufmode-tests: New file.
22294         * tests/test-fbufmode.c: New file.
22295
22296         * modules/fbufmode: New file.
22297         * lib/fbufmode.h: New file.
22298         * lib/fbufmode.c: New file.
22299         * m4/fbufmode.m4: New file.
22300
22301 2007-04-13  Bruno Haible  <bruno@clisp.org>
22302
22303         * modules/fwritable-tests: New file.
22304         * tests/test-fwritable.c: New file.
22305
22306         * modules/fwritable: New file.
22307         * lib/fwritable.h: New file.
22308         * lib/fwritable.c: New file.
22309         * m4/fwritable.m4: New file.
22310
22311 2007-04-13  Bruno Haible  <bruno@clisp.org>
22312
22313         * modules/freadable-tests: New file.
22314         * tests/test-freadable.c: New file.
22315
22316         * modules/freadable: New file.
22317         * lib/freadable.h: New file.
22318         * lib/freadable.c: New file.
22319         * m4/freadable.m4: New file.
22320
22321 2007-04-13  Bruno Haible  <bruno@clisp.org>
22322
22323         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
22324         MOSTLYCLEANFILES.
22325
22326 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22327
22328         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
22329         gzip bootstrap.conf to avoid dragging in i18n machinery.
22330         (gnulib_tool_option): Use it.
22331
22332 2007-04-13  Bruno Haible  <bruno@clisp.org>
22333
22334         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
22335         %F directives.
22336         * tests/test-vasprintf-posix.c (test_function): Likewise.
22337         * tests/test-snprintf-posix.h (test_function): Likewise.
22338         * tests/test-sprintf-posix.h (test_function): Likewise.
22339         * tests/test-fprintf-posix.h (test_function): Likewise.
22340         * tests/test-printf-posix.h (test_function): Likewise.
22341         * tests/test-fprintf-posix.out: Likewise.
22342
22343 2007-04-13  Bruno Haible  <bruno@clisp.org>
22344
22345         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
22346         * modules/tls-tests (configure.ac): Likewise.
22347         Reported by Arto C. Nirkko <anirkko@insel.ch>.
22348
22349 2007-04-13  Bruno Haible  <bruno@clisp.org>
22350
22351         * lib/tls.c (glthread_tls_get): Fix return type.
22352         Patch by Arto C. Nirkko <anirkko@insel.ch>.
22353
22354 2007-04-12  Eric Blake  <ebb9@byu.net>
22355
22356         * modules/gettime (Depends-on): Remove gettime.
22357         Reported by Dmitry V. Levin.
22358
22359 2007-04-12  Bruno Haible  <bruno@clisp.org>
22360
22361         * modules/fflush (Include): Mention <stdio.h>.
22362         * modules/strtoimax (Include): Mention <inttypes.h>.
22363         * modules/strtoumax (Include): Likewise.
22364
22365 2007-04-12  Eric Blake  <ebb9@byu.net>
22366
22367         * .cvsignore: New file.
22368         * .gitignore: Likewise.
22369
22370 2007-04-12  Bruno Haible  <bruno@clisp.org>
22371
22372         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
22373         not before, since $(LDADD) often contains libgnu.a.
22374         * modules/striconv-tests (test_striconv_LDADD): Likewise.
22375         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
22376         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
22377         Needed on Cygwin.
22378
22379 2007-04-12  Eric Blake  <ebb9@byu.net>
22380
22381         Work around glibc's failure to flush stdin on fclose.
22382         * lib/closein.c (close_stdin): Flush stdin before closing.
22383
22384         Work around glibc's failure to reset seekable stdin on exit.
22385         * modules/closein: New module.
22386         * lib/closein.c: New file.
22387         * lib/closein.h: Likewise.
22388         * m4/closein.m4: Likewise.
22389         * MODULES.html.sh (File stream based Input/Output): Document it.
22390
22391 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22392
22393         * gnulib-tool: Rename generated 'autobuild' script to
22394         'do-autobuild' in --create-megatestdir output.
22395
22396         * doc/gnulib.texi (Build robot for gnulib): Fix.
22397
22398 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22399
22400         * modules/sysexits (Depends-on): Add absolute-header.
22401
22402 2007-04-12  Eric Blake  <ebb9@byu.net>
22403
22404         No need to preserve errno on success.
22405         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
22406         Reported by Bruno Haible.
22407
22408 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22409
22410         * MODULES.html.sh (Support for maintaining and releasing
22411         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
22412
22413 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22414
22415         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
22416
22417 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22418
22419         * modules/autobuild: New module.
22420
22421         * m4/autobuild.m4: New file.
22422
22423 2007-04-11  Bruno Haible  <bruno@clisp.org>
22424
22425         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
22426         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
22427         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
22428         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
22429         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22430         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22431         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22433         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22434         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22435         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
22436         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22437         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22438         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
22439         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22440         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22441         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
22442         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22443         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22444         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
22445         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22446         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22447         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
22448         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22449         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22450         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
22451         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22452         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22453         Reported by Eric Blake.
22454
22455 2007-04-11  Bruno Haible  <bruno@clisp.org>
22456
22457         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
22458
22459 2007-04-10  Bruno Haible  <bruno@clisp.org>
22460
22461         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
22462         for NaN and Infinity. Needed on FreeBSD 6.1.
22463         * tests/test-vasnprintf-posix.c (test_function): Undo last change
22464         regarding results for "%010a" of Infinity and NaN.
22465         * tests/test-vasprintf-posix.c (test_function): Likewise.
22466         * tests/test-snprintf-posix.h (test_function): Likewise.
22467         * tests/test-sprintf-posix.h (test_function): Likewise.
22468         * tests/test-fprintf-posix.h (test_function): Likewise.
22469         * tests/test-printf-posix.h (test_function): Likewise.
22470         * tests/test-fprintf-posix.out: Likewise.
22471
22472 2007-04-10  Bruno Haible  <bruno@clisp.org>
22473
22474         * modules/locale-tests: New file.
22475         * tests/test-locale.c: New file.
22476
22477         * modules/locale: New file.
22478         * lib/locale_.h: New file.
22479         * m4/locale_h.m4: New file.
22480
22481 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
22482             Bruno Haible  <bruno@clisp.org>
22483
22484         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
22485         be determined, test for availability of the copysignf, copysign,
22486         copysignl functions.
22487         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
22488         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
22489         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
22490
22491 2007-04-09  Eric Blake  <ebb9@byu.net>
22492
22493         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
22494         * modules/stdio (Makefile.am): Support fflush.
22495         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22496         * modules/fflush: New file.
22497         * lib/fflush.c: Likewise.
22498         * m4/fflush.m4: Likewise.
22499         * modules/fflush-tests: New test.
22500         * tests/test-fflush.c: Likewise.
22501         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
22502
22503 2007-04-06  Bruno Haible  <bruno@clisp.org>
22504
22505         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
22506         (VASNPRINTF): Use signbit for faster determination whether to print a
22507         minus sign.
22508         * modules/vasnprintf (Files): Remove lib/float+.h.
22509         * modules/fprintf-posix (Depends-on): Add signbit.
22510         * modules/snprintf-posix (Depends-on): Likewise.
22511         * modules/sprintf-posix (Depends-on): Likewise.
22512         * modules/vasnprintf-posix (Depends-on): Likewise.
22513         * modules/vasprintf-posix (Depends-on): Likewise.
22514         * modules/vfprintf-posix (Depends-on): Likewise.
22515         * modules/vsnprintf-posix (Depends-on): Likewise.
22516         * modules/vsprintf-posix (Depends-on): Likewise.
22517
22518 2007-04-06  Bruno Haible  <bruno@clisp.org>
22519
22520         * tests/test-frexp.c (main): Test also the sign bit of zero results.
22521         * tests/test-frexpl.c (main): Likewise.
22522         * tests/test-ldexpl.c (main): Likewise.
22523         * modules/frexp-tests (Depends-on): Add signbit.
22524         * modules/frexpl-tests (Depdends-on): Likewise.
22525         * modules/ldexpl-tests (Depdends-on): Likewise.
22526
22527 2007-04-06  Bruno Haible  <bruno@clisp.org>
22528
22529         * modules/signbit-tests: New file.
22530         * tests/test-signbit.c: New file.
22531
22532         * modules/signbit: New file.
22533         * lib/signbitf.c: New file.
22534         * lib/signbitd.c: New file.
22535         * lib/signbitl.c: New file.
22536         * m4/signbit.m4: New file.
22537         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
22538         (signbit): New macro.
22539         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
22540         REPLACE_SIGNBIT.
22541         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
22542         REPLACE_FREXPL into math.h.
22543
22544 2007-04-06  Bruno Haible  <bruno@clisp.org>
22545
22546         * modules/isnanf-nolibm-tests: New file.
22547         * tests/test-isnanf.c: New file.
22548
22549         * modules/isnanf-nolibm: New file.
22550         * lib/isnanf.h: New file.
22551         * lib/isnanf.c: New file.
22552         * lib/isnan.c: Consider the USE_FLOAT macro.
22553         * m4/isnanf.m4: New file.
22554
22555 2007-04-06  Bruno Haible  <bruno@clisp.org>
22556
22557         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
22558         (Link): New section.
22559
22560         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
22561
22562 2007-04-06  Bruno Haible  <bruno@clisp.org>
22563
22564         Assume the 'long double' type.
22565         * m4/longdouble.m4: Remove file.
22566         * config/srclist.txt: Don't mention longdouble.m4.
22567         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
22568         * lib/float+.h: Likewise.
22569         * lib/frexp.c: Likewise.
22570         * lib/printf-args.h: Likewise.
22571         * lib/printf-args.c: Likewise.
22572         * lib/printf-frexp.c: Likewise.
22573         * lib/printf-parse.c: Likewise.
22574         * lib/vasnprintf.c: Likewise.
22575         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
22576         * m4/intl.m4: Likewise.
22577         * m4/isnanl.m4: Likewise.
22578         * m4/printf.m4: Likewise.
22579         * m4/printf-frexpl.m4: Likewise.
22580         * m4/vasnprintf.m4: Likewise.
22581         * modules/allocsa (Files): Remove m4/longdouble.m4.
22582         * modules/gettext (Files): Likewise.
22583         * modules/relocatable-prog-wrapper (Files): Likewise.
22584         * modules/vasnprintf (Files): Likewise.
22585         * modules/isnanl (Files): Likewise.
22586         (Include): Simplify.
22587         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
22588         (Include): Simplify.
22589         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
22590         (Include): Simplify.
22591         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
22592         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22593         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
22594         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22595         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
22596         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22597         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
22598         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22599         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
22600         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22601         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
22602         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22603         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
22604         * tests/test-isnanl.c: Likewise.
22605         * tests/test-snprintf-posix.h: Likewise.
22606         * tests/test-sprintf-posix.h: Likewise.
22607         * tests/test-vasnprintf-posix.c: Likewise.
22608         * tests/test-vasnprintf-posix2.c: Likewise.
22609         * tests/test-vasprintf-posix.c: Likewise.
22610
22611 2007-04-06  Bruno Haible  <bruno@clisp.org>
22612
22613         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
22614         * lib/math_.h [__DECC]: Include the overridden include file through
22615         #include_next, outside the double-inclusion guard.
22616         * lib/stdio_.h [__DECC]: Likewise.
22617         * lib/stdlib_.h [__DECC]: Likewise.
22618         * lib/string_.h [__DECC]: Likewise.
22619         * lib/time_.h [__DECC]: Likewise.
22620         * lib/wchar_.h [__DECC]: Likewise.
22621         * lib/wctype_.h [__DECC]: Likewise.
22622         * lib/inttypes_.h [__DECC]: Likewise.
22623         Reported by Albert Chin <china@thewrittenword.com> in
22624         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
22625
22626 2007-04-04  Eric Blake  <ebb9@byu.net>
22627
22628         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
22629         1.5.x.
22630
22631 2007-04-04  Bruno Haible  <bruno@clisp.org>
22632
22633         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
22634         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
22635
22636 2007-04-04  Bruno Haible  <bruno@clisp.org>
22637
22638         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
22639         results for "%010a" of Infinity and NaN.
22640         * tests/test-vasprintf-posix.c (test_function): Likewise.
22641         * tests/test-snprintf-posix.h (test_function): Likewise.
22642         * tests/test-sprintf-posix.h (test_function): Likewise.
22643         * tests/test-fprintf-posix.h (test_function): Remove these tests.
22644         * tests/test-printf-posix.h (test_function): Likewise.
22645         * tests/test-fprintf-posix.out: Update.
22646         Needed for FreeBSD 6.1.
22647
22648 2007-04-04  Bruno Haible  <bruno@clisp.org>
22649
22650         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
22651         directly used by the gnulib modules nor by gnulib-tool.
22652
22653 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22654
22655         * DEPENDENCIES: Give overall description of version dependency
22656         desirability.  Use more-typical names for apps.
22657         Add shell, coreutils, diffutils, grep, tar, gzip.
22658
22659 2007-04-04  Simon Josefsson  <simon@josefsson.org>
22660
22661         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
22662
22663 2007-04-04  Karl Berry  <karl@gnu.org>
22664
22665         * MODULES.html.sh (func_module): missing '.
22666
22667 2007-04-03  Bruno Haible  <bruno@clisp.org>
22668
22669         * modules/argmatch-tests (Makefile.am): New variable
22670         test_argmatch_LDADD.
22671         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
22672         * modules/array-list-tests (Makefile.am): New variable
22673         test_array_list_LDADD.
22674         * modules/array-oset-tests (Makefile.am): New variable
22675         test_array_oset_LDADD.
22676         * modules/avltree-list-tests (Makefile.am): New variable
22677         test_avltree_list_LDADD.
22678         * modules/avltree-oset-tests (Makefile.am): New variable
22679         test_avltree_oset_LDADD.
22680         * modules/avltreehash-list-tests (Makefile.am): New variable
22681         test_avltreehash_list_LDADD.
22682         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
22683         test_canonicalize_lgpl_LDADD.
22684         * modules/carray-list-tests (Makefile.am): New variable
22685         test_carray_list_LDADD.
22686         * modules/dirname-tests (Makefile.am): New variable
22687         test_dirname_LDADD.
22688         * modules/linked-list-tests (Makefile.am): New variable
22689         test_linked_list_LDADD.
22690         * modules/linkedhash-list-tests (Makefile.am): New variable
22691         test_linkedhash_list_LDADD.
22692         * modules/rbtree-list-tests (Makefile.am): New variable
22693         test_rbtree_list_LDADD.
22694         * modules/rbtree-oset-tests (Makefile.am): New variable
22695         test_rbtree_oset_LDADD.
22696         * modules/rbtreehash-list-tests (Makefile.am): New variable
22697         test_rbtreehash_list_LDADD.
22698         * modules/xvasprintf-tests (Makefile.am): New variable
22699         test_xvasprintf_LDADD.
22700         Reported by Eric Blake.
22701
22702 2007-04-03  Eric Blake  <ebb9@byu.net>
22703
22704         * DEPENDENCIES: Weaken m4 requirements.
22705
22706 2007-04-03  Bruno Haible  <bruno@clisp.org>
22707
22708         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
22709         * modules/isnanl-tests (configure.ac): Likewise.
22710
22711 2007-04-03  Ben Pfaff  <blp@gnu.org>
22712
22713         * modules/iconv_open: Add $(srcdir)/ to source directory
22714         references in Makefile fragments that call gperf, to fix VPATH
22715         builds.
22716
22717 2007-04-03  Bruno Haible  <bruno@clisp.org>
22718
22719         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
22720         * lib/ldexpl.c: Undo last change.
22721
22722 2007-04-03  Bruno Haible  <bruno@clisp.org>
22723
22724         * modules/printf-frexpl (Depends-on): Undo last change.
22725         (Files): Add m4/ldexpl.m4.
22726
22727 2007-04-03  Bruno Haible  <bruno@clisp.org>
22728
22729         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
22730         * modules/isnanl (Link): New section.
22731
22732         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
22733         * modules/frexp (Link): New section.
22734
22735         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
22736         * modules/frexpl (Link): New section.
22737
22738         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
22739         * modules/ldexpl (Link): New section.
22740
22741 2007-04-03  Bruno Haible  <bruno@clisp.org>
22742
22743         * modules/TEMPLATE-EXTENDED: New file.
22744         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
22745
22746 2007-04-03  Bruno Haible  <bruno@clisp.org>
22747
22748         * DEPENDENCIES: New file.
22749         Suggested by Simon Josefsson.
22750
22751 2007-04-03  Bruno Haible  <bruno@clisp.org>
22752
22753         * doc/gnulib.texi: Escape @.
22754
22755 2007-04-03  James Youngman  <jay@gnu.org>
22756         and Paul Eggert  <eggert@cs.ucla.edu>
22757
22758         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
22759         birthtime on all systems that have birthtime, not just those which
22760         use st_birthtimensec rather than st_birthtim.  Putting zero in
22761         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
22762         that the birth time is not available for files on an NFS mount.
22763
22764 2007-04-03  Simon Josefsson  <simon@josefsson.org>
22765
22766         * modules/memxor: Move back from crypto/, suggested by Bruno.
22767         * modules/crypto/hmac-sha1: Fix memxor dependency.
22768
22769         * modules/crypto/gc: Moved from ../.
22770
22771 2007-04-02  Eric Blake  <ebb9@byu.net>
22772
22773         * lib/ldexpl.c (includes): Avoid libm.
22774
22775         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
22776
22777 2007-04-02  Bruno Haible  <bruno@clisp.org>
22778
22779         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
22780         on IRIX.
22781
22782 2007-04-02  Bruno Haible  <bruno@clisp.org>
22783
22784         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
22785         x86 or x86_64 platforms running MacOS X.
22786         Reported by Ryan Schmidt <@ryandesign.com>.
22787
22788 2007-04-02  Bruno Haible  <bruno@clisp.org>
22789
22790         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
22791         i386.
22792
22793 2007-04-01  Simon Josefsson  <simon@josefsson.org>
22794
22795         * modules/crypto/arcfour: Moved from ../.
22796         * modules/crypto/arcfour-tests: Moved from ../.
22797         * modules/crypto/arctwo: Moved from ../.
22798         * modules/crypto/arctwo-tests: Moved from ../.
22799         * modules/crypto/des: Moved from ../.
22800         * modules/crypto/des-tests: Moved from ../.
22801         * modules/crypto/gc-arcfour: Moved from ../.
22802         * modules/crypto/gc-arcfour-tests: Moved from ../.
22803         * modules/crypto/gc-arctwo: Moved from ../.
22804         * modules/crypto/gc-arctwo-tests: Moved from ../.
22805         * modules/crypto/gc-des: Moved from ../.
22806         * modules/crypto/gc-des-tests: Moved from ../.
22807         * modules/crypto/gc-hmac-md5: Moved from ../.
22808         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
22809         * modules/crypto/gc-hmac-sha1: Moved from ../.
22810         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
22811         * modules/crypto/gc-md2: Moved from ../.
22812         * modules/crypto/gc-md2-tests: Moved from ../.
22813         * modules/crypto/gc-md4: Moved from ../.
22814         * modules/crypto/gc-md4-tests: Moved from ../.
22815         * modules/crypto/gc-md5: Moved from ../.
22816         * modules/crypto/gc-md5-tests: Moved from ../.
22817         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
22818         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
22819         * modules/crypto/gc-random: Moved from ../.
22820         * modules/crypto/gc-rijndael: Moved from ../.
22821         * modules/crypto/gc-rijndael-tests: Moved from ../.
22822         * modules/crypto/gc-sha1: Moved from ../.
22823         * modules/crypto/gc-sha1-tests: Moved from ../.
22824         * modules/crypto/gc-tests: Moved from ../.
22825         * modules/crypto/hmac-md5: Moved from ../.
22826         * modules/crypto/hmac-md5-tests: Moved from ../.
22827         * modules/crypto/hmac-sha1: Moved from ../.
22828         * modules/crypto/hmac-sha1-tests: Moved from ../.
22829         * modules/crypto/md2: Moved from ../.
22830         * modules/crypto/md2-tests: Moved from ../.
22831         * modules/crypto/md4: Moved from ../.
22832         * modules/crypto/md4-tests: Moved from ../.
22833         * modules/crypto/md5: Moved from ../.
22834         * modules/crypto/md5-tests: Moved from ../.
22835         * modules/crypto/memxor: Moved from ../.
22836         * modules/crypto/rijndael: Moved from ../.
22837         * modules/crypto/rijndael-tests: Moved from ../.
22838         * modules/crypto/sha1: Moved from ../.
22839
22840 2007-03-30  James Youngman  <jay@gnu.org>
22841
22842         * tests/test-stat-time.c (prepare_test): use chmod() rather than
22843         rename() to change the ctime of a file (because ctime is unaffected
22844         by rename on jfs2 on AIX 5.1).
22845         (main): Start by doing cleanup, in case a previous run failed leaving
22846         test files behind.
22847
22848 2007-03-31  Bruno Haible  <bruno@clisp.org>
22849
22850         Support old proprietary implementations of iconv.
22851         * modules/iconv_open: New file.
22852         * lib/iconv_.h: New file.
22853         * m4/iconv_h.m4: New file.
22854         * lib/iconv_open.c: New file.
22855         * lib/iconv_open-aix.gperf: New file.
22856         * lib/iconv_open-hpux.gperf: New file.
22857         * lib/iconv_open-irix.gperf: New file.
22858         * lib/iconv_open-osf.gperf: New file.
22859         * m4/iconv_open.m4: New file.
22860         * modules/linebreak (Depends-on): Add iconv_open.
22861         * modules/striconv (Depends-on): Likewise.
22862         * modules/striconveh (Depends-on): Likewise.
22863         * modules/unicodeio (Depends-on): Likewise.
22864         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
22865         (iconv_t)(-1).
22866         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
22867         conversion if cd is (iconv_t)(-1).
22868         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
22869         is not possible.
22870
22871 2007-03-31  Bruno Haible  <bruno@clisp.org>
22872
22873         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
22874         work on Solaris either. Protect also second use of "autodetect_jp".
22875
22876 2007-03-31  Bruno Haible  <bruno@clisp.org>
22877
22878         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
22879         the function is not present.
22880
22881 2007-03-31  Bruno Haible  <bruno@clisp.org>
22882
22883         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
22884         the function is not present.
22885
22886 2007-03-31  Bruno Haible  <bruno@clisp.org>
22887
22888         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
22889         a bug in HP-UX iconv_open().
22890
22891 2007-03-31  Bruno Haible  <bruno@clisp.org>
22892
22893         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
22894         (Mathematics <math.h>): New section, add fpieee.
22895         (Input/output <stdio.h>): Add fseterr.
22896         (Mathematics <math.h>): New section, add printf-frexp.
22897         (Container data structures): Add sublist.
22898         (Core language properties): Add fpucw, inline.
22899         (Functions for greatest-width integer types <inttypes.h>): Add
22900         imaxabs, imaxdiv, inttypes.
22901         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
22902         isnanl-nolibm, ldexp.
22903         (Mathematics <math.h>): New section, add printf-frexpl.
22904         (Support for systems lacking POSIX:2001): Add fprintf-posix,
22905         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
22906         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
22907         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
22908         (Unicode string functions): Add unistr/u*-mbtoucr.
22909         (Java): Add javacomp-script, javaexec-script.
22910         (C#): Add csharpcomp-script, csharpexec-script.
22911         (Support for building libraries and executables): Add havelib,
22912         relocatable-*.
22913         (Support for maintaining and releasing projects): Renamed from
22914         'Support for maintaining and release projects'. Add announce-gen.
22915
22916 2007-03-31  Bruno Haible  <bruno@clisp.org>
22917
22918         * README: Talk primarily about git.
22919         (git and CVS): Renamed from CVS.
22920         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
22921         gnulib is available through git.
22922         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
22923
22924 2007-03-30  Bruno Haible  <bruno@clisp.org>
22925
22926         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
22927         * lib/poll_.h: Likewise.
22928         * lib/stat_.h: Likewise.
22929         * lib/sys_time_.h: Likewise.
22930         * lib/sysexit_.h: Likewise.
22931         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
22932         * lib/stdbool_.h: Likewise.
22933         * lib/byteswap_.h: Add double-inclusion guard.
22934
22935 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
22936
22937         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
22938
22939 2007-03-30  Karl Berry  <karl@gnu.org>
22940
22941         * config/srclist-update: double space after USA in the license
22942         substitution, since that's how it's usually (?) written.
22943
22944 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22945
22946         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
22947         reported by Bruno Haible.
22948
22949 2007-03-29  Bruno Haible  <bruno@clisp.org>
22950
22951         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
22952         a bug in AIX iconv().
22953
22954 2007-03-29  Bruno Haible  <bruno@clisp.org>
22955
22956         * modules/ldexpl-tests: New file.
22957         * tests/test-ldexpl.c: New file.
22958
22959 2007-03-29  Bruno Haible  <bruno@clisp.org>
22960
22961         * lib/ldexpl.c: Include fpucw.h.
22962         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
22963         multiplication.
22964         * modules/ldexpl (Depends-on): Add fpucw.
22965
22966 2007-03-29  Bruno Haible  <bruno@clisp.org>
22967
22968         * modules/ldexpl: New file.
22969         * m4/ldexpl.m4: New file.
22970         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
22971         set.
22972         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
22973         REPLACE_LDEXPL.
22974         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
22975         REPLACE_LDEXPL.
22976         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
22977         gl_FUNC_LDEXPL_WORKS.
22978         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
22979         * modules/mathl (Files): Remove lib/ldexpl.c.
22980         (Depends-on): Add ldexpl.
22981
22982 2007-03-29  Bruno Haible  <bruno@clisp.org>
22983
22984         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
22985
22986 2007-03-29  Bruno Haible  <bruno@clisp.org>
22987
22988         * tests/test-striconveh.c (main): Don't assume that a direct conversion
22989         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
22990         and possibly also HP-UX.
22991         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
22992         work on AIX, IRIX, HP-UX, OSF/1.
22993         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
22994         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
22995         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
22996         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
22997         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
22998         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
22999
23000 2007-03-29  Bruno Haible  <bruno@clisp.org>
23001
23002         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
23003
23004 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
23005
23006         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
23007         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
23008
23009 2007-03-29  Eric Blake  <ebb9@byu.net>
23010
23011         * lib/acl-internal.h: Remove redundant include.
23012         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
23013         Cygwin when a file is locked.
23014
23015 2007-03-29  Bruno Haible  <bruno@clisp.org>
23016
23017         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
23018         file.
23019         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
23020
23021 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
23022
23023         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
23024         try to remove a parent directory if the child couldn't be removed
23025         (except for the first rmdir, which could fail because the child
23026         doesn't exist).  Problem reported by Jeff Blaine in
23027         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
23028
23029 2007-03-28  Bruno Haible  <bruno@clisp.org>
23030
23031         * lib/striconveh.c (utf8conv_carefully): New function.
23032         (mem_cd_iconveh_internal): Invoke it.
23033
23034 2007-03-28  Bruno Haible  <bruno@clisp.org>
23035
23036         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
23037         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
23038         input.
23039         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
23040         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
23041         unistr/u8-uctomb.
23042
23043 2007-03-28  Bruno Haible  <bruno@clisp.org>
23044
23045         * modules/unistr/u8-mbtoucr: New file.
23046         * lib/unistr/u8-mbtoucr.c: New file.
23047         * modules/unistr/u16-mbtoucr: New file.
23048         * lib/unistr/u16-mbtoucr.c: New file.
23049         * modules/unistr/u16-mbtoucr: New file.
23050         * lib/unistr/u16-mbtoucr.c: New file.
23051         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
23052
23053 2007-03-27  Simon Josefsson  <simon@josefsson.org>
23054             Bruno Haible  <bruno@clisp.org>
23055
23056         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
23057         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
23058         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
23059
23060         * m4/stdio_h.m4: Add stubs for vasprintf too.
23061
23062         * modules/stdio: Support vasprintf in sed command.
23063
23064         * modules/vasprintf: Depend on stdio for prototypes.  Remove
23065         vasprintf.h.  Add stdio module indicator.
23066
23067         * lib/stdio_.h: Declare asprintf and vasprintf, based on
23068         vasprintf.h.
23069
23070         * lib/vasprintf.h: File removed.
23071
23072         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
23073         * lib/vasprintf.c: Ditto.
23074         * lib/xvasprintf.c: Ditto.
23075         * tests/test-vasprintf-posix.c: Ditto.
23076         * tests/test-vasprintf.c: Ditto.
23077
23078 2007-03-27  Bruno Haible  <bruno@clisp.org>
23079
23080         Make vasnprintf multithread-safe.
23081         * lib/vasnprintf.c (decimal_point_char): New function.
23082         (VASNPRINTF): Use it.
23083         Suggested by Simon Josefsson.
23084
23085 2007-03-27  Eric Blake  <ebb9@byu.net>
23086
23087         Support sub-second birthtime on cygwin.
23088         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
23089         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
23090         (get_stat_birthtime): Also work with st_birthtim.
23091
23092 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
23093
23094         * lib/stat-time.h (USE_BIRTHTIME): Remove.
23095         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
23096         (get_stat_birthtime_ns): Do not try to use "spare" fields.
23097         (get_stat_birthtime_ns): Simplify compile-time tests.
23098         (get_stat_birthtime): Change the API to look like
23099         get_stat_mtime etc., except return a negative tv_nsec on error.
23100         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
23101         Don't check for "spare" fields.
23102         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
23103         or for struct stat.st_birthtime, as these tests aren't used.
23104         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
23105
23106 2007-03-27  Bruno Haible  <bruno@clisp.org>
23107
23108         * lib/stat-time.h: Include <sys/stat.h>.
23109
23110 2007-03-27  James Youngman  <jay@gnu.org>
23111
23112         * lib/stat-time.h (get_stat_birthtime): New function for
23113           retrieving st_birthtime as provided by UFS2 (hence *BSD).
23114         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
23115           and its variants.
23116         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
23117         * modules/stat-time-test: New file.
23118         * tests/test-stat-time.c: New test, devised by Bruno Haible.
23119
23120 2007-03-26  Bruno Haible  <bruno@clisp.org>
23121
23122         Better support of signalling NaNs.
23123         * lib/atanl.c: Include isnanl.h.
23124         (atanl): Perform test for NaN at the beginning of the function and
23125         through a call to isnanl.
23126         * lib/cosl.c: Include isnanl.h.
23127         (cosl): Perform test for NaN at the beginning of the function and
23128         through a call to isnanl.
23129         * lib/ldexpl.c: Include isnanl.h.
23130         (ldexpl): Perform test for NaN through a call to isnanl.
23131         * lib/logl.c: Include isnanl.h.
23132         (logl): Perform test for NaN at the beginning of the function and
23133         through a call to isnanl.
23134         * lib/sinl.c: Include isnanl.h.
23135         (sinl): Perform test for NaN at the beginning of the function and
23136         through a call to isnanl.
23137         * lib/sqrtl.c: Include isnanl.h.
23138         (sqrtl): Perform test for NaN at the beginning of the function and
23139         through a call to isnanl.
23140         * lib/tanl.c: Include isnanl.h.
23141         (tanl): Perform test for NaN at the beginning of the function and
23142         through a call to isnanl.
23143         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
23144         * modules/mathl (Depends-on): Add isnanl.
23145
23146 2007-03-26  Eric Blake  <ebb9@byu.net>
23147
23148         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
23149         regression in logic sense of previous patch.
23150
23151 2007-03-26  Bruno Haible  <bruno@clisp.org>
23152
23153         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
23154         unportable shell command "if ! ...".
23155         Reported by Ralf Wildenhues.
23156
23157 2007-03-25  Bruno Haible  <bruno@clisp.org>
23158
23159         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
23160         <sysexits.h> file, and only add EX_CONFIG.
23161         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
23162         absolute file name and whether it is sufficient. Substitute also
23163         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
23164         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
23165         ABSOLUTE_SYSEXITS_H into sysexits.h.
23166
23167 2007-03-25  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
23170         hints is NULL.
23171
23172 2007-03-25  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
23175         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
23176
23177 2007-03-25  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/vasnprintf.c: Include langinfo.h.
23180         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
23181         multithread-safe.
23182         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
23183         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
23184         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23185         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23186         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23187         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23188         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23189         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
23190         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23191         Reported by Simon Josefsson.
23192
23193 2007-03-25  Bruno Haible  <bruno@clisp.org>
23194
23195         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
23196         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
23197         * modules/vasnprintf (Depends-on): Add stdint.
23198
23199 2007-03-25  Bruno Haible  <bruno@clisp.org>
23200
23201         * modules/fpieee: New file.
23202         * m4/fpieee.m4: New file.
23203         * modules/isnan-nolibm (Depends-on): Add fpieee.
23204         * modules/isnanl-nolibm (Depends-on): Add fpieee.
23205         * modules/isnanl (Depends-on): Add fpieee.
23206
23207 2007-03-25  Bruno Haible  <bruno@clisp.org>
23208
23209         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
23210
23211 2007-03-25  Bruno Haible  <bruno@clisp.org>
23212
23213         Avoid test failures on IRIX 6.5.
23214         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
23215         (main): Use it.
23216         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
23217         macros.
23218         (main): Use them.
23219
23220 2007-03-25  Bruno Haible  <bruno@clisp.org>
23221
23222         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
23223         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
23224         exists but doesn't work.
23225         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
23226         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
23227         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
23228         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
23229
23230 2007-03-25  Bruno Haible  <bruno@clisp.org>
23231
23232         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
23233         returns inf. Needed on IRIX 6.5.
23234
23235 2007-03-25  Bruno Haible  <bruno@clisp.org>
23236
23237         * tests/test-frexpl.c: Include isnanl-nolibm.h.
23238         (main): Use isnanl instead of x != x idiom.
23239         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
23240
23241         * tests/test-frexp.c: Include isnan.h.
23242         (main): Use isnan instead of x != x idiom.
23243         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
23244
23245 2007-03-25  Bruno Haible  <bruno@clisp.org>
23246
23247         * tests/test-frexp.c (NaN): New function/macro.
23248         (main): Use it instead of 0.0 / 0.0.
23249         * tests/test-isnan.c (NaN): New function/macro.
23250         (main): Use it instead of 0.0 / 0.0.
23251         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
23252         (test_function): Use it instead of 0.0 / 0.0.
23253         * tests/test-vasprintf-posix.c (NaN): New function/macro.
23254         (test_function): Use it instead of 0.0 / 0.0.
23255         * tests/test-snprintf-posix.h (NaN): New function/macro.
23256         (test_function): Use it instead of 0.0 / 0.0.
23257         * tests/test-sprintf-posix.h (NaN): New function/macro.
23258         (test_function): Use it instead of 0.0 / 0.0.
23259         * tests/test-fprintf-posix.h (NaN): New function/macro.
23260         (test_function): Use it instead of 0.0 / 0.0.
23261         * tests/test-printf-posix.h (NaN): New function/macro.
23262         (test_function): Use it instead of 0.0 / 0.0.
23263
23264         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
23265
23266 2007-03-25  Bruno Haible  <bruno@clisp.org>
23267
23268         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
23269
23270 2007-03-25  Bruno Haible  <bruno@clisp.org>
23271
23272         * lib/regexec.c (merge_state_with_log): Make static.
23273
23274 2007-03-25  Bruno Haible  <bruno@clisp.org>
23275
23276         * lib/trigl.c (kernel_rem_pio2): Make static.
23277
23278 2007-03-25  Bruno Haible  <bruno@clisp.org>
23279
23280         * lib/sincosl.c (sincosl_table): Make static.
23281
23282 2007-03-25  Bruno Haible  <bruno@clisp.org>
23283
23284         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
23285         if the compiler does not support C99.
23286
23287 2007-03-25  Bruno Haible  <bruno@clisp.org>
23288
23289         * modules/time (Makefile.am): Ensure all rule action lines start with a
23290         tab.
23291
23292 2007-03-24  Bruno Haible  <bruno@clisp.org>
23293
23294         * modules/tsearch-tests: New file.
23295         * tests/test-tsearch.sh: New file.
23296         * tests/test-tsearch.c: New file, mostly copied from glibc.
23297
23298         * modules/search-tests: New file.
23299         * tests/test-search.c: New file.
23300
23301         * modules/search: New file.
23302         * lib/search_.h: New file, incorporating lib/tsearch.h.
23303         * m4/search_h.m4: New file.
23304         * lib/tsearch.h: Remove file.
23305         * lib/tsearch.c: Include search.h instead of tsearch.h.
23306         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
23307         HAVE_TSEARCH.
23308         * modules/tsearch (Files): Remove lib/tsearch.h.
23309         (Depends-on): Add search.
23310         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
23311         (Include): Change tsearch.h into search.h.
23312
23313 2007-03-24  Bruno Haible  <bruno@clisp.org>
23314
23315         * modules/fpucw: New file.
23316         * lib/fpucw.h: New file.
23317         * lib/frexp.c: Include fpucw.h.
23318         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23319         (FUNC): Use them.
23320         * lib/printf-frexp.c: Include fpucw.h.
23321         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23322         (FUNC): Use them.
23323         * lib/vasnprintf.c: Include fpucw.h.
23324         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
23325         'long double' calculations.
23326         * tests/test-frexpl.c: Include fpucw.h.
23327         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23328         * tests/test-printf-frexpl.c: Include fpucw.h.
23329         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23330         * modules/frexpl (Depends-on): Add fpucw.
23331         * modules/printf-frexpl (Depends-on): Likewise.
23332         * modules/fprintf-posix (Depends-on): Likewise.
23333         * modules/snprintf-posix (Depends-on): Likewise.
23334         * modules/sprintf-posix (Depends-on): Likewise.
23335         * modules/vasnprintf-posix (Depends-on): Likewise.
23336         * modules/vasprintf-posix (Depends-on): Likewise.
23337         * modules/vfprintf-posix (Depends-on): Likewise.
23338         * modules/vsnprintf-posix (Depends-on): Likewise.
23339         * modules/vsprintf-posix (Depends-on): Likewise.
23340         * modules/frexpl-tests (Depends-on): Likewise.
23341         * modules/printf-frexpl-tests (Depends-on): Likewise.
23342
23343 2007-03-24  Bruno Haible  <bruno@clisp.org>
23344
23345         * lib/float+.h: New file.
23346         * lib/isnan.c: Include float+.h.
23347         (SIZE): New macro.
23348         (FUNC): Compare only SIZE bytes of the value.
23349         * lib/vasnprintf.c: Include float+.h.
23350         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
23351         SIZEOF_LDBL or SIZEOF_DBL bytes.
23352         * modules/isnan-nolibm (Files): Add lib/float+.h.
23353         * modules/isnanl-nolibm (Files): Add lib/float+.h.
23354         * modules/isnanl (Files): Add lib/float+.h.
23355         * modules/vasnprintf (Files): Add lib/float+.h.
23356
23357 2007-03-24  Bruno Haible  <bruno@clisp.org>
23358
23359         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
23360         include isnanl-nolibm.h.
23361
23362 2007-03-24  Bruno Haible  <bruno@clisp.org>
23363
23364         * tests/test-read-file.c (main): Don't produce spurious output for
23365         expected situations. Make the test fail if it encountered unexpected
23366         results.
23367
23368 2007-03-24  Bruno Haible  <bruno@clisp.org>
23369
23370         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
23371         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
23372
23373 2007-03-24  Bruno Haible  <bruno@clisp.org>
23374
23375         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
23376
23377 2007-03-24  Bruno Haible  <bruno@clisp.org>
23378
23379         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
23380         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
23381
23382         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
23383         * modules/utf8-ucs4: Turn into a symbolic link to module
23384         unistr/u8-mbtouc.
23385
23386         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
23387         utf8-ucs4-unsafe.
23388         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
23389         unistr/u8-mbtouc-unsafe.
23390
23391         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
23392         * modules/utf16-ucs4: Turn into a symbolic link to module
23393         unistr/u16-mbtouc.
23394
23395         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
23396         utf16-ucs4-unsafe.
23397         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
23398         unistr/u16-mbtouc-unsafe.
23399
23400         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
23401         * modules/ucs4-utf8: Turn into a symbolic link to module
23402         unistr/u8-ubtomb.
23403
23404         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
23405         * modules/ucs4-utf16: Turn into a symbolic link to module
23406         unistr/u16-ubtomb.
23407
23408 2007-03-24  Bruno Haible  <bruno@clisp.org>
23409
23410         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
23411         Enable the function only if HAVE_INLINE.
23412         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
23413         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
23414         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
23415         Enable the function only if HAVE_INLINE.
23416         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
23417         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
23418         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
23419         Enable the function only if HAVE_INLINE.
23420         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
23421         Enable the function only if HAVE_INLINE.
23422         * modules/utf8-ucs4: Update.
23423         * modules/utf8-ucs4-unsafe: Update.
23424         * modules/utf16-ucs4: Update.
23425         * modules/utf16-ucs4-unsafe: Update.
23426         * modules/ucs4-utf8: Update.
23427         * modules/ucs4-utf16: Update.
23428
23429 2007-03-24  Bruno Haible  <bruno@clisp.org>
23430
23431         * lib/utf8-ucs4.h: Remove file.
23432         * lib/utf8-ucs4-unsafe.h: Remove file.
23433         * lib/utf16-ucs4.h: Remove file.
23434         * lib/utf16-ucs4-unsafe.h: Remove file.
23435         * lib/ucs4-utf8.h: Remove file.
23436         * lib/ucs4-utf16.h: Remove file.
23437         * lib/unistr.h: Include their previous contents.
23438         * m4/utf-ucs4.m4: Remove file.
23439         * m4/ucs4-utf.m4: Remove file.
23440         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
23441         (Depends-on): Add unistr/base.
23442         (configure.ac): Remove gl_UTF_UCS4.
23443         (Makefile.am): Update.
23444         (Include): Change to unistr.h.
23445         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
23446         (Depends-on): Add unistr/base.
23447         (configure.ac): Remove gl_UTF_UCS4.
23448         (Makefile.am): Update.
23449         (Include): Change to unistr.h.
23450         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
23451         (Depends-on): Add unistr/base.
23452         (configure.ac): Remove gl_UTF_UCS4.
23453         (Makefile.am): Update.
23454         (Include): Change to unistr.h.
23455         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
23456         (Depends-on): Add unistr/base.
23457         (configure.ac): Remove gl_UTF_UCS4.
23458         (Makefile.am): Update.
23459         (Include): Change to unistr.h.
23460         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
23461         (Depends-on): Add unistr/base.
23462         (configure.ac): Remove gl_UCS4_UTF.
23463         (Makefile.am): Update.
23464         (Include): Change to unistr.h.
23465         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
23466         (Depends-on): Add unistr/base.
23467         (configure.ac): Remove gl_UCS4_UTF.
23468         (Makefile.am): Update.
23469         (Include): Change to unistr.h.
23470         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
23471         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
23472         utf8-ucs4-unsafe.h.
23473         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
23474         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
23475         utf16-ucs4-unsafe.h.
23476         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
23477         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
23478         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
23479         * lib/unistr/u8-strchr.c: Likewise.
23480         * lib/unistr/u8-strrchr.c: Likewise.
23481         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
23482         * lib/unistr/u16-strchr.c: Likewise.
23483         * lib/unistr/u16-strrchr.c: Likewise.
23484         * lib/striconveh.c: Update.
23485         * lib/linebreak.c: Update.
23486
23487 2007-03-24  Bruno Haible  <bruno@clisp.org>
23488
23489         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
23490         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
23491
23492 2007-03-22  Bruno Haible  <bruno@clisp.org>
23493
23494         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
23495
23496 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23497
23498         * MODULES.html.sh (File system functions): New module write-any-file.
23499         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
23500         * m4/write-any-file.m4: New files.
23501
23502 2007-03-23  Eric Blake  <ebb9@byu.net>
23503
23504         * gnulib-tool: Rearrange space-tab sequences, since some editors
23505         like to eat them.
23506
23507 2007-03-23  Eric Blake  <ebb9@byu.net>
23508
23509         * lib/version-etc.c (version_etc_va): Update license wording to
23510         be more concise.  Recommended by Richard Stallman.
23511
23512 2007-03-22  Bruno Haible  <bruno@clisp.org>
23513
23514         * lib/poll.c (MSG_PEEK): New fallback definition.
23515
23516 2007-03-22  Bruno Haible  <bruno@clisp.org>
23517
23518         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
23519         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
23520         (main): Update.
23521         Fixes a compilation error on BeOS.
23522
23523 2007-03-22  Bruno Haible  <bruno@clisp.org>
23524
23525         * modules/frexpl-tests: New file.
23526         * tests/test-frexpl.c: New file.
23527
23528         * modules/frexpl: New file.
23529         * m4/frexpl.m4: New file.
23530         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
23531         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
23532         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
23533         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
23534         (Depends-on): Add frexpl. Remove isnanl-nolibm.
23535         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
23536
23537 2007-03-22  Bruno Haible  <bruno@clisp.org>
23538
23539         * lib/frexpl.c: Share code with lib/frexp.c.
23540         * modules/mathl (Files): Add lib/frexp.c.
23541         (Depends-on): Add isnanl-nolibm.
23542
23543 2007-03-22  Bruno Haible  <bruno@clisp.org>
23544
23545         * modules/printf-frexp (Files): Add m4/frexp.m4.
23546         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
23547         only if the found frexp function actually works.
23548
23549 2007-03-22  Bruno Haible  <bruno@clisp.org>
23550
23551         * lib/frexp.c: Remove older implementation that uses divisions.
23552
23553 2007-03-21  Bruno Haible  <bruno@clisp.org>
23554
23555         * modules/frexp-tests: New file.
23556         * tests/test-frexp.c: New file.
23557
23558         * modules/frexp: New file.
23559         * lib/frexp.c: New file.
23560         * m4/frexp.m4: New file.
23561         * lib/math_.h (frexp): New declaration.
23562         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
23563         REPLACE_FREXP.
23564         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
23565
23566 2007-03-21  Bruno Haible  <bruno@clisp.org>
23567
23568         * modules/isnanl-tests: New file.
23569         * tests/test-isnanl.c: New file.
23570
23571         * modules/isnanl: New file.
23572         * lib/isnanl.h: New file.
23573         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
23574         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
23575         gl_FUNC_ISNANL_WORKS.
23576         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
23577         New macros.
23578
23579 2007-03-21  Bruno Haible  <bruno@clisp.org>
23580
23581         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
23582         lib/isnanl.h.
23583         (Include): Update.
23584         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
23585         * lib/vasnprintf.c: Update.
23586         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
23587         tests/test-isnanl.h, remove tests/test-isnanl.c.
23588         (Makefile.am): Update.
23589         * tests/test-isnanl-nolibm.c: New file.
23590         * tests/test-isnanl.h: New file.
23591         * tests/test-isnanl.c: Remove file.
23592
23593 2007-03-21  Jim Meyering  <jim@meyering.net>
23594
23595         When trying to open ".", treat ESTALE like EACCES.
23596         * lib/savewd.c (savewd_save): Resort to forking not just upon
23597         failure with EACCES, but also when errno is ESTALE.
23598
23599 2007-03-20  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
23602         Needed on AIX 5.1. Reported by Matthew Woehlke.
23603
23604 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         Suggestions by Bruno Haible:
23607         * lib/acl-internal.h: Include "gettext.h" rather than rolling
23608         our own.
23609         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
23610         * modules/acl (Depends-on): Add gettext.
23611
23612 2007-03-19  Bruno Haible  <bruno@clisp.org>
23613
23614         * modules/iconvme: Remove file.
23615         * lib/iconvme.h: Remove file.
23616         * lib/iconvme.c: Remove file.
23617         * m4/iconvme.m4: Remove file.
23618
23619 2007-03-19  Bruno Haible  <bruno@clisp.org>
23620
23621         * doc/relocatable-maint.texi: Break long shell script line.
23622         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
23623
23624 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23625
23626         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
23627         handle file_has_acl.
23628         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
23629         * lib/acl.c: Move header inclusions and related macro defns into
23630         lib/acl-internal.h.
23631         (S_ISLNK): Remove defn, since that's now done for us.
23632         (file_has_acl): Move to lib/file-has-acl.c.
23633         Call acl_trivial if available.  This is the crucial part of the fix.
23634         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
23635         shared within the library.  Rewrite a bit, partly to make it compatible
23636         with the GNU coding style.
23637         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
23638         Remove unnecessary double-quotes.
23639         Don't test for acl_to_text; the build will catch that.
23640         Replace acl_entries if it doesn't exist and it is needed.
23641         Check for -lsec and acl_trivial (as used on Solaris 10).
23642         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
23643         lib/file-has-acl.c.
23644         (Depends-on): Add sys_stat, for S_ISLNK.
23645
23646 2007-03-19  Ben Pfaff  <blp@gnu.org>
23647
23648         * doc/gnulib.texi: Fix typos.
23649         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
23650
23651 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23652
23653         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
23654         If size is zero here, buf must be zero.
23655
23656 2007-03-19  Simon Josefsson  <simon@josefsson.org>
23657
23658         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
23659         <bruno@clisp.org>.
23660
23661 2007-03-18  Bruno Haible  <bruno@clisp.org>
23662
23663         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
23664         Suggested by Eric Blake.
23665
23666 2007-03-18  Ben Pfaff  <blp@gnu.org>
23667
23668         * doc/relocatable.texi: Recommend using as prefix a directory
23669         that does not exist and will never be created.  Based on
23670         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
23671         and others.
23672
23673 2007-03-17  Bruno Haible  <bruno@clisp.org>
23674
23675         * lib/fchownat.c: Include lchown.h.
23676
23677 2007-03-17  Bruno Haible  <bruno@clisp.org>
23678
23679         Fix endless loop when the given allocated size was > INT_MAX.
23680         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
23681         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
23682         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
23683         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
23684         * lib/sprintf.c (sprintf): Likewise.
23685
23686 2007-03-17  Bruno Haible  <bruno@clisp.org>
23687
23688         * tests/test-argp-2.sh (func_compare): Output a context diff.
23689
23690 2007-03-17  Bruno Haible  <bruno@clisp.org>
23691
23692         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
23693         locale's decimal-point character.
23694
23695 2007-03-17  Bruno Haible  <bruno@clisp.org>
23696
23697         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
23698         before comparing it. Needed because on some platforms (e.g. x86) a
23699         'long double' occupies less bytes than sizeof (long double).
23700
23701 2007-03-17  Bruno Haible  <bruno@clisp.org>
23702
23703         * tests/test-crc.c (main): Make printf statements 64-bit clean.
23704         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
23705         * tests/test-getaddrinfo.c (simple): Likewise.
23706         * tests/test-read-file.c (main): Likewise.
23707
23708 2007-03-17  Bruno Haible  <bruno@clisp.org>
23709
23710         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
23711
23712 2007-03-17  Bruno Haible  <bruno@clisp.org>
23713
23714         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
23715         unused variable.
23716
23717 2007-03-17  Bruno Haible  <bruno@clisp.org>
23718
23719         * tests/test-c-strcasecmp.c: Include c-strcase.h.
23720         * tests/test-c-strncasecmp.c: Likewise.
23721
23722 2007-03-17  Bruno Haible  <bruno@clisp.org>
23723
23724         * modules/stdlib (Depends-on): Add unistd.
23725         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
23726         Needed for MacOS X 10.3.
23727
23728 2007-03-17  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/unistr/u-strdup.h: Include <stdlib.h>.
23731
23732 2007-03-17  Bruno Haible  <bruno@clisp.org>
23733
23734         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
23735
23736 2007-03-17  Bruno Haible  <bruno@clisp.org>
23737
23738         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
23739         to reflect files copied from gnulib (with or without modifications).
23740         Suggested by Jim Meyering.
23741
23742 2007-03-17  Eric Blake  <ebb9@byu.net>
23743
23744         * NEWS: Document stdlib change from 2007-02-18.
23745
23746 2007-03-17  Jim Meyering  <jim@meyering.net>
23747
23748         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
23749         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
23750         someone uses a name containing shell meta-characters.
23751         Reported by Alfred M. Szmidt.
23752
23753         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
23754
23755 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
23756
23757         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
23758         and copy gettext configuration files only if configure.ac contains
23759         a use of AM_GNU_GETTEXT_VERSION.
23760
23761 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
23762
23763         * build-aux/bootstrap (gnulib_name): New variable.
23764         (gnulib_tool_options): Use it.
23765
23766 2007-03-13  Simon Josefsson  <simon@josefsson.org>
23767
23768         * tests/test-des.c: Use new namespace.
23769
23770 2007-03-15  Bruno Haible  <bruno@clisp.org>
23771
23772         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
23773         Reported by James Youngman <jay@gnu.org>.
23774
23775 2007-03-15  Bruno Haible  <bruno@clisp.org>
23776
23777         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
23778         declared prototype. Needed with cc on OSF/1 5.1.
23779
23780 2007-03-15  Bruno Haible  <bruno@clisp.org>
23781
23782         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
23783         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
23784         (struct gl_list_implementation): Add dispose_fn argument to the
23785         'create_empty', 'create' methods.
23786         (struct gl_list_impl_base): Add field 'dispose_fn'.
23787         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
23788         argument.
23789         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
23790         dispose_fn argument.
23791         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
23792         dispose_fn on the dropped values.
23793         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
23794         dispose_fn argument.
23795         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
23796         dropped values.
23797         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
23798         (gl_tree_remove_node): Call dispose_fn on the dropped value.
23799         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
23800         (gl_tree_remove_node): Call dispose_fn on the dropped value.
23801         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
23802         argument.
23803         (gl_tree_list_free): Call dispose_fn on the dropped values.
23804         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
23805         the dropped values.
23806         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23807         Add dispose_fn argument.
23808         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
23809         Call dispose_fn on the dropped values.
23810         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
23811         Add dispose_fn argument.
23812         (gl_sublist_create): Initialize the 'dispose_fn' field.
23813         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
23814         * tests/test-array_list.c (main): Update.
23815         * tests/test-carray_list.c (main): Update.
23816         * tests/test-avltree_list.c (main): Update.
23817         * tests/test-rbtree_list.c (main): Update.
23818         * tests/test-avltreehash_list.c (main): Update.
23819         * tests/test-rbtreehash_list.c (main): Update.
23820         * tests/test-linked_list.c (main): Update.
23821         * tests/test-linkedhash_list.c (main): Update.
23822         * tests/test-array_oset.c (main): Update.
23823
23824 2007-03-15  Bruno Haible  <bruno@clisp.org>
23825
23826         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
23827         (gl_oset_create_empty): Add dispose_fn argument.
23828         (struct gl_oset_implementation): Add dispose_fn argument to
23829         'create_empty' method.
23830         (struct gl_oset_impl_base): Add dispose_fn field.
23831         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
23832         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
23833         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
23834         values.
23835         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
23836         (gl_tree_oset_free): Call dispose_fn on the dropped values.
23837         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
23838         dropped value.
23839         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
23840         dropped value.
23841         * tests/test-array_oset.c (main): Update.
23842         * tests/test-avltree_oset.c (main): Update.
23843         * tests/test-rbtree_oset.c (main): Update.
23844         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
23845
23846 2007-03-13  Bruno Haible  <bruno@clisp.org>
23847
23848         * tests/test-stdbool.c (i): Update after last patch.
23849
23850 2007-03-12  Bruno Haible  <bruno@clisp.org>
23851
23852         * lib/quotearg.c: Include <wctype.h> early, before the definition of
23853         the iswprint macro. Needed on Solaris 2.5.1.
23854
23855 2007-03-12  Bruno Haible  <bruno@clisp.org>
23856
23857         * tests/test-printf-frexp.c (main): Declare x as volatile.
23858
23859 2007-03-12  Simon Josefsson  <simon@josefsson.org>
23860
23861         * doc/gnulib.texi (Build robot for gnulib): New section.
23862
23863 2007-03-12  Jim Meyering  <jim@meyering.net>
23864
23865         * build-aux/bootstrap: New file.
23866         * build-aux/bootstrap.conf: New file, from coreutils.
23867
23868 2007-03-11  Bruno Haible  <bruno@clisp.org>
23869
23870         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
23871
23872 2007-03-12  Simon Josefsson  <simon@josefsson.org>
23873
23874         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
23875         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
23876         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
23877
23878 2007-03-11  Bruno Haible  <bruno@clisp.org>
23879
23880         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
23881         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
23882
23883 2007-03-11  Bruno Haible  <bruno@clisp.org>
23884
23885         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
23886         formula. Needed for SunPRO C 5.0.
23887
23888 2007-03-11  Bruno Haible  <bruno@clisp.org>
23889
23890         * modules/long-options (Depends-on): Add getopt.
23891
23892 2007-03-11  Bruno Haible  <bruno@clisp.org>
23893
23894         * modules/modechange (Depends-on): Add stdbool.
23895
23896 2007-03-11  Bruno Haible  <bruno@clisp.org>
23897
23898         * modules/i-ring (Depends-on): Add stdbool.
23899
23900 2007-03-11  Bruno Haible  <bruno@clisp.org>
23901
23902         * modules/gc-des (Depends-on): Add stdbool.
23903
23904 2007-03-11  Bruno Haible  <bruno@clisp.org>
23905
23906         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
23907
23908 2007-03-11  Bruno Haible  <bruno@clisp.org>
23909
23910         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
23911
23912 2007-03-11  Bruno Haible  <bruno@clisp.org>
23913
23914         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
23915
23916 2007-03-11  Bruno Haible  <bruno@clisp.org>
23917
23918         * lib/vasnprintf.c (sprintf): Undefine.
23919
23920 2007-03-11  Bruno Haible  <bruno@clisp.org>
23921
23922         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
23923         initializers in SunPRO C and Compaq C compilers.
23924
23925 2007-03-11  Bruno Haible  <bruno@clisp.org>
23926
23927         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
23928         decrementing code ANSI C compliant.
23929
23930 2007-03-11  Bruno Haible  <bruno@clisp.org>
23931
23932         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
23933         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
23934
23935 2007-03-11  Bruno Haible  <bruno@clisp.org>
23936
23937         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
23938         <stdbool.h> substitute doesn't pass.
23939
23940 2007-03-11  Bruno Haible  <bruno@clisp.org>
23941
23942         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
23943
23944 2007-03-11  Bruno Haible  <bruno@clisp.org>
23945
23946         * gnulib-tool (func_create_megatestdir): Create also an autobuild
23947         script, for submission to autobuild.josefsson.org.
23948
23949 2007-03-10  Bruno Haible  <bruno@clisp.org>
23950
23951         * modules/canonicalize-lgpl-tests: New file.
23952         * tests/test-canonicalize-lgpl.sh: New file.
23953         * tests/test-canonicalize-lgpl.c: New file.
23954
23955         * modules/c-strcase-tests: New file.
23956         * tests/test-c-strcase.sh: New file.
23957         * tests/test-c-strcasecmp.c: New file.
23958         * tests/test-c-strncasecmp.c: New file.
23959
23960         * modules/atexit-tests: New file.
23961         * tests/test-atexit.sh: New file.
23962         * tests/test-atexit.c: New file.
23963
23964 2007-03-10  Bruno Haible  <bruno@clisp.org>
23965
23966         * tests/test-binary-io.sh: Use temporary filenames that are not so
23967         likely to clash with those of other tests (in a parallel make).
23968         * tests/test-binary-io.c: Likewise.
23969
23970 2007-03-10  Bruno Haible  <bruno@clisp.org>
23971
23972         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
23973         fallback; use #error instead.
23974         Suggested by Simon Josefsson.
23975
23976 2007-03-10  Bruno Haible  <bruno@clisp.org>
23977
23978         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
23979         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
23980         first and the last.
23981
23982 2007-03-10  Bruno Haible  <bruno@clisp.org>
23983
23984         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
23985
23986 2007-03-10  Bruno Haible  <bruno@clisp.org>
23987
23988         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
23989         "make distcheck".
23990         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
23991         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
23992         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
23993
23994 2007-03-10  Bruno Haible  <bruno@clisp.org>
23995
23996         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
23997         variable.
23998         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
23999         variable.
24000
24001 2007-03-09  Eric Blake  <ebb9@byu.net>
24002         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
24003
24004         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
24005         types are not being provided by gnulib.
24006         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
24007         types are supported.
24008
24009 2007-03-10  Bruno Haible  <bruno@clisp.org>
24010
24011         * lib/stdio_.h (__attribute__): New macro.
24012         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
24013         vsprintf): Specify __attribute__ __format__ for GCC.
24014         Suggested by Eric Blake.
24015
24016 2007-03-09  Bruno Haible  <bruno@clisp.org>
24017
24018         * modules/printf-posix-tests: New file.
24019         * tests/test-printf-posix.sh: New file.
24020         * tests/test-printf-posix.c: New file.
24021
24022         * modules/printf-posix: New file.
24023         * lib/printf.c: New file.
24024         * m4/printf-posix-rpl.m4: New file.
24025         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
24026         REPLACE_PRINTF.
24027         * lib/stdio_.h (printf): New declaration.
24028         (format, __format__, ____printf____, ____scanf____, ____strftime____,
24029         ____strfmon____): New macros.
24030         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
24031         REPLACE_PRINTF.
24032
24033 2007-03-09  Bruno Haible  <bruno@clisp.org>
24034
24035         * tests/test-vasnprintf-posix2.sh: New file.
24036         * tests/test-vasnprintf-posix2.c: New file.
24037         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
24038         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
24039         (Makefile.am): Activate test-vasnprintf-posix2.sh.
24040
24041         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
24042         a locale dependent decimal point, rather than always '.'.
24043
24044 2007-03-09  Eric Blake  <ebb9@byu.net>
24045
24046         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
24047         spite of platforms like Tandem/NSK that define it to -1.
24048
24049 2007-03-08  Bruno Haible  <bruno@clisp.org>
24050
24051         * modules/vprintf-posix-tests: New file.
24052         * tests/test-vprintf-posix.sh: New file.
24053         * tests/test-vprintf-posix.c: New file.
24054         * tests/test-printf-posix.h: New file.
24055
24056         * modules/vprintf-posix: New file.
24057         * lib/vprintf.c: New file.
24058         * m4/vprintf-posix.m4: New file.
24059         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
24060         REPLACE_VPRINTF.
24061         * lib/stdio_.h (vprintf): New declaration.
24062         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
24063         REPLACE_VPRINTF.
24064
24065 2007-03-08  Bruno Haible  <bruno@clisp.org>
24066
24067         * modules/fprintf-posix-tests: New file.
24068         * tests/test-fprintf-posix.sh: New file.
24069         * tests/test-fprintf-posix.c: New file.
24070
24071         * modules/fprintf-posix: New file.
24072         * lib/fprintf.c: New file.
24073         * m4/fprintf-posix.m4: New file.
24074         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
24075         REPLACE_FPRINTF.
24076         * lib/stdio_.h (fprintf): New declaration.
24077         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
24078         REPLACE_FPRINTF.
24079
24080 2007-03-08  Bruno Haible  <bruno@clisp.org>
24081
24082         * modules/vfprintf-posix-tests: New file.
24083         * tests/test-vfprintf-posix.sh: New file.
24084         * tests/test-vfprintf-posix.c: New file.
24085         * tests/test-fprintf-posix.h: New file.
24086         * tests/test-fprintf-posix.out: New file.
24087
24088         * modules/vfprintf-posix: New file.
24089         * lib/vfprintf.c: New file.
24090         * m4/vfprintf-posix.m4: New file.
24091         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
24092         REPLACE_VFPRINTF.
24093         * lib/stdio_.h (vfprintf): New declaration.
24094         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
24095         REPLACE_VFPRINTF.
24096
24097 2007-03-08  Bruno Haible  <bruno@clisp.org>
24098
24099         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
24100
24101 2007-03-08  Bruno Haible  <bruno@clisp.org>
24102
24103         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
24104         instead of 'expr' invocations.
24105         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24106         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24107         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24108         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24109         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24110         Suggested by Paul Eggert.
24111
24112 2007-03-08  Bruno Haible  <bruno@clisp.org>
24113
24114         * modules/fseterr-tests: New file.
24115         * tests/test-fseterr.c: New file.
24116
24117         * modules/fseterr: New file.
24118         * lib/fseterr.h: New file.
24119         * lib/fseterr.c: New file.
24120
24121 2007-03-08  Bruno Haible  <bruno@clisp.org>
24122
24123         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
24124         * lib/getopt_.h: Likewise.
24125         * lib/mbswidth.h: Likewise.
24126         * lib/setenv.h: Likewise.
24127         * lib/vasnprintf.h: Likewise.
24128         * lib/vasprintf.h: Likewise.
24129         * lib/verror.h: Likewise.
24130         * lib/xsetenv.h: Likewise.
24131         * lib/xvasprintf.h: Likewise.
24132
24133 2007-03-08  Jim Meyering  <jim@meyering.net>
24134
24135         * users.txt: Add parted.
24136
24137         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
24138
24139 2007-03-07  Bruno Haible  <bruno@clisp.org>
24140
24141         * m4/printf.m4: Make the shell script snippets copy&pastable.
24142
24143 2007-03-02  Bruno Haible  <bruno@clisp.org>
24144
24145         * lib/netinet_in_.h: New file.
24146         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
24147         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
24148         * modules/netinet_in (Files): Add lib/netinet_in_.h.
24149         (Depends-on): Add absolute-header.
24150         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
24151         into netinet/in.h.
24152
24153 2007-03-03  Bruno Haible  <bruno@clisp.org>
24154
24155         * lib/sys_select_.h: New file.
24156         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
24157         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
24158         * modules/sys_select (Files): Add lib/sys_select_.h.
24159         (Depends-on): Add absolute-header.
24160         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
24161         into sys/select.h.
24162
24163 2007-03-02  Bruno Haible  <bruno@clisp.org>
24164
24165         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
24166         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
24167         values.
24168         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
24169         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
24170         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
24171         * modules/sys_socket (Depends-on): Add absolute-header.
24172         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
24173         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
24174         (Include): Remove requirement of inclusion of <sys/types.h>.
24175
24176 2007-03-02  Bruno Haible  <bruno@clisp.org>
24177
24178         * lib/byteswap_.h (bswap_32): Fix formula.
24179
24180 2007-03-06  Bruno Haible  <bruno@clisp.org>
24181
24182         * modules/sprintf-posix-tests: New file.
24183         * tests/test-sprintf-posix.c: New file.
24184
24185         * modules/sprintf-posix: New file.
24186         * lib/sprintf.c: New file.
24187         * m4/sprintf-posix.m4: New file.
24188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
24189         REPLACE_SPRINTF.
24190         * lib/stdio_.h (sprintf): New declaration.
24191         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
24192         REPLACE_SPRINTF.
24193
24194 2007-03-06  Bruno Haible  <bruno@clisp.org>
24195
24196         * modules/vsprintf-posix-tests: New file.
24197         * tests/test-vsprintf-posix.c: New file.
24198         * tests/test-sprintf-posix.h: New file.
24199
24200         * modules/vsprintf-posix: New file.
24201         * lib/vsprintf.c: New file.
24202         * m4/vsprintf-posix.m4: New file.
24203         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
24204         REPLACE_VSPRINTF.
24205         * lib/stdio_.h (vsprintf): New declaration.
24206         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
24207         REPLACE_VSPRINTF.
24208
24209 2007-03-06  Bruno Haible  <bruno@clisp.org>
24210
24211         * modules/vsnprintf (Depend-on): Remove minmax.
24212
24213 2007-03-06  Bruno Haible  <bruno@clisp.org>
24214
24215         * modules/snprintf-posix-tests: New file.
24216         * tests/test-snprintf-posix.c: New file.
24217
24218         * modules/snprintf-posix: New file.
24219         * m4/snprintf-posix.m4: New file.
24220         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
24221         gl_FUNC_SNPRINTF.
24222         (gl_FUNC_SNPRINTF): Invoke it.
24223         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
24224         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
24225         is set.
24226         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
24227
24228 2007-03-06  Bruno Haible  <bruno@clisp.org>
24229
24230         * modules/vsnprintf-posix-tests: New file.
24231         * tests/test-vsnprintf-posix.c: New file.
24232         * tests/test-snprintf-posix.h: New file.
24233
24234         * modules/vsnprintf-posix: New file.
24235         * m4/vsnprintf-posix.m4: New file.
24236         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
24237         gl_FUNC_VSNPRINTF.
24238         (gl_FUNC_VSNPRINTF): Invoke it.
24239         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
24240         * lib/stdio_.h (vsnprintf): Define as a replacement if
24241         REPLACE_VSNPRINTF is set.
24242         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
24243
24244 2007-03-06  Bruno Haible  <bruno@clisp.org>
24245
24246         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
24247         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
24248
24249 2007-03-06  Bruno Haible  <bruno@clisp.org>
24250
24251         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
24252         (asinl): Declare also if HAVE_DECL_ASINL is set.
24253         (atanl): Declare also if HAVE_DECL_ATANL is set.
24254         (ceill): Declare also if HAVE_DECL_CEILL is set.
24255         (cosl): Declare also if HAVE_DECL_COSL is set.
24256         (expl): Declare also if HAVE_DECL_EXPL is set.
24257         (floorl): Declare also if HAVE_DECL_FLOORL is set.
24258         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
24259         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
24260         (logl): Declare also if HAVE_DECL_LOGL is set.
24261         (sinl): Declare also if HAVE_DECL_SINL is set.
24262         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
24263         (tanl): Declare also if HAVE_DECL_TANL is set.
24264         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
24265         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
24266         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
24267         declaration of frexpl, ldexpl.
24268         * modules/printf-frexpl (Depends-on): Add math.
24269         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
24270
24271 2007-03-05  Bruno Haible  <bruno@clisp.org>
24272
24273         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
24274         frexpl and ldexpl are declared.
24275         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
24276
24277 2007-03-05  Bruno Haible  <bruno@clisp.org>
24278
24279         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
24280         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
24281
24282 2007-03-05  Bruno Haible  <bruno@clisp.org>
24283
24284         * lib/stdio_.h: Include <stddef.h>.
24285
24286 2007-03-05  Bruno Haible  <bruno@clisp.org>
24287
24288         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
24289
24290 2007-03-05  Bruno Haible  <bruno@clisp.org>
24291
24292         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
24293         NetBSD 4, from Ralf Wildenhues.
24294
24295 2007-03-04  Bruno Haible  <bruno@clisp.org>
24296
24297         * lib/vasprintf.h: Update #if logic for the case when the functions
24298         exist but are overridden.
24299
24300 2007-03-04  Bruno Haible  <bruno@clisp.org>
24301
24302         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
24303         implementations: glibc-2.4 and MacOS X 10.3.
24304         * tests/test-vasnprintf-posix.c (test_function): Test also the case
24305         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
24306         * tests/test-vasprintf-posix.c (test_function): Likewise.
24307
24308 2007-03-04  Bruno Haible  <bruno@clisp.org>
24309
24310         * modules/vasprintf-posix-tests: New file.
24311         * tests/test-vasprintf-posix.c: New file.
24312
24313         * modules/vasprintf-posix: New file.
24314         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
24315         defined.
24316         * m4/vasprintf-posix.m4: New file.
24317         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
24318         gl_FUNC_VASPRINTF.
24319         (gl_FUNC_VASPRINTF): Invoke it.
24320         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
24321         here.
24322         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
24323
24324 2007-03-04  Bruno Haible  <bruno@clisp.org>
24325
24326         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
24327         REPLACE_GETTIMEOFDAY.
24328         * modules/sys_time (Makefile.am): Likewise.
24329         * m4/sys_time_h.m4: Likewise.
24330         * m4/gettimeofday.m4: Likewise.
24331
24332 2007-03-04  Bruno Haible  <bruno@clisp.org>
24333
24334         * modules/vasnprintf-posix-tests: New file.
24335         * tests/test-vasnprintf-posix.c: New file.
24336
24337         * modules/vasnprintf-posix: New file.
24338         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
24339         printf-frexpl.h.
24340         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
24341         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
24342         REPLACE_VASNPRINTF is defined.
24343         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
24344         gl_FUNC_VASNPRINTF.
24345         (gl_FUNC_VASNPRINTF): Invoke it.
24346         * m4/vasnprintf-posix.m4: New file.
24347         * m4/printf.m4: New file.
24348
24349 2007-03-04  Bruno Haible  <bruno@clisp.org>
24350
24351         Compile progreloc.c only if --enable-relocatable is specified.
24352         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
24353         if --enable-relocatable was specified.
24354         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
24355         lib_SOURCES.
24356
24357 2007-03-04  Jim Meyering  <jim@meyering.net>
24358
24359         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
24360         Use it consistently, rather than enumerating errno constants.
24361
24362 2007-03-04  Bruno Haible  <bruno@clisp.org>
24363
24364         * modules/xvasprintf-tests: New file.
24365         * tests/test-xvasprintf.c: New file.
24366
24367         * modules/vasprintf-tests: New file.
24368         * tests/test-vasprintf.c: New file.
24369
24370         * modules/vasnprintf-tests: New file.
24371         * tests/test-vasnprintf.c: New file.
24372
24373         * modules/vsnprintf-tests: New file.
24374         * tests/test-vsnprintf.c: New file.
24375
24376         * modules/snprintf-tests: New file.
24377         * tests/test-snprintf.c: New file.
24378
24379 2007-03-04  Bruno Haible  <bruno@clisp.org>
24380
24381         Compile relocatable.c only if --enable-relocatable is specified.
24382         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
24383         gl_RELOCATABLE_LIBRARY.
24384         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
24385         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
24386         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
24387         gl_RELOCATABLE_LIBRARY.
24388         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
24389         (Makefile.am): Remove lib_SOURCES.
24390         * modules/relocatable-lib-lgpl (configure.ac): Invoke
24391         gl_RELOCATABLE_LIBRARY.
24392         (Makefile.am): Remove lib_SOURCES.
24393         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
24394         always.
24395         * modules/relocatable-prog-wrapper (configure.ac): Invoke
24396         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
24397
24398 2007-03-04  Bruno Haible  <bruno@clisp.org>
24399
24400         * modules/argmatch-tests: New file.
24401         * tests/test-argmatch.c: New file.
24402
24403         * tests/test-allocsa.c (main): Halve the number of loop runs.
24404
24405         * modules/alloca-opt-tests: New file.
24406         * tests/test-alloca-opt.c: New file.
24407
24408 2007-03-04  Jim Meyering  <jim@meyering.net>
24409
24410         Work around difference between Linux ACLs and Solaris 10 ZFS.
24411         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
24412         for EINVAL.
24413
24414 2007-03-03  Bruno Haible  <bruno@clisp.org>
24415
24416         * modules/relocatable-prog (Depends-on): Add back progreloc's
24417         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
24418
24419 2007-03-03  Bruno Haible  <bruno@clisp.org>
24420
24421         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
24422         * modules/relocatable-lib: New file.
24423
24424 2007-03-03  Bruno Haible  <bruno@clisp.org>
24425
24426         * modules/relocatable-prog: Renamed from modules/relocatable.
24427         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
24428
24429 2007-03-03  Bruno Haible  <bruno@clisp.org>
24430
24431         * modules/relocatable-script (Files): Add doc/relocatable.texi,
24432         m4/relocatable-lib.m4.
24433         (Depends-on): Remove 'relocatable'.
24434         (configure.ac): Add gl_RELOCATABLE_NOP.
24435
24436 2007-03-03  Bruno Haible  <bruno@clisp.org>
24437
24438         * modules/relocatable-prog-wrapper: New file.
24439         * modules/relocatable (Depends-on): Add it. Remove all other
24440         dependencies except progname.
24441         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
24442
24443         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
24444         (gl_FUNC_STRERROR): Nop.
24445         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
24446
24447         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
24448         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
24449
24450         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
24451         (gl_FUNC_READLINK): Update.
24452
24453         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
24454
24455 2007-03-03  Bruno Haible  <bruno@clisp.org>
24456
24457         * lib/xreadlink.c: Include <unistd.h> unconditionally.
24458         * modules/xreadlink (Depends-on): Add unistd.
24459         * modules/xreadlink-with-size (Depends-on): Likewise.
24460
24461 2007-03-03  Bruno Haible  <bruno@clisp.org>
24462
24463         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
24464         extracted from gt_FUNC_SETENV.
24465         (gt_FUNC_SETENV): Remove macro.
24466         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
24467         remove gt_FUNC_SETENV.
24468
24469 2007-03-03  Bruno Haible  <bruno@clisp.org>
24470
24471         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
24472         ENABLE_RELOCATABLE here.
24473         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
24474
24475 2007-03-03  Bruno Haible  <bruno@clisp.org>
24476
24477         * modules/rbtreehash-list-tests (Depends-on): Add progname.
24478         * tests/test-rbtreehash_list.c: Include progname.h.
24479         (main): Call set_program_name.
24480
24481         * modules/rbtree-oset-tests (Depends-on): Add progname.
24482         * tests/test-rbtree_oset.c: Include progname.h.
24483         (main): Call set_program_name.
24484
24485         * modules/rbtree-list-tests (Depends-on): Add progname.
24486         * tests/test-rbtree_list.c: Include progname.h.
24487         (main): Call set_program_name.
24488
24489         * modules/linked-list-tests (Depends-on): Add progname.
24490         * tests/test-linked_list.c: Include progname.h.
24491         (main): Call set_program_name.
24492
24493 2007-03-03  Bruno Haible  <bruno@clisp.org>
24494
24495         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
24496         All uses of __restrict changed to _Restrict_.
24497         * lib/glob_.h (__restrict): Remove macro.
24498
24499 2007-03-02  Bruno Haible  <bruno@clisp.org>
24500
24501         * modules/gettext (configure.ac): Require gettext infrastructure
24502         from version 0.16.1.
24503
24504 2007-03-02  Bruno Haible  <bruno@clisp.org>
24505
24506         * modules/linkedhash-list-tests (Depends-on): Add progname.
24507         * tests/test-linkedhash_list.c: Include progname.h.
24508         (main): Call set_program_name.
24509
24510         * modules/carray-list-tests (Depends-on): Add progname.
24511         * tests/test-carray_list.c: Include progname.h.
24512         (main): Call set_program_name.
24513
24514         * modules/avltreehash-list-tests (Depends-on): Add progname.
24515         * tests/test-avltreehash_list.c: Include progname.h.
24516         (main): Call set_program_name.
24517
24518         * modules/avltree-oset-tests (Depends-on): Add progname.
24519         * tests/test-avltree_oset.c: Include progname.h.
24520         (main): Call set_program_name.
24521
24522         * modules/avltree-list-tests (Depends-on): Add progname.
24523         * tests/test-avltree_list.c: Include progname.h.
24524         (main): Call set_program_name.
24525
24526         * modules/array-oset-tests (Depends-on): Add progname.
24527         * tests/test-array_oset.c: Include progname.h.
24528         (main): Call set_program_name.
24529
24530         * modules/array-list-tests (Depends-on): Add progname.
24531         * tests/test-array_list.c: Include progname.h.
24532         (main): Call set_program_name.
24533
24534         * modules/argp-tests (Depends-on): Add progname.
24535         * tests/test-argp.c: Include argp.h first. Include progname.h.
24536         (main): Call set_program_name.
24537
24538 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
24539
24540         * doc/gnulib-tool.texi (Initial import): Reword description of
24541         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
24542         limited effect even if defined after the first system include.
24543
24544 2007-03-01  Bruno Haible  <bruno@clisp.org>
24545
24546         * build-aux/config.libpath: Update to libtool-1.5.22.
24547         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24548
24549 2007-03-01  Bruno Haible  <bruno@clisp.org>
24550
24551         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
24552         foo_CFLAGS.
24553         Reported by Ralf Wildenhues.
24554
24555 2007-03-01  Bruno Haible  <bruno@clisp.org>
24556
24557         * build-aux/install-reloc: Remove object files left over by some
24558         compilers.
24559         Reported by Ralf Wildenhues.
24560
24561 2007-03-01  Bruno Haible  <bruno@clisp.org>
24562
24563         * build-aux/install-reloc: Break long lines.
24564
24565 2007-03-01  Bruno Haible  <bruno@clisp.org>
24566
24567         * doc/relocatable.texi: Document that it may not work on OpenBSD.
24568         Reported by Ralf Wildenhues.
24569
24570 2007-03-01  Bruno Haible  <bruno@clisp.org>
24571
24572         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
24573         include ordering constraints.
24574
24575 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24576
24577         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
24578         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
24579         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
24580         as another example.
24581         * lib/time_.h: Fix misspelling.
24582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24583         Require gl_HEADER_TIME_H_DEFAULTS.
24584         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
24585         * m4/time_r.m4 (gl_TIME_R): Likewise.
24586         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
24587
24588 2007-03-01  Bruno Haible  <bruno@clisp.org>
24589
24590         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
24591         * m4/utimens.m4 (gl_UTIMENS): Likewise.
24592
24593 2007-03-01  Jim Meyering  <jim@meyering.net>
24594
24595         * modules/xreadlink (Maintainer): Add my name.
24596         * modules/xreadlink-with-size (Depends-on): Alphabetize.
24597
24598 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
24599             Bruno Haible  <bruno@clisp.org>
24600
24601         * build-aux/install-reloc: Compile also c-ctype.c.
24602         * build-aux/relocatable.sh.in: New file.
24603         * doc/relocatable.texi: New file.
24604         * doc/relocatable-maint.texi: New file.
24605         * doc/gnulib.texi: Include relocatable-maint.texi.
24606         * lib/progreloc.c: Include unistd.h unconditionally.
24607         * lib/relocwrapper.c: Include unistd.h unconditionally.
24608         Include c-ctype.h.
24609         (add_dotbin): Use c_tolower.
24610         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
24611         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
24612         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
24613         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
24614         to m4/relocatable-lib.m4.
24615         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
24616         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
24617         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
24618         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
24619         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
24620         * modules/relocatable: New file.
24621         * modules/relocatable-lib: New file.
24622         * modules/relocatable-script: New file.
24623
24624 2007-02-28  Bruno Haible  <bruno@clisp.org>
24625
24626         Import --enable-relocatable infrastructure.
24627         * build-aux/config.libpath: New file, from GNU gettext.
24628         * build-aux/install-reloc: New file, from GNU gettext.
24629         * build-aux/reloc-ldflags: New file, from GNU gettext.
24630         * lib/relocatable.h: New file, from GNU gettext.
24631         * lib/relocatable.c: New file, from GNU gettext.
24632         * lib/relocwrapper.c: New file, from GNU gettext.
24633         * m4/relocatable.m4: New file, from GNU gettext.
24634
24635 2007-02-28  Bruno Haible  <bruno@clisp.org>
24636
24637         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
24638
24639         * modules/xreadlink: New file, from GNU gettext with modifications.
24640         * lib/xreadlink.c: New file, from GNU gettext.
24641         * lib/xreadlink.h: Add comments.
24642         (xreadlink): New declaration.
24643
24644         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
24645         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
24646         lib/xreadlink-with-size.c.
24647         (configure.ac): Remove gl_XREADLINK invocation.
24648         (Makefile.am): Augment lib_SOURCES.
24649         * m4/xreadlink.m4: Remove file.
24650         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
24651         (xreadlink_with_size): Renamed from xreadink.
24652         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
24653         * modules/canonicalize (Depends-on): Replace xreadlink with
24654         xreadlink-with-size.
24655         * lib/canonicalize.c (canonicalize_filename_mode): Update.
24656
24657 2007-02-25  Jim Meyering  <jim@meyering.net>
24658
24659         * build-aux/announce-gen: When complaining about excess arguments,
24660         list them.
24661
24662 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24663
24664         * README: Document signed integer overflow situation more
24665         accurately.
24666
24667 2007-02-25  Bruno Haible  <bruno@clisp.org>
24668
24669         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
24670         'a' or 'A' conversion.
24671
24672 2007-02-25  Bruno Haible  <bruno@clisp.org>
24673
24674         * modules/filename: Renamed from modules/pathname.
24675         (Files): Replace lib/pathname.h with lib/filename.h. Replace
24676         lib/concatpath.c with lib/concat-filename.c.
24677         (Makefile.am): Update.
24678         (Include): Replace pathname.h with filename.h.
24679         * lib/filename.h: Renamed from lib/pathname.h.
24680         (concatenated_filename): Renamed from concatenated_pathname.
24681         * lib/concat-filename.c: Renamed from lib/concatpath.c.
24682         (concatenated_filename): Renamed from concatenated_pathname.
24683         * lib/findprog.c: Include filename.h instead of pathname.h.
24684         (find_in_path): Update.
24685         * lib/javacomp.c: Include filename.h instead of pathname.h.
24686         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
24687         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
24688         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
24689         is_oldgcj_14_13_usable, is_javac_usable): Update.
24690         * lib/javaexec.c: Include filename.h instead of pathname.h.
24691         (execute_java_class): Update.
24692         * modules/findprog: Update.
24693         * modules/javacomp: Update.
24694         * modules/javaexec: Update.
24695         * MODULES.html.sh (File system functions): Add 'filename', remove
24696         'pathname'.
24697
24698 2007-02-25  Bruno Haible  <bruno@clisp.org>
24699
24700         * modules/printf-frexpl-tests: New file.
24701         * tests/test-printf-frexpl.c: New file.
24702
24703         * modules/printf-frexpl: New file.
24704         * lib/printf-frexpl.h: New file.
24705         * lib/printf-frexpl.c: New file.
24706         * m4/printf-frexpl.m4: New file.
24707
24708 2007-02-25  Bruno Haible  <bruno@clisp.org>
24709
24710         * modules/printf-frexp-tests: New file.
24711         * tests/test-printf-frexp.c: New file.
24712
24713         * modules/printf-frexp: New file.
24714         * lib/printf-frexp.h: New file.
24715         * lib/printf-frexp.c: New file.
24716         * m4/printf-frexp.m4: New file.
24717
24718 2007-02-25  Bruno Haible  <bruno@clisp.org>
24719
24720         Assume automake >= 1.10 for the tests.
24721         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
24722         * modules/arctwo-tests: Likewise.
24723         * modules/argp-tests: Likewise.
24724         * modules/avltree-list-tests: Likewise.
24725         * modules/avltree-oset-tests: Likewise.
24726         * modules/avltreehash-list-tests: Likewise.
24727         * modules/carray-list-tests: Likewise.
24728         * modules/crc-tests: Likewise.
24729         * modules/des-tests: Likewise.
24730         * modules/gc-arcfour-tests: Likewise.
24731         * modules/gc-arctwo-tests: Likewise.
24732         * modules/gc-des-tests: Likewise.
24733         * modules/gc-hmac-md5-tests: Likewise.
24734         * modules/gc-hmac-sha1-tests: Likewise.
24735         * modules/gc-md2-tests: Likewise.
24736         * modules/gc-md4-tests: Likewise.
24737         * modules/gc-md5-tests: Likewise.
24738         * modules/gc-pbkdf2-sha1-tests: Likewise.
24739         * modules/gc-rijndael-tests: Likewise.
24740         * modules/gc-sha1-tests: Likewise.
24741         * modules/gc-tests: Likewise.
24742         * modules/getaddrinfo-tests: Likewise.
24743         * modules/hmac-md5-tests: Likewise.
24744         * modules/hmac-sha1-tests: Likewise.
24745         * modules/linked-list-tests: Likewise.
24746         * modules/linkedhash-list-tests: Likewise.
24747         * modules/lock-tests: Likewise.
24748         * modules/md2-tests: Likewise.
24749         * modules/md4-tests: Likewise.
24750         * modules/md5-tests: Likewise.
24751         * modules/rbtree-list-tests: Likewise.
24752         * modules/rbtree-oset-tests: Likewise.
24753         * modules/rbtreehash-list-tests: Likewise.
24754         * modules/read-file-tests: Likewise.
24755         * modules/rijndael-tests: Likewise.
24756         * modules/stdint-tests: Likewise.
24757         * modules/tls-tests: Likewise.
24758
24759 2007-02-24  Bruno Haible  <bruno@clisp.org>
24760
24761         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
24762         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
24763         function; instead check whether isnan with a double argument links.
24764         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
24765         function; instead check whether isnan with a 'long double' argument
24766         links.
24767         Reported by Eric Blake <ebb9@byu.net>.
24768
24769 2007-02-24  Bruno Haible  <bruno@clisp.org>
24770
24771         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
24772         defined.
24773         * lib/isnanl.c: Remove all code. Just include isnan.c.
24774         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
24775
24776 2007-02-25  Jim Meyering  <jim@meyering.net>
24777
24778         Avoid conflicting types for 'unsetenv' on FreeBSD.
24779         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
24780         conflicting with FreeBSD's (5.0 and 6.1) function declaration
24781         in stdlib.h.
24782
24783 2007-02-24  Bruno Haible  <bruno@clisp.org>
24784
24785         * modules/isnanl-nolibm-tests: New file.
24786         * tests/test-isnanl.c: New file.
24787
24788         * modules/isnanl-nolibm: New file.
24789         * lib/isnanl.h: New file.
24790         * lib/isnanl.c: New file.
24791         * m4/isnanl.m4: New file.
24792
24793 2007-02-24  Bruno Haible  <bruno@clisp.org>
24794
24795         * modules/isnan-nolibm-tests: New file.
24796         * tests/test-isnan.c: New file.
24797
24798         * modules/isnan-nolibm: New file.
24799         * lib/isnan.h: New file.
24800         * lib/isnan.c: New file.
24801         * m4/isnan.m4: New file.
24802
24803 2007-02-24  Bruno Haible  <bruno@clisp.org>
24804
24805         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
24806         assume that an exponent fits in 20 bits.
24807
24808 2007-02-24  Jim Meyering  <jim@meyering.net>
24809
24810         * m4/regex.m4: Update the description of the configure-time option,
24811         --without-included-regex, to state accurately what the defaults are,
24812         and perhaps to give people an idea why using this option is risky.
24813
24814 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
24815
24816         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
24817         loops on small arguments.  This attempts to avoid the problem
24818         Bruno Haible reported for AIX 4.3.2 in
24819         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
24820
24821 2007-02-23  Bruno Haible  <bruno@clisp.org>
24822
24823         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
24824         Needed for help2man.
24825
24826 2007-02-23  Karl Berry  <karl@gnu.org>
24827
24828         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
24829         exists, foo.h should be cvs-ignored, not committed.
24830
24831 2007-02-23  Eric Blake  <ebb9@byu.net>
24832
24833         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
24834         * lib/stat-time.h (includes): Likewise.
24835         * lib/utimecmp.c (includes): Likewise.
24836         * lib/utimens.h (includes): Likewise.
24837         * lib/getdate.y (includes): Also include "timespec.h" for use
24838         internal to the module.
24839         * modules/utimens (Depends-on): Revert yesterday's patch.
24840         * modules/nanosleep (Depends-on): Add missing dependency.
24841
24842 2007-02-22  Bruno Haible  <bruno@clisp.org>
24843
24844         * lib/glob.c: Don't include getlogin_r.h.
24845
24846 2007-02-22  Jim Meyering  <jim@meyering.net>
24847
24848         * modules/utimens (Depends-on): Add timespec, required for
24849         utimens.h's inclusion of timespec.h.
24850
24851 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
24852
24853         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
24854         long unreadable paths in GNU/Linux.  Problem reported by Andreas
24855         Schwab in
24856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
24857         I'll try to think of a better way to fix the Solaris problem.
24858
24859         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
24860         like glibc; on Solaris 10, it fails with errno == EINVAL.
24861         POSIX says the behavior is unspecified if the first argument is NULL,
24862         so play it safe and never pass NULL to the system getcwd.
24863
24864 2007-02-21  Jim Meyering  <jim@meyering.net>
24865
24866         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
24867         of gettimeofday.  It would conflict with the one now always
24868         provided via sys_time_.h.  Reported by Matthew Woehlke, as
24869         an IRIX 6.5 build failure.
24870
24871 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
24872
24873         Minor fixups to port to Solaris 10 with Sun C 5.8.
24874         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
24875         * modules/getcwd (Depends-on): Add dirfd.
24876         * lib/putenv.c (putenv): #undef it.
24877         (rpl_putenv): New decl.
24878         (malloc, free): Include <stdlib.h> rather than prototyping separately.
24879
24880 2007-02-20  Bruno Haible  <bruno@clisp.org>
24881
24882         * modules/stdio-tests: New file.
24883         * tests/test-stdio.c: New file.
24884
24885         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
24886         (Depends-on): Add stdio.
24887         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
24888         (Include): Use <stdio.h> instead of vsnprintf.h.
24889         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
24890         HAVE_DECL_VSNPRINTF.
24891         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
24892
24893         * modules/snprintf (Files): Remove lib/snprintf.h.
24894         (Depends-on): Add stdio.
24895         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
24896         (Include): Use <stdio.h> instead of snprintf.h.
24897         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
24898         HAVE_DECL_SNPRINTF.
24899         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
24900         * lib/getaddrinfo.c: Likewise.
24901
24902         * modules/stdio: New file.
24903         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
24904         * lib/snprintf.h: Remove file.
24905         * lib/vsnprintf.h: Remove file.
24906         * lib/.cppi-disable: Remove snprintf.h.
24907         * m4/stdio_h.m4: New file.
24908         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
24909
24910 2007-02-20  Jim Meyering  <jim@meyering.net>
24911
24912         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
24913         used by e.g., mingw.  From Bruno Haible.
24914
24915 2007-02-19  Bruno Haible  <bruno@clisp.org>
24916
24917         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
24918         warnings.
24919         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24920
24921 2007-02-19  Bruno Haible  <bruno@clisp.org>
24922
24923         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
24924         from mingw users.
24925
24926 2007-02-19  Bruno Haible  <bruno@clisp.org>
24927
24928         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
24929         warnings.
24930         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
24931
24932 2007-02-19  Jim Meyering  <jim@meyering.net>
24933
24934         Don't use FD after a successful "fdopendir (fd)".
24935         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
24936         Reset it by calling dirfd on the just-obtained DIR*.
24937
24938         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
24939         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
24940
24941 2007-02-18  Bruno Haible  <bruno@clisp.org>
24942
24943         * lib/readlink.c: Include <unistd.h>.
24944         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
24945         HAVE_READLINK.
24946         * modules/readlink (Depends-on): Add unistd.
24947         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24948         (Include): Add <unistd.h>.
24949
24950         * lib/getlogin_r.h: Remove file.
24951         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
24952         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
24953         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
24954         HAVE_DECL_GETLOGIN_R.
24955         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
24956         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24957         (Include): Use <unistd.h> instead of getlogin_r.h.
24958
24959         * lib/getcwd.h: Remove file.
24960         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
24961         * lib/xgetcwd.c: Likewise.
24962         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
24963         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
24964         * modules/getcwd (Files): Remove lib/getcwd.h.
24965         (Depends-on): Add unistd.
24966         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24967         (Include): Use <unistd.h> instad of getcwd.h.
24968
24969         * lib/ftruncate.c: Include <unistd.h> first.
24970         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
24971         Set HAVE_FTRUNCATE.
24972         * modules/ftruncate (Depends-on): Add unistd.
24973         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24974
24975         * lib/fchdir.c: Include <unistd.h> first.
24976         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
24977         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
24978         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
24979         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24980         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
24981
24982         * lib/dup2.c: Include <unistd.h> first.
24983         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
24984         HAVE_DUP2.
24985         * modules/dup2 (Depends-on): Add unistd.
24986         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24987
24988         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
24989         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
24990         REPLACE_CHOWN. Don't define chown as a macro here.
24991         * modules/chown (Depends-on): Add unistd.
24992         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24993
24994         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
24995         Add definition for GL_LINK_WARNING.
24996         (chown, dup2): New declarations.
24997         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
24998         link warning.
24999         (ftruncate): New declaration.
25000         (getcwd): New declaration, taken from old getcwd.h.
25001         (getlogin_r): New declaration, taken from old getlogin_r.h.
25002         (readlink): New declaration.
25003         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
25004         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
25005         (gl_PREREQ_UNISTD): Remove macro.
25006         (gl_UNISTD_MODULE_INDICATOR): New macro.
25007         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
25008         many new variables. Don't set UNISTD_H.
25009         * modules/unistd (Description): Change.
25010         (Depends-on): Add link-warning.
25011         (configure.ac): Update.
25012         (Makefile.am): Create unistd.h always. Substitute many new variables
25013         into it.
25014
25015 2007-02-18  Bruno Haible  <bruno@clisp.org>
25016
25017         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
25018         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
25019         HAVE_GETSUBOPT.
25020         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
25021         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
25022         * lib/getsubopt.h: Remove file.
25023         * modules/getsubopt (Files): Remove lib/getsubopt.h.
25024         (Depends-on): Add stdlib.
25025         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25026         (Includes): Use <stdlib.h> instead of getsubopt.h.
25027         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
25028         Set HAVE_GETSUBOPT.
25029         * lib/getsubopt.c: Don't include getsubopt.h.
25030
25031 2007-02-18  Bruno Haible  <bruno@clisp.org>
25032
25033         * modules/fchdir (Depends-on): Add dup2.
25034
25035 2007-02-18  Bruno Haible  <bruno@clisp.org>
25036
25037         * lib/stdlib_.h: Handle glibc's special invocation convention
25038         specially.
25039
25040 2007-02-18  Bruno Haible  <bruno@clisp.org>
25041
25042         * modules/stdlib-tests: New file.
25043         * tests/test-stdlib.c: New file.
25044
25045         * modules/mkstemp (Files): Remove lib/mkstemp.h.
25046         (Depends-on): Add stdlib.
25047         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25048         (Includes): Use <stdlib.h> instead of mkstemp.h.
25049         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
25050         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
25051         * lib/mkstemp.c: Don't include mkstemp.h.
25052         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
25053         * lib/stdlib--.h: Don't include mkstemp.h.
25054
25055         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
25056         (Depends-on): Add stdlib.
25057         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25058         (Includes): Use <stdlib.h> instead of mkdtemp.h.
25059         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
25060         HAVE_MKDTEMP.
25061         * lib/mkdtemp.c: Don't include mkdtemp.h.
25062         * lib/clean-temp.c: Don't include mkdtemp.h.
25063
25064         * modules/exit (Files): Remove lib/exit.h.
25065         (Depends-on): Add stdlib.
25066         (Makefile.am): Remove lib_SOURCES.
25067         (Include): Use <stdlib.h> instead of exit.h.
25068         * lib/argmatch.c: Don't include exit.h.
25069         * lib/execute.c: Likewise.
25070         * lib/pagealign_alloc.c: Likewise.
25071         * lib/pipe.c: Likewise.
25072         * lib/wait-process.c: Likewise.
25073         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
25074         * lib/exitfail.c: Likewise.
25075         * lib/savewd.c: Likewise.
25076         * lib/xsetenv.c: Likewise.
25077
25078         * modules/stdlib: New file.
25079         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
25080         and extra comments about mkstemp().
25081         * lib/exit.h: Remove file.
25082         * lib/mkdtemp.h: Remove file.
25083         * lib/mkstemp.h: Remove file.
25084         * m4/stdlib_h.m4: New file.
25085         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
25086
25087 2007-02-18  Bruno Haible  <bruno@clisp.org>
25088
25089         * modules/math-tests: New file.
25090         * tests/test-math.c: New file.
25091
25092         * modules/math: New file.
25093         * modules/mathl (Files): Remove lib/mathl.h.
25094         (Depends-on): Add math.
25095         (Makefile.am): Don't mention mathl.h.
25096         (Include): Use <math.h> instead of mathl.h.
25097         * lib/math_.h: New file.
25098         * lib/mathl.h: Remove file.
25099         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
25100         mathl.h.
25101         * lib/asinl.c: Likewise.
25102         * lib/atanl.c: Likewise.
25103         * lib/ceill.c: Likewise.
25104         * lib/cosl.c: Likewise.
25105         * lib/expl.c: Likewise.
25106         * lib/floorl.c: Likewise.
25107         * lib/frexpl.c: Likewise.
25108         * lib/ldexpl.c: Likewise.
25109         * lib/logl.c: Likewise.
25110         * lib/sincosl.c: Likewise.
25111         * lib/sinl.c: Likewise.
25112         * lib/sqrtl.c: Likewise.
25113         * lib/tanl.c: Likewise.
25114         * lib/trigl.c: Likewise.
25115         * m4/math_h.m4: New file.
25116         * MODULES.html.sh (Mathematics): Add math.
25117
25118 2007-02-17  Bruno Haible  <bruno@clisp.org>
25119
25120         * modules/wctype-tests: New file.
25121         * tests/test-wctype.c: New file.
25122
25123         * modules/wchar-tests: New file.
25124         * tests/test-wchar.c: New file.
25125
25126         * modules/unistd-tests: New file.
25127         * tests/test-unistd.c: New file.
25128
25129         * modules/time-tests: New file.
25130         * tests/test-time.c: New file.
25131
25132         * modules/sysexits-tests: New file.
25133         * tests/test-sysexits.c: New file.
25134
25135         * modules/sys_time-tests: New file.
25136         * tests/test-sys_time.c: New file.
25137
25138         * modules/sys_stat-tests: New file.
25139         * tests/test-sys_stat.c: New file.
25140
25141         * modules/sys_socket-tests: New file.
25142         * tests/test-sys_socket.c: New file.
25143
25144         * modules/sys_select-tests: New file.
25145         * tests/test-sys_select.c: New file.
25146
25147         * modules/string-tests: New file.
25148         * tests/test-string.c: New file.
25149
25150         * modules/stdbool-tests: New file.
25151         * tests/test-stdbool.c: New file.
25152
25153         * modules/netinet_in-tests: New file.
25154         * tests/test-netinet_in.c: New file.
25155
25156         * modules/inttypes-tests: New file.
25157         * tests/test-inttypes.c: New file.
25158
25159         * modules/fcntl-tests: New file.
25160         * tests/test-fcntl.c: New file.
25161
25162         * modules/byteswap-tests: New file.
25163         * tests/test-byteswap.c: New file.
25164
25165         * modules/arpa_inet-tests: New file.
25166         * tests/test-arpa_inet.c: New file.
25167
25168 2007-02-17  Bruno Haible  <bruno@clisp.org>
25169
25170         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
25171         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
25172         if the corresponding module is not enabled. Emit link warnings if
25173         the function is used nevertheless.
25174         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
25175         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
25176         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
25177         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
25178         * modules/inttypes (Depends-on): Add link-warning.
25179         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25180         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
25181         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
25182         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
25183         * modules/imaxdiv (configure.ac): Likewise.
25184         * modules/strtoimax (configure.ac): Likewise.
25185         * modules/strtoumax (configure.ac): Likewise.
25186
25187 2007-02-17  Bruno Haible  <bruno@clisp.org>
25188
25189         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
25190         gl_STRING_MODULE_INDICATOR_DEFAULTS.
25191         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
25192         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
25193
25194 2007-02-17  Bruno Haible  <bruno@clisp.org>
25195
25196         * modules/link-warning: New file.
25197         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
25198         * lib/string_.h (GL_LINK_WARNING): Remove definition.
25199         * modules/string (Depends-on): Add link-warning.
25200         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25201         string.h.
25202         * MODULES.html.sh (Support for building libraries and executables): Add
25203         link-warning.
25204
25205 2007-02-17  Bruno Haible  <bruno@clisp.org>
25206
25207         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
25208         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
25209         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
25210         long lines.
25211
25212 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
25213             Bruno Haible  <bruno@clisp.org>
25214
25215         * modules/tmpfile: New file.
25216         * lib/tmpfile.c: New file.
25217         * m4/tmpfile.m4: New file.
25218         * MODULES.html.sh (func_all_modules): New section "Input/output".
25219
25220 2007-02-15  Bruno Haible  <bruno@clisp.org>
25221
25222         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
25223         (supports_delete_on_close): New function.
25224         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
25225
25226 2007-02-14  Bruno Haible  <bruno@clisp.org>
25227
25228         * modules/mbspcasecmp-tests: New file.
25229         * tests/test-mbspcasecmp.sh: New file.
25230         * tests/test-mbspcasecmp.c: New file.
25231
25232         New module mbspcasecmp.
25233         * modules/mbspcasecmp: New file.
25234         * lib/mbspcasecmp.c: New file.
25235         * lib/string_.h (strncasecmp): Change warning message.
25236         (mbspcasecmp): New declaration.
25237         * m4/mbspcasecmp.m4: New file.
25238         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25239         GNULIB_MBSPCASECMP.
25240         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
25241         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
25242
25243 2007-02-14  Bruno Haible  <bruno@clisp.org>
25244
25245         * modules/mbsncasecmp-tests: New file.
25246         * tests/test-mbsncasecmp.sh: New file.
25247         * tests/test-mbsncasecmp.c: New file.
25248
25249         New module mbsncasecmp.
25250         * modules/mbsncasecmp: New file.
25251         * lib/mbsncasecmp.c: New file.
25252         * lib/string_.h (mbsncasecmp): New declaration.
25253         * m4/mbsncasecmp.m4: New file.
25254         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25255         GNULIB_MBSNCASECMP.
25256         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
25257         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
25258
25259 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
25260
25261         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
25262         Verify that it doesn't overlap with our flags.
25263         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
25264         do not have the desired effect in multibyte locales; instead, use
25265         mbscasecmp.
25266         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
25267         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
25268         we don't require GNU fnmatch ourselves (if our users require it, they
25269         should do so explicitly).
25270
25271         Fix regex code so it doesn't rely on strcasecmp.
25272         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
25273         Otherwise, include gnulib's langinfo.h.
25274         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
25275         undesirable behavior in non-C locales.  Instead, rely on localecharset.
25276         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
25277         * modules/regex (FILES): Remove m4/codeset.m4.
25278         (Depends-on): Add localcharset.  Remove strcase.
25279
25280 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25281
25282         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
25283         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
25284
25285 2007-02-13  Bruno Haible  <bruno@clisp.org>
25286
25287         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
25288         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25289
25290 2007-02-12  Bruno Haible  <bruno@clisp.org>
25291
25292         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25293         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
25294         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
25295         time warning rather than a link error.
25296
25297 2007-02-12  Bruno Haible  <bruno@clisp.org>
25298
25299         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
25300         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25301         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25302
25303 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25304
25305         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
25306         args, not 2.
25307
25308 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25309
25310         New module 'time', so that apps can include <time.h> as per
25311         POSIX and GNU instead of separate include files like time_r.h
25312         and timegm.h.  This implementation tries out a simpler approach
25313         for replacing decls in standard include files (as compared to
25314         the string module), somewhat as an experiment.
25315
25316         * config/srclist.txt: Comment out mktime.c for now.
25317         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
25318         since it doesn't apply any more.  Use generic wording instead.
25319         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
25320         'time'.
25321         * lib/time_.h, m4/time_h.m4, modules/time: New files.
25322         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
25323         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
25324         Don't include <sys/types.h>; no longer needed since we assume C89.
25325         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
25326         * lib/strftime.c: Likewise.
25327         * lib/time_r.c: Likewise.
25328         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
25329         * lib/nanosleep.c: Include <time.h> first, to check interface.
25330         * lib/strptime.c: Likewise.
25331         * lib/time_r.c: Likewise.
25332         * lib/timegm.c: Likewise.
25333         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
25334         needed.
25335         * lib/timegm.c: Don't include timegm.h; no longer needed.
25336         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
25337         time.h now handles any problems in that area.
25338         (struct timespec, nanosleep): Remove; time.h now arranges for these.
25339         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
25340         that time.h defines struct timespec.
25341         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
25342         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
25343         handles that.
25344         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
25345         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
25346         needed.  Set REPLACE_LOCALTIME.
25347         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
25348         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
25349         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
25350         nanosleep; time_h.m4 now does that.  Don't require
25351         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
25352         module handles this now.
25353         * modules/getdate (Depends-on): Remove timespec.  Add time.
25354         * modules/nanosleep (Depends-on): Likewise.
25355         * modules/stat-time (Depends-on): Likewise.
25356         * modules/nanosleep (Include): Include time.h, not timespec.h.
25357         * modules/strptime (Files): Remove lib/strptime.h.
25358         (Depends-on): Add extensions, time.
25359         (Include): Include time.h, not strptime.h.
25360         * modules/time_r (Files): Remove lib/time_r.h.
25361         (Depends-on): Add time.
25362         (Include): Include time.h, not time_r.h.
25363         * modules/timegm: Likewise.
25364         * modules/timespec (Description): Now does timespec-related decls
25365         of our own, instead of struct timespec itself.
25366         (Depends-on): Add time; remove extensions.
25367         (Maintainer): Add self.
25368         * modules/utimecmp (Depends-on): Add time; remove timespec.
25369         * modules/utimens (Depends-on): Likewise.
25370         * modules/xnanosleep (Depends-on): Likewise.
25371
25372 2007-02-11  Bruno Haible  <bruno@clisp.org>
25373
25374         * lib/c-strstr.c: Include allocsa.h.
25375         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25376         * lib/c-strcasestr.c: Include allocsa.h.
25377         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25378         * lib/strcasestr.c: Include allocsa.h.
25379         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25380         * lib/mbsstr.c: Include allocsa.h.
25381         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25382         allocsa/freesa instead of malloc/free.
25383         * lib/mbscasestr.c: Include allocsa.h.
25384         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25385         allocsa/freesa instead of malloc/free.
25386         * modules/c-strstr (Depends-on): Add allocsa.
25387         * modules/c-strcasestr (Depends-on): Likewise.
25388         * modules/strcasestr (Depends-on): Likewise.
25389         * modules/mbsstr (Depends-on): Likewise.
25390         * modules/mbscasestr (Depends-on): Likewise.
25391
25392 2007-02-11  Bruno Haible  <bruno@clisp.org>
25393
25394         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
25395
25396         * modules/mbsspn-tests: New file.
25397         * tests/test-mbsspn.sh: New file.
25398         * tests/test-mbsspn.c: New file.
25399
25400 2007-02-11  Bruno Haible  <bruno@clisp.org>
25401
25402         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
25403
25404         * modules/mbspbrk-tests: New file.
25405         * tests/test-mbspbrk.sh: New file.
25406         * tests/test-mbspbrk.c: New file.
25407
25408 2007-02-11  Bruno Haible  <bruno@clisp.org>
25409
25410         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
25411         unneeded cast.
25412
25413         * modules/mbscspn-tests: New file.
25414         * tests/test-mbscspn.sh: New file.
25415         * tests/test-mbscspn.c: New file.
25416
25417 2007-02-11  Bruno Haible  <bruno@clisp.org>
25418
25419         * modules/mbscasecmp-tests: New file.
25420         * tests/test-mbscasecmp.sh: New file.
25421         * tests/test-mbscasecmp.c: New file.
25422
25423 2007-02-11  Bruno Haible  <bruno@clisp.org>
25424
25425         Ensure O(n) worst-case complexity of mbscasestr.
25426         * lib/mbscasestr.c: Include stdbool.h.
25427         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
25428         functions.
25429         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
25430         the bookkeeping indicates that it's worth it.
25431         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
25432
25433         * modules/mbscasestr-tests: New file.
25434         * tests/test-mbscasestr1.c: New file.
25435         * tests/test-mbscasestr2.sh: New file.
25436         * tests/test-mbscasestr2.c: New file.
25437         * tests/test-mbscasestr3.sh: New file.
25438         * tests/test-mbscasestr3.c: New file.
25439         * tests/test-mbscasestr4.sh: New file.
25440         * tests/test-mbscasestr4.c: New file.
25441         * m4/locale-tr.m4: New file.
25442
25443 2007-02-11  Bruno Haible  <bruno@clisp.org>
25444
25445         Ensure O(n) worst-case complexity of mbsstr.
25446         * lib/mbsstr.c: Include stdbool.h.
25447         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
25448         functions.
25449         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
25450         bookkeeping indicates that it's worth it.
25451         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
25452
25453         * modules/mbsstr-tests: New file.
25454         * tests/test-mbsstr1.c: New file.
25455         * tests/test-mbsstr2.sh: New file.
25456         * tests/test-mbsstr2.c: New file.
25457         * tests/test-mbsstr3.sh: New file.
25458         * tests/test-mbsstr3.c: New file.
25459         * m4/locale-fr.m4: New file.
25460
25461 2007-02-11  Bruno Haible  <bruno@clisp.org>
25462
25463         * lib/mbsrchr.c (mbsrchr): Fix bug.
25464
25465         * modules/mbsrchr-tests: New file.
25466         * tests/test-mbsrchr.sh: New file.
25467         * tests/test-mbsrchr.c: New file.
25468
25469 2007-02-11  Bruno Haible  <bruno@clisp.org>
25470
25471         * lib/mbschr.c (mbschr): Fix bug.
25472
25473         * modules/mbschr-tests: New file.
25474         * tests/test-mbschr.sh: New file.
25475         * tests/test-mbschr.c: New file.
25476         * m4/locale-zh.m4: New file.
25477
25478 2007-02-11  Bruno Haible  <bruno@clisp.org>
25479
25480         Support for copying multibyte string iterators.
25481         * lib/mbiter.h: Include <string.h>.
25482         (mbiter_multi_copy): New function.
25483         (mbi_copy): New macro.
25484         * lib/mbuiter.h: Include <string.h>.
25485         (mbuiter_multi_copy): New function.
25486         (mbui_copy): New macro.
25487
25488 2007-02-11  Bruno Haible  <bruno@clisp.org>
25489
25490         New module mbslen.
25491         * modules/mbslen: New file.
25492         * lib/mbslen.c: New file.
25493         * lib/string_.h (mbslen): New declaration.
25494         * m4/mbslen.m4: New file.
25495         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25496         GNULIB_MBSLEN.
25497         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
25498         * MODULES.html.sh (Internationalization functions): Add mbslen.
25499
25500 2007-02-11  Bruno Haible  <bruno@clisp.org>
25501
25502         Ensure O(n) worst-case complexity of strcasestr substitute.
25503         * lib/strcasestr.c: Include stdbool.h.
25504         (knuth_morris_pratt): New function.
25505         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
25506         bookkeeping indicates that it's worth it.
25507         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
25508
25509         * modules/strcasestr-tests: New file.
25510         * tests/test-strcasestr.c: New file.
25511
25512 2007-02-11  Bruno Haible  <bruno@clisp.org>
25513
25514         Ensure O(n) worst-case complexity of c_strcasestr.
25515         * lib/c-strcasestr.c: Include stdbool.h, string.h.
25516         (knuth_morris_pratt): New function.
25517         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
25518         the bookkeeping indicates that it's worth it.
25519         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
25520
25521         * modules/c-strcasestr-tests: New file.
25522         * tests/test-c-strcasestr.c: New file.
25523
25524 2007-02-11  Bruno Haible  <bruno@clisp.org>
25525
25526         Ensure O(n) worst-case complexity of c_strstr.
25527         * lib/c-strstr.c: Include stdbool.h, string.h.
25528         (knuth_morris_pratt): New function.
25529         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
25530         bookkeeping indicates that it's worth it.
25531         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
25532
25533         * lib/c-strstr.c: Complete rewrite for maintainability.
25534
25535         * modules/c-strstr-tests: New file.
25536         * tests/test-c-strstr.c: New file.
25537
25538 2007-02-11  Bruno Haible  <bruno@clisp.org>
25539
25540         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
25541         5.2.1 and earlier, whereby \055 was treated just like the range
25542         delimiter '-'.
25543         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
25544
25545 2007-02-08  Bruno Haible  <bruno@clisp.org>
25546
25547         * modules/regex (Depends-on): Add stdbool.
25548         Reported by Dalibor Topic <robilad@kaffe.org>.
25549
25550 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
25551
25552         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
25553         Prefer returning from main to exiting from it.
25554         Remove unnecessary parens after sizeof.
25555
25556 2007-02-05  Bruno Haible  <bruno@clisp.org>
25557
25558         New module mbssep.
25559         * modules/mbssep: New file.
25560         * lib/mbssep.c: New file.
25561         * lib/string_.h (strsep): Add a conditional link warning.
25562         (mbssep): New declaration.
25563         * m4/mbssep.m4: New file.
25564         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25565         GNULIB_MBSSEP.
25566         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
25567         * MODULES.html.sh (Internationalization functions): Add mbssep.
25568
25569 2007-02-05  Bruno Haible  <bruno@clisp.org>
25570
25571         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
25572         Optimize search in case of 1 delimiter.
25573
25574 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
25575
25576         * lib/acl.h: Include sys/types.h before sys/acl.h.
25577
25578 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
25579
25580         Merge upstream fix for glibc bugzilla #3957:
25581
25582         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
25583
25584         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
25585         bit for RE_HAT_LISTS_NOT_NEWLINE.
25586         (build_charclass_op): Remove bogus comment.
25587
25588 2007-02-05  Simon Josefsson  <simon@josefsson.org>
25589
25590         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
25591
25592 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
25593
25594         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
25595         * lib/memmem.c [!defined _LIBC]: Include config.h.
25596
25597 2007-02-04  Bruno Haible  <bruno@clisp.org>
25598
25599         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
25600         warning message.
25601
25602 2007-02-04  Bruno Haible  <bruno@clisp.org>
25603
25604         New module mbstok_r.
25605         * modules/mbstok_r: New file.
25606         * lib/mbstok_r.c: New file.
25607         * lib/string_.h (strtok_r): Change argument names to match the
25608         comments. Add a conditional link warning.
25609         (mbstok_r): New declaration.
25610         * m4/mbstok_r.m4: New file.
25611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25612         GNULIB_MBSTOK_R.
25613         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
25614         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
25615
25616 2007-02-04  Bruno Haible  <bruno@clisp.org>
25617
25618         New module mbsspn.
25619         * modules/mbsspn: New file.
25620         * lib/mbsspn.c: New file.
25621         * lib/string_.h (strspn): Add a conditional link warning.
25622         (mbsspn): New declaration.
25623         * m4/mbsspn.m4: New file.
25624         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25625         GNULIB_MBSSPN.
25626         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
25627         * MODULES.html.sh (Internationalization functions): Add mbsspn.
25628
25629 2007-02-04  Bruno Haible  <bruno@clisp.org>
25630
25631         New module mbspbrk.
25632         * modules/mbspbrk: New file.
25633         * lib/mbspbrk.c: New file.
25634         * lib/string_.h (strpbrk): Add a conditional link warning.
25635         (mbspbrk): New declaration.
25636         * m4/mbspbrk.m4: New file.
25637         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25638         GNULIB_MBSPBRK.
25639         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
25640         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
25641
25642 2007-02-04  Bruno Haible  <bruno@clisp.org>
25643
25644         New module mbscspn.
25645         * modules/mbscspn: New file.
25646         * lib/mbscspn.c: New file.
25647         * lib/string_.h (strcspn): Add a conditional link warning.
25648         (mbscspn): New declaration.
25649         * m4/mbscspn.m4: New file.
25650         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25651         GNULIB_MBSCSPN.
25652         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
25653         * MODULES.html.sh (Internationalization functions): Add mbscspn.
25654
25655 2007-02-04  Bruno Haible  <bruno@clisp.org>
25656
25657         New module mbscasestr, reduced goal of strcasestr.
25658         * modules/mbscasestr: New file.
25659         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
25660         (mbscasestr): Renamed from strcasestr.
25661         * lib/strcasestr.c: Don't include mbuiter.h.
25662         (strcasestr): Remove support for multibyte locales.
25663         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
25664         Change the conditional link warning.
25665         (mbscasestr): New declaration.
25666         * m4/mbscasestr.m4: New file.
25667         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
25668         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
25669         REPLACE_STRCASESTR.
25670         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
25671         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25672         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
25673         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
25674         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
25675         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
25676         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
25677         (Depends-on): Remove mbuiter.
25678         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
25679
25680 2007-02-04  Bruno Haible  <bruno@clisp.org>
25681
25682         Simplify handling of strncasecmp.
25683         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
25684         the conditional link warning.
25685         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25686         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
25687         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
25688         * modules/strcase (configure.ac): Don't invoke
25689         gl_STRING_MODULE_INDICATOR.
25690         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
25691
25692 2007-02-04  Bruno Haible  <bruno@clisp.org>
25693
25694         New module mbscasecmp, reduced goal of strcasecmp.
25695         * modules/mbscasecmp: New file.
25696         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
25697         (mbscasecmp): Renamed from strcasecmp.
25698         * lib/strcasecmp.c: Don't include mbuiter.h.
25699         (strcasecmp): Remove support for multibyte locales.
25700         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
25701         Change the conditional link warning.
25702         (mbscasecmp): New declaration.
25703         * m4/mbscasecmp.m4: New file.
25704         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
25705         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
25706         REPLACE_STRCASECMP.
25707         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
25708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25709         GNULIB_MBSCASECMP.
25710         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
25711         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
25712         * modules/strcase (Files): Remove m4/mbrtowc.m4.
25713         (Depends-on): Remove mbuiter.
25714         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
25715
25716 2007-02-04  Bruno Haible  <bruno@clisp.org>
25717
25718         New module mbsstr. Remove module strstr.
25719         * modules/mbsstr: New file.
25720         * modules/strstr: Remove file.
25721         * lib/mbsstr.c: Renamed from lib/strstr.c.
25722         (mbsstr): Renamed from strstr.
25723         * lib/string_.h (strstr): Remove declaration. Change the conditional
25724         link warning.
25725         (mbsstr): New declaration.
25726         * m4/mbsstr.m4: New file.
25727         * m4/strstr.m4: Remove file.
25728         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
25729         REPLACE_STRSTR.
25730         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
25731         Don't initialize GNULIB_STRSTR.
25732         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
25733         substitute GNULIB_STRSTR and REPLACE_STRSTR.
25734         * MODULES.html.sh (Internationalization functions): Add mbsstr.
25735         (Support for systems lacking ANSI C 89): Remove strstr.
25736
25737 2007-02-04  Bruno Haible  <bruno@clisp.org>
25738
25739         New module mbsrchr.
25740         * modules/mbsrchr: New file.
25741         * lib/mbsrchr.c: New file.
25742         * lib/string_.h (strrchr): Add a conditional link warning.
25743         (mbsrchr): New declaration.
25744         * m4/mbsrchr.m4: New file.
25745         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25746         GNULIB_MBSRCHR.
25747         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
25748         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
25749
25750 2007-02-04  Bruno Haible  <bruno@clisp.org>
25751
25752         New module mbschr.
25753         * modules/mbschr: New file.
25754         * lib/mbschr.c: New file.
25755         * lib/string_.h (strchr): Add a conditional link warning.
25756         (mbschr): New declaration.
25757         * m4/mbschr.m4: New file.
25758         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25759         GNULIB_MBSCHR.
25760         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
25761         * MODULES.html.sh (Internationalization functions): Add mbschr.
25762
25763 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
25764
25765         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
25766
25767         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
25768
25769 2007-02-04  Bruno Haible  <bruno@clisp.org>
25770
25771         New module description section 'configure.ac-early'.
25772         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
25773         (func_get_autoconf_early_snippet): New function.
25774         (func_import, func_create_testdir): Use it. Remove special cases for
25775         modules 'extensions' and 'lock'.
25776         * modules/extensions (configure.ac-early): Require
25777         gl_USE_SYSTEM_EXTENSIONS.
25778         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
25779
25780 2007-02-04  Bruno Haible  <bruno@clisp.org>
25781
25782         Make use of gcj-4.3's -fsource and -ftarget option.
25783         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
25784         and if so try the options -fsource and -ftarget.
25785         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
25786         source_version, ftarget_option, target_version arguments.
25787         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
25788         (is_envjavac_oldgcj_14_14_usable): Renamed from
25789         is_envjavac_gcj_14_14_usable.
25790         (is_envjavac_oldgcj_14_13_usable): Renamed from
25791         is_envjavac_gcj_14_13_usable.
25792         (is_gcj_present): Update.
25793         (is_gcj_43, is_gcj43_usable): New functions.
25794         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
25795         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
25796         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
25797         try the options -fsource and -ftarget.
25798
25799 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25800
25801         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
25802         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
25803         larger value.
25804
25805 2007-02-03  Jim Meyering  <jim@meyering.net>
25806
25807         Give tools a better chance to allocate space for very large buffers.
25808         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
25809
25810         Make pwd and readlink work also when run with an unreadable parent dir
25811         on systems with openat support.
25812         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
25813         provided getcwd function, even when we have openat support.
25814         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
25815
25816 2007-02-02  Bruno Haible  <bruno@clisp.org>
25817
25818         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25819         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
25820         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
25821         portability problems if one of these functions is only used on specific
25822         platforms.
25823         Reported by Paul Eggert.
25824
25825 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
25826
25827         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
25828         is causing more trouble than it's curing.
25829         * lib/regex_internal.h (__mempcpy): Remove.
25830         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
25831         (and make the code a tad smaller to boot).
25832         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
25833
25834 2007-02-02  Jim Meyering  <jim@meyering.net>
25835
25836         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
25837         section, not in the Makefile.am: one.
25838
25839 2007-02-02  Eric Blake  <ebb9@byu.net>
25840
25841         * lib/strchrnul.c: Always include config.h first.
25842
25843         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
25844         gnulib strstr is not necessary here.
25845
25846 2007-02-02  Simon Josefsson  <simon@josefsson.org>
25847
25848         * m4/socklen.m4: Fix typo.
25849
25850 2007-02-02  Eric Blake  <ebb9@byu.net>
25851
25852         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
25853         * modules/netinet_in (Makefile.am): Likewise.
25854
25855 2007-02-01  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/string_.h (GL_LINK_WARNING): New macro.
25858         (strcasecmp, strstr, strcasestr): If provided by the system,
25859         conditionally define as a macro that leads to a warning instead of to
25860         an error.
25861         (strncasecmp): Conditionally define as a macro that leads to a warning.
25862
25863 2007-02-01  Karl Berry  <karl@gnu.org>
25864
25865         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
25866
25867 2007-02-01  Bruno Haible  <bruno@clisp.org>
25868
25869         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
25870         renamings.
25871
25872 2007-02-01  Eric Blake  <ebb9@byu.net>
25873
25874         * modules/regex (Depends-on): Revert dependence on mempcpy.
25875         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
25876         module's definition of mempcpy.
25877         Reported by Paul Eggert.
25878
25879 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
25880
25881         * lib/string_.h: If the gnulib module XYZ is not present, undefine
25882         the symbol XYZ before redefining it.  This fixes a problem with
25883         programs that don't use XYZ, when compiled on systems that define
25884         XYZ to something else.
25885
25886 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
25887
25888         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
25889         occurs when "mkdir -m foo" creates a setgid directory that is (1)
25890         writeable to group or other and (2) is intended to have a special
25891         mode bit that is set or cleared.  In such a case, the directory
25892         should be neither group- nor other-writeable until the special
25893         mode bits are right.
25894
25895 2007-01-31  Eric Blake  <ebb9@byu.net>
25896
25897         * modules/mountlist (Depends-on): Add strstr.
25898
25899         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
25900         bug.
25901         * modules/string (Makefile.am): Remove redundant replacement.
25902         * modules/regex (Depends-on): Add mempcpy.
25903
25904 2007-01-31  Bruno Haible  <bruno@clisp.org>
25905
25906         New module description field 'Link'.
25907         * gnulib-tool (func_usage): Document --extract-link-directive.
25908         (sed_extract_prog): Recognize 'Link' directive.
25909         (func_get_link_directive): New function.
25910         (func_import): Show summary of link directives.
25911         Handle --extract-link-directive option.
25912         * modules/acl (Link): New section.
25913         * modules/clock-time (Link): New section.
25914         * modules/euidaccess (Link): New section.
25915         * modules/gettext (Link): New section.
25916         * modules/iconv (Link): New section.
25917         * modules/lock (Link): New section.
25918         * modules/nanosleep (Link): New section.
25919         * modules/readline (Link): New section.
25920
25921 2007-01-27  Bruno Haible  <bruno@clisp.org>
25922
25923         Enforce the use of gnulib modules for unportable <string.h> functions.
25924         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
25925         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
25926         (gl_HEADER_STRING_H_BODY): Require it.
25927         * lib/string_.h: If the gnulib module XYZ is not present, redefine
25928         the symbol XYZ to one that gives a link error.
25929         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
25930         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
25931         * modules/mempcpy (configure.ac): Likewise.
25932         * modules/memrchr (configure.ac): Likewise.
25933         * modules/stpcpy (configure.ac): Likewise.
25934         * modules/stpncpy (configure.ac): Likewise.
25935         * modules/strcase (configure.ac): Likewise.
25936         * modules/strcasestr (configure.ac): Likewise.
25937         * modules/strchrnul (configure.ac): Likewise.
25938         * modules/strdup (configure.ac): Likewise.
25939         * modules/strndup (configure.ac): Likewise.
25940         * modules/strnlen (configure.ac): Likewise.
25941         * modules/strpbrk (configure.ac): Likewise.
25942         * modules/strsep (configure.ac): Likewise.
25943         * modules/strstr (configure.ac): Likewise.
25944         * modules/strtok_r (configure.ac): Likewise.
25945
25946 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
25947
25948         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
25949
25950 2007-01-30  Jim Meyering  <jim@meyering.net>
25951
25952         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
25953
25954 2007-01-29  Bruno Haible  <bruno@clisp.org>
25955
25956         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
25957         * lib/execute.c: Likewise.
25958         * lib/pipe.c: Likewise.
25959         * lib/printf-args.h: Likewise.
25960         * lib/printf-args.c: Likewise.
25961         * lib/printf-parse.c: Likewise.
25962         * lib/vasnprintf.c: Likewise.
25963
25964 2007-01-29  Eric Blake  <ebb9@byu.net>
25965
25966         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
25967         declaration.
25968
25969 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
25970
25971         * lib/strptime.h (strptime): Use 'restrict' for args where
25972         POSIX requires this.
25973         * lib/strptime.c (strptime): Likewise.
25974         Change license notice from LGPL to GPL, since gnulib-tool will
25975         change this as needed.
25976         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
25977         defined.
25978         Include "strptime.h" first, to check interface.
25979         Do not #undef _LIBC and _NL_CURRENT.
25980         Do not include <stdlib.h>; no longer needed.
25981         Include "time_r.h" and declare ptime_locale_status
25982         only if _LIBC is not defined.
25983         (__P): Remove unused macro.
25984         (match_string): Bring back glibc version, but use it only if _LIBC
25985         is defined.
25986         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
25987         Remove unnecessary assertion and abort() call.
25988         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
25989         * m4/strptime.m4: Fix serial number comment.
25990         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
25991         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
25992         (Depends-on): Add time_r.
25993
25994 2007-01-29  Bruno Haible  <bruno@clisp.org>
25995
25996         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25997         strptime.
25998         * modules/strptime (Depends-on): Add stdbool.
25999         * lib/strptime.h: Include <time.h> always. Add comments.
26000
26001 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26002
26003         * modules/strptime: New file.
26004         * lib/strptime.h: New file.
26005         * lib/strptime.c: New file.
26006         * m4/strptime.m4: New file.
26007
26008 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26009
26010         * MODULES.html.sh: New module mpsort.
26011         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
26012
26013         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
26014         a circularity problem with HP-UX ia64 reported by Bob Proulx in
26015         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
26016         All uses changed.
26017         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
26018         All uses changed.
26019         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
26020         to _Restrict_.
26021         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
26022         the parameter matches the prototype.
26023
26024 2007-01-28  Jim Meyering  <jim@meyering.net>
26025
26026         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
26027         sys/time.h here, reverting that part of the previous patch:
26028         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
26029
26030 2007-01-28  Bruno Haible  <bruno@clisp.org>
26031
26032         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
26033         value of $(SYS_TIME_H).
26034         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
26035         remove it conditionally, too. [added by Jim Meyering]
26036         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
26037         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
26038         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
26039         GETTIMEOFDAY_REPLACEMENT to 1.
26040
26041 2007-01-28  Bruno Haible  <bruno@clisp.org>
26042
26043         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
26044         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
26045         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
26046         Set UNISTD_H instead of UNISTD_H2.
26047         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
26048
26049 2007-01-28  Bruno Haible  <bruno@clisp.org>
26050
26051         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
26052         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
26053
26054 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26055
26056         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
26057         (func_create_testdir): Ensure C locale for `grep' and `tr'
26058         character ranges.
26059         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
26060         ACLOCAL_AMFLAGS parsing state machine.
26061
26062 2007-01-27  Bruno Haible  <bruno@clisp.org>
26063
26064         * modules/unistr/base: Update.
26065
26066 2007-01-27  Bruno Haible  <bruno@clisp.org>
26067
26068         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
26069         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
26070         * modules/unistr/u32-mbtouc-unsafe: Renamed from
26071         modules/unistr/u32-mbtouc.
26072         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
26073         * lib/unistr.h: Update.
26074         * lib/linebreak.c: Update.
26075         * modules/unistr/u32-mbtouc: Renamed from
26076         modules/unistr/u32-mbtouc-safe.
26077         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
26078         * lib/unistr.h: Update.
26079         * lib/unistr/u32-to-u8.c: Update.
26080         * lib/unistr/u32-to-u16.c: Update.
26081
26082 2007-01-27  Bruno Haible  <bruno@clisp.org>
26083
26084         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
26085         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
26086         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
26087         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
26088         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
26089         * modules/unistr/u16-mbtouc-unsafe: Renamed from
26090         modules/unistr/u16-mbtouc.
26091         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
26092         * lib/unistr.h: Update.
26093         * lib/linebreak.c: Update.
26094         * modules/linebreak: Update.
26095         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
26096         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
26097         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
26098         * modules/unistr/u16-mbtouc: Renamed from
26099         modules/unistr/u16-mbtouc-safe.
26100         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
26101         * lib/unistr.h: Update.
26102         * lib/unistr/u16-to-u8.c: Update.
26103         * modules/unistr/u16-to-u8: Update.
26104         * lib/unistr/u16-to-u32.c: Update.
26105         * modules/unistr/u16-to-u32: Update.
26106
26107 2007-01-27  Bruno Haible  <bruno@clisp.org>
26108
26109         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
26110         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
26111         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
26112         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
26113         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
26114         * modules/unistr/u8-mbtouc-unsafe: Renamed from
26115         modules/unistr/u8-mbtouc.
26116         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
26117         * lib/unistr.h: Update.
26118         * lib/striconveh.c: Update.
26119         * modules/striconveh: Update.
26120         * lib/linebreak.c: Update.
26121         * modules/linebreak: Update.
26122         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
26123         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
26124         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
26125         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
26126         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
26127         * lib/unistr.h: Update.
26128         * lib/striconveh.c: Update.
26129         * modules/striconveh: Update.
26130         * lib/unistr/u8-to-u16.c: Update.
26131         * modules/unistr/u8-to-u16: Update.
26132         * lib/unistr/u8-to-u32.c: Update.
26133         * modules/unistr/u8-to-u32: Update.
26134
26135 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26136
26137         Sync from Libtool.
26138         * lib/argz.c: Do not include strings.h nor memory.h, include
26139         string.h unconditionally.  Patch by Simon Josefsson.
26140
26141 2007-01-27  Bruno Haible  <bruno@clisp.org>
26142
26143         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
26144         from gl_HEADER_STRING_H_BODY.
26145         (gl_HEADER_STRING_H_BODY): Require it.
26146         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
26147         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
26148         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
26149         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
26150         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
26151         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
26152         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26153         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
26154         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
26155         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26156         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
26157         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
26158         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
26159         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26160         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26161
26162 2007-01-27  Bruno Haible  <bruno@clisp.org>
26163
26164         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
26165         check_PROGRAMS into noinst_PROGRAMS.
26166         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
26167         check_PROGRAMS in this case.
26168         (func_import): Set for_test to false.
26169         (func_create_testdir): Set for_test to true.
26170
26171 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
26172             Bruno Haible  <bruno@clisp.org>
26173
26174         * modules/strcasestr (Files): Remove lib/strcasestr.h.
26175         (Depends-on): Add string.
26176         (Includes): Use <string.h> instead of strcasestr.h.
26177         * modules/string (Makefile.am): Also substitute the value of
26178         REPLACE_STRCASESTR.
26179         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
26180         assume strcasestr is declared in <string.h> not <strings.h>. Also
26181         set REPLACE_STRCASESTR.
26182         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
26183         REPLACE_STRCASESTR.
26184         * lib/strcasestr.h: Remove file.
26185         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
26186         * lib/string_.h (strcasestr): New declaration.
26187
26188 2007-01-27  Bruno Haible  <bruno@clisp.org>
26189
26190         * lib/string_.h: Use 'extern'.
26191
26192 2007-01-27  Jim Meyering  <jim@meyering.net>
26193
26194         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
26195         of set-but-not-used local, "q".
26196
26197         * lib/mempcpy.c: Include <config.h> before <string.h>.
26198         This fixes a compilation error on HP-UX, due to the system's
26199         "restrict"-using mempcpy prototype.
26200
26201 2007-01-26  Bruno Haible  <bruno@clisp.org>
26202
26203         Small optimization.
26204         * lib/javacomp.c: Include c-strstr.h.
26205          (is_envjavac_gcj): Use c_strstr instead of strstr.
26206         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
26207
26208 2007-01-26  Bruno Haible  <bruno@clisp.org>
26209
26210         * MODULES.html.sh (Unicode string functions): Add the new modules.
26211
26212         * modules/uniconv/u32-strconv-to-locale: New file.
26213         * lib/uniconv/u32-strconv-to-locale.c: New file.
26214
26215         * modules/uniconv/u16-strconv-to-locale: New file.
26216         * lib/uniconv/u16-strconv-to-locale.c: New file.
26217
26218         * modules/uniconv/u8-strconv-to-locale: New file.
26219         * lib/uniconv/u8-strconv-to-locale.c: New file.
26220
26221         * modules/uniconv/u32-strconv-from-locale: New file.
26222         * lib/uniconv/u32-strconv-from-locale.c: New file.
26223
26224         * modules/uniconv/u16-strconv-from-locale: New file.
26225         * lib/uniconv/u16-strconv-from-locale.c: New file.
26226
26227         * modules/uniconv/u8-strconv-from-locale: New file.
26228         * lib/uniconv/u8-strconv-from-locale.c: New file.
26229
26230         * modules/uniconv/u32-strconv-to-enc: New file.
26231         * lib/uniconv/u32-strconv-to-enc.c: New file.
26232         * modules/uniconv/u32-strconv-to-enc-tests: New file.
26233         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
26234
26235         * modules/uniconv/u16-strconv-to-enc: New file.
26236         * lib/uniconv/u16-strconv-to-enc.c: New file.
26237         * lib/uniconv/u-strconv-to-enc.h: New file.
26238         * modules/uniconv/u16-strconv-to-enc-tests: New file.
26239         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
26240
26241         * modules/uniconv/u8-strconv-to-enc: New file.
26242         * lib/uniconv/u8-strconv-to-enc.c: New file.
26243         * modules/uniconv/u8-strconv-to-enc-tests: New file.
26244         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
26245
26246         * modules/uniconv/u32-strconv-from-enc: New file.
26247         * lib/uniconv/u32-strconv-from-enc.c: New file.
26248         * modules/uniconv/u32-strconv-from-enc-tests: New file.
26249         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
26250
26251         * modules/uniconv/u16-strconv-from-enc: New file.
26252         * lib/uniconv/u16-strconv-from-enc.c: New file.
26253         * modules/uniconv/u16-strconv-from-enc-tests: New file.
26254         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
26255
26256         * modules/uniconv/u8-strconv-from-enc: New file.
26257         * lib/uniconv/u8-strconv-from-enc.c: New file.
26258         * lib/uniconv/u-strconv-from-enc.h: New file.
26259         * modules/uniconv/u8-strconv-from-enc-tests: New file.
26260         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
26261
26262         * modules/uniconv/u32-conv-from-enc: New file.
26263         * lib/uniconv/u32-conv-from-enc.c: New file.
26264         * modules/uniconv/u32-conv-from-enc-tests: New file.
26265         * tests/uniconv/test-u32-conv-from-enc.c: New file.
26266
26267         * modules/uniconv/u16-conv-from-enc: New file.
26268         * lib/uniconv/u16-conv-from-enc.c: New file.
26269         * lib/uniconv/u-conv-from-enc.h: New file.
26270         * modules/uniconv/u16-conv-from-enc-tests: New file.
26271         * tests/uniconv/test-u16-conv-from-enc.c: New file.
26272
26273         * modules/uniconv/u8-conv-from-enc: New file.
26274         * lib/uniconv/u8-conv-from-enc.c: New file.
26275         * modules/uniconv/u8-conv-from-enc-tests: New file.
26276         * tests/uniconv/test-u8-conv-from-enc.c: New file.
26277
26278         * modules/uniconv/base: New file.
26279         * lib/uniconv.h: New file.
26280
26281 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26282
26283         * doc/gnulib-tool.texi (Initial import): Update to match current
26284         behavior with strdup module.
26285         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
26286         * lib/memmem.h: Remove; all uses removed.  This is now done
26287         by <string.h>.
26288         * lib/mempcpy.h: Likewise.
26289         * lib/memrchr.h: Likewise.
26290         * lib/stpcpy.h: Likewise.
26291         * lib/stpncpy.h: Likewise.
26292         * lib/strcase.h: Likewise.
26293         * lib/strchrnul.h: Likewise.
26294         * lib/strdup.h: Likewise.
26295         * lib/strndup.h: Likewise.
26296         * lib/strnlen.h: Likewise.
26297         * lib/strpbrk.h: Likewise.
26298         * lib/strsep.h: Likewise.
26299         * lib/strstr.h: Likewise.
26300         * lib/strtok_r.h: Likewise.
26301         * lib/string_.h: New file.
26302         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
26303         Rely on <string.h> instead.
26304         * lib/canon-host.c: Likewise.
26305         * lib/chdir-long.c: Likewise.
26306         * lib/concatpath.c: Likewise.
26307         * lib/exclude.c: Likewise.
26308         * lib/fchdir.c: Likewise.
26309         * lib/getaddrinfo.c: Likewise.
26310         * lib/getcwd.c: Likewise.
26311         * lib/getsubopt.c: Likewise.
26312         * lib/glob.c: Likewise.
26313         * lib/hard-locale.c: Likewise.
26314         * lib/iconvme.c: Likewise.
26315         * lib/javacomp.c: Likewise.
26316         * lib/mempcpy.c: Likewise.
26317         * lib/memrchr.c: Likewise.
26318         * lib/regex_internal.h: Likewise.
26319         * lib/stpncpy.c: Likewise.
26320         * lib/strcasecmp.c: Likewise.
26321         * lib/strchrnul.c: Likewise.
26322         * lib/strdup.c: Likewise.
26323         * lib/striconv.c: Likewise.
26324         * lib/striconveh.c: Likewise.
26325         * lib/striconveha.c: Likewise.
26326         * lib/strncasecmp.c: Likewise.
26327         * lib/strndup.c: Likewise.
26328         * lib/strnlen.c: Likewise.
26329         * lib/strsep.c: Likewise.
26330         * lib/strstr.c: Likewise.
26331         * lib/strtok_r.c: Likewise.
26332         * lib/userspec.c: Likewise.
26333         * lib/w32spawn.h: Likewise.
26334         * lib/xstrndup.c: Likewise.
26335         * lib/mountlist.c (strstr): Remove decl.
26336         * m4/string_h.m4: New file.
26337         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
26338         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
26339         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
26340         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
26341         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
26342         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
26343         Set REPLACE_STRCASECMP if necessary.
26344         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
26345         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
26346         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
26347         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
26348         HAVE_DECL_STRDUP if necessary.
26349         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
26350         since gl_FUNC_STRNDUP does that now.
26351         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
26352         Check for decl here...
26353         (gl_PREREQ_STRNLEN): ... not here.
26354         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
26355         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
26356         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
26357         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
26358         necessary.
26359         * modules/string: New file.
26360         * modules/memmem (Files): Remove special-purpose include file.
26361         (Depends-on): Add string.
26362         (Include): Include <string.h>, not the removed file.
26363         * modules/mempcpy: Likewise.
26364         * modules/memrchr: Likewise.
26365         * modules/stpcpy: Likewise.
26366         * modules/stpncpy: Likewise.
26367         * modules/strcase: Likewise.
26368         * modules/strchrnul: Likewise.
26369         * modules/strdup: Likewise.
26370         * modules/strndup: Likewise.
26371         * modules/strnlen: Likewise.
26372         * modules/strpbrk: Likewise.
26373         * modules/strsep: Likewise.
26374         * modules/strstr: Likewise.
26375         * modules/strtok_r: Likewise.
26376         * tests/test-dirname.c: Don't include "strdup.h", since
26377         <string.h> now suffices.
26378         * tests/test-memmem.c: Don't include "memmem.h", since
26379         <string.h> now suffices.
26380
26381 2007-01-25  Bruno Haible  <bruno@clisp.org>
26382
26383         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
26384         *resultp is 0.
26385
26386         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
26387         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
26388         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
26389         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
26390
26391         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
26392         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
26393         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
26394         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
26395         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
26396         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
26397
26398 2007-01-24  Bruno Haible  <bruno@clisp.org>
26399
26400         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
26401         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
26402         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
26403         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
26404         gl_FUNC_FTS_CORE.
26405         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
26406         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
26407         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26408         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
26409         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
26410         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
26411         gl_FUNC_FCHOWNAT.
26412         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
26413         gl_FUNC_STRFTIME.
26414         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
26415         Reported by Ralf Wildenhues.
26416
26417 2007-01-24  Bruno Haible  <bruno@clisp.org>
26418
26419         Drop AC_REQUIRE calls that are redundant with the module dependencies.
26420         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
26421         gl_GETADDRINFO.
26422         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
26423         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
26424         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
26425
26426 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
26427
26428         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
26429         Don't use 'exit'; just return from 'main'.
26430         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
26431
26432         * lib/fnmatch_.h: Readjust white space and comments to match
26433         glibc, to avoid spurious diffs.
26434
26435 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26436
26437         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
26438         2004-12-01 change by Jakub Jelinek, since this code won't compile
26439         if !LIBC.  Problem reported by Bob Proulx.
26440
26441 2007-01-23  Bruno Haible  <bruno@clisp.org>
26442
26443         * lib/striconveh.c: Include c-strcaseeq.h.
26444         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
26445         * modules/striconveh (Depends-on): Add c-strcaseeq.
26446
26447 2007-01-23  Bruno Haible  <bruno@clisp.org>
26448
26449         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
26450
26451         * modules/c-strcaseeq: New file.
26452         * lib/c-strcaseeq.h: New file.
26453
26454         * modules/streq: New file.
26455         * lib/streq.h: New file.
26456
26457 2007-01-23  Bruno Haible  <bruno@clisp.org>
26458
26459         * modules/striconveha-tests: New file.
26460         * tests/test-striconveha.c: New file.
26461
26462         * lib/striconveha.h: Include <stdbool.h>.
26463         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
26464         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
26465         (mem_iconveha_notranslit): Renamed from mem_iconveha.
26466         (mem_iconveha): New function.
26467         (str_iconveha_notranslit): Renamed from str_iconveha.
26468         (str_iconveha): New function.
26469         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
26470         c-strcase.
26471
26472 2007-01-23  Bruno Haible  <bruno@clisp.org>
26473
26474         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
26475         encodings without forgiving before trying any encoding with handler.
26476         (str_iconveha): Try all encodings without forgiving before trying any
26477         encoding with handler.
26478
26479 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26480
26481         Import the following changes from libc.
26482
26483         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
26484
26485         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
26486
26487         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
26488
26489         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
26490         normal_bracket label.
26491
26492         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
26493
26494         [BZ #361]
26495         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
26496         to normal_bracket after fetching the next character.
26497
26498 2007-01-22  Bruno Haible  <bruno@clisp.org>
26499
26500         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
26501         argument.
26502         * lib/striconveh.c (iconv_carefully_1): New function.
26503         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
26504         argument.
26505         (str_cd_iconveh): Update.
26506         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
26507         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
26508         * tests/test-striconveh.c (MAGIC): New macro.
26509         (new_offsets): New function.
26510         (main): Test call with and without offsets.
26511
26512 2007-01-22  Bruno Haible  <bruno@clisp.org>
26513
26514         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
26515         * modules/sys_select (Makefile.am): Likewise.
26516         * modules/sys_socket (Makefile.am): Likewise.
26517         * modules/sys_time (Makefile.am): Likewise.
26518
26519 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
26520
26521         * modules/gettimeofday (License): Change from GPL to LGPL, since
26522         gettimeofday is a library function.
26523
26524 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26525
26526         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
26527
26528 2007-01-21  Bruno Haible  <bruno@clisp.org>
26529
26530         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
26531
26532 2007-01-21  Bruno Haible  <bruno@clisp.org>
26533
26534         * modules/striconveha: New file.
26535         * lib/striconveha.h: New file.
26536         * lib/striconveha.c: New file.
26537         * MODULES.html.sh (Internationalization functions): Add striconveha.
26538         * lib/striconv.c (str_iconv): Optimize the case of an empty input
26539         string.
26540         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
26541
26542 2007-01-21  Bruno Haible  <bruno@clisp.org>
26543
26544         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
26545         * lib/striconveh.c (str_iconveh): Likewise.
26546
26547 2007-01-21  Bruno Haible  <bruno@clisp.org>
26548
26549         * lib/striconveh.h (mem_iconveh): New declaration.
26550         * lib/striconveh.c (mem_iconveh): New function.
26551         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
26552
26553 2007-01-21  Bruno Haible  <bruno@clisp.org>
26554
26555         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
26556
26557         * lib/striconveh.h (mem_cd_iconveh): Change specification.
26558         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
26559         original result buffer.
26560         (str_cd_iconveh): Update.
26561         * tests/test-striconveh.c (main): Update.
26562
26563         * lib/striconv.h (mem_cd_iconv): Change specification.
26564         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
26565         result buffer.
26566         (str_cd_iconv): Update.
26567         * tests/test-striconv.c (main): Update.
26568
26569 2007-01-21  Bruno Haible  <bruno@clisp.org>
26570
26571         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
26572
26573 2007-01-20  Jim Meyering  <jim@meyering.net>
26574
26575         * lib/userspec.c (parse_with_separator): If a user or group string
26576         starts with "+", skip the corresponding name-to-ID look-up, since
26577         such a look-up must fail: user and group names may not include "+".
26578
26579 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
26580
26581         * lib/poll.c: Include sys/time.h and time.h unconditionally,
26582         since we now assume the sys_time module.
26583         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
26584         check for sys/time.h; no longer needed.
26585         * modules/poll (Depends-on): Depend on sys_time.
26586
26587 2007-01-18  Bruno Haible  <bruno@clisp.org>
26588
26589         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
26590         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
26591
26592         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
26593         gettimeofday.
26594
26595         * tests/test-gettimeofday.c: Include <time.h>.
26596         (dummy): Remove variable.
26597
26598         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
26599         gl_HEADER_SYS_TIME_H.
26600         (gl_HEADER_SYS_TIME_H): New macro.
26601
26602         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
26603         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26604         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
26605         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
26606         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26607         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
26608         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
26609         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26610         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
26611         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
26612         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26613
26614         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
26615         last change; it caused a compilation error when cross-compiling to
26616         Cygwin.
26617
26618 2007-01-18  Jim Meyering  <jim@meyering.net>
26619
26620         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
26621         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
26622         than the race-prone "test -d sys || mkdir sys".
26623         (configure.ac): Use AC_PROG_MKDIR_P.
26624         * modules/sys_select: Likewise.
26625         * modules/sys_socket: Likewise.
26626         * modules/sys_time: Likewise.
26627
26628 2007-01-18  Eric Blake  <ebb9@byu.net>
26629
26630         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
26631         replace gettimeofday.
26632         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
26633         name, to avoid infinite recursion.
26634
26635 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
26636
26637         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
26638         module sys_time.
26639         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
26640         assume timespec.h defines struct timeval.
26641         * lib/settime.c: Likewise.
26642         * lib/utimens.c: Likewise.
26643         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
26644         since we now assume the gettimeofday module.
26645         * lib/tempname.c (__gen_tempname): Likewise.
26646         * lib/gettimeofday.h: Remove.
26647         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
26648         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
26649         Include <time.h>, for 'time()'.
26650         (localtime_buffer_addr): Also use this workaround if
26651         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
26652         to simplify the uses.  All uses changed.
26653         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
26654         that #undef is inside {}, and 'const' follows type name consistently.
26655         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
26656         (gettimeofday): Do not use the maximum possible value for
26657         tv->tv_usec, since that might break usages other than ls.c.
26658         Instead, we'll leave ls.c alone.  This undoes today's patch
26659         by Bruno.  Add a compile-time warning for 1s-clock resolution;
26660         we've never observed the problem but might as well keep the
26661         canary.
26662         * lib/nanosleep.c: Include timespec.h first, for interface check.
26663         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
26664         now assume the sys_time module.
26665         * lib/tempname.c: Likewise.
26666         * lib/timespec.h: Likewise.
26667         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
26668         needed.
26669         * lib/strftime.c: Likewise.
26670         * lib/timespec.h: Likewise.
26671         * lib/posixtm.c: Include posixtm.h first, for interface check.
26672         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
26673         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
26674         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
26675         * lib/sys_time_.h: New file.
26676         * lib/timespec.h (struct timespec): Use long int, not long.
26677         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
26678         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
26679         Remove obsolescent call to AC_HEADER_TIME.
26680         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
26681         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26682         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
26683         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
26684         Likewise.
26685         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
26686         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
26687         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
26688         into the sys_time module.  Check for gettimeofday just once.
26689         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
26690         for gettimeofday signature to just check the signature.  Merely
26691         compile it, since linking doesn't test signature.  Improve test for
26692         whether gettimeofday.o is actually needed.
26693         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
26694         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
26695         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
26696         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26697         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
26698         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
26699         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
26700         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
26701         than worrying about sys/time.h.
26702         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26703         Don't bother worrying about TIME_WITH_SYS_TIME.
26704         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
26705         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
26706         * m4/sys_time_h.m4: New file.
26707         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
26708         Don't include sys/time.h.  Return from main rather than exiting.
26709         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
26710         all uses changed.
26711         * modules/gethrxtime (Depends-on): Add sys_time.
26712         * modules/gettime (Depends-on): Likewise.
26713         * modules/gettimeofday (Depends-on): Likewise.
26714         * modules/nanosleep (Depends-on): Likewise.
26715         * modules/settime (Depends-on): Likewise.
26716         * modules/tempname (Depends-on): Likewise.
26717         * modules/utimens (Depends-on): Likewise.
26718         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
26719         (Include:) Change back to <sys/time.h>.
26720         (Maintainer:) Add self.
26721         * modules/sys_time: New file.
26722         * modules/tempname (Depends-on): Add gettimeofday.
26723         * tests/test-gettimeofday.c: Include <sys/time.h>
26724         rather than gettimeofday.h.
26725
26726 2007-01-17  Bruno Haible  <bruno@clisp.org>
26727
26728         * gnulib-tool (func_get_license): Revert last patch. Instead, let
26729         the license default to GPL.
26730         (func_create_testdir): Don't complain if a module is LGPL and its
26731         tests module depends on GPLed modules.
26732
26733 2007-01-17  Bruno Haible  <bruno@clisp.org>
26734
26735         * lib/gettimeofday.c (gettimeofday): Add code for the case
26736         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
26737         maximum possible value for tv->tv_usec, rather than the minimum one.
26738
26739 2005-10-08  Martin Lambers  <marlam@marlam.de>
26740 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26741 2007-01-16  Bruno Haible  <bruno@clisp.org>
26742
26743         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
26744         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
26745         gl_FUNC_GETTIMEOFDAY.
26746         (Include): Add gettimeofday.h.
26747         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
26748         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
26749         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
26750         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
26751         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
26752         * lib/gettimeofday.h: New file.
26753         * lib/gettimeofday.c: Include <sys/timeb.h>.
26754         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
26755         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26756         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
26757         fall back on time().
26758
26759         * tests/test-gettimeofday.c: New file.
26760         * modules/gettimeofday-tests: New file.
26761
26762 2007-01-16  Eric Blake  <ebb9@byu.net>
26763
26764         * modules/fnmatch (Depends-on): Depend on wchar.
26765         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
26766         * m4/fnmatch.m4: Likewise.
26767         * modules/mbchar (Makefile.am): Assume <wchar.h>.
26768         * m4/mbchar.m4: Likewise.
26769         * modules/mbswidth (Depends-on): Depend on wchar.
26770         * lib/mbswidth.c: Assume <wchar.h>.
26771         * m4/mbswidth.m4: Likewise.
26772         * modules/quotearg (Depends-on): Depend on wchar.
26773         * lib/quotearg.c: Assume <wchar.h>.
26774         * m4/quotearg.m4: Likewise.
26775         * modules/regex (Depends-on): Depend on wchar.
26776         * lib/regex_internal.h: Assume <wchar.h>.
26777         * m4/regex.m4: Likewise.
26778         * modules/stdint (Depends-on): Depend on wchar.
26779         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
26780         * m4/stdint.m4: Likewise.
26781         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
26782         * modules/strftime (Depends-on): Depend on wchar.
26783         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
26784         * modules/strtol (Depends-on): Depend on wchar.
26785         * lib/strtol.c: Assume <wchar.h>.
26786         * modules/wcwidth (Depends-on): Depend on wchar.
26787         * lib/wcwidth.h: Assume <wchar.h>.
26788         * m4/wcwidth.m4: Likewise.
26789
26790 2007-01-16  Bruno Haible  <bruno@clisp.org>
26791
26792         * modules/csharpexec-script: New, created from...
26793         * modules/csharpexec: ... this.
26794
26795 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
26796
26797         * modules/javaexec-script: New, created from...
26798         * modules/javaexec: ... this.
26799
26800 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26801
26802         * modules/poll (Dependencies): Add sys_select.
26803
26804 2007-01-15  Jim Meyering  <jim@meyering.net>
26805
26806         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
26807         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
26808         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
26809         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
26810
26811 2007-01-15  Bruno Haible  <bruno@clisp.org>
26812
26813         * modules/striconveh: New file.
26814         * lib/striconveh.h: New file.
26815         * lib/striconveh.c: New file.
26816         * MODULES.html.sh (Internationalization functions): Add striconveh.
26817
26818         * modules/striconveh-tests: New file.
26819         * tests/test-striconveh.c: New file.
26820
26821 2007-01-15  Bruno Haible  <bruno@clisp.org>
26822
26823         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
26824         not from GNU libiconv or GNU libc.
26825
26826 2007-01-15  Bruno Haible  <bruno@clisp.org>
26827
26828         * doc/gnulib-intro.texi (Copyright): Explain the different license
26829         terms for module descriptions, autoconf macros, tests, documentation.
26830
26831 2007-01-14  Bruno Haible  <bruno@clisp.org>
26832
26833         * modules/striconv-tests: New file.
26834         * tests/test-striconv.c: New file.
26835
26836 2007-01-14  Bruno Haible  <bruno@clisp.org>
26837
26838         * modules/iconv-tests: New file.
26839         * tests/test-iconv.c: New file.
26840
26841 2007-01-14  Bruno Haible  <bruno@clisp.org>
26842
26843         * gnulib-tool (func_get_license): For test modules, use the license of
26844         the main module.
26845
26846 2007-01-14  Bruno Haible  <bruno@clisp.org>
26847
26848         * modules/iconv (Include): Clarify that <iconv.h> can only be included
26849         if iconv is found to exist.
26850
26851 2007-01-14  Bruno Haible  <bruno@clisp.org>
26852
26853         * modules/c-ctype-tests: New file.
26854         * tests/test-c-ctype.c: New file.
26855
26856 2007-01-14  Bruno Haible  <bruno@clisp.org>
26857
26858         * modules/binary-io-tests: New file.
26859         * tests/test-binary-io.sh: New file.
26860         * tests/test-binary-io.c: New file.
26861
26862 2007-01-14  Bruno Haible  <bruno@clisp.org>
26863
26864         * modules/array-oset-tests: New file.
26865         * tests/test-array_oset.c: New file.
26866
26867 2007-01-14  Bruno Haible  <bruno@clisp.org>
26868
26869         * modules/array-list-tests: New file.
26870         * tests/test-array_list.c: New file.
26871
26872 2007-01-14  Bruno Haible  <bruno@clisp.org>
26873
26874         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
26875         and make.
26876         Reported by Simon Josefsson in
26877         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
26878
26879 2007-01-14  Bruno Haible  <bruno@clisp.org>
26880
26881         * modules/allocsa-tests: New file.
26882         * tests/test-allocsa.c: New file.
26883
26884 2007-01-14  Bruno Haible  <bruno@clisp.org>
26885
26886         * modules/fchdir (Depends-on): Add absolute-header.
26887         * modules/unistd (Depends-on): Likewise.
26888
26889 2006-12-30  Bruno Haible  <bruno@clisp.org>
26890
26891         * modules/fchdir: New file.
26892         * modules/unistd (Files): Add lib/unistd_.h.
26893         (Makefile.am): Generate unistd.h from unistd_.h.
26894         * lib/fchdir.c: New file.
26895         * lib/dirent_.h: New file.
26896         * lib/unistd_.h: New file.
26897         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
26898         * m4/fchdir.m4: New file.
26899         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
26900         (gl_HEADER_UNISTD): Invoke it.
26901         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
26902         function.
26903         * lib/backupfile.c (opendir, closedir): Undefine.
26904         * lib/chown.c (open, close): Undefine.
26905         * lib/clean-temp.c (open, close): Undefine.
26906         * lib/copy-file.c (open, close): Undefine.
26907         * lib/execute.c (open, close): Undefine.
26908         * lib/fsusage.c (open, close): Undefine.
26909         * lib/gc-gnulib.c (open, close): Undefine.
26910         * lib/getcwd.c (opendir, closedir): Undefine.
26911         * lib/glob.c (opendir, closedir): Undefine.
26912         * lib/javacomp.c (open, close): Undefine.
26913         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
26914         * lib/openat-proc.c (open, close): Undefine.
26915         * lib/pagealign_alloc.c (open, close): Undefine.
26916         * lib/pipe.c (open, close): Undefine.
26917         * lib/progreloc.c (open, close): Undefine.
26918         * lib/savedir.c (opendir, closedir): Undefine.
26919         * lib/utime.c (open, close): Undefine.
26920         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
26921
26922 2007-01-10  Bruno Haible  <bruno@clisp.org>
26923
26924         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
26925
26926 2007-01-12  Eric Blake  <ebb9@byu.net>
26927
26928         Provide a robust <wchar.h>.  Further simplifications are now
26929         possible in other modules, but not included here.
26930         * modules/wchar: New module.
26931         * m4/wchar.m4: New file.
26932         * lib/wchar_.h: Likewise.
26933         * modules/mbchar (Depends-on): Depend on wchar, as the first use
26934         of the new module.
26935         * MODULES.html.sh (Extended multibyte and wide character utilities):
26936         New section.
26937
26938 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
26939
26940         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
26941         to a reasonable default for memory allocation.
26942         (xreadlink): Don't allocate a huge buffer, to work around a buggy
26943         file system that reports garbage st_size values for symlinks.
26944         Problem reported by Liyang Hu.
26945
26946 2007-01-11  Simon Josefsson  <simon@josefsson.org>
26947
26948         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
26949         Emacs .#* auto-save files).
26950
26951 2007-01-11  Bruno Haible  <bruno@clisp.org>
26952
26953         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
26954         directory.
26955
26956 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26957
26958         Use @...@ consistently in lib/wctype_.h.
26959         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
26960         on it being set to 1 or 0.
26961         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
26962         go back to AC_SUBSTing it.
26963         * modules/wctype (Makefile.am): Undo previous change.
26964
26965 2007-01-10  Eric Blake  <ebb9@byu.net>
26966
26967         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
26968         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
26969         * modules/wctype (Makefile.am): Likewise.
26970         Reported by Chris McGuire.
26971
26972 2007-01-10  Jim Meyering  <jim@meyering.net>
26973
26974         fts.c: a small readability/maintainability improvement
26975         * lib/fts.c (fts_read): Make this code slightly more readable and
26976         maintainable by hoisting the "sp->fts_cur = p" assignments to
26977         immediately follow the statements that set P.  Derived from
26978         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
26979
26980 2007-01-10  Eric Blake  <ebb9@byu.net>
26981
26982         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
26983         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
26984         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
26985         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
26986         Reported by Chris McGuire.
26987
26988 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26989
26990         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
26991         in sed script.
26992
26993 2007-01-09  Bruno Haible  <bruno@clisp.org>
26994
26995         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
26996         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
26997         variables.
26998         (func_module): Use them.
26999
27000 2007-01-09  Bruno Haible  <bruno@clisp.org>
27001
27002         * modules/unistr/base: New file.
27003         * lib/unistr.h: New file.
27004
27005         * modules/unistr/u8-to-u16: New file.
27006         * lib/unistr/u8-to-u16.c: New file.
27007
27008         * modules/unistr/u8-to-u32: New file.
27009         * lib/unistr/u8-to-u32.c: New file.
27010
27011         * modules/unistr/u16-to-u8: New file.
27012         * lib/unistr/u16-to-u8.c: New file.
27013
27014         * modules/unistr/u16-to-u32: New file.
27015         * lib/unistr/u16-to-u32.c: New file.
27016
27017         * modules/unistr/u32-to-u8: New file.
27018         * lib/unistr/u32-to-u8.c: New file.
27019
27020         * modules/unistr/u32-to-u16: New file.
27021         * lib/unistr/u32-to-u16.c: New file.
27022
27023         * modules/unistr/u8-check: New file.
27024         * modules/unistr/u16-check: New file.
27025         * modules/unistr/u32-check: New file.
27026         * lib/unistr/u8-check.c: New file.
27027         * lib/unistr/u16-check.c: New file.
27028         * lib/unistr/u32-check.c: New file.
27029
27030         * modules/unistr/u8-chr: New file.
27031         * modules/unistr/u16-chr: New file.
27032         * modules/unistr/u32-chr: New file.
27033         * lib/unistr/u8-chr.c: New file.
27034         * lib/unistr/u16-chr.c: New file.
27035         * lib/unistr/u32-chr.c: New file.
27036
27037         * modules/unistr/u8-cmp: New file.
27038         * modules/unistr/u16-cmp: New file.
27039         * modules/unistr/u32-cmp: New file.
27040         * lib/unistr/u8-cmp.c: New file.
27041         * lib/unistr/u16-cmp.c: New file.
27042         * lib/unistr/u32-cmp.c: New file.
27043
27044         * modules/unistr/u8-cpy: New file.
27045         * modules/unistr/u16-cpy: New file.
27046         * modules/unistr/u32-cpy: New file.
27047         * lib/unistr/u8-cpy.c: New file.
27048         * lib/unistr/u16-cpy.c: New file.
27049         * lib/unistr/u32-cpy.c: New file.
27050         * lib/unistr/u-cpy.h: New file.
27051
27052         * modules/unistr/u8-cpy-alloc: New file.
27053         * modules/unistr/u16-cpy-alloc: New file.
27054         * modules/unistr/u32-cpy-alloc: New file.
27055         * lib/unistr/u8-cpy-alloc.c: New file.
27056         * lib/unistr/u16-cpy-alloc.c: New file.
27057         * lib/unistr/u32-cpy-alloc.c: New file.
27058         * lib/unistr/u-cpy-alloc.h: New file.
27059
27060         * modules/unistr/u8-endswith: New file.
27061         * modules/unistr/u16-endswith: New file.
27062         * modules/unistr/u32-endswith: New file.
27063         * lib/unistr/u8-endswith.c: New file.
27064         * lib/unistr/u16-endswith.c: New file.
27065         * lib/unistr/u32-endswith.c: New file.
27066         * lib/unistr/u-endswith.h: New file.
27067
27068         * modules/unistr/u8-mblen: New file.
27069         * modules/unistr/u16-mblen: New file.
27070         * modules/unistr/u32-mblen: New file.
27071         * lib/unistr/u8-mblen.c: New file.
27072         * lib/unistr/u16-mblen.c: New file.
27073         * lib/unistr/u32-mblen.c: New file.
27074
27075         * modules/unistr/u8-mbtouc: New file.
27076         * modules/unistr/u16-mbtouc: New file.
27077         * modules/unistr/u32-mbtouc: New file.
27078         * lib/unistr/u8-mbtouc.c: New file.
27079         * lib/unistr/u16-mbtouc.c: New file.
27080         * lib/unistr/u32-mbtouc.c: New file.
27081
27082         * modules/unistr/u8-mbtouc-safe: New file.
27083         * modules/unistr/u16-mbtouc-safe: New file.
27084         * modules/unistr/u32-mbtouc-safe: New file.
27085         * lib/unistr/u8-mbtouc-safe.c: New file.
27086         * lib/unistr/u16-mbtouc-safe.c: New file.
27087         * lib/unistr/u32-mbtouc-safe.c: New file.
27088
27089         * modules/unistr/u8-move: New file.
27090         * modules/unistr/u16-move: New file.
27091         * modules/unistr/u32-move: New file.
27092         * lib/unistr/u8-move.c: New file.
27093         * lib/unistr/u16-move.c: New file.
27094         * lib/unistr/u32-move.c: New file.
27095         * lib/unistr/u-move.h: New file.
27096
27097         * modules/unistr/u8-next: New file.
27098         * modules/unistr/u16-next: New file.
27099         * modules/unistr/u32-next: New file.
27100         * lib/unistr/u8-next.c: New file.
27101         * lib/unistr/u16-next.c: New file.
27102         * lib/unistr/u32-next.c: New file.
27103
27104         * modules/unistr/u8-prev: New file.
27105         * modules/unistr/u16-prev: New file.
27106         * modules/unistr/u32-prev: New file.
27107         * lib/unistr/u8-prev.c: New file.
27108         * lib/unistr/u16-prev.c: New file.
27109         * lib/unistr/u32-prev.c: New file.
27110
27111         * modules/unistr/u8-set: New file.
27112         * modules/unistr/u16-set: New file.
27113         * modules/unistr/u32-set: New file.
27114         * lib/unistr/u8-set.c: New file.
27115         * lib/unistr/u16-set.c: New file.
27116         * lib/unistr/u32-set.c: New file.
27117         * lib/unistr/u-set.h: New file.
27118
27119         * modules/unistr/u8-startswith: New file.
27120         * modules/unistr/u16-startswith: New file.
27121         * modules/unistr/u32-startswith: New file.
27122         * lib/unistr/u8-startswith.c: New file.
27123         * lib/unistr/u16-startswith.c: New file.
27124         * lib/unistr/u32-startswith.c: New file.
27125         * lib/unistr/u-startswith.h: New file.
27126
27127         * modules/unistr/u8-stpcpy: New file.
27128         * modules/unistr/u16-stpcpy: New file.
27129         * modules/unistr/u32-stpcpy: New file.
27130         * lib/unistr/u8-stpcpy.c: New file.
27131         * lib/unistr/u16-stpcpy.c: New file.
27132         * lib/unistr/u32-stpcpy.c: New file.
27133         * lib/unistr/u-stpcpy.h: New file.
27134
27135         * modules/unistr/u8-stpncpy: New file.
27136         * modules/unistr/u16-stpncpy: New file.
27137         * modules/unistr/u32-stpncpy: New file.
27138         * lib/unistr/u8-stpncpy.c: New file.
27139         * lib/unistr/u16-stpncpy.c: New file.
27140         * lib/unistr/u32-stpncpy.c: New file.
27141         * lib/unistr/u-stpncpy.h: New file.
27142
27143         * modules/unistr/u8-strcat: New file.
27144         * modules/unistr/u16-strcat: New file.
27145         * modules/unistr/u32-strcat: New file.
27146         * lib/unistr/u8-strcat.c: New file.
27147         * lib/unistr/u16-strcat.c: New file.
27148         * lib/unistr/u32-strcat.c: New file.
27149         * lib/unistr/u-strcat.h: New file.
27150
27151         * modules/unistr/u8-strchr: New file.
27152         * modules/unistr/u16-strchr: New file.
27153         * modules/unistr/u32-strchr: New file.
27154         * lib/unistr/u8-strchr.c: New file.
27155         * lib/unistr/u16-strchr.c: New file.
27156         * lib/unistr/u32-strchr.c: New file.
27157
27158         * modules/unistr/u8-strcmp: New file.
27159         * modules/unistr/u16-strcmp: New file.
27160         * modules/unistr/u32-strcmp: New file.
27161         * lib/unistr/u8-strcmp.c: New file.
27162         * lib/unistr/u16-strcmp.c: New file.
27163         * lib/unistr/u32-strcmp.c: New file.
27164
27165         * modules/unistr/u8-strcpy: New file.
27166         * modules/unistr/u16-strcpy: New file.
27167         * modules/unistr/u32-strcpy: New file.
27168         * lib/unistr/u8-strcpy.c: New file.
27169         * lib/unistr/u16-strcpy.c: New file.
27170         * lib/unistr/u32-strcpy.c: New file.
27171         * lib/unistr/u-strcpy.h: New file.
27172
27173         * modules/unistr/u8-strcspn: New file.
27174         * modules/unistr/u16-strcspn: New file.
27175         * modules/unistr/u32-strcspn: New file.
27176         * lib/unistr/u8-strcspn.c: New file.
27177         * lib/unistr/u16-strcspn.c: New file.
27178         * lib/unistr/u32-strcspn.c: New file.
27179         * lib/unistr/u-strcspn.h: New file.
27180
27181         * modules/unistr/u8-strdup: New file.
27182         * modules/unistr/u16-strdup: New file.
27183         * modules/unistr/u32-strdup: New file.
27184         * lib/unistr/u8-strdup.c: New file.
27185         * lib/unistr/u16-strdup.c: New file.
27186         * lib/unistr/u32-strdup.c: New file.
27187         * lib/unistr/u-strdup.h: New file.
27188
27189         * modules/unistr/u8-strlen: New file.
27190         * modules/unistr/u16-strlen: New file.
27191         * modules/unistr/u32-strlen: New file.
27192         * lib/unistr/u8-strlen.c: New file.
27193         * lib/unistr/u16-strlen.c: New file.
27194         * lib/unistr/u32-strlen.c: New file.
27195         * lib/unistr/u-strlen.h: New file.
27196
27197         * modules/unistr/u8-strmblen: New file.
27198         * modules/unistr/u16-strmblen: New file.
27199         * modules/unistr/u32-strmblen: New file.
27200         * lib/unistr/u8-strmblen.c: New file.
27201         * lib/unistr/u16-strmblen.c: New file.
27202         * lib/unistr/u32-strmblen.c: New file.
27203
27204         * modules/unistr/u8-strmbtouc: New file.
27205         * modules/unistr/u16-strmbtouc: New file.
27206         * modules/unistr/u32-strmbtouc: New file.
27207         * lib/unistr/u8-strmbtouc.c: New file.
27208         * lib/unistr/u16-strmbtouc.c: New file.
27209         * lib/unistr/u32-strmbtouc.c: New file.
27210
27211         * modules/unistr/u8-strncat: New file.
27212         * modules/unistr/u16-strncat: New file.
27213         * modules/unistr/u32-strncat: New file.
27214         * lib/unistr/u8-strncat.c: New file.
27215         * lib/unistr/u16-strncat.c: New file.
27216         * lib/unistr/u32-strncat.c: New file.
27217         * lib/unistr/u-strncat.h: New file.
27218
27219         * modules/unistr/u8-strncmp: New file.
27220         * modules/unistr/u16-strncmp: New file.
27221         * modules/unistr/u32-strncmp: New file.
27222         * lib/unistr/u8-strncmp.c: New file.
27223         * lib/unistr/u16-strncmp.c: New file.
27224         * lib/unistr/u32-strncmp.c: New file.
27225
27226         * modules/unistr/u8-strncpy: New file.
27227         * modules/unistr/u16-strncpy: New file.
27228         * modules/unistr/u32-strncpy: New file.
27229         * lib/unistr/u8-strncpy.c: New file.
27230         * lib/unistr/u16-strncpy.c: New file.
27231         * lib/unistr/u32-strncpy.c: New file.
27232         * lib/unistr/u-strncpy.h: New file.
27233
27234         * modules/unistr/u8-strnlen: New file.
27235         * modules/unistr/u16-strnlen: New file.
27236         * modules/unistr/u32-strnlen: New file.
27237         * lib/unistr/u8-strnlen.c: New file.
27238         * lib/unistr/u16-strnlen.c: New file.
27239         * lib/unistr/u32-strnlen.c: New file.
27240         * lib/unistr/u-strnlen.h: New file.
27241
27242         * modules/unistr/u8-strpbrk: New file.
27243         * modules/unistr/u16-strpbrk: New file.
27244         * modules/unistr/u32-strpbrk: New file.
27245         * lib/unistr/u8-strpbrk.c: New file.
27246         * lib/unistr/u16-strpbrk.c: New file.
27247         * lib/unistr/u32-strpbrk.c: New file.
27248         * lib/unistr/u-strpbrk.h: New file.
27249
27250         * modules/unistr/u8-strrchr: New file.
27251         * modules/unistr/u16-strrchr: New file.
27252         * modules/unistr/u32-strrchr: New file.
27253         * lib/unistr/u8-strrchr.c: New file.
27254         * lib/unistr/u16-strrchr.c: New file.
27255         * lib/unistr/u32-strrchr.c: New file.
27256
27257         * modules/unistr/u8-strspn: New file.
27258         * modules/unistr/u16-strspn: New file.
27259         * modules/unistr/u32-strspn: New file.
27260         * lib/unistr/u8-strspn.c: New file.
27261         * lib/unistr/u16-strspn.c: New file.
27262         * lib/unistr/u32-strspn.c: New file.
27263         * lib/unistr/u-strspn.h: New file.
27264
27265         * modules/unistr/u8-strstr: New file.
27266         * modules/unistr/u16-strstr: New file.
27267         * modules/unistr/u32-strstr: New file.
27268         * lib/unistr/u8-strstr.c: New file.
27269         * lib/unistr/u16-strstr.c: New file.
27270         * lib/unistr/u32-strstr.c: New file.
27271         * lib/unistr/u-strstr.h: New file.
27272
27273         * modules/unistr/u8-strtok: New file.
27274         * modules/unistr/u16-strtok: New file.
27275         * modules/unistr/u32-strtok: New file.
27276         * lib/unistr/u8-strtok.c: New file.
27277         * lib/unistr/u16-strtok.c: New file.
27278         * lib/unistr/u32-strtok.c: New file.
27279         * lib/unistr/u-strtok.h: New file.
27280
27281         * modules/unistr/u8-uctomb: New file.
27282         * modules/unistr/u16-uctomb: New file.
27283         * modules/unistr/u32-uctomb: New file.
27284         * lib/unistr/u8-uctomb.c: New file.
27285         * lib/unistr/u16-uctomb.c: New file.
27286         * lib/unistr/u32-uctomb.c: New file.
27287
27288         * MODULES.html.sh (Unicode string functions): Add the new modules.
27289
27290 2007-01-08  Bruno Haible  <bruno@clisp.org>
27291
27292         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
27293         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
27294         subdirectories.
27295
27296 2007-01-08  Karl Berry  <karl@gnu.org>
27297
27298         * doc/error.texi: mention that main() fns must set program_name
27299         when progname is used.
27300
27301 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
27302
27303         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
27304         WCTYPE_H is empty, for the benefit of builds from non-distclean
27305         directories.  Problem reported by Eric Blake in
27306         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
27307
27308 2007-01-08  Bruno Haible  <bruno@clisp.org>
27309
27310         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
27311         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
27312         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
27313         PROVIDE_CANONICALIZE_FILENAME_MODE.
27314         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
27315
27316 2007-01-08  Bruno Haible  <bruno@clisp.org>
27317
27318         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
27319         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
27320         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
27321         * lib/fts.c: Likewise.
27322         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
27323
27324 2006-12-25  Bruno Haible  <bruno@clisp.org>
27325
27326         * modules/utf8-ucs4-safe: New file.
27327         * lib/utf8-ucs4-safe.h: New file.
27328         * lib/unistr/utf8-ucs4-safe.c: New file.
27329
27330         * modules/utf16-ucs4-safe: New file.
27331         * lib/utf16-ucs4-safe.h: New file.
27332         * lib/unistr/utf16-ucs4-safe.c: New file.
27333
27334         * MODULES.html.sh (Unicode string functions): Add the new modules.
27335
27336 2007-01-08  Bruno Haible  <bruno@clisp.org>
27337
27338         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
27339         (Depends-on): Add unitypes.
27340         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27341         (u8_mbtouc_aux): Move out to separate file.
27342         (u8_mbtouc): Use ucs4_t, uint8_t types.
27343         * lib/unistr/utf8-ucs4.c: New file.
27344
27345         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
27346         (Depends-on): Add unitypes.
27347         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27348         (u16_mbtouc_aux): Move out to separate file.
27349         (u16_mbtouc): Use ucs4_t, uint16_t types.
27350         * lib/unistr/utf16-ucs4.c: New file.
27351
27352         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
27353         (Depends-on): Add unitypes.
27354         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
27355         (u8_uctomb_aux): Move out to separate file.
27356         (u8_uctomb): Use ucs4_t, uint8_t types.
27357         * lib/unistr/ucs4-utf8.c: New file.
27358
27359         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
27360         (Depends-on): Add unitypes.
27361         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
27362         (u16_uctomb_aux): Move out to separate file.
27363         (u16_uctomb): Use ucs4_t, uint16_t types.
27364         * lib/unistr/ucs4-utf16.c: New file.
27365
27366 2006-12-25  Bruno Haible  <bruno@clisp.org>
27367
27368         * modules/unitypes: New file.
27369         * lib/unitypes.h: New file.
27370         * MODULES.html.sh (func_all_modules): New section "Unicode string
27371         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
27372         this section. Add unitypes.
27373
27374 2007-01-08  Bruno Haible  <bruno@clisp.org>
27375
27376         Avoid variable names that conflict with those from libtool.
27377         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
27378         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
27379         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
27380         library_names_spec to acl_library_names_spec, hardcode_* to
27381         acl_hardcode_*.
27382         Reported by Ralf Wildenhues.
27383
27384 2007-01-08  Bruno Haible  <bruno@clisp.org>
27385
27386         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
27387         definition.
27388         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
27389         definition.
27390         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
27391         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
27392         definition.
27393         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
27394         definition.
27395         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
27396         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
27397         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
27398         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
27399         definition.
27400         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
27401         definition.
27402         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
27403         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
27404         GC_USE_<algorithm>.
27405         * lib/gc-libgcrypt.c: Likewise.
27406         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
27407         * modules/gc-arctwo (configure.ac): Likewise.
27408         * modules/gc-des (configure.ac): Likewise.
27409         * modules/gc-hmac-md5 (configure.ac): Likewise.
27410         * modules/gc-hmac-sha1 (configure.ac): Likewise.
27411         * modules/gc-md2 (configure.ac): Likewise.
27412         * modules/gc-md4 (configure.ac): Likewise.
27413         * modules/gc-md5 (configure.ac): Likewise.
27414         * modules/gc-random (configure.ac): Likewise.
27415         * modules/gc-rijndael (configure.ac): Likewise.
27416         * modules/gc-sha1 (configure.ac): Likewise.
27417
27418 2007-01-08  Bruno Haible  <bruno@clisp.org>
27419
27420         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
27421         macro definition.
27422         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
27423         definition.
27424         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
27425         definition.
27426         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
27427         * modules/fcntl-safer (configure.ac): Likewise.
27428         * modules/fopen-safer (configure.ac): Likewise.
27429         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
27430         GNULIB_FWRITEERROR macro definition.
27431
27432 2007-01-08  Bruno Haible  <bruno@clisp.org>
27433
27434         * m4/gnulib-common.m4: New file.
27435         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
27436         (func_get_filelist): Add m4/gnulib-common.m4.
27437
27438 2007-01-08  Bruno Haible  <bruno@clisp.org>
27439
27440         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
27441         command.
27442
27443 2007-01-08  Jim Meyering  <jim@meyering.net>
27444
27445         Use a more robust test for a "can't happen" condition.
27446         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
27447         narrowed the st_size value.  Presuming the "can't happen" condition
27448         is true, that narrowing could conceivably convert an invalid st_size
27449         value into a valid one.  Instead, use a change based on Matthew
27450         Woehlke's original patch.
27451
27452         Slight readability improvement: use an assert-like macro
27453         in place of literal "abort ()" uses.
27454         * lib/fts.c (fts_assert): Define.
27455         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
27456         Use this macro instead of a bare 'abort'.
27457
27458 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
27459
27460         Don't worry about using IRIX 5.3's wctype.h broken definitions;
27461         simply work around them.
27462         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
27463         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
27464         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
27465         declaring.
27466         Don't bother to define as macros, since the standard doesn't require it.
27467         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
27468         longer worry about IRIX 5.3.
27469         (HAVE_WCTYPE_CTMP_BUG): Remove.
27470
27471 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27472
27473         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
27474         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
27475         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
27476         Problems reported by Georg Schwarz for IRIX 5.3.
27477
27478         * gnulib-tool (autoconf_minversion): Take the maximum version number
27479         found, not the minimum.  Problem reported by James Youngman.
27480
27481 2007-01-03  Karl Berry  <karl@gnu.org>
27482
27483         * doc/error.texi: new file, explaining interaction with progname.
27484         * doc/gnulib.texi: include it.  Update copyright.
27485
27486 2007-01-03  Simon Josefsson  <simon@josefsson.org>
27487
27488         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
27489         AC_CANONICAL_HOST, to improve autobuild outputs.
27490
27491 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
27492             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
27493
27494         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
27495         sockets, server sockets, and other file descriptors.  Count errors
27496         to compute the return value.  Reorder the code a bit to be easier
27497         to follow.  Don't set event bits that were not requested (except
27498         POLLERR and POLLHUP).
27499
27500 2007-01-01  Bruno Haible  <bruno@clisp.org>
27501
27502         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
27503
27504 2007-01-03  Jim Meyering  <jim@meyering.net>
27505
27506         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
27507
27508 2007-01-02  Bruno Haible  <bruno@clisp.org>
27509
27510         * modules/settime (Include): Require timespec.h.
27511         * modules/nanosleep (Include): Likewise.
27512
27513 2007-01-01  Bruno Haible  <bruno@clisp.org>
27514
27515         * gnulib-tool (func_emit_copyright_notice): Bump year.
27516         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
27517
27518 2007-01-01  Bruno Haible  <bruno@clisp.org>
27519
27520         Improve support for OpenBSD.
27521         * build-aux/config.rpath (libname_spec): Export.
27522         (library_names_spec): New variable. Export.
27523         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
27524         library_names_spec from the config.rpath output. Locate shared library
27525         through the name pattern in library_names_spec.
27526
27527 2007-01-01  Eric Blake  <ebb9@byu.net>
27528
27529         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
27530
27531 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
27532
27533         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
27534         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
27535         assume the C locale, and avoid an "eval" that could cause trouble.
27536         Problem with SORT reported by Bob Proulx.
27537
27538         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
27539         Define.  Trivial patch from Henning Nielsen Lund, originally
27540         sent to bug-grep@gnu.org today.
27541
27542 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27543
27544         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
27545         struct stat.  Problem reported by Henning Nielsen Lund.
27546         * lib/acl.c: Include acl.h first, to check interface.  Don't
27547         bother to include sys/types.h and sys/stat.h again.
27548
27549 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27550
27551         Import the following change from libc; problem reported by
27552         Sven Verdoolaege.
27553
27554         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
27555
27556         [BZ #1373]
27557         * lib/argp.h: Remove __NTH for __argp_usage inline function.
27558
27559 2006-12-28  Jim Meyering  <jim@meyering.net>
27560
27561         * build-aux/announce-gen: Do not assume that the package
27562         builds any of tar.gz, tar.bz2, and .xdelta files.
27563         Suggestion from Simon Josefsson.
27564
27565 2006-12-28  Simon Josefsson  <simon@josefsson.org>
27566
27567         * modules/announce-gen: New file.
27568
27569 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
27570
27571         * lib/mbchar.h: Just include <wctype.h>; the wctype module
27572         handles its gotchas now.
27573         * lib/mbswidth.c: Likewise.
27574         * lib/wcwidth.h: Likewise.
27575         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
27576         and iswcntrl; the wctype module does this stuff now.
27577         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
27578         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27579         * modules/mbchar (Depends-on): Add wctype.
27580         * modules/mbswidth (Depends-on): Likewise.
27581         * modules/wcwidth (Depends-on): Likewise.
27582
27583 2006-12-27  Eric Blake  <ebb9@byu.net>
27584
27585         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
27586         module uses more than what <wctype.h> is required to provide.
27587
27588 2006-12-26  Eric Blake  <ebb9@byu.net>
27589
27590         * gnulib-tool (sed_extract_prog): Avoid space-tab.
27591
27592 2006-12-26  Eric Blake  <ebb9@byu.net>
27593
27594         * modules/absolute-header: New module.
27595         * modules/fcntl (Depends-on): Depend on it.
27596         * modules/inttypes (Depends-on): Likewise.
27597         * modules/stdint (Depends-on): Likewise.
27598         * modules/sys_stat (Depends-on): Likewise.
27599         * modules/wctype (Depends-on): Likewise.
27600         * MODULES.html.sh (Support for building libraries and
27601         executables): Document it.
27602
27603 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27604
27605         * gnulib-tool (SED): Remove, undoing previous change.
27606         The problem was that it broke coreutils on Solaris, because
27607         "sed --posix" leaked into a makefile.
27608         (sed): New alias, if 'alias' and GNU sed.
27609
27610 2006-12-24  Jim Meyering  <jim@meyering.net>
27611
27612         Work around an fchownat bug in glibc-2.4:
27613         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
27614         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
27615         in spite of the -P option.
27616         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
27617         New macros.
27618         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
27619         * modules/openat (Files): Add lib/fchownat.c.
27620         * lib/openat.c (fchownat): Don't define here.  Move to...
27621         * lib/fchownat.c: ...this new file.
27622
27623 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27624
27625         Fix bug reported by Bruno Haible in
27626         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
27627         where quotearg.c didn't compile on Mac OS X 10.2 because it
27628         lacks <wchar.h> and wint_t.
27629         * lib/wctype_.h (__wctype_wint_t): New type.
27630         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
27631         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
27632         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
27633         Arg is now of type __wctype_wint_t, not wint_t.
27634         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
27635         substitute HAVE_WINT_T.
27636         * modules/wctype (Files): Add m4/wint_t.m4.
27637         (wctype.h): Substitute HAVE_WINT_T.
27638
27639 2006-12-23  Bruno Haible  <bruno@clisp.org>
27640
27641         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
27642
27643 2006-12-23  Bruno Haible  <bruno@clisp.org>
27644
27645         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
27646         S_ISLNK.
27647         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
27648         mingw.
27649
27650 2006-12-22  Bruno Haible  <bruno@clisp.org>
27651
27652         * lib/copy-file.c: Include acl.h.
27653         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
27654         Close the file descriptors only after being done with copy_acl.
27655         * modules/copy-file (Depends-on): Add acl.
27656
27657 2006-12-22  Bruno Haible  <bruno@clisp.org>
27658
27659         * gnulib-tool (SED): New variable.
27660         Use $SED instead of sed everywhere.
27661
27662 2006-12-22  Bruno Haible  <bruno@clisp.org>
27663
27664         * modules/no-c++: New file.
27665         * m4/no-c++.m4: New file.
27666         * MODULES.html.sh (Support for building libraries and executables):
27667         Add no-c++.
27668
27669 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
27670
27671         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
27672         Include <limits.h>, and use its INT_MAX to rewrite the
27673         j loop so that it does not overflow 'int'.  Problem reported by
27674         Ralf Wildenhues in
27675         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
27676         Play it safe by shifting left by 1 rather than multiplying by 2,
27677         as GCC is less likely to optimize this away when the value
27678         is signed (when it assumes overflow leads to undefined behavior).
27679         Also, don't assume time_t uses two's complement.
27680
27681 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
27682
27683         * MODULES.html.sh: New module wctype.
27684         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
27685         * lib/fnmatch.c: Don't bother to include <wchar.h> before
27686         <wctype.h>, since the new wctype module should fix this.
27687         * lib/quotearg.c: Include <wctype.h> unconditionally, since
27688         the wctype module should arrange for it.
27689         * lib/regex_internal.h: Likewise.
27690         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
27691         since the wctype module should handle this now.
27692         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
27693         * modules/fnmatch (Depends-on): Add wctype.
27694         * modules/quotearg (Depends-on): Likewise.
27695         * modules/regex (Depends-on): Likewise.
27696
27697 2006-12-19  Bruno Haible  <bruno@clisp.org>
27698
27699         * lib/strdup.h [C++]: Wrap definitions in extern "C".
27700         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
27701
27702 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27703
27704         * modules/savewd (Depends-on): Fix dependency on fcntl.
27705
27706 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27707
27708         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
27709         conforms to C99, rather than relying on the user's environment
27710         setting of STDINT_H.
27711
27712 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27713         and Eric Blake  <ebb9@byu.net>
27714
27715         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
27716         This is more consistent with the other defines here.
27717         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
27718         Port to z/OS.  Problem reported by Paul Gilmartin.
27719         Change local vars to use gl_ prefix rather than ac_.
27720         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
27721         with other defines.
27722         * modules/double-slash-root: New module.
27723         * modules/dirname (Files): Remove m4/double-slash-root.m4.
27724         (Depends-on): Add double-slash-root.
27725         * MODULES.html.sh (File system functions): Mention new module.
27726
27727 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
27728
27729         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
27730         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
27731         This is for the benefit of gzip, which doesn't do i18n.
27732
27733 2006-12-12  Jim Meyering  <jim@meyering.net>
27734
27735         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
27736         Reported by Andreas Schwab <schwab@suse.de>.
27737
27738 2006-12-12  Bruno Haible  <bruno@clisp.org>
27739
27740         Merge these changes.
27741         2006-09-05  Bruno Haible  <bruno@clisp.org>
27742         * lib/iconvme.c (iconv_string): No need to save and restore errno when
27743         iconv_alloc succeeded.
27744         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
27745         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
27746         test for " && dest " at the end - dest is always != NULL there. Call
27747         iconv with 4xNULL arguments initially, to reset the state. Call iconv
27748         with 2xNULL arguments, also to flush the state storage. Handle the
27749         IRIX iconv behaviour. Realloc the final result, to throw away unused
27750         memory.
27751
27752 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
27753
27754         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
27755         and fchmodat unconditionally, since glibc 2.4 has them.
27756         Problem reported by Arkadiusz Miskiewicz.
27757
27758 2006-12-10  Bruno Haible  <bruno@clisp.org>
27759
27760         * gnulib-tool (func_import): Show the include files only for those
27761         modules that are copied and specified.
27762         Reported by Karl Berry.
27763
27764 2006-12-08  Jim Meyering  <jim@meyering.net>
27765
27766         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
27767         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
27768
27769         * build-aux/announce-gen: Add two new options, both optional:
27770         --bootstrap-tools=TOOL_LIST
27771               a comma-separated list of tools, e.g.,
27772               autoconf,automake,bison,gnulib
27773         --gnulib-snapshot-date=DATE
27774               if gnulib is in the bootstrap tool list,
27775               then report this as the snapshot date.
27776               If not specified, use the current date/time.
27777               If you specify a date here, be sure it's UTC.
27778
27779 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27780
27781         * tests/test-argp-2.sh: Fix test to match actual output.
27782         (func_compare): Fix sed script to be portable.
27783
27784 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
27785
27786         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
27787         workaround for this case.  It is not autoconfigured now; offhand
27788         it's hard to see how to autoconfigure it.
27789
27790 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
27791
27792         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
27793         a directory that is about to be chowned.  Such a directory's
27794         initial file permissions should permit the owner only and this
27795         should not be changed until after the chown, since the group and
27796         other bits would be incorrect if they granted permission before
27797         the chown.
27798
27799         Fix porting problem for iswctype reported by Georg Schwarz in:
27800         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
27801         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
27802         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
27803         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
27804         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27805
27806 2006-12-03  Jim Meyering  <jim@meyering.net>
27807
27808         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
27809         p->fts_statp may not yet be defined.
27810         (fts_read): Instead, set it in the caller, once p->fts_statp is
27811         sure to be defined, and corresponds to a top-level directory.
27812         This bug made du -x fail.  Here's the coreutils test case:
27813         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
27814         Reported by Mike Frysinger.
27815
27816 2006-12-01  Jim Meyering  <jim@meyering.net>
27817
27818         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
27819         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
27820         Reported by Simon Josefsson.
27821
27822 2006-11-30  Jim Meyering  <jim@meyering.net>
27823
27824         * m4/warning.m4: Use the all-permissive copyright notice
27825         recommended by RMS (rather than LGPL).
27826         * m4/vararrays.m4: Likewise.
27827         * m4/flexmember.m4: Likewise.
27828
27829 2006-11-29  Bruno Haible  <bruno@clisp.org>
27830
27831         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27832         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
27833         using +=.
27834         Reported by Simon Josefsson <simon@josefsson.org>.
27835
27836 2006-11-28  James Youngman <jay@gnu.org>
27837
27838         * README: Advise users that they might find the bug-gnulib@gnu.org
27839         and autotools-announce@gnu.org mailing lists useful.
27840
27841 2006-11-28  Bruno Haible  <bruno@clisp.org>
27842
27843         * m4/ptrdiff_max.m4: Remove file.
27844
27845 2006-11-21  Bruno Haible  <bruno@clisp.org>
27846
27847         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
27848         _AC_COMPUTE_INT.
27849         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27850         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
27851         _AC_COMPUTE_INT.
27852         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27853         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
27854         _AC_COMPUTE_INT.
27855         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27856
27857 2006-11-28  Jim Meyering  <jim@meyering.net>
27858
27859         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
27860         warning from "gcc -Wshadow" about shadowing the builtin.
27861
27862 2006-11-27  Bruno Haible  <bruno@clisp.org>
27863
27864         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
27865         _AC_COMPUTE_INT.
27866         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27867
27868 2006-11-27  Bruno Haible  <bruno@clisp.org>
27869             Paul Eggert  <eggert@cs.ucla.edu>
27870
27871         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
27872
27873 2006-11-26  Bruno Haible  <bruno@clisp.org>
27874
27875         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27876         noinst_LTLIBRARIES.
27877
27878 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
27879             Bruno Haible  <bruno@clisp.org>
27880
27881         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
27882         if compiling with "gcc -ansi".
27883
27884 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
27885
27886         Fix some incompatibilities with gcc -ansi -pedantic.
27887         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
27888         if compiling pedantically with GCC, unless it's C99 or later.
27889         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
27890         it mishandles gcc -ansi -pedantic as well.
27891         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
27892         if gcc -pedantic.
27893         * lib/regexec.c (check_node_accept_bytes): Don't use auto
27894         initializers for struct if -pedantic, unless it's C99 or later.
27895
27896 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
27897
27898         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
27899         Don't close an fd more than once. Identical atimes indicate
27900         success, not failure.
27901
27902 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
27903
27904         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
27905
27906 2006-11-23  Jim Meyering  <jim@meyering.net>
27907
27908         * build-aux/announce-gen: New file.  From coreutils.
27909
27910 2006-11-22  Jim Meyering  <jim@meyering.net>
27911
27912         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
27913         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
27914         (fts_read): Use a temporary to narrow the overused st_size member
27915         before using it in a switch statement.  Reported by Matthew Woehlke.
27916
27917         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
27918         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
27919
27920 2006-11-20  Bruno Haible  <bruno@clisp.org>
27921
27922         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
27923         changequote instead of pairs of brackets.
27924         Reported by Andreas Schwab <schwab@suse.de>.
27925
27926 2006-11-21  Jim Meyering  <jim@meyering.net>
27927
27928         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
27929         so as to remain compatible with older compilers.
27930         Patch from Michael Deutschmann.
27931
27932 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27933
27934         * MODULES.html.sh (File system functions): Add openat.
27935
27936         * lib/openat.h (rpl_fstatat): New macro, if
27937         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
27938         (fstatat): Define to rpl_fstatat under the same conditions,
27939         unless COMPILING_FSTATAT.
27940         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
27941         seems to have the bug.
27942         * lib/fstatat.c: New file.
27943         * modules/openat (Files): Add it.
27944
27945 2006-11-20  Bruno Haible  <bruno@clisp.org>
27946
27947         * Makefile: New file.
27948
27949 2006-11-20  Jim Meyering  <jim@meyering.net>
27950
27951         The beginnings of syntax-related checks for gnulib.
27952         * lib/Makefile: New file.
27953         * lib/t-idcache: New script.  Ensure that the two halves of
27954         idcache.c stay in sync.
27955
27956         * lib/idcache.c: Adjust comments in user- and group- portions to
27957         be more accurate, and to be consistent with one another.
27958
27959 2006-11-20  Jim Meyering  <jim@meyering.net>
27960
27961         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
27962         continue using the flexible array member (thus, this module performs
27963         half as many malloc calls), with the addition that...
27964         (getgroup, getuser): Consistently record a non-match via an empty
27965         "name" string, and map an empty string match to a NULL return value.
27966         * modules/idcache (Depends-on): Re-add flexmember.
27967
27968         * lib/idcache.c (getuser): Remove all uses of the register keyword.
27969         (getuidbyname, getgroup, getgidbyname): Likewise.
27970
27971         Use cleaner syntax: NULL rather than 0.
27972         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
27973
27974 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27975
27976         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
27977         It mishandled the case where the group was missing.
27978         Problem reported by Greg Schafer.
27979         * modules/idcache: Likewise.
27980
27981 2006-11-18  Jim Meyering  <jim@meyering.net>
27982
27983         * check-module (%exempt_header): Add exception for some
27984         conditionally-included headers.
27985
27986         * modules/i-ring (Depends-on): Add verify.
27987         (License): Change to LGPL.
27988
27989 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27990
27991         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
27992         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
27993         and inttostr.h.  Use snprintf rather than uinttostr, so that
27994         LGPLed code doesn't depend on GPLed.
27995
27996 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27997
27998         * modules/inline (License): Change from GPL to LGPL.
27999
28000 2006-11-17  Jim Meyering  <jim@meyering.net>
28001
28002         * modules/d-type (License): Switch to LGPL.
28003
28004 2006-11-15  Bruno Haible  <bruno@clisp.org>
28005
28006         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
28007
28008 2006-11-15  Eric Blake  <ebb9@byu.net>
28009
28010         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
28011         the module dependency.
28012
28013 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28014             Bruno Haible  <bruno@clisp.org>
28015
28016         * gnulib-tool (func_create_testdir): Add license consistency check.
28017
28018 2006-11-15  Eric Blake  <ebb9@byu.net>
28019
28020         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
28021         random "(cached)" in configure output.
28022
28023 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28024
28025         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
28026         test for conforming inttypes.h is both announced and cached.
28027
28028         * MODULES.html.sh (seen_modules, seen_files): New variables.
28029         (func_module): Rewrite to use a few less gnulib-tool and sed
28030         invocations.  Avoid a couple of quadratic algorithms for ...
28031         (missed_modules, missed_files): ... these, with ...
28032         (func_append, func_tmpdir): ... these new functions, from
28033         gnulib-tool.  Analogously, install traps for cleanup.
28034
28035         * tests/test-gc.c (main): Remove unused variables.
28036         * tests/test-read-file.c: Include stdlib.h, for 'free'.
28037
28038 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
28039
28040         * modules/inttostr (License): Change to LGPL.
28041
28042 2006-11-14  Eric Blake  <ebb9@byu.net>
28043
28044         * modules/tempname (License): Change to LGPL.
28045
28046 2006-11-14  Eric Blake  <ebb9@byu.net>
28047
28048         * doc/functions.texi (Function Portability): *printf functions on
28049         Cygwin now understand all POSIX size specifiers.
28050
28051 2006-11-14  Bruno Haible  <bruno@clisp.org>
28052
28053         * modules/c-ctype (License): Change to LGPL.
28054
28055 2006-11-12  Bruno Haible  <bruno@clisp.org>
28056
28057         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
28058         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
28059         for GNOME libraries, for which the include files are installed in
28060         subdirectories of $prefix/include.
28061
28062 2006-11-12  Bruno Haible  <bruno@clisp.org>
28063
28064         * m4/lib-link.m4: Require at least autoconf-2.54.
28065         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
28066         name to underscores for the --with option.
28067
28068 2006-11-13  Bruno Haible  <bruno@clisp.org>
28069
28070         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
28071         the tests directory.
28072         Reported by Ralf Wildenhues.
28073
28074 2006-11-13  Bruno Haible  <bruno@clisp.org>
28075
28076         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
28077         (func_emit_initmacro_end): Undo the override here.
28078         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
28079         Works around the famous automake error in coreutils.
28080
28081 2006-11-13  Eric Blake  <ebb9@byu.net>
28082
28083         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
28084         element, not its node.
28085
28086 2006-11-12  Bruno Haible  <bruno@clisp.org>
28087
28088         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
28089         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
28090
28091 2006-11-12  Bruno Haible  <bruno@clisp.org>
28092
28093         * gnulib-tool: New option --local-symlink.
28094         (func_usage): Document it.
28095         (lsymbolic): New variable.
28096         (func_import, func_create_testdir): If --symlink was not specified,
28097         test whether --local-symlink was specified and the file comes from
28098         the local_gnulib_dir.
28099
28100 2006-11-12  Bruno Haible  <bruno@clisp.org>
28101
28102         * gnulib-tool (func_ln): New function.
28103         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
28104
28105 2006-11-12  Bruno Haible  <bruno@clisp.org>
28106
28107         Finish support for source files in subdirectories.
28108         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
28109         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
28110         AUTOMAKE_OPTIONS.
28111         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
28112
28113 2006-11-12  Bruno Haible  <bruno@clisp.org>
28114
28115         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28116         EXTRA_lib_SOURCES augmentation.
28117         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
28118
28119 2006-11-12  Jim Meyering  <jim@meyering.net>
28120
28121         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
28122         file descriptors.  This also averts a failure on systems with
28123         native openat support when a traversed directory lacks "x" access.
28124         * lib/fts_.h: Include "i-ring.h"
28125         (struct FTS) [fts_fd_ring]: New member.
28126         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
28127         (FCHDIR): Add parentheses.
28128         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
28129         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
28130         When descending, rather than simply closing the previous
28131         fts_cwd_fd value, push that file descriptor onto the ring.
28132         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
28133         (fts_open): Initialize the new fd_ring member.
28134         (fts_close): Clear the ring.
28135         (fts_safe_changedir): When possible, use our new fd_ring to skip
28136         the diropen and fstat and dev/ino comparison that would normally
28137         accompany a virtual `chdir ("..")'.
28138
28139         * modules/fts (Depends-on): Add i-ring.
28140         * modules/i-ring: New module.
28141         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
28142         * m4/i-ring.m4: New file.
28143
28144 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28145
28146         * gnulib-tool (func_create_testdir): Fix replacement of
28147         `build-aux' in configure.ac.  Run autotools in gltests
28148         subdirectory.
28149         (func_create_testdir, func_create_megatestdir, test): There is
28150         no need for '--force' in most autotool invocations in a new
28151         tree.  Actually fail the whole test if any of the tools, or the
28152         configure or make stages fail.
28153
28154         Sync from Automake.
28155         * build-aux/gnupload: Revert last change.  Add pointer to upload
28156         instructions of the GNU Maintenance Instructions.
28157         Suggestion by Karl Berry.
28158
28159 2006-11-10  Jim Meyering  <jim@meyering.net>
28160
28161         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
28162
28163 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28164
28165         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
28166         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
28167         (bind_textdomain_codeset) [! ENABLE_NLS]:
28168         Evaluate all the arguments.  That way, callers get compatible behavior
28169         if the arguments have side effects.  Also, it avoids some GCC
28170         diagnostics in some cases; Joel E. Denny reported problems when Bison
28171         was configured with --enable-gcc-warnigs.
28172
28173 2006-11-10  Jim Meyering  <jim@meyering.net>
28174
28175         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
28176         relevant options in CFLAGS (like -O, -fno-inline) are taken into
28177         account.
28178
28179 2006-11-10  Jim Meyering  <jim@meyering.net>
28180
28181         * modules/inline: New file/module.
28182         * modules/xalloc (Files): Remove m4/inline.m4.
28183         (Depends-on): Add inline, instead.
28184         * modules/oset: Likewise.
28185         * modules/list: Likewise.
28186
28187 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28188
28189         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
28190         Problem reported by Matthew Woehlke.
28191
28192 2006-11-09  Bruno Haible  <bruno@clisp.org>
28193
28194         * lib/tempname.c (gen_tempname): Remove variant that invokes
28195         __gen_tempname.
28196         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
28197         __gen_tempname.
28198
28199 2006-11-08  Bruno Haible  <bruno@clisp.org>
28200
28201         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
28202         to 'yes' instead of 'cross-compiling'.
28203
28204 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
28205
28206         * lib/quotearg.h (quotearg_free): New decl.
28207         * lib/quotearg.c (quotearg_free): New function.
28208         (slot0, nslots, slotvec0, slotvec):
28209         Now file-scope so that quotearg_free can get at them.
28210
28211 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28212
28213         Sync from Automake.
28214         * build-aux/gnupload: Add missing 'gnu' to example URL.
28215         Report by Karl Berry.
28216
28217 2006-11-08  Bruno Haible  <bruno@clisp.org>
28218
28219         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
28220         Suggested by Paul Eggert.
28221
28222 2006-11-08  Jim Meyering  <jim@meyering.net>
28223
28224         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
28225         It's already included if !_LIBC.
28226         (fts_safe_changedir): Add a comment.
28227
28228 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28229
28230         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
28231         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
28232         Matthew Woehlke.
28233
28234         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
28235         definitions up, to avoid colliding with change below.
28236         (static_inline) [HAVE_INLINE]: New macro.
28237         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
28238         Provide extern decls when !HAVE_INLINE.  Do not define unless
28239         static_inline is defined, either by us or by xmalloc.c.  Use
28240         static_inline rather than static inline.
28241         (XCALLOC): Optimize sizeof(T) = 1 case.
28242         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
28243
28244 2006-11-07  Bruno Haible  <bruno@clisp.org>
28245
28246         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
28247         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
28248         AC_C_INLINE.
28249         * modules/xalloc (Files): Add m4/inline.m4.
28250
28251 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28252
28253         * README: Fix typo.
28254         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
28255         (Miscellanous Notes): ...from this.
28256
28257 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28258
28259         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
28260         Mention that offsetof should be used instead of sizeof.
28261         From Bruno Haible.
28262
28263 2006-11-07  Bruno Haible  <bruno@clisp.org>
28264
28265         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
28266
28267 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28268
28269         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28270         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
28271         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28272         (gl_tree_add_before, gl_tree_add_after):
28273         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
28274         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
28275         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
28276         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
28277         (gl_linked_add_after, gl_linked_add_at): Likewise.
28278         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
28279         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28280         (gl_tree_add_before, gl_tree_add_after): Likewise.
28281         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
28282         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
28283         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
28284
28285 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28286
28287         * lib/gl_oset.h: Use C comment style, not C++ comment style.
28288
28289 2006-11-06  Bruno Haible  <bruno@clisp.org>
28290
28291         * m4/inline.m4: New file.
28292         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
28293         * modules/list (Files): Add m4/inline.m4.
28294         * modules/oset (Files): Likewise.
28295
28296 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28297
28298         * lib/idcache.c: Include <stddef.h>, for offsetof.
28299         (struct userid.name): Change from char * to a flexible array member.
28300         All uses changed.
28301         * modules/idcache (Depends-on): Add flexmember.
28302
28303         * MODULES.html.sh (Core language properties): New module flexmember.
28304         * modules/flexmember, m4/flexmember.m4: New files.
28305
28306         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
28307         inline functions that are identical with the old xnmalloc_inline,
28308         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
28309         that we can avoid some unnecessary integer multiplications and
28310         divisions in the common case where the element size is known at
28311         compile time.
28312         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
28313         needed.
28314         (xnboundedmalloc): Remove.
28315         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
28316         arguments, for consistency with rest of this header.
28317         (xcharalloc): Rewrite using XNMALLOC.
28318         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
28319         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
28320         versions have been moved to lib/xalloc.h and renamed to be the
28321         non-*_inline versions.
28322         (xmalloc, xrealloc): Implement without reference to the xnmalloc
28323         and xnrealloc functions, since those functions are now inline and
28324         now call us.
28325         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
28326         renaming described above.
28327         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
28328         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
28329         captures the dependency in AC_C_INLINE.
28330
28331         New module canonicalize-lgpl, proposed by Charles Wilson in
28332         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
28333         with a few small changes afterwards.
28334         * MODULES.html.sh (File system functions): New module
28335         canonicalize-lgpl.
28336         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
28337         and canonicalize_file_name.
28338         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
28339         * modules/canonicalize-lgpl: New files.
28340
28341 2006-11-05  Bruno Haible  <bruno@clisp.org>
28342
28343         * gnulib-tool (func_import, func_create_testdir): Create directories
28344         also for files in subdirectories of lib/.
28345
28346 2006-11-05  Bruno Haible  <bruno@clisp.org>
28347
28348         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
28349         ANSI C compliant.
28350
28351 2006-11-03  Bruno Haible  <bruno@clisp.org>
28352
28353         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28354         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
28355         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
28356         (xnboundedmalloc): New inline function.
28357         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
28358         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
28359         xmalloc.
28360         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
28361         xmalloc.
28362         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
28363         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
28364         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
28365         xmalloc.
28366         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28367         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
28368         xmalloc.
28369         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
28370         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28371         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
28372         xmalloc.
28373         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28374         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
28375         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28376         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
28377         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
28378         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
28379         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
28380
28381 2006-11-03  Bruno Haible  <bruno@clisp.org>
28382
28383         * lib/c-ctype.h [C++]: Define functions without name mangling.
28384         * lib/fwriteerror.h [C++]: Likewise.
28385         * lib/gcd.h [C++]: Likewise.
28386         * lib/linebreak.h [C++]: Likewise.
28387
28388 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
28389
28390         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
28391         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
28392         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
28393         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
28394         Check for functions and headers just once.
28395         Check for declaration of canonicalize_file_name.
28396         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
28397
28398 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28399
28400         * gnulib-tool (func_import): Fix typo in actioncmd.
28401
28402 2006-11-02  Bruno Haible  <bruno@clisp.org>
28403
28404         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
28405         newline sequence in the Makefile.am snippet as a space, like "make"
28406         does.
28407         Reported by Roger Persson <perrog@gmail.com>.
28408
28409 2006-11-01  Bruno Haible  <bruno@clisp.org>
28410
28411         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
28412         already declared in <string.h>.
28413         * lib/strcase.h (strncasecmp): Don't declare it if yes.
28414
28415 2006-11-01  Bruno Haible  <bruno@clisp.org>
28416
28417         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
28418         * lib/strcase.h: Include <string.h>.
28419         (strcasecmp): Define to rpl_strcasecmp here.
28420
28421 2006-11-01  Bruno Haible  <bruno@clisp.org>
28422
28423         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
28424
28425 2006-11-01  Eric Blake  <ebb9@byu.net>
28426
28427         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
28428
28429         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
28430
28431 2006-10-29  Bruno Haible  <bruno@clisp.org>
28432
28433         Make it compile in C++ mode.
28434         * lib/full-write.c (full_rw): Add a cast.
28435
28436 2006-11-01  Bruno Haible  <bruno@clisp.org>
28437
28438         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
28439         be POSIX compliant.
28440         Reported by Roger Persson <perrog@gmail.com>.
28441
28442 2006-11-01  Eric Blake  <ebb9@byu.net>
28443
28444         * lib/getopt_.h: Fix comments.
28445
28446 2006-10-31  Eric Blake  <ebb9@byu.net>
28447
28448         * modules/tmpdir (Depends-on): Add sys_stat.
28449         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
28450         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
28451         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
28452         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
28453         tempname.
28454
28455 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
28456
28457         Avoid some C++ diagnostics reported by Bruno Haible.
28458         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
28459         xmalloc.
28460         (quotearg_alloc): Use xcharalloc rather than xmalloc.
28461         (struct slotvec): Move to top level.
28462         (quotearg_n_options): Rewrite to avoid xmalloc.
28463         * lib/xalloc.h (xcharalloc): New function.
28464         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
28465         [defined __cplusplus]: Add function template that provides result
28466         type propagation.  This part of the change is from Bruno Haible.
28467
28468 2006-10-29  Bruno Haible  <bruno@clisp.org>
28469
28470         Make it compile in C++ mode.
28471         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
28472         * lib/strnlen1.c (strnlen1): Cast memchr result.
28473         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
28474         * lib/clean-temp.c (string_equals, string_hash): Add casts.
28475         (create_temp_dir): Rename local variable 'template'.
28476         (compile_csharp_using_sscli): Add cast.
28477         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
28478         * lib/findprog.c (find_in_path): Likewise.
28479         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
28480         * lib/wait-process.c (register_slave_subprocess): Likewise.
28481
28482 2006-10-22  Bruno Haible  <bruno@clisp.org>
28483
28484         * modules/tsearch: New file.
28485         * lib/tsearch.h: New file.
28486         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
28487         * m4/tsearch.m4: New file.
28488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
28489
28490 2006-10-29  Eric Blake  <ebb9@byu.net>
28491
28492         * lib/arcfour.c: Assume config.h.
28493         * lib/arctwo.c: Likewise.
28494         * lib/base64.c: Likewise.
28495         * lib/check-version.c: Likewise.
28496         * lib/crc.c: Likewise.
28497         * lib/des.c: Likewise.
28498         * lib/gc-gnulib.c: Likewise.
28499         * lib/gc-libgcrypt.c: Likewise.
28500         * lib/gc-pbkdf2-sha1.c: Likewise.
28501         * lib/getaddrinfo.c: Likewise.
28502         * lib/getdelim.c: Likewise.
28503         * lib/getline.c: Likewise.
28504         * lib/hmac-md5.c: Likewise.
28505         * lib/hmac-sha1.c: Likewise.
28506         * lib/iconvme.c: Likewise.
28507         * lib/md2.c: Likewise.
28508         * lib/md4.c: Likewise.
28509         * lib/memxor.c: Likewise.
28510         * lib/read-file.c: Likewise.
28511         * lib/readline.c: Likewise.
28512         * lib/rijndael-alg-fst.c: Likewise.
28513         * lib/rijndael-api-fst.c: Likewise.
28514         * lib/xgetdomainname.c: Likewise.
28515
28516 2006-10-28  Eric Blake  <ebb9@byu.net>
28517
28518         * lib/xstrndup.c: Assume config.h.
28519
28520 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
28521
28522         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
28523         stat-macros.h is now for our own macros, whereas stat_h is for
28524         macros in the <sys/stat.h> name space.
28525         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
28526         (STAT_MACROS_H): Remove.
28527         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
28528         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
28529         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
28530         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
28531         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
28532         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
28533         Move these macros to ...
28534         * lib/stat_.h: here.  Don't include stat-macros.h.
28535         * lib/canonicalize.c: Don't include stat-macros.h.
28536         * lib/chown.c: Likewise.
28537         * lib/euidaccess.c: Likewise.
28538         * lib/file-type.c: Likewise.
28539         * lib/filemode.c: Likewise.
28540         * lib/glob.c: Likewise.
28541         * lib/isapipe.c: Likewise.
28542         * lib/lchown.c: Likewise.
28543         * lib/lstat.c: Likewise.
28544         * lib/mkdir-p.c: Likewise.
28545         * lib/rmdir.c: Likewise.
28546         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
28547         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
28548         unless mkdir isn't declared, to speed up 'configure'.
28549         Always create sys/stat.h, since it's unlikely any real sys/stat.h
28550         would define all the S_* symbols.
28551         * modules/canonicalize (Depends-on):
28552         Depend on sys_stat, not stat-macros.
28553         * modules/chown: Likewise.
28554         * modules/euidaccess: Likewise.
28555         * modules/filemode: Likewise.
28556         * modules/file-type: Likewise.
28557         * modules/glob: Likewise.
28558         * modules/isapipe: Likewise.
28559         * modules/lchown: Likewise.
28560         * modules/lstat: Likewise.
28561         * modules/mkancesdirs: Likewise.
28562         * modules/rmdir: Likewise.
28563         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
28564         * modules/modechange: Likewise.
28565         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
28566         (configure.ac): Remove gl_STAT_MACROS.
28567         * modules/sys_stat (Depends-on): Remove stat-macros.
28568
28569 2006-10-27  Bruno Haible  <bruno@clisp.org>
28570
28571         * m4/signed.m4: Remove file.
28572         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
28573         invocation.
28574         * modules/vasnprintf (Files): Remove m4/signed.m4.
28575
28576 2006-10-27  Bruno Haible  <bruno@clisp.org>
28577
28578         Update to GNU gettext 0.16.
28579         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
28580         m4/inttypes-h.m4, m4/signed.m4.
28581         * m4/gettext.m4: Update to GNU gettext 0.16.
28582         * m4/intl.m4: New file, from GNU gettext.
28583         * m4/intldir.m4: New file, from GNU gettext.
28584         * config/srclist.txt: Update
28585
28586 2006-10-27  Eric Blake  <ebb9@byu.net>
28587
28588         * MODULES.html.sh: Document tempname.
28589         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
28590         dependencies.
28591         (Files): Move lib/tempname.c...
28592         * modules/tempname: ...to this new module.
28593         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
28594         (gl_PREREQ_TEMPNAME): Move...
28595         * m4/tempname.m4: ...to this new file.
28596         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
28597         * modules/sys_stat (Depends-on): Add stat-macros.
28598         * lib/stat_.h (includes): Pick up stat macros.
28599         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
28600         if stat macros are broken.
28601         * lib/tempname.c (includes): No need to include "stat-macros.h".
28602         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
28603         (direxists, __path_search) [!_LIBC]: Don't compile these in
28604         gnulib; the tmpdir module covers that.
28605         * lib/tempname.h: New file.
28606
28607 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
28608
28609         * COPYING: Explain how gnulib-tool converts licence headers.
28610         Almost all wording by Eric Blake.
28611
28612 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
28613
28614         * lib/mbchar.h (is_basic_table): Make read-only.
28615         * lib/mbchar.c (is_basic_table): Likewise.
28616         Reported by John Darrington.
28617
28618 2006-10-25  Bruno Haible  <bruno@clisp.org>
28619
28620         * lib/progname.h (set_program_name): Undefine before defining.
28621
28622 2006-10-25  Bruno Haible  <bruno@clisp.org>
28623
28624         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
28625         false for non-gcc C++ compilers.
28626         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
28627
28628 2006-10-24  Bruno Haible  <bruno@clisp.org>
28629
28630         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
28631         iconv implementations like Irix iconv.
28632
28633 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28634
28635         * modules/vararrays: New file.
28636         * m4/vararrays.m4: New file, taken from diffutils.
28637         * MODULES.html.sh: New module vararrays.
28638
28639 2006-10-24  Karl Berry  <karl@gnu.org>
28640
28641         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
28642         Don't call GNU Unix.
28643
28644 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28645
28646         * users.txt: Add Libtool.
28647
28648         Sync from Libtool:
28649
28650         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28651
28652         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
28653         to gnulib's policy of including config.h unconditionally.
28654
28655 2006-10-24  Bruno Haible  <bruno@clisp.org>
28656
28657         * modules/wcwidth (Files): Add m4/wint_t.m4.
28658         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
28659         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
28660
28661 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28662
28663         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
28664         to pacify GCC with some -W flags enabled.  Problem reported by
28665         Bruno Haible.
28666
28667 2006-10-24  Jim Meyering  <jim@meyering.net>
28668
28669         * MODULES.html.sh: Remove uinttostr.  It's not a module.
28670         Reported by Karl Berry.
28671
28672 2006-10-23  Bruno Haible  <bruno@clisp.org>
28673
28674         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
28675
28676 2006-10-24  Bruno Haible  <bruno@clisp.org>
28677
28678         * lib/gl_list.h: Use C comment style, not C++ comment style.
28679
28680 2006-10-23  Eric Blake  <ebb9@byu.net>
28681
28682         * lib/getaddrinfo.c (includes): Add missing include.
28683
28684 2006-10-23  Bruno Haible  <bruno@clisp.org>
28685             Paul Eggert  <eggert@cs.ucla.edu>
28686
28687         Ability to rename obstack_free.
28688         * lib/obstack.h (__obstack_free): New macro. Declare instead of
28689         obstack_free.
28690         (obstack_free): Invoke the __obstack_free macro.
28691         * lib/obstack.c (obstack_free): Use __obstack_free macro.
28692
28693 2006-10-23  Bruno Haible  <bruno@clisp.org>
28694             Paul Eggert  <eggert@cs.ucla.edu>
28695
28696         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
28697         __argc, __argv from the declaration. (They are defined as macros on
28698         mingw.)
28699
28700 2006-10-22  Bruno Haible  <bruno@clisp.org>
28701
28702         * doc/gnulib-intro.texi: New file.
28703         * doc/gnulib.texi: Include it.
28704
28705 2006-10-21  Bruno Haible  <bruno@clisp.org>
28706
28707         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
28708         "Introduction", "Miscellanous Notes", "Particular Modules".
28709
28710 2006-10-21  Bruno Haible  <bruno@clisp.org>
28711
28712         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28713         Change mostlyclean-local rule to avoid sh syntax error from bash
28714         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
28715
28716 2006-10-23  Jim Meyering  <jim@meyering.net>
28717
28718         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
28719         in place of snprintf.
28720
28721         * modules/inttostr (Files): Add lib/uinttostr.c.
28722         * lib/uinttostr.c (inttostr): New file/function.
28723         * lib/inttostr.h (uinttostr): Declare.
28724         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
28725         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28726         Add uinttostr.
28727         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
28728
28729 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
28730
28731         * lib/canonicalize.c (ELOOP): Define if not already defined.
28732         Problem reported by Bruno Haible in
28733         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
28734
28735 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
28736
28737         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
28738         Problem reported by Perry Smith and Ville Laurikari.
28739
28740         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
28741         uses.
28742
28743 2006-10-19  Bruno Haible  <bruno@clisp.org>
28744
28745         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
28746         for mingw.
28747
28748 2006-10-19  Bruno Haible  <bruno@clisp.org>
28749
28750         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
28751         Needed for mingw.
28752
28753 2006-10-19  Bruno Haible  <bruno@clisp.org>
28754
28755         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
28756
28757 2006-10-19  Bruno Haible  <bruno@clisp.org>
28758
28759         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
28760         it.
28761
28762 2006-10-19  Bruno Haible  <bruno@clisp.org>
28763
28764         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
28765         invocation.
28766
28767 2006-10-19  Bruno Haible  <bruno@clisp.org>
28768
28769         * gnulib-tool (func_create_testdir): Don't include ftruncate and
28770         mountlist by default.
28771
28772 2006-10-16  Bruno Haible  <bruno@clisp.org>
28773
28774         * lib/c-strstr.c: Include c-strstr.h.
28775
28776 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28777
28778         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
28779         in a slash.
28780
28781 2006-10-18  Bruno Haible  <bruno@clisp.org>
28782
28783         * lib/lock.h [C++]: Wrap definitions in extern "C".
28784
28785 2006-10-18  Bruno Haible  <bruno@clisp.org>
28786
28787         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
28788         gl_LIBOBJS list.
28789
28790 2006-10-18  Bruno Haible  <bruno@clisp.org>
28791
28792         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
28793
28794 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
28795
28796         * lib/xstrtol.h: Include gettext.h.
28797         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
28798         Problem reported by Eric Blake.
28799         * modules/xstrtol (Depends-on): Add gettext-h.
28800
28801 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
28802
28803         * lib/strftime.c (advance): New macro.
28804         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
28805         incomplete type, so you can't add 0 to it.  Problem and patch
28806         reported by Eelco Dolstra for dietlibc.
28807
28808 2006-10-18  Jim Meyering  <jim@meyering.net>
28809
28810         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
28811         type for a local, and rename it: s/up/user_proc/.
28812
28813 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28814
28815         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
28816         READ_UTMP_USER_PROCESS.
28817         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
28818
28819 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28820
28821         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
28822         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
28823
28824 2006-10-17  Eric Blake  <ebb9@byu.net>
28825
28826         * lib/sigprocmask.c (sigprocmask): Fix typo.
28827
28828         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
28829
28830         * modules/clean-temp (Makefile.am): Don't add to make output...
28831         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
28832         config.h.
28833
28834 2006-10-17  Bruno Haible  <bruno@clisp.org>
28835
28836         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
28837         differently if DEFAULT_TEXT_DOMAIN is set.
28838
28839 2006-10-16  Bruno Haible  <bruno@clisp.org>
28840
28841         * lib/clean-temp.c: Include fwriteerror.h.
28842
28843 2006-10-16  Bruno Haible  <bruno@clisp.org>
28844
28845         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
28846
28847 2006-10-16  Bruno Haible  <bruno@clisp.org>
28848
28849         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
28850         * lib/sigprocmask.h: Include <sys/types.h>.
28851         (sigset_t): Use the system's definition if present.
28852
28853 2006-10-17  Eric Blake  <ebb9@byu.net>
28854
28855         * lib/xvasprintf.c (includes): Assume config.h.
28856         * lib/xasprintf.c (includes): Likewise.
28857
28858 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28859
28860         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
28861         at least as wide as intmax_t.
28862
28863 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
28864
28865         (Imported from Automake.)
28866         * build-aux/gnupload: Update to version 1.1 of directive file.
28867
28868 2006-10-16  Eric Blake  <ebb9@byu.net>
28869
28870         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
28871         match Automake 1.10a.
28872
28873 2006-10-14  Bruno Haible  <bruno@clisp.org>
28874
28875         * modules/sigprocmask: New file.
28876         * lib/sigprocmask.h: New file.
28877         * lib/sigprocmask.c: New file.
28878         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
28879         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
28880         request sigprocmask.o.
28881         (gl_PREREQ_SIGPROCMASK): New macro.
28882         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
28883         (Depends-on): Add sigprocmask.
28884         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
28885         gt_SIGNALBLOCKING. Test for 'raise' only once.
28886         * lib/fatal-signal.c: Include sigprocmask.h.
28887         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
28888         unblock_fatal_signals): Define always.
28889         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28890         sigprocmask.
28891
28892 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28893
28894         Sync from Automake.
28895         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
28896         which incorrectly sets the mode of an existing destination
28897         directory.  In some cases the unpatched install-sh could do the
28898         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
28899         system.  We hope this is rare in practice, but it's clearly worth
28900         fixing.  Problem reported by Alex Unleashed in
28901         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
28902         Also, don't bother to check for -m bugs unless we're using -m;
28903         suggested by Stepan Kasal.
28904
28905 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28906
28907         Sync from Automake.
28908         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
28909         `-c' flag, so they appear at the same position as in %FASTDEP%
28910         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
28911         which ignores unknown options only after the first non-option.
28912         Bug report against M4 by Nelson H. F. Beebe.
28913
28914 2006-10-13  Jim Meyering  <jim@meyering.net>
28915
28916         Fix a bug in yesterday's change.
28917         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
28918         p->fts_statp->st_dev would be used uninitialized.
28919         Ensures that we always call fts_stat on the very first entry.
28920         Miklos Szeredi reported that find -xdev stopped working.
28921
28922 2006-10-12  Bruno Haible  <bruno@clisp.org>
28923
28924         * gnulib-tool (func_get_automake_snippet): Append an automatically
28925         computed EXTRA_DIST augmentation.
28926         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
28927         * modules/alloca-opt (Makefile.am): Likewise.
28928         * modules/allocsa (Makefile.am): Likewise.
28929         * modules/arcfour (Makefile.am): Likewise.
28930         * modules/arctwo (Makefile.am): Likewise.
28931         * modules/argmatch (Makefile.am): Likewise.
28932         * modules/argz (Makefile.am): Likewise.
28933         * modules/atexit (Makefile.am): Likewise.
28934         * modules/backupfile (Makefile.am): Likewise.
28935         * modules/byteswap (Makefile.am): Likewise.
28936         * modules/c-strtod (Makefile.am): Likewise.
28937         * modules/c-strtold (Makefile.am): Likewise.
28938         * modules/calloc (Makefile.am): Likewise.
28939         * modules/canon-host (Makefile.am): Likewise.
28940         * modules/canonicalize (Makefile.am): Likewise.
28941         * modules/chdir-long (Makefile.am): Likewise.
28942         * modules/chdir-safer (Makefile.am): Likewise.
28943         * modules/check-version (Makefile.am): Likewise.
28944         * modules/chown (Makefile.am): Likewise.
28945         * modules/cloexec (Makefile.am): Likewise.
28946         * modules/close-stream (Makefile.am): Likewise.
28947         * modules/closeout (Makefile.am): Likewise.
28948         * modules/crc (Makefile.am): Likewise.
28949         * modules/csharpexec (Makefile.am): Likewise.
28950         * modules/cycle-check (Makefile.am): Likewise.
28951         * modules/des (Makefile.am): Likewise.
28952         * modules/dev-ino (Makefile.am): Likewise.
28953         * modules/dirfd (Makefile.am): Likewise.
28954         * modules/dirname (Makefile.am): Likewise.
28955         * modules/dup2 (Makefile.am): Likewise.
28956         * modules/eealloc (Makefile.am): Likewise.
28957         * modules/error (Makefile.am): Likewise.
28958         * modules/euidaccess (Makefile.am): Likewise.
28959         * modules/exclude (Makefile.am): Likewise.
28960         * modules/exitfail (Makefile.am): Likewise.
28961         * modules/fcntl-safer (Makefile.am): Likewise.
28962         * modules/fcntl (Makefile.am): Likewise.
28963         * modules/file-type (Makefile.am): Likewise.
28964         * modules/fileblocks (Makefile.am): Likewise.
28965         * modules/filemode (Makefile.am): Likewise.
28966         * modules/filenamecat (Makefile.am): Likewise.
28967         * modules/fnmatch (Makefile.am): Likewise.
28968         * modules/fopen-safer (Makefile.am): Likewise.
28969         * modules/fpending (Makefile.am): Likewise.
28970         * modules/fprintftime (Makefile.am): Likewise.
28971         * modules/free (Makefile.am): Likewise.
28972         * modules/fsusage (Makefile.am): Likewise.
28973         * modules/ftruncate (Makefile.am): Likewise.
28974         * modules/fts (Makefile.am): Likewise.
28975         * modules/gc-arcfour (Makefile.am): Likewise.
28976         * modules/gc-des (Makefile.am): Likewise.
28977         * modules/gc-hmac-md5 (Makefile.am): Likewise.
28978         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
28979         * modules/gc-md4 (Makefile.am): Likewise.
28980         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
28981         * modules/gc-sha1 (Makefile.am): Likewise.
28982         * modules/gc (Makefile.am): Likewise.
28983         * modules/getaddrinfo (Makefile.am): Likewise.
28984         * modules/getcwd (Makefile.am): Likewise.
28985         * modules/getdelim (Makefile.am): Likewise.
28986         * modules/getdomainname (Makefile.am): Likewise.
28987         * modules/getgroups (Makefile.am): Likewise.
28988         * modules/gethostname (Makefile.am): Likewise.
28989         * modules/gethrxtime (Makefile.am): Likewise.
28990         * modules/getline (Makefile.am): Likewise.
28991         * modules/getloadavg (Makefile.am): Likewise.
28992         * modules/getlogin_r (Makefile.am): Likewise.
28993         * modules/getndelim2 (Makefile.am): Likewise.
28994         * modules/getopt (Makefile.am): Likewise.
28995         * modules/getpagesize (Makefile.am): Likewise.
28996         * modules/getpass-gnu (Makefile.am): Likewise.
28997         * modules/getpass (Makefile.am): Likewise.
28998         * modules/getsubopt (Makefile.am): Likewise.
28999         * modules/gettime (Makefile.am): Likewise.
29000         * modules/gettimeofday (Makefile.am): Likewise.
29001         * modules/getugroups (Makefile.am): Likewise.
29002         * modules/getusershell (Makefile.am): Likewise.
29003         * modules/glob (Makefile.am): Likewise.
29004         * modules/group-member (Makefile.am): Likewise.
29005         * modules/hard-locale (Makefile.am): Likewise.
29006         * modules/hash (Makefile.am): Likewise.
29007         * modules/hmac-md5 (Makefile.am): Likewise.
29008         * modules/hmac-sha1 (Makefile.am): Likewise.
29009         * modules/human (Makefile.am): Likewise.
29010         * modules/idcache (Makefile.am): Likewise.
29011         * modules/imaxabs (Makefile.am): Likewise.
29012         * modules/imaxdiv (Makefile.am): Likewise.
29013         * modules/inet_ntop (Makefile.am): Likewise.
29014         * modules/inet_pton (Makefile.am): Likewise.
29015         * modules/intprops (Makefile.am): Likewise.
29016         * modules/inttostr (Makefile.am): Likewise.
29017         * modules/inttypes (Makefile.am): Likewise.
29018         * modules/isapipe (Makefile.am): Likewise.
29019         * modules/javaversion (Makefile.am): Likewise.
29020         * modules/lchmod (Makefile.am): Likewise.
29021         * modules/lchown (Makefile.am): Likewise.
29022         * modules/localcharset (Makefile.am): Likewise.
29023         * modules/long-options (Makefile.am): Likewise.
29024         * modules/lstat (Makefile.am): Likewise.
29025         * modules/malloc (Makefile.am): Likewise.
29026         * modules/mathl (Makefile.am): Likewise.
29027         * modules/mbchar (Makefile.am): Likewise.
29028         * modules/md2 (Makefile.am): Likewise.
29029         * modules/md4 (Makefile.am): Likewise.
29030         * modules/md5 (Makefile.am): Likewise.
29031         * modules/memcasecmp (Makefile.am): Likewise.
29032         * modules/memchr (Makefile.am): Likewise.
29033         * modules/memcmp (Makefile.am): Likewise.
29034         * modules/memcoll (Makefile.am): Likewise.
29035         * modules/memcpy (Makefile.am): Likewise.
29036         * modules/memmem (Makefile.am): Likewise.
29037         * modules/memmove (Makefile.am): Likewise.
29038         * modules/mempcpy (Makefile.am): Likewise.
29039         * modules/memrchr (Makefile.am): Likewise.
29040         * modules/memset (Makefile.am): Likewise.
29041         * modules/memxor (Makefile.am): Likewise.
29042         * modules/mkancesdirs (Makefile.am): Likewise.
29043         * modules/mkdir-p (Makefile.am): Likewise.
29044         * modules/mkdir (Makefile.am): Likewise.
29045         * modules/mkdtemp (Makefile.am): Likewise.
29046         * modules/mkstemp (Makefile.am): Likewise.
29047         * modules/mktime (Makefile.am): Likewise.
29048         * modules/modechange (Makefile.am): Likewise.
29049         * modules/mountlist (Makefile.am): Likewise.
29050         * modules/nanosleep (Makefile.am): Likewise.
29051         * modules/obstack (Makefile.am): Likewise.
29052         * modules/openat (Makefile.am): Likewise.
29053         * modules/pagealign_alloc (Makefile.am): Likewise.
29054         * modules/pathmax (Makefile.am): Likewise.
29055         * modules/physmem (Makefile.am): Likewise.
29056         * modules/poll (Makefile.am): Likewise.
29057         * modules/posixtm (Makefile.am): Likewise.
29058         * modules/posixver (Makefile.am): Likewise.
29059         * modules/putenv (Makefile.am): Likewise.
29060         * modules/quote (Makefile.am): Likewise.
29061         * modules/quotearg (Makefile.am): Likewise.
29062         * modules/raise (Makefile.am): Likewise.
29063         * modules/read-file (Makefile.am): Likewise.
29064         * modules/readline (Makefile.am): Likewise.
29065         * modules/readlink (Makefile.am): Likewise.
29066         * modules/readtokens (Makefile.am): Likewise.
29067         * modules/readutmp (Makefile.am): Likewise.
29068         * modules/realloc (Makefile.am): Likewise.
29069         * modules/regex (Makefile.am): Likewise.
29070         * modules/rename-dest-slash (Makefile.am): Likewise.
29071         * modules/rename (Makefile.am): Likewise.
29072         * modules/rijndael (Makefile.am): Likewise.
29073         * modules/rmdir (Makefile.am): Likewise.
29074         * modules/rpmatch (Makefile.am): Likewise.
29075         * modules/safe-read (Makefile.am): Likewise.
29076         * modules/safe-write (Makefile.am): Likewise.
29077         * modules/same-inode (Makefile.am): Likewise.
29078         * modules/same (Makefile.am): Likewise.
29079         * modules/save-cwd (Makefile.am): Likewise.
29080         * modules/savedir (Makefile.am): Likewise.
29081         * modules/setenv (Makefile.am): Likewise.
29082         * modules/settime (Makefile.am): Likewise.
29083         * modules/sha1 (Makefile.am): Likewise.
29084         * modules/sig2str (Makefile.am): Likewise.
29085         * modules/snprintf (Makefile.am): Likewise.
29086         * modules/stat-macros (Makefile.am): Likewise.
29087         * modules/stat-time (Makefile.am): Likewise.
29088         * modules/stdbool (Makefile.am): Likewise.
29089         * modules/stdint (Makefile.am): Likewise.
29090         * modules/stdlib-safer (Makefile.am): Likewise.
29091         * modules/stpcpy (Makefile.am): Likewise.
29092         * modules/stpncpy (Makefile.am): Likewise.
29093         * modules/strcase (Makefile.am): Likewise.
29094         * modules/strcasestr (Makefile.am): Likewise.
29095         * modules/strchrnul (Makefile.am): Likewise.
29096         * modules/strcspn (Makefile.am): Likewise.
29097         * modules/strdup (Makefile.am): Likewise.
29098         * modules/strerror (Makefile.am): Likewise.
29099         * modules/strftime (Makefile.am): Likewise.
29100         * modules/strndup (Makefile.am): Likewise.
29101         * modules/strnlen (Makefile.am): Likewise.
29102         * modules/strpbrk (Makefile.am): Likewise.
29103         * modules/strsep (Makefile.am): Likewise.
29104         * modules/strstr (Makefile.am): Likewise.
29105         * modules/strtod (Makefile.am): Likewise.
29106         * modules/strtoimax (Makefile.am): Likewise.
29107         * modules/strtok_r (Makefile.am): Likewise.
29108         * modules/strtol (Makefile.am): Likewise.
29109         * modules/strtoll (Makefile.am): Likewise.
29110         * modules/strtoul (Makefile.am): Likewise.
29111         * modules/strtoull (Makefile.am): Likewise.
29112         * modules/strtoumax (Makefile.am): Likewise.
29113         * modules/strverscmp (Makefile.am): Likewise.
29114         * modules/sys_socket (Makefile.am): Likewise.
29115         * modules/sys_stat (Makefile.am): Likewise.
29116         * modules/sysexits (Makefile.am): Likewise.
29117         * modules/time_r (Makefile.am): Likewise.
29118         * modules/timegm (Makefile.am): Likewise.
29119         * modules/timespec (Makefile.am): Likewise.
29120         * modules/tmpfile-safer (Makefile.am): Likewise.
29121         * modules/trim (Makefile.am): Likewise.
29122         * modules/unistd-safer (Makefile.am): Likewise.
29123         * modules/unlinkdir (Makefile.am): Likewise.
29124         * modules/unlocked-io (Makefile.am): Likewise.
29125         * modules/userspec (Makefile.am): Likewise.
29126         * modules/utime (Makefile.am): Likewise.
29127         * modules/utimecmp (Makefile.am): Likewise.
29128         * modules/utimens (Makefile.am): Likewise.
29129         * modules/vasnprintf (Makefile.am): Likewise.
29130         * modules/vasprintf (Makefile.am): Likewise.
29131         * modules/vsnprintf (Makefile.am): Likewise.
29132         * modules/xalloc (Makefile.am): Likewise.
29133         * modules/xgetcwd (Makefile.am): Likewise.
29134         * modules/xnanosleep (Makefile.am): Likewise.
29135         * modules/xreadlink (Makefile.am): Likewise.
29136         * modules/xstrtod (Makefile.am): Likewise.
29137         * modules/xstrtol (Makefile.am): Likewise.
29138         * modules/xstrtold (Makefile.am): Likewise.
29139         * modules/yesno (Makefile.am): Likewise.
29140         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
29141
29142 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29143
29144         * modules/error (Makefile.am): Distribute files through
29145         EXTRA_DIST, not lib_SOURCES.
29146
29147 2006-10-12  Eric Blake  <ebb9@byu.net>
29148
29149         * modules/error (Makefile.am): Distribute files in /lib.
29150         * modules/obstack (Makefile.am): Likewise.
29151
29152 2006-10-12  Bruno Haible  <bruno@clisp.org>
29153
29154         * modules/acl (Makefile.am): Distribute all files in lib/ through
29155         EXTRA_DIST.
29156         * modules/arcfour (Makefile.am): Likewise.
29157         * modules/arctwo (Makefile.am): Likewise.
29158         * modules/argmatch (Makefile.am): Likewise.
29159         * modules/argz (Makefile.am): Likewise.
29160         * modules/atexit (Makefile.am): Likewise.
29161         * modules/backupfile (Makefile.am): Likewise.
29162         * modules/c-strtod (Makefile.am): Likewise.
29163         * modules/c-strtold (Makefile.am): Likewise.
29164         * modules/calloc (Makefile.am): Likewise.
29165         * modules/canon-host (Makefile.am): Likewise.
29166         * modules/canonicalize (Makefile.am): Likewise.
29167         * modules/chdir-long (Makefile.am): Likewise.
29168         * modules/chdir-safer (Makefile.am): Likewise.
29169         * modules/check-version (Makefile.am): Likewise.
29170         * modules/chown (Makefile.am): Likewise.
29171         * modules/cloexec (Makefile.am): Likewise.
29172         * modules/close-stream (Makefile.am): Likewise.
29173         * modules/closeout (Makefile.am): Likewise.
29174         * modules/crc (Makefile.am): Likewise.
29175         * modules/cycle-check (Makefile.am): Likewise.
29176         * modules/des (Makefile.am): Likewise.
29177         * modules/dirfd (Makefile.am): Likewise.
29178         * modules/dirname (Makefile.am): Likewise.
29179         * modules/dup2 (Makefile.am): Likewise.
29180         * modules/euidaccess (Makefile.am): Likewise.
29181         * modules/exclude (Makefile.am): Likewise.
29182         * modules/exitfail (Makefile.am): Likewise.
29183         * modules/fcntl-safer (Makefile.am): Likewise.
29184         * modules/file-type (Makefile.am): Likewise.
29185         * modules/fileblocks (Makefile.am): Likewise.
29186         * modules/filemode (Makefile.am): Likewise.
29187         * modules/filenamecat (Makefile.am): Likewise.
29188         * modules/fnmatch (Makefile.am): Likewise.
29189         * modules/fopen-safer (Makefile.am): Likewise.
29190         * modules/fpending (Makefile.am): Likewise.
29191         * modules/fprintftime (Makefile.am): Likewise.
29192         * modules/free (Makefile.am): Likewise.
29193         * modules/fsusage (Makefile.am): Likewise.
29194         * modules/ftruncate (Makefile.am): Likewise.
29195         * modules/fts (Makefile.am): Likewise.
29196         * modules/gc (Makefile.am): Likewise.
29197         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
29198         * modules/getaddrinfo (Makefile.am): Likewise.
29199         * modules/getcwd (Makefile.am): Likewise.
29200         * modules/getdelim (Makefile.am): Likewise.
29201         * modules/getdomainname (Makefile.am): Likewise.
29202         * modules/getgroups (Makefile.am): Likewise.
29203         * modules/gethostname (Makefile.am): Likewise.
29204         * modules/gethrxtime (Makefile.am): Likewise.
29205         * modules/getline (Makefile.am): Likewise.
29206         * modules/getloadavg (Makefile.am): Likewise.
29207         * modules/getlogin_r (Makefile.am): Likewise.
29208         * modules/getopt (Makefile.am): Likewise.
29209         * modules/getpass (Makefile.am): Likewise.
29210         * modules/getpass-gnu (Makefile.am): Likewise.
29211         * modules/getsubopt (Makefile.am): Likewise.
29212         * modules/gettime (Makefile.am): Likewise.
29213         * modules/gettimeofday (Makefile.am): Likewise.
29214         * modules/getugroups (Makefile.am): Likewise.
29215         * modules/getusershell (Makefile.am): Likewise.
29216         * modules/glob (Makefile.am): Likewise.
29217         * modules/group-member (Makefile.am): Likewise.
29218         * modules/hard-locale (Makefile.am): Likewise.
29219         * modules/hash (Makefile.am): Likewise.
29220         * modules/hmac-md5 (Makefile.am): Likewise.
29221         * modules/hmac-sha1 (Makefile.am): Likewise.
29222         * modules/human (Makefile.am): Likewise.
29223         * modules/idcache (Makefile.am): Likewise.
29224         * modules/imaxabs (Makefile.am): Likewise.
29225         * modules/imaxdiv (Makefile.am): Likewise.
29226         * modules/inet_ntop (Makefile.am): Likewise.
29227         * modules/inet_pton (Makefile.am): Likewise.
29228         * modules/inttostr (Makefile.am): Likewise.
29229         * modules/isapipe (Makefile.am): Likewise.
29230         * modules/lchown (Makefile.am): Likewise.
29231         * modules/long-options (Makefile.am): Likewise.
29232         * modules/lstat (Makefile.am): Likewise.
29233         * modules/malloc (Makefile.am): Likewise.
29234         * modules/mathl (Makefile.am): Likewise.
29235         * modules/mbchar (Makefile.am): Likewise.
29236         * modules/md2 (Makefile.am): Likewise.
29237         * modules/md4 (Makefile.am): Likewise.
29238         * modules/md5 (Makefile.am): Likewise.
29239         * modules/memcasecmp (Makefile.am): Likewise.
29240         * modules/memchr (Makefile.am): Likewise.
29241         * modules/memcmp (Makefile.am): Likewise.
29242         * modules/memcoll (Makefile.am): Likewise.
29243         * modules/memcpy (Makefile.am): Likewise.
29244         * modules/memmem (Makefile.am): Likewise.
29245         * modules/memmove (Makefile.am): Likewise.
29246         * modules/mempcpy (Makefile.am): Likewise.
29247         * modules/memrchr (Makefile.am): Likewise.
29248         * modules/memset (Makefile.am): Likewise.
29249         * modules/memxor (Makefile.am): Likewise.
29250         * modules/mkancesdirs (Makefile.am): Likewise.
29251         * modules/mkdir (Makefile.am): Likewise.
29252         * modules/mkdir-p (Makefile.am): Likewise.
29253         * modules/mkdtemp (Makefile.am): Likewise.
29254         * modules/mkstemp (Makefile.am): Likewise.
29255         * modules/mktime (Makefile.am): Likewise.
29256         * modules/modechange (Makefile.am): Likewise.
29257         * modules/mountlist (Makefile.am): Likewise.
29258         * modules/nanosleep (Makefile.am): Likewise.
29259         * modules/openat (Makefile.am): Likewise.
29260         * modules/pagealign_alloc (Makefile.am): Likewise.
29261         * modules/physmem (Makefile.am): Likewise.
29262         * modules/poll (Makefile.am): Likewise.
29263         * modules/posixtm (Makefile.am): Likewise.
29264         * modules/posixver (Makefile.am): Likewise.
29265         * modules/putenv (Makefile.am): Likewise.
29266         * modules/quote (Makefile.am): Likewise.
29267         * modules/quotearg (Makefile.am): Likewise.
29268         * modules/raise (Makefile.am): Likewise.
29269         * modules/read-file (Makefile.am): Likewise.
29270         * modules/readline (Makefile.am): Likewise.
29271         * modules/readlink (Makefile.am): Likewise.
29272         * modules/readtokens (Makefile.am): Likewise.
29273         * modules/readutmp (Makefile.am): Likewise.
29274         * modules/realloc (Makefile.am): Likewise.
29275         * modules/regex (Makefile.am): Likewise.
29276         * modules/rename (Makefile.am): Likewise.
29277         * modules/rename-dest-slash (Makefile.am): Likewise.
29278         * modules/rijndael (Makefile.am): Likewise.
29279         * modules/rmdir (Makefile.am): Likewise.
29280         * modules/rpmatch (Makefile.am): Likewise.
29281         * modules/safe-read (Makefile.am): Likewise.
29282         * modules/safe-write (Makefile.am): Likewise.
29283         * modules/same (Makefile.am): Likewise.
29284         * modules/save-cwd (Makefile.am): Likewise.
29285         * modules/savedir (Makefile.am): Likewise.
29286         * modules/setenv (Makefile.am): Likewise.
29287         * modules/settime (Makefile.am): Likewise.
29288         * modules/sha1 (Makefile.am): Likewise.
29289         * modules/sig2str (Makefile.am): Likewise.
29290         * modules/snprintf (Makefile.am): Likewise.
29291         * modules/stdlib-safer (Makefile.am): Likewise.
29292         * modules/stpcpy (Makefile.am): Likewise.
29293         * modules/stpncpy (Makefile.am): Likewise.
29294         * modules/strcase (Makefile.am): Likewise.
29295         * modules/strcasestr (Makefile.am): Likewise.
29296         * modules/strchrnul (Makefile.am): Likewise.
29297         * modules/strcspn (Makefile.am): Likewise.
29298         * modules/strdup (Makefile.am): Likewise.
29299         * modules/strerror (Makefile.am): Likewise.
29300         * modules/strftime (Makefile.am): Likewise.
29301         * modules/strndup (Makefile.am): Likewise.
29302         * modules/strnlen (Makefile.am): Likewise.
29303         * modules/strpbrk (Makefile.am): Likewise.
29304         * modules/strsep (Makefile.am): Likewise.
29305         * modules/strstr (Makefile.am): Likewise.
29306         * modules/strtod (Makefile.am): Likewise.
29307         * modules/strtoimax (Makefile.am): Likewise.
29308         * modules/strtok_r (Makefile.am): Likewise.
29309         * modules/strtol (Makefile.am): Likewise.
29310         * modules/strtoll (Makefile.am): Likewise.
29311         * modules/strtoul (Makefile.am): Likewise.
29312         * modules/strtoull (Makefile.am): Likewise.
29313         * modules/strtoumax (Makefile.am): Likewise.
29314         * modules/strverscmp (Makefile.am): Likewise.
29315         * modules/time_r (Makefile.am): Likewise.
29316         * modules/timegm (Makefile.am): Likewise.
29317         * modules/tmpfile-safer (Makefile.am): Likewise.
29318         * modules/unistd-safer (Makefile.am): Likewise.
29319         * modules/unlinkdir (Makefile.am): Likewise.
29320         * modules/userspec (Makefile.am): Likewise.
29321         * modules/utime (Makefile.am): Likewise.
29322         * modules/utimecmp (Makefile.am): Likewise.
29323         * modules/utimens (Makefile.am): Likewise.
29324         * modules/vasnprintf (Makefile.am): Likewise.
29325         * modules/vasprintf (Makefile.am): Likewise.
29326         * modules/vsnprintf (Makefile.am): Likewise.
29327         * modules/xalloc (Makefile.am): Likewise.
29328         * modules/xgetcwd (Makefile.am): Likewise.
29329         * modules/xnanosleep (Makefile.am): Likewise.
29330         * modules/xreadlink (Makefile.am): Likewise.
29331         * modules/xstrtod (Makefile.am): Likewise.
29332         * modules/xstrtol (Makefile.am): Likewise.
29333         * modules/xstrtold (Makefile.am): Likewise.
29334         * modules/yesno (Makefile.am): Likewise.
29335
29336 2006-10-12  Jim Meyering  <jim@meyering.net>
29337
29338         * m4/getloadavg.m4: Revert the change below.
29339
29340         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
29341         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
29342         fail with a symlink, which is what coreutils' ./bootstrap now
29343         creates by default.
29344
29345 2006-10-12  Bruno Haible  <bruno@clisp.org>
29346
29347         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
29348         mingw.
29349         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
29350         MSVC and mingw explicitly.
29351
29352 2006-10-11  Simon Josefsson  <jas@extundo.com>
29353             Bruno Haible  <bruno@clisp.org>
29354
29355         Add support for multiple gnulib-tool invocations in the scope of a
29356         single configure.ac file.
29357         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
29358         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
29359         with the same contents as the _LIBADD variable.
29360         (func_emit_initmacro_start, func_emit_initmacro_end,
29361         func_emit_initmacro_done): New functions.
29362         (func_import, func_create_testdir): Invoke them. Allow the identifiers
29363         gl_LIBOBJS and gl_LTLIBOBJS.
29364
29365 2006-10-11  Bruno Haible  <bruno@clisp.org>
29366
29367         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
29368         (func_create_testdir): Don't create po/Makefile.am, don't invoke
29369         autoreconf. Instead, invoke autopoint explicitly but move back the
29370         *.m4 files from gnulib.
29371
29372 2006-10-11  Bruno Haible  <bruno@clisp.org>
29373
29374         * gnulib-tool (func_usage): Make module names after --create-testdir
29375         optional.
29376         (func_create_testdir): If no module was specified, use nearly all
29377         modules.
29378
29379 2006-10-12  Jim Meyering  <jim@meyering.net>
29380
29381         Big performance improvement for fts-based tools that use FTS_NOSTAT.
29382         Avoid spurious inode-mismatch problems on non-POSIX file systems.
29383         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
29384         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
29385         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
29386         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
29387         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
29388         (fts_set_stat_required): New function.
29389         (fts_open): Defer the calls to fts_stat, if possible or requested.
29390         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
29391         into fts_stat itself.
29392         (fts_read): Perform any required (deferred) fts_stat call.
29393         (fts_build): Likewise, for the directory we're about to open and read.
29394         In the readdir loop, carefully decide whether each entry will require
29395         an eventual call to fts_stat, using dirent.d_type info if available.
29396         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
29397         a command line argument into this function.  Update all callers.
29398         Map a return value of FTS_DOT to FTS_D for a command line argument.
29399         * modules/fts (Depends-on): Add d-type.  Alphabetize.
29400         Thanks to Miklos Szeredi for his tenacity and for the initial
29401         bug report about "find" failing on a FUSE-based file system.
29402
29403         * lib/fts.c (fts_open): Use consistent indentation.
29404
29405 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29406
29407         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
29408         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
29409         reported by Jim Meyering.  All uses of cache variables renamed
29410         to match Autoconf's.
29411         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
29412         the other one.
29413
29414         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
29415         Fix misspelling in diagnostic.
29416
29417 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29418
29419         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
29420         defined.  Problem reported by Matthew Woehlke.
29421
29422         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
29423         Add support for Tandem NonStop R series.
29424         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
29425         Use new macro.
29426
29427         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
29428         (has_trailing_slash): Omit size arg; all callers changed.
29429         Omit 'inline', since it doesn't help performance and we'd
29430         need to configure it.
29431         Don't count //, ///, etc. as having a trailing slash.
29432         As a side effect, this removes a C99ism reported by Matthew Woehlke.
29433         (rpl_rename_dest_slash): On failure, use rename's errno rather
29434         than (in some cases) an incorrect or junk errno.
29435         Simplify code by removing need to compute length; this does
29436         cause it to make two passes instead of one over the file name,
29437         but it's worth it.
29438
29439         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
29440         change, since Autoconf's version may no longer be appropriate now
29441         that we are using CVS Autoconf's version.  Add support for Tandem.
29442
29443 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29444             Bruno Haible  <bruno@clisp.org>
29445
29446         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
29447         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
29448         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
29449         gl_AC_TYPE_LONG_LONG.
29450
29451         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
29452         instead of HAVE_LONG_LONG.
29453         * lib/printf-args.c (printf_fetchargs): Likewise.
29454         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
29455         * lib/vasnprintf.c (VASNPRINTF): Likewise.
29456         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
29457         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
29458         gl_AC_TYPE_LONG_LONG.
29459
29460 2006-10-11  Bruno Haible  <bruno@clisp.org>
29461
29462         * m4/longlong.m4: Add comments.
29463         * m4/ulonglong.m4: Likewise.
29464
29465 2006-10-10  Bruno Haible  <bruno@clisp.org>
29466
29467         Make it possible to #define stpcpy, strdup to aliases.
29468         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
29469         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
29470
29471 2006-10-10  Bruno Haible  <bruno@clisp.org>
29472
29473         Make it possible to #define gcd to an alias.
29474         * lib/gcd.c: Include config.h.
29475
29476 2006-10-10  Bruno Haible  <bruno@clisp.org>
29477
29478         Make it possible to #define c_isascii to an alias.
29479         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
29480         defined. Undefine the macros before defining them, to avoid gcc
29481         warnings.
29482         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
29483         define NO_C_CTYPE_MACROS early.
29484
29485 2006-10-10  Bruno Haible  <bruno@clisp.org>
29486
29487         Make it possible to #define set_program_name to an alias.
29488         * lib/progname.c: Don't undefine set_program_name; instead, undefine
29489         ENABLE_RELOCATABLE early.
29490
29491 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29492
29493         Port to Tandem NSK OSS, which has 64-bit signed int but at most
29494         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
29495         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
29496         More generally, don't assume that 64-bit signed int is available
29497         if unsigned int is, and vice versa.
29498         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
29499         unsigned symbols, not on their signed counterparts.
29500         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
29501         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
29502         (UINT64_C, UINTMAX_C):
29503         Likewise.
29504         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
29505         unsigned counterparts.
29506         (Have_long_long, Unsigned): New macros.
29507         (Int): Renamed from INT.
29508         (strtoimax): Use the new macros.
29509         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
29510         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
29511         * modules/inttypes (inttypes.h): Substitute
29512         HAVE_UNSIGNED_LONG_LONG_INT.
29513         * modules/stdint (stdint.h): Likewise.
29514         (Files): Add m4/ulonglong.m4.
29515
29516 2006-10-10  Bruno Haible  <bruno@clisp.org>
29517
29518         Fix a gcc -Wshadow warning.
29519         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
29520         to 'bucket'.
29521         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
29522         gl_linked_indexof_from_to): Likewise.
29523         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
29524         Likewise.
29525         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
29526         Likewise.
29527         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
29528         Reported by Eric Blake.
29529
29530 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
29531
29532         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
29533         for NetBSD.  Problem reported by Bruno Haible.
29534
29535 2006-10-09  Jim Meyering  <jim@meyering.net>
29536
29537         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
29538         Patch from Bruno Haible.
29539
29540 2006-10-09  Jim Meyering  <jim@meyering.net>
29541
29542         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
29543         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
29544         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
29545
29546 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29547
29548         Don't include <config.h> twice; this doesn't work in some cases,
29549         e.g., when config.h has "#define intmax_t long long int" and
29550         we include <config.h>, <inttypes.h>, <config.h> in that order.
29551         Problem reported by Matthew Woehlke in:
29552         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
29553         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
29554         * lib/fts-cycle.c: Don't include config.h.
29555         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
29556         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
29557         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
29558         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
29559         inttypes.h.
29560         * lib/xstrtoumax.c: Likewise.
29561         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
29562         __strtol and the like, so that this module is more like its siblings.
29563         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
29564         Remove; no longer needed now that we assume gnulib inttypes.h.
29565
29566 2006-10-08  Bruno Haible  <bruno@clisp.org>
29567
29568         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
29569         option.
29570
29571 2006-10-07  Jim Meyering  <jim@meyering.net>
29572
29573         * modules/inttypes (inttypes.h): Revert what seems to have been
29574         an inadvertent part of today's change: use "|", not "/" in the
29575         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
29576
29577 2006-10-07  Bruno Haible  <bruno@clisp.org>
29578
29579         * modules/sublist: New file.
29580
29581 2006-10-07  Bruno Haible  <bruno@clisp.org>
29582
29583         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
29584         * modules/argz (argz.h): Likewise.
29585         * modules/arpa_inet (arpa/inet.h): Likewise.
29586         * modules/byteswap (byteswap.h): Likewise.
29587         * modules/configmake (configmake.h): Likewise.
29588         * modules/fcntl (fcntl.h): Likewise.
29589         * modules/fnmatch (fnmatch.h): Likewise.
29590         * modules/getopt (getopt.h): Likewise.
29591         * modules/glob (glob.h): Likewise.
29592         * modules/inttypes (inttypes.h): Likewise.
29593         * modules/netinet_in (netinet/in.h): Likewise.
29594         * modules/poll (poll.h): Likewise.
29595         * modules/stdbool (stdbool.h): Likewise.
29596         * modules/stdint (stdint.h): Likewise.
29597         * modules/sys_select (sys/select.h): Likewise.
29598         * modules/sys_socket (sys/socket.h): Likewise.
29599         * modules/sys_stat (sys/stat.h): Likewise.
29600         * modules/sysexits (sysexits.h): Likewise.
29601         * modules/unistd (unistd.h): Likewise.
29602         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29603         Add a "DO NOT EDIT" comment to the generated file.
29604         (func_import): Likewise for gnulib-comp.m4.
29605
29606 2006-10-07  Bruno Haible  <bruno@clisp.org>
29607
29608         * lib/gl_sublist.h: New file.
29609         * lib/gl_sublist.c: New file.
29610
29611 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29612
29613         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
29614         name (relative to the original working directory) and the file
29615         name component (relative to the temporary working directory).  All
29616         callers changed.
29617         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
29618         * lib/mkdir-p.c (make_dir_parents): Likewise.
29619         * lib/mkdir-p.h (make_dir_parents): Likewise.
29620
29621 2006-10-06  Eric Blake  <ebb9@byu.net>
29622
29623         Define several macros for use by the clean-temp module.
29624         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
29625         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
29626         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
29627
29628         * lib/clean-temp.h (close_stream_temp): New declaration.
29629         * lib/clean-temp.c (includes): Pull in headers according to what
29630         other modules are in use.
29631         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
29632
29633 2006-10-06  Bruno Haible  <bruno@clisp.org>
29634
29635         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
29636         instead of fopen, fwriteerror.
29637
29638 2006-10-06  Bruno Haible  <bruno@clisp.org>
29639
29640         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
29641         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
29642         int.
29643         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
29644         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
29645         Return an error indicator.
29646         Suggested by Eric Blake.
29647
29648 2006-10-06  Bruno Haible  <bruno@clisp.org>
29649
29650         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
29651         Reported by Eric Blake.
29652
29653 2006-10-06  Bruno Haible  <bruno@clisp.org>
29654
29655         * modules/closeout (Description): Mention stderr too.
29656
29657 2006-10-06  Bruno Haible  <bruno@clisp.org>
29658         and Paul Eggert  <eggert@cs.ucla.edu>
29659
29660         * lib/closeout.c (close_stdout): Also close stderr.
29661         * lib/closeout.h: Update comment.
29662
29663 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29664
29665         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
29666         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
29667         * lib/dirchownmod.c: Include lchown.h.
29668         * lib/lchown.c: Don't include files that lchown.h now includes.
29669         Don't declare chown, since lchown.h now does that.
29670         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
29671         (lchown): Define to rpl_chown if lchown is declared but
29672         does not exist.  Declare using a prototype if lchown is not
29673         declared.  Add a copyright notice.
29674         * lib/mkstemp.h: Include <unistd.h>.
29675         * lib/openat.c: Include lchown.h.
29676
29677         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
29678         we now test for that separately.
29679         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
29680         rather than O_NOFOLLOW, when testing whether it's possible to
29681         avoid a race condition reliably.
29682         * lib/savewd.c (savewd_chdir): Likewise.
29683
29684         Remove macros that are no longer needed now that stdint.h is
29685         reliable.
29686         * lib/fsusage.c (UINTMAX_MAX): Remove.
29687         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
29688         * lib/utimecmp.c (SIZE_MAX): Remove.
29689
29690         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
29691
29692         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
29693         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
29694         O_NOATIME works.
29695
29696 2006-10-05  Bruno Haible  <bruno@clisp.org>
29697
29698         * lib/gl_list.h (gl_sortedlist_search_from_to,
29699         gl_sortedlist_indexof_from_to): New declarations.
29700         (gl_list_implementation): New fields sortedlist_search_from_to,
29701         sortedlist_indexof_from_to.
29702         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
29703         inline functions.
29704         * lib/gl_list.c (gl_sortedlist_search_from_to,
29705         gl_sortedlist_indexof_from_to): New functions.
29706         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
29707         function.
29708         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
29709         (gl_array_sortedlist_search_from_to): New function.
29710         (gl_array_list_implementation): Update.
29711         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
29712         function.
29713         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
29714         (gl_carray_sortedlist_search_from_to): New function.
29715         (gl_carray_list_implementation): Update.
29716         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
29717         gl_linked_sortedlist_indexof_from_to): New functions.
29718         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
29719         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
29720         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
29721         gl_tree_sortedlist_indexof_from_to): New functions.
29722         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
29723         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
29724         Update.
29725         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
29726         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
29727         Update.
29728
29729 2006-10-05  Bruno Haible  <bruno@clisp.org>
29730
29731         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
29732         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
29733         (struct gl_list_implementation): Add fields search_from_to,
29734         indexof_from_to. Remove fields search, indexof.
29735         (gl_list_search): Use the search_from_to method.
29736         (gl_list_search_from, gl_list_search_from_to): New functions.
29737         (gl_list_indexof): Use the indexof_from_to method.
29738         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
29739         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
29740         (gl_list_search_from, gl_list_search_from_to): New functions.
29741         (gl_list_indexof): Use the indexof_from_to method.
29742         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
29743         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
29744         gl_array_indexof. Add start_index, end_index arguments.
29745         (gl_array_search_from_to): Renamed from gl_array_search. Add
29746         start_index, end_index arguments.
29747         (gl_array_remove, gl_array_list_implementation): Update.
29748         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
29749         gl_carray_indexof. Add start_index, end_index arguments.
29750         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
29751         start_index, end_index arguments.
29752         (gl_carray_remove, gl_carray_list_implementation): Update.
29753         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
29754         gl_linked_search. Add start_index, end_index arguments.
29755         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
29756         start_index, end_index arguments.
29757         (gl_linked_remove): Update.
29758         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
29759         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
29760         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
29761         field to 'size_t'.
29762         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
29763         gl_tree_search. Add start_index, end_index arguments.
29764         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
29765         start_index, end_index arguments.
29766         (gl_tree_remove): Update.
29767         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
29768         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
29769         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
29770         function.
29771         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
29772         gl_tree_search. Add start_index, end_index arguments.
29773         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
29774         start_index, end_index arguments.
29775         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
29776         Update.
29777         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
29778
29779 2006-10-05  Bruno Haible  <bruno@clisp.org>
29780
29781         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
29782
29783         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
29784         fwriteerror_temp): New declarations.
29785         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
29786         (descriptors): New variable.
29787         (cleanup): First, close the descriptors.
29788         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
29789         fclose_temp, fwriteerror_temp): New functions.
29790
29791 2006-10-04  Jim Meyering  <jim@meyering.net>
29792
29793         * lib/fts.c (fts_open): Tiny comment change.
29794
29795 2006-10-04  Bruno Haible  <bruno@clisp.org>
29796
29797         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
29798         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
29799         gl_LOCK_BODY.
29800         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
29801         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
29802         gl_LOCK_EARLY_BODY.
29803         (gl_LOCK): Require gl_LOCK_BODY.
29804
29805 2006-10-04  Bruno Haible  <bruno@clisp.org>
29806
29807         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
29808         (gl_oset_search_atleast): New declaration.
29809         (struct gl_oset_implementation): Add field 'search_atleast'.
29810         (gl_oset_search_atleast): New inline function.
29811         * lib/gl_oset.c (gl_oset_search_atleast): New function.
29812         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
29813         (gl_array_oset_implementation): Update.
29814         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
29815         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
29816         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
29817
29818 2006-10-04  Bruno Haible  <bruno@clisp.org>
29819
29820         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
29821
29822 2006-10-03  Bruno Haible  <bruno@clisp.org>
29823
29824         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
29825         from gl_avltreehash_list_implementation.
29826
29827 2006-10-03  Bruno Haible  <bruno@clisp.org>
29828
29829         * lib/gl_oset.c (gl_oset_add): Fix return type.
29830
29831 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
29832
29833         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
29834
29835 2006-10-02  Eric Blake  <ebb9@byu.net>
29836
29837         * modules/strnlen (Depends-on): Add extensions.
29838
29839 2006-10-02  Eric Blake  <ebb9@byu.net>
29840
29841         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
29842         definition in 2.60+.
29843
29844 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29845
29846         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
29847         checks.
29848
29849 2006-10-02  Bruno Haible  <bruno@clisp.org>
29850
29851         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
29852         to the AUTOMAKE_OPTIONS.
29853         Reported by Jim Meyering.
29854
29855 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29856
29857         Work around bug in Solaris 10 /proc file system:
29858         /proc/self/fd/NNN/.. isn't the parent directory of
29859         the directory whose file descriptor is NNN.  This needs to
29860         be worked around at run time, not compile time, since a
29861         program might be built on Solaris 8, where things work, and
29862         run on Solaris 10.
29863         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
29864         to use the following interface instead:
29865         (OPENAT_BUFFER_SIZE): New macro.
29866         (openat_proc_name): New function.
29867         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
29868         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
29869         Likewise.
29870         * lib/openat-proc.c: New file.
29871         * modules/openat (Files): Add lib/openat-proc.c.
29872         (Depends-on): Add same-inode, stdbool.
29873         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
29874
29875 2006-09-29  Bruno Haible  <bruno@clisp.org>
29876
29877         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
29878         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
29879         argument. Set stdout_closed before testing for ferror, not after.
29880         (fwriteerror, fwriteerror_no_ebadf): New functions.
29881
29882 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29883
29884         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
29885
29886 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
29887
29888         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
29889         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
29890
29891 2006-09-28  Jim Meyering  <jim@meyering.net>
29892
29893         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
29894         Include <unistd.h>.
29895
29896 2006-09-28  Bruno Haible  <bruno@clisp.org>
29897
29898         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
29899         * modules/linkedhash-list (Depends-on): Likewise.
29900         * modules/rbtreehash-list (Depends-on): Likewise.
29901
29902 2006-09-28  Bruno Haible  <bruno@clisp.org>
29903
29904         * lib/strndup.h: Simplify the redefinition of strndup.
29905         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
29906         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
29907
29908 2006-09-28  Bruno Haible  <bruno@clisp.org>
29909
29910         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
29911         * lib/gl_linkedhash_list.c: Likewise.
29912         * lib/gl_rbtreehash_list.c: Likewise.
29913
29914 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29915
29916         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
29917         getaddrinfo.
29918
29919         * lib/__fpending.h: Don't include <stdio_ext.h> unless
29920         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
29921         it causes <stdio_ext.h> to cause a compile-time error.
29922         Problem reported by Nelson H. F. Beebe.
29923         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
29924         of HAVE_DECL___PENDING.
29925
29926         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
29927         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
29928         declaration.
29929
29930 2006-09-27  Jim Meyering  <jim@meyering.net>
29931
29932         This file could end up with a definition for a function
29933         named __strndup, rather than rpl_strndup on a system with
29934         incomplete weak_alias support.
29935         * lib/strndup.c (strndup): Rename from __strndup.
29936         Remove #defines that used to map __strndup to strndup.
29937         Don't use K&R prototypes.
29938         Remove LIBC-related code, since this file is not sync'd with glibc.
29939         * lib/strndup.h: Revamp, accordingly.
29940         * m4/strndup.m4: Modernize.
29941
29942 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29943
29944         * modules/savewd (Depends-on): Add 'raise'.
29945         * lib/savewd.c: Include <signal.h>, for 'raise'.
29946
29947 2006-09-26  Jim Meyering  <jim@meyering.net>
29948
29949         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
29950         when we detect Darwin 8.7.0's acl_get_file bug.
29951         Rearrange to perform the new (below) run-test while $LIBS
29952         contains any acl-related library.  Set USE_ACL at the end.
29953         (gl_ACL_GET_FILE): New function.
29954
29955 2006-09-26  Eric Blake  <ebb9@byu.net>
29956
29957         * lib/verror.c: Include <config.h> unconditionally.
29958
29959 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
29960
29961         * modules/clock-time (Maintainer): Add self.
29962         * modules/getlogin_r (Depends-on): Add extensions.
29963
29964 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29965
29966         * modules/clock-time: New module.
29967         * modules/nanosleep (Depends-on): Add clock-time.
29968         * modules/gethrxtime (Depends-on): Likewise.
29969         * modules/gettime (Depends-on): Likewise.
29970         * modules/settime (Depends-on): Likewise.
29971
29972         * modules/fts-lgpl: Depend on openat.
29973         * modules/mkancesdirs: Depend on savewd.
29974         * modules/mkdir-p: Likewise.
29975
29976 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29977
29978         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
29979
29980         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
29981         `gl_have_arbitrary_file_name_length_limit' to
29982         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
29983         actually works between configure runs.
29984
29985 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29986             Bruno Haible  <bruno@clisp.org>
29987
29988         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
29989
29990 2006-09-25  Jim Meyering  <jim@meyering.net>
29991
29992         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
29993         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
29994
29995 2006-09-25  Eric Blake  <ebb9@byu.net>
29996
29997         * gnulib-tool (func_import, func_create_testdir): Fix typos in
29998         exec's in 2006-09-18 patch when shuffling fds.
29999
30000 2006-09-25  Bruno Haible  <bruno@clisp.org>
30001
30002         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
30003         Reported by Jim Meyering.
30004
30005 2006-09-24  Jim Meyering  <jim@meyering.net>
30006
30007         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
30008         compare a pointer against a literal "0".  That caused failures with
30009         at least HP-UX's hpcc.
30010
30011 2006-09-22  Simon Josefsson  <jas@extundo.com>
30012
30013         * modules/gc-sha1:
30014         * modules/gc-md4:
30015         * modules/gc-hmac-sha1:
30016         * modules/gc-hmac-md5:
30017         * modules/gc-des:
30018         * modules/gc-arcfour: Distribute more files.
30019
30020 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30021
30022         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
30023         (gl_linked_iterator_from_to): Initialize struct completely.
30024         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
30025         (gl_tree_iterator_from_to): Likewise
30026         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
30027         * lib/gl_array_list.c [lint] (gl_array_iterator)
30028         (gl_array_iterator_from_to): Likewise.
30029         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
30030         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
30031         (gl_carray_iterator_from_to): Likewise.
30032
30033         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
30034         * lib/md4.c (md4_process_block): Remove unused variable.
30035         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
30036         parentheses for clarity.
30037
30038 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30039
30040         * modules/bison-i18n (Depends-on): Add gettext.
30041
30042 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30043
30044         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
30045         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
30046         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
30047         also add missing comma that caused broken test.
30048         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
30049         stdlib.h, for `abort'.
30050         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
30051         variables.
30052         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
30053         include unistd.h if present, for `rmdir'.
30054         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
30055         variables.
30056         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
30057         in the process include standard headers for prototypes.
30058         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
30059         gets declared on GNU/Linux.
30060         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
30061         unistd.h, for `rmdir'.
30062         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
30063
30064         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
30065         always true.
30066         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
30067
30068         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
30069
30070 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30071
30072         * gnulib-tool (func_version): Create output all at once.  This
30073         may help avoid triggering unnecessary SIGPIPEs, and at any
30074         rate it doesn't hurt.
30075
30076 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30077             Bruno Haible  <bruno@clisp.org>
30078
30079         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
30080         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
30081         * m4/signed.m4 (bh_C_SIGNED): Likewise.
30082
30083         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
30084         (gl_FUNC_VASPRINTF): Invoke it.
30085
30086 2006-09-22  Bruno Haible  <bruno@clisp.org>
30087
30088         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
30089         getloadavg.c as first argument.
30090
30091 2006-09-22  Bruno Haible  <bruno@clisp.org>
30092
30093         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
30094         at the beginning of the gl_INIT macro.
30095         * modules/getloadavg (configure.ac): Pass $gl_source_base to
30096         gl_GETLOADAVG.
30097
30098 2006-09-22  Bruno Haible  <bruno@clisp.org>
30099
30100         * gnulib-tool (func_create_megatestdir): Don't include the config-h
30101         module.
30102         Suggested by Ralf Wildenhues.
30103
30104 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30105
30106         Import this patch from libc:
30107
30108         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
30109
30110         * lib/regex_internal.c (re_string_reconstruct): Handle
30111         offset < pstr->valid_raw_len && pstr->offsets_needed case.
30112         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
30113         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
30114         re_string_context_at.
30115
30116         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
30117         now requires it.
30118         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
30119         gl_REGEX now does it for us.
30120         (gl_REGEX): Add test taken from
30121         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
30122
30123         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
30124         Check that large offsets work.  Modernize Autoconf usages.
30125         Prefer "yes" to mean a good thing rather than a bad.
30126         Don't put "#define mkstemp" in config.h, as this might interfere
30127         with standard system headers that "#define mkstemp mkstemp64".
30128
30129         * modules/mkstemp (Depends-on): Add extensions, so that
30130         mkstemp is visible on some platforms.
30131         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
30132         (Include): Change to "mkstemp.h" from <stdlib.h>.
30133         (Files): Add mkstemp.h.
30134
30135         * lib/mkstemp.h: New file, since some standard headers
30136         #define mkstemp.
30137         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
30138         Include "mkstemp.h".
30139         Make the _LIBC code resemble glibc original more,
30140         e.g., use K&R style.
30141         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
30142         (mkstemp): Remove, since mkstemp.h does this for us.
30143         * lib/stdlib--.h: Include mkstemp.h.
30144
30145         Import this patch from libc:
30146
30147         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30148
30149         * lib/tempname.c (__gen_tempname): Change attempts_min
30150         into a macro.  Use preprocessor to decide how to initialize
30151         attempts [Coverity CID 67].
30152
30153 2006-09-20  Bruno Haible  <bruno@clisp.org>
30154
30155         * lib/mkdtemp.c: Import from libc.
30156         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30157                 * sysdeps/posix/tempname.c (__gen_tempname): Change
30158                 attempts_min into a macro.  Use preprocessor to decide how to
30159                 initialize attempts [Coverity CID 67].
30160         2001-11-27  Paul Eggert  <eggert@twinsun.com>
30161                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
30162                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
30163
30164 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30165
30166         * gnulib-tool (func_exit): New function, to allow to pass the
30167         exit status portably through the trap.  Use everywhere.
30168         (--help, --version): Signal a write error.
30169         (trap): catch SIGPIPE, for write errors.
30170         Exit at the end of the trap, with the correct exit status.
30171
30172 2006-09-19  Karl Berry  <karl@gnu.org>
30173
30174         * doc/gnulib.texi: note about the license texinfo files.
30175
30176 2006-09-19  Eric Blake  <ebb9@byu.net>
30177
30178         * gnulib-tool: Avoid space-tab.
30179
30180 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30181
30182         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
30183         that prevented coreutils 6.1 from building.  Problem reported
30184         by Petter Reinholdtsen.
30185
30186 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30187
30188         * gnulib-tool (avoidlist): Fix typo that broke options like
30189         --avoid=lock that are used by coreutils bootstrap.
30190
30191 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
30192
30193         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
30194         more systematically.
30195
30196 2006-09-18  Jim Meyering  <jim@meyering.net>
30197
30198         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
30199
30200 2006-09-18  Bruno Haible  <bruno@clisp.org>
30201
30202         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
30203
30204 2006-09-18  Bruno Haible  <bruno@clisp.org>
30205
30206         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
30207         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
30208         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
30209         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
30210         * m4/gettext.m4: Require autoconf >= 2.52.
30211         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
30212         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
30213         of gl_cv_header_inttypes_h.
30214
30215 2006-09-18  Bruno Haible  <bruno@clisp.org>
30216
30217         * lib/javaversion.c: Include configmake.h.
30218
30219 2006-09-18  Bruno Haible  <bruno@clisp.org>
30220
30221         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
30222         avoid that the while loops be executed in a subshell.
30223
30224 2006-09-18  Bruno Haible  <bruno@clisp.org>
30225
30226         * MODULES.html.sh (func_module): Break long lines.
30227         Suggested by Bruce Korb <bkorb@gnu.org>.
30228
30229 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30230
30231         Speed up by a factor of 1.12.
30232         * gnulib-tool (nl): New variable.
30233         (func_import): Rewrite include directive extraction to only read each
30234         directive once.
30235
30236 2006-09-17  Bruno Haible  <bruno@clisp.org>
30237
30238         * modules/javaversion (Makefile.am): Remove DEFS setting.
30239         (Depends-on): Add configmake, for PKGDATADIR definition.
30240
30241 2006-09-17  Bruno Haible  <bruno@clisp.org>
30242
30243         * gnulib-tool (func_create_testdir): Rewrite all files at once.
30244
30245 2006-09-17  Bruno Haible  <bruno@clisp.org>
30246
30247         * gnulib-tool (func_append): New function, stolen from libtool.m4.
30248         (func_modules_transitive_closure, func_modules_add_dummy,
30249         func_modules_to_filelist, func_import, func_create_testdir,
30250         func_create_megatestdir, ...): Use it wherever possible.
30251         Suggested by Ralf Wildenhues.
30252
30253 2006-09-16  Karl Berry  <karl@gnu.org>
30254
30255         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
30256         to avoid sectioning errors.
30257         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
30258         [ifinfo]: blank line after @center-ed titles.
30259         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
30260         Spell FSF address consistently with others.
30261         (These changes approved by rms.)
30262
30263 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30264
30265         Speed up by a factor of 1.61.
30266         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
30267         already checked module names again.
30268
30269 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30270
30271         Speed up by a factor of 1.13.
30272         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
30273         for new_files, and the input to func_add_or_update.
30274
30275 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30276
30277         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
30278         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
30279
30280 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30281
30282         * modules/mkancesdirs (Depends-on): Add fcntl.
30283         * modules/savewd: New file.
30284         * MODULES.html.sh (File system functions): Add savewd.
30285
30286         * modules/configmake (Makefile.am): Add support for the
30287         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
30288
30289 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30290
30291         * m4/savewd.m4: New file.
30292
30293 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30294
30295         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
30296         (dirchownmod): New arg FD.  All callers changed.
30297         Use FD rather than opening the directory ourself, as opening is
30298         now the caller's responsibility.
30299         * lib/dirchownmod.h: Likewise.
30300         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
30301         hosts that require <sys/types.h> before <sys/stat.h>.  Include
30302         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
30303         (test_dir): Remove.
30304         (mkancesdirs): Return length of prefix of FILE that has already
30305         been made, or -2 if there is a child doing the work.  Redo
30306         algorithm so that it is O(N) rather than O(N**2).  Optimize away
30307         ".", and treat ".." specially since it might stray back into
30308         already-created areas.  Use a subprocess if necessary.  New arg
30309         WD; all users changed.  MAKE_DIR function should now return 1
30310         if it creates a directory that is not readable.  Return -2 if
30311         a child process is spun off.
30312         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
30313         Adjust signature to match code.
30314         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
30315         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
30316         all users changed.
30317         * lib/savewd.c, lib/savewd.h: New files.
30318
30319 2006-09-15  Jim Meyering  <jim@meyering.net>
30320
30321         * modules/rename-dest-slash: New module.
30322         * MODULES.html.sh (posix_compat): Add it here.
30323
30324         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
30325
30326 2006-09-15  Jim Meyering  <jim@meyering.net>
30327
30328         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
30329         file.
30330
30331         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
30332
30333 2006-09-15  Jim Meyering  <jim@meyering.net>
30334
30335         * lib/rename-dest-slash.c (has_trailing_slash): Use
30336         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
30337         (rpl_rename_dest_slash): Perform the cheaper trailing slash
30338         test before testing whether SRC is a directory.
30339         Suggestions from Bruno Haible.
30340
30341         Avoid a warning about an unused variable.
30342         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
30343         into the #ifdef block where it's used.
30344
30345         * lib/rename-dest-slash.c: New file.
30346
30347 2006-09-14  Bruno Haible  <bruno@clisp.org>
30348
30349         * lib/allocsa.c: Include <config.h> unconditionally.
30350         * lib/asnprintf.c: Likewise.
30351         * lib/asprintf.c: Likewise.
30352         * lib/c-strcasecmp.c: Likewise.
30353         * lib/c-strcasestr.c: Likewise.
30354         * lib/c-strncasecmp.c: Likewise.
30355         * lib/c-strstr.c: Likewise.
30356         * lib/classpath.c: Likewise.
30357         * lib/clean-temp.c: Likewise.
30358         * lib/concatpath.c: Likewise.
30359         * lib/copy-file.c: Likewise.
30360         * lib/csharpcomp.c: Likewise.
30361         * lib/csharpexec.c: Likewise.
30362         * lib/execute.c: Likewise.
30363         * lib/fatal-signal.c: Likewise.
30364         * lib/findprog.c: Likewise.
30365         * lib/fwriteerror.c: Likewise.
30366         * lib/gl_array_list.c: Likewise.
30367         * lib/gl_array_oset.c: Likewise.
30368         * lib/gl_avltree_list.c: Likewise.
30369         * lib/gl_avltree_oset.c: Likewise.
30370         * lib/gl_avltreehash_list.c: Likewise.
30371         * lib/gl_carray_list.c: Likewise.
30372         * lib/gl_linked_list.c: Likewise.
30373         * lib/gl_linkedhash_list.c: Likewise.
30374         * lib/gl_list.c: Likewise.
30375         * lib/gl_oset.c: Likewise.
30376         * lib/gl_rbtree_list.c: Likewise.
30377         * lib/gl_rbtree_oset.c: Likewise.
30378         * lib/gl_rbtreehash_list.c: Likewise.
30379         * lib/imaxabs.c: Likewise.
30380         * lib/imaxdiv.c: Likewise.
30381         * lib/javacomp.c: Likewise.
30382         * lib/javaexec.c: Likewise.
30383         * lib/javaversion.c: Likewise.
30384         * lib/linebreak.c: Likewise.
30385         * lib/localcharset.c: Likewise.
30386         * lib/lock.c: Likewise.
30387         * lib/mbchar.c: Likewise.
30388         * lib/mbswidth.c: Likewise.
30389         * lib/mkdtemp.c: Likewise.
30390         * lib/pipe.c: Likewise.
30391         * lib/printf-args.c: Likewise.
30392         * lib/printf-parse.c: Likewise.
30393         * lib/progname.c: Likewise.
30394         * lib/progreloc.c: Likewise.
30395         * lib/readlink.c: Likewise.
30396         * lib/sh-quote.c: Likewise.
30397         * lib/stpcpy.c: Likewise.
30398         * lib/stpncpy.c: Likewise.
30399         * lib/strcasecmp.c: Likewise.
30400         * lib/strcasestr.c: Likewise.
30401         * lib/strcspn.c: Likewise.
30402         * lib/striconv.c: Likewise.
30403         * lib/strncasecmp.c: Likewise.
30404         * lib/strnlen1.c: Likewise.
30405         * lib/strstr.c: Likewise.
30406         * lib/strtok_r.c: Likewise.
30407         * lib/tls.c: Likewise.
30408         * lib/tmpdir.c: Likewise.
30409         * lib/unicodeio.c: Likewise.
30410         * lib/unsetenv.c: Likewise.
30411         * lib/vasnprintf.c: Likewise.
30412         * lib/vasprintf.c: Likewise.
30413         * lib/wait-process.c: Likewise.
30414         * lib/xallocsa.c: Likewise.
30415         * lib/xsetenv.c: Likewise.
30416         * lib/xstriconv.c: Likewise.
30417
30418 2006-09-13  Simon Josefsson  <jas@extundo.com>
30419
30420         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
30421         that internally, suggested by Ralf Wildenhues
30422         <Ralf.Wildenhues@gmx.de>.
30423
30424 2006-09-13  Simon Josefsson  <jas@extundo.com>
30425
30426         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
30427         @LIBOBJS@.
30428         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30429
30430 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30431
30432         * lib/_fpending.c: Include <config.h> unconditionally, since we no
30433         longer worry about uses that don't define HAVE_CONFIG_H.
30434         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
30435         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
30436         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
30437         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
30438         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
30439         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
30440         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
30441         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
30442         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
30443         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
30444         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
30445         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
30446         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
30447         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
30448         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
30449         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
30450         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
30451         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
30452         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
30453         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
30454         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
30455         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
30456         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
30457         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
30458         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
30459         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
30460         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
30461         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
30462         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
30463         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
30464         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
30465         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
30466         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
30467         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
30468         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
30469         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
30470         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
30471         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
30472         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
30473         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
30474         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
30475         Likewise.
30476
30477 2006-09-13  Eric Blake  <ebb9@byu.net>
30478
30479         * lib/getopt.c: Fix typo in last commit.
30480
30481 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30482
30483         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
30484         dgettext.
30485
30486 2006-09-12  Jim Meyering  <jim@meyering.net>
30487
30488         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
30489         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
30490         Reported by Nelson H. F. Beebe.
30491
30492 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30493
30494         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
30495         program_invocation_name and program_invocation_short_name are
30496         initialized.
30497         * lib/argp-namefrob.h: Move declarations of program_invocation_name
30498         and program_invocation_short_name to argp.h, so they are visible
30499         to user programs.
30500         * lib/argp.h: Likewise
30501
30502 2006-09-10  Bruno Haible  <bruno@clisp.org>
30503
30504         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
30505         m4/inttypes_h.m4, m4/uintmax_t.m4.
30506
30507 2006-09-10  Bruno Haible  <bruno@clisp.org>
30508
30509         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
30510         gl_AC_TYPE_UINTMAX_T.
30511
30512 2006-09-10  Bruno Haible  <bruno@clisp.org>
30513
30514         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
30515
30516 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30517
30518         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
30519         convention.  Text proposed by Bruno Haible.
30520         (struct argp_option): Document the use of N_() wrappers.
30521
30522         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
30523         '\v', and translate the two parts separately, instead of feeding
30524         the whole string to gettext.  This allows to exclude
30525         '\v' from the strings visible to the translator by writing doc
30526         strings as N_("..") "\v" N_("..").
30527
30528 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
30529
30530         * config/srclist.txt: Undo latest change; the bug was fixed.
30531
30532 2006-09-09  Bruno Haible  <bruno@clisp.org>
30533
30534         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
30535         assignments if building a library without libtool.
30536         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
30537         in func_emit_lib_Makefile_am.
30538         (func_import): When building a static library libfoo.a, arrange to
30539         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
30540         (func_create_testdir): Likewise.
30541         * modules/gc (configure.ac, Makefile.am): If building statically,
30542         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
30543         * modules/iconvme (configure.ac, Makefile.am): Likewise.
30544         * modules/striconv (configure.ac, Makefile.am): Likewise.
30545         Based on a suggestion by Ralf Wildenhues.
30546
30547 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30548
30549         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
30550         Check for unistd.h too, since Autoconf doesn't assume POSIX.
30551         Also:
30552
30553         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30554         Add year_2050_test to catch glibc bug 2821
30555         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
30556
30557         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30558         Prefer #ifdef to #if.
30559
30560         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
30561         Return from 'main' instead of calling 'exit'.
30562
30563 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30564
30565         * lib/mktime.c (guess_time_tm): Fix bug where mktime
30566         returned the maximum time_t value rather than (time_t) -1.
30567         Problem originally reported by William Bardwell
30568         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
30569
30570         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
30571         Moved to here ...
30572         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
30573         ... from here.
30574
30575 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30576
30577         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
30578         2821 is fixed.
30579
30580 2006-09-08  Jim Meyering  <jim@meyering.net>
30581
30582         Don't make generated files read-only.  That would bother too many
30583         people.  However, do retain the ability to work when targets are
30584         read-only: remove the destination and temporary files before writing
30585         them (when generated via sed or echo), or by using the -f option for
30586         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
30587         * modules/alloca-opt, modules/argz, modules/arpa_inet:
30588         * modules/byteswap, modules/configmake, modules/fcntl:
30589         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
30590         * modules/localcharset, modules/netinet_in, modules/poll:
30591         * modules/stdbool, modules/stdint, modules/sys_select:
30592         * modules/sys_socket, modules/sys_stat, modules/sysexits:
30593
30594 2006-09-08  Jim Meyering  <jim@meyering.net>
30595
30596         Avoid new build failure on FreeBSD 6.0.
30597         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
30598         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
30599         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
30600
30601 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30602
30603         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
30604
30605 2006-09-07  Jim Meyering  <jim@meyering.net>
30606
30607         Fix global typo in last change: use chmod u-w, not chmod u-x.
30608         Spotted by Paul Eggert and Bruce Korb.
30609         * modules/alloca-opt, modules/argz, modules/arpa_inet:
30610         * modules/byteswap, modules/configmake, modules/fcntl:
30611         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
30612         * modules/localcharset, modules/netinet_in, modules/poll:
30613         * modules/stdbool, modules/stdint, modules/sys_select:
30614         * modules/sys_socket, modules/sys_stat, modules/sysexits:
30615
30616 2006-09-06  Jim Meyering  <jim@meyering.net>
30617
30618         Make generated files be read-only.
30619         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
30620         Ensure that each generated file is now read-only.
30621         * modules/argz: Likewise.
30622         * modules/arpa_inet: Likewise.
30623         * modules/byteswap: Likewise.
30624         * modules/configmake: Likewise.
30625         * modules/fcntl: Likewise.
30626         * modules/fnmatch: Likewise.
30627         * modules/getopt: Likewise.
30628         * modules/glob: Likewise.
30629         * modules/inttypes: Likewise.
30630         * modules/netinet_in: Likewise.
30631         * modules/poll: Likewise.
30632         * modules/stdbool: Likewise.
30633         * modules/stdint: Likewise.
30634         * modules/sys_select: Likewise.
30635         * modules/sys_socket: Likewise.
30636         * modules/sys_stat: Likewise.
30637         * modules/sysexits: Likewise.
30638         * modules/localcharset: Same as above, but continue using temporary
30639         file named "t-$@" (why different?) rather than the "$@-t" used
30640         everywhere else.
30641
30642         * modules/sysexits (Makefile.am): Replace literal occurrences
30643         of "sysexit.h" more readable, and more consistent, "$@".
30644
30645 2006-09-06  Bruno Haible  <bruno@clisp.org>
30646
30647         * modules/striconv: New file.
30648         * modules/xstriconv: New file.
30649         * MODULES.html.sh (Internationalization functions): Add striconv,
30650         xstriconv.
30651
30652 2006-09-06  Bruno Haible  <bruno@clisp.org>
30653
30654         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
30655         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
30656         not using libtool correctly.
30657
30658 2006-09-06  Bruno Haible  <bruno@clisp.org>
30659
30660         * lib/striconv.h: New file.
30661         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
30662         iconvstring.c.
30663         * lib/xstriconv.h: New file.
30664         * lib/xstriconv.c: New file.
30665
30666 2006-09-06  Bruno Haible  <bruno@clisp.org>
30667
30668         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30669         lib_..._LDFLAGS.
30670
30671 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30672
30673         * lib/argz_.h: Sync from Libtool.
30674
30675         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
30676                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30677
30678         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
30679
30680 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
30681
30682         * modules/trim: New file.
30683
30684 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
30685
30686         * lib/trim.h: New file.
30687         * lib/trim.c: New file.
30688
30689 2006-09-05  Bruno Haible  <bruno@clisp.org>
30690
30691         * MODULES.html.sh (String handling): Add trim.
30692
30693 2006-09-04  Karl Berry  <karl@gnu.org>
30694
30695         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
30696         until next release.
30697
30698 2006-09-03  Bruno Haible  <bruno@clisp.org>
30699
30700         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
30701         correctly.
30702
30703 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30704
30705         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
30706         not gl_GETLOADAVG.  Omit unneeded semicolons.
30707         Problems reported by Ralf Wildenhues in
30708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
30709         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
30710         at the end, which is the usual gnulib style.
30711
30712         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
30713         of doing all the work ourselves.
30714         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
30715         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
30716
30717 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
30720         Problem reported by Ralf Wildenhues in
30721         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
30722
30723         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
30724         HAVE_STRUCT_STATFS_F_FSTYPENAME.
30725
30726 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30727
30728         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
30729         yesterday's patch by changing test -n to test -z.
30730
30731 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30732
30733         * modules/getloadavg (Files): Add m4/getloadavg.m4.
30734         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
30735         the former is now obsolescent.
30736
30737         * modules/chdir-long (Depends-on): Add fcntl.
30738
30739 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30740
30741         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
30742         obsolescent, and programs should use gnulib instead.
30743         * m4/getloadavg.m4: New file, with contents taken from Autoconf
30744         but with prefixes changed.
30745
30746 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30747
30748         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
30749         or stdbool.h, because they might not exist while configuring.
30750
30751         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
30752         Don't include unistd.h or limits.h; not needed, since chdir-long.h
30753         does that for us.
30754         (O_DIRECTORY): Remove.
30755
30756 2006-08-31  Eric Blake  <ebb9@byu.net>
30757
30758         * gnulib-tool: Don't let emacs change spaces to TAB.
30759
30760 2006-08-31  Bruno Haible  <bruno@clisp.org>
30761
30762         * gnulib-tool: When calling func_import more than once, do it in a
30763         subshell.
30764         Reported by Eric Blake <ebb9@byu.net>.
30765
30766 2006-08-31  Bruno Haible  <bruno@clisp.org>
30767
30768         * gnulib-tool (nl): Remove variable.
30769         (sed_transform_lib_file): Use more robust test for config-h module.
30770         (func_import): Fix typo in 2006-08-25 patch.
30771
30772 2006-08-31  Bruno Haible  <bruno@clisp.org>
30773
30774         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
30775         specified, augment Makefile.am variables instead of assigning them.
30776
30777 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30778
30779         Work around a bug in both the Linux and SunOS 64-bit kernels:
30780         nanosleep mishandles sleeps for longer than 2**31 seconds.
30781         Problem reported by Frank v Waveren in
30782         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
30783         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
30784         Check for nanosleep bug.
30785         (LIB_NANOSLEEP): Append clock_gettime library if needed.
30786
30787 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30788
30789         Work around a bug in both the Linux and SunOS 64-bit kernels:
30790         nanosleep mishandles sleeps for longer than 2**31 seconds.
30791         Problem reported by Frank v Waveren in
30792         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
30793         * lib/nanosleep.c (BILLION): New constant.
30794         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
30795         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
30796         implementation.
30797
30798 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30799
30800         * modules/nanosleep (Depends-on): Add gettime.
30801
30802 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30803         and Simon Josefsson  <jas@extundo.com>
30804         and Oskar Liljeblad  <oskar@osk.mine.nu>
30805
30806         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
30807         * gnulib-tool (func_import): New license type 'unmodifiable license
30808         text'.
30809         * modules/fdl: Use it.  Longer description.
30810         * module/gpl, module/lgpl: New files.
30811
30812 2006-08-30  Jim Meyering  <jim@meyering.net>
30813
30814         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
30815         shadowing the parameter.
30816
30817 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30818
30819         Sync from Libtool:
30820
30821         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30822
30823         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
30824         sharing with gnulib.  Report by Eric Blake.
30825
30826 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30827
30828         * modules/isapipe: New file.
30829         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
30830
30831 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30832
30833         * modules/configmake (Makefile.am): Add a comment, and omit
30834         the CONFIGMAKE_ prefix from generated macro names.  Suggested
30835         by Bruno Haible.
30836
30837 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * m4/isapipe.m4: New file.
30840
30841 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30842
30843         * lib/isapipe.c, lib/isapipe.h: New files.
30844
30845 2006-08-29  Jim Meyering  <jim@meyering.net>
30846
30847         * modules/configmake (Makefile.am): Make configmake.h depend on
30848         Makefile.  Otherwise, a stale configmake.h could hang around.
30849
30850 2006-08-29  Eric Blake  <ebb9@byu.net>
30851
30852         * lib/error.c (error_at_line, print_errno_message): Match libc, after
30853         resolution of upstream bug 3044.
30854
30855 2006-08-29  Bruno Haible  <bruno@clisp.org>
30856
30857         * modules/localcharset (Depends-on): Add configmake.
30858         (Makefile.am): Remove setting of LIBDIR through DEFS.
30859
30860 2006-08-29  Bruno Haible  <bruno@clisp.org>
30861
30862         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
30863         defined.
30864
30865 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30866
30867         * modules/fcntl: New file.
30868         * modules/chdir-safer (Depends-on): Add fcntl.
30869         * modules/fts: Likewise.
30870         * modules/mkdir-p: Likewise.
30871
30872         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
30873         This undoes the most recent change, since we're now addressing the
30874         problem in a different way.
30875
30876         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
30877         into output, since the output might be called Makefile.am even
30878         if $makefile_name is something different.
30879         (func_import): Use $makefile_am rather than
30880         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
30881         empty.
30882
30883         * modules/inttypes (Files): Add m4/inttypes-h.m4.
30884
30885 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30886
30887         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
30888         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
30889         recent change to stdint.m4, since we're now addressing the problem in a
30890         different way.
30891
30892 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30893
30894         * m4/fcntl_h.m4: New file.
30895
30896 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30897
30898         * lib/fcntl_.h: New file.
30899         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
30900         the fcntl module.
30901         * lib/dirchownmod.c: Likewise.
30902         * lib/fts.c: Likewise.
30903
30904         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
30905         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
30906         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
30907         just before including <inttypes.h>, to avoid circular inclusion.
30908
30909 2006-08-28  Jim Meyering  <jim@meyering.net>
30910
30911         * doc/visibility.texi: Actually read and correct the grammar of the
30912         sentence affected by yesterday's change.
30913
30914 2006-08-28  Eric Blake  <ebb9@byu.net>
30915
30916         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
30917         needs wrapper.
30918
30919 2006-08-28  Eric Blake  <ebb9@byu.net>
30920
30921         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
30922
30923 2006-08-28  Eric Blake  <ebb9@byu.net>
30924
30925         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
30926
30927 2006-08-28  Bruno Haible  <bruno@clisp.org>
30928
30929         * modules/c-strstr: New file, from GNU gettext.
30930         * MODULES.html.sh (String handling): Add c-strstr.
30931
30932 2006-08-28  Bruno Haible  <bruno@clisp.org>
30933
30934         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
30935         macros.
30936         Reported by Eric Blake.
30937
30938 2006-08-28  Bruno Haible  <bruno@clisp.org>
30939
30940         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
30941         (VASNPRINTF): Return a string of length > INT_MAX without failing.
30942         * lib/vasprintf.c: Include errno.h, limits.h.
30943         (EOVERFLOW): New fallback definition.
30944         (vasprintf): Test here whether the string length is > INT_MAX.
30945         * lib/vsnprintf.c: Include errno.h, limits.h.
30946         (EOVERFLOW): New fallback definition.
30947         (vsnprintf): Fix bug when generated string was too long for the buffer.
30948         Test here whether the string length is > INT_MAX.
30949
30950 2006-08-28  Bruno Haible  <bruno@clisp.org>
30951
30952         * lib/inttypes_.h (SCNX*): Remove definitions.
30953         Reported by Eric Blake.
30954
30955 2006-08-28  Bruno Haible  <bruno@clisp.org>
30956
30957         * lib/c-strstr.h: New file, from GNU gettext.
30958         * lib/c-strstr.c: New file, from GNU gettext.
30959
30960 2006-08-28  Bruno Haible  <bruno@clisp.org>
30961
30962         * gnulib-tool: Reorder some statements.
30963
30964 2006-08-28  Bruno Haible  <bruno@clisp.org>
30965
30966         * gnulib-tool: New option --makefile-name.
30967         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
30968         $makefile_name.
30969         (func_import): Write $makefile_name to the cache file, and read it from
30970         there unless explicitly specified. Use $makefile_name as file name
30971         instead of Makefile.am. Adjust the recommendations accordingly.
30972
30973 2006-08-28  Bruno Haible  <bruno@clisp.org>
30974
30975         * gnulib-tool (func_verify_module): Check against misapplying patch.
30976
30977 2006-08-28  Bruno Haible  <bruno@clisp.org>
30978
30979         * gnulib-tool (func_relativize, func_relconcat): New functions.
30980         Give an error if --local-dir is given with --update.
30981         Remove trailing slashes from $local_gnulib_dir.
30982         (func_import): Store the relativized $local_gnulib_dir in
30983         gnulib-cache.m4, and read it from there if not specified explicitly.
30984
30985 2006-08-28  Bruno Haible  <bruno@clisp.org>
30986
30987         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
30988         is the current directory. Respect also $local_gnulib_dir.
30989
30990 2006-08-28  Bruno Haible  <bruno@clisp.org>
30991             Simon Josefsson  <jas@extundo.com>
30992
30993         BeOS portability.
30994         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
30995
30996 2006-08-27  Jim Meyering  <jim@meyering.net>
30997
30998         * doc/visibility.texi: Remove duplicate word: "pointer".
30999
31000 2006-08-26  Bruno Haible  <bruno@clisp.org>
31001
31002         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
31003         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
31004         (Makefile.am): Create inttypes.h from inttypes_.h.
31005         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
31006
31007         * modules/imaxabs: New file.
31008
31009         * modules/imaxdiv: New file.
31010
31011 2006-08-26  Bruno Haible  <bruno@clisp.org>
31012
31013         * m4/inttypes.m4: New file.
31014         * m4/_inttypes_h.m4: Remove file.
31015         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
31016         PRI_MACROS_BROKEN.
31017         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
31018
31019         * m4/imaxabs.m4: New file.
31020
31021         * m4/imaxdiv.m4: New file.
31022
31023 2006-08-26  Bruno Haible  <bruno@clisp.org>
31024
31025         * lib/inttypes_.h: New file.
31026         * lib/inttypes.h: Remove file.
31027         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
31028
31029         * lib/imaxabs.c: New file.
31030
31031         * lib/imaxdiv.c: New file.
31032
31033 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31034
31035         New config-h module, so that "make" output needn't be cluttered
31036         by -DHAVE_CONFIG_H.
31037         * MODULES.html.sh (Support for building libraries and executables):
31038         Add config-h.
31039         * modules/config-h: New file.
31040         * gnulib-tool (nl, sed_transform_lib_file): New vars.
31041         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
31042         the config-h module is used.
31043
31044         New configmake module, so that "make" output needn't be cluttered
31045         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
31046         * MODULES.html.sh (Support for building libraries and executables):
31047         Add configmake.
31048         * modules/configmake: New file.
31049
31050 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31051
31052         * m4/config-h.m4: New file.
31053
31054 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31055
31056         * config/srclist.txt: Add elisp-comp.
31057
31058 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31059
31060         * MODULES.html.sh (Support for building libraries and executables):
31061         Add elisp-comp.
31062         * build-aux/elisp-comp: New file.
31063         * modules/elisp-comp: New file.
31064
31065 2006-08-24  Bruno Haible  <bruno@clisp.org>
31066
31067         * gnulib-tool (func_create_testdir): Use non-default values of
31068         sourcebase and m4base.
31069
31070 2006-08-24  Bruno Haible  <bruno@clisp.org>
31071
31072         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
31073         HTML structure.
31074
31075 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31076
31077         * modules/openat (Depends-on): Add lchown.
31078
31079 2006-08-23  Bruno Haible  <bruno@clisp.org>
31080
31081         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
31082         of gl_LOCK_EARLY instead of gl_LOCK.
31083
31084 2006-08-23  Bruno Haible  <bruno@clisp.org>
31085
31086         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
31087         on OSF/1 to no.
31088         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
31089
31090 2006-08-23  Bruno Haible  <bruno@clisp.org>
31091
31092         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
31093         as unusable.
31094
31095         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
31096         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
31097         (gl_LOCK): New macro.
31098
31099 2006-08-22  Simon Josefsson  <jas@extundo.com>
31100
31101         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
31102         to md5 module.
31103
31104 2006-08-22  Simon Josefsson  <jas@extundo.com>
31105
31106         * MODULES.html.sh: Add "Support for maintaining and release
31107         projects".
31108
31109         * build-aux/gnupload: New file, from coreutils.
31110
31111 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31112
31113         Avoid the need for AC_LIBSOURCES in m4 macros.
31114         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
31115         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
31116         * modules/check-version (EXTRA_DIST): Add check-version.h.
31117         * modules/crc (EXTRA_DIST): Add crc.h.
31118         * modules/des (EXTRA_DIST): Add des.h.
31119         * modules/gc (EXTRA_DIST): Add gc.h.
31120         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
31121         * modules/getline (EXTRA_DIST): Add getline.h.
31122         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
31123         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
31124         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
31125         * modules/md2 (EXTRA_DIST): Add md2.h.
31126         * modules/md4 (EXTRA_DIST): Add md4.h.
31127         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
31128         * modules/read-file (EXTRA_DIST): Add read-file.h.
31129         * modules/readline (EXTRA_DIST): Add readline.h.
31130         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
31131         rijndael-api-fst.h.
31132
31133 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31134
31135         * m4/rijndael.m4 (gl_ARCFOUR):
31136         * m4/arctwo.m4 (gl_ARCTWO):
31137         * m4/check-version.m4 (gl_CHECK_VERSION):
31138         * m4/crc.m4 (gl_CRC):
31139         * m4/des.m4 (gl_DES):
31140         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
31141         * m4/gc.m4 (gl_GC):
31142         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
31143         * m4/getline.m4 (gl_FUNC_GETLINE):
31144         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
31145         * m4/hmac-md5.m4 (gl_HMAC_MD5):
31146         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
31147         * m4/md2.m4 (gl_MD2):
31148         * m4/md4.m4 (gl_MD4):
31149         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
31150         * m4/read-file.m4 (gl_FUNC_READ_FILE):
31151         * m4/readline.m4 (gl_FUNC_READLINE):
31152         * m4/rijndael.m4 (gl_RIJNDAEL):
31153         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31154         to get the necessary .h files and whatnot.
31155
31156 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31157
31158         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
31159         gnulib rather than the other way around.
31160         * config/srclistvars.sh (COREUTILS): Remove.
31161
31162 2006-08-22  Jim Meyering  <jim@meyering.net>
31163
31164         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
31165
31166         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
31167
31168 2006-08-22  Eric Blake  <ebb9@byu.net>
31169
31170         * modules/regexprops-generic: New file.
31171         * MODULES.html.sh (Support for building documentation): List it.
31172
31173 2006-08-22  Eric Blake  <ebb9@byu.net>
31174
31175         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
31176         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
31177         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
31178         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
31179
31180 2006-08-22  Bruno Haible  <bruno@clisp.org>
31181
31182         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
31183         and lib_LTLIBRARIES like the other lib_* variables.
31184
31185 2006-08-22  Bruno Haible  <bruno@clisp.org>
31186
31187         * build-aux/x-to-1.in: New file, from GNU gettext.
31188
31189 2006-08-22  Bruno Haible  <bruno@clisp.org>
31190
31191         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
31192         <utmpx.h> exists.
31193
31194 2006-08-22  Bruno Haible  <bruno@clisp.org>
31195
31196         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
31197         <utmpx.h> exists.
31198
31199 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31200
31201         BeOS portability.
31202         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
31203         exist.
31204         Problem reported by Bruno Haible.
31205
31206 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31207
31208         Avoid the need for AC_LIBSOURCES in m4 macros.
31209         * modules/acl (EXTRA_DIST): Add acl.h.
31210         * modules/argmatch (Files): Add m4/argmatch.m4.
31211         (configure.ac): Add gl_ARGMATCH.
31212         (EXTRA_DIST): Renamed from lib_SOURCES, for
31213         consistency with the other modules.  Remove argmatch.c.
31214         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
31215         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
31216         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
31217         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
31218         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
31219         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
31220         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
31221         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
31222         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
31223         * modules/closeout (EXTRA_DIST): Add closeout.h.
31224         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
31225         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
31226         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
31227         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
31228         dirname.h; remove basename.c and stripslash.c.
31229         * modules/exclude (EXTRA_DIST): Add exclude.h.
31230         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
31231         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
31232         * modules/file-type (EXTRA_DIST): Add file-type.h.
31233         * modules/filemode (EXTRA_DIST): Add filemode.h.
31234         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
31235         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31236         * modules/fpending (EXTRA_DIST): Add __fpending.h.
31237         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
31238         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
31239         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
31240         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
31241         * modules/getdate (EXTRA_DIST): Add getdate.c.
31242         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
31243         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
31244         * modules/getpass (EXTRA_DIST): Add getpass.h.
31245         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
31246         * modules/group-member (EXTRA_DIST): Add group-member.h.
31247         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
31248         * modules/hash (EXTRA_DIST): Add hash.h.
31249         * modules/human (EXTRA_DIST): Add human.h.
31250         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
31251         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
31252         * modules/lchown (EXTRA_DIST): Add lchown.h.
31253         * modules/long-options (EXTRA_DIST): Add long-options.h.
31254         * modules/lstat (EXTRA_DIST): Add lstat.h.
31255         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
31256         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
31257         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
31258         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
31259         * modules/memxor (EXTRA_DIST): Add memxor.h.
31260         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
31261         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
31262         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
31263         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
31264         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
31265         * modules/physmem (EXTRA_DIST): Add physmem.h.
31266         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
31267         * modules/posixver (EXTRA_DIST): Add posixver.h.
31268         * modules/quote (EXTRA_DIST): Add quote.h.
31269         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
31270         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
31271         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
31272         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
31273         regex_internal.h regexec.c.
31274         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
31275         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
31276         * modules/same (EXTRA_DIST): Add same.h.
31277         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
31278         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
31279         * modules/savedir (EXTRA_DIST): Add savedir.h.
31280         * modules/sha1 (EXTRA_DIST): Add sha1.h.
31281         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
31282         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
31283         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
31284         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
31285         * modules/strdup (EXTRA_DIST): Add strdup.h.
31286         * modules/strftime (EXTRA_DIST): Add strftime.h.
31287         * modules/strndup (EXTRA_DIST): Add strndup.h.
31288         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
31289         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
31290         * modules/time_r (EXTRA_DIST): Add time_r.h.
31291         * modules/timespec (EXTRA_DIST): Add timespec.h.
31292         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31293         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
31294         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
31295         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
31296         * modules/userspec (EXTRA_DIST): Add userspec.h.
31297         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
31298         * modules/utimens (EXTRA_DIST): Add utimens.h.
31299         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
31300         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
31301         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
31302         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
31303         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
31304         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
31305         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
31306         * modules/yesno (EXTRA_DIST): Add yesno.h.
31307
31308 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31309
31310         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
31311
31312         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
31313         * m4/dev-ino.m4, same-inode.m4: Remove.
31314
31315         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
31316         * m4/acl.m4 (AC_FUNC_ACL):
31317         * m4/backupfile.m4 (gl_BACKUPFILE):
31318         * m4/c-strtod.m4 (gl_C99_STRTOLD):
31319         * m4/canon-host.m4 (gl_CANON_HOST):
31320         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
31321         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
31322         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
31323         * m4/cloexec.m4 (gl_CLOEXEC):
31324         * m4/close-stream.m4 (gl_CLOSE_STREAM):
31325         * m4/closeout.m4 (gl_CLOSEOUT):
31326         * m4/dirfd.m4 (gl_FUNC_DIRFD):
31327         * m4/dirname.m4 (gl_DIRNAME):
31328         * m4/exclude.m4 (gl_EXCLUDE):
31329         * m4/exitfail.m4 (gl_EXITFAIL):
31330         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
31331         * m4/file-type.m4 (gl_FILE_TYPE):
31332         * m4/filemode.m4 (gl_FILEMODE):
31333         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
31334         * m4/fpending.m4 (gl_FUNC_FPENDING):
31335         * m4/fprintftime.m4 (gl_FPRINTFTIME):
31336         * m4/fts.m4 (gl_FUNC_FTS):
31337         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
31338         * m4/getdate.m4 (gl_GETDATE):
31339         * m4/gethrxtime.m4 (gl_GETHRXTIME):
31340         * m4/getpagesize.m4 (gl_GETPAGESIZE):
31341         * m4/getpass.m4 (gl_FUNC_GETPASS):
31342         * m4/gettime.m4 (gl_GETTIME):
31343         * m4/getugroups.m4 (gl_GETUGROUPS):
31344         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
31345         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
31346         * m4/hard-locale.m4 (gl_HARD_LOCALE):
31347         * m4/hash.m4 (gl_HASH):
31348         * m4/idcache.m4 (gl_IDCACHE):
31349         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
31350         * m4/lchown.m4 (gl_FUNC_LCHOWN):
31351         * m4/long-options.m4 (gl_LONG_OPTIONS):
31352         * m4/lstat.m4 (gl_FUNC_LSTAT):
31353         * m4/md5.m4 (gl_MD5):
31354         * m4/memcasecmp.m4 (gl_MEMCASECMP):
31355         * m4/memcoll.m4 (gl_MEMCOLL):
31356         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
31357         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
31358         * m4/memxor.m4 (gl_MEMXOR):
31359         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
31360         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
31361         * m4/modechange.m4 (gl_MODECHANGE):
31362         * m4/mountlist.m4 (gl_MOUNTLIST):
31363         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31364         * m4/openat.m4 (gl_FUNC_OPENAT):
31365         * m4/pathmax.m4 (gl_PATHMAX):
31366         * m4/physmem.m4 (gl_PHYSMEM):
31367         * m4/posixtm.m4 (gl_POSIXTM):
31368         * m4/posixver.m4 (gl_POSIXVER):
31369         * m4/quote.m4 (gl_QUOTE):
31370         * m4/quotearg.m4 (gl_QUOTEARG):
31371         * m4/readtokens.m4 (gl_READTOKENS):
31372         * m4/readutmp.m4 (gl_READUTMP):
31373         * m4/regex.m4 (gl_REGEX):
31374         * m4/safe-read.m4 (gl_SAFE_READ):
31375         * m4/safe-write.m4 (gl_SAFE_WRITE):
31376         * m4/same.m4 (gl_SAME):
31377         * m4/save-cwd.m4 (gl_SAVE_CWD):
31378         * m4/savedir.m4 (gl_SAVEDIR):
31379         * m4/settime.m4 (gl_SETTIME):
31380         * m4/sha1.m4 (gl_SHA1):
31381         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
31382         * m4/stat-macros.m4 (gl_STAT_MACROS):
31383         * m4/stat-time.m4 (gl_STAT_TIME):
31384         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
31385         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
31386         * m4/strdup.m4 (gl_FUNC_STRDUP):
31387         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
31388         * m4/strndup.m4 (gl_FUNC_STRNDUP):
31389         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
31390         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
31391         * m4/time_r.m4 (gl_TIME_R):
31392         * m4/timespec.m4 (gl_TIMESPEC):
31393         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
31394         * m4/unlinkdir.m4 (gl_UNLINKDIR):
31395         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
31396         * m4/userspec.m4 (gl_USERSPEC):
31397         * m4/utimecmp.m4 (gl_UTIMECMP):
31398         * m4/utimens.m4 (gl_UTIMENS):
31399         * m4/xalloc.m4 (gl_XALLOC):
31400         * m4/xgetcwd.m4 (gl_XGETCWD):
31401         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
31402         * m4/xreadlink.m4 (gl_XREADLINK):
31403         * m4/xstrtod.m4 (gl_XSTRTOD):
31404         * m4/yesno.m4 (gl_YESNO):
31405         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31406         to get the necessary .h files and whatnot.
31407
31408 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
31409             Bruno Haible  <bruno@clisp.org>
31410
31411         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
31412         /bin/sh understanding of '!' conditional negation.
31413
31414 2006-08-21  Jim Meyering  <jim@meyering.net>
31415
31416         * modules/openat (Depends-on): Really alphabetize.
31417
31418         * modules/acl (Depends-on): Add error and quote.
31419
31420         * check-module (find_included_lib_files): Add at-func.c to the
31421         ok-to-include-more-than-once white list.
31422
31423         * modules/openat (Depends-on): Add lstat.  Alphabetize.
31424
31425 2006-08-21  Bruno Haible  <bruno@clisp.org>
31426
31427         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31428         Emit a pkgdata_DATA variable only if some snippets add contents to it.
31429         Reported by Martin Lambers <marlam@marlam.de>.
31430
31431 2006-08-21  Bruno Haible  <bruno@clisp.org>
31432
31433         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
31434         specify an installation location, don't emit a noinst_LIBRARIES or
31435         noinst_LTLIBRARIES assignment.
31436
31437 2006-08-21  Bruno Haible  <bruno@clisp.org>
31438
31439         BeOS portability.
31440         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
31441         BeOS has mbrtowc() but no <wctype.h>.
31442
31443 2006-08-21  Bruno Haible  <bruno@clisp.org>
31444
31445         BeOS portability.
31446         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
31447         exist.
31448
31449 2006-08-21  Bruno Haible  <bruno@clisp.org>
31450
31451         BeOS portability.
31452         * lib/mbchar.h: Include <wctype.h> only if it exists.
31453
31454 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31455
31456         Remove files that are no longer needed by their respective modules.
31457         * m4/obstack.m4: Remove.
31458         * m4/strerror_r.m4: Remove.
31459         * m4/uint32_t.m4: Remove.
31460         * m4/uintptr_t.m4: Remove.
31461         * m4/ullong_max.m4: Remove.
31462         * m4/xstrtoimax.m4: Remove.
31463         * m4/xstrtoumax.m4: Remove.
31464
31465         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
31466         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
31467         dependencies now capture this.
31468
31469         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
31470         Do not use AC_LIBSOURCES, since gnulib modules now do this.
31471         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
31472         * m4/human.m4 (gl_HUMAN): Likewise.
31473         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
31474         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
31475
31476         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
31477
31478         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
31479         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
31480         stdint.
31481         * m4/human.m4 (gl_HUMAN): Likewise.
31482         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
31483         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
31484         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
31485         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
31486         * m4/xstrtol (gl_XSTRTOL): Likewise.
31487
31488         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
31489         AC_TYPE_LONG_LONG_INT.
31490         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
31491         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
31492         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
31493         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
31494
31495         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
31496         on stdbool.
31497
31498         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
31499         (gl_PREREQ_XSTRTOUL): Remove.
31500
31501         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
31502
31503         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
31504         mode.
31505
31506 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31507
31508         Add and change modules to make it easier for coreutils to use
31509         gnulib-tool.
31510         * modules/backupfile (Files): Remove m4/d-ino.m4.
31511         (Depends-on): Add d-ino.
31512         * modules/cycle-check (Depends-on): Add stdint.
31513         (lib_SOURCES): Add cycle-check.h.
31514         * modules/d-ino: New module.
31515         * modules/d-type: New module.
31516         * modules/error (Files): Remove m4/strerror_r.m4.
31517         * modules/filemode (Files): Add m4/st_dm_mode.m4.
31518         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
31519         m4/inttypes_h.m4, m4/uintmax_t.m4.
31520         (Depends-on): Add stdint.
31521         (lib_SOURCES): Add fsusage.h.
31522         * modules/getcwd (Files): Remove d-ino.m4.
31523         (Depends-on): Add d-ino.
31524         * modules/getndelim2 (Depends-on): Add stdint.
31525         * modules/glob (Files): Remove m4/d-type.m4.
31526         (Depends-on): Add d-type.
31527         * modules/host-os: New module.
31528         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
31529         m4/inttypes_h.m4, m4/uintmax_t.m4.
31530         * Depends-on: Add stdint.
31531         (lib_SOURCES): Add human.h.
31532         * modules/inttostr (Files): Remove m4/intmax_t.m4,
31533         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
31534         m4/uintmax_t.m4, m4/ulonglong.m4.
31535         (Depends-on): Add stdint.
31536         (EXTRA_DIST): Add inttostr.h.
31537         * modules/lchmod: New module.
31538         * modules/link-follow: New module.
31539         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
31540         (Depends-on): Add lchmod.
31541         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
31542         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
31543         (Depends-on): Add stdint.
31544         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
31545         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
31546         (Depends-on): Add stdint.
31547         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
31548         * modules/perl: New module.
31549         * modules/regex (Depends-on): Add stdint.
31550         * modules/rmdir-errno: New module.
31551         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
31552         m4/intmax_t.m4.
31553         (Depends-on): Add stdint.
31554         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
31555         m4/uintmax_t.m4.
31556         (Depends-on): Add stdint.
31557         * modules/unlink-busy: New module.
31558         * modules/utimecmp (Depends-on): Add stdint.
31559         * modules/uptime: New module.
31560         * modules/winsz-ioctl: New module.
31561         * modules/winsz-termios: New module.
31562         * modules/xnanosleep (Depends-on): Add nanosleep.
31563         * modules/ullong_max: Remove.
31564         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
31565         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
31566         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
31567         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
31568         (Depends-on): Add inttypes.
31569         (lib_SOURCES): Add xstrtol.h.
31570         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
31571         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
31572         * MODULES.html.sh: Move 'assert' into the assert section.
31573         Move 'dummy' into the linking section.
31574         Remove ullong_max.
31575         Add section for compatibility checks for POSIX:2001 functions,
31576         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
31577         winsz-ioctl, and winsz-termios into it.
31578         Add lchmod.
31579         Add top-level Misc section and put host-os, perl, and uptime
31580         into it.
31581
31582 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31583
31584         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
31585         now assume the stdint module.  Do not include inttypes.h.
31586         * lib/fsusage.h: Likewise.
31587         * lib/getndelim2.c: Likewise.
31588         * lib/human.h: Likewise.
31589         * lib/inttostr.h: Likewise.
31590         * lib/obstack.c: Likewise.
31591         * lib/regex_internal.h: Likewise.
31592         * lib/tempname.c: Likewise.
31593         * lib/utimecmp.c: Likewise.
31594         * lib/xstrtol.h: Likewise.
31595
31596         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
31597
31598         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
31599         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
31600         * lib/xtime.h: Likewise.
31601
31602 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31603
31604         * modules/openat (Files): Add lib/fchmodat.c.
31605         Fixes problem reported by Jay Youngman.
31606
31607 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31608
31609         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
31610         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
31611
31612 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
31613             Bruno Haible  <bruno@clisp.org>
31614
31615         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
31616         and is a script that invokes bison. Tighten the code. Add comments.
31617
31618 2006-08-18  Jim Meyering  <jim@meyering.net>
31619
31620         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
31621         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
31622         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
31623         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
31624
31625 2006-08-18  Bruno Haible  <bruno@clisp.org>
31626
31627         * modules/bison-i18n: New file.
31628         * MODULES.html.sh (Internationalization functions): Add it.
31629
31630 2006-08-18  Bruno Haible  <bruno@clisp.org>
31631
31632         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
31633         sys/statvfs.h. When getmntinfo was found, check its declaration and
31634         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
31635
31636 2006-08-18  Bruno Haible  <bruno@clisp.org>
31637
31638         * m4/bison-i18n.m4: New file, from bison.
31639
31640 2006-08-18  Bruno Haible  <bruno@clisp.org>
31641
31642         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
31643         (ME_DUMMY): Treat "kernfs" as a dummy.
31644         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
31645
31646 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31647
31648         Update from coreutils.
31649
31650         2006-08-15  Jim Meyering  <jim@meyering.net>
31651
31652         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
31653
31654         2006-01-17  Jim Meyering  <jim@meyering.net>
31655
31656         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
31657
31658         2006-01-11  Jim Meyering  <jim@meyering.net>
31659
31660         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
31661         Check for the lchmod function.
31662
31663 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31664
31665         Update from coreutils.
31666
31667         * lib/__fpending.h: Add copyright notice.
31668         * lib/fprintftime.h: Likewise.
31669         * lib/savedir.c: Use (C) in copyright notice.
31670         * lib/savedir.h: Likewise.
31671
31672         2006-08-15  Jim Meyering  <jim@meyering.net>
31673
31674         * lib/at-func.c: New file, with the logic of all emulated at-functions.
31675         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
31676         in support of the EXPECTED_ERRNO macro.
31677         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
31678         definitions.  Instead, define the appropriate symbols and include
31679         "at-func.c".
31680         * lib/mkdirat.c (mkdirat): Likewise.
31681         * lib/fchmodat.c (fchmodat): Likewise.
31682         (ENOSYS): Remove definition.
31683         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
31684         it.  Don't include "unistd--.h" -- it wasn't ever used.
31685
31686         2006-01-17  Jim Meyering  <jim@meyering.net>
31687
31688         Rewrite fts.c not to change the current working directory,
31689         by using openat, fstatat, fdopendir, etc..
31690
31691         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
31692         (HAVE_OPENAT_SUPPORT): Define.
31693         [_LIBC] (fchdir): Don't undef or define; no longer used.
31694         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
31695         Now, this `function' always succeeds, and consumes its file descriptor
31696         parameter -- so callers must not close such FDs.  Update callers.
31697         (diropen_fd, opendirat, cwd_advance_fd): New functions.
31698         (diropen): Add parameter, SP.  Adjust all callers.
31699         Implement using diropen_fd, rather than open.
31700         (fts_open): Initialize new member, fts_cwd_fd.
31701         Remove fts_rft-setting code.
31702         (fts_close): Close fts_cwd_fd, if necessary.
31703         (__opendir2): Define in terms of opendir or opendirat,
31704         depending on whether the FST_NOCHDIR flag is set.
31705         (fts_build): Since fts_safe_changedir consumes its FD, and since
31706         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
31707         and close the dup'd file descriptor upon failure.
31708         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
31709         (fts_safe_changedir): Tweak semantics to reflect that this function
31710         now calls cwd_advance_fd and hence consumes its FD argument.
31711         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
31712         [struct FTS] (fts_rft): Remove now-unused member.
31713         [struct FTS] (fts_cycle.state): Improve comment.
31714
31715         * lib/openat.c (openat_needs_fchdir): New function.
31716         * lib/openat.h (openat_needs_fchdir): Declare it.
31717
31718 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31719
31720         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
31721         Problem and fix reported by Pádraig Brady in
31722         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
31723
31724 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31725
31726         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
31727
31728 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31729
31730         * lib/memcoll.c (memcoll): Optimize for the common case where the
31731         arguments are bytewise equal.
31732
31733 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31734
31735         * doc/regexprops-generic.texi: Add a copyright notice.
31736
31737 2006-08-15  Bruno Haible  <bruno@clisp.org>
31738
31739         * modules/tmpdir (License): Change to LGPL.
31740
31741 2006-08-15  Bruno Haible  <bruno@clisp.org>
31742
31743         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
31744         module.
31745
31746 2006-08-14  Simon Josefsson  <jas@extundo.com>
31747
31748         * config/srclist.txt: Add gnupload.
31749
31750 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31751
31752         Change copyright notice from LGPL 2 to GPL 2, since that's the
31753         standard form used in the gnulib repository.
31754         * tests/test-lock.c: Likewise.
31755         * tests/test-stdint.c: Likewise.
31756         * tests/test-tls.c: Likewise.
31757
31758         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
31759         prelude-manager.  User shorter URLs for GNU projects, without '?'.
31760         Add copyright notice.
31761
31762         * check-module: Add copyright notice.  Output a copyright
31763         notice if "--version" is specified.
31764         * modules/COPYING: New file.
31765         * tests/test-getaddrinfo.c: Add copyright notice.
31766         * tests/test-verify.c: Likewise.
31767
31768 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31769
31770         Change copyright notice from LGPL 2 to GPL 2, since that's the
31771         standard form used in the gnulib repository.
31772         * lib/lock.c: LGPL -> GPL.
31773         * lib/lock.h: Likewise.
31774         * lib/strnlen1.c: Likewise.
31775         * lib/strnlen1.h: Likewise.
31776         * lib/tls.c: Likewise.
31777         * lib/tls.h: Likewise.
31778         * lib/tmpdir.c: Likewise.
31779
31780         * lib/TODO: Remove; this belongs only in coreutils.
31781
31782 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31783
31784         Add copyright notices to long-enough files that lack them, since
31785         otherwise the files aren't clearly free.  Use the same notice that
31786         getdate.texi already uses.
31787         * doc/alloca-opt.texi: Add copyright notice.
31788         * doc/alloca.texi: Likewise.
31789         * doc/ctime.texi: Likewise.
31790         * doc/functions.texi: Likewise.
31791         * doc/gcd.texi: Likewise.
31792         * doc/gnulib-tool.texi: Likewise.
31793         * doc/inet_ntoa.texi: Likewise.
31794         * doc/visibility.texi: Likewise.
31795
31796         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
31797         * doc/quote.texi: Add copyright notice.
31798
31799         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
31800         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
31801         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
31802         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
31803         is now obsolete, and give a pointer to the Sun list.
31804         Add copyright notice.
31805
31806 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31807
31808         * config/srclistvars.sh: Add copyright notice.
31809
31810 2006-08-14  Eric Blake  <ebb9@byu.net>
31811
31812         Import the following change from libc:
31813
31814         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
31815
31816         Upstream bug 2997.
31817         * lib/misc/error.c: Add space between program name and message if file
31818         name is missing.
31819
31820 2006-08-12  Karl Berry  <karl@gnu.org>
31821
31822         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
31823         remove, these originate in gnulib now.
31824
31825 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31826
31827         * doc/Makefile (standards.info standards.html standards.dvi):
31828         Also depend on make-stds.texi.
31829
31830 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31831
31832         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
31833         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
31834
31835         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
31836         in wchar_t.  Problem reported by Eric Blake.
31837
31838         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
31839         LEN is smaller than SIZE.  Suggested by Bruno Haible.
31840         Also, help the compiler to keep LEN in a register.
31841
31842 2006-08-11  Eric Blake  <ebb9@byu.net>
31843
31844         * users.txt: Sort.  Add tar.
31845
31846 2006-08-11  Bruno Haible  <bruno@clisp.org>
31847
31848         * users.txt: New file.
31849
31850 2006-08-11  Bruno Haible  <bruno@clisp.org>
31851
31852         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
31853         before <wchar.h>. Needed for OSF/1 and BSD/OS.
31854
31855 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31856
31857         * modules/snprintf (Depends-on): Remove minmax.
31858         (Maintainer): Add self and Bruno.
31859
31860 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31861
31862         * lib/.cppi-disable: Add snprintf.h, socket_.h.
31863         * lib/snprintf.c: Include <errno.h> and <limits.h>.
31864         (EOVERFLOW): Define if the system does not.
31865         Do not include "minmax.h"; it wasn't used.
31866         (snprintf): Don't assume size_t promotes to an unsigned type.
31867         Fix bug when generated string was too long for the buffer: the
31868         buffer's contents are supposed to be the initial prefix of the
31869         output.  Don't assume vasnprintf returns EOVERFLOW if the size
31870         exceeds INT_MAX; do the check ourselves.
31871
31872         Import the following changes from libc:
31873
31874         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
31875
31876         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
31877         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
31878         set wc to the byte which couldn't be converted.
31879         (re_string_reconstruct): Don't clear valid_raw_len before calling
31880         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
31881         tip_context using re_string_context_at.
31882
31883         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
31884
31885         * lib/posix/regex.h: g++ still cannot handled [restrict].
31886
31887         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
31888
31889         * lib/posix/regex.h: Remove special handling for VMS.
31890
31891 2006-08-10  Jim Meyering  <jim@meyering.net>
31892
31893         * modules/same-inode: New module.
31894         * modules/dev-ino: New module.
31895         * modules/cycle-check: Depend on these modules, rather than simply
31896         including their .h files.
31897         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
31898         required via m4/cycle-check.m4.
31899         * modules/same: Depend on new same-inode module, rather than
31900         including same-inode.h.
31901         * modules/chdir-safer: New file.
31902
31903         * modules/chown (Depends-on): Add stat-macros.
31904
31905 2006-08-10  Jim Meyering  <jim@meyering.net>
31906
31907         * m4/cycle-check.m4: New file.
31908         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
31909         * m4/dev-ino.m4, m4/same-inode.m4: New files.
31910
31911 2006-08-10  Eric Blake  <ebb9@byu.net>
31912
31913         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
31914         in from original proposal.
31915
31916 2006-08-10  Eric Blake  <ebb9@byu.net>
31917         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31918
31919         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
31920         namespace.
31921
31922 2006-08-10  Bruno Haible  <bruno@clisp.org>
31923
31924         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
31925         as well.
31926
31927 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31928
31929         Sync from coreutils.
31930
31931         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
31932
31933         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
31934         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
31935
31936 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31937
31938         * modules/restrict: Remove; no longer needed now that we assume
31939         Autoconf 2.59 or later.
31940         * MODULES.html.sh: Remove 'restrict'.
31941         * modules/argp (Depends-on): Remove 'restrict'.
31942         * modules/base64 (Depends-on): Likewise.
31943         * modules/gc (Depends-on): Likewise.
31944         * modules/getaddrinfo (Depends-on): Likewise.
31945         * modules/glob (Depends-on): Likewise.
31946         * modules/inet_ntop (Depends-on): Likewise.
31947         * modules/inet_pton (Depends-on): Likewise.
31948         * modules/memxor (Depends-on): Likewise.
31949         * modules/regex (Depends-on): Likewise.
31950         * modules/strtok_r (Depends-on): Likewise.
31951         * modules/time_r (Depends-on): Likewise.
31952
31953 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31954
31955         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
31956         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
31957         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31958         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
31959         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
31960         * m4/memxor.m4 (gl_MEMXOR): Likewise.
31961         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
31962         gl_C_RESTRICT replaced by AC_C_RESTRICT.
31963
31964         Merge from coreutils.
31965         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
31966         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
31967         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
31968         * m4/time_r.m4 (gl_TIME_R): Likewise.
31969
31970 2006-08-09  Karl Berry  <karl@gnu.org>
31971
31972         * config/srclist.txt: no more gettext-tools, per Bruno.
31973
31974 2006-08-08  Eric Blake  <ebb9@byu.net>
31975
31976         * modules/verror: New module.
31977         * MODULES.html.sh: Document it.
31978
31979 2006-08-08  Eric Blake  <ebb9@byu.net>
31980
31981         * lib/verror.h, lib/verror.c: New files.
31982
31983 2006-08-08  Eric Blake  <ebb9@byu.net>
31984
31985         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
31986         verror_at_line output complies with GNU Coding Standards even when
31987         file is NULL.
31988
31989 2006-08-07  Bruno Haible  <bruno@clisp.org>
31990
31991         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
31992         versions of AIX.
31993         Reported by Ralf Wildenhues.
31994
31995 2006-08-07  Bruno Haible  <bruno@clisp.org>
31996
31997         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
31998         in an AC_DEFUN. Needed so that the autoconf snippets can use
31999         AC_REQUIRE.
32000
32001 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32002
32003         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32004         Initialize pkgdata_DATA.
32005         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
32006         overriding it.
32007
32008 2006-08-06  Eric Blake  <ebb9@byu.net>
32009
32010         * lib/error.h: Fold in some upstream changes from glibc.
32011         * lib/error.c: Likewise.
32012
32013 2006-08-04  Bruno Haible  <bruno@clisp.org>
32014
32015         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32016         Make the mostlyclean-local rule depend on mostlyclean-generic.
32017         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
32018
32019 2006-07-31  Bruno Haible  <bruno@clisp.org>
32020
32021         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
32022         <stdlib.h>, <string.h>.
32023
32024 2006-07-30  Bruno Haible  <bruno@clisp.org>
32025
32026         * modules/readlink (License): Change to LGPL.
32027
32028 2006-07-30  Bruno Haible  <bruno@clisp.org>
32029
32030         * modules/javaversion (Makefile.am): Distribute javaversion.java and
32031         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
32032         set PKGDATADIR to point to it.
32033
32034 2006-07-30  Bruno Haible  <bruno@clisp.org>
32035
32036         * modules/csharpexec (configure.ac): Comment out macro invocation.
32037         * modules/javaexec (configure.ac): Likewise.
32038         * modules/javacomp-script (configure.ac): Likewise.
32039
32040         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
32041
32042 2006-07-30  Bruno Haible  <bruno@clisp.org>
32043
32044         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
32045         linked-list.
32046
32047 2006-07-30  Bruno Haible  <bruno@clisp.org>
32048
32049         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
32050
32051 2006-07-30  Bruno Haible  <bruno@clisp.org>
32052
32053         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32054         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
32055         get removed.
32056
32057 2006-07-29  Bruno Haible  <bruno@clisp.org>
32058
32059         Make it possible for gnulib-tool to work with locally modified or
32060         augmented gnulib repositories.
32061         * gnulib-tool (func_usage): Document --local-dir option.
32062         (local_gnulib_dir): New variable.
32063         Handle --local-dir option.
32064         (func_lookup_file): New function.
32065         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
32066         (func_get_description, func_get_filelist, func_get_description,
32067         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
32068         func_get_automake_snippet, func_get_include_directive,
32069         func_get_license, func_get_maintainer): Use func_lookup_file.
32070         (func_import, func_create_testdir): Use func_lookup_file.
32071
32072 2006-07-29  Bruno Haible  <bruno@clisp.org>
32073
32074         * modules/setenv (Depends-on): Add unistd.
32075
32076 2006-07-29  Bruno Haible  <bruno@clisp.org>
32077
32078         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
32079
32080 2006-07-29  Bruno Haible  <bruno@clisp.org>
32081
32082         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
32083
32084 2006-07-29  Bruno Haible  <bruno@clisp.org>
32085
32086         * gnulib-tool (import, update): If there is no Makefile.am, look at
32087         aclocal.m4, instead of bailing out.
32088
32089 2006-07-29  Bruno Haible  <bruno@clisp.org>
32090
32091         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
32092         Categorize the options by when they are useful.
32093
32094 2006-07-29  Bruno Haible  <bruno@clisp.org>
32095
32096         * gnulib-tool (func_usage): Document option --no-libtool.
32097         Handle option --no-libtool.
32098         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
32099         for changed semantics of $libtool variable.
32100         (func_import): Likewise. If libtool is not used, show this through
32101         an option --no-libtool.
32102         (func_create_testdir): Update.
32103
32104 2006-07-29  Bruno Haible  <bruno@clisp.org>
32105
32106         * gnulib-tool (func_import): Extend error message about missing
32107         --doc-base.
32108
32109 2006-07-29  Bruno Haible  <bruno@clisp.org>
32110
32111         * gnulib-tool (func_import): Don't create the $docbase directory if
32112         there is no file to store there.
32113
32114 2006-07-29  Bruno Haible  <bruno@clisp.org>
32115
32116         * gnulib-tool (autoconf_minversion): If a --dir option is given and
32117         relevant, look for configure.ac there, not in the current directory.
32118         Also use a simple search for AC_PREREQ, not "autoconf --trace".
32119
32120 2006-07-29  Bruno Haible  <bruno@clisp.org>
32121
32122         * gnulib-tool (SORT): New variable.
32123         (func_usage): Undocument --assume-autoconf option.
32124         Remove --assume-autoconf option handling.
32125         (autoconf_minversion): Determine from the contents of configure.ac.
32126         (func_import): Remove autoconf_minversion handling.
32127         Suggested by Eric Blake.
32128
32129 2006-07-29  Bruno Haible  <bruno@clisp.org>
32130
32131         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
32132
32133 2006-07-29  Bruno Haible  <bruno@clisp.org>
32134
32135         * config/srclist.txt (*setenv.[ch]): Remove rules.
32136
32137 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32138
32139         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
32140
32141 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32142
32143         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
32144         arpa/inet.h.
32145
32146 2006-07-28  Simon Josefsson  <jas@extundo.com>
32147
32148         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
32149         * modules/inet_pton (Depends-on): Likewise.
32150
32151 2006-07-28  Simon Josefsson  <jas@extundo.com>
32152
32153         * m4/netinet_in_h.m4: New file.
32154
32155 2006-07-28  Simon Josefsson  <jas@extundo.com>
32156
32157         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
32158         #include's.
32159
32160 2006-07-28  Simon Josefsson  <jas@extundo.com>
32161
32162         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
32163         #include's.
32164
32165 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
32166
32167         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
32168         setgid on directories only if they set these bits.
32169         * lib/modechange.h: Remove obsolete comment about masks.
32170
32171 2006-07-28  Eric Blake  <ebb9@byu.net>
32172
32173         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
32174         macro expansion.
32175
32176 2006-07-28  Bruno Haible  <bruno@clisp.org>
32177
32178         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
32179
32180 2006-07-28  Bruno Haible  <bruno@clisp.org>
32181
32182         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
32183
32184 2006-07-28  Bruno Haible  <bruno@clisp.org>
32185
32186         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
32187         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
32188         Define fallbacks.
32189         Avoids link error on FreeBSD 4.x.
32190         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32191
32192         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
32193         encoding.
32194         * lib/mbswidth.c (iswcntrl): Likewise.
32195
32196 2006-07-27  Bruno Haible  <bruno@clisp.org>
32197
32198         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
32199         test.
32200
32201 2006-07-27  Bruno Haible  <bruno@clisp.org>
32202
32203         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
32204         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
32205         defined.
32206
32207 2006-07-26  Eric Blake  <ebb9@byu.net>
32208
32209         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
32210
32211 2006-07-26  Eric Blake  <ebb9@byu.net>
32212
32213         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
32214         like mingw that lack mkstemp.
32215         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
32216         avoid compilation warning on mingw.
32217
32218 2006-07-26  Bruno Haible  <bruno@clisp.org>
32219
32220         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
32221         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
32222         INT_FAST*_MIN, INTPTR_MIN.
32223
32224 2006-07-25  Bruno Haible  <bruno@clisp.org>
32225
32226         * modules/version-etc (Depends-on): Add stdarg.
32227
32228 2006-07-25  Bruno Haible  <bruno@clisp.org>
32229
32230         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
32231         complex commands.
32232
32233 2006-07-25  Bruno Haible  <bruno@clisp.org>
32234
32235         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
32236         defined in <stdarg.h> or config.h.
32237
32238 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32239
32240         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
32241         (gl_STDIO_SAFER): Remove.
32242
32243 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32244
32245         * MODULES.html.sh (File stream based Input/Output):
32246         Add fopen-safer, tmpfile-safer; remove stdio-safer.
32247         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
32248         * modules/fopen-safer, modules/tmpfile-safer: New files.
32249         * modules/stdio-safer: Remove.
32250
32251 2006-07-24  Bruno Haible  <bruno@clisp.org>
32252
32253         * modules/tmpdir: New file.
32254         * MODULES.html.sh (File system functions): Add it.
32255
32256 2006-07-24  Bruno Haible  <bruno@clisp.org>
32257
32258         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
32259         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
32260
32261 2006-07-24  Bruno Haible  <bruno@clisp.org>
32262
32263         * modules/clean-temp: New file.
32264
32265 2006-07-24  Bruno Haible  <bruno@clisp.org>
32266
32267         * m4/tmpdir.m4: New file, from GNU gettext.
32268
32269 2006-07-24  Bruno Haible  <bruno@clisp.org>
32270
32271         * lib/tmpdir.h: New file, from GNU gettext.
32272         * lib/tmpdir.c: New file, from GNU gettext.
32273
32274 2006-07-24  Bruno Haible  <bruno@clisp.org>
32275
32276         * lib/clean-temp.h: New file, from GNU gettext.
32277         * lib/clean-temp.c: New file, from GNU gettext.
32278
32279 2006-07-23  Eric Blake  <ebb9@byu.net>
32280
32281         * modules/stdio-safer (Files): Add tmpfile-safer.c.
32282         (Depends-on): Add binary-io.
32283
32284 2006-07-23  Eric Blake  <ebb9@byu.net>
32285
32286         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
32287
32288 2006-07-23  Eric Blake  <ebb9@byu.net>
32289
32290         * lib/tmpfile-safer.c: New file.
32291         * lib/stdio-safer.h (fopen_safer): Add prototype.
32292         * lib/stdio--.h (tmpfile): Make safer.
32293
32294 2006-07-23  Bruno Haible  <bruno@clisp.org>
32295
32296         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
32297         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
32298         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
32299         gl_linked_remove_at): Use it.
32300
32301 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32302         and Simon Josefsson <jas@extundo.com>
32303
32304         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
32305
32306         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
32307
32308 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32309
32310         * modules/close-stream: New file.
32311         * modules/closeout (Description): Make it clear that it exits
32312         with a diagnostic on error.
32313         (Depends-on): Add close-stream.  Remove fpending, stdbool.
32314         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
32315
32316 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32317
32318         * m4/close-stream.m4: New file.
32319
32320 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32321
32322         * lib/close-stream.c, lib/close-stream.h: New files.
32323
32324 2006-07-22  Bruno Haible  <bruno@clisp.org>
32325
32326         Merge from GNU gettext 0.15.
32327
32328         2006-05-01  Bruno Haible  <bruno@clisp.org>
32329
32330                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
32331
32332         2006-07-22  Bruno Haible  <bruno@clisp.org>
32333
32334                 * modules/javaversion: New file.
32335                 * MODULES.html.sh (Java): Add javaversion.
32336
32337         2006-03-12  Bruno Haible  <bruno@clisp.org>
32338
32339                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
32340
32341         2005-12-04  Bruno Haible  <bruno@clisp.org>
32342
32343                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
32344                 (untested).
32345
32346         2006-06-21  Bruno Haible  <bruno@clisp.org>
32347
32348                 Avoid warnings from recent versions of mcs.
32349                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
32350                 -o, -L, -r any more. Use options documented since mcs-1.0
32351                 instead. Similarly for -g.
32352
32353         2005-12-04  Bruno Haible  <bruno@clisp.org>
32354
32355                 * build-aux/csharpcomp.sh.in: Suffix for resources is
32356                 .resources, not .resource.
32357
32358         2005-07-09  Bruno Haible  <bruno@clisp.org>
32359
32360                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
32361                 add a .dll suffix.
32362                 Reported by Mark Junker <mjscod@gmx.de>.
32363
32364         2006-07-22  Bruno Haible  <bruno@clisp.org>
32365
32366                 * modules/gettext: Upgrade to gettext-0.15.
32367                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
32368                 m4/visibility.m4.
32369                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
32370
32371 2006-07-22  Bruno Haible  <bruno@clisp.org>
32372
32373         Merge from GNU gettext 0.15.
32374
32375         2006-03-25  Bruno Haible  <bruno@clisp.org>
32376
32377                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
32378
32379         2006-07-21  Bruno Haible  <bruno@clisp.org>
32380
32381                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
32382                 "1.1".
32383
32384         2006-05-09  Bruno Haible  <bruno@clisp.org>
32385
32386                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
32387                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
32388                 for the conftestver execution.
32389
32390         2006-05-01  Bruno Haible  <bruno@clisp.org>
32391
32392                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
32393                 optional target-version argument. Verify that the compiler
32394                 groks source of the specified source-version, or add -source
32395                 option as necessary. Verify that the compiler produces
32396                 bytecode in the specified target-version, or add -target and
32397                 -source options as necessary. Make the result of the test
32398                 available as variable CONF_JAVAC. Also log error output in
32399                 config.log.
32400
32401         2006-03-11  Bruno Haible  <bruno@clisp.org>
32402
32403                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
32404
32405         2006-05-09  Bruno Haible  <bruno@clisp.org>
32406
32407                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
32408                 CLASSPATH_SEPARATOR to a semicolon.
32409
32410         2006-03-12  Bruno Haible  <bruno@clisp.org>
32411
32412                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
32413                 available as variable CONF_JAVA, for subsequent autoconf
32414                 tests. Also log error output in config.log.
32415
32416         2006-07-19  Bruno Haible  <bruno@clisp.org>
32417
32418                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
32419                 that getline works on glibc2 systems. Needed to avoid trouble
32420                 in relocatable.c.
32421                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
32422
32423         2005-12-04  Bruno Haible  <bruno@clisp.org>
32424
32425                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
32426                 launcher (untested).
32427
32428         2005-12-04  Bruno Haible  <bruno@clisp.org>
32429
32430                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
32431
32432         2006-07-22  Bruno Haible  <bruno@clisp.org>
32433
32434                 * gettext.m4: Update from GNU gettext-0.15.
32435                 * nls.m4: Likewise.
32436                 * po.m4: Likewise.
32437                 * inttypes-pri.m4: Likewise.
32438                 * inttypes-h.m4: Renamed from inttypes.m4.
32439                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
32440
32441 2006-07-22  Bruno Haible  <bruno@clisp.org>
32442
32443         Merge from GNU gettext 0.15.
32444
32445         2005-07-05  Bruno Haible  <bruno@clisp.org>
32446
32447                 * printf-args.c (printf_fetchargs): Work around broken
32448                 definition of wint_t on mingw.
32449
32450         2005-02-12  Bruno Haible  <bruno@clisp.org>
32451
32452                 * xallocsa.h: Add extern "C" for C++.
32453
32454         2006-05-17  Bruno Haible  <bruno@clisp.org>
32455
32456                 Cygwin portability.
32457                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
32458
32459         2006-04-30  Bruno Haible  <bruno@clisp.org>
32460
32461                 * progreloc.c: Include <mach-o/dyld.h> if available.
32462                 (find_executable): Use _NSGetExecutablePath when possible.
32463
32464         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
32465
32466                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
32467                 function.
32468
32469         2005-12-29  Bruno Haible  <bruno@clisp.org>
32470
32471                 * progreloc.c (set_program_name_and_installdir): Fix
32472                 compilation error.
32473
32474         2005-12-04  Bruno Haible  <bruno@clisp.org>
32475
32476                 Cygwin portability.
32477                 * progreloc.c: Include <windows.h> also on Cygwin.
32478                 (find_executable): Add support for Cygwin.
32479                 (set_program_name_and_installdir): Handle also platforms with
32480                 nonempty EXEEXT.
32481
32482         2006-07-11  Bruno Haible  <bruno@clisp.org>
32483
32484                 * javacomp.c: Fix a comment.
32485                 Reported by Jim Meyering.
32486
32487         2006-04-30  Bruno Haible  <bruno@clisp.org>
32488
32489                 * javacomp.h (compile_java_class): Add source_version,
32490                 target_version arguments.
32491                 * javacomp.c: Rewritten to choose only a compiler that
32492                 respects the specified source_version and target_version.
32493
32494         2006-06-27  Bruno Haible  <bruno@clisp.org>
32495
32496                 Assume correct S_ISDIR macro.
32497                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
32498
32499         2006-07-22  Bruno Haible  <bruno@clisp.org>
32500
32501                 * javaversion.h: New file, from GNU gettext.
32502                 * javaversion.c: New file, from GNU gettext.
32503                 * javaversion.java: New file, from GNU gettext.
32504                 * javaversion.class: New file, from GNU gettext.
32505
32506         2006-05-17  Bruno Haible  <bruno@clisp.org>
32507
32508                 Cygwin portability.
32509                 * javaexec.c (execute_java_class): Test for jview program
32510                 also on Cygwin.
32511
32512         2006-04-09  Bruno Haible  <bruno@clisp.org>
32513
32514                 * fatal-signal.c: Don't include string.h.
32515                 (at_fatal_signal): Use a copying loop instead of memcpy.
32516
32517         2005-12-04  Bruno Haible  <bruno@clisp.org>
32518
32519                 * csharpexec.c: Add support for 'clix' launcher (untested).
32520                 (execute_csharp_using_sscli): New function.
32521                 (execute_csharp_program): Call it.
32522
32523         2006-06-21  Bruno Haible  <bruno@clisp.org>
32524
32525                 Avoid warnings from recent versions of mcs.
32526                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
32527                 -o, -L, -r any more. Use options documented since mcs-1.0
32528                 instead. Similarly for -g.
32529
32530         2005-07-09  Bruno Haible  <bruno@clisp.org>
32531
32532                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
32533                 add a .dll suffix.
32534                 Reported by Mark Junker <mjscod@gmx.de>.
32535
32536         2006-06-17  Bruno Haible  <bruno@clisp.org>
32537
32538                 * config.charset: Update for NetBSD 3.0.
32539
32540         2006-05-17  Bruno Haible  <bruno@clisp.org>
32541
32542                 Cygwin portability.
32543                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
32544
32545         2006-05-16  Bruno Haible  <bruno@clisp.org>
32546
32547                 * localcharset.c [CYGWIN]: Include <windows.h>.
32548                 (get_charset_aliases): For Cygwin, return the same CPxxx
32549                 aliases list as under WIN32.
32550                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
32551                 the environment variables. Fall back to GetACP().
32552
32553         2006-04-05  Bruno Haible  <bruno@clisp.org>
32554
32555                 * config.charset: Update Juan Manuel Guerrero's address.
32556
32557         2005-02-12  Bruno Haible  <bruno@clisp.org>
32558
32559                 * allocsa.h: Add extern "C" for C++.
32560
32561         2005-02-10  Bruno Haible  <bruno@clisp.org>
32562
32563                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
32564                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
32565
32566         2006-07-22  Bruno Haible  <bruno@clisp.org>
32567
32568                 * gettext.h: Update to GNU gettext-0.15.
32569
32570 2006-07-22  Bruno Haible  <bruno@clisp.org>
32571
32572         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
32573         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
32574         lib-prefix.m4, longdouble.m4, ssize_t.m4.
32575
32576 2006-07-21  Eric Blake  <ebb9@byu.net>
32577
32578         * modules/stdlib-safer: New file.
32579         * MODULES.html.sh (File stream based Input/Output): Add
32580         stdlib-safer.
32581
32582 2006-07-21  Eric Blake  <ebb9@byu.net>
32583
32584         * lib/stdlib-safer.h: New file from coreutils, required by
32585         stdlib--.h.
32586
32587 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
32588
32589         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
32590
32591 2006-07-20  Bruno Haible  <bruno@clisp.org>
32592
32593         * gnulib-tool: Recognize new option --assume-autoconf.
32594         (autoconf_minversion): New variable.
32595         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
32596
32597 2006-07-20  Bruno Haible  <bruno@clisp.org>
32598
32599         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
32600
32601 2006-07-19  Derek R. Price  <derek@ximbiot.com>
32602
32603         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
32604         Reindent and repaginate.
32605
32606 2006-07-19  Derek Price  <derek@ximbiot.com>
32607
32608         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
32609         Correct grammar.
32610
32611 2006-07-17  Bruno Haible  <bruno@clisp.org>
32612
32613         * modules/list: New file.
32614         * modules/array-list: New file.
32615         * modules/carray-list, modules/carray-list-tests: New files.
32616         * modules/linked-list, modules/linked-list-tests: New files.
32617         * modules/avltree-list, modules/avltree-list-tests: New files.
32618         * modules/rbtree-list, modules/rbtree-list-tests: New files.
32619         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
32620         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
32621         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
32622         * modules/oset: New file.
32623         * modules/array-oset: New file.
32624         * modules/avltree-oset, modules/avltree-oset-tests: New files.
32625         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
32626         * tests/test-carray_list.c: New file.
32627         * tests/test-linked_list.c: New file.
32628         * tests/test-avltree_list.c: New file.
32629         * tests/test-rbtree_list.c: New file.
32630         * tests/test-linkedhash_list.c: New file.
32631         * tests/test-avltreehash_list.c: New file.
32632         * tests/test-rbtreehash_list.c: New file.
32633         * tests/test-avltree_oset.c: New file.
32634         * tests/test-rbtree_oset.c: New file.
32635         * MODULES.html.sh (Container data structures): New section.
32636
32637 2006-07-17  Bruno Haible  <bruno@clisp.org>
32638
32639         * m4/gl_list.m4: New file.
32640
32641 2006-07-17  Bruno Haible  <bruno@clisp.org>
32642
32643         * lib/gl_list.h: New file.
32644         * lib/gl_list.c: New file.
32645         * lib/gl_array_list.h: New file.
32646         * lib/gl_array_list.c: New file.
32647         * lib/gl_carray_list.h: New file.
32648         * lib/gl_carray_list.c: New file.
32649         * lib/gl_linked_list.h: New file.
32650         * lib/gl_linked_list.c: New file.
32651         * lib/gl_anylinked_list1.h: New file.
32652         * lib/gl_anylinked_list2.h: New file.
32653         * lib/gl_avltree_list.h: New file.
32654         * lib/gl_avltree_list.c: New file.
32655         * lib/gl_anyavltree_list1.h: New file.
32656         * lib/gl_anyavltree_list2.h: New file.
32657         * lib/gl_rbtree_list.h: New file.
32658         * lib/gl_rbtree_list.c: New file.
32659         * lib/gl_anyrbtree_list1.h: New file.
32660         * lib/gl_anyrbtree_list2.h: New file.
32661         * lib/gl_anytree_list1.h: New file.
32662         * lib/gl_anytree_list2.h: New file.
32663         * lib/gl_linkedhash_list.h: New file.
32664         * lib/gl_linkedhash_list.c: New file.
32665         * lib/gl_anyhash_list1.h: New file.
32666         * lib/gl_anyhash_list2.h: New file.
32667         * lib/gl_avltreehash_list.h: New file.
32668         * lib/gl_avltreehash_list.c: New file.
32669         * lib/gl_rbtreehash_list.h: New file.
32670         * lib/gl_rbtreehash_list.c: New file.
32671         * lib/gl_anytreehash_list1.h: New file.
32672         * lib/gl_anytreehash_list2.h: New file.
32673
32674         * lib/gl_oset.h: New file.
32675         * lib/gl_oset.c: New file.
32676         * lib/gl_array_oset.h: New file.
32677         * lib/gl_array_oset.c: New file.
32678         * lib/gl_avltree_oset.h: New file.
32679         * lib/gl_avltree_oset.c: New file.
32680         * lib/gl_rbtree_oset.h: New file.
32681         * lib/gl_rbtree_oset.c: New file.
32682         * lib/gl_anytree_oset.h: New file.
32683
32684 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32685
32686         * m4/mkancesdirs.m4: New file.
32687         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
32688         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
32689         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
32690         it.
32691
32692 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32693
32694         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
32695         * lib/mkancesdirs.h: New files.
32696         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
32697         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
32698         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
32699         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
32700         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
32701         callers changed.  Revamp internals significantly, by not
32702         attempting to create directories that are temporarily more
32703         permissive than the final results.  Do not attempt to use
32704         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
32705         This removes some race conditions, fixes some bugs, and simplifies
32706         things.  Use new dirchownmod function to do owner and mode changes.
32707         * lib/mkdir-p.h: Likewise.
32708         * lib/modechange.c (octal_to_mode): New function.
32709         (struct mode_change): New member mentioned.
32710         (make_node_op_equals): New arg mentioned.  All callers changed.
32711         (mode_compile): Keep track of which mode bits the user has explicitly
32712         mentioned.
32713         (mode_adjust): New arg DIR, so that we implement the X op correctly.
32714         New arg PMODE_BITS, to keep track of which mode bits the user
32715         mentioned; it treats S_ISUID and S_ISGID speciall.
32716         All callers changed.
32717         * lib/modechange.h: Likewise.
32718
32719 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32720
32721         * MODULES.html.sh: Add mkancestors.
32722         * modules/mkancesdirs: New module.
32723         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
32724         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
32725         The chdir-safer and afs files are now orphans; I'll remove them
32726         unless someone speaks up.
32727         Add lib/dirchownmod.c, lib/dirchownmod.h.
32728         (Depends-on): Remove alloca, chown, save-cwd, dirname.
32729         Add lchown, mkancesdirs.
32730         (Maintainer): Add self.
32731
32732 2006-07-15  Karl Berry  <karl@gnu.org>
32733
32734         * gnulib-tool: help message wording/arrangement.
32735
32736 2006-07-14  Simon Josefsson  <jas@extundo.com>
32737
32738         * doc/gnulib.texi (Libtool and Windows): New section.
32739
32740 2006-07-12  Simon Josefsson  <jas@extundo.com>
32741
32742         * modules/gendocs (License): Fix license, approved by Karl.
32743
32744 2006-07-12  Eric Blake  <ebb9@byu.net>
32745
32746         * MODULES.html.sh: Add gendocs.
32747
32748 2006-07-11  Eric Blake  <ebb9@byu.net>
32749
32750         * modules/fdl: New module, to install doc/fdl.texi.
32751         * MODULES.html.sh: Add new section for documentation modules.
32752         * gnulib-tool: Avoid space-tab.
32753         (--doc-base): New option, to manage files from doc.
32754
32755 2006-07-11  Eric Blake  <ebb9@byu.net>
32756
32757         * m4/absolute-header.m4: Fix comments to match recent change.
32758
32759 2006-07-11  Eric Blake  <ebb9@byu.net>
32760
32761         * gnulib-tool: List --doc-base before --tests-base.
32762
32763 2006-07-11  Derek R. Price  <derek@ximbiot.com>
32764
32765         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
32766
32767 2006-07-11  Bruno Haible  <bruno@clisp.org>
32768
32769         * README: Mention where to put documentation.
32770
32771 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32772
32773         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
32774
32775 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
32776
32777         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
32778         to stdint.m4.
32779
32780 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
32781
32782         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
32783         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
32784         "no/such/file/stdint.h" when there is no such file, so that
32785         the resulting C code can be parsed by dodgy compilers.
32786         Problems reported by Bob Proulx.
32787
32788 2006-07-10  Derek R. Price  <derek@ximbiot.com>
32789
32790         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
32791         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
32792         macros into the GNU _D_EXACT_NAMLEN.
32793         * lib/savedir.c:  Likewise.
32794         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
32795
32796 2006-07-10  Derek R. Price  <derek@ximbiot.com>
32797         and Paul Eggert  <eggert@cs.ucla.edu>
32798
32799         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
32800         * m4/savedir.m4:
32801         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
32802         macros into the GNU _D_EXACT_NAMLEN.
32803
32804 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32805
32806         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
32807         around the absolute name, to work around a problem with the HP-UX
32808         11.23 native C compiler, reported by Bob Proulx.
32809
32810 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32811
32812         * doc/maintain.texi, make-stds.texi: Sync from
32813         <http://savannah.gnu.org/projects/gnustandards>.
32814
32815 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32816
32817         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
32818
32819 2006-07-09  Jim Meyering  <jim@meyering.net>
32820
32821         * m4/glob.m4: Remove a doubled word in a comment.
32822
32823 2006-07-09  Jim Meyering  <jim@meyering.net>
32824
32825         * lib/argp-pv.c: Remove a doubled word in a comment.
32826         * lib/check-version.c (check_version): Likewise.
32827         * lib/javacomp.c (compile_java_class): Likewise.
32828
32829 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32830
32831         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
32832         for the benefit of people using Autoconf 2.60.  If you want to
32833         support older Autoconf versions you can copy m4/onceonly_2_57.m4
32834         (or m4/onceonly.m4, if pre-2.57) manually.
32835
32836 2006-07-08  Jim Meyering  <jim@meyering.net>
32837
32838         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
32839         comment.
32840         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
32841         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
32842         comment.
32843
32844 2006-07-08  Jim Meyering  <jim@meyering.net>
32845
32846         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
32847
32848 2006-07-07  Simon Josefsson  <jas@extundo.com>
32849
32850         * tests/test-crc.c: Change expected crc value, the test vector
32851         were probably computed using the old broken crc.c?
32852
32853 2006-07-06  Simon Josefsson  <jas@extundo.com>
32854
32855         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
32856         now the canonical place for the M4 file).
32857
32858         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
32859         from the sys_socket dependency now.
32860
32861         * modules/inet_pton (Files): Ditto.
32862
32863         * modules/inet_ntop (Files): Ditto.
32864
32865 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32866
32867         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
32868         not gl_PREREQ_GETUSERSHELL.
32869
32870 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32871
32872         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
32873         with only one argument, for Autoconf 2.60.
32874         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
32875         expand to nothing, so add a shell command to avoid syntax error.
32876         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32877
32878 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32879
32880         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
32881
32882 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32883
32884         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
32885         no longer needed.  Check for isblank decl.
32886         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
32887         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
32888         of existence.
32889
32890 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32891
32892         * lib/getloadavg.c: Use __VMS, not VMS.
32893         * lib/getopt.c: Likewise.
32894         * lib/getpagesize.h: Likewise.
32895         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
32896         and probably does not work.
32897
32898 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32899
32900         * lib/.cppi-disable: Add wcwidth.
32901         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
32902         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
32903         (ISGRAPH): Remove.  All uses changed to isgraph.
32904         (FOLD) [!defined _LIBC]: Remove special case.
32905         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
32906         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
32907         HAVE_ISBLANK.
32908         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
32909         case.
32910
32911 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
32912
32913         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
32914         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
32915         brackets.  Other minor changes to suppress some compiler
32916         warnings.
32917
32918 2006-07-06  Derek R. Price  <derek@ximbiot.com>
32919         and Paul Eggert  <eggert@cs.ucla.edu>
32920
32921         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
32922         of invoking obsolescent AC_HEADER_DIRENT macro.
32923         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
32924         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
32925         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
32926         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
32927         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
32928         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32929         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
32930         * m4/readdir.m4: Remove; no longer needed.
32931
32932 2006-07-06  Derek R. Price  <derek@ximbiot.com>
32933         and Paul Eggert  <eggert@cs.ucla.edu>
32934
32935         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
32936         Don't worry about this obsolete case any more.
32937         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
32938         directories.
32939         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
32940         worry about this obsolete case any more.
32941         * lib/fts.c: Likewise.
32942         * lib/getcwd.c: Likewise.
32943         * lib/glob.h: Likewise.
32944         * lib/savedir.c: Likewise.
32945
32946 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32947
32948         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
32949         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
32950         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
32951         needed.
32952         All uses removed.
32953         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32954         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
32955         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
32956         needed.
32957         * m4/getdate.m4 (gl_GETDATE): Likewise.
32958         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
32959         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
32960         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
32961         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32962         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
32963         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32964         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
32965         needed.
32966
32967 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32968
32969         * lib/memcasecmp.c: Include <limits.h>.
32970         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
32971         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
32972         Don't assume isdigit succeeds only on '0' through '9'.
32973
32974 2006-07-05  Eric Blake  <ebb9@byu.net>
32975
32976         * modules/getaddrinfo (Depends-on): Add snprintf.
32977
32978 2006-07-05  Eric Blake  <ebb9@byu.net>
32979
32980         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
32981         to avoid 'header present but could not be compiled' on cygwin.
32982
32983 2006-07-05  Eric Blake  <ebb9@byu.net>
32984
32985         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
32986         missing from netdb.h.
32987         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
32988
32989 2006-07-05  Derek R. Price  <derek@ximbiot.com>
32990
32991         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
32992         no longer needed.
32993         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
32994         * m4/getdate.m4 (gl_GETDATE): Likewise.
32995         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
32996         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
32997         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
32998         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32999         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33000
33001 2006-07-05  Derek R. Price  <derek@ximbiot.com>
33002
33003         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
33004         All uses of is_space replaced by isspace.
33005         * lib/exit.h: Don't talk about STDC_HEADERS.
33006         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
33007         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
33008         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
33009         replaced by isprint etc.
33010         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
33011         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
33012         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
33013         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
33014         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
33015         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
33016
33017 2006-07-05  Bruno Haible  <bruno@clisp.org>
33018
33019         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
33020         the function exists, before testing against AIX.
33021         Reported by Martin Lambers <marlam@marlam.de>.
33022
33023 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
33024
33025         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
33026         From Mark D. Baushke.
33027
33028 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
33029
33030         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
33031         to the absolute name, not just one, to bypass Sun C 5.8's
33032         "warning: #include of /usr/include/... may be non-portable".
33033
33034 2006-07-04  Eric Blake  <ebb9@byu.net>
33035
33036         * modules/dirname-tests: New test module.
33037         * tests/test-dirname.c: New file, replacing dirname.c
33038         TEST_DIRNAME section that was recently deleted.
33039
33040 2006-07-04  Bruno Haible  <bruno@clisp.org>
33041
33042         Assume ANSI C header files and <ctype.h> functions.
33043         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
33044         (mbsnwidth): Use isprint, iscntrl instead.
33045
33046 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33047
33048         Merge from coreutils.
33049         * MODULES.html.sh: Add xstrtold.
33050         * modules/xstrtold: New file.
33051         * modules/cycle-check (Files): Add lib/same-inode.h.
33052         * modules/dirname (Files): Add m4/double-slash-root.m4.
33053         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
33054         * modules/mkdir-p (Files): Add lib/same-inode.h.
33055         * modules/same (Files): Add lib/same-inode.h.
33056
33057 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33058
33059         * m4/absolute-header.m4: Renamed from full-header-path.m4.
33060         This is to keep the terminology clean; POSIX talks about
33061         "absolute pathnames", not "full pathnames", but the GNU
33062         Coding Standards say to use "path" for something else;
33063         so use "absolute" to keep both sides happy.
33064         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
33065         Set gl_absolute_header, not gl_full_header_path.
33066         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
33067         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
33068         All uses changed.
33069
33070         Merge from coreutils.
33071
33072         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33073
33074         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
33075         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
33076         want to require the building of c-strtod.o.
33077         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
33078         needs -lm directly.
33079         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
33080
33081         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
33082
33083         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
33084         --as-needed option if available.  Problem reported by Albert Chin in
33085         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
33086         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
33087         cc merely issues a bunch of annoying warnings for --as-needed
33088         (this problem was reported by Bob Proulx).  Also, try linking with
33089         -lm to detect a bug in binutils 2.16 (this problem was reported
33090         by Ralf Wildenhues).
33091
33092         2006-06-18  Jim Meyering  <jim@meyering.net>
33093
33094         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
33095         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
33096         macro.
33097         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
33098         also check for glibc-2.4's abort-inducing bug.
33099
33100         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
33101         Low-probability clean-up should be to use rmdir to get rid of
33102         the just-created directory, not unlink.
33103
33104         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
33105         configure fail, and request a bug report to inform us about it.
33106         Add a comment that, barring reports to the contrary, in 2007 we'll
33107         assume ftruncate is universally available.
33108
33109         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33110
33111         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
33112
33113         2006-03-12  Jim Meyering  <jim@meyering.net>
33114
33115         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
33116         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
33117         * m4/same.m4 (gl_SAME): Likewise.
33118         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
33119
33120         2006-03-11  Eric Blake  <ebb9@byu.net>
33121
33122         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
33123         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
33124         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
33125         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
33126
33127 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33128
33129         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
33130         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
33131         reported by Mark D. Baushke, one in
33132         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
33133
33134         Merge from coreutils.
33135
33136         * lib/.cppi-disable: Add stdint_.h.
33137         * lib/.cvsignore: Add stdint.h.
33138
33139         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33140
33141         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
33142         both double and long double versions.
33143         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
33144         * lib/xstrtold.c: New file.
33145         * lib/xstrtod.h (xstrtold): New decl.
33146
33147         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33148
33149         * lib/filemode.c (setst): Remove.
33150         (strmode): Rewrite to avoid setst.  This makes the code shorter,
33151         (arguably) clearer, and the generated code is a bit smaller on my
33152         Debian GNU/Linux stable x86 host.
33153
33154         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33155
33156         * lib/filemode.c: Include "filemode.h" first, to test the interface.
33157         Assume that filemode.h includes sys/types.h and sys/stat.h.
33158         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
33159         (ftypelet): Reorder to put common cases first, for efficiency.
33160         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
33161         to do 'M'.
33162         (strmode): Renamed from mode_string, and now stores 12 bytes instead
33163         of 10, for compatibility with FreeBSD.  All callers changed.
33164         (filemodestring): Now stores 12 bytes instead of 10, and sets file
33165         types that can't be deduced solely from st_mode.  First arg is now a
33166         const pointer.
33167         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
33168         (strmode): Renamed from mode_string.
33169         (filemodestring): New decl.
33170         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
33171         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
33172         needed.
33173         (S_ISPORT, S_ISWHT): New macros, if not already defined.
33174
33175         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33176
33177         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
33178         fsusage.h now does that.  Include fsusage.h first, to test interface.
33179         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
33180         at most one method (the old code could have generated decls that
33181         didn't conform to C89, not that this was ever exercised).
33182         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
33183
33184         2006-03-19  Jim Meyering  <jim@meyering.net>
33185
33186         Work even in a chroot where d_ino values for entries in "/"
33187         don't match the stat.st_ino values for the same names.
33188         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
33189         number, iterate through all entries again, using lstat instead.
33190         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
33191         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
33192
33193         * lib/getcwd.c (__getcwd): Clarify a comment.
33194         Use memcpy in place of a call to strcpy.
33195
33196         2006-03-12  Jim Meyering  <jim@meyering.net>
33197
33198         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
33199         matches that of the current directory (which we're about to chdir ".."
33200         out of), then save the dev-ino of the parent, instead.
33201
33202         * lib/same-inode.h (SAME_INODE): New file/macro.
33203         * lib/chdir-safer.c (SAME_INODE): Remove definition.
33204         Include "same-inode.h", instead.
33205         * lib/same.c: Likewise.
33206         * lib/cycle-check.h: Include "same-inode.h".
33207         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
33208         * lib/cycle-check.c (SAME_INODE): Remove definition.
33209         * lib/root-dev-ino.h: Include "same-inode.h".
33210
33211         2006-03-11  Eric Blake  <ebb9@byu.net>
33212
33213         * lib/same.c (same_name): s/base_name/last_component/
33214         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
33215         * lib/filenamecat.c (file_name_concat): Likewise.
33216
33217         2006-03-11  Eric Blake  <ebb9@byu.net>,
33218                     Paul Eggert  <eggert@cs.ucla.edu>
33219
33220         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
33221         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
33222         drive prefix.
33223         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
33224         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
33225         (last_component): New method.
33226         * lib/dirname.c (dir_len): Determine when drive letters need a
33227         subsequent slash.  Preserve // when it is special.
33228         (dir_name): Don't append dot when drive letter is absolute.
33229         [TEST_DIRNAME]: Move into a full-blown gnulib test.
33230         * lib/basename.c (base_name): New semantics - malloc the result.
33231         Preserve // when it is special.  Preserve relative files that look
33232         like drive letters.
33233         (base_len): Preserve // when it is special.
33234         (last_component): New method, similar to old base_name semantics.
33235         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
33236         base_name.  Strip redundant slashes from ///.
33237
33238 2006-07-03  Jim Meyering  <jim@meyering.net>
33239
33240         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
33241         macro is used before the first cycle_check call.
33242
33243 2006-07-03  Eric Blake  <ebb9@byu.net>
33244
33245         * modules/dirname (Depends-on): Add xstrndup.
33246
33247 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33248
33249         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
33250         test cases, so that config.log is a bit easier to follow.
33251
33252 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33253
33254         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
33255         both are 64 bits, since this seems to be the tradition, and this
33256         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
33257         we ever run into a host that prefers long long to long in this
33258         case, we'll need another configure-time test.  Problem reported by
33259         Jim Meyering.
33260
33261 2006-07-02  Eric Blake  <ebb9@byu.net>
33262
33263         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
33264
33265 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33266
33267         * modules/inttypes (Depends-on): No longer depends on stdint.
33268         * modules/stdint (Description): Say more about assumptions.
33269         Say that the fast types might differ.  Say macros are used.
33270         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
33271         (Makefile.am): Revise list of substituted symbols to match
33272         new stdint.m4.
33273         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
33274         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
33275         * tests/test-stdint.c (verify_same_types)
33276         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
33277         the code conforms to C99/C89.
33278         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
33279         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
33280
33281 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33282
33283         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
33284         but fix a bug, by requiring at least 64 bits.
33285         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
33286         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
33287         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
33288         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
33289
33290         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
33291         changes.  Make 2.59 a prerequisite.  Check and substitute for
33292         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
33293         inttypes.h.  Do not use special include files; just use the
33294         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
33295         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
33296         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
33297         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
33298         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
33299         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
33300         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
33301         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
33302         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
33303         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
33304         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
33305         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
33306         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
33307         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
33308         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
33309         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
33310         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
33311         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
33312         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
33313         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
33314         WINT_MAX.  Check for C99 conformance more strictly, by detecting
33315         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
33316         not check for things that C99 does not require, e.g., int8_t.  If
33317         a test isn't needed unless <stdint.h> isn't working, and is
33318         unlikely to be needed for any other reason, then don't do it
33319         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
33320         size_t, since we assume C89 freestanding at least.  Do not check
33321         for sig_atomic_t, wchar_t, or wint_t, since the code now does
33322         the right thing even if the types are not defined.  Instead use:
33323         (gl_STDINT_TYPE_PROPERTIES): New macro.
33324         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
33325         testing whether <sys/types.h> clashes, as Autoconf does this for
33326         us now.  All uses removed.
33327         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
33328         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
33329         (gl_CHECK_TYPE_SAME):
33330         Remove; no longer needed.
33331         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
33332         exists, since we'll return 0 anyway in that case.
33333         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
33334
33335 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33336
33337         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
33338         possible collision with system files.
33339         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
33340         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
33341         WCHAR_MIN and WCHAR_MAX in this case.
33342         (<stddef.h>): Do not include; no longer needed.
33343         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
33344         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
33345         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
33346         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
33347         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
33348         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
33349         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
33350         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
33351         !defined(__c99))]: Include in this case too, since it's harmless
33352         now.
33353         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
33354         dangerous to do so.
33355         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
33356         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
33357         (_STDINT_MIN, _STDINT_MAX): New macros.
33358         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
33359         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
33360         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
33361         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
33362         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
33363         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
33364         macros, not typedefs; this simplifies things quite a bit.
33365         Use long int for all types narrower than int64_t.
33366         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
33367         Define in terms of long long int or int64_t or long int,
33368         not int64_t or int32_t.  This saves some compile-time testing.
33369         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
33370         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
33371         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
33372         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
33373         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
33374         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
33375         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
33376         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
33377         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
33378         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
33379         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33380         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33381         undef any previous version and define our own version, for
33382         simplicity and consistency with the new macros for types.
33383         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33384         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33385         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
33386         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
33387         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
33388         @WINT_T_SUFFIX@ to keep things simple here.
33389         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
33390         Simplify by assuming typical 8/16/32/64 host, since we're
33391         already doing that elsewhere anyway.
33392         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
33393         and assume long long int is 64 bits if available.  This
33394         speeds up 'configure'.
33395
33396 2006-07-01  Eric Blake  <ebb9@byu.net>
33397
33398         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
33399         Reported by Andreas Buening.
33400
33401 2006-07-01  Eric Blake  <ebb9@byu.net>
33402
33403         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
33404
33405 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
33406
33407         * lib/getaddrinfo.c: fixed typo
33408
33409 2006-06-29  Jim Meyering  <jim@meyering.net>
33410
33411         * modules/strftime (Maintainer): Add my name, since with the
33412         FPRINTFTIME changes strftime.c has forked from glibc.
33413
33414 2006-06-29  Eric Blake  <ebb9@byu.net>
33415
33416         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
33417
33418 2006-06-29  Eric Blake  <ebb9@byu.net>
33419
33420         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
33421
33422 2006-06-29  Eric Blake  <ebb9@byu.net>
33423
33424         * lib/stat_.h: New file.
33425
33426 2006-06-29  Eric Blake  <ebb9@byu.net>
33427
33428         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
33429         unused static function.
33430
33431 2006-06-29  Eric Blake  <ebb9@byu.net>
33432
33433         * doc/functions.texi (Function Portability): Document missing lstat
33434         on mingw.
33435
33436 2006-06-29  Eric Blake  <ebb9@byu.net>
33437
33438         * MODULES.html.sh: Add sys_stat.
33439         * modules/sys_stat: New module.
33440         * modules/mkstemp (Depends-on): Add sys_stat.
33441
33442 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33443
33444         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
33445
33446 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33447
33448         * m4/c-bs-a.m4: Removed.
33449
33450 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33451
33452         * lib/strftime.c: Assume strftime() exists.
33453
33454 2006-06-29  Derek Price  <derek@ximbiot.com>
33455
33456         * modules/c-bs-a: Removed - \a is C89.
33457         * MODULES.html.sh: Remove c-bs-a.
33458
33459 2006-06-29  Bruno Haible  <bruno@clisp.org>
33460
33461         * modules/wcwidth (License): Change to LGPL.
33462
33463 2006-06-28  Simon Josefsson  <jas@extundo.com>
33464
33465         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
33466         on _WIN32.
33467
33468         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
33469         getnameinfo.
33470
33471 2006-06-28  Simon Josefsson  <jas@extundo.com>
33472
33473         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
33474
33475 2006-06-28  Simon Josefsson  <jas@extundo.com>
33476
33477         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
33478         functions there.  It will succeed on Windows XP, but on Windows
33479         2000 and (presumably) earlier, it will fail, and use the internal
33480         re-implementation.
33481         (use_win32_p): New function.
33482         (getaddrinfo): Use strtoul on servname, to support numeric ports.
33483         Support AI_NUMERICSERV to disable getservbyname.
33484         (getnameinfo): New function, only supports
33485         NI_NUMERICHOST|NI_NUMERICSERV for now.
33486
33487         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
33488         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
33489         getnameinfo.
33490
33491 2006-06-28  Eric Blake  <ebb9@byu.net>
33492
33493         * modules/wcwidth: New file.
33494         * modules/mbchar (Depends-on): Add wcwidth.
33495         * modules/mbswidth (Depends-on): Add wcwidth.
33496         * MODULES.html.sh: Add wcwidth.
33497
33498 2006-06-28  Eric Blake  <ebb9@byu.net>
33499
33500         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
33501         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
33502
33503 2006-06-28  Eric Blake  <ebb9@byu.net>
33504
33505         * lib/xvasprintf.h: Fix comments.
33506
33507 2006-06-28  Eric Blake  <ebb9@byu.net>
33508
33509         * lib/mbchar.h (wcwidth): Include wcwidth.h.
33510         * lib/mbswidth.c (wcwidth): Move from here...
33511         * lib/wcwidth.h: ...to this new file.
33512
33513 2006-06-28  Derek R. Price  <derek@ximbiot.com>
33514
33515         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
33516
33517         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
33518         it's obsolete.
33519         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
33520
33521 2006-06-28  Derek R. Price  <derek@ximbiot.com>
33522
33523         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
33524         Autoconf 2.60 says this stuff was obsolete.
33525
33526 2006-06-28  Bruno Haible  <bruno@clisp.org>
33527
33528         * modules/wcwidth (Files): Add m4/wchar_t.m4.
33529
33530 2006-06-28  Bruno Haible  <bruno@clisp.org>
33531
33532         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
33533         gt_TYPE_WCHAR_T.
33534
33535 2006-06-28  Bruno Haible  <bruno@clisp.org>
33536
33537         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
33538         declaration for wcwidth.
33539         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
33540
33541 2006-06-28  Bruno Haible  <bruno@clisp.org>
33542
33543         * lib/mkdtemp.c [MINGW]: Include <io.h>.
33544         (mkdir): Define using _mkdir.
33545
33546 2006-06-28  Bruno Haible  <bruno@clisp.org>
33547
33548         * lib/getaddrinfo.h: Fix POSIX URL.
33549         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
33550         _WIN32.
33551         (use_win32_p): Make static.
33552         (getaddrinfo): Reject service name if it is empty or does not consist
33553         solely of decimal digits, or if its value is > 65535.
33554         (getnameinfo): Remove useless casts.
33555
33556 2006-06-27  Simon Josefsson  <jas@extundo.com>
33557
33558         * modules/sys_select: New file, suggested by Bruno Haible, Paul
33559         Eggert and Martin Lambers.
33560
33561 2006-06-27  Simon Josefsson  <jas@extundo.com>
33562
33563         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
33564         Eggert and Martin Lambers.
33565
33566 2006-06-27  Bruno Haible  <bruno@clisp.org>
33567
33568         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
33569         result to 0, not to empty.
33570         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
33571
33572 2006-06-27  Bruno Haible  <bruno@clisp.org>
33573
33574         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
33575
33576 2006-06-26  Simon Josefsson  <jas@extundo.com>
33577
33578         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
33579         present.
33580
33581 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
33582
33583         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
33584         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
33585         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
33586
33587 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
33588
33589         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
33590
33591 2006-06-26  Bruno Haible  <bruno@clisp.org>
33592
33593         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
33594
33595 2006-06-26  Bruno Haible  <bruno@clisp.org>
33596
33597         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
33598
33599 2006-06-26  Bruno Haible  <bruno@clisp.org>
33600
33601         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
33602         SGI C compiler in pre-C99 mode.
33603         Suggested by Mark D. Baushke and Larry Jones.
33604
33605 2006-06-26  Bruno Haible  <bruno@clisp.org>
33606
33607         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
33608         WCHAR_MAX.
33609         Reported by Mark D. Baushke and Larry Jones.
33610
33611 2006-06-26  Bruno Haible  <bruno@clisp.org>
33612
33613         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
33614         in pre-C99 mode.
33615         Suggested by Mark D. Baushke and Larry Jones.
33616
33617 2006-06-23  Simon Josefsson  <jas@extundo.com>
33618             Bruno Haible  <bruno@clisp.org>
33619
33620         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
33621         Emit mostlyclean-local rule.
33622         (func_emit_tests_Makefile_am): Likewise.
33623         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
33624
33625 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
33626
33627         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
33628
33629 2006-06-23  Bruno Haible  <bruno@clisp.org>
33630
33631         * tests/test-stdint.c: Update to match ISO C 99 Technical
33632         Corrigendum 1.
33633
33634 2006-06-23  Bruno Haible  <bruno@clisp.org>
33635
33636         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
33637
33638 2006-06-23  Bruno Haible  <bruno@clisp.org>
33639
33640         * lib/stdint_.h: Treat IRIX like OpenBSD.
33641
33642 2006-06-23  Bruno Haible  <bruno@clisp.org>
33643
33644         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
33645         ISO C 99 Technical Corrigendum 1.
33646
33647 2006-06-22  Simon Josefsson  <jas@extundo.com>
33648
33649         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
33650         MinGW.
33651
33652 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33653
33654         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
33655         needed.  Some compiler complained about some of them.  Problem reported
33656         by Larry Jones in
33657         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
33658
33659 2006-06-21  Simon Josefsson  <jas@extundo.com>
33660
33661         * tests/test-getaddrinfo.c: New file.
33662
33663         * modules/getaddrinfo-tests: New file.
33664
33665         * MODULES.html.sh: Add inet_pton.
33666
33667         * modules/inet_pton: New file.
33668
33669 2006-06-21  Simon Josefsson  <jas@extundo.com>
33670
33671         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
33672         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
33673         of using the (limited) gnulib implementation on Windows XP.
33674
33675         * m4/inet_pton.m4: New file.
33676
33677 2006-06-21  Simon Josefsson  <jas@extundo.com>
33678
33679         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
33680         variable.
33681
33682         * lib/socket_.h: Don't define WINVER.
33683
33684         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
33685         slightly modified to work in gnulib.
33686
33687 2006-06-21  Simon Josefsson  <jas@extundo.com>
33688
33689         * doc/gnulib.texi (Windows sockets): Add.
33690
33691 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33692
33693         * lib/read-file.c (fread_file): Start with buffer allocation of
33694         0 bytes rather than 1 byte; this simplifies the code.
33695         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
33696         code to free buffer and save/restore errno.
33697         (internal_read_file): Remove unused local.
33698
33699 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33700
33701         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
33702         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
33703         Problem reported by Denis Excoffier in
33704         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
33705
33706 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33707
33708         * modules/sys_socket, modules/socklen: Include sys/types since
33709         FreeBSD 4.x's sys/socket.h needs it.
33710
33711 2006-06-19  Simon Josefsson  <jas@extundo.com>
33712
33713         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
33714
33715 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
33716
33717         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
33718
33719 2006-06-19  Bruno Haible  <bruno@clisp.org>
33720
33721         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
33722         and FULL_PATH_INTTYPES_H in angle brackets.
33723         Reported by Mark D. Baushke <mdb@gnu.org>.
33724
33725 2006-06-17  Eric Blake  <ebb9@byu.net>
33726
33727         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
33728         errno.
33729
33730 2006-06-17  Bruno Haible  <bruno@clisp.org>
33731
33732         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
33733         <sys/inttypes.h>.
33734
33735 2006-06-17  Bruno Haible  <bruno@clisp.org>
33736
33737         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
33738         whether errno is declared. Assume <errno.h> declares errno.
33739
33740 2006-06-17  Bruno Haible  <bruno@clisp.org>
33741
33742         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
33743
33744 2006-06-17  Bruno Haible  <bruno@clisp.org>
33745
33746         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
33747         problem on Solaris 2.5.1.
33748
33749 2006-06-16  Eric Blake  <ebb9@byu.net>
33750
33751         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
33752         * lib/unicodeio.c [!defined errno]: Likewise.
33753         * lib/strtol.c [!defined errno]: Likewise.
33754         * lib/strtod.c [!defined errno]: Likewise.
33755
33756 2006-06-15  Eric Blake  <ebb9@byu.net>
33757
33758         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
33759
33760 2006-06-15  Eric Blake  <ebb9@byu.net>
33761
33762         * config/srclist.txt (ssize_t.m4): Lose sync.
33763
33764 2006-06-15  Bruno Haible  <bruno@clisp.org>
33765
33766         * modules/stdint (Files): Include m4/full-header-path.m4,
33767         m4/size_max.m4, m4/wchar_t.m4.
33768         (Makefile.am): Many more substitutions.
33769         * modules/stdint-tests: New file.
33770         * tests/test-stdint.c: New file.
33771
33772 2006-06-15  Bruno Haible  <bruno@clisp.org>
33773
33774         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
33775         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
33776         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
33777         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
33778         gl_CHECK_TYPE_SAME): New macros.
33779
33780 2006-06-15  Bruno Haible  <bruno@clisp.org>
33781
33782         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
33783
33784 2006-06-15  Bruno Haible  <bruno@clisp.org>
33785
33786         * lib/stdint_.h: Rewritten to be fully auto-configured.
33787         Fixes bug on HP-UX/IA64.
33788
33789 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
33790
33791         * lib/getdate.y (__attribute__): Don't define if already defined.
33792         Problem reported by Larry Jones.
33793         * lib/utimens.c (__attribute__): Likewise.
33794
33795 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
33796
33797         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
33798         reported by Andreas Schwab.
33799
33800 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33801             Bruno Haible  <bruno@clisp.org>
33802
33803         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
33804         check for the declaration of strnlen and a run test that exposes the
33805         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
33806         rpl_strndup.
33807
33808 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33809             Bruno Haible  <bruno@clisp.org>
33810
33811         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
33812
33813 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33814
33815         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
33816         compile test, for Tru64 4.0D.
33817
33818 2006-05-28  Karl Berry  <karl@gnu.org>
33819
33820         * config/srclist.txt (printf-args.c): lose sync.
33821
33822 2006-05-26  Martin Lambers  <marlam@marlam.de>
33823
33824         * lib/getpass.c: Updates the test for the native W32 API, and adds
33825         missing includes, thus fixing compilation warnings.
33826
33827 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
33828
33829         * lib/exclude.c (exclude_fnmatch): New function.
33830         (excluded_file_name): Call exclude_fnmatch.
33831         * lib/exclude.h (excluded_file_name): New prototype
33832
33833 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
33834
33835         * lib/tempname.c (small_open, large_open): New macros.
33836         (__open, __open64) [!_LIBC]: Remove.
33837         (__gen_tempname): Use small_open and large_open instead of __open
33838         and __open64.  This fixes a portability bug on HP-UX 11.11i
33839         reported by Simon Wing-Tang in
33840         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
33841
33842 2006-05-24  Bruno Haible  <bruno@clisp.org>
33843
33844         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
33845         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
33846         Reported by Thorsten Maerz <torte@netztorte.de> via
33847         Aaron Stone <aaron@serendipity.cx>.
33848
33849 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33850
33851         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
33852         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
33853         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
33854         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
33855         not really conditional on the cache.
33856         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
33857
33858 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33859
33860         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
33861         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
33862         (my_usleep): Don't mishandle maximum value.
33863
33864 2006-05-19  Jim Meyering  <jim@meyering.net>
33865
33866         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
33867
33868 2006-05-17  Bruno Haible  <bruno@clisp.org>
33869
33870         Cygwin portability.
33871         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
33872
33873 2006-05-17  Bruno Haible  <bruno@clisp.org>
33874
33875         * lib/stdint_.h: Fix recognition of Cygwin.
33876
33877 2006-05-15  Bruno Haible  <bruno@clisp.org>
33878
33879         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
33880         on libtool patch by Ralf Wildenhues.
33881
33882 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33883
33884         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
33885         test for C99 conformance; (bool) 0.5 is an integer constant
33886         expression, but (bool) -0.5 is not.  Problem reported by Fedor
33887         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
33888
33889 2006-05-11  Simon Josefsson  <jas@extundo.com>
33890
33891         * m4/xvasprintf.m4: Fix obvious typo.
33892
33893 2006-05-11  Jim Meyering  <jim@meyering.net>
33894
33895         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
33896         James Lemley.
33897
33898 2006-05-10  Simon Josefsson  <jas@extundo.com>
33899
33900         * lib/md4.c: Typo fix, update copyright years.
33901         (K1, K2): Don't use L because it turn computations into 64-bit on
33902         64-bit platforms.
33903
33904 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
33905
33906         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
33907         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
33908         unwanted sign propagation, e.g., on hosts with 64-bit int.
33909         There still are some problems with reeelly weird theoretical hosts
33910         (e.g., 33-bit int) but it's not worth worrying about now.
33911         * lib/sha1.c (rol): Likewise.
33912         (K1, K2, K3, K4): Remove unnecessary L suffix.
33913
33914 2006-05-10  Bruno Haible  <bruno@clisp.org>
33915
33916         * lib/des.c: Cast to avoid warnings.
33917
33918 2006-05-09  Bruno Haible  <bruno@clisp.org>
33919
33920         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
33921         (Depends-on): Depend also on xsize, stdarg.
33922         (configure.ac): Add gl_XVASPRINTF.
33923
33924 2006-05-09  Bruno Haible  <bruno@clisp.org>
33925
33926         * m4/xvasprintf.m4: New file.
33927
33928 2006-05-09  Bruno Haible  <bruno@clisp.org>
33929
33930         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
33931         (EOVERFLOW): Define fallback value.
33932         (xstrcat): New function.
33933         (xvasprintf): Recognize the special case of a string concatenation.
33934
33935 2006-05-08  Eric Blake  <ebb9@byu.net>
33936
33937         * gnulib-tool (func_version): Base copyright year on CVS date.
33938         (func_emit_copyright_notice): New function.
33939         (func_emit_lib_Makefile_am): Use it.
33940         (func_emit_tests_Makefile_am): Likewise.
33941         (func_import): Likewise.
33942
33943 2006-05-08  Bruno Haible  <bruno@clisp.org>
33944
33945         * modules/stdarg: New file.
33946         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
33947
33948 2006-05-08  Bruno Haible  <bruno@clisp.org>
33949
33950         * m4/stdarg.m4: New file, from GNU gettext.
33951
33952 2006-05-08  Bruno Haible  <bruno@clisp.org>
33953
33954         * config/srclist.txt (build-aux/config.rpath): different from latest
33955         release.
33956
33957 2006-05-08  Bruno Haible  <bruno@clisp.org>
33958
33959         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
33960
33961 2006-05-05  Jim Meyering  <jim@meyering.net>
33962
33963         * m4/warning.m4: New file, derived from bison's file by the same name.
33964
33965 2006-05-03  Bruno Haible  <bruno@clisp.org>
33966
33967         * lib/stdint_.h: Shorter URL.
33968         * lib/inttypes.h: Likewise.
33969
33970 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33971
33972         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
33973
33974 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33975
33976         * lib/verify.h: Document the internals better.  Most of this change
33977         was written by Bruno Haible.
33978
33979 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33980
33981         * doc/verify.texi: New file, partly based on a proposal by
33982         Bruno Haible.
33983
33984 2006-05-02  Bruno Haible  <bruno@clisp.org>
33985
33986         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
33987         test from here...
33988         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
33989
33990 2006-04-29  Bruno Haible  <bruno@clisp.org>
33991
33992         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
33993         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
33994
33995 2006-04-29  Bruno Haible  <bruno@clisp.org>
33996
33997         * gnulib-tool: Make --update option actually work.
33998
33999 2006-04-29  Bruno Haible  <bruno@clisp.org>
34000
34001         * doc/gcd.texi: New file.
34002         * doc/gnulib.texi: Include it.
34003
34004 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
34005
34006         * lib/getdate.y (get_date): When adding relative date, start with the
34007         initial time, not with the result of the first mktime call.
34008
34009 2006-04-25  Bruno Haible  <bruno@clisp.org>
34010
34011         * gnulib-tool (func_import): Output the include directives in three
34012         blocks, sorted separately.
34013         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34014
34015 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
34016
34017         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
34018         to define main with arguments, for C++.  Reported by Eric Blake.
34019         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
34020         Prefer 'int main ()' to 'int main (void)', for C++.
34021         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
34022         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
34023         for 'main', for C99 and C++.
34024
34025 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
34026
34027         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
34028         Don't assume that exit status -1 is valid.
34029         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34030         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
34031         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
34032         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
34033         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
34034         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
34035         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
34036         functions can be used without declaring them, or that you can
34037         exit with status -1.
34038         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
34039
34040 2006-04-24  Karl Berry  <karl@gnu.org>
34041
34042         * config/srclist.txt (longdouble.m4): sync lost.
34043
34044 2006-04-24  Eric Blake  <ebb9@byu.net>
34045
34046         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
34047
34048 2006-04-24  Bruno Haible  <bruno@clisp.org>
34049
34050         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
34051         poll() implementation in AIX.
34052         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34053
34054 2006-04-24  Bruno Haible  <bruno@clisp.org>
34055
34056         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
34057         assigned exactly once.
34058
34059 2006-04-23  Claudio Fontana  <claudio@gnu.org>
34060             Bruno Haible  <bruno@clisp.org>
34061
34062         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
34063         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
34064         for AM_CPPFLAGS.
34065
34066 2006-04-23  Bruno Haible  <bruno@clisp.org>
34067
34068         * modules/copy-file: Depend on unistd.
34069         * modules/execute: Likewise.
34070         * modules/fatal-signal: Likewise.
34071         * modules/findprog: Likewise.
34072         * modules/mkdtemp : Likewise.
34073         * modules/pipe: Likewise.
34074         * modules/wait-process: Likewise.
34075
34076 2006-04-23  Bruno Haible  <bruno@clisp.org>
34077
34078         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
34079         condition was already detected.
34080         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34081
34082 2006-04-23  Bruno Haible  <bruno@clisp.org>
34083
34084         * lib/copy-file.c: Include <unistd.h> unconditionally.
34085         * lib/execute.c: Likewise.
34086         * lib/fatal-signal.c: Likewise.
34087         * lib/findprog.c: Likewise.
34088         * lib/mkdtemp.c: Likewise.
34089         * lib/pipe.h: Likewise.
34090         * lib/pipe.c: Likewise.
34091         * lib/wait-process.h: Likewise.
34092
34093 2006-04-23  Bruno Haible  <bruno@clisp.org>
34094
34095         * gnulib-tool (func_usage): Fix --import description. Document
34096         --update.
34097         (func_import): Create temporary file in a temporary directory, if
34098         --dry-run is specified. Silence errors from 'grep' when there are no
34099         m4 files in $m4dir.
34100         (func_create_testdir): Silence errors from 'grep' when there are no
34101         m4 files in $m4dir.
34102         Reported by Karl Berry <karl@freefriends.org>.
34103
34104 2006-04-20  Bruno Haible  <bruno@clisp.org>
34105
34106         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
34107         one argument, so that the code will be portable to Autoconf 2.60.
34108         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
34109         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
34110         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
34111
34112 2006-04-19  Derek Price  <derek@ximbiot.com>
34113             Eric Blake  <ebb9@byu.net>
34114
34115         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
34116         rather than "/full/path.h".  Update comment to match.  Shorten &
34117         generalize m4_translit call via AS_TR_CPP.
34118
34119 2006-04-19  Derek Price  <derek@ximbiot.com>
34120             Eric Blake  <ebb9@byu.net>
34121
34122         * lib/inttypes.h: Correct grammar in comment.
34123
34124 2006-04-18  Derek Price  <derek@ximbiot.com>
34125             Paul Eggert  <eggert@cs.ucla.edu>
34126
34127         * modules/inttypes: New file.
34128         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
34129
34130 2006-04-18  Derek Price  <derek@ximbiot.com>
34131             Paul Eggert  <eggert@cs.ucla.edu>
34132
34133         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
34134         New files.
34135
34136 2006-04-18  Derek Price  <derek@ximbiot.com>
34137             Paul Eggert  <eggert@cs.ucla.edu>
34138
34139         * lib/inttypes.h: New file.
34140         * lib/strtoimax.c: Assume <inttypes.h>.
34141
34142 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
34143
34144         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
34145         isn't mounted.  Problem reported by Kir Kolyshkin.
34146
34147 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34148
34149         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
34150         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
34151         Derek R. Price.
34152         * lib/regex.h (RE_DUP_MAX): Update comment to match current
34153         implementation.
34154
34155 2006-04-12  Eric Blake  <ebb9@byu.net>
34156
34157         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
34158         is now done automatically by the corresponding Autoconf macro.
34159
34160 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
34161
34162         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
34163         time_r.h.
34164
34165 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34166
34167         Merge regex changes from libc, removing some of our
34168         POSIX-conformance changes that were rejected and redoing them in a
34169         less-intrusive way.
34170
34171         * lib/regcomp.c (re_compile_internal, init_dfa):
34172         Length arg is now size_t, not Idx.  All uses changed.
34173         (peek_token): Forward decl now says internal_function.
34174         (__re_error_msgid, __re_error_msgid_idx):
34175         Now static rather than extern with attribute_hidden.
34176         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
34177         For some reason libc prefers K&R style defns for external functions.
34178         (regerror) [!defined _LIBC]: Likewise.
34179         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
34180         (seek_collating_symbol_entry, lookup_collation_sequence_value):
34181         (build_range_exp, build_collating_symbol):
34182         Use K&R-style defn.
34183         (re_compile_fastmap): Use '\0' to memset, not 0.
34184         (utf8_sb_map): Make the calculations more obvious.
34185         (init_dfa, parse_bracket_exp, build_charclass_op):
34186         Call calloc and cast result, as glibc does.
34187         (init_word_char, fetch_token, peek_token, peek_token_bracket):
34188         (build_range_exp, build_collating_symbol):
34189         Now internal functions.
34190
34191         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
34192
34193         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
34194         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
34195         Don't depend on VMS; depend on __VMS instead, for POSIX
34196         namespace cleanness.
34197         (regoff_t): Define to ssize_t, not long int.
34198
34199         Remove the REG_ macros named below.  Instead, make the old names
34200         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
34201         __USE_GNU_REGEX.
34202         (REG_BACKSLASH_ESCAPE_IN_LISTS):
34203         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
34204         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
34205         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
34206         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
34207         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
34208         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
34209         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
34210         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
34211         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
34212         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
34213         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
34214         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
34215         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
34216         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
34217         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
34218         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
34219         (REG_NREGS):
34220         Remove.  All uses replaced by the old RE_* names.
34221         (RE_BACKSLASH_ESCAPE_IN_LISTS):
34222         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
34223         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
34224         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
34225         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
34226         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
34227         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
34228         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
34229         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
34230         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
34231         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
34232         Don't bother having these macros be independent of each others'
34233         values, since they no longer exist in the POSIX name space.
34234
34235         Rename the following member names back to their old names,
34236         unless !__USE_GNU_REGEX.  All uses changed back.
34237         (buffer): Renamed from re_buffer.
34238         (allocated): Renamed from re_allocated.
34239         (used): Renamed from re_used.
34240         (syntax): Renamed from re_syntax.
34241         (fastmap): Renamed from re_fastmap.
34242         (translate): Renamed from re_translate.
34243         (can_be_null): Renamed from re_can_be_null.
34244         (regs_allocated): Renamed from re_regs_allocated.
34245         (fastmap_accurate): Renamed from re_fastmap_accurate.
34246         (no_sub): Renamed from re_no_sub.
34247         (not_bol): Renamed from re_not_bol.
34248         (not_eol): Renamed from re_not_eol.
34249         (newline_anchor): Renamed from re_newline_anchor.
34250         (num_regs): Renamed from rm_num_regs.
34251         (start): Renamed from rm_start.
34252         (end): Renamed from rm_end.
34253
34254         (free_state): Move up a bit.
34255
34256         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
34257         #define to be empty.
34258         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
34259         when that is what is intended.
34260         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
34261         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
34262         (MAX): New macro.
34263         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
34264         All uses changed back to re_malloc, etc.  It's now the caller's
34265         responsibility to check for overflow; all callers changed.
34266         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
34267         (re_x2nrealloc): Remove.
34268         (free_state): Remove decl.
34269
34270         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
34271         (re_set_registers, re_exec):
34272         Use K&R-style defn.
34273
34274         2006-01-31  Roland McGrath  <roland@redhat.com>
34275
34276         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
34277         Reported by Mike Frysinger <vapier@gentoo.org>.
34278
34279         2006-01-15  Andreas Jaeger  <aj@suse.de>
34280
34281         [BZ #1950]
34282         * lib/regex_internal.c (re_string_reconstruct): Adjust for
34283         build_wcs_upper_buffer change.
34284         (build_wcs_upper_buffer): Change return type.
34285
34286         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
34287
34288         * lib/regex_internal.h: Include <stdint.h> if available.
34289
34290         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
34291
34292         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
34293
34294         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
34295
34296         * lib/regcomp.c: Adjust for changed secondary hash function.
34297
34298         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
34299
34300         * lib/regex.h: Pretty printing.
34301         Clean up namespace a bit.
34302
34303         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
34304
34305         * lib/regexec.c (update_cur_sifted_state, check_arrival,
34306         check_arrival_add_next_nodes): Avoid using uninitialized variable.
34307
34308         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34309                     Ulrich Drepper  <drepper@redhat.com>
34310
34311         [BZ #1302]
34312         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
34313         changed.
34314         (bitset_word_t): Renamed from bitset_word.  All uses changed.
34315
34316         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
34317
34318         [BZ #281]
34319         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
34320         * lib/regcomp.c: Remove unnecessary uses of
34321         unsigned RE_TRANSLATE_TYPE.
34322         * lib/regex_internal.h: Likewise.
34323         * lib/regex_internal.c: Likewise.
34324         * lib/regexec.c: Likewise.
34325         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
34326
34327         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
34328
34329         * lib/regexec.c (find_recover_state): Remove unnecessary
34330         initialization.
34331         (transit_state_bkref): Make DFA a const pointer.
34332         (get_subexp): Likewise.
34333         (check_arrival): Likewise.
34334         (update_cur_sifted_state): Likewise.
34335         (re_search_internal): Likewise.
34336         (prune_impossible_nodes): Likewise.
34337         (acquire_init_state_context): Likewise.
34338         (proceed_next_node): Likewise.
34339         (set_regs): Likewise.
34340         (free_fail_stack_return): Likewise.
34341         (check_arrival_expand_ecl): Mark DFA parameter as const.
34342         (check_arrival_expand_ecl_sub): Likewise.
34343         (check_subexp_limits): Likewise.
34344         (sub_epsilon_src_nodes):  Likewise.
34345         (add_epsilon_src_nodes):  Likewise.
34346         (merge_state_array): Likewise.
34347         (update_regs): Likewise.
34348         (build_trtable): Likewise.
34349         (sift_states_backward): Mark MCTX parameter as const.
34350         (build_sifted_states): Likewise.
34351         (update_cur_sifted_state): Likewise.
34352         (sift_states_mkref): Likewise.
34353         (check_arrival_expand_ecl): Mark eclosure as const.
34354         (check_dst_limits_calc_pos_1): Likewise.
34355         * lib/regex_internal.h (re_match_context_t): Make dfa a const
34356         pointer.
34357
34358         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
34359
34360         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
34361         (transit_state_sb): Likewise.
34362         (transit_state_mb): Likewise.
34363         (sift_states_iter_mb): Likewise.
34364         (check_arrival_add_next_nodes): Likewise.
34365         (check_node_accept_bytes): Change first parameter to pointer-to-const.
34366         [_LIBC] (re_search_2_stub): Use mempcpy.
34367
34368         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
34369         mbrtowc for very simple UTF-8 case.
34370
34371         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
34372         a pointer-to-const.
34373         (re_acquire_state_context): Likewise.
34374         * lib/regex_internal.h: Adjust prototypes.
34375
34376         * lib/regex.c: Prevent using C++ compilers.
34377
34378         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
34379         (re_acquire_state_context): Likewise.
34380
34381 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34382
34383         * modules/regex (Depends-on): Add ssize_t.
34384
34385 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34386
34387         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
34388         translation table.
34389
34390 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34391
34392         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
34393
34394 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
34395             Bruno Haible  <bruno@clisp.org>
34396
34397         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
34398         <sys/types.h> and <inttypes.h>.
34399
34400 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34401
34402         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
34403         `__error_t_defined', so argp.h will not typedef the former.
34404
34405 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
34406
34407         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
34408         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
34409         glibc names.  Even if glibc is changed to conform to POSIX, the
34410         traditional names will be available anyway, since regex depends on
34411         the extensions module.  Also, fix a longstanding typo in the
34412         implementation of Spencer ERE test #75 from grep 2.3.  Problems
34413         reported by Emanuele Giaquinta.  Also, change sense of cached
34414         variable, so that the message makes sense.
34415
34416 2006-03-24  Simon Josefsson  <jas@extundo.com>
34417
34418         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
34419         including some doc fixes.
34420         (base64_encode_alloc): Fix +1 bug on allocation failures.
34421
34422 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34423
34424         * lib/base64.c (base64_encode): Do not read past end of array with
34425         unsanitized input on systems with CHAR_BIT > 8.
34426
34427 2006-03-24  Eric Blake  <ebb9@byu.net>
34428
34429         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
34430
34431 2006-03-22  Karl Berry  <karl@gnu.org>
34432
34433         * config/srclist.txt (*setenv.[ch]): get from coreutils.
34434         * config/srclistvars.sh (COREUTILS): new var.
34435
34436 2006-03-17  Jim Meyering  <jim@meyering.net>
34437
34438         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
34439         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
34440
34441 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
34442
34443         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
34444         no longer needs it.  Instead, check that regoff_t is as least
34445         as wide as ptrdiff_t.
34446
34447         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
34448         so that our regex.h stays compatible with the installed regex.
34449         This is helpful for installers who configure --without-included-regex.
34450         Problem reported by Emanuele Giaquinta.
34451
34452 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
34453
34454         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
34455         Typedef to long int, not to off_, as POSIX will likely change
34456         in that direction.
34457
34458 2006-03-15  Eric Blake  <ebb9@byu.net>
34459
34460         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
34461
34462 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
34463
34464         * lib/argp-help.c (validate_uparams): Fix typo
34465         * lib/argp-parse.c (argp_default_options): Consistently begin help
34466         messages with a lowercase letter.
34467
34468 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
34469
34470         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
34471         overrun buffers and shouldn't be used (much as gets shouldn't be
34472         used).
34473         * lib/time_r.c (asctime_r, ctime_r): Likewise.
34474
34475 2006-03-08  Simon Josefsson  <jas@extundo.com>
34476
34477         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
34478         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34479
34480 2006-03-08  Simon Josefsson  <jas@extundo.com>
34481
34482         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
34483         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34484
34485 2006-03-08  Simon Josefsson  <jas@extundo.com>
34486
34487         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
34488         signal that configure disabled the device.
34489
34490 2006-03-08  Simon Josefsson  <jas@extundo.com>
34491
34492         * build-aux/maint.mk: Fix refresh-po, to handle no translated
34493         languages.
34494
34495 2006-03-07  Simon Josefsson  <jas@extundo.com>
34496
34497         * modules/getopt (Depends-on): Add unistd.
34498
34499         * modules/unistd: New file.
34500
34501 2006-03-07  Simon Josefsson  <jas@extundo.com>
34502
34503         * modules/gc-random: New file.
34504
34505 2006-03-07  Simon Josefsson  <jas@extundo.com>
34506
34507         * m4/unistd_h.m4: New file.
34508
34509 2006-03-07  Simon Josefsson  <jas@extundo.com>
34510
34511         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
34512         test to be side-effect free by storing the result in the cache
34513         variable gl_cv_lib_readline, and moving the assignment of
34514         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
34515         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34516
34517 2006-03-07  Simon Josefsson  <jas@extundo.com>
34518
34519         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
34520         error on missing devices (the functions will return an error).
34521
34522         * m4/gc.m4: Move random stuff to gc-random.m4
34523
34524 2006-03-07  Simon Josefsson  <jas@extundo.com>
34525
34526         * lib/unistd_.h: New file.
34527
34528 2006-03-07  Simon Josefsson  <jas@extundo.com>
34529
34530         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
34531
34532 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34533
34534         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
34535         Problem reported by Juan Manuel Guerrero.
34536
34537 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34538
34539         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
34540         the unistd module.
34541         * lib/getlogin_r.c: Likewise.
34542         * lib/getlogin_r.h: Likewise.
34543         * lib/glob.c: Likewise.
34544         * lib/pagealign_alloc.c: Likewise.
34545         * lib/unistd_.h: Remove; no longer needed.
34546
34547 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34548
34549         * MODULES.html.sh (Support for systems lacking POSIX:2001):
34550         Add unistd.
34551         * modules/c-stack (Depends-on): Add unistd.
34552         * modules/getlogin_r: Likewise.
34553         * modules/glob: Likewise.
34554         * modules/pagealign_alloc: Likewise.
34555         * modules/unistd (Files): Remove lib/unistd_.h.
34556         (EXTRA_DIST): Remove.
34557         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
34558         need unistd_.h.
34559         (MOSTLYCLEANFILES): Remove unistd.h-t.
34560
34561 2006-03-03  Simon Josefsson  <jas@extundo.com>
34562
34563         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
34564
34565 2006-03-03  Simon Josefsson  <jas@extundo.com>
34566
34567         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
34568         libidn and bison.
34569
34570 2006-03-03  Simon Josefsson  <jas@extundo.com>
34571
34572         * build-aux/maint.mk: Add indent target.
34573
34574 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
34575
34576         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
34577         our replacement poll.h in any case, to avoid a differing
34578         declaration from a system header.  Seen on AIX.
34579
34580 2006-03-01  Simon Josefsson  <jas@extundo.com>
34581
34582         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
34583         <kasal@ucw.cz>.
34584
34585 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34586
34587         * modules/gettime (Depends-on): Add extensions module.
34588         * modules/nanosleep (Depends-on): Likewise.
34589         * modules/settime (Depends-on): Likewise.
34590
34591 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34592
34593         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
34594         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
34595         pedantically.
34596         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34597         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
34598
34599         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
34600         not "==".  Reported by Ralf Wildenhues.
34601
34602 2006-03-01  Karl Berry  <karl@gnu.org>
34603
34604         * doc/Copyright/request-*: new files, synced from gnuorg.
34605
34606 2006-03-01  Karl Berry  <karl@gnu.org>
34607
34608         * config/srclist.txt (Copyright/*): new entries.
34609
34610 2006-02-28  Simon Josefsson  <jas@extundo.com>
34611
34612         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
34613
34614 2006-02-27  Simon Josefsson  <jas@extundo.com>
34615
34616         * lib/base64.h: Indent #define's.  From Jim Meyering
34617         <jim@meyering.net>.
34618
34619 2006-02-27  Jim Meyering  <jim@meyering.net>
34620
34621         Revert the change of 2006-02-24, so these files can continue
34622         to be sync'd from gettext.
34623         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
34624         of `config.h'.
34625
34626 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34627
34628         * modules/intprops: New file.
34629         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
34630         Add intprops.
34631         * modules/getloadavg (Files): Remove lib/intprops.h.
34632         (Depends-on): Add intprops.
34633         * modules/human: Likewise.
34634         * modules/inttostr: Likewise.
34635         * modules/openat: Likewise.
34636         * modules/sig2str: Likewise.
34637         * modules/userspec: Likewise.
34638         * modules/utimecmp: Likewise.
34639         * modules/xnanosleep: Likewise.
34640         * modules/xstrtol: Likewise.
34641
34642 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
34643
34644         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
34645         * modules/lock-tests (TESTS): Use $(EXEEXT).
34646         * modules/tls-tests: Likewise.
34647         * modules/argp-tests: Likewise.
34648         (check_PROGRAMS): New var, replacing...
34649         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
34650
34651 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34652
34653         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
34654         `config.h'.
34655
34656 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34657
34658         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
34659
34660 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34661
34662         Sync from coreutils.
34663         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
34664         gl_CHDIR_SAFER.
34665
34666 2006-02-22  Jim Meyering  <jim@meyering.net>
34667
34668         Sync from coreutils.
34669         * m4/chdir-safer.m4: New file.
34670
34671 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34672
34673         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
34674         AT_FDCWD exceeds INT_MAX.
34675         * lib/openat.h (AT_FDCWD): Likewise.
34676
34677 2006-02-17  Eric Blake  <address@hidden>
34678
34679         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
34680
34681 2006-02-16  Simon Josefsson  <jas@extundo.com>
34682
34683         * modules/getaddrinfo (Depends-on): Add sys_socket.
34684
34685 2006-02-15  Simon Josefsson  <jas@extundo.com>
34686
34687         * build-aux/maint.mk: Add dsyntax-check rule.
34688
34689 2006-02-15  Eric Blake  <ebb9@byu.net>
34690
34691         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
34692         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
34693         'present but cannot compile' warnings on cygwin.
34694         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
34695         use ws2tcpip.h if sys/socket.h works.
34696         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
34697         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
34698
34699 2006-02-14  Simon Josefsson  <jas@extundo.com>
34700
34701         * modules/maintainer-makefile (Files): Rename.
34702
34703         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
34704         and (the local) Makefile.cfg to maint-cfg.mk.
34705
34706         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
34707         to the latter.
34708
34709         * modules/maintainer-makefile: New module.
34710
34711         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
34712         severaly stripped to make it possible to build it up from scratch
34713         with reliable tests.
34714
34715         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
34716         fixes to permit overriding the default actions when configure and
34717         makefile are not available.
34718
34719 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34720
34721         Sync from coreutils.
34722         * modules/lstat (Depends-on): Don't depend on xalloc.
34723         (License): Change from GPL to LGPL, since this is now simply a
34724         replacement for a libc function.
34725
34726 2006-02-14  Jim Meyering  <jim@meyering.net>
34727
34728         Sync from coreutils.
34729
34730         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
34731         failure on deficient systems, and simplify gnulib lgpl dependencies.
34732         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
34733         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
34734
34735         * lib/xalloc-die.c: Remove unused definition of N_.
34736
34737 2006-02-14  Jim Meyering  <jim@meyering.net>
34738
34739         Sync from coreutils.
34740         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
34741         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
34742         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
34743         double-quote uses of that variable, to accommodate the rare case in
34744         which getmntent is available in none of the libraries checked.  This
34745         happens at least on FreeBSD 5.0.
34746
34747 2006-02-13  Simon Josefsson  <jas@extundo.com>
34748
34749         * gnulib-tool (Usage): Fix --import, from
34750         karl@freefriends.org (Karl Berry).
34751
34752 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
34753
34754         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
34755
34756 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
34757
34758         * lib/argp-namefrob.h: Restore changes accidentally lost during the
34759         "autoupdate" on 2005-12-12.
34760
34761 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
34762
34763         * modules/closeout (Depends-on): Remove atexit.
34764
34765 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
34766
34767         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
34768         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
34769
34770 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34771
34772         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
34773         __EXTENSIONS__ if this causes compilation to fail.  Problem
34774         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
34775         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
34776
34777 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
34778
34779         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
34780         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
34781         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
34782         All uses changed.
34783
34784 2006-01-26  Simon Josefsson  <jas@extundo.com>
34785
34786         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
34787         prototype is visible on mingw32.
34788
34789         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
34790         for mingw32.
34791
34792         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
34793         mingw32).
34794
34795 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
34796
34797         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
34798         attempt to open for write; this always fails, at least on POSIX
34799         hosts.  This reinstates the 2006-01-09 change, which was
34800         inadvertently removed.
34801
34802 2006-01-26  Bruno Haible  <bruno@clisp.org>
34803
34804         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
34805         Reported by Paul Eggert.
34806
34807 2006-01-26  Bruno Haible  <bruno@clisp.org>
34808             Paul Eggert  <eggert@cs.ucla.edu>
34809
34810         * lib/stdbool_.h (_Bool)
34811         [(! (defined __cplusplus || defined __BEOS__)
34812           && !defined __GNUC__
34813           && !(defined __HP_cc || defined __xlc__
34814                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
34815                || defined __sgi))]:
34816         #define to signed char in these cases too; this simplifies
34817         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
34818         etc., separately) and makes it more conservative.
34819
34820 2006-01-25  Simon Josefsson  <jas@extundo.com>
34821
34822         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
34823         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
34824         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
34825
34826 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
34827
34828         * lib/argp-namefrob.h: Bugfix. Remove stray #
34829
34830 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
34831
34832         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
34833         so that we test the test.
34834         Check for yet another HP-UX cc bug involving *bool |= bool.
34835
34836 2006-01-25  Karl Berry  <karl@gnu.org>
34837
34838         * config/srclist.txt (vasnprintf.c): sync lost.
34839
34840 2006-01-25  Jim Meyering  <jim@meyering.net>
34841
34842         Sync from the stable (b5) branch of coreutils:
34843
34844         * lib/fts.c (fts_children): Don't let close() clobber errno from
34845         failed fchdir().
34846
34847         * lib/fts.c (fts_stat): When following a symlink-to-directory,
34848         don't necessarily interpret stat-fails+lstat-succeeds as indicating
34849         a dangling symlink.  That can also happen at least for ELOOP.
34850         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
34851         FYI, this bug predates the inclusion of fts.c in coreutils.
34852
34853         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
34854         in their own block, so pre-c99 compilers don't object.
34855
34856         Avoid the double-free (first in fts_read, second in fts_close) that
34857         would occur when an `active' directory is made inaccessible (e.g.,
34858         via chmod a-x) during a traversal.
34859         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
34860         before returning.  Reproduce this failure by
34861         mkdir -p a/b; cd a; chmod a-x . b
34862         Reported by Stavros Passas.
34863
34864 2006-01-25  Jim Meyering  <jim@meyering.net>
34865
34866         * lib/fileblocks.c: Remove more useless parentheses.
34867         * lib/readutmp.h: Likewise.
34868
34869 2006-01-25  Bruno Haible  <bruno@clisp.org>
34870
34871         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
34872         warnings.
34873         Reported by Paul Eggert.
34874
34875 2006-01-25  Bruno Haible  <bruno@clisp.org>
34876
34877         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
34878         rid of a trap command. For Solaris sh.
34879         Reported by Mark D. Baushke <mdb@gnu.org>.
34880
34881 2006-01-24  Simon Josefsson  <jas@extundo.com>
34882
34883         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
34884         Bruno.
34885
34886 2006-01-24  Karl Berry  <karl@gnu.org>
34887
34888         * config/srclist.txt (argp-namefrob.h): sync lost.
34889
34890 2006-01-24  Jim Meyering  <jim@meyering.net>
34891
34892         * modules/openat (Files): Add lib/intprops.h.
34893         From Mark D. Baushke.
34894
34895 2006-01-24  Jim Meyering  <jim@meyering.net>
34896
34897         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
34898         Reported by Mark D. Baushke.
34899
34900 2006-01-24  Jim Meyering  <jim@meyering.net>
34901
34902         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
34903
34904 2006-01-24  Bruno Haible  <bruno@clisp.org>
34905
34906         * modules/strnlen (Maintainer): Change from glibc to all.
34907
34908 2006-01-24  Bruno Haible  <bruno@clisp.org>
34909
34910         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
34911         Patch by Paul Eggert.
34912
34913 2006-01-24  Bruno Haible  <bruno@clisp.org>
34914
34915         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
34916         already has it.
34917         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
34918         2005-11-26.
34919
34920         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
34921         'signed char' to avoid problems with the built-in _Bool type.
34922         Reported by Paul Eggert on 2005-11-26.
34923
34924 2006-01-24  Bruno Haible  <bruno@clisp.org>
34925
34926         * gnulib-tool (func_import): Avoid constructing complicated sed
34927         expressions inside backquote.
34928         Report and solution by Mark D. Baushke <mdb@gnu.org>.
34929
34930 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
34931
34932         These changes imported from libc.
34933         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
34934         test and two separate function calls.
34935         * lib/strndup.c (__strndup): Add libc_hidden_def.
34936
34937 2006-01-23  Simon Josefsson  <jas@extundo.com>
34938
34939         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
34940         Remove the test_*_SOURCES variable: automake infers it by default.
34941         * modules/tls-tests: Likewise.
34942
34943 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34944
34945         Work around porting bugs reported by Dieter in
34946         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
34947         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
34948         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
34949         Include "getopt.h" first, to check interface.
34950         (getenv): Declare only if defined HAVE_DECL_GETENV &&
34951         !HAVE_DECL_GETENV.
34952         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
34953         (__strndup): Revert to K&R-style function dfns, the glibc style.
34954         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
34955         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
34956         Include strnlen.h first, to get prototype properly.
34957         (strnlen): Renamed from __strnlen.
34958         Remove weak alias.
34959
34960 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34961
34962         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
34963
34964 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34965
34966         * config/srclist.txt: Adjust to reflect glibc reorganization.
34967         This affects only comments.
34968
34969 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34970
34971          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
34972          Reported by Bruce Korb <bkorb@gnu.org>.
34973
34974 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
34975
34976         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
34977         to pacify gcc -Wswitch-default.
34978
34979 2006-01-22  Bruno Haible  <bruno@clisp.org>
34980
34981         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
34982         temporary buffer for sprintf, take into account the precision also
34983         for 'd', 'i', 'u', 'o', 'x', 'X'.
34984
34985 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
34986
34987         * modules/argp-tests: New module
34988         * tests/test-argp.c: New file
34989         * tests/test-argp-2.sh: New file
34990
34991 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
34992
34993         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
34994         (__argp_base_name): Removed
34995         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
34996         typo.
34997         (__argp_base_name): Provide macro definition or extern declaration
34998         depending on the configuration
34999
35000 2006-01-20  Simon Josefsson  <jas@extundo.com>
35001
35002         * modules/inet_ntop (Depends-on): Depend on sys_socket.
35003
35004 2006-01-20  Simon Josefsson  <jas@extundo.com>
35005
35006         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
35007
35008 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35009
35010         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
35011         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
35012         Suggested by Bruno Haible.
35013
35014 2006-01-20  Karl Berry  <karl@gnu.org>
35015
35016         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
35017         until changes propagate, I guess.
35018
35019 2006-01-19  Simon Josefsson  <jas@extundo.com>
35020
35021         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
35022
35023 2006-01-19  Simon Josefsson  <jas@extundo.com>
35024
35025         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
35026
35027 2006-01-19  Simon Josefsson  <jas@extundo.com>
35028
35029         * gnulib-tool: Set check_PROGRAMS.
35030
35031         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
35032         modules/des-tests, modules/gc-arcfour-tests,
35033         modules/gc-arctwo-tests, modules/gc-des-tests,
35034         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
35035         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
35036         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
35037         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
35038         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
35039         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
35040         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
35041         test_*_SOURCES.
35042
35043 2006-01-18  Simon Josefsson  <jas@extundo.com>
35044
35045         * modules/socklen (Depends-on): Depend on sys_socket.
35046
35047 2006-01-18  Simon Josefsson  <jas@extundo.com>
35048
35049         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
35050         modules/des-tests, modules/gc-arcfour-tests,
35051         modules/gc-arctwo-tests, modules/gc-des-tests,
35052         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
35053         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
35054         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
35055         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
35056         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
35057         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
35058         $(EXEEXT) to automake TESTS variable, for mingw32.
35059
35060 2006-01-17  Simon Josefsson  <jas@extundo.com>
35061
35062         * modules/socklen (Include): Need sys/socket.h.
35063
35064 2006-01-17  Bruno Haible  <bruno@clisp.org>
35065
35066         * modules/ssize_t (Include): Add <sys/types.h>.
35067
35068 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
35069
35070         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
35071         it's not portable and it doesn't work with cross-compiles.
35072         Problem reported by Bruno Haible.  Fix missing-$ typo in
35073         'test "gl_cv_ignore_unused_libraries" ...' that prevented
35074         -zignore from being used with Sun's C compiler.
35075
35076 2006-01-12  Simon Josefsson  <jas@extundo.com>
35077
35078         * lib/base64.c: Fix warning, reported by Bruno Haible
35079         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
35080
35081 2006-01-12  Bruno Haible  <bruno@clisp.org>
35082
35083         * modules/ldd: New file.
35084         * build-aux/ldd.sh.in: New file.
35085         * MODULES.html.sh (Support for building libraries and executables): Add
35086         ldd.
35087
35088 2006-01-12  Bruno Haible  <bruno@clisp.org>
35089
35090         * m4/ldd.m4: New file.
35091
35092 2006-01-12  Bruno Haible  <bruno@clisp.org>
35093
35094         * gnulib-tool (func_import, func_create_testdir): Don't go into an
35095         endless loop while replacing $auxdir with build-aux.
35096
35097 2006-01-11  Simon Josefsson  <jas@extundo.com>
35098
35099         * lib/stdint_.h (SIZE_MAX): Add missing (.
35100
35101 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
35102
35103         Sync from coreutils.
35104         * lib/md5.c: Fix commentary typos.
35105         (alignof, UNALIGNED_P): No need for a GCC-specific version.
35106         * lib/md5.h (__attribute__): Remove; unused.
35107         * lib/sha1.c: Fix commentary to match md5 better.
35108         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
35109         so that we don't need to worry about alignment.  All uses changed.
35110         This merges the 2005-10-28 md5 change into sha1.
35111
35112 2006-01-11  Jim Meyering  <jim@meyering.net>
35113
35114         Sync from coreutils.
35115         * lib/md5.c (OP): Fix spacing.
35116
35117 2006-01-11  Bruno Haible  <bruno@clisp.org>
35118
35119         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35120         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
35121         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
35122
35123 2006-01-11  Bruno Haible  <bruno@clisp.org>
35124
35125         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35126         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
35127         the "early" section as well.
35128
35129 2006-01-11  Bruno Haible  <bruno@clisp.org>
35130
35131         Avoid "ar: no archive members specified" error on MacOS X.
35132         * gnulib-tool (func_modules_add_dummy): New function.
35133         (func_import, func_create_testdir): Invoke it.
35134
35135 2006-01-11  Bruno Haible  <bruno@clisp.org>
35136
35137         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
35138         with $auxdir in AC_CONFIG_FILES statements.
35139
35140 2006-01-11  Bruno Haible  <bruno@clisp.org>
35141
35142         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35143         Initialize also noinst_HEADERS to empty.
35144
35145 2006-01-11  Bruno Haible  <bruno@clisp.org>
35146
35147         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
35148         variables.
35149         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
35150         autoreconf.
35151
35152 2006-01-11  Bruno Haible  <bruno@clisp.org>
35153
35154         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
35155         overridable by the user.
35156         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35157
35158 2006-01-10  Simon Josefsson  <jas@extundo.com>
35159
35160         * modules/sys_socket: New file.
35161
35162 2006-01-10  Simon Josefsson  <jas@extundo.com>
35163
35164         * m4/sys_socket_h.m4: New file.
35165
35166 2006-01-10  Simon Josefsson  <jas@extundo.com>
35167
35168         * lib/socket_.h: New file.
35169
35170 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35171
35172         * modules/readutmp (Maintainer): Add myself.
35173
35174 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35175
35176         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
35177         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
35178         People who are still concerned with buggy memcmp implementations
35179         can invoke gl_FUNC_MEMCMP themselves.
35180
35181 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35182
35183         * lib/regex_internal.h (BITSET_WORD_BITS):
35184         Work around a bug in 64-bit PGC (before version 6.1-2), where the
35185         preprocessor mishandles large unsigned values as if they were signed.
35186         Problem reported by Claudio Fontana in
35187         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
35188
35189 2006-01-10  Jim Meyering  <jim@meyering.net>
35190
35191         Avoid the double-free (first in fts_read, second in fts_close) that
35192         would occur when an `active' directory is made inaccessible (e.g.,
35193         via chmod a-x) during a traversal.
35194         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
35195         before returning.  Reproduce this failure by
35196         mkdir -p a/b; cd a; chmod a-x . b
35197         Reported by Stavros Passas.
35198
35199         Sync from coreutils.
35200         * lib/sha1.c: Tweak grammar in a comment.
35201
35202 2006-01-10  Jim Meyering  <jim@meyering.net>
35203
35204         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
35205         Patch by Joerg Sonnenberger.
35206
35207 2006-01-10  Bruno Haible  <bruno@clisp.org>
35208
35209         * modules/readutmp: Depend on module free.
35210         * modules/strtok_r: Depend on module restrict.
35211
35212 2006-01-10  Bruno Haible  <bruno@clisp.org>
35213
35214         * modules/gettext (configure.ac): Add an invocation of
35215         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
35216
35217 2006-01-10  Bruno Haible  <bruno@clisp.org>
35218
35219         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
35220         Reported by Werner Lemberg <wl@gnu.org>.
35221
35222 2006-01-10  Bruno Haible  <bruno@clisp.org>
35223
35224         * lib/localcharset.c: Update from GNU gettext.
35225
35226 2006-01-10  Bruno Haible  <bruno@clisp.org>
35227
35228         * lib/argp.h (__const): Remove macro. Use const instead.
35229         * lib/argp-fmtstream.h (__const): Likewise.
35230         * lib/glob_.h (__const): Remove macro.
35231         * lib/glob-libc.h: Use const instead of __const.
35232
35233 2006-01-10  Bruno Haible  <bruno@clisp.org>
35234
35235         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
35236         variable.
35237         Needed to avoid an automake error regarding the 'gettext' module.
35238
35239 2006-01-09  Simon Josefsson  <jas@extundo.com>
35240
35241         * modules/inet_ntop (Depends-on): Add restrict.
35242
35243 2006-01-09  Simon Josefsson  <jas@extundo.com>
35244
35245         * modules/gc-rijndael-tests (License): Put under LGPL.
35246
35247         * modules/gc-des-tests (License): Likewise.
35248
35249         * modules/gc-arcfour-tests (License): Likewise.
35250
35251         * modules/gc-arctwo-tests (License): Likewise.
35252
35253         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
35254
35255         * modules/gc-hmac-sha1-tests (Files): Likewise.
35256
35257         * modules/gc-hmac-md5-tests (License): Likewise.
35258
35259         * modules/gc-sha1-tests (License): Likewise.
35260
35261         * modules/gc-md5-tests (License): Likewise.
35262
35263         * modules/gc-md4-tests (License): Likewise.
35264
35265         * modules/gc-md2-tests (License): Likewise.
35266
35267         * modules/gc-tests (License): Likewise.
35268
35269         * modules/des-tests (License): Likewise.
35270
35271         * modules/md4-tests (License): Likewise.
35272
35273         * modules/md2-tests (License): Likewise.
35274
35275 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35276
35277         Sync from coreutils:
35278
35279         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
35280         * modules/lib-ignore: New file.
35281         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
35282         chdir-safer.m4, lchmod.m4.
35283         * modules/openat: Add mkdirat.c, openat-priv.h.
35284
35285 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35286
35287         Sync from coreutils.
35288         * m4/lib-ignore.m4: New file.
35289         * m4/lchmod.m4: New file.
35290
35291 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35292
35293         Sync from coreutils.
35294         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
35295         for write access: POSIX says that must fail.
35296         * lib/fts.c (diropen): Likewise.
35297         * lib/save-cwd.c (save_cwd): Likewise.
35298         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
35299         well, for minor improvements on hosts that lack O_DIRECTORY.
35300         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
35301         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
35302         Fall back on chown if open failed with EACCES.
35303
35304         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
35305         Report an error at compile-time if only a 1-second nominal clock
35306         resolution is found.
35307
35308         * lib/lchmod.h: New file.
35309         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
35310         (make_dir_parents): Use lchown rather than chown, and
35311         lchmod rather than chmod.
35312
35313         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
35314         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
35315         "proc" reported by n0dalus.
35316
35317         * lib/mountlist.c: Include <limits.h>.
35318         (dev_from_mount_options)
35319         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
35320         New function.  It no longer assumes "dev=" has the System V meaning
35321         on Linux (since it doesn't).  It also parses "dev=" more carefully.
35322         (read_file_system_list)
35323         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
35324         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
35325         dev= in that case.
35326
35327         * lib/posixtm.h (PDS_PRE_2000): New macro.
35328         * lib/posixtm.c (year): Arg is now syntax_bits rather than
35329         allow_century.  All usages changed.  Reject dates outside the range
35330         1969-1999 if PDS_PRE_2000 is used.
35331
35332 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35333
35334         Sync from coreutils.
35335         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
35336         (Time of day items): Mention the possibility of leap seconds.
35337         Problem reported by Dr. David Alan Gilbert.
35338
35339 2006-01-09  Jim Meyering  <jim@meyering.net>
35340
35341         Sync from coreutils.
35342
35343         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
35344
35345         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
35346
35347         * lib/modechange.c (mode_compile): Reject an invalid mode string
35348         that starts with an octal digit.  From Andreas Gruenbacher.
35349
35350         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
35351         and dup to open_safer and dup_safer, respectively.
35352         (openat_permissive): Fix typo in comment.
35353
35354         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
35355         "gettext.h"; either no longer needed or are guaranteed by openat.h.
35356         (_): Remove; no longer needed.
35357         (openat): Renamed from rpl_openat; no need for rpl_openat
35358         since openat.h renames openat for us.
35359         Replace most of the body with a call to openat_permissive,
35360         to avoid duplicate code.
35361         Port to (probably hypothetical) environments were mode_t is
35362         wider than int.
35363         (openat_permissive): Require mode arg, so that we can check
35364         types better.  Put it just after flags.  Change cwd failure
35365         indicator from pointer-to-bool to pointer-to-errno-value.
35366         All callers changed.
35367         Invoke openat_save_fail and/or openat_restore_fail if
35368         cwd_errno is null, so that openat can call us.
35369         (openat_permissive, fdopendir, fstatat, unlinkat):
35370         Simplify errno handling to avoid some duplicate code,
35371         as it's OK to set errno on success.
35372         * lib/openat.h: Revamp code so that function macros depend on
35373         __OPENAT_PREFIX only, not also on AT_FDCWD.
35374         (openat_ro): Remove.  Caller changed to use openat_permissive.
35375         (openat_permissive): Now a macro, if not a function.
35376         (openat_restore_fail, openat_save_fail): Now always functions,
35377         since mkdirat needs them even if __OPENAT_PREFIX is defined.
35378
35379         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
35380         and openat.c.
35381         * lib/mkdirat.c: Include openat-priv.h.
35382         Remove definitions of macros defined therein.
35383         * lib/openat.c: Likewise.
35384
35385         * lib/mkdirat.c (mkdirat): New file and function.
35386         * lib/openat.h (mkdirat): Declare.
35387
35388         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
35389
35390         * lib/openat.h (openat_permissive): Declare.
35391         (openat_ro): Define.
35392
35393         * lib/openat.c (EXPECTED_ERRNO): New macro.
35394         (openat_permissive): New function -- used in remove.c rewrite.
35395         (all functions): Set errno just before returning, only if there
35396         was an actual failure.
35397         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
35398
35399         Emulate openat-family functions using Linux's procfs, if possible.
35400         Idea and some code based on Ulrich Drepper's glibc changes.
35401
35402         * lib/openat.c: (BUILD_PROC_NAME): New macro.
35403         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
35404         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
35405         before falling back on save_cwd and restore_cwd.
35406         (fdopendir, fstatat, unlinkat): Likewise.
35407
35408         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
35409         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
35410
35411         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
35412         as second argument to va_arg.  Otherwise, some versions of gcc
35413         warn that `if this code is reached, the program will abort'.
35414
35415 2006-01-09  Jim Meyering  <jim@meyering.net>
35416
35417         Sync from coreutils.
35418         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
35419         Require openat-priv.h.
35420
35421 2006-01-09  Bruno Haible  <bruno@clisp.org>
35422
35423         * modules/strnlen (Include): Use strnlen.h.
35424
35425 2006-01-09  Bruno Haible  <bruno@clisp.org>
35426
35427         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
35428
35429 2006-01-09  Bruno Haible  <bruno@clisp.org>
35430
35431         * lib/sysexit_.h (EX_OK): New macro.
35432         Suggested by Martin Lambers <marlam@marlam.de>.
35433
35434 2006-01-09  Bruno Haible  <bruno@clisp.org>
35435
35436         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
35437         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
35438
35439 2006-01-09  Bruno Haible  <bruno@clisp.org>
35440
35441         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
35442         numbers.
35443
35444 2006-01-09  Bruno Haible  <bruno@clisp.org>
35445
35446         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
35447         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
35448         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
35449         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
35450
35451 2006-01-09  Bruno Haible  <bruno@clisp.org>
35452
35453         * build-aux/javacomp.sh.in: New file, moved from lib/.
35454         * modules/javacomp-script (Files): Update.
35455         (configure.ac): Add AC_CONFIG_FILES invocation.
35456         (EXTRA_DIST): Remove variable.
35457
35458         * build-aux/javaexec.sh.in: New file, moved from lib/.
35459         * modules/javaexec (Files): Update.
35460         (configure.ac): Add AC_CONFIG_FILES invocation.
35461         (EXTRA_DIST): Remove javaexec.sh.in.
35462
35463         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
35464         * modules/csharpcomp-script (Files): Update.
35465         (configure.ac): Add AC_CONFIG_FILES invocation.
35466         (EXTRA_DIST): Remove variable.
35467
35468         * build-aux/csharpexec.sh.in: New file, moved from lib/.
35469         * modules/csharpexec (Files): Update.
35470         (configure.ac): Add AC_CONFIG_FILES invocation.
35471         (EXTRA_DIST): Remove csharpexec.sh.in.
35472
35473 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
35474
35475         Sync from coreutils.
35476
35477         Add POSIX ACL support
35478         * lib/acl.h (copy_acl, set_acl): Add declarations.
35479         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
35480         systems other than Linux.
35481         (chmod_or_fchmod): New function: use fchmod when possible,
35482         and chmod otherwise.
35483         (file_has_acl): Add a POSIX ACL implementation, with a
35484         Linux-specific subcase.
35485         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
35486         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
35487         acls are unsupported.
35488         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
35489         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
35490         are unsupported.
35491
35492 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
35493
35494         Sync from coreutils.
35495         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
35496
35497 2006-01-07  Bruno Haible  <bruno@clisp.org>
35498
35499         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
35500         gl_EARLY.
35501
35502 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35503
35504         * lib/strftime.c (tzname): Don't declare if it is already #defined.
35505         Problem reported for Mingw by Mark Junker.
35506
35507 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35508
35509         * README: Gnulib normally doesn't generate a tarball.
35510
35511 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
35512
35513         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
35514         long int, not int, for nanosecond counts, so that people who are
35515         used to POSIX struct timespec won't be surprised.  Reported by Jim
35516         Meyering.
35517
35518 2005-12-28  Bruno Haible  <bruno@clisp.org>
35519
35520         * build-aux/config.rpath: Update from GNU gettext.
35521
35522 2005-12-16  Jim Meyering  <jim@meyering.net>
35523
35524         * modules/fprintftime: New module.
35525         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
35526
35527 2005-12-16  Jim Meyering  <jim@meyering.net>
35528
35529         * m4/fprintftime.m4: New file.
35530
35531 2005-12-16  Jim Meyering  <jim@meyering.net>
35532
35533         * lib/fprintftime.c, lib/fprintftime.h: New files.
35534
35535 2005-12-15  Simon Josefsson  <jas@extundo.com>
35536
35537         * modules/socklen (configure.ac): Fix M4 macro name, to align with
35538         new m4/socklen.m4.
35539
35540 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35541
35542         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
35543         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
35544
35545 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35546
35547         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
35548         * lib/argp-help.c (fill_in_uparams): Check if the constructed
35549         struct uparams is valid. Fall back to the default values if it is
35550         not.
35551
35552 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35553
35554         * modules/argp (Files): Add argp-pin.c
35555         (Depends-on): dirname
35556         (lib_SOURCES): Add argp-pin.c
35557
35558 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35559
35560         * m4/argp.m4:  Check if program_invocation_name and
35561         program_invocation_short_name are declared and define appropriate
35562         macros if they are not.
35563
35564 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35565
35566         * lib/argp-help.c (__argp_base_name): New function
35567         (__argp_short_program_name): Rewrite using __argp_base_name
35568         * lib/argp-namefrob.h: Define program_invocation_name and
35569         program_invocation_short_name if requested
35570         (__argp_base_name): Add prototype
35571         * lib/argp-parse.c (argp_def): Use gettext wrappers
35572         (argp_default_parser): Use __argp_base_name
35573         * lib/argp-pin.c: New file. Defines program_invocation_name and
35574         program_invocation_short_name on systems that lack them.
35575
35576 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35577
35578         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
35579         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
35580         porting problem reported by Georg Schwarz in
35581         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
35582
35583 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35584
35585         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
35586         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
35587         porting problem reported by Georg Schwarz in
35588         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
35589
35590 2005-12-05  Bruno Haible  <bruno@clisp.org>
35591
35592         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
35593         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
35594         Reported by Mark Junker <mjscod@gmx.de>.
35595
35596 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
35597
35598         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
35599         Use implementation from Albert Chin, with some
35600         comments/corrections by Stepan Kasal and myself.
35601
35602 2005-12-02  Bruno Haible  <bruno@clisp.org>
35603
35604         * gnulib-tool (func_import): Accept GPLed build tool modules when
35605         --lgpl is given.
35606         * modules/csharpcomp-script: New file.
35607         * modules/csharpcomp: Depend on it.
35608         * modules/javacomp-script: New file.
35609         * modules/javacomp: Depend on it.
35610         Suggested by Simon Josefsson.
35611
35612 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
35613
35614         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
35615         statement, to work around an HP-UX 10.20 compiler bug reported by
35616         Peter O'Gorman.
35617
35618 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
35619
35620         * modules/savedir (Depends-on): Add openat.
35621
35622 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
35623
35624         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
35625         (uintmax_t) [defined uintmax_t]: Do not declare.
35626         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
35627         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
35628         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
35629         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
35630         sake of portability to weird hosts that C allows (though we don't
35631         know of any practical examples).
35632
35633         * lib/savedir.h (fdsavedir): New decl.
35634         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
35635         contains most of the former guts of savedir.
35636         (savedir): Use savedirstream.
35637         Include "openat.h".
35638
35639 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35640
35641         * modules/obstack (Files): Add m4/ulonglong.m4.
35642         Problem reported by Davide Angelocola.
35643
35644 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
35645
35646         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
35647         coreutils no longer futzes with rounding modes.
35648
35649 2005-11-14  Jim Meyering  <jim@meyering.net>
35650
35651         * lib/mkstemp-safer.c: Include <config.h>, required for possible
35652         replacement of mkstemp.
35653
35654 2005-11-10  Simon Josefsson  <jas@extundo.com>
35655
35656         * lib/readline.c: Remove EOL.
35657
35658 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35659
35660         * modules/gethrxtime (Depends-on): Add gettime.
35661
35662 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35663
35664         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
35665         or gettimeofday; no longer needed.
35666
35667 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35668
35669         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
35670         time business.
35671         (gethrxtime) [! (HAVE_NANOUPTIME
35672         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
35673         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
35674         our own approximation.
35675
35676 2005-11-08  Eric Blake  <ebb9@byu.net>
35677
35678         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
35679
35680 2005-11-08  Eric Blake  <ebb9@byu.net>
35681
35682         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
35683
35684 2005-11-04  Bruno Haible  <bruno@clisp.org>
35685
35686         * gnulib-tool: Implement --update mode.
35687
35688 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35689
35690         Fix porting problem reported by Theodoros V. Kalamatianos.
35691         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
35692         Don't assume that futimes failing means we must fail.
35693
35694 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35695
35696         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
35697         variables to suggest the intended function of the PATH_MAX check.
35698
35699 2005-10-30  Kean Johnston  <jkj@sco.com>
35700
35701         Trivial changes to support SCO systems.
35702         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
35703         as PATH_MAX.
35704         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
35705         where __ptr is null when no I/O is pending.
35706
35707 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35708
35709         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
35710         leave errno alone.  Problem reported by Dmitry V. Levin.
35711
35712 2005-10-28  Simon Josefsson  <jas@extundo.com>
35713
35714         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
35715         Test more.
35716
35717         * tests/test-gc-md2.c, tests/test-md2.c: New files.
35718
35719         * modules/md2, modules/md2-tests: New files.
35720
35721 2005-10-28  Simon Josefsson  <jas@extundo.com>
35722
35723         * m4/inet_ntop.m4: More tests.
35724
35725         * m4/gc-md2.m4, md2.m4: New file.
35726
35727 2005-10-28  Simon Josefsson  <jas@extundo.com>
35728
35729         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
35730         "restrict" keywords, as per POSIX.  Protect the function
35731         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
35732         Don't use K&R prototypes.  Check the sprintf return values.
35733         Re-define EAFNOSUPPORT if not present.  Indent.
35734
35735         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
35736         suggested by Bruno Haible <bruno@clisp.org>.
35737
35738         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
35739
35740         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
35741
35742         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
35743         libgcrypt).
35744
35745         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
35746
35747         * lib/md2.h, lib/md2.c: New files.
35748
35749 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
35750
35751         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
35752         errno alone.  Problem reported by Frederic Jolliton.
35753
35754 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
35755
35756         * modules/verify (License): Change from GPL to LGPL.  This is a
35757         tiny module and there are apparently near-equivalents that are
35758         under the BSD license.
35759
35760 2005-10-24  Simon Josefsson  <jas@extundo.com>
35761
35762         * modules/sha1: Relicense to LGPL.
35763
35764 2005-10-24  Simon Josefsson  <jas@extundo.com>
35765
35766         * lib/md4.h: Shrink buffer size, now that we changed the type.
35767
35768 2005-10-23  Simon Josefsson  <jas@extundo.com>
35769
35770         * gnulib-tool (func_import): Fix --tests-base.
35771
35772 2005-10-22  Simon Josefsson  <jas@extundo.com>
35773
35774         * modules/arcfour (Depends-on): Need stdint.
35775
35776 2005-10-22  Simon Josefsson  <jas@extundo.com>
35777
35778         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
35779         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
35780
35781 2005-10-22  Simon Josefsson  <jas@extundo.com>
35782
35783         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
35784         suggested by Bruno Haible <bruno@clisp.org>.
35785
35786 2005-10-22  Simon Josefsson  <jas@extundo.com>
35787
35788         * lib/crc.h: Include stddef.h, for size_t.
35789
35790 2005-10-22  Simon Josefsson  <jas@extundo.com>
35791
35792         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
35793         arcfour_context struct (simplify test vector testing in GNU
35794         Shishi).
35795
35796 2005-10-21  Simon Josefsson  <jas@extundo.com>
35797
35798         * modules/des, modules/des-tests: New files.
35799
35800         * modules/gc-des, modules/gc-des-tests: New files.
35801
35802         * tests/test-des.c, tests/test-gc-des.c: New file.
35803
35804 2005-10-21  Simon Josefsson  <jas@extundo.com>
35805
35806         * modules/arctwo, modules/arctwo-tests: New files.
35807
35808         * tests/test-arctwo.c: New file.
35809
35810         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
35811
35812         * tests/test-gc-arctwo.c: New file.
35813
35814 2005-10-21  Simon Josefsson  <jas@extundo.com>
35815
35816         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
35817         Bruno Haible <bruno@clisp.org>.
35818
35819         * m4/gc-des.m4: New file.
35820
35821 2005-10-21  Simon Josefsson  <jas@extundo.com>
35822
35823         * m4/arctwo.m4: New file.
35824
35825         * m4/gc-arctwo.m4: New file.
35826
35827 2005-10-21  Simon Josefsson  <jas@extundo.com>
35828
35829         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
35830         block.
35831
35832 2005-10-21  Simon Josefsson  <jas@extundo.com>
35833
35834         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
35835         <bruno@clisp.org>.
35836
35837         * lib/hmac-sha1.c (hmac_sha1): Likewise.
35838
35839         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
35840         Bruno Haible <bruno@clisp.org>.
35841
35842         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
35843         <bruno@clisp.org>.
35844
35845 2005-10-21  Simon Josefsson  <jas@extundo.com>
35846
35847         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
35848
35849 2005-10-21  Simon Josefsson  <jas@extundo.com>
35850
35851         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
35852
35853 2005-10-21  Simon Josefsson  <jas@extundo.com>
35854
35855         * lib/des.h, lib/des.c: New files.
35856
35857         * lib/gc-gnulib.c: Support DES.c
35858
35859 2005-10-21  Simon Josefsson  <jas@extundo.com>
35860
35861         * lib/arctwo.h, lib/arctwo.c: New files.
35862
35863         * lib/gc-gnulib.c: Support ARCTWO.
35864
35865 2005-10-21  Simon Josefsson  <jas@extundo.com>
35866
35867         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
35868         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35869
35870 2005-10-21  Simon Josefsson  <jas@extundo.com>
35871
35872         * gnulib-tool (func_import, func_create_testdir): Define automake
35873         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
35874         Makefile.am snippet),
35875         suggested by Bruno Haible <bruno@clisp.org>.
35876
35877         * modules/gc (Makefile.am): Use it.
35878
35879 2005-10-21  Bruno Haible  <bruno@clisp.org>
35880
35881         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
35882         patch.
35883
35884 2005-10-19  Simon Josefsson  <jas@extundo.com>
35885
35886         * tests/test-gc-rijndael.c: New file.
35887
35888         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
35889
35890 2005-10-19  Simon Josefsson  <jas@extundo.com>
35891
35892         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
35893         interface too.
35894
35895 2005-10-19  Simon Josefsson  <jas@extundo.com>
35896
35897         * tests/test-gc-arcfour.c: New file.
35898
35899         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
35900
35901 2005-10-19  Simon Josefsson  <jas@extundo.com>
35902
35903         * modules/gc-md4, modules/gc-md4-tests: New file.
35904
35905         * tests/test-gc-md4.c: New file.
35906
35907 2005-10-19  Simon Josefsson  <jas@extundo.com>
35908
35909         * m4/gc-md4.m4: New file.
35910
35911 2005-10-19  Simon Josefsson  <jas@extundo.com>
35912
35913         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
35914         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
35915         <kasal@ucw.cz>.
35916
35917 2005-10-19  Simon Josefsson  <jas@extundo.com>
35918
35919         * m4/gc-arcfour.m4: New file.
35920
35921         * m4/gc-rijndael.m4: New file.
35922
35923 2005-10-19  Simon Josefsson  <jas@extundo.com>
35924
35925         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
35926
35927 2005-10-19  Simon Josefsson  <jas@extundo.com>
35928
35929         * lib/gc-gnulib.c: Support ARCFOUR.
35930
35931 2005-10-19  Simon Josefsson  <jas@extundo.com>
35932
35933         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
35934         support.
35935
35936         * lib/gc.h: Add ECB enum type.
35937
35938         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
35939
35940 2005-10-18  Simon Josefsson  <jas@extundo.com>
35941
35942         * tests/test-md5.c: New file.
35943
35944         * modules/md5-tests: New file.
35945
35946 2005-10-18  Simon Josefsson  <jas@extundo.com>
35947
35948         * tests/test-md4.c: New file.
35949
35950         * modules/md4, modules/md4-tests: New files.
35951
35952 2005-10-18  Simon Josefsson  <jas@extundo.com>
35953
35954         * m4/md4.m4: New file.
35955
35956 2005-10-18  Simon Josefsson  <jas@extundo.com>
35957
35958         * lib/md4.h, lib/md4.c: New files, based on md5.?.
35959
35960 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
35961
35962         * gnulib-tool (func_create_testdir): Omit the second check whether
35963         BUILT_SOURCES in nonempty.
35964
35965 2005-10-17  Simon Josefsson  <jas@extundo.com>
35966
35967         * tests/test-rijndael.c: New file.
35968
35969 2005-10-17  Simon Josefsson  <jas@extundo.com>
35970
35971         * modules/sha1: Depend on stdint instead of md5.
35972
35973         * modules/md5: Depend on stdint, remove uint32_t.
35974
35975 2005-10-17  Simon Josefsson  <jas@extundo.com>
35976
35977         * modules/gc-sha1-tests: New file.
35978
35979         * tests/test-gc-sha1.c: New file.
35980
35981 2005-10-17  Simon Josefsson  <jas@extundo.com>
35982
35983         * m4/md5.m4: Remove call to uint32_t.m4.
35984
35985 2005-10-17  Simon Josefsson  <jas@extundo.com>
35986
35987         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
35988
35989         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
35990         md5.h.
35991
35992         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
35993
35994         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
35995
35996 2005-10-17  Simon Josefsson  <jas@extundo.com>
35997
35998         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
35999
36000 2005-10-17  Simon Josefsson  <jas@extundo.com>
36001
36002         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
36003
36004 2005-10-17  Simon Josefsson  <jas@extundo.com>
36005
36006         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
36007
36008         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
36009
36010 2005-10-17  Bruno Haible  <bruno@clisp.org>
36011
36012         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
36013         that it can also be used in a test.
36014
36015 2005-10-16  Bruno Haible  <bruno@clisp.org>
36016
36017         * gnulib-tool (func_emit_tests_Makefile_am): Also define
36018         TESTS_ENVIRONMENT, so that individual tests can augment it.
36019
36020         * gnulib-tool (func_create_testdir): Use an intermediate target for
36021         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
36022         macros, like $(ALLOCA_H), which cannot be passed through the command
36023         line.
36024
36025 2005-10-15  Simon Josefsson  <jas@extundo.com>
36026
36027         * modules/rijndael-tests: New file.
36028
36029         * modules/rijndael: New file.
36030
36031 2005-10-15  Simon Josefsson  <jas@extundo.com>
36032
36033         * m4/rijndael.m4: New file.
36034
36035 2005-10-15  Simon Josefsson  <jas@extundo.com>
36036
36037         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
36038
36039         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
36040
36041 2005-10-14  Simon Josefsson  <jas@extundo.com>
36042
36043         * tests/test-arcfour.c: New file.
36044
36045         * modules/arcfour, modules/arcfour-tests: New files.
36046
36047 2005-10-14  Simon Josefsson  <jas@extundo.com>
36048
36049         * m4/arcfour.m4: New file.
36050
36051 2005-10-14  Simon Josefsson  <jas@extundo.com>
36052
36053         * lib/arcfour.h, lib/arcfour.c: New files.
36054
36055 2005-10-14  Roland McGrath  <roland@redhat.com>
36056
36057         Import from libc.  [BZ #1331]
36058         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
36059         macro argument.
36060         Reported by Matej Vela <vela@debian.org>.
36061
36062 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36063
36064         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
36065         include <wchar.h>; no longer needed.
36066
36067 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36068
36069         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
36070
36071 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
36072         and  Ulrich Drepper  <drepper@redhat.com>
36073
36074         Import from libc.
36075         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
36076         instead of inline stream orientation test and two separate
36077         function calls.  Pay no attention to USE_IN_LIBIO.
36078
36079 2005-10-13  Simon Josefsson  <jas@extundo.com>
36080
36081         * modules/gc-hmac-md5-tests: New file.
36082
36083         * tests/test-gc-hmac-sha1.c: New file.
36084
36085         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
36086
36087         * modules/gc-hmac-md5-tests: New file.
36088
36089         * tests/test-gc-md5.c: New file.
36090
36091         * modules/gc-md5-tests: New file.
36092
36093 2005-10-13  Simon Josefsson  <jas@extundo.com>
36094
36095         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
36096         Move memory allocation outside of loop.
36097
36098 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
36099
36100         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
36101         intermediate directory is in a read-only file system.  Problem
36102         reported by Eric Blake.
36103
36104 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
36105
36106         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
36107
36108 2005-10-12  Simon Josefsson  <jas@extundo.com>
36109
36110         * tests/test-hmac-sha1.c: New file.
36111
36112         * modules/hmac-sha1-tests: New file.
36113
36114         * modules/hmac-sha1: New file.
36115
36116 2005-10-12  Simon Josefsson  <jas@extundo.com>
36117
36118         * modules/gc-sha1: New file.
36119
36120 2005-10-12  Simon Josefsson  <jas@extundo.com>
36121
36122         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
36123
36124         * tests/test-gc-pbkdf2-sha1.c: New file.
36125
36126 2005-10-12  Simon Josefsson  <jas@extundo.com>
36127
36128         * modules/gc-md5, modules/gc-hmac-md5: New files.
36129
36130         * modules/gc (Files): Remove md5, memxor and hmac files.
36131
36132 2005-10-12  Simon Josefsson  <jas@extundo.com>
36133
36134         * m4/gc-pbkdf2-sha1.m4: New file.
36135
36136         * m4/gc-hmac-sha1.m4: New file.
36137
36138         * m4/gc-sha1: New file.
36139
36140         * m4/hmac-sha1.m4: New file.
36141
36142 2005-10-12  Simon Josefsson  <jas@extundo.com>
36143
36144         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
36145
36146         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
36147
36148 2005-10-12  Simon Josefsson  <jas@extundo.com>
36149
36150         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
36151         suggested by Bruno Haible <bruno@clisp.org>.
36152
36153 2005-10-12  Simon Josefsson  <jas@extundo.com>
36154
36155         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
36156
36157 2005-10-12  Simon Josefsson  <jas@extundo.com>
36158
36159         * lib/gc-pbkdf2-sha1.c: New file.
36160
36161         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
36162
36163 2005-10-12  Simon Josefsson  <jas@extundo.com>
36164
36165         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
36166
36167         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
36168
36169 2005-10-12  Simon Josefsson  <jas@extundo.com>
36170
36171         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
36172         GC_USE_HMAC_MD5, respectively.
36173
36174         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
36175         (gc_md5): Fix typo.
36176
36177         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
36178
36179         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
36180
36181         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
36182
36183 2005-10-12  Bruno Haible  <bruno@clisp.org>
36184
36185         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
36186         Reported by Stepan Kasal <kasal@ucw.cz>.
36187
36188 2005-10-11  Simon Josefsson  <jas@extundo.com>
36189
36190         * tests/test-crc.c: New file.
36191
36192         * modules/crc, modules/crc-tests: New files.
36193
36194 2005-10-11  Simon Josefsson  <jas@extundo.com>
36195
36196         * m4/crc.m4: New file.
36197
36198 2005-10-11  Simon Josefsson  <jas@extundo.com>
36199
36200         * lib/gc.h: Add gc_hash and gc_hash_buffer.
36201
36202         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
36203
36204         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
36205
36206 2005-10-11  Simon Josefsson  <jas@extundo.com>
36207
36208         * lib/crc.h, lib/crc.c: New files.
36209
36210         * lib/gc.h (gc_hash_buffer): Add doc.
36211
36212 2005-10-11  Bruno Haible  <bruno@clisp.org>
36213
36214         * modules/c-strcasestr: New file.
36215         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
36216
36217 2005-10-11  Bruno Haible  <bruno@clisp.org>
36218
36219         * modules/c-strcase: New file.
36220         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
36221
36222 2005-10-11  Bruno Haible  <bruno@clisp.org>
36223
36224         * lib/strcasecmp.c: Include limits.h.
36225         (strcasecmp): Avoid integer overflow on exotic platforms.
36226         * lib/strncasecmp.c: Include limits.h.
36227         (strncasecmp): Avoid integer overflow on exotic platforms.
36228         Reported by Paul Eggert.
36229
36230 2005-10-11  Bruno Haible  <bruno@clisp.org>
36231
36232         * lib/c-strcasestr.h: New file, from GNU gettext.
36233         * lib/c-strcasestr.c: New file, from GNU gettext.
36234
36235 2005-10-11  Bruno Haible  <bruno@clisp.org>
36236
36237         * lib/c-strcase.h: New file, from GNU gettext.
36238         * lib/c-strcasecmp.c: New file, from GNU gettext.
36239         * lib/c-strncasecmp.c: New file, from GNU gettext.
36240
36241 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36242
36243         * modules/mempcpy (License): GPL -> LGPL.
36244         * modules/strchrnul (License): Likewise.
36245         * modules/sysexits (License): Likewise.
36246
36247 2005-10-08  Simon Josefsson  <jas@extundo.com>
36248
36249         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
36250
36251 2005-10-07  Simon Josefsson  <jas@extundo.com>
36252
36253         * m4/memxor.m4: Remove gl_C_RESTRICT call.
36254
36255 2005-10-06  Simon Josefsson  <jas@extundo.com>
36256
36257         * tests/test-hmac-md5.c: New file.
36258
36259         * modules/hmac-md5-tests: New file.
36260
36261         * modules/hmac-md5: New file.
36262
36263 2005-10-06  Simon Josefsson  <jas@extundo.com>
36264
36265         * m4/hmac-md5.m4: New file.
36266
36267         * m4/memxor.m4: Require gl_C_RESTRICT.
36268
36269 2005-10-06  Simon Josefsson  <jas@extundo.com>
36270
36271         * lib/memxor.c (memxor): Avoid casts and warnings.
36272
36273 2005-10-06  Simon Josefsson  <jas@extundo.com>
36274
36275         * lib/hmac-md5.c: New file.
36276
36277         * lib/hmac.h: New file.
36278
36279 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36280
36281         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
36282         promotes to int, not unsigned int, to catch the AIX 5.3
36283         compiler bug.
36284
36285 2005-10-05  Simon Josefsson  <jas@extundo.com>
36286
36287         * modules/memxor: New file.
36288
36289         * modules/iconv (Files): Move config.rpath to havelib, it is used
36290         there.
36291
36292         * modules/havelib (Files): Add config.rpath.
36293
36294 2005-10-05  Simon Josefsson  <jas@extundo.com>
36295
36296         * m4/memxor.m4: New file.
36297
36298 2005-10-05  Simon Josefsson  <jas@extundo.com>
36299
36300         * lib/memxor.c (memxor): Fix compiler error.
36301
36302         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
36303         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
36304
36305         * lib/memxor.h, lib/memxor.c: New files.
36306
36307         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
36308         we assume all systems have it, suggested by Jim Meyering
36309         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
36310         any systems lack sys/socket.h; mingw32 is known to lack it, but we
36311         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
36312         same reasons.
36313
36314 2005-10-05  Simon Josefsson  <jas@extundo.com>
36315
36316         * config/srclist.txt: Add glibc bug 1423 for md5.h.
36317
36318 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36319
36320         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
36321         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
36322         needed, since the source code now assumes these .h files.
36323
36324 2005-10-05  Derek Price  <derek@ximbiot.com>
36325
36326         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
36327
36328 2005-10-05  Bruno Haible  <bruno@clisp.org>
36329
36330         * modules/stdint (License): Change to LGPL.
36331
36332 2005-10-04  Simon Josefsson  <jas@extundo.com>
36333
36334         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
36335         D. Baushke" <mdb@gnu.org>.
36336
36337 2005-10-04  Bruno Haible  <bruno@clisp.org>
36338
36339         * lib/verify.h (verify_true): Provide alternative definition for C++.
36340
36341 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
36342
36343         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
36344         (SSIZE_MAX): New macro, if not already defined.
36345         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
36346         than 2 GiB.
36347
36348 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36349
36350         Sync from coreutils.
36351         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
36352         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
36353         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
36354         ULLONG_MAX doesn't work with 2.7.2.1.
36355
36356 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36357
36358         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
36359         From Ben Pfaff.
36360
36361         * modules/exclude (Depends-on): Depend on verify.
36362         * modules/strtoimax (Depends-on): Likewise.
36363         * modules/utimecmp (Depends-on): Likewise.
36364
36365 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36366
36367         * lib/exclude.c: Include verify.h.
36368         (verify): Remove.  All callers changed to use verify.h's version.
36369         * lib/strtoimax.c: Likewise.
36370         * lib/utimecmp.c: Likewis.e
36371
36372         Sync from coreutils.
36373         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
36374         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
36375         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
36376         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
36377         bother returning ENOSYS if settimeofday or stime fails; just let
36378         them return whatever errno they want to return.
36379         * lib/utimens.c: Include unistd.h, for dup2.
36380         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
36381         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
36382
36383 2005-10-02  Jim Meyering  <jim@meyering.net>
36384
36385         Sync from coreutils.
36386         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
36387         from glibc-2.2.5 that fails for read-only files.
36388
36389 2005-10-02  Jim Meyering  <jim@meyering.net>
36390
36391         Sync from coreutils.
36392         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
36393         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
36394         `#if HAVE_CONFIG_H'.
36395         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
36396         Remove AT_FDCWD test.
36397         Do not consume the fd unless successful.
36398         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
36399         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
36400         block, so that we don't even try to compile it if settimeofday is
36401         available.  This works around a compilation failure on OSF1 V5.1,
36402         due to stime requiring a `long int*' while tv_sec is `int'.
36403
36404 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
36405
36406         Sync from coreutils.
36407         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
36408         against `yes', rather than just testing for nonempty.
36409
36410 2005-10-01  Simon Josefsson  <jas@extundo.com>
36411
36412         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
36413         and Darwin.
36414
36415         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
36416         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
36417         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
36418         freeaddrinfo and gai_strerror are declared by the POSIX headers.
36419         Check if struct addrinfo is declared.
36420
36421 2005-10-01  Simon Josefsson  <jas@extundo.com>
36422
36423         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
36424         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
36425         AI_* and EAI_* definitions.  Protect function declarations.
36426
36427 2005-10-01  Jim Meyering  <jim@meyering.net>
36428
36429         Sync from coreutils.
36430
36431         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
36432         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
36433         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
36434         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
36435         in the inet and nsl libraries.  Required on Solaris 5.7.
36436
36437 2005-10-01  Jim Meyering  <jim@meyering.net>
36438
36439         Sync from coreutils.
36440         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
36441         in the inet and nsl libraries.  Required on Solaris 5.7.
36442
36443 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
36444
36445         * lib/getdelim.c (getdelim): Remove unused variables.
36446
36447 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
36448
36449         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
36450         so that the code works even with ancient cpp.  Portability problem
36451         with GCC 2.7.2.1 reported by Thomas M.Ott.
36452
36453 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
36454
36455         * modules/regex (Depends-on): Add strcase.
36456
36457         * modules/gethostname (Licence): Change from GPL to LGPL, since
36458         gethostname.c is a trivial implementation of a standard library
36459         function.
36460         * modules/poll (License): Change from GPL to LGPL, since it's
36461         derived from LGPL code.
36462
36463 2005-09-27  Jim Meyering  <jim@meyering.net>
36464
36465         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
36466         HAVE_CONFIG_H.
36467
36468         * lib/intprops.h (signed_type_or_expr__): Define.
36469         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
36470         for unsigned types.
36471
36472 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
36473
36474         * lib/verify.h (verify_expr): Remove, replacing with:
36475         (verify_true): New macro that returns true instead of void.
36476         (verify_type__): Remove.
36477         (verify): Use verify_true rather than verify_type__.
36478
36479 2005-09-26  Bruno Haible  <bruno@clisp.org>
36480
36481         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
36482         is necessary.
36483         (lib_SOURCES): Remove mbchar.c.
36484         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
36485         (Files): Add m4/mbrtowc.m4.
36486         * modules/mbiter: Likewise.
36487         * modules/mbuiter: Likewise.
36488
36489 2005-09-26  Bruno Haible  <bruno@clisp.org>
36490
36491         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
36492         compile mbchar.c if they are not both present.
36493         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
36494         * m4/mbiter.m4 (gl_MBITER): Likewise.
36495         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
36496         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
36497         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
36498
36499 2005-09-25  Jim Meyering  <jim@meyering.net>
36500
36501         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
36502         also uses socklen_t.
36503
36504 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
36505
36506         * lib/utimens.c (ENOSYS): Define if not already defined.
36507         (futimens): Support having a null PATH if the file descriptor
36508         is nonnegative.
36509
36510         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
36511         Remove.
36512         (__attribute): Define to empty unless GCC 3.1 or later.
36513         This works around a core dump on OpenBSD 3.4, which has GCC
36514         2.95.3, which dumps core when given __attribute__(()).  It also
36515         simplifies other tests, since we really don't want to bother with
36516         worrying about which ancient version of GCC supported what.
36517         Original problem reported by Yoann Vandoorselaere, with part of
36518         the fix suggested by Derek Price.
36519
36520 2005-09-24  Jim Meyering  <jim@meyering.net>
36521
36522         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
36523         so we can once again use a positive bitfield width of 1 -- now we
36524         don't have to explain why we were using a bitfield width of 2.
36525
36526 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
36527
36528         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
36529         and similarly for the other external symbols.  Problem reported
36530         by James Gallager.
36531
36532         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
36533         bug reported by Jim Meyering.
36534
36535         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
36536         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
36537         not needed, since socklen is a prerequisite module.
36538
36539 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
36540
36541         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
36542         Problem reported by Eric Blake.
36543         (getaddrinfo): Initialize se so that it's not garbage.
36544         Redo internal storage allocation so that it doesn't make unportable
36545         assumptions about alignment.
36546         Fix a memory leak.
36547
36548         * lib/utimens.c (futimens): Use futimesat if available.
36549         Prefer it to futimes since it doesn't have the futimes bug.
36550
36551         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
36552         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
36553         Instead, declare a function that returns a pointer to an array,
36554         and use verify_type__ to declare the size of the array.
36555         Problem and germ of a solution reported by Bruno Haible.
36556         (verify_type__): Use 2, not 1, for bitfield size, to avoid
36557         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
36558
36559 2005-09-23  Jim Meyering  <jim@meyering.net>
36560
36561         Sync from coreutils.
36562         Correct build failure (socklen_t not defined) on at least
36563         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
36564         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
36565
36566 2005-09-23  Jim Meyering  <jim@meyering.net>
36567
36568         * modules/getaddrinfo (Depends-on): Add socklen.
36569
36570 2005-09-23  Bruno Haible  <bruno@clisp.org>
36571
36572         * tests/test-verify.c: New file.
36573
36574 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36575
36576         Sync from coreutils.
36577
36578         * modules/argmatch (Depends-on): Add verify.
36579         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
36580         unistd-safer.
36581         * modules/save-cwd (Depends-on): Likewise.
36582
36583         * modules/openat (Files): Add lib/openat-die.c.
36584         (Depends-on): Remove error, exitfail.
36585         Add dirname.
36586
36587         * modules/verify: New file.
36588         * MODULES.html.sh (Diagnostics <assert.h>): New section,
36589         with "verify" module.
36590
36591 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36592
36593         Sync from coreutils.
36594
36595         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
36596         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
36597         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
36598         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
36599         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
36600         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
36601         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
36602         Don't bother checking for string.h, stdlib.h, unistd.h.
36603         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
36604         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
36605         module's job.
36606         * m4/jm-macros.m4 (gl_MACROS): Likewise.
36607         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
36608
36609         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
36610         (gl_GETDATE): Use it.
36611
36612         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
36613
36614 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36615
36616         Sync from coreutils.
36617
36618         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
36619         stat-time.h.
36620         * lib/argmatch.h: Include verify.h
36621         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
36622         (ARGMATCH_ASSERT): Remove; unused.
36623         * lib/canonicalize.c: Assume STDC_HEADERS.
36624         * lib/exclude.c: Include "strcase.h".
36625         * lib/regex_internal.h [!defined _LIBC]: Likewise.
36626         * lib/getusershell.c: Include stdio--.h rather than stdio.h
36627         and stdio-safer.h.
36628         (getusershell): Call fopen, not fopen_safer.
36629         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
36630         Do not include unistd-safer.h.
36631         (save_cwd): Don't call fd_safer; no longer needed
36632         now that we include fcntl--.h.
36633
36634         * lib/getdate.y (relative_time): New type.
36635         (RELATIVE_TIME_0): New constant.
36636         (parser_control): Use relative_time instead of doing it ourselves.
36637         (%union): Add new relative_time rel member.
36638         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
36639         Now typeless.
36640         (relunit, relunit_snumber): Now of type rel.
36641         (zone, rel, relunit, get_date): Adjust to above changes.
36642
36643         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
36644         Do not include unistd-safer.h.
36645         (getloadavg): Don't call fd_safer; no longer needed
36646         now that we include fcntl--.h.
36647
36648         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
36649         (make_dir_parents): Treat ENOSYS like EEXIST.
36650
36651         Improve quality of diagnostics on restore_cwd failure.
36652         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
36653         (make_dir_parents): Last arg is now int * (for errno), not bool *.
36654         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
36655         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
36656         each time through the loop.  Do not diagnose restore_cwd failure;
36657         that is the caller's job (and perhaps the caller does not care).
36658
36659         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
36660         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
36661         If the file already exists but is not a directory, don't bother
36662         to try to make its parents.
36663         Close potential file descriptor leak if we can't chdir("/") (!).
36664         Don't always return true if chdir($PWD) fails; return true only
36665         if the requested action was done successfully (except for the
36666         chdir($PWD)).
36667         Don't log final directory unless we actually made it.
36668         Refactor to avoid duplicate code to fix up permissions.
36669         Don't attempt to fix up parent permissions if chdir($PWD) fails.
36670
36671         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
36672         to make it a bit faster and (I hope) clearer.
36673         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
36674         Fix bug in formats like %2N.
36675
36676         * lib/verify.h: New file.
36677
36678 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36679
36680         Sync from coreutils.
36681         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
36682
36683 2005-09-22  Jim Meyering  <jim@meyering.net>
36684
36685         Sync from coreutils.
36686
36687         * m4/lstat.m4 (gl_FUNC_LSTAT):
36688         Use AC_LIBSOURCES to require lstat.c and lstat.h.
36689         Remove obsolete comment.
36690         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
36691         * m4/xstrtod.m4: Likewise.
36692
36693         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
36694
36695 2005-09-22  Jim Meyering  <jim@meyering.net>
36696
36697         Sync from coreutils.
36698
36699         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
36700
36701         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
36702         the .tm_year member, since otherwise gcc-4.0 would now warn about
36703         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
36704
36705         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
36706         order to avoid an unsuppressible warning from gcc on 64-bit systems.
36707
36708         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
36709         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
36710         when run in a time zone for which daylight savings time is in effect
36711         for the starting date.
36712
36713         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
36714         stop us from restricting permissions of just-created absolute-named
36715         directories.
36716         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
36717         to restore initial working directory.
36718         * lib/mkdir-p.c (make_dir_parents): New parameter:
36719         different_working_dir, to tell caller if/when we change the working
36720         directory and are unable to return to the initial one.
36721         * lib/mkdir-p.h (make_dir_parents): Update prototype.
36722         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
36723         `return false'.  This fixes a bug introduced on 2004-07-30.
36724
36725         * lib/openat.c (fdopendir): Be sure to close the supplied
36726         file descriptor before returning.  This makes our replacement
36727         implementation a little closer to Solaris's, where fdopendir
36728         ties the file descriptor to the returned DIR* pointer.
36729         * lib/openat.c (unlinkat): New function.
36730         * lib/openat.h (unlinkat): Add prototype.
36731         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
36732         (openat_restore_fail): Rename from openat_restore_die.
36733         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
36734
36735         Provide an alternative to exiting immediately upon save_cwd or
36736         restore_cwd failure.  Now, an application can arrange e.g.,
36737         to perform a longjump in that case.
36738         * lib/openat.c: Include dirname.h.
36739         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
36740         (rpl_openat, fdopendir, fstatat): Call openat_save_die
36741         and openat_restore_die rather than calling error directly.
36742         Don't include "error.h" or "exitfail.h"; they're no longer needed.
36743
36744         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
36745         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
36746         define.
36747
36748         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
36749         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
36750                             int utc, int nanoseconds);
36751         Background:
36752         date should not have to allocate a megabyte of virtual memory to
36753         handle a format argument like +%1048575T.  When implemented with
36754         strftime, it must allocate such a buffer, use strftime to fill it
36755         in, print it, then free it.
36756         With fprintftime, it simply prints everything and exits.
36757         With no need for memory allocation, that's one fewer way to fail.
36758         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
36759         optional field width, not before, so we accept %9:z, not %:9z.
36760         (my_strftime): Be sure to use L_('x') for literals.
36761
36762         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
36763         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
36764         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
36765         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
36766         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
36767         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
36768         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
36769         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
36770         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
36771         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
36772         * lib/xgethostname.c, lib/xreadlink.c:
36773         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
36774
36775         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
36776         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
36777         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
36778         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36779         and don't include <sys/file.h>).
36780
36781 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
36782
36783         Sync from coreutils.
36784
36785         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
36786         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
36787         [!LDAV_DONE]: Avoid unused variable warning.
36788
36789 2005-09-21  Bruno Haible  <bruno@clisp.org>
36790
36791         * lib/unicodeio.h (unicode_to_mb): New declaration.
36792
36793 2005-09-20  Derek Price  <derek@ximbiot.com>
36794
36795         * lib/getaddrinfo.c: Don't include <netdb.h> included from
36796         getaddrinfo.h.
36797
36798 2005-09-20  Bruno Haible  <bruno@clisp.org>
36799
36800         * gnulib-tool: Remove trailing slashes from the values specified for
36801         --source-base, --m4-base, --tests-base, --aux-dir.
36802         Suggested by Simon Josefsson <jas@extundo.com>.
36803
36804 2005-09-20  Bruno Haible  <bruno@clisp.org>
36805
36806         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
36807         func_modules_to_filelist, func_import, func_create_testdir): Make all
36808         sorting results locale-independent, so that gnulib-cache.m4 doesn't
36809         change when gnulib-tool is invoked in a different locale.
36810
36811 2005-09-19  Simon Josefsson  <jas@extundo.com>
36812
36813         * m4/socklen.m4: Fix typo.
36814
36815 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36816
36817         Use a consistent style for including <config.h>.
36818         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
36819         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
36820         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
36821         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
36822         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
36823         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
36824         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
36825         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
36826         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
36827         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
36828         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
36829         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
36830         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
36831         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
36832         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
36833         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
36834         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
36835         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
36836         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
36837         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
36838         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
36839         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
36840         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
36841         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
36842         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
36843         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
36844         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
36845         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
36846         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
36847         lib/xstrtoumax.c, lib/yesno.c:
36848         Standardize inclusion of config.h.
36849         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
36850         lib/inttostr.h:  Removed inclusion of config.h from header files.
36851         * lib/inttostr.c:  Adjusted in-tree users.
36852         * lib/timespec.h: Remove superfluous warning to include config.h.
36853         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
36854         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
36855         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
36856         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
36857         config.h with HAVE_CONFIG_H.
36858
36859 2005-09-19  Jim Meyering  <jim@meyering.net>
36860
36861         * modules/pathmax (License): Change to LGPL.
36862
36863 2005-09-19  Derek Price  <derek@ximbiot.com>
36864
36865         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
36866
36867 2005-09-19  Bruno Haible  <bruno@clisp.org>
36868
36869         * gnulib-tool (import): Provide default for --tests-base.
36870
36871 2005-09-19  Bruno Haible  <bruno@clisp.org>
36872
36873         * doc/quote.texi: New file, extracted from gnulib.texi.
36874         * doc/ctime.texi: New file, extracted from gnulib.texi.
36875         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
36876         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
36877         * doc/gnulib.texi: Include them.
36878
36879 2005-09-18  Bruno Haible  <bruno@clisp.org>
36880
36881         Portability fix.
36882         * gnulib-tool (func_readlink): New function.
36883         (func_ln_if_changed): Use it.
36884
36885 2005-09-18  Bruno Haible  <bruno@clisp.org>
36886
36887         * gnulib-tool: Support --with-tests also with --import.
36888         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
36889         (func_import): Use variables $testsbase and $inctests. Emit a
36890         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
36891         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
36892         SUBDIRS += $testsdir.
36893         (func_create_testdir): Update.
36894
36895 2005-09-18  Bruno Haible  <bruno@clisp.org>
36896
36897         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
36898         instead of $dry_run.
36899         (func_cp_if_changed, func_mv_if_changed): Remove functions.
36900         (func_ln_if_changed): Don't handle dry-run here.
36901         (func_import): In dry-run mode, detect more precisely which actions
36902         would be performed, and don't use "...ing" verbs.
36903
36904 2005-09-18  Bruno Haible  <bruno@clisp.org>
36905
36906         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
36907         (func_import): Use join on two temporary files instead of three nested
36908         loops, in order to determine which files are new or old.
36909
36910 2005-09-18  Bruno Haible  <bruno@clisp.org>
36911
36912         * gnulib-tool (func_import): Comment out code that spits out the
36913         new files with --dry-run.
36914
36915 2005-09-18  Bruno Haible  <bruno@clisp.org>
36916
36917         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
36918
36919 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36920
36921         * lib/stat-time.h: New file.
36922         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
36923         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
36924         in a different way.
36925         (timespec_cmp): New function.
36926         * lib/utimecmp.c: Include stat-time.h.
36927         (SYSCALL_RESOLUTION): Depend on whether various struct stat
36928         members exist, not on the obsolescent ST_MTIM_NSEC.
36929         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
36930
36931 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36932
36933         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
36934
36935 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36936
36937         * MODULES.html.sh (File system functions): Add stat-time.
36938         * modules/stat-time: New file.
36939         * modules/timespec (Files): Remove m4/st_mtim.m4; this
36940         is now done in a different way, by the stat-time module.
36941         * modules/utimecmp (Depends-on): Add stat-time.
36942
36943 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36944
36945         * m4/st_mtim.m4: Remove.  Superseded by...
36946         * m4/stat-time.m4: New file.
36947         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
36948         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
36949
36950 2005-09-15  Derek Price  <derek@ximbiot.com>
36951
36952         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
36953
36954 2005-09-15  Derek Price  <derek@ximbiot.com>
36955
36956         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
36957         * lib/regex_internal.c: Ditto, using this...
36958         (__GNUC_PREREQ): ...new macro.
36959         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
36960         using...
36961         (__GNUC_PREREQ): ...this new macro.
36962
36963         * lib/strstr.h: Include string.h. Define strstr as a macro here.
36964
36965 2005-09-15  Derek Price  <derek@ximbiot.com>
36966             Paul Eggert  <eggert@cs.ucla.edu>
36967
36968         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
36969         changes, consolidating in...
36970         * lib/regex_internal.h: ...this file.
36971
36972 2005-09-13  Jim Meyering  <jim@meyering.net>
36973
36974         * lib/canon-host.c: Filter through gnu indent and reword comments
36975         slightly.
36976         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
36977
36978 2005-09-13  Derek Price  <derek@ximbiot.com>
36979
36980         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
36981         failure.
36982         Reported by Jim Meyering  <jim@meyering.net>.
36983
36984 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36985
36986         * lib/base64.c: Typo.
36987         (base64_encode): Put b64str in initialized data section.
36988
36989 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
36990
36991         Merge glibc and coreutils changes into gnulib, plus a few
36992         extra fixes.
36993         * lib/md5.c: Use #error rather than a string.
36994         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
36995         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
36996         (__attribute__): Define to empty for non recent-GCC.
36997         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
36998         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
36999         Renamed from their non-__ counterparts, with new macros replacing
37000         them if not _LIBC.  Add __THROW attribute.
37001         (rol): Remove.
37002         (struct md5_ctx): Align buffer if using GCC.
37003         * lib/sha1.h (struct sha1_ctx): Likewise.
37004         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
37005         The old name was backwards.
37006         (NOTSWAP): Remove; not used.
37007         (rol): New macro, moved here from md5.h.
37008         (sha1_process_block): Remove a FIXME that doesn't make sense.
37009
37010 2005-09-12  Derek Price  <derek@ximbiot.com>
37011
37012         Return usable errors from canon-host.
37013         * lib/canon-host.h: New file.
37014         * lib/canon-host.c (canon_host): Wrap...
37015         (canon_host_r): ...this new function, which now relies exclusively on
37016         getaddrinfo.
37017         (ch_strerror): New function.
37018         (last_cherror): New global.
37019         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
37020         interface.
37021         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
37022         void *.
37023         (freeaddrinfo): Free ai->ai_canonname when set.
37024
37025 2005-09-12  Derek Price  <derek@ximbiot.com>
37026
37027         Make canon-host require getaddrinfo.
37028         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
37029         AC_LIBSOURCE canon-host.h.  Call...
37030         (gl_PREREQ_CANON_HOST): ...this new function, which requires
37031         gl_GETADDRINFO.
37032         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
37033
37034 2005-09-12  Derek Price  <derek@ximbiot.com>
37035
37036         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
37037         LGPL.
37038         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
37039
37040 2005-09-12  Derek Price  <derek@ximbiot.com>
37041
37042         * lib/gai_strerror.c: Include config.h when available.  Include
37043         getaddrinfo.h before other headers to test interface.
37044         Reported by Larry Jones <lawrence.jones@ugs.com>.
37045
37046 2005-09-12  Derek Price  <derek@ximbiot.com>
37047             Paul Eggert  <eggert@cs.ucla.edu>
37048
37049         * modules/glob (Files): Add glob-libc.h.
37050
37051 2005-09-12  Derek Price  <derek@ximbiot.com>
37052             Paul Eggert  <eggert@cs.ucla.edu>
37053
37054         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
37055         glob_.h, glob-libc.h.
37056         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
37057
37058 2005-09-12  Derek Price  <derek@ximbiot.com>
37059             Paul Eggert  <eggert@cs.ucla.edu>
37060
37061         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
37062         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
37063         protecting things that should be done only in gnulib contexts.
37064         * lib/glob_.h: New file, containing only the glob things needed for
37065         gnulib.
37066         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
37067         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
37068         (glob, globfree, glob_pattern_p): Now defined simply in terms of
37069         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
37070         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
37071         and to respect the namespace rules better.
37072
37073 2005-09-08  Simon Josefsson  <jas@extundo.com>
37074
37075         * modules/socklen: New file.
37076
37077 2005-09-08  Simon Josefsson  <jas@extundo.com>
37078
37079         * m4/socklen.m4: New file.
37080
37081 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37082
37083         * modules/utimens (Files): Add m4/utimbuf.m4, since
37084         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
37085         Reported by Sergey Poznyakoff.
37086
37087 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37088
37089         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
37090         definitions, since that's the preferred style in glibc.
37091         Fix a minor spacing issue, and update copyright notice to match
37092         glibc's.
37093
37094 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37095
37096         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
37097
37098 2005-09-06  Simon Josefsson  <jas@extundo.com>
37099
37100         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
37101         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
37102
37103 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37104
37105         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
37106         warning.
37107
37108 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37109
37110         * config/srclist.txt: Add glibc bug 1302.
37111
37112 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
37113
37114         Change bitset word type from unsigned int to unsigned long int,
37115         as this has better performance on typical 64-bit hosts.
37116         Port bitset code to hosts with unusual word sizes.
37117         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
37118         (build_collating_symbol):
37119         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
37120         argument is a bitset.  This is merely a style issue, but it makes
37121         it clearer that an entire array is expected.
37122         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
37123         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
37124         Port to the case where bitset_word is not the same as unsigned int.
37125         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37126         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
37127         Likewise.
37128         * lib/regexec.c (check_dst_limits_calc_pos_1,
37129         check_subexp_matching_top):
37130         (build_trtable, group_nodes_into_DFAstates):
37131         Likewise.
37132         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
37133         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
37134         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
37135         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
37136         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
37137         * lib/regcomp.c (optimize_subexps, lower_subexp):
37138         Work even if bitset_word has holes in its bitwise representation.
37139         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
37140         * lib/regexec.c (check_dst_limits_calc_pos_1,
37141         check_subexp_matching_top):
37142         Likewise.
37143         * lib/regex_internal.c (re_string_reconstruct):
37144         Don't assume UCHAR_MAX == 255.
37145         * lib/regex_internal.h (bitset_set_all): Likewise.
37146         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
37147         All uses changed.
37148         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
37149         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
37150         All uses changed.
37151         (BITSET_WORD_MAX): New macro.
37152         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
37153         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
37154         (bitset_empty, bitset_copy):
37155         Prefer sizeof (bitset) to multiplying it out ourselves.
37156         (bitset_not_merge): Remove; unused.
37157         (bitset_contain): Return bool, not unsigned int with one bit on.
37158         All callers changed.
37159         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
37160         alignment than re_node_set; do this by defining a new internal
37161         type struct dests_alloc and using it to allocate memory.
37162
37163 2005-09-05  Bruno Haible  <bruno@clisp.org>
37164
37165         * gnulib-tool (func_import): Fix comparison in handling of symbolic
37166         links.
37167
37168 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
37169
37170         * modules/size_max (Makefile.am): Add size_max.h
37171
37172 2005-09-04  Derek Price  <derek@ximbiot.com>
37173
37174         * gnulib-tool (func_import): Fix reversed $symbolic logic.
37175
37176 2005-09-03  Simon Josefsson  <jas@extundo.com>
37177
37178         * gnulib-tool: Fix typo.
37179
37180 2005-09-03  Simon Josefsson  <jas@extundo.com>
37181
37182         * config/srclist.txt: Add glibc bug 1293.
37183
37184 2005-09-03  Derek Price  <derek@ximbiot.com>
37185
37186         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
37187         From Larry Jones <lawrence.jones@ugs.com>.
37188
37189 2005-09-02  Simon Josefsson  <jas@extundo.com>
37190
37191         * modules/socklen: New file.
37192
37193 2005-09-02  Simon Josefsson  <jas@extundo.com>
37194
37195         * modules/havelib: New module.
37196
37197         * modules/gettext, modules/iconv, modules/lock, modules/readline:
37198         Use havelib.
37199
37200 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37201
37202         Check for arithmetic overflow when calculating sizes, to prevent
37203         some buffer-overflow issues.  These patches are conservative, in the
37204         sense that when I couldn't determine whether an overflow was possible,
37205         I inserted a run-time check.
37206         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
37207         macros.
37208         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
37209         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
37210         (re_xnrealloc, re_x2nrealloc): New inline functions.
37211         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
37212         parse_bracket_exp):
37213         (build_equiv_class, build_charclass): Check for arithmetic overflow
37214         in size expression calculations.
37215         * lib/regex_internal.c (re_string_realloc_buffers):
37216         (build_wcs_upper_buffer, re_node_set_add_intersect):
37217         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
37218         (re_dfa_add_node, register_state): Likewise.
37219         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
37220         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
37221         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
37222         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
37223
37224 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37225
37226         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
37227         m4/ulonglong.m4.  Problem reported by Martin Lambers.
37228
37229 2005-09-02  Bruno Haible  <bruno@clisp.org>
37230
37231         Support for lib vs. lib64 distinction on biarch platforms.
37232         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
37233         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
37234         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
37235
37236 2005-09-02  Bruno Haible  <bruno@clisp.org>
37237
37238         * gnulib-tool (import): In the other first-use case, provide defaults
37239         as well.
37240
37241 2005-09-02  Bruno Haible  <bruno@clisp.org>
37242
37243         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
37244         patches not yet found in the latest gettext release.
37245
37246 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37247
37248         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
37249         to avoid a collision with bits/local_lim.h in glibc.
37250         All uses changed.  Problem reported by Dmitry V. Levin in
37251         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
37252
37253         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
37254         bugs in int versus size_t comparisons.
37255         (re_string_context_at): Fix bug where the code assumed that
37256         Idx is signed.
37257
37258         Use bool where appropriate.
37259         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
37260         All callers changed.
37261         (calc_eclosure_iter): Likewise, for ROOT arg.
37262         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
37263         (build_charclass_op): Likewise, for NON_MATCH arg.
37264         * lib/regex_internal.c (re_string_allocate, re_string_construct):
37265         (re_string_construct_common): Likewise, for ICASE arg.
37266         * lib/regexec.c (re_search_2_stub, re_search_stub):
37267         Likewise, for RET_LEN arg.
37268         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
37269         (set_regs): Likewise, for FL_BACKTRACK arg.
37270         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
37271         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
37272         (calc_eclosure_iter, parse_bracket_exp):
37273         Use bool for internal variables that are booleans.
37274         * lib/regexec.c (re_search_internal, check_matching,
37275         proceed_next_node):
37276         (set_regs, build_sifted_states, sift_states_bkref):
37277         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
37278         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
37279         (find_collation_sequence_value):
37280         Likewise.
37281         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
37282         (re_node_set_compare):
37283         Return bool, not int. All callers changed.
37284         * lib/regexec.c (check_halt_node_context, check_dst_limits):
37285         (build_trtable, check_node_accept): Likewise.
37286         * lib/regex_internal.h: Include stdbool.h.
37287
37288         Fix bugs uncovered when converting to bool.
37289         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
37290         failure instead of charging ahead blindly.
37291         * lib/regex_internal.c (register_state): Likewise.
37292         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
37293         for freeing internal storage.
37294         (group_nodes_into_DFA_states): Use unsigned int, not int, for
37295         bitset pieces used as boolean, to avoid undefined behavior
37296         on hosts that do int overflow checking.
37297
37298 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37299
37300         * config/srclist.txt: Add glibc bugs 1285-1287.
37301
37302 2005-09-01  Jim Meyering  <jim@meyering.net>
37303
37304         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
37305         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
37306         Require gl_STAT_MACROS, too.
37307
37308 2005-09-01  Bruno Haible  <bruno@clisp.org>
37309
37310         * gnulib-tool (import): In the first-use case, provide defaults.
37311
37312 2005-09-01  Bruno Haible  <bruno@clisp.org>
37313
37314         * gnulib-tool (func_import): Remove the .tmp files.
37315
37316 2005-09-01  Bruno Haible  <bruno@clisp.org>
37317
37318         * gnulib-tool (func_import): Fix handling of symbolic links.
37319
37320 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37321
37322         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
37323         old glibc regex code mishandles strings longer than 2**31 bytes.
37324         This patch fixes this when the regex code is used in gnulib
37325         (i.e., outside glibc).
37326
37327         This patch should not affect the use of the regex code inside
37328         glibc.  No doubt this problem also needs to be handled for glibc
37329         as well, but the result will be an incompatible change to the
37330         glibc ABI, and the old ABI will have to be supported too.  That
37331         can be the the subject for another patch.
37332
37333         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
37334         governing whether the rest of this patch is active.  By default,
37335         the macro is disabled and the patch has no effect.
37336         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
37337         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
37338         (struct re_pattern_buffer, re_search, re_search_2, re_match):
37339         (re_match_2, re_set_registers): Use the new types.
37340         * lib/regex_internal.h (Idx, re_hashval_t): New types.
37341         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
37342         New macros.
37343         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
37344         (re_string_context_at, bin_tree_t, re_dfastate_t):
37345         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
37346         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
37347         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
37348         (re_string_char_size_at, re_string_wchar_at):
37349         (re_string_elem_size_at):
37350         Use the new types and macros to port to 64-bit hosts.
37351         Use unsigned types for internal values, so that the code
37352         mostly works even for arrays larger than SSIZE_MAX.
37353         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
37354         (search_duplicated_node, calc_eclosure_iter, fetch_number):
37355         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
37356         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
37357         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
37358         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
37359         (calc_inveclosure, parse_dup_op, build_range_exp):
37360         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
37361         (fetch_number, create_token_tree, mark_opt_subexp):
37362         Likewise.
37363         * lib/regex_internal.c (re_string_construct_common,
37364         create_ci_newstate):
37365         (create_cd_newstate, re_string_allocate, re_string_construct):
37366         (re_string_realloc_buffers, build_wcs_upper_buffer):
37367         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
37368         (re_string_reconstruct, re_string_peek_byte_case):
37369         (re_string_fetch_byte_case, re_string_context_at):
37370         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
37371         (re_node_set_init_copy, re_node_set_add_intersect):
37372         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37373         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37374         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
37375         (re_acquire_state, re_acquire_state_context, register_state):
37376         Likewise.
37377         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
37378         search_cur_bkref_entry):
37379         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
37380         (re_search_internal, re_search_2_stub, re_search_stub)
37381         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
37382         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
37383         (update_cur_sifted_state, check_dst_limits):
37384         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37385         (check_subexp_limits, sift_states_bkref, merge_state_array):
37386         (check_subexp_matching_top, get_subexp, get_subexp_sub):
37387         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
37388         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
37389         (expand_bkref_cache, check_node_accept_bytes):
37390         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
37391         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
37392         (acquire_init_state_context, check_halt_node_context):
37393         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
37394         (sift_states_backward, clean_state_log_if_needed):
37395         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
37396         (find_recover_state, transit_state_sb, transit_state_mb):
37397         (transit_state_bkref, build_trtable, match_ctx_clean):
37398         Likewise.
37399         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
37400         to work around an assumption that REG_MISSING is negative.
37401
37402         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
37403         (seek_collating_symbol_entry) [defined _LIBC]:
37404         (lookup_collation_sequence_value) [defined _LIBC]:
37405         (build_range_exp, build_collating_symbol) [defined _LIBC]:
37406         Use prototypes rather than old-style function definitions.
37407         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
37408         (transit_state_sb) [0]:
37409         (find_collation_sequence_value) [defined _LIBC]: Likewise.
37410
37411         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
37412         rm_eo.
37413
37414         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
37415         (optimize_subexps, lower_subexp):
37416         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
37417         since the signed shift might overflow.  Use 1u<<31 instead.
37418         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37419         Likewise.
37420         * lib/regexec.c (check_dst_limits_calc_pos_1,
37421         check_subexp_matching_top): Likewise.
37422
37423         * lib/regcomp.c (optimize_subexps, lower_subexp):
37424         Use CHAR_BIT rather than 8, for clarity.
37425         * lib/regexec.c (check_dst_limits_calc_pos_1):
37426         (check_subexp_matching_top): Likewise.
37427         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
37428         have to worry about portability issues when shifting it left.
37429         Remove no-longer-needed test for table_size > 0.
37430         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
37431         in a word, as the resulting behavior is undefined.
37432         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
37433         in one case, a <= should have been an <, and in another case the
37434         whole test was missing.
37435         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
37436         the standard name CHAR_BIT.
37437         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
37438         this is not true on one's complement and signed-magnitude hosts.
37439
37440         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
37441         next_last_offset.
37442         (struct re_dfa_t): Remove unused member states_alloc.
37443         * lib/regcomp.c (init_dfa): Don't initialize unused members.
37444
37445 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37446
37447         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
37448         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
37449         and large-file glibc and in 32-bit large-file Solaris.
37450
37451 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37452
37453         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
37454         lengths fit in regoff_t; this isn't true if regoff_t is the same
37455         width as size_t.
37456         * lib/regex.c (re_search_internal): 5th arg is LAST_START
37457         (= START + RANGE) instead of RANGE.  This avoids overflow
37458         problems when regoff_t is the same width as size_t.
37459         All callers changed.
37460         (re_search_2_stub): Check for overflow when adding the
37461         sizes of the two strings.
37462         (re_search_stub): Check for overflow when adding START
37463         to RANGE; if it occurs, substitute the extreme value.
37464
37465 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37466
37467         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
37468
37469 2005-08-31  Jim Meyering  <jim@meyering.net>
37470
37471         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
37472         a pointer-to-const.
37473         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
37474         (register_state): Likewise.
37475         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
37476         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37477         (group_nodes_into_DFAstates): Likewise.
37478
37479 2005-08-31  Jim Meyering  <jim@meyering.net>
37480
37481         * check-module: Add a FIXME comment.
37482
37483 2005-08-31  Eric Blake  <ebb9@byu.net>
37484
37485         * modules/unistd-safer (Files): Add unistd--.h.
37486         * modules/stdio-safer (Files): Add stdio--.h.
37487
37488 2005-08-31  Derek Price  <derek@ximbiot.com>
37489
37490         * lib/getdelim.c (getdelim): Return EOF on EOF.
37491         Reported by Larry Jones <lawrence.jones@ugs.com>.
37492
37493 2005-08-31  Bruno Haible  <bruno@clisp.org>
37494
37495         Avoid unnecessary diffs in the generated lib/Makefile.am.
37496         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
37497         the generated files.
37498         (func_import): Don't set cmd.
37499
37500 2005-08-31  Bruno Haible  <bruno@clisp.org>
37501
37502         * lib/strstr.c: Include <stddef.h>, for NULL.
37503         * lib/strcasestr.c: Likewise.
37504         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37505
37506 2005-08-31  Bruno Haible  <bruno@clisp.org>
37507
37508         * gnulib-tool: New option --macro-prefix.
37509         (func_import): Use macro_prefix.
37510         (import): Handle option --macro-prefix.
37511
37512 2005-08-31  Bruno Haible  <bruno@clisp.org>
37513
37514         * gnulib-tool (import): Rename most ac_* variables to cached_*.
37515         Also use new variables cached_lgpl, cached_libtool.
37516
37517 2005-08-31  Bruno Haible  <bruno@clisp.org>
37518
37519         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
37520         always instantiating them.
37521
37522 2005-08-31  Bruno Haible  <bruno@clisp.org>
37523
37524         * gnulib-tool (func_import): Read the previous cached settings
37525         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
37526         earlier added by gnulib but are now dropped. Warn when a gnulib file
37527         overwrites a non-gnulib file.
37528
37529 2005-08-31  Bruno Haible  <bruno@clisp.org>
37530
37531         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
37532         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
37533         projects that don't keep autogenerated files in CVS. Put into
37534         actioncmd only the specified modules, not the transitive closure.
37535
37536 2005-08-31  Bruno Haible  <bruno@clisp.org>
37537
37538         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
37539         Create directories that shall be filled.
37540         (import): Don't look for gl_* macros in configure.ac. Recurse across
37541         all directories containing a gnulib-cache.m4 files, if meaningful.
37542
37543 2005-08-31  Bruno Haible  <bruno@clisp.org>
37544
37545         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
37546         (import): Set seen_libtool when we see gl_LIBTOOL.
37547
37548 2005-08-31  Bruno Haible  <bruno@clisp.org>
37549
37550         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
37551         declaration macro definitions from generated gnulib.m4.
37552
37553 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
37554
37555         * lib/iconvme.h: Add prototype for iconv_alloc.
37556
37557 2005-08-29  Simon Josefsson  <jas@extundo.com>
37558
37559         * lib/iconvme.c: Fix errno.
37560
37561 2005-08-29  Bruno Haible  <bruno@clisp.org>
37562
37563         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
37564         that it works when the directory contains spaces.
37565
37566 2005-08-29  Bruno Haible  <bruno@clisp.org>
37567
37568         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
37569
37570 2005-08-29  Bruno Haible  <bruno@clisp.org>
37571
37572         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
37573         Emit more advice.
37574
37575 2005-08-29  Bruno Haible  <bruno@clisp.org>
37576         and Stepan Kasal  <kasal@ucw.cz>
37577
37578         * check-module: If more parameters are given, check each of them
37579         separately; add more exceptions, as noted by Jim Meyering.
37580         (check_module): New procedure.
37581         (%exempt_header): Now contains all exceptions.
37582
37583 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
37584
37585         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
37586
37587 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
37588
37589         * lib/iconvme.c: Split iconv_string into iconv_alloc.
37590
37591 2005-08-28  Bruno Haible  <bruno@clisp.org>
37592
37593         * m4/gnulib-tool.m4: New file.
37594
37595 2005-08-27  Jim Meyering  <jim@meyering.net>
37596
37597         * modules/unistd-safer (Files): Add pipe-safer.c.
37598         * modules/fcntl-safer (Files): Add creat-safer.c.
37599
37600 2005-08-27  Jim Meyering  <jim@meyering.net>
37601
37602         * m4/stdlib-safer.m4: New file.  From coreutils.
37603         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
37604         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
37605         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
37606         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
37607         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
37608
37609 2005-08-27  Jim Meyering  <jim@meyering.net>
37610
37611         * lib/fopen-safer.c: Merge minor changes from coreutils.
37612         * lib/dup-safer.c: Likewise.
37613         * lib/fd-safer.c: Likewise.
37614
37615         Merge from coreutils.
37616         * lib/stdio--.h: New file.
37617         * lib/stdlib--.h: New file.
37618         * lib/mkstemp-safer.c: New file.
37619
37620         GNU tar needs these.
37621         * lib/pipe-safer.c: New file.
37622         * lib/creat-safer.c: New file.
37623         * lib/fcntl--.h (creat): Define to creat_safer.
37624         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
37625         * lib/unistd--.h (pipe): Define to pipe_safer.
37626         * lib/unistd-safer.h: Declare pipe_safer.
37627
37628 2005-08-26  Simon Josefsson  <jas@extundo.com>
37629
37630         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
37631         Haible <bruno@clisp.org>.
37632
37633 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
37634
37635         * lib/regex_internal.h: Remove all references to
37636         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
37637         or better.
37638         (bitset_not, bitset_merge, bitset_not_merge):
37639         (bitset_mask, re_string_allocate, re_string_construct):
37640         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
37641         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
37642         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
37643         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
37644         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37645         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37646         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
37647         (re_acquire_state_context):
37648         Remove unnecessary forward decls.
37649         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
37650         Put __attribute at function definition,
37651         now that the function decl has been removed.
37652         * lib/regex_internal.c (re_string_peek_byte_case):
37653         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
37654         Likewise.
37655
37656 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
37657
37658         * m4/regex.m4: Add AC_PREREQ(2.50).
37659         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
37660
37661 2005-08-25  Simon Josefsson  <jas@extundo.com>
37662
37663         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
37664         __fsetlocking.
37665
37666 2005-08-25  Simon Josefsson  <jas@extundo.com>
37667
37668         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
37669         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
37670         GLIBC specific code.
37671
37672 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37673
37674         Make regex safe for g++.  This fixes one real bug (an "err"
37675         that should have been "*err").  g++ problem reported by
37676         Sam Steingold.
37677         * lib/regex_internal.h (re_calloc): New macro, consistent with
37678         re_malloc etc.  All callers of calloc changed to use re_calloc.
37679         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
37680         not int.  All callers changed.
37681         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
37682         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
37683         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
37684         (find_recover_state): Change "err" to "*err"; this fixes what
37685         appears to be a real bug.
37686         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
37687         versus int.
37688
37689 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37690
37691         * modules/regex (Depends-on): Add malloc, since the code
37692         assumes that !malloc(0) means failure.
37693
37694 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37695
37696         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
37697
37698         alloca modernization/simplification for regex.
37699         * lib/regex.c: Remove portability cruft for alloca.  This no longer
37700         needs to be at the start of the file, and can be moved into
37701         regex_internal.h and simplified.
37702         * lib/regex_internal.h: Include <alloca.h>.
37703         (__libc_use_alloca) [!defined _LIBC]: New macro.
37704         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
37705         now works outside glibc.
37706
37707 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37708
37709         * config/srclist.txt: Add glibc bugs 1241, 1245.
37710
37711 2005-08-25  Jim Meyering  <jim@meyering.net>
37712
37713         * lib/open-safer.c: Include <config.h>.
37714         Otherwise, we'd lose LARGEFILE support in any file using
37715         e.g. "fcntl--.h"
37716
37717 2005-08-25  Bruno Haible  <bruno@clisp.org>
37718
37719         * m4/minmax.m4: Require autoconf 2.52.
37720         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
37721         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
37722         alternatives of translit over the alphabet.
37723         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
37724
37725 2005-08-24  Simon Josefsson  <jas@extundo.com>
37726
37727         * tests/test-getpass.c: New file.
37728
37729 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37730
37731         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
37732         for GNU regex features.
37733
37734 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37735
37736         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
37737         * lib/regex.h (regerror): Likewise.
37738
37739         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
37740         requires this.  (The code never needed it.)
37741
37742         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
37743         All uses of recently-renamed identifiers changed to use the new,
37744         POSIX-compliant names.  The code will build and run just fine
37745         without these changes, but it's better to eat our own dog food
37746         and use the standard-conforming names.
37747
37748         * lib/regex.h: Fix a multitude of POSIX name space violations.
37749         These changes have an effect only for programs that define
37750         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
37751         do not change anything for programs compiled in the normal way.
37752         Also, there is no effect on the ABI.
37753
37754         (_REGEX_SOURCE): New macro.
37755         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
37756         defined and _GNU_SOURCE is not; this fixes a name space violation.
37757
37758         Rename the following macros to obey POSIX requirements.
37759         The old names are still visible as macros if _REGEX_SOURCE is defined.
37760         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
37761         RE_BACKSLASH_ESCAPE_IN_LISTS.
37762         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
37763         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
37764         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
37765         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
37766         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
37767         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
37768         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
37769         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
37770         (REG_INTERVALS): renamed from RE_INTERVALS.
37771         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
37772         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
37773         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
37774         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
37775         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
37776         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
37777         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
37778         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
37779         RE_UNMATCHED_RIGHT_PAREN_ORD.
37780         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
37781         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
37782         (REG_DEBUG): renamed from RE_DEBUG.
37783         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
37784         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
37785         unusual, since we can't clash with the POSIX REG_ICASE.
37786         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
37787         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
37788         (REG_NO_SUB): renamed from RE_NO_SUB.
37789         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
37790         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
37791         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
37792         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
37793         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
37794         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
37795         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
37796         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
37797         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
37798         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
37799         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
37800         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
37801         RE_SYNTAX_POSIX_MINIMAL_BASIC.
37802         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
37803         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
37804         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
37805         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
37806         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
37807         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
37808         (REG_FIXED): Renamed from REGS_FIXED.
37809         (REG_NREGS): Renamed from RE_NREGS.
37810
37811         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
37812         of other REG_* macros, since POSIX says the user is allowed to
37813         #undef these macros selectively.
37814
37815         (reg_errcode_t): Update comment stating what other tables need
37816         to be consistent.
37817
37818         Rename the following enum values to obey POSIX requirements.
37819         The old names are still visible as macros.
37820         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
37821         is not defined, since GNU is supposed to be a superset of POSIX as
37822         much as possible, and since we want reg_errcode_t to be a signed
37823         type for implementation consistency.
37824         (_REG_NOERROR): Renamed from REG_NOERROR.
37825         (_REG_NOMATCH): Renamed from REG_NOMATCH.
37826         (_REG_BADPAT): Renamed from REG_BADPAT.
37827         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
37828         (_REG_ECTYPE): Renamed from REG_ECTYPE.
37829         (_REG_EESCAPE): Renamed from REG_EESCAPE.
37830         (_REG_ESUBREG): Renamed from REG_ESUBREG.
37831         (_REG_EBRACK): Renamed from REG_EBRACK.
37832         (_REG_EPAREN): Renamed from REG_EPAREN.
37833         (_REG_EBRACE): Renamed from REG_EBRACE.
37834         (_REG_BADBR): Renamed from REG_BADBR.
37835         (_REG_ERANGE): Renamed from REG_ERANGE.
37836         (_REG_ESPACE): Renamed from REG_ESPACE.
37837         (_REG_BADRPT): Renamed from REG_BADRPT.
37838         (_REG_EEND): Renamed from REG_EEND.
37839         (_REG_ESIZE): Renamed from REG_ESIZE.
37840         (_REG_ERPAREN): Renamed from REG_ERPAREN.
37841         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
37842         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
37843         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
37844         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
37845
37846         (_REG_RE_NAME, _REG_RM_NAME): New macros.
37847         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
37848         changed.  But support the old name if the new one is not defined
37849         and if _REGEX_SOURCE.
37850
37851         Change the following member names in struct re_pattern_buffer.
37852         The old names are still supported if !_REGEX_SOURCE.
37853         The new names are always supported, regardless of _REGEX_SOURCE.
37854         (re_buffer): Renamed from buffer.
37855         (re_allocated): Renamed from allocated.
37856         (re_used): Renamed from used.
37857         (re_syntax): Renamed from syntax.
37858         (re_fastmap): Renamed from fastmap.
37859         (re_translate): Renamed from translate.
37860         (re_can_be_null): Renamed from can_be_null.
37861         (re_regs_allocated): Renamed from regs_allocated.
37862         (re_fastmap_accurate): Renamed from fastmap_accurate.
37863         (re_no_sub): Renamed from no_sub.
37864         (re_not_bol): Renamed from not_bol.
37865         (re_not_eol): Renamed from not_eol.
37866         (re_newline_anchor): Renamed from newline_anchor.
37867
37868         Change the following member names in struct re_registers.
37869         The old names are still supported if !_REGEX_SOURCE.
37870         The new names are always supported, regardless of _REGEX_SOURCE.
37871         (rm_num_regs): Renamed from num_regs.
37872         (rm_start): Renamed from start.
37873         (rm_end): Renamed from end.
37874
37875         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
37876         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
37877         Prepend __ to parameter names.
37878
37879         Undo yesterday's changes.
37880
37881 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37882
37883         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
37884         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
37885         lib/regex.c.
37886
37887 2005-08-24  Jim Meyering  <jim@meyering.net>
37888
37889         Sync from coreutils.
37890         * m4/fcntl-safer.m4: New file.
37891
37892         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
37893         and object files for this module.
37894
37895 2005-08-24  Jim Meyering  <jim@meyering.net>
37896
37897         Sync from coreutils.
37898         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
37899
37900 2005-08-24  Jim Meyering  <jim@meyering.net>
37901
37902         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
37903         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
37904
37905 2005-08-24  Jim Meyering  <jim@meyering.net>
37906
37907         * modules/fcntl-safer: New module.
37908         * modules/fts (Depends-on): Add fcntl-safer.
37909         * MODULES.html.sh (File descriptor based Input/Output):
37910         Add fcntl-safer.
37911
37912 2005-08-24  Bruno Haible  <bruno@clisp.org>
37913
37914         Support for unit test modules.
37915         * modules/README: Mention tests modules.
37916         * modules/TEMPLATE-TESTS: New file.
37917         * gnulib-tool: New options --extract-tests-module, --with-tests and
37918         --tests-base (unused for the moment).
37919         (testsbase, inctests): New variables.
37920         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
37921         (func_verify_module): Exclude TEMPLATE-TESTS.
37922         (func_verify_nontests_module, func_verify_tests_module): New functions.
37923         (func_get_dependencies): Add implicit dependency for tests modules.
37924         (func_get_tests_module): New function.
37925         (func_modules_transitive_closure): When --with-tests was specified,
37926         include the unit tests as well, unless explicitly avoided.
37927         (func_emit_lib_Makefile_am): Ignore the tests modules here.
37928         (func_emit_tests_Makefile_am): New function.
37929         (func_create_testdir): When --with-tests was specified, emit a
37930         tests/ directory.
37931         * MODULES.html.sh (Future developments): Update.
37932
37933 2005-08-24  Bruno Haible  <bruno@clisp.org>
37934
37935         * modules/tls-tests: New file.
37936         * tests/test-tls.c: New file, from GNU gettext.
37937
37938 2005-08-24  Bruno Haible  <bruno@clisp.org>
37939
37940         * modules/lock-tests: New file.
37941         * tests/test-lock.c: New file, from GNU gettext.
37942
37943 2005-08-24  Bruno Haible  <bruno@clisp.org>
37944
37945         * lib/lock.h: Add multiple inclusion guard.
37946         * lib/tls.h: Add multiple inclusion guard.
37947
37948 2005-08-24  Bruno Haible  <bruno@clisp.org>
37949
37950         * gnulib-tool: Add support for the --aux-dir option to
37951         --create-testdir, --create-megatestdir, --test, --megatest.
37952         (func_create_testdir, func_create_megatestdir): Optionally emit a
37953         AC_CONFIG_AUX_DIR directive.
37954         (create-testdir, create-megatestdir, test, megatest): Provide a
37955         default value for $auxdir.
37956
37957 2005-08-24  Bruno Haible  <bruno@clisp.org>
37958
37959         * gnulib-tool (import): Use compound statement instead of subshell
37960         where possible.
37961
37962 2005-08-24  Bruno Haible  <bruno@clisp.org>
37963
37964         * gnulib-tool (import): Change --aux-dir default to "build-aux".
37965
37966 2005-08-24  Bruno Haible  <bruno@clisp.org>
37967
37968         * gnulib-tool (func_version): Update.
37969
37970 2005-08-24  Bruno Haible  <bruno@clisp.org>
37971
37972         * gnulib-tool (func_import, func_create_testdir,
37973         func_create_megatestdir): Quote all autoconf macro arguments.
37974
37975 2005-08-24  Bruno Haible  <bruno@clisp.org>
37976
37977         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
37978         option --force, because --force causes the aclocal.m4 of each
37979         subdirectory to be newer than the corresponding config.h.in.
37980
37981 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37982
37983         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
37984         All contents moved to gl_REGEX.
37985         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
37986         assume that it does.
37987
37988 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37989
37990         * lib/regex.h (REG_NOSYS)
37991         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
37992         Define, since POSIX requires it as of 2001.
37993         (_REG_ENOSYS)
37994         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
37995         New private symbol, used to keep the enum signed in all cases.
37996         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
37997         Youngman in
37998         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
37999
38000         * lib/regex_internal.c (re_string_skip_chars, register_state):
38001         (calc_state_hash):
38002         Remove forward decls; no longer needed now that we use prototypes.
38003         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
38004         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
38005         (clean_state_log_if_needed): Likewise.
38006
38007 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
38008
38009         * config/srclist.txt: Add glibc bugs 1231-1233.
38010
38011 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38012
38013         Fix problems reported by Sam Steingold in
38014         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
38015         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
38016         assumed that reg_errcode_t is a signed type, which is not
38017         necessarily true if _XOPEN_SOURCE is not defined.
38018         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
38019         since some compilers warn about it otherwise.
38020
38021 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38022
38023         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
38024         (init_word_char, create_initial_state, duplicate_node_closure):
38025         (fetch_token, peek_token_bracket, build_range_exp):
38026         (build_collating_symbol): Remove forward decls; no longer needed
38027         now that we use prototypes.
38028
38029         * lib/regcomp.c:
38030         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
38031         (re_compile_fastmap_iter, regcomp, regerror, regfree):
38032         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
38033         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
38034         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
38035         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
38036         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
38037         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
38038         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
38039         (build_range_exp, build_collating_symbol, parse_bracket_exp):
38040         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
38041         (build_charclass, build_charclass_op, fetch_number, create_tree):
38042         (create_token_tree, mark_opt_subexp, duplicate_tree):
38043         Use prototypes rather than old-style definitions.
38044
38045         * lib/regex_internal.c:
38046         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
38047         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
38048         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
38049         (re_string_reconstruct, re_string_peek_byte_case):
38050         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
38051         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
38052         (re_node_set_init_copy, re_node_set_add_intersect):
38053         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
38054         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
38055         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
38056         (re_acquire_state, re_acquire_state_context, register_state):
38057         (create_ci_newstate, create_cd_newstate, free_state):
38058         Likewise.
38059         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
38060         re_search_2):
38061         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
38062         (re_search_internal, prune_impossible_nodes):
38063         (acquire_init_state_context, check_matching, static):
38064         (check_halt_node_context, check_halt_state_context, proceed_next_node):
38065         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
38066         (update_regs, sift_states_backward, build_sifted_states):
38067         (clean_state_log_if_needed, merge_state_array):
38068         (update_cur_sifted_state, add_epsilon_src_nodes):
38069         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
38070         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
38071         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
38072         (find_recover_state, check_subexp_matching_top, transit_state_mb):
38073         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
38074         (check_arrival, check_arrival_add_next_nodes):
38075         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
38076         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
38077         (check_node_accept_bytes, check_node_accept, extend_buffers):
38078         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
38079         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
38080         (sift_ctx_init):
38081         Likewise.
38082
38083         * lib/regex_internal.h:
38084         (re_string_allocate, re_string_construct, re_string_reconstruct):
38085         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
38086         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
38087         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
38088         (re_string_context_at, re_string_peek_byte_case):
38089         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
38090         is defined, since we now use prototypes always.
38091
38092         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
38093         C89 or better.  All uses removed.
38094
38095 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38096
38097         * config/srclist.txt: Add glibc bugs 1220-1227.
38098
38099 2005-08-20  Jim Meyering  <jim@meyering.net>
38100
38101         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
38102         of unused local, dfa.
38103
38104 2005-08-20  Bruno Haible  <bruno@clisp.org>
38105
38106         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
38107
38108 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38109
38110         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
38111         (re_node_set_insert_last, re_dfa_add_node):
38112         Rename local variables to avoid GCC shadowing warnings.
38113
38114 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38115
38116         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
38117         [defined lint]: Suppress bogus uninitialized-variable warnings.
38118
38119         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
38120         and let the caller return REG_ESPACE if out of space.  This
38121         removes an uninitialied-variable warning with GCC 4.0.1, and also
38122         avoids taking the address of a local variable.  All callers
38123         changed.
38124
38125 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38126
38127         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
38128         $LIBCSRC/posix/regexec.c.
38129         Add glibc bug 1217 for regcomp.c.
38130
38131 2005-08-19  Jim Meyering  <jim@meyering.net>
38132
38133         * lib/regexec.c (proceed_next_node): Redo local variables to
38134         avoid GCC shadowing warnings.
38135
38136 2005-08-18  Bruno Haible  <bruno@clisp.org>
38137
38138         * lib/strstr.c (strstr): Fix return value in multibyte case.
38139         * lib/strcasestr.c (strcasestr): Likewise.
38140
38141 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38142
38143         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
38144
38145 2005-08-17  Jim Meyering  <jim@meyering.net>
38146
38147         Make the %s format (seconds since the epoch) work for a negative
38148         number and when used with a zero-padded field width, e.g. %015s.
38149
38150         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
38151         label so that it precedes the code to set `digits'.  Otherwise,
38152         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
38153         print `00-22'.  Now, it prints `-0022', as it should.
38154
38155 2005-08-17  Bruno Haible  <bruno@clisp.org>
38156
38157         * modules/strstr (Files): Add m4/mbrtowc.m4.
38158         (Depends-on): Add mbuiter.
38159
38160 2005-08-17  Bruno Haible  <bruno@clisp.org>
38161
38162         * modules/strcasestr: New file.
38163         * MODULES.html.sh (String handling, based on ANSI C 89): Add
38164         strcasestr.
38165
38166 2005-08-17  Bruno Haible  <bruno@clisp.org>
38167
38168         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
38169
38170 2005-08-17  Bruno Haible  <bruno@clisp.org>
38171
38172         * modules/mbuiter: New file.
38173         * MODULES.html.sh (Extended multibyte and wide character utilities):
38174         Add mbuiter.
38175
38176 2005-08-17  Bruno Haible  <bruno@clisp.org>
38177
38178         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
38179         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
38180
38181 2005-08-17  Bruno Haible  <bruno@clisp.org>
38182
38183         * m4/strcasestr.m4: New file.
38184
38185 2005-08-17  Bruno Haible  <bruno@clisp.org>
38186
38187         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
38188         * lib/strstr.c: Completely rewritten, with multibyte locale support.
38189
38190 2005-08-17  Bruno Haible  <bruno@clisp.org>
38191
38192         * lib/strcasestr.h: New file.
38193         * lib/strcasestr.c: New file.
38194
38195 2005-08-17  Bruno Haible  <bruno@clisp.org>
38196
38197         * lib/strcasecmp.c: Use mbuiter.h.
38198
38199 2005-08-17  Bruno Haible  <bruno@clisp.org>
38200
38201         * lib/mbuiter.h: New file.
38202
38203 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38204
38205         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
38206         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
38207         and gl_GETOPT are both invoked via different paths (as happens
38208         with GNU tar CVS because it uses both argp and getopt), the former
38209         wins.
38210
38211 2005-08-16  Bruno Haible  <bruno@clisp.org>
38212
38213         * modules/tls: New file.
38214         * MODULES.html.sh (Multithreading): Add tls.
38215
38216 2005-08-16  Bruno Haible  <bruno@clisp.org>
38217
38218         * modules/strnlen1: New file.
38219         * MODULES.html.sh (String handling): Add strnlen1.
38220
38221 2005-08-16  Bruno Haible  <bruno@clisp.org>
38222
38223         * modules/strcase (Files): Add m4/mbrtowc.m4.
38224         (Depends-on): Add strnlen1, mbchar.
38225
38226 2005-08-16  Bruno Haible  <bruno@clisp.org>
38227
38228         * modules/mbiter: New file.
38229         * MODULES.html.sh (Extended multibyte and wide character utilities):
38230         Add mbiter.
38231
38232 2005-08-16  Bruno Haible  <bruno@clisp.org>
38233
38234         * modules/mbfile: New file.
38235         * MODULES.html.sh (Extended multibyte and wide character utilities):
38236         Add mbfile.
38237
38238 2005-08-16  Bruno Haible  <bruno@clisp.org>
38239
38240         * modules/mbchar: New file.
38241         * MODULES.html.sh (Extended multibyte and wide character utilities):
38242         New section.
38243
38244 2005-08-16  Bruno Haible  <bruno@clisp.org>
38245
38246         * m4/tls.m4: New file, from GNU gettext.
38247
38248 2005-08-16  Bruno Haible  <bruno@clisp.org>
38249
38250         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
38251         always.
38252         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
38253
38254 2005-08-16  Bruno Haible  <bruno@clisp.org>
38255
38256         * m4/mbiter.m4: New file.
38257
38258 2005-08-16  Bruno Haible  <bruno@clisp.org>
38259
38260         * m4/mbfile.m4: New file.
38261
38262 2005-08-16  Bruno Haible  <bruno@clisp.org>
38263
38264         * m4/mbchar.m4: New file.
38265
38266 2005-08-16  Bruno Haible  <bruno@clisp.org>
38267
38268         * lib/tls.h: New file, from GNU gettext.
38269         * lib/tls.c: New file, from GNU gettext.
38270
38271 2005-08-16  Bruno Haible  <bruno@clisp.org>
38272
38273         * lib/strnlen1.h: New file.
38274         * lib/strnlen1.c: New file.
38275
38276 2005-08-16  Bruno Haible  <bruno@clisp.org>
38277
38278         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
38279         (mbi_init): Update.
38280         (mbi_avail, mbi_advance): Let the iteration end before the terminating
38281         NUL byte, not after it.
38282
38283 2005-08-16  Bruno Haible  <bruno@clisp.org>
38284
38285         * lib/strcase.h (strcasecmp): Add note in comments.
38286         * lib/strncasecmp.c: Use code from strcasecmp.c.
38287         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
38288         (strcasecmp): Work correctly in multibyte locales.
38289
38290 2005-08-16  Bruno Haible  <bruno@clisp.org>
38291
38292         * lib/mbiter.h: New file.
38293
38294 2005-08-16  Bruno Haible  <bruno@clisp.org>
38295
38296         * lib/mbfile.h: New file.
38297
38298 2005-08-16  Bruno Haible  <bruno@clisp.org>
38299
38300         * lib/mbchar.h: New file.
38301         * lib/mbchar.c: New file.
38302
38303 2005-08-16  Bruno Haible  <bruno@clisp.org>
38304
38305         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
38306         the valid ones. Makes the comparison operations transitive:
38307         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
38308         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
38309
38310 2005-08-15  Simon Josefsson  <jas@extundo.com>
38311
38312         * modules/ssize_t (License): Change to 'unlimited'.
38313
38314         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
38315
38316 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38317
38318         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
38319         Add comments for each pending glibc patch.
38320
38321 2005-08-15  Bruno Haible  <bruno@clisp.org>
38322
38323         * lib/regex.h (__restrict_arr): Don't define to __restrict if
38324         __cplusplus is defined.
38325
38326 2005-08-14  Jim Meyering  <jim@meyering.net>
38327
38328         Sync from coreutils.
38329
38330         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
38331         Use the hash-table-based cycle-detection code not just when
38332         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
38333         Reported by James Youngman in
38334         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
38335         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
38336         FTS_TIGHT_CYCLE_CHECK.
38337         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
38338         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
38339         once again.
38340         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
38341         * lib/fts.c (fd_safer): Remove decl.
38342         Include fcntl--.h rather than unistd-safer.h
38343         (fts_safe_changedir): Don't call fd_safer; no longer needed
38344         now that we include fcntl--.h.
38345
38346 2005-08-12  Simon Josefsson  <jas@extundo.com>
38347
38348         * modules/getndelim2: Use ssize_t module.
38349         * modules/getnline: Likewise.
38350         * modules/safe-read: Likewise.
38351         * modules/xreadlink: Likewise.
38352
38353         * modules/ssize_t: New file.
38354
38355 2005-08-12  Simon Josefsson  <jas@extundo.com>
38356
38357         * m4/readline.m4: Look for termcap, curses or ncurses if required.
38358
38359 2005-08-12  Simon Josefsson  <jas@extundo.com>
38360
38361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38362         ssize_t.
38363
38364 2005-08-12  Simon Josefsson  <jas@extundo.com>
38365
38366         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
38367         readline, getdelim and check_version.
38368         (Support for systems lacking ISO C 99: Sizes of integer types):
38369         Add size_max.
38370
38371 2005-08-12  Bruno Haible  <bruno@clisp.org>
38372
38373         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
38374
38375 2005-08-11  Simon Josefsson  <jas@extundo.com>
38376
38377         * modules/readline: New file.
38378
38379         * modules/strnlen (Files): Add strnlen.h.
38380
38381 2005-08-11  Simon Josefsson  <jas@extundo.com>
38382
38383         * m4/readline.m4: New file.
38384
38385 2005-08-11  Simon Josefsson  <jas@extundo.com>
38386
38387         * lib/readline.h, readline.c: New file.
38388
38389 2005-08-11  Simon Josefsson  <jas@extundo.com>
38390
38391         * doc/gnulib.texi (Initial import, Finishing touches): Mention
38392         gl_AVOID.
38393
38394 2005-08-11  Bruno Haible  <bruno@clisp.org>
38395
38396         * lib/strnlen.h (strnlen): Change parameter name to match comment.
38397
38398 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
38399
38400         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
38401
38402 2005-08-10  Simon Josefsson  <jas@extundo.com>
38403
38404         * tests/test-iconvme.c: New file.
38405
38406 2005-08-10  Simon Josefsson  <jas@extundo.com>
38407
38408         * m4/strnlen.m4: New file.
38409
38410         * m4/strndup.m4: Don't check for strnlen declaration, done in
38411         strnlen.m4.
38412
38413 2005-08-10  Simon Josefsson  <jas@extundo.com>
38414
38415         * lib/strndup.c: Use strnlen.h.
38416
38417         * lib/strnlen.h: New file.
38418
38419 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38420
38421         * README: Typos.
38422
38423 2005-08-02  Simon Josefsson  <jas@extundo.com>
38424
38425         * modules/readline: New file.
38426
38427 2005-08-02  Simon Josefsson  <jas@extundo.com>
38428
38429         * modules/getdelim: New file.
38430
38431         * modules/getline: Rewrite, don't use getndelim2.
38432
38433 2005-08-02  Simon Josefsson  <jas@extundo.com>
38434
38435         * m4/getline.m4: Separate out getdelim stuff into separate module.
38436
38437         * m4/getdelim.m4: New file.
38438
38439 2005-08-02  Simon Josefsson  <jas@extundo.com>
38440
38441         * lib/getline.h, getline.c: Rewrite.
38442
38443         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
38444
38445 2005-07-31  Bruno Haible  <bruno@clisp.org>
38446
38447         * lib/lock.h (gl_lock_initializer): New macro.
38448         (gl_lock_define_initialized): Use it.
38449         (gl_rwlock_initializer): New macro.
38450         (gl_rwlock_define_initialized): Use it.
38451         (gl_recursive_lock_initializer): New macro.
38452         (gl_recursive_lock_define_initialized): Use it.
38453
38454 2005-07-30  Karl Berry  <karl@gnu.org>
38455
38456         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
38457         Report from Ben Pfaff, regarding getopt.
38458
38459 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
38460
38461         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
38462         normal way.
38463         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
38464         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
38465         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
38466         (gl_GETOPT): Use the new macros.  Most of the implementation
38467         is moved to the new macros.  This is for programs like Emacs
38468         that don't want all the functionality of gl_GETOPT.
38469
38470 2005-07-26  Bruno Haible  <bruno@clisp.org>
38471
38472         * m4/lock.m4: Update from GNU gettext.
38473
38474 2005-07-26  Bruno Haible  <bruno@clisp.org>
38475
38476         * lib/lock.h: Update from GNU gettext.
38477         * lib/lock.c: Update from GNU gettext.
38478
38479 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
38480
38481         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
38482         obsolescent AC_TRY_RUN.  Include the default includes files, for
38483         'exit'.
38484
38485 2005-07-24  Bruno Haible  <bruno@clisp.org>
38486
38487         * modules/visibility: New file.
38488         * MODULES.html.sh (Misc): Add visibility.
38489
38490 2005-07-24  Bruno Haible  <bruno@clisp.org>
38491
38492         * m4/visibility.m4: New file.
38493
38494 2005-07-24  Bruno Haible  <bruno@clisp.org>
38495
38496         * doc/visibility.texi: New file.
38497
38498 2005-07-22  Bruno Haible  <bruno@clisp.org>
38499
38500         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
38501         $(ALLOCA_H), redundant through BUILT_SOURCES.
38502         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
38503         redundant through BUILT_SOURCES.
38504         * modules/byteswap (Makefile.am): Remove explicit dependency on
38505         $(BYTESWAP_H), redundant through BUILT_SOURCES.
38506         * modules/fnmatch (Makefile.am): Remove explicit dependency on
38507         $(FNMATCH_H), redundant through BUILT_SOURCES.
38508         * modules/getopt (Makefile.am): Remove explicit dependency on
38509         $(GETOPT_H), redundant through BUILT_SOURCES.
38510         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
38511         redundant through BUILT_SOURCES.
38512         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
38513         redundant through BUILT_SOURCES.
38514         * modules/stdbool (Makefile.am): Remove explicit dependency on
38515         $(STDBOOL_H), redundant through BUILT_SOURCES.
38516         * modules/stdint (Makefile.am): Remove explicit dependency on
38517         $(STDINT_H), redundant through BUILT_SOURCES.
38518         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
38519         Remove explicit dependency on $(SYSEXITS_H).
38520         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
38521
38522 2005-07-18  Simon Josefsson  <jas@extundo.com>
38523
38524         * lib/check-version.c (check_version): Accept identical versions too.
38525
38526 2005-07-18  Bruno Haible  <bruno@clisp.org>
38527
38528         * modules/lock: New file.
38529         * MODULES.html.sh (Multithreading): New section.
38530
38531 2005-07-18  Bruno Haible  <bruno@clisp.org>
38532
38533         * m4/lock.m4: New file, from GNU gettext.
38534
38535 2005-07-18  Bruno Haible  <bruno@clisp.org>
38536
38537         * lib/lock.h: New file, from GNU gettext.
38538         * lib/lock.c: New file, from GNU gettext.
38539
38540 2005-07-18  Bruno Haible  <bruno@clisp.org>
38541
38542         * lib/lock.h (gl_once_t): New type.
38543         (gl_once_define, gl_once): New macros.
38544         * lib/lock.c (fresh_once): New variable.
38545         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
38546         functions.
38547
38548 2005-07-16  Simon Josefsson  <jas@extundo.com>
38549
38550         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
38551         workaround, suggested by Bruno.
38552
38553 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
38554
38555         * modules/xalloc (Depends-on): Add xalloc-die.
38556         * modules/xvasprintf (Depends-on): Add xalloc-die.
38557
38558 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
38559
38560         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
38561         with a minor change.
38562
38563 2005-07-15  Bruno Haible  <bruno@clisp.org>
38564
38565         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
38566         When using lib/poll.c, define poll as rpl_poll.
38567
38568 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
38569
38570         * modules/argp (Depends-on): Remove unlocked-io.
38571
38572 2005-07-14  Derek Price  <derek@ximbiot.com>
38573
38574         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
38575         for glob symlink bug.
38576
38577 2005-07-14  Bruno Haible  <bruno@clisp.org>
38578
38579         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
38580         Instead, test for *_unlocked function declarations directly.
38581
38582 2005-07-11  Simon Josefsson  <jas@extundo.com>
38583
38584         * modules/size_max: New file.
38585
38586         * modules/xsize: Depend on size_max module for size_max.m4.
38587
38588 2005-07-11  Simon Josefsson  <jas@extundo.com>
38589
38590         * lib/size_max.h: New file.
38591
38592 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
38593
38594         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
38595         copyright symbol and the year.
38596         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
38597         (version_etc_va): Use parameterized copyright notice.
38598         Reword to conform to the current GNU coding standards.
38599
38600 2005-07-11  Karl Berry  <karl@gnu.org>
38601
38602         * doc/gnulib.texi (Quoting): new node.
38603         (Initial import): more info, from Patrice.
38604
38605 2005-07-11  Bruno Haible  <bruno@clisp.org>
38606
38607         * gnulib-tool (func_usage): Document option --avoid.
38608         (Command line options): Handle --avoid.
38609         (func_acceptable): New function.
38610         (func_modules_transitive_closure): Use it.
38611
38612 2005-07-11  Bruno Haible  <bruno@clisp.org>
38613
38614         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
38615         Reported by Jim Meyering.
38616
38617 2005-07-10  Bruno Haible  <bruno@clisp.org>
38618
38619         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
38620         Needed when size_t is smaller than 'unsigned int'.
38621         Reported by Paul Eggert.
38622
38623 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38624
38625         * modules/argp (Depends-on): Add unlocked-io
38626
38627 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38628
38629         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
38630         block of defines.
38631
38632 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
38633
38634         * config/srclist.txt: Comment out regcomp.c, since we have a porting
38635         fix now.
38636
38637 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
38638         and Paul Eggert  <eggert@cs.ucla.edu>
38639
38640         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
38641         in wint_t, not wchar_t.  Remove now-unnecessary cast.
38642
38643 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38644
38645         * modules/regex (Files): Add lib/regex_internal.c,
38646         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
38647         (Depends-on): Add extensions.
38648         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
38649
38650 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38651
38652         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
38653         pathconf.
38654         * m4/same.m4 (gl_SAME): Likewise.
38655         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
38656
38657         * m4/regex.m4: Adjust to new libc regex implementation.
38658         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
38659         all the .c and .h parts of (the new) regex.
38660         Quote the m4 stuff better.
38661         Check for RE_ICASE bug of old gnulib.
38662         Check for REG_STARTEND of recent libc.
38663         Rename local variables from jm_* to gl_*.
38664         Quote operand of "test -f".
38665         Say "recent enough" version of libc, not "version 2".
38666         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
38667         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
38668         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
38669         Remove check for btowc, isascii.
38670         Require AM_LANGINFO_CODESET.
38671
38672 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38673
38674         * lib/regex.c, regex.h: Sync from libc.
38675         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
38676         * lib/regexec.c:
38677         New files, synced from libc, except that regex_internal.h
38678         currently has a small porting fix.
38679
38680 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38681
38682         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
38683         regex_internal.c, regexec.c.
38684         Add regex_internal.h too, but as a comment, since the libc version
38685         is currently broken in gnulib mode.
38686
38687 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
38688
38689         Support programs like Emacs that use gnulib but not gettext.
38690         * MODULES.html.sh (Internationalization functions): Add gettext-h.
38691         * modules/gettext-h: New file.
38692         * modules/gettext (Files): Remove lib/gettext.h.
38693         (Depends-on): Add gettext-h.
38694         (Makefile.am): Remove lib_SOURCES.
38695         * modules/argmatch, modules/c-stack, modules/closeout:
38696         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
38697         * modules/execute, modules/file-type, modules/getaddrinfo:
38698         * modules/getopt, modules/human, modules/javacomp:
38699         * modules/javaexec, modules/mkdir-p, modules/obstack:
38700         * modules/openat, modules/pagealign_alloc, modules/pipe:
38701         * modules/quotearg, modules/regex, modules/rpmatch:
38702         * modules/unicodeio, modules/userspec, modules/version-etc:
38703         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
38704         * modules/xsetenv:
38705         Depend on gettext-h, not gettext.
38706
38707 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
38708
38709         * gnulib-tool (func_import): Add support for 'public domain' license.
38710         * modules/alloca, modules/atexit, modules/memmove:
38711         Now public domain, not GPL.
38712         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
38713         * modules/realloc, modules/strerror, modules/strtod:
38714         Now LGPL, not GPL.
38715
38716 2005-07-05  Bruno Haible  <bruno@clisp.org>
38717
38718         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
38719         autoconf CVS. Needed for mingw.
38720
38721 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38722
38723         Remove the dependency of the strftime module on the tzset module.
38724         * modules/strftime (Depends-on): Remove dependency on tzset.
38725
38726 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38727
38728         Remove the dependency of the strftime module on the tzset module.
38729         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
38730         gl_FUNC_TZSET_CLOBBER.
38731
38732 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38733
38734         Remove the dependency of the strftime module on the tzset module.
38735         * lib/strftime.c (my_strftime)
38736         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
38737         Copy the input structure, to work around some of the bug with
38738         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
38739         Solaris releases, you should also use the tzset module, but we won't
38740         require it as a dependency any more since we don't want LGPLed code
38741         to depend on GPLed code.
38742
38743 2005-07-02  Jim Meyering  <jim@meyering.net>
38744
38745         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
38746         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
38747         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
38748         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
38749
38750 2005-07-02  Jim Meyering  <jim@meyering.net>
38751
38752         * lib/backupfile.c (backup_args): Change a `0' to NULL.
38753
38754 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
38755
38756         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
38757         declares only 'struct timespec;' (!).
38758
38759 2005-07-01  Jim Meyering  <jim@meyering.net>
38760
38761         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
38762         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
38763         * lib/save-cwd.c, tempname.c:
38764         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
38765         and don't include <sys/file.h>).
38766
38767 2005-06-29  Jim Meyering  <jim@meyering.net>
38768
38769         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
38770         type name.  Use the variable name instead.
38771         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
38772         Likewise.
38773
38774 2005-06-28  Simon Josefsson  <jas@extundo.com>
38775
38776         * modules/check-version (Files): Add check-version.m4.
38777
38778 2005-06-28  Simon Josefsson  <jas@extundo.com>
38779
38780         * m4/check-version.m4: New file, suggested by Jim Meyering
38781         <jim@meyering.net>.
38782
38783 2005-06-28  Simon Josefsson  <jas@extundo.com>
38784
38785         * lib/check-version.h, lib/check-version.c: New files.
38786
38787 2005-06-28  Simon Josefsson  <jas@extundo.com>
38788
38789         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
38790         collision with global variable.  Better indentation.  Don't
38791         increment buffer pointer beyond buffer end.  Based on comments
38792         from Paul Eggert <eggert@cs.ucla.edu>.
38793
38794         * lib/base64.h: Indent.
38795
38796 2005-06-28  Simon Josefsson  <jas@extundo.com>
38797
38798         * doc/gnulib.texi (Library version handling): New section.
38799
38800 2005-06-28  Jim Meyering  <jim@meyering.net>
38801
38802         * check-module (find_included_lib_files): Hard-code another
38803         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
38804         but modules/fts-lgpl (correctly) does not list those files.
38805
38806         * modules/canonicalize (Files): Add lib/pathmax.h.
38807
38808 2005-06-25  Simon Josefsson  <jas@extundo.com>
38809
38810         * modules/check-version: New file.
38811
38812 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
38813
38814         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
38815         initializer of struct addrinfo, as an indication that we don't
38816         care how many members the structure has.
38817
38818 2005-06-24  Derek Price  <derek@ximbiot.com>
38819         and Bruno Haible  <bruno@clisp.org>
38820
38821         Remove stat module & update lstat.
38822         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
38823         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38824         * m4/stat.m4: Remove this file.
38825
38826 2005-06-24  Derek Price  <derek@ximbiot.com>
38827         and Bruno Haible  <bruno@clisp.org>
38828
38829         Remove stat module & update lstat.
38830         * lib/stat.c: Remove this file...
38831         (slash_aware_lstat): ...moving this content and its support...
38832         * lib/lstat.c (rpl_lstat): ...into here.
38833         * lib/lstat.h: New file.
38834
38835 2005-06-24  Derek Price  <derek@ximbiot.com>
38836         and Bruno Haible  <bruno@clisp.org>
38837
38838         Remove stat module & update lstat.
38839         * config/srclist.txt (libc sources): Remove stat.
38840
38841 2005-06-24  Derek Price  <derek@ximbiot.com>
38842         and Bruno Haible  <bruno@clisp.org>
38843
38844         Remove stat module & update lstat.
38845         * MODULES.html.sh (stat): Remove.
38846         * MODULES.html: Regenerated.
38847         * modules/lstat (Description): Correct function name.
38848         (Files): Add "lstat.h".
38849         (Depends-on): Remove stat, add xalloc, stat-macros.
38850         * modules/stat: Remove this file.
38851         (Include): Add "lstat.h", remove <sys/stat.h>.
38852
38853 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
38854
38855         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
38856         (ranged_convert): Don't save conversion in a temporary struct.
38857         This causes a warning with GCC 4.0.0, and anyway in the typical
38858         case it's not worth the extra 100 bytes or so of code.
38859         (ranged_convert, __mktime_internal): When calling a function via a
38860         pointer P, use P () rather than (*P) (), as we now assume C89 or
38861         better.
38862
38863 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38864
38865         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
38866         "who -r" failed to give output.  Problem reported by Tim Waugh.
38867
38868         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
38869         (xcalloc): Use it to avoid needless tests.
38870         Problem reported by Jim Meyering.
38871
38872 2005-06-20  Derek Price  <derek@ximbiot.com>
38873
38874         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
38875         unnecessary for Autoconfs > 2.59c.
38876
38877 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38878
38879         * lib/argp.h (__option_is_short): Check upper limit of
38880         __key. Isprint() requires its argument to have the value
38881         of an unsigned char or EOF.
38882
38883 2005-06-16  Jim Meyering  <jim@meyering.net>
38884
38885         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
38886         when either N or S is zero.
38887
38888 2005-06-16  Derek Price  <derek@ximbiot.com>
38889
38890         * m4/bison.m4: Declare YACC & YFLAGS precious.
38891
38892 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
38893
38894         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
38895         multibyte string or pattern, fall back on unibyte matching.
38896         Problem reported by James Youngman.
38897
38898 2005-06-08  Bruno Haible  <bruno@clisp.org>
38899
38900         * modules/csharpcomp: New file.
38901         * MODULES.html.sh (C#): Add csharpcomp.
38902
38903 2005-06-08  Bruno Haible  <bruno@clisp.org>
38904
38905         * m4/csharpcomp.m4: New file, from GNU gettext.
38906
38907 2005-06-08  Bruno Haible  <bruno@clisp.org>
38908
38909         * lib/csharpcomp.h: New file, from GNU gettext.
38910         * lib/csharpcomp.c: New file, from GNU gettext.
38911         * lib/csharpcomp.sh.in: New file, from GNU gettext.
38912
38913 2005-06-08  Bruno Haible  <bruno@clisp.org>
38914
38915         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
38916         warning on mingw.
38917
38918 2005-06-07  Derek Price  <derek@ximbiot.com>
38919
38920         Sync from CVS.
38921         * lib/glob_.h: Indent nested #ifdef.
38922
38923 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38924
38925         Sync from coreutils.
38926         Use "file name" when talking about file names, instead of "filename"
38927         or "path", as per the GNU coding standards.
38928         * lib/mkdir-p.c: Renamed from makepath.c.
38929         (make_dir_parents): Renamed from make_path.  All callers changed.
38930         * lib/mkdir-p.h: Likewise.  All includers changed.
38931         * lib/filenamecat.c: Renamed from path-concat.c.
38932         (file_name_concat): Renamed from path_concat.  All callers changed.
38933         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
38934         * lib/filenamecat.h: Likewise.  All includers changed.
38935         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
38936         in comments or local variable names.
38937         * lib/basename.c: Likewise.
38938         * lib/canonicalize.c, canonicalize.h: Likewise.
38939         * lib/dirname.c, dirname.h: Likewise.
38940         * lib/euidaccess.c: Likewise.
38941         * lib/exclude.c: Likewise
38942         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
38943         * lib/fsusage.c, fsuage.h: Likewise.
38944         * lib/fts.c, fts_.h: Likewise.
38945         * lib/getcwd.c: Likewise.
38946         * lib/getloadavg.c: Likewise.
38947         * lib/mkstemp.c: Likewise.
38948         * lib/mountlist.c, mountlist.h: Likewise.
38949         * lib/openat.c, openat.h: Likewise.
38950         * lib/readlink-stub.c: Likewise.
38951         * lib/readutmp.c, readutmp.h: Likewise.
38952         * lib/rename.c: Likewise.
38953         * lib/rmdir.c: Likewise.
38954         * lib/same.c: Likewise.
38955         * lib/savedir.c: Likewise.
38956         * lib/stripslash.c: Likewise.
38957         * lib/tempname.c: Likewise.
38958         * lib/xreadlink.c: Likewise.
38959         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
38960         All uses changed.
38961         * lib/exclude.h: Likewise.
38962
38963         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
38964         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38965         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
38966         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38967         * lib/pathmax.h: Include <limits.h> unconditionally, since other
38968         files have been getting away with it for years (MORE/BSD 4.3
38969         is extinct now).
38970         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
38971         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38972
38973         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
38974         Define to 256, not 255, as per modern POSIX.
38975
38976 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38977
38978         Sync from coreutils.
38979         Use "file name" when talking about file names, instead of "filename"
38980         or "path", as per the GNU coding standards.
38981         * MODULES.html.sh: mkdir-p renamed from makepath.
38982         filenamecat renamed from path-concat.
38983         * modules/filenamecat: Renamed from modules/path-concat.
38984         (Files): filenamecat.h and filenamecat.c renamed from
38985         path-concat.h and path-concat.c.
38986         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
38987         (Include): filenamecat.h, not path-concat.h.
38988         * modules/mkdir-p: Renamed from modules/makepath.
38989         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
38990         makepath.c.
38991         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
38992         (Include): mkdir-p.h, not makepath.h.
38993
38994 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38995
38996         Sync from coreutils.
38997         * m4/mkdir-p.m4: Renamed from makepath.m4.
38998         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
38999         Rename files from makepath.c to mkdir-p.c, and from
39000         makepath.h to mkdir-p.h.
39001         * m4/filenamecat.m4: Renamed from path-concat.m4.
39002         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
39003         Rename files from path-concat.c to filenamecat.c,
39004         and from path-concat.h to filenamecat.h.
39005         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
39006         "file name" in local variables or comments.
39007         * m4/rename.m4: Likewise.
39008
39009 2005-06-01  Bruno Haible  <bruno@clisp.org>
39010
39011         * modules/csharpexec: New file.
39012         * MODULES.html.sh (C#): New section.
39013
39014 2005-06-01  Bruno Haible  <bruno@clisp.org>
39015
39016         * m4/csharp.m4: New file, from GNU gettext.
39017         * m4/csharpexec.m4: New file, from GNU gettext.
39018
39019 2005-06-01  Bruno Haible  <bruno@clisp.org>
39020
39021         * lib/csharpexec.h: New file, from GNU gettext.
39022         * lib/csharpexec.c: New file, from GNU gettext.
39023         * lib/csharpexec.sh.in: New file, from GNU gettext.
39024
39025 2005-05-31  Derek Price  <derek@ximbiot.com>
39026             Paul Eggert  <eggert@cs.ucla.edu>
39027
39028         Sync from cvs.
39029         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
39030
39031 2005-05-31  Derek Price  <derek@ximbiot.com>
39032             Paul Eggert  <eggert@cs.ucla.edu>
39033
39034         Sync from cvs.
39035         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
39036
39037 2005-05-29  Derek Price  <derek@ximbiot.com>
39038
39039         * config/srclist.txt (glob_.h, glob.c): Add these files.
39040
39041 2005-05-29  Derek Price  <derek@ximbiot.com>
39042
39043         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
39044         * modules/glob: New file.
39045         * modules/getlogin_r: Add link to POSIX spec in description.
39046
39047 2005-05-29  Derek Price  <derek@ximbiot.com>
39048             Paul Eggert  <eggert@cs.ucla.edu>
39049
39050         * m4/glob.m4: New file.
39051
39052 2005-05-29  Derek Price  <derek@ximbiot.com>
39053             Paul Eggert  <eggert@cs.ucla.edu>
39054
39055         * lib/glob_.h, lib/glob.c: New files.
39056
39057 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39058
39059         * modules/fts (Files): Remove m4/inttypes-pri.m4.
39060         * modules/fts-lgpl (Depends-on): Remove gettext.
39061
39062 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39063
39064         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
39065         and don't require gt_INTTYPES_PRI.
39066
39067 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39068
39069         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
39070
39071         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
39072         the configuration hassle isn't worth it.
39073         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
39074         (LONGEST_MODIFIER, PRIuMAX): Remove.
39075
39076 2005-05-27  Bruno Haible  <bruno@clisp.org>
39077
39078         * lib/getlogin_r.h: Remove second include of <stddef.h>.
39079
39080 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
39081
39082         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
39083         _POSIX_PTHREAD_SEMANTICS for Solaris.
39084
39085 2005-05-25  Derek Price  <derek@ximbiot.com>
39086
39087         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
39088
39089 2005-05-25  Derek Price  <derek@ximbiot.com>
39090             Paul Eggert  <eggert@cs.ucla.edu>
39091
39092         * modules/getlogin_r, m4/getlogin_r.m4: New files.
39093         * lib/getlogin_r.c, getlogin_r.h: New files.
39094
39095 2005-05-25  Bruno Haible  <bruno@clisp.org>
39096             Derek Price  <derek@ximbiot.com>
39097
39098         * lib/getlogin_r.h: Simplify API documentation.
39099
39100 2005-05-23  Derek Price  <derek@ximbiot.com>
39101
39102         * modules/minmax (Files): Add m4/minmax.m4.
39103         (configure.ac): Add gl_MINMAX.
39104
39105 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39106
39107         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
39108         so that unistd-safer.h (GPL'ed code) need not be included.
39109
39110 2005-05-22  Bruno Haible  <bruno@clisp.org>
39111
39112         * m4/minmax.m4: New file.
39113         Based on a patch by Derek Price <derek@ximbiot.com>.
39114
39115 2005-05-22  Bruno Haible  <bruno@clisp.org>
39116
39117         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
39118         (INT64_MIN): Fix definition.
39119         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
39120
39121         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
39122         NEED_SIGNED_INT_TYPES.
39123
39124         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
39125         HAVE_SYSTEM_INTTYPES.
39126
39127 2005-05-22  Bruno Haible  <bruno@clisp.org>
39128
39129         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
39130         Also include <sys/param.h> if it defines MIN, MAX.
39131         Based on a patch by Derek Price <derek@ximbiot.com>.
39132
39133 2005-05-21  Jim Meyering  <jim@meyering.net>
39134
39135         * modules/fts (Files): Add m4/inttypes-pri.m4.
39136         (Depends-on): Add lstat and remove gettext.  Alphabetize.
39137
39138 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39139
39140         New fts module.
39141         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
39142         (setup_dir, free_dir): New functions.
39143         (enter_dir, leave_dir): Define trivial
39144         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
39145         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
39146         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
39147         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
39148         Move to fts-cycle.c.
39149         (fts_open): Use setup_dir.
39150         (fts_close): Use free_dir.
39151         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
39152         This adds a label and some gotos, but the alternatives were messier.
39153         Check for memory allocation failure when entering a dir.
39154         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
39155         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
39156         (FTS): New member fts_cycle, that is a union that contains the
39157         old active_dir_ht and cycle_state.  All uses changed to mention
39158         fts_cycle.ht and fts_cycle.state.
39159         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
39160         fts.c, with the following changes:
39161         (setup_dir, free_dir): New functions.
39162         (enter_dir): Now returns bool.  Return true if successful, false
39163         if memory exhausted.  All callers changed.
39164         Do not bother partly cleaning up on
39165         memory allocation failure; that is free_dir's job.
39166         However, free ad if hash_insert fails, to avoid memory leak.
39167         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
39168         fts->fts_options to see which union member to use.
39169
39170 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39171
39172         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
39173         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
39174
39175 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39176
39177         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
39178
39179 2005-05-20  Jim Meyering  <jim@meyering.net>
39180
39181         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
39182         Now a macro, to pacify GCC.
39183
39184 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39185
39186         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
39187         of -1.
39188
39189 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39190
39191         * lib/chown.c (rpl_chown): Return -1 on failure.
39192
39193 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39194
39195         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
39196         Don't check for stddef.h.
39197         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
39198         don't use its results.
39199         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
39200         since we include them unconditionally.  Don't require
39201         AM_STDBOOL_H, since stdbool is a prerequisite.
39202         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
39203         since we assume C89 or better.
39204         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
39205         as we don't use their results.
39206         Don't check for fchdir, memmove, memset, strrchr, as we use
39207         them unconditionally.
39208         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
39209         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
39210
39211 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39212
39213         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
39214         Include <stddef.h> unconditionally, since we assume C89 now.
39215         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
39216         * lib/fts.c: Include fts_.h first, to check interface.
39217         Do not include intprops.h; no longer needed.
39218         Include cycle-check.h and hash.h, since fts_.h no longer does.
39219         Remove unnecessary casts of closedir to void.
39220         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
39221         decide whether to decrement nlinks.
39222         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
39223         (FTS): Use struct hash_table * instead of Hash_table, so that
39224         we no longer need to include hash.h here.
39225
39226 2005-05-18  Jim Meyering  <jim@meyering.net>
39227
39228         * modules/dirfd (License): Change to LGPL.  Most of the code
39229         is already in the public domain.
39230
39231 2005-05-18  Jim Meyering  <jim@meyering.net>
39232
39233         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
39234         Reported by Yoann Vandoorselaere.
39235
39236 2005-05-17  Jim Meyering  <jim@meyering.net>
39237
39238         * m4/fts.m4: New file, from coreutils.
39239
39240 2005-05-17  Jim Meyering  <jim@meyering.net>
39241
39242         * lib/fts.c, lib/fts_.h: New files, from coreutils.
39243
39244 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39245
39246         Sync from coreutils.
39247         * m4/unlinkdir.m4: New file.
39248
39249 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39250
39251         Sync from coreutils.
39252         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
39253         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
39254         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
39255         White space changes only.
39256         * lib/makepath.c (make_path): Port to hosts where leading "//" is
39257         special.
39258         * lib/yesno.c: Include getline.h, not ctype.h.
39259         (yesno): Don't remove leading white space; POSIX doesn't allow it.
39260         Use getline to remove arbitrary restriction on response length.
39261
39262 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39263
39264         * config/srclist-update: Spell out "Street" in FSF postal
39265         mail address; this is the style the FSF seems to prefer.
39266
39267         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
39268         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
39269         this updates FSF postal mail address.
39270
39271         Sync from coreutils.
39272         * modules/unlinkdir: New file.
39273         * modules/yesno (Depends-on): Add getline.
39274         * MODULES.html.sh (File system functions): Add unlinkdir.
39275
39276 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39277
39278         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
39279         lib/strsep.h:
39280         Change the initial comment to refer to GPL, not LGPL.
39281         gnulib-tool will change it to LGPL as needed.
39282
39283         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
39284         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
39285         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
39286         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
39287         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
39288         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
39289         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
39290         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
39291         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
39292         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
39293         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
39294         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
39295         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
39296         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
39297         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
39298         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
39299         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
39300         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
39301         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
39302         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
39303         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
39304         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
39305         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
39306         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
39307         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
39308         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
39309         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
39310         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
39311         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
39312         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
39313         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
39314         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
39315         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
39316         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
39317         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
39318         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
39319         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
39320         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
39321         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
39322         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
39323         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
39324         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
39325         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
39326         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
39327         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
39328         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
39329         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
39330         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
39331         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
39332         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
39333         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39334         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
39335         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
39336         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
39337         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
39338         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
39339         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
39340         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
39341         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
39342         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
39343         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
39344         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
39345         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
39346         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
39347         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
39348         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
39349         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
39350         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
39351         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
39352         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
39353         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
39354         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
39355         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
39356         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
39357         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
39358         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
39359         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
39360         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
39361         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
39362         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
39363         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
39364         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
39365         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
39366         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
39367         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
39368         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
39369         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
39370         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
39371         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
39372         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
39373         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
39374         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
39375         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
39376         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
39377         lib/yesno.c, lib/yesno.h:
39378         Update FSF postal mail address.
39379
39380 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39381
39382         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
39383         tests/test-memmem.c, tests/test-stpncpy.c:
39384         Update FSF postal mail address.
39385
39386 2005-05-13  Bruno Haible  <bruno@clisp.org>
39387
39388         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
39389         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
39390         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
39391         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
39392         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
39393         Add support for 64-bit integers in the MSVC compiler.
39394
39395 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39396
39397         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
39398
39399 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
39400
39401         * gnulib-tool (func_import): Sort and uniquify recommended includes.
39402
39403 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
39404
39405         * doc/getdate.texi (General date syntax): Don't say that date
39406         date --iso-8601=ns generates acceptable dates; it doesn't yet.
39407         Problem reported by Nic Ferrier.
39408
39409 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39410
39411         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
39412         specified in ai_socktype. Fix invalid ai_protocol
39413         check. ai_protocol is usually set to 0 or depending on
39414         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
39415         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
39416         ai_socktype / ai_protocol in the returned addrinfo structure.
39417
39418 2005-05-10  Simon Josefsson  <jas@extundo.com>
39419
39420         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
39421         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
39422
39423 2005-05-10  Karl Berry  <karl@gnu.org>
39424
39425         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
39426         (from http://www.gnu.org/licenses).
39427         * doc/COPYING.LIB: also rename to COPYING.LESSER.
39428         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
39429         fdl.texi suffices.
39430
39431 2005-05-10  Karl Berry  <karl@gnu.org>
39432
39433         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
39434         (COPYING.DOC): remove.
39435
39436         * config/srclist-update: new FSF address.
39437
39438 2005-05-10  Derek Price  <derek@ximbiot.com>
39439
39440         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
39441         possible.
39442
39443 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39444             Bruno Haible  <bruno@clisp.org>
39445
39446         * modules/inet_ntop: New file.
39447         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39448         inet_ntop.
39449
39450 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39451             Bruno Haible  <bruno@clisp.org>
39452
39453         * m4/inet_ntop.m4: New file.
39454
39455 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39456             Bruno Haible  <bruno@clisp.org>
39457
39458         * lib/inet_ntop.h: New file.
39459         * lib/inet_ntop.c: New file, from glibc with modifications.
39460
39461 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
39462
39463         * modules/time_r (License): Change to LGPL.
39464         * modules/extensions (License): Change to LGPL.  Actually,
39465         the license is more permissive than that, but currently gnulib-tool
39466         doesn't know how to handle more-permissive licenses.
39467
39468         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
39469         Problem reported by Dave Love.
39470
39471 2005-05-08  Jim Meyering  <jim@meyering.net>
39472
39473         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
39474         blank.
39475
39476 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
39477
39478         * modules/argmatch (Depends-on): Add stdbool.
39479         * modules/backupfile (Depends-on): Likewise.
39480         * modules/chdir-long (Depends-on): Likewise.
39481         * modules/closeout (Depends-on): Likewise.
39482         * modules/cycle-check (Depends-on): Likewise.
39483         * modules/dirname (Depends-on): Likewise.
39484         * modules/fnmatch (Depends-on): Likewise.
39485         * modules/fsusage (Depends-on): Likewise.
39486         * modules/fwriteerror (Depends-on): Likewise.
39487         * modules/getcwd (Depends-on): Likewise.
39488         * modules/getloadavg (Depends-on): Likewise.
39489         * modules/hard-locale (Depends-on): Likewise.
39490         * modules/makepath (Depends-on): Likewise.
39491         * modules/mountlist (Depends-on): Likewise.
39492         * modules/nanosleep (Depends-on): Likewise.
39493         * modules/posixtm (Depends-on): Likewise.
39494         * modules/quotearg (Depends-on): Likewise.
39495         * modules/readtokens (Depends-on): Likewise.
39496         * modules/readtokens0 (Depends-on): Likewise.
39497         * modules/readutmp (Depends-on): Likewise.
39498         * modules/save-cwd (Depends-on): Likewise.
39499         * modules/strftime (Depends-on): Likewise.
39500         * modules/userspec (Depends-on): Likewise.
39501         * modules/utimecmp (Depends-on): Likewise.
39502         * modules/xgetcwd (Depends-on): Likewise.
39503         * modules/xnanosleep (Depends-on): Likewise.
39504         * modules/xstrtod (Depends-on): Likewise.
39505         * modules/yesno (Depends-on): Likewise.
39506
39507 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
39508
39509         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
39510         needless checks.
39511
39512 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39513
39514         Merge from coreutils.  Among other things,
39515         add bulletproofing for cases where stdin, stdout, or stderr are closed.
39516         * lib/fd-safer.c: New file.
39517         * lib/fcntl-safer.h, open-safer.c: Remove.
39518         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
39519         * lib/dup-safer.c: Include unistd-safer.h first.
39520         Don't include errno.h.
39521         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
39522         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
39523         * lib/file-type.c: Rely on file-type.h change.
39524         * lib/getloadavg.c: Include unistd-safer.h.
39525         (getloadavg): Use safer open.
39526         * lib/getusershell.c: Include "stdio-safer.h".
39527         (getusershell): Use safer fopen.
39528         * lib/long-options.c (long_options): Use NULL rather than 0.
39529         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
39530         'free'.
39531         * lib/modechange.c: Likewise.
39532         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
39533         (MODE_DONE): New constant.
39534         (struct mode_change): Remove 'next' member.
39535         (make_node_op_equals): New function; like the old one of the
39536         same name, except it allocates an array.
39537         (mode_compile, mode_create_from_ref): Use it.
39538         (mode_compile): Allocate result as an array, not a linked list.
39539         Parse octal string ourself, so that we catch mistakes like "+0".
39540         (mode_adjust): Arg is an array, not a linked list.
39541         * lib/modechange.c: Include stat-macros.h, xalloc.h.
39542         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
39543         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
39544         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
39545         Remove.  This is now stat-macros.h's job.
39546         (talloc): Remove.  All callers replaced by xalloc, so that
39547         our invokers don't have to worry about reporting memory failures.
39548         (make_node_op_equals): Remove.
39549         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
39550         New constants.
39551         (struct mode_change): Moved here from modechange.h.
39552         (mode_append_entry): Remove.
39553         (mode_compile): Remove MASKED_OPS arg, since it encouraged
39554         apps to have incorrect behavior.  Use simpler algorithm for head
39555         and tail.  Don't futz with umask; that's now the job of mode_adjust.
39556         Detect more invalid usages rather than having somewhat-random behavior.
39557         Don't insert an "a=" action, as that leads to incorrect behavior.
39558         (mode_compile, mode_create_from_ref): Return NULL on error instead
39559         of an enum, since now there's only one way to have an error.  All
39560         callers changed.
39561         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
39562         at the correct time.  Simplify calculation of "+u" and its ilk.
39563         Don't mishandle "+X".
39564         (mode_free): Remove "register" and localize decls.
39565         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
39566         (struct mode_change): Move to modechange.c; callers don't
39567         need to see this stuff.
39568         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
39569         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
39570         (mode_change, mode_adjust): Reflect the new signatures noted above.
39571         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
39572         that might redefine system include files.
39573         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
39574         (my_usleep): Use NULL rather than (void *) 0.
39575         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
39576         Use siginterrupt to specify that system calls should be interrupted.
39577         (rpl_nanosleep): Move initialization of suspended closer to call of
39578         my_usleep.
39579         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
39580         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
39581         (desirable_utmp_entry): New function.
39582         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
39583         using x2nrealloc, to simplify logic.
39584         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
39585         size calculation.  Do not assume utmp file is a regular file.
39586         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
39587         (READ_UTMP_CHECK_PIDS): New constant.
39588         * lib/save-cwd.c: Include unistd-safer.h.
39589         (save_cwd): Use fd_safer.
39590         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
39591         [!_LIBC] Include "stat-macros.h" instead.
39592         * lib/unistd-safer.h (fd_safer): New decl.
39593
39594 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39595
39596         * modules/getloadavg (Depends-on): Add unistd-safer.
39597         * modules/getusershell (Depends-on): Add stdio-safer.
39598         * modules/lstat (Depends-on): Remove xalloc.
39599         * modules/mkstemp (Depends-on): Add stat-macros.
39600         * modules/modechange (Depends-on): Remove xstrtol.
39601         Add stat-macros, xalloc.
39602         * modules/save-cwd (Depends-on): Add unistd-safer.
39603         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
39604         * modules/unistd-safer (Files): Add lib/fd-safer.c
39605         (Makefile.am): Remove lib_SOURCES.
39606
39607         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
39608         Remove fcntl-safer; unistd-safer supersedes it.
39609
39610 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39611
39612         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
39613         AC_HEADER_STAT.
39614         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
39615         (gl_PREREQ_CHOWN): Remove.
39616         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
39617         it.  Don't require AC_HEADER_STAT.
39618         (gl_PREREQ_LSTAT): Remove.
39619         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
39620         Don't require AC_HEADER_STAT.
39621         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
39622         (gl_PREREQ_RMDIR): Remove.
39623         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
39624         mention stat-macros.h or AC_HEADER_STAT, since we'll make
39625         the stat-macros module a prerequisite.
39626         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
39627         * m4/filemode.m4 (gl_FILEMODE): Likewise.
39628         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
39629         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
39630         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
39631         variable names.
39632         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
39633         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
39634         variable prefixes.
39635         * m4/fcntl-safer.m4: Remove.
39636         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
39637         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
39638         Invoke gl_PREREQ_FD_SAFER.
39639         (gl_PREREQ_FD_SAFER): New macro.
39640         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
39641         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
39642         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
39643         Remove duplicate call to AC_LIBOBJ(readutmp).
39644         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
39645
39646         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
39647         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
39648
39649 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39650
39651         * MODULES.html.sh (Misc): Add byteswap.
39652
39653 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39654
39655         * modules/getcwd (Depends-on): Add extensions.
39656         * modules/openat (Depends-on): Likewise.
39657
39658 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39659
39660         * modules/byteswap: New file.
39661
39662 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39663
39664         * m4/byteswap.m4: New file.
39665
39666 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39667
39668         * lib/byteswap_.h: New file.
39669
39670 2005-04-25  Karl Berry  <karl@gnu.org>
39671
39672         * m4/gettext.m4: Update from GNU gettext 0.14.4.
39673
39674 2005-04-25  Albert Chin  <china@thewrittenword.com>
39675
39676         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
39677         Toolkit C bug.
39678
39679 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
39680
39681         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
39682         (func_ln_if_changed) Remove forcibly for no error message
39683         in case file does not exist.
39684
39685 2005-04-19  Simon Josefsson  <jas@extundo.com>
39686
39687         * gnulib-tool (Options): Make --symlink mean --symbolic.
39688
39689 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
39690
39691         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
39692
39693 2005-04-16  Simon Josefsson  <jas@extundo.com>
39694
39695         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
39696
39697 2005-04-15  Simon Josefsson  <jas@extundo.com>
39698
39699         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
39700
39701 2005-04-15  Simon Josefsson  <jas@extundo.com>
39702
39703         * gnulib-tool: Rename --symlink to --symbolic.
39704
39705 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
39706
39707         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
39708         symbolic links to files instead of copying/moving.  Add --aux-dir,
39709         specifying directory relative --dir where auxiliary build tools
39710         are placed.
39711
39712 2005-04-14  Bruno Haible  <bruno@clisp.org>
39713
39714         * modules/allocsa (License): Change to LGPL.
39715         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
39716
39717 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
39718
39719         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
39720         that "UTC +1 second" continues to work.  Problem reported
39721         by Dmitry V. Levin.
39722         (relunit_snumber): New rule.
39723         (relunit): Use it.
39724
39725 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
39726
39727         * lib/getdate.y (universal_time_zone_table): New constant.
39728         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
39729         universal_time_zone_table.
39730         (lookup_zone): Prefer universal_time_zone_table to
39731         local_time_zone_table, so that "GMT" time stamps are allowed in
39732         London during the summer.  Problem reported by Ian Abbott.
39733
39734 2005-04-12  Jim Meyering  <jim@meyering.net>
39735
39736         * lib/human.c (humblock): Set *options even when returning due to
39737         xstrtoumax conversion failure.  Thanks to a used-uninitialized
39738         warning from gcc-4.
39739
39740 2005-04-09  Jim Meyering  <jim@meyering.net>
39741
39742         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
39743         -Wuninitialized: initialize tm0.tm_year.
39744
39745 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
39746
39747         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
39748         count, since there's no maximum.  All uses changed.
39749         Add member dsts_seen.
39750         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
39751         not being INT_MAX.
39752         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
39753         Use pc_rels_seen to decide whther a date is absolute.
39754
39755         * lib/getdate.y (number): Don't overwrite year.
39756         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
39757         check.
39758
39759 2005-04-02  Simon Josefsson  <jas@extundo.com>
39760
39761         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
39762         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
39763
39764 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
39765
39766         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
39767         where no absolute path name can be longer than PATH_MAX.
39768
39769 2005-03-27  Jim Meyering  <jim@meyering.net>
39770
39771         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
39772
39773 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
39774
39775         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
39776         "one's complement" -> "ones' complement" in comment, as per Knuth.
39777         "value of type" -> "type or expression" in comment.
39778         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
39779
39780 2005-03-26  Jim Meyering  <jim@meyering.net>
39781
39782         Comment nits.
39783         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
39784         Correct typos: s/or/of/.
39785
39786 2005-03-26  Jim Meyering  <jim@meyering.net>
39787
39788         * modules/check-include-files: Move to ../ and rename to...
39789         * check-module: ...this.
39790
39791 2005-03-25  Jim Meyering  <jim@meyering.net>
39792
39793         * modules/xvasprintf (Files): Add xalloc.h.
39794
39795 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
39796
39797         * modules/gettext (Files): config/config.rpath ->
39798         build-aux/config.rpath
39799         * modules/iconv (Files): Likewise.
39800         Problem reported by Oskar Liljeblad.
39801
39802 2005-03-23  Jim Meyering  <jim@meyering.net>
39803
39804         * modules/check-include-files: New script to check for
39805         missing dependencies, multiple includes, etc.
39806
39807         * modules/c-strtold (Depends-on): Add xalloc.
39808         * modules/c-strtod (Depends-on): Add xalloc.
39809         * modules/hash (Depends-on): Add xalloc.
39810         (Files): Remove lib/xalloc.h.
39811
39812         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
39813         * modules/userspec (Files): Add lib/inttostr.h.
39814
39815 2005-03-23  Jim Meyering  <jim@meyering.net>
39816
39817         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
39818
39819 2005-03-22  Jim Meyering  <jim@meyering.net>
39820
39821         * modules/stat-macros: New module.
39822         * modules/canonicalize, modules/euidaccess, modules/file-type,
39823         * modules/filemode, modules/lchown, modules/makepath,
39824         * modules/rmdir, modules/stat: Depend on new stat-macros module
39825         rather than listing lib/stat-macros.h manually.
39826         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
39827
39828 2005-03-22  Jim Meyering  <jim@meyering.net>
39829
39830         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
39831
39832 2005-03-22  Bruno Haible  <bruno@clisp.org>
39833
39834         * config/srclist.txt: Replace target directory 'config' with
39835         'build-aux'.
39836         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
39837         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
39838         ../build-aux/.
39839
39840 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
39841
39842         * modules/chdir-long (Depends-on): Add mempcpy.
39843
39844         * modules/acl, modules/backupfile, modules/c-strtod,
39845         modules/c-strtold, modules/canon-host, modules/canonicalize,
39846         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
39847         modules/exclude, modules/exitfail, modules/file-type,
39848         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
39849         modules/getdate, modules/getline, modules/getpagesize,
39850         modules/getpass, modules/getugroups, modules/group-member,
39851         modules/hard-locale, modules/hash, modules/human, modules/idcache,
39852         modules/inttostr, modules/long-options, modules/makepath,
39853         modules/md5, modules/memcasecmp, modules/memcoll,
39854         modules/modechange, modules/mountlist, modules/path-concat,
39855         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
39856         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
39857         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
39858         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
39859         modules/strftime, modules/strndup, modules/strverscmp,
39860         modules/timespec, modules/unlocked-io, modules/userspec,
39861         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
39862         modules/yesno:
39863         Remove lib_SOURCES line from Makefile.am section, as this is now
39864         done automatically by the corresponding Autoconf macro.
39865
39866 2005-03-21  Jim Meyering  <jim@meyering.net>
39867
39868         Changes imported from coreutils.
39869
39870         * lib/cycle-check.c: Don't include xalloc.h.
39871
39872         * lib/path-concat.c: Don't include assert.h.
39873         (path_concat): Remove assertion that would have triggered
39874         for ABASE starting with more than one slash.
39875         Reported by Andreas Schwab.
39876
39877         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
39878         properly when ABASE is an absolute file name.
39879         Correct the description of this function.
39880         Include <assert.h>.
39881         Add an assertion and a test driver.
39882         This fixes a bug introduced on 2004-07-02.
39883         Andreas Schwab reported the resulting failure of cp --parents:
39884         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
39885
39886 2005-03-21  Jim Meyering  <jim@meyering.net>
39887
39888         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
39889         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
39890
39891 2005-03-21  Jim Meyering  <jim@meyering.net>
39892         and  Paul Eggert  <eggert@cs.ucla.edu>
39893
39894         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
39895         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
39896         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
39897         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
39898         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
39899         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
39900         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
39901         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
39902         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
39903         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
39904         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
39905         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
39906         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
39907         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
39908         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
39909         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
39910         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
39911         for these modules.
39912
39913 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
39914
39915         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
39916         (which shouldn't happen), generate nothing instead of returning 0
39917         immediately, so that nstrftime (NULL, ...) doesn't return 0.
39918
39919 2005-03-16  Bruno Haible  <bruno@clisp.org>
39920
39921         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
39922         HAVE_LONGLONG_64BIT.
39923
39924 2005-03-16  Bruno Haible  <bruno@clisp.org>
39925
39926         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
39927         HAVE_LONGLONG_64BIT.
39928
39929 2005-03-16  Bruno Haible  <bruno@clisp.org>
39930
39931         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
39932         HAVE_LONGLONG_64BIT.
39933
39934 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
39935
39936         * lib/strftime.c (my_strftime): Prepend space to format so that we can
39937         reliably distinguish strftime failure from empty output on POSIX
39938         hosts.
39939
39940 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
39941
39942         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
39943         (iconv_string): Don't guess a size-zero buffer, as that might cause
39944         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
39945         result would be 'too large', where 'too large' is (heuristically)
39946         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
39947         overflow concerns.  This will prevent some unwanted malloc failures
39948         when the inputs are very large.
39949
39950 2005-03-15  Karl Berry  <karl@gnu.org>
39951
39952         * config/srclist.txt (config.rpath): from gettext.
39953         * config/config.rpath: update.
39954
39955 2005-03-15  Bruno Haible  <bruno@clisp.org>
39956
39957         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
39958         to 'negate'.
39959
39960         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
39961         variable.
39962
39963         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
39964         results.
39965
39966 2005-03-14  Simon Josefsson  <jas@extundo.com>
39967
39968         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
39969         <fx@gnu.org>.
39970
39971 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
39972
39973         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
39974         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
39975         intprops.h.
39976         * lib/strtol.c: Likewise.
39977
39978 2005-03-14  Jim Meyering  <jim@meyering.net>
39979
39980         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
39981         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
39982         to be nonzero so that we (and caller) can detect the difference
39983         between a valid zero-length expansion and an error return, even
39984         when the underlying strftime fails before writing anything into
39985         that location.
39986
39987 2005-03-14  Bruno Haible  <bruno@clisp.org>
39988
39989         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
39990         Update from GNU gettext 0.14.3.
39991
39992 2005-03-10  Jim Meyering  <jim@meyering.net>
39993
39994         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
39995
39996 2005-03-10  Jim Meyering  <jim@meyering.net>
39997
39998         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
39999         so that this module works on systems without fchdir.
40000
40001 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40002
40003         Factor int-properties macros into a single file, except for
40004         glibc-related files.
40005         * lib/intprops.h: New file.
40006         * lib/getloadavg.c: Include it instead of limits.h.
40007         (INT_STRLEN_BOUND): Remove.
40008         * lib/human.c: Include intprops.h.
40009         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
40010         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
40011         302/1000.
40012         * lib/inttostr.h: Include intprops.h instead of limits.h.
40013         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
40014         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
40015         for consistency with intprops.h.
40016         (time_t_is_integer, twos_complement_arithmetic): Use them.
40017         * lib/sig2str.h: Include <signal.h>, intprops.h.
40018         (INT_STRLEN_BOUND): Remove.
40019         * lib/strftime.c (TYPE_SIGNED): Remove.
40020         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
40021         * lib/strtol.c: Adjust comments to match intprops.h.
40022         * lib/userspec.c: Include intprops.h.
40023         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
40024         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
40025         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
40026         instead of rolling our own expressions.
40027         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
40028
40029         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
40030         instead of int.
40031         (my_strftime): Do not mishandle years close to INT_MAX, by doing
40032         the right thing even if adding 1900 would overflow.  Similarly
40033         for tm_mon + 1 and tm_yday + 1.
40034         Make %Y always equivalent to %C%y, and similarly for %G and %g.
40035         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
40036         (DO_SIGNED_NUMBER): New macro.
40037         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
40038
40039 2005-03-07  Bruno Haible  <bruno@clisp.org>
40040
40041         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
40042
40043 2005-03-07  Bruno Haible  <bruno@clisp.org>
40044
40045         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
40046
40047 2005-03-04  Derek R. Price  <derek@ximbiot.com>
40048
40049         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
40050         (func_import): Only replace files via --import when they have actually
40051         changed.
40052
40053 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40054
40055         * m4/mmap-anon.m4: New file.
40056         * m4/pagealign_alloc.m4: New file.
40057
40058 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40059             Bruno Haible  <bruno@clisp.org>
40060
40061         * modules/pagealign_alloc: New file.
40062         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
40063
40064 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40065             Bruno Haible  <bruno@clisp.org>
40066
40067         * lib/pagealign_alloc.h: New file.
40068         * lib/pagealign_alloc.c: New file.
40069
40070 2005-03-03  Bruno Haible  <bruno@clisp.org>
40071
40072         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
40073         Use an all-permissive copyright notice, recommended by RMS.
40074
40075 2005-03-02  Bruno Haible  <bruno@clisp.org>
40076
40077         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
40078         of AIX, the replacement has to be done only after <string.h> is
40079         included, therefore not in config.h. stpncpy.h does the replacement,
40080         and stpncpy.c uses it.
40081
40082 2005-03-02  Bruno Haible  <bruno@clisp.org>
40083
40084         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
40085         stpncpy.c uses it.
40086
40087 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40088
40089         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
40090         The workaround isn't strictly needed for POSIX conformance, and
40091         it's too much of a pain to configure and maintain.  We'll ask
40092         people to fix their kernels instead.
40093         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
40094         (NANOSLEEP_BUG_WORKAROUND): Remove.
40095         (xnanosleep): Remove the workaround.
40096
40097 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40098
40099         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
40100         Reported by Derek Price.
40101         (Include): Add "timespec.h".
40102
40103         * modules/xnanosleep (Depends-on): Remove gethrxtime.
40104
40105 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40106
40107         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
40108         to detect nanosleep bug.
40109
40110 2005-03-01  Bruno Haible  <bruno@clisp.org>
40111
40112         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
40113
40114 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
40115
40116         * modules/gethrxtime: New file.
40117         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
40118         (Depends-on): Add gethrxtime.
40119         (configure.ac): Add gl_XNANOSLEEP.
40120         (Makefile.am): Remove lib_SOURCES line.
40121
40122 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40123
40124         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
40125         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
40126
40127 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40128
40129         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
40130         * lib/timespec.h (gettime): Return void, since it always
40131         succeeds now.  All uses changed.
40132         * lib/gettime.c (gettime) Likewise.
40133         [HAVE_NANOTIME]: Prefer nanotime.
40134         Assume gettimeofday succeeds, as POSIX requires.
40135         Assime time () succeeds, since other code already does.
40136         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
40137         (timespec_subtract): Remove.
40138         (NANOSLEEP_BUG_WORKAROUND): New constant.
40139         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
40140         things considerably.  Use it only on GNU/Linux hosts, since the
40141         workaround shouldn't be needed elsewhere.
40142
40143 2005-02-24  Bruno Haible  <bruno@clisp.org>
40144
40145         * modules/gettext (Files): Add m4/glibc2.m4.
40146
40147 2005-02-24  Bruno Haible  <bruno@clisp.org>
40148
40149         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
40150         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
40151         * m4/progtest.m4:
40152         Update from GNU gettext 0.14.2.
40153         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
40154
40155 2005-02-24  Bruno Haible  <bruno@clisp.org>
40156
40157         * lib/localcharset.c: Update from GNU gettext 0.14.2.
40158         * lib/config.charset: Update from GNU gettext 0.14.2.
40159
40160 2005-02-24  Bruno Haible  <bruno@clisp.org>
40161
40162         * lib/gettext.h: Update from GNU gettext 0.14.2.
40163
40164 2005-02-23  Simon Josefsson  <jas@extundo.com>
40165
40166         * m4/iconvme.m4: New file.
40167
40168 2005-02-23  Jim Meyering  <jim@meyering.net>
40169
40170         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
40171         change.
40172         Thanks to Bruno Haible for catching it.
40173
40174 2005-02-22  Simon Josefsson  <jas@extundo.com>
40175
40176         * modules/iconvme: New file.
40177
40178         * MODULES.html.sh: Add iconvme.
40179
40180 2005-02-22  Simon Josefsson  <jas@extundo.com>
40181
40182         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
40183
40184 2005-02-22  Simon Josefsson  <jas@extundo.com>
40185
40186         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
40187
40188 2005-02-22  Jim Meyering  <jim@meyering.net>
40189
40190         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
40191         s/ifndef/ifdef/.
40192
40193 2005-02-20  Neil Conway  <neilc@samurai.com>
40194
40195         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
40196         returned by OSX/Darwin if the specified buffer is not large
40197         enough for the hostname.
40198
40199 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40200
40201         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
40202         pass it to _help, otherwise the latter coredumps trying to
40203         dereference state.root_argp.
40204
40205 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40206
40207         * modules/chdir-long (Depends-on): Add memrchr.
40208         * modules/memrchr (Files): Add lib/memrchr.h.
40209         (Include): "memrchr.h".
40210
40211 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40212
40213         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
40214
40215 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40216
40217         * lib/memrchr.h: New file.
40218         * lib/chdir-long.c: Include it.
40219         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
40220         Don't bother including stddef.h.
40221
40222 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40223
40224         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
40225         inclusion.
40226         Include <sys/types.h>, for dev_t.
40227         (ME_DUMMY, ME_REMOTE): Move from here....
40228         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
40229         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
40230         Dmitry V. Levin.
40231         Include mountlist.h first, to test the interface.
40232
40233 2005-01-29  Bruno Haible  <bruno@clisp.org>
40234
40235         * lib/progname.c (program_name): Initialize.
40236         Needed when linking statically on MacOS X.
40237
40238 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40239
40240         Sync from coreutils.
40241         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
40242         (Depends-on): Add c-strtod.
40243         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
40244
40245 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40246
40247         Sync from coreutils.
40248         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
40249
40250         Remove files that are specific to coreutils.
40251         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
40252
40253 2005-01-28  Bruno Haible  <bruno@clisp.org>
40254
40255         * modules/javacomp: New file.
40256         * MODULES.html.sh (Java): Add javacomp.
40257
40258 2005-01-28  Bruno Haible  <bruno@clisp.org>
40259
40260         * m4/javacomp.m4: New file, from GNU gettext.
40261
40262 2005-01-28  Bruno Haible  <bruno@clisp.org>
40263
40264         * lib/javacomp.sh.in: New file, from GNU gettext.
40265         * lib/javacomp.h: New file, from GNU gettext.
40266         * lib/javacomp.c: New file, from GNU gettext.
40267
40268 2005-01-26  Simon Josefsson  <jas@extundo.com>
40269
40270         * lib/gai_strerror.c: Use GPL in header.
40271
40272 2005-01-26  Bruno Haible  <bruno@clisp.org>
40273
40274         * modules/javaexec: New file.
40275         * MODULES.html.sh (Java): Add javaexec.
40276
40277 2005-01-26  Bruno Haible  <bruno@clisp.org>
40278
40279         * m4/javaexec.m4: New file, from GNU gettext.
40280
40281 2005-01-26  Bruno Haible  <bruno@clisp.org>
40282
40283         * lib/javaexec.sh.in: New file, from GNU gettext.
40284         * lib/javaexec.h: New file, from GNU gettext.
40285         * lib/javaexec.c: New file, from GNU gettext.
40286
40287 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40288
40289         * modules/lchown (Depends-on): Remove lchown.h
40290
40291 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40292
40293         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
40294         must be defined if the header file was not found, in order
40295         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
40296
40297 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40298
40299         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
40300         initializers for struct pentry_state.
40301         (__argp_error): Check return value of __asprintf
40302         (__argp_failure): Translate error message
40303
40304         * lib/argp-parse.c: Removed braces around the expansion of N_()
40305
40306 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40307
40308         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
40309         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
40310         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
40311         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
40312         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
40313         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
40314         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
40315         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
40316         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
40317         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
40318         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
40319         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
40320         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
40321         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
40322         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
40323         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
40324         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
40325         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
40326         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
40327         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
40328         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
40329         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
40330         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
40331         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
40332         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
40333         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
40334         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
40335         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
40336         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
40337         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
40338         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
40339         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
40340         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
40341         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
40342         xstrtol.m4, xstrtoumax.m4, yesno.m4:
40343         Use an all-permissive copyright notice, recommended by RMS.
40344
40345 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
40346
40347         * modules/chdir-long (Depends-on): Remove mempcpy.
40348
40349 2005-01-21  Jim Meyering  <jim@meyering.net>
40350
40351         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
40352         same value as for Solaris 9.
40353
40354         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
40355         component length.  This included changing the parameter to be
40356         of type `char *' rather than `char const *'.
40357         * lib/chdir-long.h (chdir_long): Update prototype.
40358
40359         * lib/openat.c (fdopendir, fstatat): New functions.
40360         * lib/openat.h: Include headers required for use of DIR and struct
40361         stat.
40362         [AT_SYMLINK_NOFOLLOW]: Define.
40363         (fdopendir, fstatat): Add prototypes.
40364
40365 2005-01-21  Bruno Haible  <bruno@clisp.org>
40366
40367         * modules/classpath: New file.
40368         * MODULES.html.sh (Java): Add classpath.
40369
40370 2005-01-21  Bruno Haible  <bruno@clisp.org>
40371
40372         * lib/classpath.h: New file, from GNU gettext.
40373         * lib/classpath.c: New file, from GNU gettext.
40374
40375 2005-01-20  Simon Josefsson  <jas@extundo.com>
40376
40377         * modules/version-etc-fsf: New file.
40378
40379 2005-01-20  Simon Josefsson  <jas@extundo.com>
40380
40381         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
40382         * lib/version-etc.c: Remove version_etc_copyright.
40383         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
40384         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
40385
40386 2005-01-20  Simon Josefsson  <jas@extundo.com>
40387
40388         * lib/base64.h (isbase64): Add.
40389
40390         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
40391         using a unsigned prototype, don't inline.
40392         (base64_decode): Use it.
40393
40394 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40395
40396         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
40397         it.
40398
40399 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40400
40401         * lib/save-cwd.c (save_cwd): Remove code to support the case
40402         where fchdir is missing or flaky.
40403
40404 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40405
40406         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
40407
40408 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40409
40410         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
40411         AC_LIBSOURCES now does this.
40412         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
40413         with new ullong_max module.
40414
40415 2005-01-19  Bruno Haible  <bruno@clisp.org>
40416
40417         * modules/sh-quote: New file.
40418         * MODULES.html.sh (Executing programs): Add sh-quote.
40419
40420 2005-01-19  Bruno Haible  <bruno@clisp.org>
40421
40422         * lib/sh-quote.h: New file, from GNU gettext.
40423         * lib/sh-quote.c: New file, from GNU gettext.
40424
40425 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40426
40427         Merge from coreutils.
40428         * m4/ullong_max.m4: New file.
40429         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
40430         (gl_MACROS): Assume localeconv exists.
40431
40432 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40433
40434         Merge changes from coreutils, as described below in several
40435         changelogs dated today.
40436
40437         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
40438         (O_DIRECTORY): Remove; not needed here, since "." must be
40439         a directory.  All uses removed.
40440         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
40441         universal on Suns, and we also need to test for IRIX.
40442         Revamp code to use 'if' rather than '#if'.
40443         Avoid unnecessary comparison of cwd->desc to 0.
40444
40445         * lib/utimens.c (futimens): Robustify the previous patch, by checking
40446         for known valid error numbers rather than observed invalid ones.
40447
40448 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40449
40450         * modules/ullong_max: New file.
40451
40452         * modules/chdir-long, modules/openat: New files.
40453         * modules/save-cwd (Depends-on): Depend on chdir-long.
40454         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
40455
40456 2005-01-18  Jim Meyering  <jim@meyering.net>
40457
40458         Merge from coreutils.
40459         * m4/chdir-long.m4, m4/openat.m4: New files.
40460         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
40461         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
40462         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
40463         is sane and DOES follow symlinks.  Besides, testing 20 different
40464         systems found no broken chown implementations.
40465         Prompted by a change in rsync's copy of this macro.
40466         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
40467
40468         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
40469
40470         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
40471         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
40472         NULL-means-set-to-current-time semantics.
40473         Remove temporary file immediately, rather than waiting
40474         for configure's at-exit trap code to do it.
40475
40476 2005-01-18  Jim Meyering  <jim@meyering.net>
40477
40478         * lib/version-etc.c (version_etc_copyright): Update copyright date.
40479
40480         * lib/utimens.c (futimens): Account for the fact that futimes
40481         can also fail with errno == ENOSYS or errno == ENOENT.
40482         Patch from Dmitry V. Levin.
40483
40484         Change the name of the robust chdir function from chdir to chdir_long.
40485         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
40486         (restore_cwd): Use chdir_long, not chdir.
40487         * lib/chdir-long.c: Renamed from chdir.c.
40488         * lib/chdir-long.h: Renamed from chdir.h.
40489         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
40490         Hurd.
40491
40492 2005-01-18  Bruno Haible  <bruno@clisp.org>
40493
40494         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
40495         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
40496         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
40497         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
40498         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
40499         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
40500         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
40501         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
40502         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
40503         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
40504         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
40505         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
40506         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
40507         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
40508         Use an all-permissive copyright notice, recommended by RMS.
40509
40510 2005-01-18  Bob Proulx  <bob@proulx.com>
40511
40512         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
40513         simplify offsetof() macro construct to avoid compile failure with
40514         native HP-UX 11.0 ANSI C compiler.
40515
40516 2005-01-17  Bruno Haible  <bruno@clisp.org>
40517
40518         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
40519         redundant because stpncpy.m4 takes care of it.
40520
40521 2005-01-17  Bruno Haible  <bruno@clisp.org>
40522
40523         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
40524
40525 2005-01-17  Bruno Haible  <bruno@clisp.org>
40526
40527         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
40528         used.
40529
40530 2005-01-17  Bruno Haible  <bruno@clisp.org>
40531
40532         * lib/fwriteerror.h (fwriteerror): Change specification to include
40533         fclose.
40534         * lib/fwriteerror.c: Include <stdbool.h>.
40535         (fwriteerror): At the end, close the file stream. Record whether
40536         stdout was already closed.
40537
40538 2005-01-17  Bruno Haible  <bruno@clisp.org>
40539
40540         * lib/execute.c (environ): Declare if needed.
40541         * lib/pipe.c (environ): Likewise.
40542         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
40543
40544 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40545
40546         * modules/argp: Depend on vsnprintf
40547
40548 2005-01-10  Jim Meyering  <jim@meyering.net>
40549
40550         * modules/closeout (Depends-on): Add atexit.
40551
40552 2005-01-06  Bruno Haible  <bruno@clisp.org>
40553
40554         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
40555
40556 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40557
40558         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
40559         definitions to be after all include files, to avoid collisions.
40560         Problem reported by Bob Proulx.
40561
40562 2005-01-04  Jim Meyering  <jim@meyering.net>
40563
40564         Changes imported from coreutils.
40565         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
40566         as the mkstemp template, use a temporary directory and an
40567         8.3-friendly template to avoid trouble on systems like DJGPP.
40568         Reported by Juan M. Guerrero via Stepan Kasal.
40569         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
40570         close. Remove the temporary directory right away, rather than waiting
40571         for configure's at-exit trap code to do it.
40572         Suggestion from Stepan Kasal.
40573
40574 2005-01-01  Simon Josefsson  <jas@extundo.com>
40575
40576         * gnulib-tool: Print #include directives when --import'ing.
40577
40578 2004-12-28  Simon Josefsson  <jas@extundo.com>
40579
40580         * tests/test-base64.c: Include required header files.  Remove
40581         unused variables.
40582
40583 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40584
40585         * modules/error (Depends-on): Remove gettext.
40586
40587 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40588
40589         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
40590         not needed.  This removes a dependency on the gettext module.
40591         [defined _LIBC]: Do not include <libintl.h>; not needed.
40592
40593 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
40594
40595         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
40596         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
40597
40598 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
40599
40600         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
40601         HAVE_DECL_STRTOLD.
40602
40603 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40604
40605         * modules/getdate (Depends-on): Remove alloca-opt.
40606
40607 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40608
40609         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
40610
40611 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40612
40613         * lib/argp-parse.c: Include <stddef.h>.
40614         (alignof, alignto): New macros.
40615         (parser_init): Don't assume that void * is aligned sufficiently
40616         for struct option.
40617
40618         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
40619         need to extend the stack.
40620         (YYINITDEPTH): New macro, so that the initial stack isn't overly
40621         large.
40622
40623 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40624
40625         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
40626
40627 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
40628
40629         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
40630         (2004-10-24) change.  Apparently this was a false alarm.
40631
40632         * modules/getdate: Depend on alloca-opt, not alloca.
40633
40634 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
40635
40636         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
40637         Remove now-obsolete comment about AIX.
40638         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
40639         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
40640         (YYMAXDEPTH): New macro.
40641
40642 2004-12-18  Simon Josefsson  <jas@extundo.com>
40643
40644         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
40645
40646 2004-12-18  Bruno Haible  <bruno@clisp.org>
40647
40648         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
40649
40650 2004-12-18  Bruno Haible  <bruno@clisp.org>
40651
40652         * lib/fatal-signal.c (fatal_signals): Make non-const.
40653         (init_fatal_signals): New function.
40654         (uninstall_handlers, install_handlers): Ignore signals that were set to
40655         SIG_IGN.
40656         (at_fatal_signal): Call init_fatal_signals.
40657         (init_fatal_signal_set): Likewise. Ignore signals that were set to
40658         SIG_IGN.
40659         Reported by Paul Eggert.
40660
40661 2004-12-18  Bruno Haible  <bruno@clisp.org>
40662
40663         * doc/alloca.texi: New file.
40664         * doc/alloca-opt.texi: New file.
40665
40666 2004-12-17  Jim Meyering  <jim@meyering.net>
40667
40668         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
40669         Otherwise, install-sh could exit with improper exit status when
40670         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
40671
40672 2004-12-16  Simon Josefsson  <jas@extundo.com>
40673
40674         * tests/test-base64.c: Add license.
40675
40676 2004-12-15  Stepan Kasal  <address@hidden>
40677
40678         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
40679
40680 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
40681
40682         * modules/getcwd (Files): Add m4/d-ino.m4.
40683         Suggested by Mark D. Baushke.
40684
40685 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
40686
40687         * lib/getdate.y (textint): New member "negative".
40688         (time_zone_hhmm): New function.
40689         Expect 14 shift-reduce conflicts, not 13.
40690         (o_colon_minutes): New rule.
40691         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
40692         (yylex): Set the "negative" member of signed numbers.
40693
40694 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
40695
40696         * doc/getdate.texi (Time of day items, Time zone items):
40697         Describe new formats +00:00, UTC+00:00.
40698
40699 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
40700
40701         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
40702         spurious "-l"s.  Problem reported by Stepan Kasal.
40703
40704 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
40705
40706         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
40707         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
40708
40709 2004-12-04  Simon Josefsson  <jas@extundo.com>
40710
40711         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
40712         Vandoorselaere <yoann@prelude-ids.org>.
40713
40714 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40715
40716         Changes imported from coreutils.
40717         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
40718         exist.
40719         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
40720
40721 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40722
40723         Changes imported from coreutils.
40724         * lib/hard-locale.c: Assume <locale.h> exists.
40725         Include "strdup.h".
40726         (GLIBC_VERSION): New macro.
40727         (hard_locale): Assume setlocale exists.
40728         Rewrite to avoid #ifdef.
40729         Use strdup rather than malloc + strcpy.
40730         * lib/human.c: Assume <locale.h> exists.
40731         (human_readable): Assume localeconv exists.
40732
40733 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40734
40735         * modules/hard-locale (Depends-on): Add strdup.
40736
40737 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40738
40739         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
40740         convert T2, not T.  (Imported from libc.)
40741
40742 2004-11-30  Simon Josefsson  <jas@extundo.com>
40743
40744         * modules/restrict (License): Change to LGPL.
40745
40746 2004-11-30  Simon Josefsson  <jas@extundo.com>
40747
40748         * m4/restrict.m4: Add copyright and copying conditions.
40749
40750 2004-11-30  Simon Josefsson  <jas@extundo.com>
40751
40752         * m4/base64.m4: New file.
40753
40754 2004-11-30  Simon Josefsson  <jas@extundo.com>
40755
40756         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
40757         base64.
40758
40759         * tests/test-base64.c: New file.
40760
40761         * modules/base64: New file.
40762
40763 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
40764
40765         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
40766         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
40767
40768         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
40769
40770 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
40771
40772         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
40773         (__getcwd.c): Don't restore errno; glibc doesn't.
40774         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
40775         first, falling back to our code only if its results look suspicious.
40776         Ensure that the resulting buffer is only as large as necessary.
40777
40778         * lib/readutmp.c: Include readutmp.h first.
40779         Include <errno.h>, since readutmp.h no longer does that.
40780         * lib/readutmp.h: Don't include <errno.h>,
40781         <sys/param.h>, <time.h>; not needed to establish interface.
40782         (errno): Remove decl.
40783         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
40784         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
40785         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
40786
40787 2004-11-28  Simon Josefsson  <jas@extundo.com>
40788
40789         * lib/base64.h, base64.c: New file.
40790
40791 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40792
40793         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
40794
40795 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40796
40797         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
40798         (Depends-on): Remove pathmax, same.  Add mempcpy.
40799         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
40800         (Makefile.am): Append getcwd.h to lib_SOURCES.
40801         (Include): Add getcwd.h.
40802         (Maintainer): Change from Jim Meyering to "all, glibc",
40803         since getdate now uses intended-for-glibc code.
40804         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
40805         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
40806
40807 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40808
40809         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
40810         HP's ANSI C compiler.
40811         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
40812         Declaring int functions causes warnings on some modern systems and
40813         shouldn't be needed to compile on ancient ones.
40814         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
40815         defined.
40816
40817         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
40818         with the following changes.
40819         (__set_errno): Parenthesize properly.
40820         Include <stdbool.h>.
40821         (MIN, MAX, MATCHING_INO): New macros.
40822         (__getcwd): Define with prototype, not K&R form.
40823         Use heuristics to allocate default buffer on stack if possible.
40824         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
40825         behavior, and to avoid the PATH_MAX limit when computing
40826         ../../../../...
40827         Use MATCHING_INO to compare inode number to file.
40828         Check for arithmetic overflow in size calculations.
40829         Fix bug in reallocation of dot array that caused getcwd to fail
40830         on directories nested deeper than 75.
40831         Be more careful about saving errno on error.
40832         Do not use realloc; use only free+malloc, as this is a bit
40833         more flexible and avoids a needless copy operation.
40834         Do not inspect st_dev and st_ino for symbolic links; POSIX
40835         doesn't specify the latter.
40836         Check for closedir errors.
40837         Avoid needless casts.
40838         Use "#ifdef weak_alias" around weak_alias, to be like other
40839         glibc code.
40840         The following changes to getcwd.c have effect only when used in
40841         gnulib; they have no effect inside glibc proper.
40842         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
40843         as alloca isn't used.
40844         (alloca, __alloca): Likewise.
40845         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
40846         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
40847         unconditionally, as gnulib assumes C89 or better.
40848         Do not include <sys/param.h>.
40849         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
40850         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
40851         better.
40852         (NULL) [!defined NULL]: Remove; we assume C89 or better.
40853         Include <dirent.h> in a way that is compatible with modern Autoconf.
40854         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
40855         New macros, if not already defined.
40856         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
40857         Use "_LIBC", not "defined _LIBC", for consistency.
40858         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
40859         a mempcpy module.
40860         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
40861         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
40862         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
40863         credit only to Jim Meyering and adjust the copyright dates.
40864         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
40865         <stdlib.h>, <unistd.h>, "pathmax.h".
40866         Instead, include "xgetcwd.h" (first) and "getcwd.h".
40867         (INITIAL_BUFFER_SIZE): Remove.
40868         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
40869
40870 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40871
40872         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
40873         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
40874         Use the _ONCE methods, for efficiency.
40875         Check for fcntl.h.  In test program, include <errno.h>
40876         and <fcntl.h> if available.  Remove old K&R cruft from
40877         test program.  Check for common errors in GNU/Linux,
40878         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
40879         don't do AC_LIBOBJ, as that's getcwd.m4's job.
40880         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
40881         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
40882         name accordingly.
40883         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
40884         accommodate new getcwd.c.
40885         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
40886         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
40887         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
40888         that's all we need now.
40889
40890 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40891
40892         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
40893         argp-parse.c depends on getopt internals, that means we should
40894         always use our getopt, to be on the safe side.
40895         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
40896         order not to spoil the result of an eventual previous invocation
40897         of gl_GETOPT_SUBSTITUTE.
40898
40899 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40900
40901         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
40902         redefinition warnings. To avoid them, include the defines
40903         in `#if !defined __need_getopt ... #endif'. The only place
40904         where __getopt_argv_const is used is in definitions
40905         of getopt_long and getopt_long_only below, which are as well
40906         protected by `#ifndef __need_getopt'.
40907         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
40908         __need_getopt after including <stdio.h> and <unistd.h> These
40909         headers might have defined it.
40910
40911 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
40912
40913         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
40914
40915 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
40916
40917         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
40918         (futimens): New function, which uses futimes if available.
40919         (futimens, utimens): Support timespec==NULL, with same semantics
40920         as utime and utimens.
40921         * lib/utimens.h (futimens): New decl.
40922
40923 2004-11-23  Jim Meyering  <jim@meyering.net>
40924
40925         * lib/getopt_.h: Remove trailing blanks.
40926
40927 2004-11-23  Jim Meyering  <jim@meyering.net>
40928
40929         * lib/__fpending.c: Add comment.
40930
40931 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
40932
40933         * modules/canonicalize (Depends-on): Add xreadlink.
40934         Problem reported by James Youngman.
40935
40936 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40937
40938         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
40939         New macros.
40940         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
40941         optopt): Use them instead of invoking ## directly; otherwise, the
40942         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
40943
40944 2004-11-19  Bruno Haible  <bruno@clisp.org>
40945
40946         * lib/strtok_r.c: Move comments from here...
40947         * lib/strtok_r.h: ... to here.
40948
40949 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40950
40951         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
40952         implementations that mishandle size_t overflow.
40953
40954 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40955
40956         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
40957         might fail.  Problem reported by Yoann Vandoorselaere.
40958         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
40959         implementations that mishandle size_t overflow.
40960
40961 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40962
40963         * modules/canon-host (Depends-on): Add strdup.
40964
40965 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40966
40967         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
40968
40969 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40970
40971         * lib/canon-host.c: Include "strdup.h".
40972         (canon_host): Use getaddrinfo if available, so that IPv6 works.
40973         Use strdup instead of malloc/strcpy to duplicate strings.
40974
40975         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
40976         (human_space_before_unit): New constant.
40977         * lib/human.c (human_readable): Support it.
40978
40979         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
40980         (xgetcwd): Set errno correctly when failing.
40981         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
40982         the failure is actually due to a PATH_MAX problem.
40983
40984         Further getopt changes to make it more likely that glibc will
40985         buy the changes back.
40986         * lib/getopt.c (POSIXLY_CORRECT): New constant.
40987         (getopt): Use it, so to preserve glibc semantic
40988         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
40989         when compiling for libc.
40990         * lib/getopt_.h (__getopt_argv_const): Bring it back.
40991         (getopt_long, getopt_long_only): Use it.
40992
40993         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
40994         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
40995         (getopt): Argv is now char * const *, as per standard.
40996         (_getopt_internal_r, _getopt_internal): Argv is now char **,
40997         not char *__getopt_argv_const *.
40998         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
40999         _getopt_long_only_r): Likewise.
41000         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
41001         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
41002         _getopt_long_r, _getopt_long_only_r): Likewise.
41003         * lib/getopt_.h (__getopt_argv_const): Remove.
41004         (getopt): Argv is now char * const *, as per standard.
41005
41006         * lib/getdate.y (tORDINAL): New token.
41007         (day, relunit): Allow it for relative times.
41008         (relative_time_table): Use tORDINAL for ordinals.
41009
41010 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41011
41012         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
41013         Document that "second" isn't allowed as an ordinal number.
41014
41015 2004-11-16  Jim Meyering  <jim@meyering.net>
41016
41017         * modules/closeout (Depends-on): Add fpending.
41018
41019 2004-11-15  Jim Meyering  <jim@meyering.net>
41020
41021         * lib/closeout.c: Include "__fpending.h" once again.
41022         Include <stdbool.h>.
41023         (close_stdout): Don't fail just because stdout was closed initially,
41024         since some programs don't write to stdout in the normal course of
41025         operation (other than --version and --help), and we don't want this
41026         function to make e.g. `touch file >&-' fail.
41027         But do fail if it was closed and someone has tried to write to it.
41028         E.g., `printf foo >&-' must fail.
41029
41030 2004-11-13  Jim Meyering  <jim@meyering.net>
41031
41032         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
41033
41034 2004-11-12  Simon Josefsson  <jas@extundo.com>
41035
41036         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
41037         small doc fix is still pending.
41038
41039 2004-11-11  Simon Josefsson  <jas@extundo.com>
41040
41041         * modules/strtok_r: New file.
41042
41043         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41044         strtok_r.
41045
41046 2004-11-11  Simon Josefsson  <jas@extundo.com>
41047
41048         * m4/strtok_r.m4: New file.
41049
41050         * m4/getopt.m4: Replace opterr.
41051
41052 2004-11-11  Simon Josefsson  <jas@extundo.com>
41053
41054         * lib/strtok_r.h, strtok_r.c: New file.
41055
41056 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
41057
41058         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
41059         of replacing opterr, getopt, etc.  This should handle the
41060         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
41061
41062 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
41063
41064         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
41065         we can stop lying to compilers about the constness of argv when we
41066         are compiled outside glibc.
41067         (getopt, getopt_long, getopt_long_only): Use it.
41068         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
41069         _getopt_internal, getopt): Likewise.
41070         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
41071         _getopt_long_only_r): Likewise.
41072         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
41073         _getopt_long_r, _getopt_long_only_r): Likewise.
41074
41075         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
41076         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
41077         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
41078         the other external symbols.
41079         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
41080         declaration, since the above renaming now works around collisions.
41081
41082 2004-11-11  Jim Meyering  <jim@meyering.net>
41083
41084         * lib/linebreak.c: Remove trailing blanks.
41085         * lib/alloca_.h: Likewise.
41086         * lib/acosl.c: Likewise.
41087         * lib/euidaccess.c: Likewise.
41088         * lib/allocsa.h: Likewise.
41089
41090 2004-11-10  Simon Josefsson  <jas@extundo.com>
41091
41092         * m4/getaddrinfo.m4: New file.
41093
41094 2004-11-10  Simon Josefsson  <jas@extundo.com>
41095
41096         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
41097
41098 2004-11-10  Simon Josefsson  <jas@extundo.com>
41099
41100         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41101         getaddrinfo.
41102
41103         * modules/getaddrinfo: New file.
41104
41105 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41106
41107         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
41108
41109 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41110
41111         * lib/mktime.c (SHR): New macro, which is a portable
41112         substitute for >> that should work even on Crays.
41113         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
41114         Problem reported by Mark D. Baushke in
41115         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
41116         * lib/getdate.y (SHR): Likewise.
41117         (tm_diff): Use it.
41118         * lib/strftime.c (SHR): Likewise.
41119         (tm_diff): Use it.
41120         * lib/quotearg.c (struct quoting_options): Use unsigned int for
41121         quote_these_too, so that right shifts are well defined.  All uses
41122         changed.
41123
41124 2004-11-10  Jim Meyering  <jim@meyering.net>
41125
41126         Ensure that no close failure goes unreported.
41127         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
41128         return early when it seems there's nothing to flush.
41129         Don't include __fpending.h.
41130
41131 2004-11-10  Jim Meyering  <jim@meyering.net>
41132
41133         * modules/closeout (Depends-on): Remove fpending.
41134
41135 2004-11-10  Jim Meyering  <jim@meyering.net>
41136
41137         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
41138
41139 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41140
41141         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
41142         gl_FUNC_STRFTIME.
41143         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
41144         and AC_REQUIRE when possible, to avoid duplicate checks.
41145         Check for <wchar.h>.
41146
41147 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41148
41149         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
41150
41151 2004-11-09  Bruno Haible  <bruno@clisp.org>
41152
41153         * m4/sockpfaf.m4: New file.
41154
41155 2004-11-05  Bruno Haible  <bruno@clisp.org>
41156
41157         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
41158         Reported by Mark D. Baushke <mdb@cvshome.org>.
41159
41160 2004-11-04  Bruno Haible  <bruno@clisp.org>
41161
41162         2004-09-11  Bruno Haible  <bruno@clisp.org>
41163                 * allocsa.valgrind: New file.
41164         2004-02-06  Bruno Haible  <bruno@clisp.org>
41165                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
41166                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
41167                 Reported by Christopher Seip <chris.seip@hp.com>.
41168
41169 2004-11-04  Bruno Haible  <bruno@clisp.org>
41170
41171         * modules/allocsa (Files): Add lib/allocsa.valgrind.
41172         (Makefile.am): Distribute it.
41173
41174 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41175
41176         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
41177         with errno == ERANGE if the buffer is too small.
41178         Problem reported by Mark D. Baushke.
41179
41180 2004-11-03  Albert Chin  <china@thewrittenword.com>
41181             Paul Eggert  <eggert@cs.ucla.edu>
41182
41183         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
41184         equivalent, substitute $ac_type for equivalent type rather than
41185         blindly using uint32_t *always* which won't work if uint32_t is not
41186         available.  Define _UINT32_T to work around typedef of uint32_t if
41187         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
41188         2.5.1.
41189
41190 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41191
41192         * m4/jm-macros.m4: Sync from coreutils.
41193         (gl_MACROS): Check for mbrlen, for pathchk.
41194         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
41195
41196 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41197
41198         * lib/xreadlink.c (MAXSIZE): New macro.
41199         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
41200         size does not exceed MAXSIZE.  Avoid cast.
41201         As suggested by Mark D. Baushke in
41202         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
41203         if readlink fails with buffer size just under MAXSIZE, try again
41204         with MAXSIZE.
41205
41206 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41207
41208         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
41209
41210 2004-11-02  Derek R. Price  <derek@ximbiot.com>
41211         and  Paul Eggert  <eggert@cs.ucla.edu>
41212
41213         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
41214         (get_date): Overparenthesize to avoid GCC warning.
41215
41216 2004-11-02  Bruno Haible  <bruno@clisp.org>
41217
41218         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
41219         returns void.
41220
41221 2004-11-02  Bruno Haible  <bruno@clisp.org>
41222
41223         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
41224         function returns void.
41225
41226 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41227
41228         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
41229         fflush_unlocked, flockfile, funlockfile, funlockfile,
41230         fputs_unlocked, putc_unlocked.
41231
41232 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41233
41234         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41235         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
41236         already declared.
41237
41238 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41239
41240         * modules/getdate (Files): Add doc/getdate.texi.
41241         (Depends-on): Add setenv, xalloc.
41242
41243 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41244
41245         * lib/getdate.y: Add support for TZ="foo" within a date string.
41246         Fix some bugs near time_t boundaries.  Reject dates with
41247         out-of-range components, e.g., "Sept 31".
41248         Include <stdlib.h>, "setenv.h", "xalloc.h".
41249         (ISDIGIT_LOCALE): Remove; unused.
41250         Note that the TZ and time functions used here are not reentrant.
41251         (mktime_ok, get_tz): New functions.
41252         (TZBUFSIZE): New constant.
41253         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
41254         This requires that we sometimes generate our own TZ="XXX..." setting.
41255
41256 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41257
41258         * doc/getdate.texi: New file, from coreutils with modifications for
41259         the new TZ parsing.
41260
41261 2004-10-27  Derek R. Price  <derek@ximbiot.com>
41262
41263         * lib/mktime.c (not_equal_tm): Remove redundant check.
41264
41265 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41266
41267         * modules/regex (lib_SOURCES): Add regex.c.
41268         Reported by James Youngman in
41269         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
41270
41271 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41272
41273         * lib/getdate.y: Use Bison 1.875 features, and some minor
41274         code cleanups.  This change does not affect semantics.
41275         Don't include <stdlib.h>; no longer needed.
41276         Don't include unlocked-io.h; only the "#if TEST" code uses
41277         stdio, and performance isn't crucial there.
41278         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
41279         Bison 1.875 features as described below.
41280         All uses of "PC." replaced by "pc->".
41281         (YYSTYPE): Add a forward declaration.
41282         (yylex, yyerror): Use full prototypes in forward decls.
41283         Use "%pure-parser" rather than obsolescent "%pure_parser".
41284         Use %parse-param and %lex-param instead of obsolescent
41285         YYPARSE_PARAM and YYLEX_PARAM.
41286         (meridian_table, month_and_day_table, time_units_table,
41287         relative_time_table, time_zone_table, military_table,
41288         lookup_zone, lookup_word, get_date):
41289         Use NULL instead of 0 where appropriate.
41290         (to_hour): Avoid abort (), to avoid a dependency on
41291         stdlib.h.
41292         (yyerror, yylex): Now accepts parser_control * arg.
41293         (main) [TEST]: Use '\0' rather than 0 for char.
41294
41295 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41296
41297         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
41298
41299 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41300
41301         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
41302         It's now the caller's responsibility to handle the case where
41303         !HAVE_GETPAGESIZE && !defined getpagesize.
41304
41305         * lib/mktime.c (leapyear): Arg is long int, not int.
41306
41307 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
41308
41309         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
41310
41311 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41312
41313         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
41314         missing.  Problem reported by James Youngman.
41315
41316 2004-10-16  Simon Josefsson  <jas@extundo.com>
41317
41318         * gnulib-tool: Fix comments.  Fix parse problem.
41319         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
41320
41321 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
41322
41323         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
41324         implementation of getopt_long.  Problem reported by Alexander Taler in:
41325         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
41326
41327 2004-10-15  Bruno Haible  <bruno@clisp.org>
41328
41329         * gnulib-tool: Untabify. Initialize supplied_libname.
41330         (func_usage): More homogenous output.
41331         (func_modules_transitive_closure, func_modules_to_filelist,
41332         func_emit_lib_Makefile_am): New functions.
41333         (func_import): New function, extracted from big case statement. Use
41334         func_get_license, func_modules_transitive_closure,
41335         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
41336         opt_lgpl. Don't use test -a, as it's not portable.
41337         (func_create_testdir): Use func_modules_transitive_closure,
41338         func_modules_to_filelist, func_emit_lib_Makefile_am.
41339
41340 2004-10-15  Bruno Haible  <bruno@clisp.org>
41341
41342         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
41343
41344 2004-10-15  Bruno Haible  <bruno@clisp.org>
41345
41346         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
41347         the portions belonging to each module.
41348         Suggested by Derek Robert Price <derek@ximbiot.com>.
41349
41350 2004-10-12  Simon Josefsson  <jas@extundo.com>
41351
41352         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41353         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
41354         to real functions.
41355
41356 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41357
41358         * modules/vsnprintf: New file.
41359
41360 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41361
41362         * m4/vsnprintf.m4: New file.
41363
41364 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41365
41366         * lib/vsnprintf.h: New file.
41367         * lib/vsnprintf.c: New file.
41368
41369 2004-10-11  Bruno Haible  <bruno@clisp.org>
41370
41371         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
41372         vsnprintf.
41373
41374 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41375
41376         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
41377
41378 2004-10-07  Bruno Haible  <bruno@clisp.org>
41379
41380         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
41381         fits into the provided buffer.
41382
41383 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41384
41385         * lib/diacrit.c, diacrit.h: Add GPL notice.
41386
41387         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
41388         notice.
41389         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
41390         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
41391         This avoids a potential constant-folding bug.
41392
41393 2004-10-05  Bruno Haible  <bruno@clisp.org>
41394
41395         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
41396         for the declaration of strsep.
41397
41398 2004-10-05  Bruno Haible  <bruno@clisp.org>
41399
41400         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
41401
41402 2004-10-04  Simon Josefsson  <jas@extundo.com>
41403
41404         * modules/memmem: New file.
41405         * tests/test-memmem.c: New file.
41406         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
41407
41408 2004-10-04  Simon Josefsson  <jas@extundo.com>
41409
41410         * m4/memmem.m4: New file.
41411
41412 2004-10-04  Simon Josefsson  <jas@extundo.com>
41413
41414         * lib/memmem.h: New file.
41415         * lib/memmem.c: New file, taken from glibc.
41416
41417 2004-10-04  Simon Josefsson  <jas@extundo.com>
41418
41419         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
41420         '#ifdef USE_UNLOCKED_IO'.
41421
41422 2004-10-04  Simon Josefsson  <jas@extundo.com>
41423
41424         * config/srclist.txt: Add memmem from glibc.
41425
41426 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41427
41428         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
41429
41430         * modules/argmatch, modules/argp, modules/closeout, modules/error,
41431         modules/exclude, modules/getdate, modules/getline,
41432         modules/getndelim2, modules/getpass, modules/getpass-gnu,
41433         modules/getusershell, modules/linebuffer, modules/md5,
41434         modules/mountlist, modules/posixtm, modules/readtokens,
41435         modules/readutmp, modules/regex, modules/sha1,
41436         modules/version-etc, modules/yesno:
41437         Remove dependency on unlocked-io.
41438
41439 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41440
41441         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
41442
41443         * m4/unlocked-io.m4: Add copyright notice.
41444         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
41445
41446 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41447
41448         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
41449         * lib/xmalloc.c (xmemdup): Likewise.
41450         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
41451         XFREE): Remove these long-obsolescent macros.
41452         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
41453         * lib/xstrdup.c: Remove.
41454
41455         * lib/regex.c (re_comp): Cast gettext return value to char *,
41456         Problem reported by Martin Neitzel via Mark D. Baushke.
41457
41458 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41459
41460         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
41461         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
41462         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
41463         regex.c, sha1.c, version-etc.c, yesno.c:
41464         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
41465         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
41466         the includer's responsibility.
41467
41468         Sync from coreutils.
41469
41470         * lib/modechange.c (mode_compile): Don't decrement a pointer that
41471         points to the start of a string, as the C Standard says the
41472         resulting behavior is undefined.
41473
41474         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
41475         simple -> simple_backups, numbered_existing ->
41476         numbered_existing_backups, numbered -> numbered_backups
41477         to avoid shadowing problems.  All uses changed.
41478         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
41479         * lib/backupfile.c (check_extension, numbered_backup):
41480         Rename locals to avoid shadowing 'basename'.
41481         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
41482         once.
41483
41484         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
41485         * lib/.cvsignore: Add getopt.h.
41486
41487 2004-10-04  Bruno Haible  <bruno@clisp.org>
41488
41489         * modules/README: New file.
41490         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
41491         not a module.
41492
41493 2004-10-02  Jim Meyering  <jim@meyering.net>
41494
41495         * lib/dirfd.h, getpagesize.h: Add copyright notice.
41496
41497 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41498
41499         * modules/strsep: New file.
41500
41501 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41502
41503         * m4/strsep.m4: New file.
41504
41505 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41506
41507         * lib/strsep.h: New file.
41508         * lib/strsep.c: New file.
41509
41510 2004-10-01  Simon Josefsson  <jas@extundo.com>
41511
41512         * lib/snprintf.c (snprintf): Handle size==0.
41513
41514 2004-10-01  Simon Josefsson  <jas@extundo.com>
41515             Bruno Haible  <bruno@clisp.org>
41516
41517         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
41518         (snprintf): Declare 'args'.
41519
41520 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
41521
41522         * lib/snprintf.c: Remove comments as to why each header is needed.
41523
41524 2004-10-01  Bruno Haible  <bruno@clisp.org>
41525
41526         * MODULES.html.sh: Add strsep.
41527
41528 2004-09-30  Simon Josefsson  <jas@extundo.com>
41529
41530         * modules/snprintf: New file.
41531
41532 2004-09-30  Simon Josefsson  <jas@extundo.com>
41533
41534         * m4/snprintf.m4: New file.
41535
41536 2004-09-30  Simon Josefsson  <jas@extundo.com>
41537
41538         * lib/snprintf.h, lib/snprintf.c: New files.
41539
41540 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41541
41542         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
41543         (hol_entry_help): Never translate an empty string.
41544         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
41545         * lib/argp.h (OPTION_NO_TRANS): New option.
41546
41547 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41548
41549         * modules/argp (Maintainer): Replace Simon Josefsson
41550         by Sergey Poznyakoff.
41551
41552 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41553
41554         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
41555         changes merged back into glibc.
41556
41557 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41558
41559         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
41560
41561 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
41562
41563         * lib/xvasprintf.c: Include xalloc.h.
41564         (xvasprintf): Use xalloc_die, not xmalloc_die.
41565
41566 2004-09-29  Bruno Haible  <bruno@clisp.org>
41567
41568         * modules/alloca-opt: New file, derived from modules/alloca.
41569         * modules/allocsa: Depend on alloca-opt instead of alloca.
41570         * modules/setenv: Likewise.
41571         * modules/vasnprintf: Likewise.
41572         * MODULES.html.sh: Add alloca-opt.
41573
41574 2004-09-28  Simon Josefsson  <jas@extundo.com>
41575
41576         * gnulib-tool: New parameter --lgpl, to asseert that modules are
41577         LGPL, and to replace license template from GPL to LGPL.
41578
41579 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
41580
41581         * modules/dummy: Change license to LGPL.
41582
41583 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
41584
41585         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
41586
41587 2004-09-24  Simon Josefsson  <jas@extundo.com>
41588
41589         * modules/minmax (License): Change from GPL to LGPL.
41590
41591 2004-09-23  Simon Josefsson  <jas@extundo.com>
41592
41593         * gnulib-tool (--import): Typo.
41594
41595 2004-09-23  Simon Josefsson  <jas@extundo.com>
41596
41597         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
41598
41599 2004-09-22  Bruno Haible  <bruno@clisp.org>
41600
41601         * modules/*: Add 'License' field.
41602         * gnulib-tool: Accept --extract-license option.
41603         (func_get_license): New function.
41604
41605 2004-09-21  Bruno Haible  <bruno@clisp.org>
41606
41607         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
41608         Reported by Simon Josefsson.
41609
41610 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41611
41612         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
41613         gl_AC_TYPE_LONG_LONG.
41614
41615 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41616
41617         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
41618
41619 2004-09-18  Simon Josefsson  <jas@extundo.com>
41620         and  Paul Eggert  <eggert@cs.ucla.edu>
41621
41622         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
41623         calls with autoreconf.  Define GL_LIB.
41624
41625 2004-09-14  Karl Berry  <karl@gnu.org>
41626
41627         * config/srclist.txt: unsync setenv.c, sigh.
41628
41629 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41630
41631         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
41632         Problem reported by Bruno Haible in:
41633         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
41634
41635 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41636
41637         * config/srclist.txt: Comment out argp-pvh.c.
41638
41639 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
41640
41641         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
41642         in case some system header has #define'd it.  Problem reported by
41643         Soeren D. Schulze in
41644         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
41645
41646 2004-09-09  Karl Berry  <karl@gnu.org>
41647
41648         * regex.[ch]: delete from the root.  These were supposed to be
41649                 synced with emacs cvs, but this has not happened for about
41650                 a year, and anyway nothing else uses emacs regex.[ch].
41651                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
41652                 lib/regex[.ch] is untouched.
41653
41654 2004-09-09  Bruno Haible  <bruno@clisp.org>
41655
41656         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
41657
41658 2004-09-09  Bruno Haible  <bruno@clisp.org>
41659
41660         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
41661         modifications.
41662         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
41663
41664 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
41665
41666         * modules/xvasprintf: New file.
41667         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
41668
41669 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
41670
41671         * lib/xvasprintf.h: New file.
41672         * lib/xvasprintf.c: New file.
41673         * lib/xasprintf.c: New file.
41674
41675 2004-09-08  Bruno Haible  <bruno@clisp.org>
41676
41677         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
41678
41679 2004-09-08  Bruno Haible  <bruno@clisp.org>
41680
41681         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
41682         length is > INT_MAX.
41683         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
41684         more.
41685
41686 2004-09-08  Bruno Haible  <bruno@clisp.org>
41687
41688         * lib/stdint_.h: New file, taken from GNU clisp.
41689
41690 2004-09-08  Bruno Haible  <bruno@clisp.org>
41691             Oskar Liljeblad  <oskar@osk.mine.nu>
41692
41693         * modules/stdint: New file.
41694         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
41695
41696 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41697
41698         Import from coreutils.
41699         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
41700         strings on unbounded length.  alloca's performance benefits aren't
41701         that important here.
41702         (V_STRDUP): Remove.
41703         (parse_with_separator): New function, with most of the internals
41704         of the old parse_user_spec.  Allow user to omit both user and group,
41705         for compatibility with FreeBSD.
41706         Clone only the user name, not the entire spec.
41707         Do not set *uid, *gid unless entirely successful.
41708         Avoid memory leak in some failing cases.
41709         Fix regression for USER.GROUP reported by Dmitry V. Levin in
41710         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
41711         (parse_user_spec): Rewrite to use parse_with_separator.
41712
41713 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41714
41715         * modules/userspec: Don't depend on alloca.
41716
41717 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41718
41719         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
41720
41721 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41722
41723         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
41724         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
41725         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
41726
41727 2004-08-16  Simon Josefsson  <jas@extundo.com>
41728
41729         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
41730         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
41731         Add --dry-run for --import.
41732         Let user provided command line parameters override configure.ac
41733         settings.
41734
41735 2004-08-12  Simon Josefsson  <jas@extundo.com>
41736
41737         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
41738         as discussed with Paul Eggert in threads rooted at
41739         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
41740         and
41741         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
41742         Before, the test was empty, and relied on ELIDE_CODE in source
41743         code.)
41744         (gl_PREREQ_GETOPT): New macro.
41745         (gl_GETOPT): Use them.
41746
41747 2004-08-12  Simon Josefsson  <jas@extundo.com>
41748
41749         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
41750         * lib/getopt_.h: Renamed from getopt.h.
41751
41752 2004-08-12  Simon Josefsson  <jas@extundo.com>
41753
41754         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
41755         Change default library name from libfoo to libgnu.
41756         Now, if you have a configure.ac that says:
41757                 gl_SOURCE_BASE(gl)
41758                 gl_M4_BASE(gl/m4)
41759                 gl_MODULES(error getopt etcetera)
41760                 gl_INIT
41761         you can import all you need by running:
41762                 ../gnulib/gnulib-tool --import
41763
41764         * modules/getopt (Files): Rename getopt.h to getopt_.h.
41765         (Makefile.am): Rewrite, use logic from argz.
41766         (Include): Use <getopt.h> instead of "getopt.h".
41767
41768 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41769
41770         * modules/argp (Files): Add m4/unlocked-io.m4.
41771         (Depends-on): Add extensions.
41772
41773 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41774
41775         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
41776         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
41777         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
41778         Check for program_invocation_name, program_invocation_short_name,
41779         flockfile, funlockfile, features.h, _getopt_long_only_r.
41780
41781 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41782
41783         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
41784         its complicated substitute.
41785         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
41786         and program_invocation_name.
41787         (__argp_basename) [!_LIBC]: Remove; the only use was
41788         replaced by its body.
41789         (__argp_short_program_name): Change condition from
41790         !defined __argp_short_program_name to
41791         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
41792         to match argp-namefrob.h.
41793         (__argp_failure): Don't assume strerror_r returns char *.
41794         * lib/argp-parse.c (N_): Define unconditionally.
41795         (argp_default_options): Fill out initializers with 0 to avoid
41796         gcc warnings.
41797
41798 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41799
41800         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
41801         getopt1.c.
41802
41803 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41804
41805         Merge from coreutils.
41806
41807         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
41808
41809         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
41810         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
41811
41812 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41813
41814         Merge from coreutils.
41815
41816         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
41817         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
41818         for Reliant Unix 5.43.
41819
41820         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
41821         (union fooround): Use uintmax_t, not long int.
41822         The rest is a merge from libc:
41823         [defined _LIBC]: Include <shlib-compat.h>.
41824         (_obstack) [defined _LIBC]: Remove after 2.3.4.
41825
41826         * lib/settime.c (settime): Recode to avoid warning with
41827         Sun Forte C 6U2.
41828
41829         * lib/strverscmp.c: Convert to UTF-8.
41830
41831 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41832
41833         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
41834         m4/uintmax_t.m4.
41835
41836 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41837
41838         * modules/xalloc-die: New file.
41839         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
41840
41841         * modules/md5 (Files): Add m4/uint32_t.m4.
41842         * modules/sha1: Renamed from modules/sha.
41843         (Files):
41844         Rename lib/sha.h to lib/sha1.h.
41845         Rename lib/sha.c to lib/sha1.c.
41846         Rename m4/sha.m4 to m4/sha1.m4.
41847         (lib_SOURCES): Likewise.
41848         (configure.ac): Rename gl_SHA to gl_SHA1.
41849         (Include): sha.h -> sha1.h.
41850
41851 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41852
41853         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
41854         * m4/sha1.m4: Renamed from sha.m4.
41855         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
41856
41857 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41858
41859         * lib/obstack.h (obstack_empty_p):
41860         Don't assume that chunk->contents is suitably aligned.
41861         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
41862         Likewise. Problem reported by Benno in
41863         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
41864
41865         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
41866         readable.  This could be improved further but it'd take some work.
41867
41868 2004-08-08  Simon Josefsson  <jas@extundo.com>
41869
41870         * modules/xgethostname (Depends-on): Remove exit and error (not
41871         used).
41872
41873         * modules/getpass-gnu: Add getpass.h.
41874         (Depends-on): Add stdbool.
41875         * modules/getpass: Add getpass.h.
41876
41877 2004-08-08  Simon Josefsson  <jas@extundo.com>
41878
41879         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
41880         Check getpass declaration.
41881
41882 2004-08-08  Simon Josefsson  <jas@extundo.com>
41883
41884         * lib/xgethostname.c: Don't include error.h (not used).
41885
41886         * lib/getpass.h: Add.
41887         * lib/getpass.c: Include getpass.h first.
41888
41889 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
41890
41891         * lib/xalloc-die.c: New file.
41892         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
41893         All uses removed.
41894         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
41895         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
41896         xalloc-die.c.
41897         (_, N_, xalloc_die): Move to xalloc-die.c.
41898         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
41899         so that we needn't mess with xalloc_msg_memory_exhausted.
41900
41901         * lib/sha1.h: Renamed from sha.h.
41902         (SHA1_H): Renamed from _SHA_H.
41903         (sha1_ctx): Renamed from sha_ctx.
41904         (sha1_init_ctx): Renamed from sha_init_ctx.
41905         (sha1_process_block): Renamed from sha_process_block.
41906         (sha1_process_bytes): Renamed from sha_process_bytes.
41907         (sha1_finish_ctx): Renamed from sha_finish_ctx.
41908         (sha1_read_ctx): Renamed from sha_read_ctx.
41909         (sha1_stream): Renamed from sha_stream.
41910         (sha1_buffer): Renamed from sha_buffer.
41911         * lib/sha1.c: Likewise; renamed from sha.c.
41912         Do not include <sys/types.h>.
41913         Include <stddef.h> rather than <stdlib.h>.
41914
41915 2004-08-08  Bruno Haible  <bruno@clisp.org>
41916
41917         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
41918         FILESYSTEM_PREFIX_LEN.
41919         * lib/progreloc.c: Likewise.
41920         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
41921
41922 2004-08-06  Simon Josefsson  <jas@extundo.com>
41923
41924         * modules/progname (Depends-on): Don't depend on stdbool.
41925
41926 2004-08-06  Simon Josefsson  <jas@extundo.com>
41927
41928         * modules/getsubopt: New file.
41929         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41930         getsubopt.
41931
41932 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41933
41934         More merge from coreutils.
41935
41936         * m4/utimens.m4, m4/utimecmp.m4: New files.
41937         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
41938         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
41939         prereq.m4, sha.m4: Import changes from coreutils.
41940
41941 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41942
41943         More merge from coreutils.
41944         * modules/raise, modules/readtokens0, modules/utimens:
41945         * modules/utimecmp, module/xnanosleep: New files.
41946         * modules/strftime: Add lib/strftime.h.
41947         Change include from <time.h> to "strftime.h".
41948         * modules/yesno: Add lib/yesno.h.
41949         * modules/backupfile: Remove lib/addext.c.
41950         * modules/euidaccess: Add stat-macros.h.
41951         * modules/canonicalize, modules/euidaccess,
41952         modules/filemode, modules/lchown, modules/makepath,
41953         modules/rmdir, modules/stat: Likewise.
41954
41955 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41956
41957         Merge from tar.
41958         * lib/argp-help.c (make_hol, hol_append): Don't assume that
41959         SIZE_MAX is a valid preprocessor constant.
41960         (__argp_basename): Change from "#ifndef _LIBC"
41961         to "#ifndef __argp_short_program_name", so that
41962         we don't compile these functions for tar.
41963
41964         More merges from coreutils.
41965         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
41966         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
41967         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
41968         * lib/addext.c: Remove; no longer needed.
41969         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
41970         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
41971         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
41972         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
41973         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
41974         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
41975         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
41976         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
41977         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
41978         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
41979         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
41980         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
41981         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
41982         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
41983         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
41984         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
41985         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
41986         Import changes from coreutils.
41987
41988 2004-08-05  Simon Josefsson  <jas@extundo.com>
41989
41990         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
41991
41992 2004-08-05  Simon Josefsson  <jas@extundo.com>
41993
41994         * m4/getsubopt.m4: New file.
41995
41996 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
41997
41998         Merge from coreutils.
41999
42000         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
42001         * m4/getcwd-path-max.m4: New files.
42002
42003         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
42004         FILESYSTEM_PREFIX_LEN ->
42005         FILE_SYSTEM_PREFIX_LEN.
42006         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
42007         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
42008         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
42009         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
42010
42011         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
42012         prerequisite modules now handle the DOS stuff.
42013         Don't check for unistd.h.
42014
42015 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42016
42017         Merge from coreutils.
42018
42019         * lib/.gdb-history: Remove; this doesn't belong here.
42020
42021         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
42022         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
42023         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
42024         * lib/getcwd.c: New files.
42025
42026         * lib/dirname.h: Include <stdbool.h>.
42027         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
42028         for consistency with POSIX terminology.  All uses changed.
42029         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
42030         (strip_trailing_slashes): Use bool for booleans.
42031         * lib/stripslash.c (strip_trailing_slashes): Likewise.
42032
42033         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
42034         sometimes returns a positive errno value even when it succeeds.
42035         (print_errno_message) [!LIBC]: Fall back on strerror if
42036         __strerror_r fails.
42037
42038         * lib/path-concat.c (mempcpy): Don't define if a system header defines
42039         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
42040         (longest_relative_suffix): New function.
42041         (path_concat): Use it.  Assume first argument is not NULL.
42042         Port to DOS.  Omit redundant separators.
42043         Report an error instead of returning NULL.
42044         Use mempcpy instead of memcpy.
42045         (xpath_concat): Remove: not declared or used.
42046
42047         * lib/same.h: Include <stdbool.h>
42048         (same_name): Return bool, not int.
42049         * lib/same.c (same_name): Likewise.
42050         (errno): Don't declare; we assume C89 or better now.
42051
42052         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
42053         if not already defined.
42054
42055         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
42056         * lib/dup-safer.c (errno): Likewise.
42057
42058 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42059
42060         Merge from coreutils.
42061         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
42062         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
42063         * modules/path-concat: Don't depend on strdup.
42064
42065 2004-08-03  Simon Josefsson  <jas@extundo.com>
42066
42067         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
42068         * lib/progname.h: Don't include stdbool.h.
42069
42070 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42071
42072         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
42073         * MODULES.html.sh (func_all_modules): Remove fatal.
42074
42075 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42076
42077         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
42078
42079 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42080
42081         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
42082         working.
42083
42084 2004-08-02  Simon Josefsson  <jas@extundo.com>
42085
42086         * lib/getsubopt.h: New file, with comments from Bruno Haible.
42087         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
42088         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
42089
42090 2004-08-01  Simon Josefsson  <jas@extundo.com>
42091
42092         * lib/xgetdomainname.c: Include stdlib.h, for free().
42093
42094 2004-07-19  Bruno Haible  <bruno@clisp.org>
42095
42096         * MODULES.html.sh (func_all_modules): Add dummy.
42097
42098 2004-07-16  Simon Josefsson  <jas@extundo.com>
42099
42100         * modules/dummy: New file.
42101
42102 2004-07-16  Simon Josefsson  <jas@extundo.com>
42103
42104         * lib/dummy.c: New file.
42105
42106 2004-07-16  Bruno Haible  <bruno@clisp.org>
42107
42108         * lib/backupfile.h: Add extern "C" for C++.
42109         * lib/closeout.h: Likewise.
42110         * lib/copy-file.h: Likewise.
42111         * lib/findprog.h: Likewise.
42112         * lib/full-write.h: Likewise.
42113         * lib/pathname.h: Likewise.
42114         * lib/progname.h: Likewise.
42115         * lib/stpcpy.h: Likewise.
42116         * lib/stpncpy.h: Likewise.
42117         * lib/strcase.h: Likewise.
42118         * lib/strstr.h: Likewise.
42119         * lib/xalloc.h: Likewise.
42120
42121         * lib/mbswidth.h: Add extern "C" for C++.
42122         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
42123
42124 2004-07-13  Robert Millan  <robertmh@gnu.org>
42125
42126         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
42127
42128 2004-07-09  Simon Josefsson  <jas@extundo.com>
42129
42130         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
42131         failed without this.)
42132
42133 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42134
42135         * modules/chown (Files): Add lib/fchown-stub.c, since
42136         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
42137
42138 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42139
42140         * lib/fchown-stub.c: New file.
42141
42142 2004-06-24  Jim Meyering  <jim@meyering.net>
42143
42144         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
42145
42146 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42147
42148         * modules/argz: Omit "#include".
42149
42150         * MODULES.html.sh (func_all_modules): Add calloc, to match
42151         2004-06-01 addition of calloc module.
42152
42153 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42154
42155         * m4/argz.m4: New file, which is autoupdated from libtool.
42156
42157 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42158
42159         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
42160         libtool.
42161
42162 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42163
42164         * config/srclist-update: Don't insist on "USA." before the
42165         close-comment, as libtool omits the period and puts the */ on a
42166         separate line.
42167         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
42168         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
42169
42170 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
42171
42172         * modules/argz: New file.
42173         * MODULES.html.sh (func_all_modules): Add argz.
42174
42175 2004-06-12  Jim Meyering  <jim@meyering.net>
42176         and  Paul Eggert  <eggert@cs.ucla.edu>
42177
42178         * modules/hash (Files): Add lib/xalloc.h.
42179         * modules/pipe (Depends-on): Add wait-process.
42180         * modules/stat (Depends-on): Add xalloc.
42181         * modules/userspec (Files): Add lib/userspec.h.
42182         * modules/xstrto
42183
42184         Upgrade from gettext-0.13.
42185         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
42186         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
42187         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
42188
42189 2004-06-10  Jim Meyering  <jim@meyering.net>
42190
42191         * lib/calloc.c: New file.
42192
42193 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
42194
42195         * lib/getdate.y (yylex): Allow space between sign and number.
42196         Problem reported by Dan Jacobson.
42197
42198 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42199
42200         Merge from coreutils CVS.
42201
42202         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
42203         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
42204         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
42205         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
42206         xstrtol.m4: Fix copyright date and/or serial number.
42207
42208         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
42209         See if we need an fchown replacement.
42210         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
42211         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
42212         and use the replacement function if we detect either defect.
42213
42214         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
42215         gl_UTIMECMP.
42216
42217 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42218         and  Jim Meyering  <jim@meyering.net>
42219
42220         Merge from coreutils CVS.
42221
42222         * lib/stat-macros.h: New file, with contents from file-type.h
42223         and coreutils' system.h.
42224         * lib/file-type.c: Include "stat-macros.h".
42225         * lib/file-type.h (file_type): Move all macro definitions to new file,
42226         stat-macros.h.
42227
42228         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
42229         Wrap old code with this conditional.
42230         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
42231         function that does not dereference symlinks.
42232         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
42233
42234         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
42235         dependency problems.
42236         (xreadlink): Accept new arg SIZE, for efficiency.
42237         All decls and uses changed.
42238         * lib/xreadlink.h: Include <stddef.h>, for size_t.
42239
42240         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
42241         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
42242
42243         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
42244         sysexits.h.
42245
42246 2004-06-01  Jim Meyering  <jim@meyering.net>
42247
42248         * m4/calloc.m4: New file.
42249
42250 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
42251
42252         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
42253         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
42254         Also, fix a typo in a diagnostic.
42255
42256 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42257
42258         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
42259         or AC_FUNC_REALLOC.
42260
42261 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42262
42263         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
42264         macros to be defined.
42265         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
42266         the allocator returns NULL because the requested size is zero.
42267
42268 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42269
42270         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
42271         var.  Add comment explaining why libc still defines it.  This
42272         merges the following patch from glibc:
42273         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
42274
42275 2004-05-20  Andreas Schwab  <schwab@suse.de>
42276
42277         * m4/free.m4: Replace free if it not known to work, not the other
42278         way round.
42279
42280 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42281
42282         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
42283         present in glibc since revision 1.1 of this file.
42284         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
42285         obstack_alignment_mask, obstack_alloc, obstack_base,
42286         obstack_blank, obstack_blank_fast, obstack_chunk_size,
42287         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
42288         obstack_grow0, obstack_init, obstack_int_grow,
42289         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
42290         obstack_next_free, obstack_object_size, obstack_ptr_grow,
42291         obstack_ptr_grow_fast, obstack_room): Remove declarations of
42292         nonexistent functions.
42293
42294 2004-05-18  Karl Berry  <karl@gnu.org>
42295
42296         * config/srclist.txt: break link for vasnprintf.c.
42297
42298 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42299
42300         Port obstack to the AS/400, where pointers are 16 bytes wide and
42301         you cannot cast an integer to a valid pointer.  This patch is
42302         currently waiting to be integrated into glibc; see
42303         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
42304
42305         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
42306         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
42307         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
42308         (struct obstack): temp member is now a union of a pointer and
42309         an integer, instead of an integer.  All integer uses changed.
42310         This does not affect the physical layout of struct obstack,
42311         except on hosts (like the AS/400) where the size or alignment of
42312         void * is greater than that of ptrdiff_t.
42313         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
42314         __STDC__)]: Store temporary in pointer member of union, not
42315         integer member.
42316         * lib/obstack.c: Include <stddef.h>, for offsetof.
42317         (struct fooalign): Remove; it doesn't need a name.
42318         (union fooround): Change double to long double, and add void *.
42319         (DEFAULT_ALIGNMENT): Use offsetof to compute.
42320         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
42321         not a macro.  Hence the values are always int; so remove all
42322         casts-to-int in uses.
42323
42324 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42325
42326         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
42327         we can get this patch merged into glibc.
42328
42329 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42330             Paul Eggert  <eggert@cs.ucla.edu>
42331
42332         * m4/argp: Depend on alloca.
42333
42334 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42335             Paul Eggert  <eggert@cs.ucla.edu>
42336
42337         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
42338         freecoding.
42339
42340 2004-05-17  Bruno Haible  <bruno@clisp.org>
42341
42342         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
42343         precision that consists of a '.' followed by an empty digit string.
42344         Patch by Tor Lillqvist <tml@iki.fi>.
42345
42346 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42347
42348         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
42349         for backward compatibility with older code.  We need our own
42350         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
42351         it under some other name, and our alloca.h will define it.
42352
42353 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42354             Derek Price  <derek@ximbiot.com>
42355
42356         * lib/alloca.c: Include <alloca.h>, to get our interface.
42357         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
42358         include <alloca.h> first.  Use C89 prototype for alloca; this
42359         requires including <stddef.h> for size_t.  Use extern "C" if C++.
42360         Use #elif for simplicity, since we can assume C89 now.
42361         Don't try to source the system alloca.h since it will not be found
42362         and to prevent recursively including its replacement.
42363         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
42364         * lib/regex.c: Likewise.
42365
42366 2004-05-16  Derek Price  <derek@ximbiot.com>
42367             Paul Eggert  <eggert@cs.ucla.edu>
42368
42369         getline cleanup.  This changes the getndelim2 API: both order of
42370         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
42371         no delimiter).
42372
42373         * lib/getline.c: Don't include stddef.h or stdio.h, since our
42374         interface does that.
42375         (getline): Always use getdelim, so that we don't have two
42376         copies of this code.
42377         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
42378         if available.
42379         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
42380         (GETNDELIM2_MAXIMUM): New macro.
42381         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
42382         instead of the old practice of delim2==0.  All callers changed.
42383         Return -1 on overflow, instead of returning junk.
42384         Do not set *linesize unless allocation succeeds.
42385         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
42386         that we include sys/types.h.
42387         * lib/getnline.h: Likewise.
42388         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
42389         (getndelim2): Reorder arguments.
42390         * lib/getnline.c (getnline, getndelim):
42391         Don't discard the NMAX argument.
42392         (getnline): Invoke getndelim, to avoid code duplication.
42393         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
42394         of (size_t) -1 by callers of the getnline family.
42395
42396 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42397
42398         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
42399         Check for gettimeofday.
42400         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
42401         Check for settimeofday, stime.
42402
42403 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42404
42405         * lib/nanosleep.c (suspended): Change its type from int to
42406         sig_atomic_t volatile.
42407         (first_call): Make it private to rpl_nanosleep, and have it
42408         be zero initially as that's a bit faster.
42409         (my_usleep): Round up fractional times instead of truncating them,
42410         as this is the usual meaning for 'sleep'.
42411
42412         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
42413         doesn't work.
42414         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
42415         (ENOSYS): Define if not defined.
42416         (settime): Fall back on stime if it exists and settimeofday fails.
42417         But don't bother with fallbacks if a method fails with errno == EPERM.
42418
42419 2004-05-11  Jim Meyering  <jim@meyering.net>
42420
42421         Prior to this change, the save_cwd caller required read access to the
42422         current directory on most systems (ones with the fchdir function).
42423
42424         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
42425         fails, try write-only, and finally, resort to using xgetcwd.
42426
42427 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
42428
42429         * lib/obstack.c, obstack.h: Import changes from libc.
42430
42431 2004-04-28  Bruno Haible  <bruno@clisp.org>
42432
42433         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
42434         also implicitly appends .exe to executables.
42435         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
42436         accepts Windows pathnames.
42437         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
42438         Treat Cygwin like Windows, since it now accepts Windows pathnames.
42439         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
42440         Treat Cygwin like Windows, since it now accepts Windows pathnames.
42441         Reported by Derek Robert Price <derek@ximbiot.com>.
42442
42443 2004-04-21  Karl Berry  <karl@gnu.org>
42444
42445         * config/srclist.txt (localcharset.c): break sync.
42446
42447 2004-04-20  Paul Eggert  <eggert@twinsun.com>
42448
42449         * m4/host-os.m4: Add a copyright notice.
42450
42451 2004-04-20  Jim Meyering  <jim@meyering.net>
42452
42453         Change UTILS_ to gl_ in AC_DEFINE'd names.
42454         Change utils_- and jm_-prefixed variables, too.
42455         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
42456         UTILS_FUNC_MKDIR_TRAILING_SLASH.
42457         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
42458
42459         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
42460         Don't emit trailing blanks.
42461         Also rename jm_-prefixed variables to have gl_ prefix.
42462
42463         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
42464         Also rename jm_-prefixed variables to have gl_ prefix.
42465
42466         * m4/jm-macros.m4: Reflect the renamings.
42467         * m4/prereq.m4: Likewise.
42468
42469 2004-04-20  Jim Meyering  <jim@meyering.net>
42470
42471         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
42472         memory.
42473
42474 2004-04-20  Jim Meyering  <jim@meyering.net>
42475             Bruno Haible  <bruno@clisp.org>
42476
42477         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
42478         memory when realloc fails.
42479
42480 2004-04-19  Jim Meyering  <jim@meyering.net>
42481
42482         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
42483         now that readutmp.c may call `free (0)'.
42484
42485 2004-04-19  Bruno Haible  <bruno@clisp.org>
42486
42487         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
42488         * m4/inttypes_h.m4: Likewise.
42489         * m4/stdint_h.m4: Likewise.
42490         * m4/intmax_t.m4: Likewise.
42491         * m4/uintmax_t.m4: Likewise.
42492
42493 2004-04-18  Jim Meyering  <jim@meyering.net>
42494
42495         * m4/prereq.m4: Don't forbid jm_ prefix.
42496
42497         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
42498         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
42499         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
42500         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
42501         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
42502         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
42503         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
42504         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
42505         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
42506         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
42507         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
42508         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
42509         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
42510         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
42511         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
42512         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
42513         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
42514         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
42515         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
42516
42517 2004-04-18  Jim Meyering  <jim@meyering.net>
42518
42519         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
42520         failure, don't leak memory and do call END_UTMP_ENT.
42521
42522 2004-04-16  Jim Meyering  <jim@meyering.net>
42523
42524         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
42525         coreutils' stat program.
42526         (gl_PREREQ): Don't require jm_PREREQ_STAT.
42527
42528 2004-04-11  Paul Eggert  <eggert@twinsun.com>
42529
42530         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
42531         C89.
42532         (CHAR_BIT): Remove, since we assume C89.
42533         Include <stdint.h> if available, as per current Autoconf CVS advice.
42534
42535 2004-03-31  Jim Meyering  <jim@meyering.net>
42536
42537         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
42538         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
42539         * m4/xalloc.m4: Likewise.
42540
42541 2004-03-30  Paul Eggert  <eggert@twinsun.com>
42542
42543         Merge from coreutils.
42544
42545         * m4/inttostr.m4: New file.
42546         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
42547         Require AM_STDBOOL_H and gl_TIMESPEC instead.
42548         Require gl_CLOCK_TIME.
42549         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
42550
42551 2004-03-30  Paul Eggert  <eggert@twinsun.com>
42552
42553         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
42554         not bool, to be more consistent with Unix conventions.
42555         Suggested by Bruno Haible.
42556
42557         Merge from coreutils.
42558
42559         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
42560         * lib/umaxtostr.c: New files.
42561
42562         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
42563         the usual <time.h> dance.
42564         (get_date): Change signature to support fractional time stamps.
42565         All callers changed.
42566         * lib/getdate.y: Include "getdate.h" first, as we can now
42567         assume C89 and don't need to worry about 'const'.
42568         Similarly, include "unlocked-io.h" near start, not in middle.
42569         Include <limits.h>.
42570         (textint.value): Use long int rather than int.
42571         (textint.digits): Use size_t rather than int.
42572         (BILLION, LOG10_BILLION): New constants.
42573         (parser_control): New member rel_ns.  Members day_ordinal,
42574         time_zone, month, day, hour, minutes, rel_year, rel_month,
42575         rel_day, rel_hour, rel_minutes, rel_seconds
42576         are now long int, not int.  Member seconds is now struct timespec,
42577         not int.  New member timespec_seen.  Members dates_seen, days_seen,
42578         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
42579         not int.
42580         (%union.intval): Now long int, not int.
42581         New member timespec.
42582         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
42583         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
42584         (spec): Now is a timespec or an item list.
42585         (timespec, items): New nonterminals.
42586         (time, rel, relunit, number, get_date):
42587         Add support for fractional seconds.
42588         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
42589         (gmtime, localtime, mktime): Remove decls; not needed with C89.
42590         (to_hour): First arg is now long int, not int.
42591         (to_year): Returns long int, not int.
42592         Don't treat year -70 like 70.
42593         (tm_diff): Returns long int, not int.
42594         (lookup_word): Use bool instead of int when appropriate.
42595         (yylex): Use size_t for count, not int.
42596         Detect overflow when parsing large integer constants.
42597         Add support for fractions.
42598         (get_date): Make pointers 'const' if possible.
42599         Use more-portable code to detect integer overflow.
42600         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
42601         Don't use ctime; it's not reliable if the year has >4 digits.
42602
42603         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
42604         This is for compatibility with BSD.
42605
42606         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
42607         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
42608         From coreutils' system.h.
42609
42610         * lib/userspec.c: Don't include "posixver.h".
42611         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
42612         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
42613         compatible extension.  Simplify code by removing a boolean int
42614         that was always nonzero if a string was nonnull.
42615
42616 2004-03-30  Jim Meyering  <jim@meyering.net>
42617
42618         Merge from coreutils.
42619
42620         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
42621         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
42622         on some systems one must include <grp.h> before it.
42623         Reported by Christian Krackowizer.
42624
42625 2004-03-30  Jim Meyering  <jim@meyering.net>
42626
42627         Merge from coreutils.
42628
42629         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
42630
42631         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
42632         an empty input stream.
42633
42634         * lib/readtokens.c: Include <stdbool.h>.
42635         (readtoken): Use `size_t' rather than int/long.
42636         All callers adjusted.
42637         Use `bool' rather than `int' where appropriate.
42638         Use memset rather than an explicit loop.
42639         Use x2nrealloc rather than xrealloc.
42640         Allow the use of `\0' as a delimiter.
42641         (readtokens): Likewise.
42642         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
42643
42644 2004-03-30  Jim Meyering  <jim@meyering.net>
42645
42646         * m4/realloc.m4: Remove file, since now it does no more than
42647         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
42648         the `configure.ac' section of module/realloc.
42649         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
42650
42651 2004-03-30  Bruno Haible  <bruno@clisp.org>
42652
42653         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
42654         nonnull.
42655
42656 2004-03-29  Paul Eggert  <eggert@twinsun.com>
42657
42658         Merge changes to getloadavg.c from coreutils and Emacs.
42659
42660         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
42661         Define to an expression, not to the empty string.
42662         Include cloexec.h and xalloc.h.
42663         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
42664         Use set_cloexec_flag rather than rolling our own.
42665         * lib/cloexec.c, lib/cloexec.h: New files.
42666
42667 2004-03-29  Paul Eggert  <eggert@twinsun.com>
42668
42669         * m4/cloexec.m4: New file.
42670
42671 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42672
42673         * lib/getopt.h: Sync with libc CVS.
42674
42675 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42676             Bruno Haible  <bruno@clisp.org>
42677
42678         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
42679         mbswidth.
42680
42681 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42682             Bruno Haible  <bruno@clisp.org>
42683
42684         * lib/mbswidth.h: Include <wchar.h> only if
42685         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
42686         <wchar.h>.
42687         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
42688
42689 2004-03-09  Paul Eggert  <eggert@twinsun.com>
42690
42691         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
42692         Sync with libc CVS.
42693         * lib/getopt_int.h: New file, also synced from libc.
42694
42695 2004-03-09  Paul Eggert  <eggert@twinsun.com>
42696
42697         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
42698         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
42699         Bring back getopt.c, getopt.h, getopt1.c.
42700
42701 2004-03-07  Paul Eggert  <eggert@twinsun.com>
42702
42703         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
42704         All uses changed.  Check for sa_sigaction member; this fixes
42705         a bug first reported by Jason Andrade in
42706         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
42707
42708 2004-03-07  Paul Eggert  <eggert@twinsun.com>
42709
42710         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
42711         '#if' expressions.  Unlike the code it replaces, it does not
42712         depend on (defined _SC_PAGESIZE).  However, it does depend on
42713         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
42714         first reported by Jason Andrade in
42715         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
42716
42717 2004-02-25  Simon Josefsson  <jas@extundo.com>
42718
42719         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
42720
42721 2004-02-25  Simon Josefsson  <jas@extundo.com>
42722
42723         * lib/strdup.h: New file.
42724         * lib/strdup.c: Include it.
42725         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
42726         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
42727
42728 2004-02-23  Karl Berry  <karl@gnu.org>
42729
42730         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
42731         (from fencepost.gnu.org:/gd/gnuorg).
42732
42733 2004-02-23  Karl Berry  <karl@gnu.org>
42734
42735         * config/srclistvars.sh (GNUORG) [karl]: redefine.
42736         * config/srclist.txt: add maintain/standards documents.
42737
42738 2004-02-18  Bruno Haible  <bruno@clisp.org>
42739
42740         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
42741         Reported by Derek Robert Price <derek@ximbiot.com>.
42742
42743 2004-02-16  Karl Berry  <karl@gnu.org>
42744
42745         * config/mkinstalldirs, install-sh: update from automake.
42746
42747 2004-02-06  Karl Berry  <karl@gnu.org>
42748
42749         * m4/po.m4: update from gettext 0.14.1.
42750
42751 2004-02-06  Karl Berry  <karl@gnu.org>
42752
42753         * lib/config.charset: update from gettext 0.14.1.
42754
42755 2004-02-05  Paul Eggert  <eggert@twinsun.com>
42756
42757         Add comments and code, prompted by suggestions from Bruno Haible
42758         for sh-quote.
42759         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
42760         describing the enum quoting_style values.
42761         * lib/quotearg.c (quotearg_alloc): New function.
42762         (quotearg_buffer_restyled): Treat lone { and } as special.
42763         Treat = as special.  Work around bug with older shells
42764         that "see" a '\' that is really the 2nd byte of a multibyte char.
42765         Quote empty string with shell_quoting_style.
42766
42767 2004-02-03  Bruno Haible  <bruno@clisp.org>
42768
42769         * m4/pipe.m4: New file, from GNU gettext.
42770
42771 2004-02-03  Bruno Haible  <bruno@clisp.org>
42772
42773         * lib/pipe.h: New file, from GNU gettext.
42774         * lib/pipe.c: New file, from GNU gettext.
42775
42776 2004-01-27  Bruno Haible  <bruno@clisp.org>
42777
42778         * m4/execute.m4: New file, from GNU gettext.
42779
42780 2004-01-27  Bruno Haible  <bruno@clisp.org>
42781
42782         * lib/execute.h: New file, from GNU gettext.
42783         * lib/execute.c: New file, from GNU gettext.
42784         * lib/w32spawn.h: New file, from GNU gettext.
42785
42786 2004-01-24  Paul Eggert  <eggert@twinsun.com>
42787
42788         Merge from diffutils.
42789
42790         * lib/file-type.c (file_type): Add typed memory objects.
42791         * lib/file-type.h (S_TYPEISTMO): New macro.
42792
42793         * lib/c-stack.h (c_stack_action): Remove argv argument.
42794         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
42795         (die): Don't calculate message unless segv_action returns.
42796         (get_stack_location, min_address_from_argv, max_address_from_argv,
42797         volatile stack_base, volatile_stack_size): Remove.
42798         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
42799         that every segmentation violation is a stack overflow.  (Ouch!)
42800         See Debian bug 136249 (still outstanding) for more info about why
42801         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
42802
42803 2004-01-24  Paul Eggert  <eggert@twinsun.com>
42804
42805         Exit-status fix from coreutils.
42806
42807         Use exit_failure consistently in place of EXIT_FAILURE,
42808         so that program exit statuses are consistent on failure.
42809
42810         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
42811         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
42812         * lib/argmatch.h: Comment fix to match the above.
42813         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
42814         Now a macro referring to exit_failure, instead of a separate
42815         variable.  Include "exitfail.h" to get it.
42816         * lib/xstrtol.h: Include "exitfail.h".
42817         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
42818
42819         * lib/long-options.c (parse_long_options): Use prototype
42820         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
42821         for clarity.
42822
42823 2004-01-21  Jim Meyering  <jim@meyering.net>
42824
42825         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
42826         so as not to conflict with a different-sized __mktime_internal
42827         function in GNU libc.
42828         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
42829         Problem building statically-linked `ls' reported by Michael Brunnbauer.
42830
42831 2004-01-20  Karl Berry  <karl@gnu.org>
42832
42833         * config/config.guess: update from config.
42834
42835         * config/srclistvars.sh: GNUWWWLICENSES for karl.
42836
42837 2004-01-20  Bruno Haible  <bruno@clisp.org>
42838
42839         Safer stack allocation.
42840         * lib/setenv.c: Include allocsa.h.
42841         (alloca): Remove fallback definition.
42842         (freea): Remove macro.
42843         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
42844         instead of freea.
42845
42846 2004-01-20  Bruno Haible  <bruno@clisp.org>
42847
42848         * m4/eealloc.m4: New file, from GNU gettext.
42849
42850 2004-01-20  Bruno Haible  <bruno@clisp.org>
42851
42852         * m4/allocsa.m4: New file, from GNU gettext.
42853
42854 2004-01-20  Bruno Haible  <bruno@clisp.org>
42855
42856         * lib/xallocsa.h: New file, from GNU gettext.
42857         * lib/xallocsa.c: New file, from GNU gettext.
42858
42859 2004-01-20  Bruno Haible  <bruno@clisp.org>
42860
42861         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
42862
42863 2004-01-20  Bruno Haible  <bruno@clisp.org>
42864
42865         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
42866         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
42867         specially.
42868
42869 2004-01-20  Bruno Haible  <bruno@clisp.org>
42870
42871         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
42872         patch.
42873
42874 2004-01-20  Bruno Haible  <bruno@clisp.org>
42875
42876         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
42877
42878 2004-01-20  Bruno Haible  <bruno@clisp.org>
42879
42880         * lib/eealloc.h: New file.
42881
42882 2004-01-20  Bruno Haible  <bruno@clisp.org>
42883
42884         * lib/binary-io.h: Avoid warnings on Cygwin.
42885
42886 2004-01-20  Bruno Haible  <bruno@clisp.org>
42887
42888         * lib/allocsa.h: New file, from GNU gettext.
42889         * lib/allocsa.c: New file, from GNU gettext.
42890
42891 2004-01-18  Karl Berry  <karl@gnu.org>
42892
42893         * doc/gpl.texi, doc/lgpl.texi: new files.
42894
42895 2004-01-18  Karl Berry  <karl@gnu.org>
42896
42897         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
42898         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
42899
42900 2004-01-15  Paul Eggert  <eggert@twinsun.com>
42901
42902         Merge from coreutils.
42903
42904         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
42905         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
42906         (gl_DEFAULT_POSIX2_VERSION): Move
42907         the documentation from 'configure' into 'config.hin',
42908         so that 'configure --help' isn't burdened by it and
42909         we don't have to worry about its formatting there.
42910         Reword the documentation so that it's more succinct
42911         and can be run together into a single paragraph.
42912         * m4/same.m4 (gl_SAME): Check for pathconf.
42913
42914 2004-01-15  Paul Eggert  <eggert@twinsun.com>
42915
42916         Merge from coreutils.
42917
42918         * lib/posixver.c: Include posixver.h.
42919
42920         * lib/same.c: Include <stdbool.h>, <limits.h>.
42921         (_POSIX_NAME_MAX): Define if not defined.
42922         (MIN): New macro.
42923         (same_name): If file names are silently truncated, report
42924         that the file names are the same if they are the same after
42925         the silent truncation.
42926
42927         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
42928         conversion function.
42929         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
42930         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
42931         longer needed.
42932
42933 2004-01-15  Jim Meyering  <jim@meyering.net>
42934
42935         Merge from coreutils.
42936
42937         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
42938         if no library is required.
42939         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
42940         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
42941         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
42942         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
42943         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
42944         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
42945         value, $ac_cv_search_crypt, if it's "none required".
42946         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
42947         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
42948         not gl_FUNC_GETLOADAVG.
42949         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
42950         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
42951
42952 2004-01-15  Jim Meyering  <jim@meyering.net>
42953
42954         Merge from coreutils.
42955
42956         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
42957         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
42958         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
42959
42960         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
42961         optional configure-time default.
42962
42963         * lib/version-etc.c (version_etc_copyright): Update copyright date.
42964
42965         * lib/xreadlink.c (xreadlink): Correct outdated comment.
42966
42967 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
42968
42969         Merge from coreutils.
42970
42971         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
42972         value, $ac_cv_search_nanosleep, if it's "none required".
42973
42974 2004-01-14  Paul Eggert  <eggert@twinsun.com>
42975
42976         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
42977         with like-named macro in fnmatch.c.
42978         (EXT): Use an internal constant instead.
42979
42980         Merge fnmatch patches from glibc.
42981         * lib/fnmatch.c (mbsinit): Remove define.
42982         Add libc_hidden_ver (__fnmatch, fnmatch).
42983         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
42984         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
42985
42986 2004-01-14  Karl Berry  <karl@gnu.org>
42987
42988         * config/install-sh: update from automake.
42989
42990 2004-01-13  Karl Berry  <karl@gnu.org>
42991
42992         * config/install-sh: update from automake.
42993
42994 2004-01-09  Karl Berry  <karl@gnu.org>
42995
42996         * config/install-sh: update from automake.
42997
42998 2004-01-05  Karl Berry  <karl@gnu.org>
42999
43000         * config/config.{sub,guess}: update from config.
43001
43002 2003-12-31  Karl Berry  <karl@gnu.org>
43003
43004         * config/depcomp: update from automake.
43005
43006 2003-12-14  Karl Berry  <karl@gnu.org>
43007
43008         * lib/config.charset: update from gettext-runtime.
43009
43010 2003-12-03  Paul Eggert  <eggert@twinsun.com>
43011
43012         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
43013         Bug reported by Alfred M. Szmidt.
43014
43015 2003-12-03  Bruno Haible  <bruno@clisp.org>
43016
43017         * m4/gettext.m4: Upgrade from gettext-0.13.
43018         * m4/po.m4: Upgrade from gettext-0.13.
43019         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
43020         * m4/intmax.m4: New file, from gettext-0.13.
43021         * m4/printf-posix.m4: New file, from gettext-0.13.
43022
43023 2003-11-29  Karl Berry  <karl@gnu.org>
43024
43025         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
43026
43027 2003-11-25  Paul Eggert  <eggert@twinsun.com>
43028             Bruno Haible  <bruno@clisp.org>
43029
43030         * lib/printf-parse.h: Don't include sys/types.h.
43031         (ARG_NONE): New macro.
43032         (char_directive): Change type of *arg_index fields to size_t.
43033         * lib/printf-parse.c: Don't include sys/types.h.
43034         (SSIZE_MAX): Remove macro.
43035         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
43036         Remove unnecessary overflow check.
43037         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
43038         fields.
43039
43040 2003-11-25  Bruno Haible  <bruno@clisp.org>
43041
43042         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
43043
43044 2003-11-25  Bruno Haible  <bruno@clisp.org>
43045
43046         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
43047         gt_TYPE_SSIZE_T.
43048
43049 2003-11-24  Paul Eggert  <eggert@twinsun.com>
43050
43051         * modules/alloca: Remove dependency on xalloc.
43052
43053 2003-11-24  Paul Eggert  <eggert@twinsun.com>
43054
43055         * lib/alloca.c: Remove dependency on xalloc module.
43056         (xalloc_die): Remove.
43057         (memory_full) [!defined emacs]: New macro.
43058         [!defined emacs]: Don't include xalloc.h.
43059         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
43060         address arithmetic overflows.  Change datatypes a bit to avoid
43061         unnecessary casts.
43062
43063 2003-11-22  Jim Meyering  <jim@meyering.net>
43064
43065         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
43066         s/size/size_t/.
43067
43068 2003-11-21  Karl Berry  <karl@gnu.org>
43069
43070         * config/config.{sub,guess}: update from config.
43071
43072 2003-11-18  Karl Berry  <karl@gnu.org>
43073
43074         * config/config.{sub,guess}: update from config.
43075
43076         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
43077
43078 2003-11-17  Paul Eggert  <eggert@twinsun.com>
43079
43080         * README: Mention that S+T cannot overflow if S is the size of
43081         an existing object and T is sufficiently small.
43082
43083 2003-11-17  Jim Meyering  <jim@meyering.net>
43084
43085         On systems without utime and without a utimes function capable of
43086         dealing with a NULL struct utimbuf* argument, this utime replacement
43087         could -- in unusual circumstances -- leak a file descriptor.
43088         * lib/utime.c: Include <unistd.h> and <errno.h>.
43089         (utime_null): Be sure to close `fd' and to preserve errno.
43090         Reported by Geoff Collyer via Arnold Robbins.
43091
43092 2003-11-17  Bruno Haible  <bruno@clisp.org>
43093
43094         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
43095         (Depends-on): Add xsize.
43096
43097 2003-11-17  Bruno Haible  <bruno@clisp.org>
43098
43099         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
43100
43101 2003-11-17  Bruno Haible  <bruno@clisp.org>
43102
43103         * lib/vasnprintf.c (alloca): Remove fallback definition.
43104         (freea): Remove definition.
43105         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
43106         Reported by Paul Eggert.
43107
43108 2003-11-16  Paul Eggert  <eggert@twinsun.com>
43109             Bruno Haible  <bruno@clisp.org>
43110
43111         Protect against address arithmetic overflow.
43112         * lib/printf-args.h: Include stddef.h.
43113         (arguments): Change type of field 'count' to size_t.
43114         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
43115         'unsigned int' where appropriate.
43116         * lib/printf-parse.h: Include sys/types.h.
43117         (char_directive): Change type of *arg_index fields to ssize_t.
43118         (char_directives): Change type of fields 'count', max_*_length to
43119         size_t.
43120         * lib/printf-parse.c: Include sys/types.h and xsize.h.
43121         (SSIZE_MAX): Define fallback value.
43122         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
43123         instead of 'int' where appropriate. Check a_allocated, d_allocated
43124         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
43125         * lib/vasnprintf.c: Include xsize.h.
43126         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
43127         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
43128         overflow. Avoid wraparound when converting a width or precision from
43129         decimal to binary.
43130
43131 2003-11-16  Bruno Haible  <bruno@clisp.org>
43132
43133         Update from GNU gettext.
43134         * lib/printf-parse.c: Generalize to it can be compiled for wide
43135         strings.
43136         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
43137         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
43138         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
43139         SNPRINTF): New macros.
43140         Don't include <alloca.h> if the file is used inside libintl.
43141         (local_wcslen): New function, for Solaris 2.5.1.
43142         (VASNPRINTF): Use it instead of wcslen.
43143
43144 2003-11-16  Bruno Haible  <bruno@clisp.org>
43145
43146         * lib/xsize.h (xmax): New function.
43147         (xsum, xsum3, xsum4): Declare as "pure" functions.
43148
43149 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43150
43151         * modules/xalloc (Files): Undo latest change, since xalloc.h
43152         no longer needs SIZE_MAX or PTRDIFF_MAX.
43153
43154 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43155
43156         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
43157         gl_PTRDIFF_MAX.
43158
43159 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43160
43161         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
43162         "return", to pacify some unknown compiler.  Problem reported
43163         by Joerg Schilling.
43164
43165 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43166
43167         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
43168         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
43169         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
43170         heuristic is just as accurate as far as we know, and it removes a
43171         dependency on size_max.m4 and ptrdiff_max.m4.
43172
43173 2003-11-11  Bruno Haible  <bruno@clisp.org>
43174
43175         * modules/xsize (Files): Add m4/size_max.m4.
43176         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
43177
43178 2003-11-11  Bruno Haible  <bruno@clisp.org>
43179
43180         * m4/size_max.m4: New file.
43181         * m4/ptrdiff_max.m4: New file.
43182         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
43183         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
43184         (gl_XALLOC): Invoke it.
43185
43186 2003-11-11  Bruno Haible  <bruno@clisp.org>
43187
43188         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
43189         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
43190         defined.
43191
43192 2003-11-10  Paul Eggert  <eggert@twinsun.com>
43193
43194         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
43195         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
43196         rejected some allocations of exactly SIZE_MAX - 2 bytes.
43197         From Bruno Haible.
43198         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
43199         not (size_t) -1, since it's defined here.
43200
43201 2003-11-09  Karl Berry  <karl@gnu.org>
43202
43203         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
43204
43205 2003-11-06  Paul Eggert  <eggert@twinsun.com>
43206
43207         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
43208         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
43209         Reject sizes of exactly SIZE_MAX bytes.
43210         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
43211         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
43212
43213 2003-11-05  Bruno Haible  <bruno@clisp.org>
43214
43215         * lib/xsize.h: Include limits.h, to avoid a possible collision with
43216         SIZE_MAX defined in <limits.h> on Solaris.
43217
43218 2003-11-04  Jim Meyering  <jim@meyering.net>
43219
43220         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
43221         variable names, rather than @VAR@.
43222         * modules/poll: Likewise.
43223
43224 2003-11-04  Bruno Haible  <bruno@clisp.org>
43225
43226         * modules/xsize: New file.
43227         * modules/linebreak: Depend on xsize.
43228         * MODULES.html.sh (func_all_modules): Add xsize.
43229
43230 2003-11-04  Bruno Haible  <bruno@clisp.org>
43231
43232         * m4/xsize.m4: New file.
43233
43234 2003-11-04  Bruno Haible  <bruno@clisp.org>
43235
43236         * lib/xsize.h: New file.
43237         * lib/linebreak.c: Include xsize.h.
43238         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
43239         argument for overflow.
43240         Suggested by Paul Eggert.
43241
43242 2003-11-03  Karl Berry  <karl@gnu.org>
43243
43244         * config/config.{guess,sub}: update from config.
43245
43246 2003-11-03  Jim Meyering  <jim@meyering.net>
43247
43248         * modules/userspec (lib_SOURCES): Add userspec.h.
43249         (Include): Add "userspec.h".
43250         Improve description.
43251
43252 2003-11-03  Jim Meyering  <jim@meyering.net>
43253
43254         * lib/userspec.c: Include "userspec.h".
43255         * lib/userspec.h: New file.
43256
43257 2003-11-03  Bruno Haible  <bruno@clisp.org>
43258
43259         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
43260
43261 2003-11-03  Bruno Haible  <bruno@clisp.org>
43262
43263         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
43264         available, to avoid (extremely rare) race condition.
43265         Suggested by Paul Eggert.
43266
43267 2003-11-02  Karl Berry  <karl@gnu.org>
43268
43269         * config/srclist.txt (vasprintf.c): sync broken, sigh.
43270
43271 2003-10-31  Paul Eggert  <eggert@twinsun.com>
43272
43273         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
43274         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
43275         (read_filesystem_list): Set and use me_type_malloced.
43276         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
43277         whatever the type happens to be), for brevity and consistency.
43278         Check for size calculation overflow on Alphas running OSF/1.
43279
43280 2003-10-31  Jim Meyering  <jim@meyering.net>
43281
43282         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
43283
43284         * lib/linebuffer.c: Include <string.h> for declaration of memset.
43285
43286 2003-10-30  Paul Eggert  <eggert@twinsun.com>
43287             Bruno Haible  <bruno@clisp.org>
43288
43289         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
43290         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
43291
43292 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43293
43294         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
43295         netbsd*-gnu*.  Suggested by Robert Millan.
43296
43297 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43298
43299         * modules/group-member: Depend on stdbool.
43300
43301 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43302
43303         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
43304
43305 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43306
43307         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
43308         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
43309         after the 'gnu' in these cases.  This fixes some bugs in the
43310         previous change, and is based on suggestions by Robert Millan.
43311
43312 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43313
43314         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
43315         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
43316         no longer needed.
43317         * lib/quotearg.c (quotearg_n_options): Use it.
43318         * lib/group-member.c: Include <stdbool.h>.
43319         (free_group_info): Arg is now const *; don't free arg.
43320         (get_group_info): Now returns bool and accepts struct group_info *,
43321         rather than returning a malloc'ed struct group_info *.
43322         All uses changed.  Check for overflow in internal size calculation.
43323
43324         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
43325         rather than xmalloc/xrealloc.
43326         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
43327         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
43328         conformance bug: the old code used a pointer after freeing the
43329         storage that it addressed.
43330         * lib/hash.c (hash_initialize): Simplify the code by using
43331         xalloc_oversized rather than doing it by hand.
43332         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
43333         the buffer preserved.  Use free and xmalloc instead.
43334         * lib/quotearg.c (quotearg_n_options): Likewise.
43335         Use a simpler test for size overflow.  Don't use xalloc_oversized
43336         because unsigned int might be wider than size_t (!); this suggests
43337         that we should switch from unsigned int to size_t for slot numbers.
43338
43339 2003-10-28  Paul Eggert  <eggert@twinsun.com>
43340
43341         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
43342         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
43343         NetBSD kernels.  Requested by Richard Stallman.
43344
43345 2003-10-27  Paul Eggert  <eggert@twinsun.com>
43346
43347         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
43348         to allocate the returned structure.  Do not allocate a subarray,
43349         as x2nrealloc will do that.
43350         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
43351         instead of xnrealloc.
43352         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
43353
43354 2003-10-27  Bruno Haible  <bruno@clisp.org>
43355
43356         * lib/stdbool_.h: Better support for BeOS.
43357
43358 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43359
43360         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
43361         now uses inline.
43362
43363 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43364
43365         * lib/xalloc.h (xalloc_oversized): New static inline function, for
43366         callers that want to do their own size-overflow checking.  Include
43367         <stdbool.h>, since xalloc_oversized returns bool.
43368         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
43369         to use xalloc_oversized.
43370
43371         Add two functions x2realloc, x2nrealloc, for programs that grow
43372         arrays dynamically by doubling their sizes.
43373         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
43374         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
43375         New functions.
43376
43377         Port to C99 semantics for 'inline' of external functions.
43378         Bug reported by Bruno Haible.
43379         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
43380         with the old contents of xnmalloc.
43381         (xnmalloc, xmalloc): Use it.
43382         (xnrealloc_inline): New static inline function,
43383         with the old contents of xnrealloc.
43384         (xnrealloc, xrealloc): Use it.
43385
43386         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
43387         that.
43388
43389 2003-10-26  Karl Berry  <karl@gnu.org>
43390
43391         * config/srclist.txt (COPYING.DOC): no longer available from
43392         /gd/gnuorg; don't know where the ultimate source is.
43393
43394 2003-10-25  Paul Eggert  <eggert@twinsun.com>
43395
43396         Fix several address-calculation bugs in the hash modules,
43397         plus some minor code cleanup.
43398
43399         * lib/hash.h: Include <stdbool.h>, for bool.
43400         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
43401         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
43402         hash_get_n_entries, hash_get_max_bucket_length,
43403         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
43404         hash_rehash): Use size_t rather than unsigned.
43405         * lib/hash.c (struct hash_table, hash_get_n_buckets,
43406         hash_get_n_buckets_used, hash_get_n_entries,
43407         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
43408         hash_get_entries, hash_do_for_each, hash_string, is_prime,
43409         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
43410         Likewise.
43411         (SIZE_MAX): Define if not defined.
43412         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
43413         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
43414         hash_print):
43415         Use const * when possible.
43416         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
43417         (check_tuning): Fix bug: if tuning parameters were very close to
43418         0 or 1, rounding errors could have caused subscript violations.
43419         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
43420         (hash_initialize): Add 'fail:' label
43421         to free table and return NULL, and use it to simplify code.
43422         Use calloc rather than clearing the storage ourself.
43423         (hash_initialize, hash_rehash): Check for arithmetic overflow in
43424         buffer size calculations.
43425         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
43426         Include <stddef.h>, for size_t.
43427         * lib/hash-pjw.c (hash_pjw): Likewise.
43428         Switch to method described by Bruno Haible.
43429         Include <limits.h>, for CHAR_BIT.
43430         (SIZE_BITS): New macro.
43431
43432 2003-10-23  Paul Eggert  <eggert@twinsun.com>
43433
43434         * m4/getline.m4 (AM_FUNC_GETLINE):
43435         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
43436         hosts.  Problem reported by Derek Robert Price in
43437         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
43438         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
43439         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
43440
43441 2003-10-21  Paul Eggert  <eggert@twinsun.com>
43442
43443         * lib/getndelim2.c (getndelim2): When size calculation overflows,
43444         ceiling the allocation at NMAX bytes rather than silently
43445         discarding input bytes before NMAX is reached.  This makes
43446         a difference only if NMAX exceeds SIZE_MAX / 2.
43447
43448         * lib/obstack.c: Merge from glibc.
43449         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
43450         Add libc_hidden_def (_obstack_newchunk).
43451         (_obstack_free) [! defined _LIBC]: Remove.
43452         [defined _LIBC]: Make a strong alias from obstack_free, rather than
43453         a clone of the function body.
43454         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
43455         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
43456
43457         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
43458         glibc.
43459         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
43460         arg to memcpy.
43461
43462         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
43463         (obstack_ptr_grow_fast, obstack_int_grow_fast):
43464         Don't use lvalue casts, as GCC plans to remove support for them
43465         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
43466         was also present in the non-GCC version, indicating that this
43467         code had always been buggy and had never been widely used.
43468         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
43469         Use the fast variant of each macro, rather than copying the
43470         definiens of the fast variant; that way, we'll be more likely to
43471         catch future bugs in the fast variants.
43472
43473 2003-10-20  Bruno Haible  <bruno@clisp.org>
43474
43475         * modules/wait-process: New file.
43476         * MODULES.html.sh (func_all_modules): Add wait-process.
43477
43478 2003-10-20  Bruno Haible  <bruno@clisp.org>
43479
43480         * m4/wait-process.m4: New file.
43481
43482 2003-10-20  Bruno Haible  <bruno@clisp.org>
43483
43484         * lib/wait-process.h: New file, from GNU gettext.
43485         * lib/wait-process.c: New file, from GNU gettext.
43486
43487 2003-10-19  Jim Meyering  <jim@meyering.net>
43488
43489         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
43490         HPUX 10.20.
43491
43492 2003-10-18  Karl Berry  <karl@gnu.org>
43493
43494         * config/config.guess: update from config.
43495
43496 2003-10-16  Paul Eggert  <eggert@twinsun.com>
43497
43498         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
43499         (getgroups): First arg is int, not size_t.
43500         Don't let 'free' mangle errno.
43501
43502 2003-10-16  Paul Eggert  <eggert@twinsun.com>
43503
43504         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
43505
43506 2003-10-16  Karl Berry  <karl@gnu.org>
43507
43508         * config/config.{guess,sub}: update from config.
43509
43510 2003-10-16  Jim Meyering  <jim@meyering.net>
43511
43512         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
43513         memcpy.
43514
43515 2003-10-15  Paul Eggert  <eggert@twinsun.com>
43516
43517         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
43518         (SIZE_MAX): Remove.
43519         (new_exclude, add_exclude_file): Initial size no longer needs to
43520         be a power of 2.
43521         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
43522         our own address arithmetic overflow checking.
43523
43524         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
43525         (fnmatch): Do not alloca more than 2000 wide characters;
43526         instead, use malloc for large buffers.
43527         Check for address arithmetic overflow, and return -1
43528         with errno set to ENOMEM in that case.
43529         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
43530         (NEW_PATTERN): Do not alloca more than 8000 bytes;
43531         instead, return -1.  Check for address arithmetic overflow.
43532
43533 2003-10-14  Paul Eggert  <eggert@twinsun.com>
43534
43535         Handle invalid suffixes and overflow independently, so that
43536         callers can treat them independently as needed.  Fix some bugs in
43537         suffix handling, e.g., "100k@" was not diagnosed as an invalid
43538         suffix for a human-readable blocksize.  The major caller-visible
43539         change is the addition of a new
43540         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
43541         that both overflow and suffix chars were found.
43542
43543         * lib/human.c (humblock): Don't check separately for invalid suffix
43544         char; that is xstrtoumax's job (now that its bug is fixed).
43545         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
43546         INTMAX_MAX]: New macros.
43547         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
43548         TYPE_MAXIMUM): New macros.
43549         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
43550         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
43551         if overflow occurs, as it's what __strtol does and it's more useful
43552         in practice.
43553         (__xstrtol): If __strtol reports some error other than ERANGE,
43554         reflect it to the caller as LONGINT_INVALID.  If it reports
43555         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
43556         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
43557         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
43558         value.
43559         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
43560         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
43561         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
43562         [defined UINTMAX_MAX]: New macros.
43563
43564 2003-10-14  Bruno Haible  <bruno@clisp.org>
43565
43566         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
43567
43568 2003-10-14  Bruno Haible  <bruno@clisp.org>
43569
43570         * m4/sig_atomic_t: New file, from GNU gettext.
43571         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
43572
43573 2003-10-14  Bruno Haible  <bruno@clisp.org>
43574
43575         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
43576         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
43577         Also use volatile where needed.
43578
43579 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43580
43581         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
43582         Change maintainer from Bruno Haible to 'all'.
43583
43584 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43585
43586         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
43587
43588 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43589
43590         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
43591         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
43592         and define in terms of the other primitives.
43593         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
43594         (SIZE_MAX): Define if not already defined.
43595         (array_size_overflow): New function.
43596         (xalloc_die): Abort instead of exiting if 'error' returns.
43597         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
43598         (xmalloc, xrealloc): Use them.
43599         (xcalloc): Check for address arithmetic overflow.
43600         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
43601         a bit faster than strcpy.
43602
43603 2003-10-10  Simon Josefsson  <jas@extundo.com>
43604
43605         * modules/argp (Depends-on): Add restrict and strcase.
43606
43607 2003-10-10  Simon Josefsson  <jas@extundo.com>
43608
43609         * m4/argp.m4: Add AC_C_INLINE.
43610
43611 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43612
43613         Merge getpass from libc, plus a few fixes.
43614
43615         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
43616         Include <stdbool.h>.
43617         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
43618         __fsetlocking to empty.
43619         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
43620         do include <bits/libc-lock.h>.
43621         Do not include <fcntl.h>; not needed.
43622         [_LIBC]: Include <wchar.h>.
43623         (NOTCANCEL_MODE): New macro.
43624         (flockfile, funlockfile) [_LIBC]: New macros.
43625         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
43626         [!_LIBC]: New macros.
43627         (call_fclose): New function.
43628         (getpass): Use it.  Save tty stream separately; this simplifies the
43629         code and makes it more reliable if stdin happens to equal stdout.
43630         Invoke __fsetlocking on tty.
43631         Handle thread cancellation if needed.
43632         Namespace cleanup (use __tcgetattr, __getline).
43633         Use bool for Booleans.
43634         [USE_IN_LIBIO]: Handle wide streams.
43635         [!_LIBC]: Unconditionally do the fseek, since we don't know what
43636         stream might go where.
43637
43638         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
43639         doesn't have to include <stdio.h> before us.
43640         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
43641         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
43642         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
43643         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
43644         if not declared, so that we can use getpass.c code from libc without
43645         rewriting it.
43646         (flockfile, ftrylockfile, funlockfile): New macros.
43647
43648 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43649
43650         * modules/getpass: Depend on stdbool.
43651
43652 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43653
43654         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
43655
43656 2003-10-07  Karl Berry  <karl@gnu.org>
43657
43658         * config/config.{guess,sub}: update from config.
43659
43660 2003-10-06  Jim Meyering  <jim@meyering.net>
43661             Bruno Haible  <bruno@clisp.org>
43662
43663         This lets translators provide better translations for the
43664         "Written by ..." part of --version output.
43665         * lib/version-etc.h: Include stdarg.h.
43666         (version_etc_copyright): Declare as readonly.
43667         (version_etc): Make this function variadic with a NULL-terminated list
43668         of author name strings.
43669         (version_etc_va): New declaration.
43670         * lib/version-etc.c: Include stdarg.h, stdlib.h.
43671         (version_etc_copyright): Declare as readonly.
43672         (version_etc_va): New function. Provide a different translatable string
43673         for each possible number of authors < 10. Abbreviate when there are 10
43674         authors or more.
43675         (version_etc): Make this function variadic. Call version_etc_va.
43676         Suggestion from Gary V. Vaughan.
43677
43678         * lib/long-options.h (parse_long_options): Change prototype: the
43679         authors string is moved to the end and becomes variadic.
43680         * lib/long-options.c: Include stdarg.h.
43681         (parse_long_options): Make this function variadic, too.
43682         Call version_etc_va, not version_etc.
43683
43684 2003-10-06  Bruno Haible  <bruno@clisp.org>
43685
43686         * modules/version-etc-2: Remove file.
43687         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
43688
43689 2003-10-06  Bruno Haible  <bruno@clisp.org>
43690
43691         * modules/fatal-signal: New file.
43692         * MODULES.html.sh (func_all_modules): Add fatal-signal.
43693
43694 2003-10-06  Bruno Haible  <bruno@clisp.org>
43695
43696         * m4/fatal-signal.m4: New file.
43697         * m4/signalblocking.m4: New file, from GNU gettext.
43698
43699 2003-10-06  Bruno Haible  <bruno@clisp.org>
43700
43701         * lib/version-etc-2.h: Remove file.
43702         * lib/version-etc-2.c: Remove file.
43703
43704 2003-10-06  Bruno Haible  <bruno@clisp.org>
43705
43706         * lib/fatal-signal.h: New file, from GNU gettext.
43707         * lib/fatal-signal.c: New file, from GNU gettext.
43708
43709 2003-10-05  Paul Eggert  <eggert@twinsun.com>
43710
43711         * README: Rework advice for preventing empty .o files.
43712         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
43713         not <sys/types.h>.
43714
43715 2003-10-04  Karl Berry  <karl@gnu.org>
43716
43717         * lib/argp*: update from libc.
43718
43719 2003-10-04  Karl Berry  <karl@gnu.org>
43720
43721         * config/config.{guess,sub}: update from config.
43722
43723 2003-10-02  Bruno Haible  <bruno@clisp.org>
43724
43725         * modules/lchown (Include): Add lchown.h.
43726         * modules/time_r (Include): Use "..." syntax.
43727         * modules/xgetdomainname (Include): Add xgetdomainname.h.
43728
43729 2003-10-01  Simon Josefsson  <jas@extundo.com>
43730
43731         * MODULES.html.sh (func_all_modules): Move gethostname from section
43732         'based on' to section 'lacking' POSIX:2001.
43733
43734 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
43735
43736         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
43737         to output mode on the same stream.
43738
43739 2003-09-29  Paul Eggert  <eggert@twinsun.com>
43740
43741         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
43742         Fix arg typo in previous patch.
43743
43744 2003-09-28  Jim Meyering  <jim@meyering.net>
43745
43746         * lib/error.c: Correct cpp indentation.
43747
43748 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43749
43750         * modules/free: New file.
43751
43752 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43753
43754         * m4/free.m4: New file.
43755
43756 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43757
43758         * lib/minmax.h (MIN, MAX)
43759         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
43760         Omit the special code that used __typeof__, since we worry that
43761         it could be more trouble than it's worth.  See:
43762         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
43763         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
43764
43765         * lib/free.c: New file.
43766
43767 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
43768
43769         Trivial fixes to Makefile.am parts of module listings.
43770         * modules/strstr: Append strstr.h to lib_SOURCES.
43771         * modules/strcase: Likewise, for strcase.h.
43772
43773 2003-09-27  Karl Berry  <karl@gnu.org>
43774
43775         * config/mkinstalldirs: update from automake.
43776
43777 2003-09-26  Paul Eggert  <eggert@twinsun.com>
43778
43779         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
43780         (error_tail): Do not loop, reallocating temporary buffer, since
43781         the output cannot contain more wide characters than the input
43782         contains bytes, the size must be big enough already.  This avoids
43783         one potential size overflow calculation.  Check for size overflow
43784         when calculating temporary buffer size.  Free temporary buffer
43785         when done, if it was allocated with malloc; this plugs a memory
43786         leak.  Remove casts from void * to pointers, that are no longer
43787         needed now that we're assuming C89 or better.
43788
43789         Merge error changes from glibc.
43790
43791         * lib/error.c, error.h: Update copyright notice header to match glibc.
43792         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
43793         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
43794         Disable cancellation while printing error.
43795         * lib/error.h: Prepend __ to parameter names.
43796
43797 2003-09-26  Jim Meyering  <jim@meyering.net>
43798
43799         * lib/error.c (error_tail): Move some declarations
43800         into inner scope where the local variables are used.
43801
43802 2003-09-26  Bruno Haible  <bruno@clisp.org>
43803
43804         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
43805         stpncpy().
43806         Don't define stpncpy through config.h; it's now done through stpncpy.h.
43807
43808 2003-09-26  Bruno Haible  <bruno@clisp.org>
43809
43810         * lib/stpncpy.h (gnu_stpncpy): New declaration.
43811         (stpncpy): Define as alias for gnu_stpncpy.
43812         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
43813
43814 2003-09-25  Simon Josefsson  <jas@extundo.com>
43815
43816         * lib/xgetdomainname.h: New file.
43817         * lib/xgetdomainname.c: New file.
43818
43819 2003-09-25  Simon Josefsson  <jas@extundo.com>
43820             Bruno Haible  <bruno@clisp.org>
43821
43822         * modules/getdomainname: New file.
43823         * modules/xgetdomainname: New file.
43824         * MODULES.html.sh (func_all_modules): Add getdomainname,
43825         xgetdomainname.
43826
43827 2003-09-25  Simon Josefsson  <jas@extundo.com>
43828             Bruno Haible  <bruno@clisp.org>
43829
43830         * m4/getdomainname.m4: New file.
43831
43832 2003-09-25  Simon Josefsson  <jas@extundo.com>
43833             Bruno Haible  <bruno@clisp.org>
43834
43835         * lib/getdomainname.h: New file.
43836         * lib/getdomainname.c: New file.
43837
43838 2003-09-25  Karl Berry  <karl@gnu.org>
43839
43840         * lib/argp-fmtstream.c, argp-help.c: update from libc.
43841
43842 2003-09-25  Karl Berry  <karl@gnu.org>
43843
43844         * config/install-sh: update from automake.
43845
43846 2003-09-25  Bruno Haible  <bruno@clisp.org>
43847
43848         * modules/version-etc-2: New file, from modules/version-etc with
43849         modifications.
43850         * MODULES.html.sh (func_all_modules): Add version-etc-2.
43851
43852 2003-09-25  Bruno Haible  <bruno@clisp.org>
43853
43854         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
43855         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
43856
43857 2003-09-24  Simon Josefsson  <jas@extundo.com>
43858
43859         * modules/xgethostname: Add xgethostname.h.
43860
43861 2003-09-24  Paul Eggert  <eggert@twinsun.com>
43862
43863         * lib/linebuffer.c (freebuffer): Don't free the argument, just
43864         the buffer associated with the argument.  Bug reported by
43865         Simon Josefsson.
43866
43867 2003-09-24  Paul Eggert  <eggert@twinsun.com>
43868
43869         * README: Document assumptions that 'int' is at least 32 bits
43870         wide, that integer arithmetic is 2's complement without overflow,
43871         that there are no holes in integer values, that adding sizes of
43872         two nonoverlapping objects can't overflow, and that all-bits-zero
43873         yields scalar zero.  Fix spelling and capitalization typos.
43874
43875 2003-09-19  Karl Berry  <karl@gnu.org>
43876
43877         * lib/argp.h: update from libc.
43878
43879 2003-09-17  Paul Eggert  <eggert@twinsun.com>
43880
43881         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
43882         to avoid spurious warnings like "AC_RUN_IFELSE was called before
43883         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
43884
43885 2003-09-17  Paul Eggert  <eggert@twinsun.com>
43886
43887         * gnulib-tool: Use "test -h", not "test -L", for portability
43888         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
43889         (tags_regexp): Remove, since \| doesn't conform to POSIX.
43890         (sed_extract_prog): Issue s commands one-by-one, rather than
43891         using \| in one s command.
43892
43893 2003-09-16  Paul Eggert  <eggert@twinsun.com>
43894
43895         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
43896         input error, instead of returning NULL the next time we are called
43897         (and therefore losing track of errno).
43898
43899 2003-09-16  Bruno Haible  <bruno@clisp.org>
43900
43901         * gnulib-tool (func_create_testdir): Warn about duplicated
43902         dependencies.
43903
43904 2003-09-15  Paul Eggert  <eggert@twinsun.com>
43905
43906         * modules/argmatch, modules/fatal, modules/obstack,
43907         modules/xalloc, modules/xgethostname: Sort dependencies by
43908         importance, not alphabetically.
43909
43910 2003-09-15  Paul Eggert  <eggert@twinsun.com>
43911
43912         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
43913         fails, so that the caller gets the proper errno.
43914
43915         * lib/readutmp.c (read_utmp): Likewise.
43916         Check for fstat error.  Close stream and free storage
43917         when failing.
43918
43919 2003-09-14  Karl Berry  <karl@gnu.org>
43920
43921         * config/srclist.txt (strdup.c): disable for c89 changes.
43922
43923 2003-09-14  Jim Meyering  <jim@meyering.net>
43924
43925         * lib/getloadavg.c: Correct cpp indentation.
43926         * lib/strdup.c: Likewise.
43927         * lib/vasnprintf.c: Likewise.
43928
43929 2003-09-14  Bruno Haible  <bruno@clisp.org>
43930
43931         * modules/fwriteerror: New file.
43932         * MODULES.html.sh (func_all_modules): Add fwriteerror.
43933
43934 2003-09-14  Bruno Haible  <bruno@clisp.org>
43935
43936         * lib/fwriteerror.h: New file.
43937         * lib/fwriteerror.c: New file.
43938
43939 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43940
43941         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
43942         modules/xgethostname, modules/xalloc: Depend on exit.
43943
43944 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43945
43946         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
43947
43948         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
43949         and AC_MINIX, too, so that their extensions are available.
43950
43951         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
43952         This macro has been superseded by gl_BACKUPFILE.
43953
43954         More patches to assume C89 or better.
43955
43956         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
43957
43958         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
43959         unconditionally.
43960         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
43961         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
43962         Include <string.h>, <stdlib.h> unconditionally.
43963         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
43964         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
43965         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
43966         headers or for string.h.
43967         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
43968         or strtoul.
43969
43970         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
43971         headers.
43972         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
43973         * m4/userspec.m4 (gl_USERSPEC): Likewise.
43974         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
43975         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
43976         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
43977         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
43978         memcpy, memset.
43979         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
43980         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
43981         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
43982         strtol.
43983         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
43984         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
43985         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
43986         strtoul.
43987
43988 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43989
43990         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
43991         * lib/obstack.c [!defined _LIBC]: Likewise.
43992         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
43993         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
43994         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
43995
43996         More changes to assume C89 or better.
43997
43998         * lib/error.c (error_tail): Assume vprintf.
43999
44000         * lib/argmatch.c (getenv): Remove decl.
44001         * lib/progreloc.c (get_full_program_name): Define via prototype.
44002         * lib/setenv.c (clearenv): Likewise.
44003         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
44004         needed.
44005         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
44006         (malloc, memcpy): Remove decls.
44007         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
44008         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
44009         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
44010         (memcpy): Remove macro.
44011         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
44012         (__P): Remove.  All uses removed.
44013         (PTR): Remove.  All uses changed to void *.
44014         (CHAR_BIT, NULL): Remove.
44015         (spaces, zeros, memset_space, memset_zero)
44016         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
44017         Remove.
44018         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
44019         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
44020         Define with prototype.
44021         Remove now-unnecessary prototype decl.
44022         (extra_args_spec): Assume ANSI C.  All uses changed.
44023         (extra_args_spec_iso): Remove.
44024         (my_strftime, emacs_strftimeu): Define via prototype.
44025         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
44026         unconditionally.
44027         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
44028         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
44029         (strtoul, strtol): Remove decls.
44030         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
44031         LONG_MAX): Remove.
44032         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
44033         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
44034         (LOCALE_PARAM_PROTO): New macro.
44035         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
44036         (INTERNAL (strtol), strtol): Define with a prototype.
44037         (PARAMS): Remove.  All uses removed.
44038         * lib/tempname.c: Include <string.h> unconditionally.
44039         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
44040         * lib/xgethostname.c (main): Define with a prototype.
44041         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
44042         Include <stdlib.h> unconditionally.
44043         (calloc, malloc, realloc, free): Remove decls.
44044         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
44045         Include <stdlib.h> unconditionally.  Sort include file names.
44046         (strtod): Remove.
44047         (xstrtod): Define with a prototype.
44048         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
44049         (strtol, strtoul): Remove decls.
44050
44051 2003-09-11  Paul Eggert  <eggert@twinsun.com>
44052
44053         More patches to assume C89 or better.
44054         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
44055         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
44056         string.h, memchr, STDC_HEADERS.
44057
44058 2003-09-11  Paul Eggert  <eggert@twinsun.com>
44059
44060         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
44061         Include <stdlib.h>, <string.h> unconditionally.
44062         Remove now-unnecessary cast to char *.
44063         * lib/strnlen.c: Include <string.h> unconditionally.
44064         * lib/yesno.c (yesno): Define with a prototype.
44065
44066 2003-09-11  Bruno Haible  <bruno@clisp.org>
44067
44068         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
44069
44070 2003-09-10  Jim Meyering  <jim@meyering.net>
44071
44072         * lib/error.c: Correct indentation of cpp directives.
44073
44074 2003-09-10  Bruno Haible  <bruno@clisp.org>
44075
44076         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
44077         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
44078         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
44079         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
44080         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
44081         <stdlib.h> and <string.h> checks.
44082         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
44083         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
44084
44085 2003-09-10  Bruno Haible  <bruno@clisp.org>
44086
44087         * lib/strcspn.c: Include <string.h> unconditionally.
44088         * lib/strpbrk.c: Include <string.h> unconditionally.
44089         * lib/strstr.c: Include <string.h> unconditionally.
44090         * lib/unicodeio.c: Include <string.h> unconditionally.
44091         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
44092         * lib/unsetenv.c: Likewise.
44093         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
44094         * lib/yesno.c: Include <stdlib.h> unconditionally.
44095         (rpmatch): Add prototype.
44096
44097 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44098
44099         More patches to assume C89 or better.
44100         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
44101         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
44102         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
44103         or for string.h.
44104         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
44105         stdlib.h.
44106         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
44107         C headers.
44108         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
44109         string.h.
44110         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
44111         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
44112         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
44113         or for string.h.
44114         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
44115         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
44116         C headers.
44117         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
44118         memcpy.
44119         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
44120         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
44121         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
44122         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
44123         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
44124         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
44125         string.h, free.
44126         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
44127         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
44128         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
44129         C headers, or for string.h.
44130         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
44131         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
44132         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
44133         headers, memory.h, stdlib.h, string.h, strings.h.
44134         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
44135         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
44136         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
44137         strchr.
44138         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
44139         headers, memory.h, string.h.
44140         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
44141         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
44142         free.
44143         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
44144         headers.
44145         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
44146         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
44147         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
44148         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
44149         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
44150
44151 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44152
44153         More K&R removal.
44154
44155         * lib/acosl.c (main): Use a prototype.
44156         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
44157         tanl.c: Likewise.
44158
44159         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
44160
44161         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
44162         (getopt, etopt_long, getopt_long_only, _getopt_internal)
44163         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
44164         with a prototype.
44165         * lib/getopt.c (const): Remove macro.
44166         Include <string.h> unconditionally.
44167         (my_index): Remove; all uses changed to strchr.
44168         (strlen): Remove decl.
44169         (exchange): Remove forward decl; no longer needed.
44170         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
44171         Define with prototype.
44172         * lib/getopt1.c (const): Remove macro.
44173         (getopt_long, getopt_long_only, main): Define with prototype.
44174
44175         * lib/getugroups.c: Include <string.h> unconditionally.
44176
44177         * lib/getusershell.c: Include <stdlib.h> unconditionally.
44178         (getusershell, setusershell, endusershell, readname, main):
44179         Define with prototypes.
44180
44181         * lib/group-member.c: Include group-member.h first.
44182         Include <stdlib.h> unconditionally.
44183
44184         * lib/hard-locale.c: Include hard-locale.h first.
44185         Include <stdlib.h>, <string.h> unconditionally.
44186
44187         * lib/hash.c (free, malloc): Remove decls.
44188         Include <stdlib.h> unconditionally.
44189
44190         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
44191         (getenv): Do not declare.
44192
44193         * lib/idcache.c: Include <string.h> unconditionally.
44194
44195         * lib/long-options.c: Include long-options.h first, to test interface.
44196         Include <stdlib.h> unconditionally.
44197
44198         * lib/makepath.c: Include makepath.h first, to test interface.
44199         Include <stdlib.h> and <string.h> unconditionally.
44200
44201         * lib/linebuffer.c: Include <stdlib.h>.
44202         (free): Remove decl.
44203
44204         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
44205         stddef.h. rpl_malloc returns void *, not char *.
44206         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
44207         prototype.
44208
44209         * lib/md5.h: Include <limits.h> unconditionally.
44210         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
44211         (__P): Remove; all uses removed.
44212         * lib/md5.c: Include "md5.h" first.
44213         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
44214         md5_buffer, md5_process_bytes, md5_process_block):
44215         Define with prototypes.
44216         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
44217         * lib/sha.c: Include "sha.h" first.
44218         Include <stdlib.h>, <string.h> unconditionally.
44219
44220         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
44221         * lib/memcmp.c (__ptr_t): Likewise.
44222         * lib/memrchr.c (__ptr_t): Likewise.
44223         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
44224         Include <string.h> unconditionally.
44225         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
44226         * lib/memchr.c: Include <stdlib.h> unconditionally.
44227         * lib/memchr.c (LONG_MAX): Remove.
44228         * lib/memrchr.c (LONG_MAX): Likewise.
44229         * lib/memchr.c (__memchr): Define via a prototype.
44230         * lib/memrchr.c (__memrchr): Likewise.
44231         * lib/memcmp.c (__P): Remove, and remove all uses.
44232         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
44233         Remove forward decls; no longer needed.
44234         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
44235         Use types required by C89 in prototype.
44236
44237         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
44238         * lib/savedir.c: Likewise.
44239         * lib/mkdir.c (free): Remove decl.
44240         * lib/rmdir.c (rmdir): Define with a prototype.
44241         * lib/savedir.c: Include savedir.h first, to test interface.
44242
44243         * lib/mktime.c (STDC_HEADERS): Remove.
44244         Include <stdlib.h>, <string.h> unconditionally.
44245
44246         * lib/modechange.c: Include <stdlib.h> unconditionally.
44247         (malloc): Remove decl.
44248
44249         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
44250         (free): Remove decl.
44251
44252         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
44253         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
44254         (This type really should be intptr_t, but that's a C99ism.)
44255         (_obstack_memcpy): Remove: all uses changed to memcpy.
44256         Include <string.h> unconditionally.
44257         (struct obstack): Assume __STDC__ for types of members
44258         chunkfun, freefun, extra_arg.
44259         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
44260         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
44261         obstack_begin, obstack_specify_allocation,
44262         obstack_specify_allocation_with_arg, obstack_chunkfun,
44263         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
44264         Remove unprototyped decls and the macros that use them.
44265         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
44266         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
44267         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
44268         (defined __STDC__ && __STDC__)]:
44269         Remove nonprototyped code.
44270         Include <stdlib.h> unconditionally.
44271         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
44272         _obstack_allocated_p, _obstack_free, obstack_free,
44273         _obstack_memory_used, print_and_abort):
44274         Define using prototypes.
44275         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
44276         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
44277         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
44278         obstack_next_free, obstack_object_size, obstack_room) [0]:
44279         Remove unused, unprototyped code.
44280
44281         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
44282
44283         * lib/physmem.c (physmem_total, physmem_available, main): Define
44284         with prototypes.
44285
44286         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
44287         (main): Define with a prototype.
44288
44289         * lib/posixver.c (getenv): Remove decl.
44290
44291         * lib/putenv.c (malloc): Returns void *, not char *.
44292         Include <string.h> unconditionally.
44293         (strchr, memcpy, NULL): Do not define.
44294
44295         * lib/readtokens.c: Include readtokens.h first, to test interface.
44296         Include <stdlib.h>, <string.h> unconditionally.
44297         (init_tokenbuffer): Define with a prototype.
44298
44299         * lib/regex.c (PARAMS): Remove.  All uses removed.
44300         All uses of _RE_ARGS removed, too.
44301         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
44302         unconditionally.
44303         (bzero): Assume memset exists.
44304         (memcmp, memcpy, NULL): Remove.
44305         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
44306         char, or assignments to local vars of type signed char.
44307         (init_syntax_once, PREFIX(extract_number_and_incr),
44308         PREFIX(print_partial_compiled_pattern),
44309         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
44310         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
44311         PREFIX(regex_grow_registers), PREFIX(regex_compile),
44312         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
44313         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
44314         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
44315         wcs_compile_range, byte_compile_range, truncate_wchar,
44316         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
44317         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
44318         count_mbs_length, wcs_re_match_2_internal,
44319         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
44320         PREFIX(alt_match_null_string_p),
44321         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
44322         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
44323         regfree, PREFIX(extract_number)): Define with prototype.  Remove
44324         now-unnecessary declaration, if any.
44325         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
44326         regcomp, regexec):
44327         Remove now-unnecessary casts among pointer types.
44328         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
44329
44330         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
44331         (free): Remove decl.
44332
44333         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
44334
44335         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
44336         (free): Remove decl.
44337
44338         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
44339         * lib/xgetcwd.c: Likewise.
44340
44341         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
44342         (free): Remove decl.
44343
44344         * lib/strchrnul.c (strchrnul): Define with a prototype.
44345         Fix bug: c_in was not converted to char before searching.
44346
44347         The following changes are not K&R related:
44348
44349         * lib/group-member.h: Include <sys/types.h>, so that this file is
44350         self-contained.
44351         * lib/makepath.h: Likewise.
44352
44353         * lib/getusershell.c (readname, default_index, line_size, readname):
44354         Use size_t, not int, for sizes.
44355         (readname): If the size overflows, report an error instead of
44356         looping forever.
44357
44358 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44359
44360         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
44361         libc.
44362
44363 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44364
44365         * README: New section: portability guidelines.
44366
44367 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44368
44369         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
44370         C89 spec.
44371
44372 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44373
44374         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
44375
44376 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44377
44378         Assume C89 or better; remove K&R cruft.
44379         A few of these changes were first proposed by Derek Robert Price
44380         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
44381
44382         * lib/addext.c: Include <string.h> unconditionally.
44383         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
44384         Don't declare getenv or malloc.
44385
44386         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
44387         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
44388         (NULL): Remove.
44389         (find_stack_direction, alloca): Use prototypes.
44390
44391         * lib/atexit.c (atexit): Define using a prototype.
44392
44393         * lib/basename.c, dirname.c, stripslash.c:
44394         Include <string.h> unconditionally.
44395
44396         * lib/bcopy.c: Include <stddef.h>.
44397         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
44398
44399         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
44400
44401         * lib/error.h (error, error_at_line, error_print_progname)
44402         [! (defined (__STDC__) && __STDC__)]: Remove decls.
44403         * lib/error.c: Include error.h first, to check interface.
44404         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
44405         (VA_START): Remove; all uses changeed to va_start.
44406         (exit, strerror): Remove decls.
44407         (error_print_progname): Prototype uncondionally.
44408         Don't include <errno.h>; no longer needed.
44409         (private_strerror): Remove.
44410         (error_tail): Always define.
44411         (error, error_at_line): Assume C89 or better; always use prototypes.
44412         * lib/fatal.c: Include "fatal.h" first, to test interface.
44413         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
44414         (VA_START): Remove; all uses changed to va_start.
44415         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
44416         this case.
44417         (exit): Remove decl.
44418         (fatal): Prototype unconditionally.  Assume va_start works.
44419         Abort at end, to pacify gcc.
44420
44421         * lib/euidaccess.c (main): Define with a prototype.
44422
44423         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
44424
44425         * lib/exitfail.c: Include <stdlib.h> unconditionally.
44426
44427         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
44428         prototypes.
44429         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
44430         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
44431         (getenv): Remove decl.
44432         (fnmatch): Define using a prototype.
44433         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
44434         (FCT): Define using a prototype.
44435
44436         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
44437
44438         * lib/gethostname.c: Include <stddef.h>.
44439         (gethostname): Define with prototype.  Length is size_t, not int.
44440
44441 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44442
44443         Assume C89 or better; remove K&R cruft.
44444         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
44445         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
44446         string.h, getenv, malloc.
44447         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
44448         headers.
44449         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
44450         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
44451         do not check for strerror.
44452         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
44453         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
44454         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
44455         do not check for doprnt or vprintf.
44456         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
44457         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
44458
44459 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44460
44461         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
44462         getversion.c should have been removed then, but was accidentally
44463         preserved.
44464
44465         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
44466         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
44467
44468 2003-09-08  Karl Berry  <karl@gnu.org>
44469
44470         * config/config.sub, config.guess, srclistvars.sh: update from savannah
44471                 config, forget about prep.
44472
44473         * config/depcomp, missing: update from automake.
44474
44475 2003-09-07  Paul Eggert  <eggert@twinsun.com>
44476
44477         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
44478         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
44479
44480 2003-09-07  Paul Eggert  <eggert@twinsun.com>
44481
44482         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
44483         copy_tm_result.  Bug reported by Simon Josefsson in
44484         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
44485
44486 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44487
44488         * m4/time_r.m4: New file.
44489         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
44490         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
44491         is. Check for timegm declaration.
44492         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
44493         Do not check for gmtime_r.
44494         Replace mktime if __mktime_internal does not exist and if mktime
44495         hasn't been replaced already.
44496
44497 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44498
44499         * lib/time_r.c, lib/time_r.h: New files.
44500
44501         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
44502         __localtime_r.
44503         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
44504         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
44505
44506         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
44507         __gmtime_r.
44508         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
44509         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
44510         Include <time_r.h>.
44511
44512         * lib/timegm.c: Switch to glibc implementation, with the following
44513         changes:
44514         [defined HAVE_CONFIG_H]: Include <config.h>.
44515         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
44516         (__mktime_internal) [!defined _LIBC]: New decl.
44517         (__gmtime_r) [!defined _LIBC]: New macro and function.
44518         (timegm): Use a prototype, since gnulib assumes C89.
44519         Do not bother declaring tmp to be const, as it's not really usefu.
44520         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
44521         (timegm): Declare only if HAVE_DECL_TIMEGM.
44522
44523 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44524
44525         * MODULES.html.sh (func_all_modules): Add time_r.
44526         * modules/time_r: New file.
44527         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
44528         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
44529
44530 2003-09-03  Paul Eggert  <eggert@twinsun.com>
44531
44532         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
44533         Bug reported by Lute Kamstra in
44534         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
44535
44536         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
44537         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
44538         course with correspondingly smaller numbers for tomorrow and
44539         yesterday.  From Tadayoshi Funaba.  Originally installed into
44540         sh-utils on 1999-08-07, but the patch got lost (I guess during the
44541         coreutils merge?).
44542
44543 2003-08-31  Simon Josefsson  <jas@extundo.com>
44544
44545         * modules/timegm: New file.
44546         * MODULES.html.sh (func_all_modules): Add timegm.
44547
44548 2003-08-31  Simon Josefsson  <jas@extundo.com>
44549
44550         * m4/timegm.m4: New file.
44551
44552 2003-08-31  Simon Josefsson  <jas@extundo.com>
44553
44554         * lib/timegm.h: New file.
44555         * lib/timegm.c: New file.  Based on
44556         wget-1.8.2/src/http.c:mktime_from_utc.
44557
44558 2003-08-31  Karl Berry  <karl@gnu.org>
44559
44560         * lib/argp.h: update from libc.
44561
44562 2003-08-28  Bruno Haible  <bruno@clisp.org>
44563
44564         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
44565         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
44566         followed by '#define fnmatch fnmatch_posix' gives an error.
44567
44568 2003-08-28  Bruno Haible  <bruno@clisp.org>
44569
44570         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
44571         warning on QNX, which defines O_BINARY to 000000.
44572
44573 2003-08-27  Jim Meyering  <jim@meyering.net>
44574
44575         * m4/mkstemp.m4: Require that the system mkstemp be able to create
44576         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
44577         would fail after 32.  Reported by Danny Levinson.  Details here:
44578         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
44579
44580 2003-08-24  Bruno Haible  <bruno@clisp.org>
44581
44582         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
44583         MSVC7 <stdio.h> is included later.
44584
44585 2003-08-22  Simon Josefsson  <jas@extundo.com>
44586
44587         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
44588
44589 2003-08-20  Karl Berry  <karl@gnu.org>
44590
44591         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
44592
44593 2003-08-20  Bruno Haible  <bruno@clisp.org>
44594
44595         * modules/progname: New file.
44596         * MODULES.html.sh (func_all_modules): Add progname.
44597
44598 2003-08-20  Bruno Haible  <bruno@clisp.org>
44599
44600         * lib/progname.h: New file, from GNU gettext.
44601         * lib/progname.c: New file, from GNU gettext.
44602         * lib/progreloc.c: New file, from GNU gettext.
44603
44604 2003-08-19  Jim Meyering  <jim@meyering.net>
44605
44606         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
44607         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
44608
44609 2003-08-19  Bruno Haible  <bruno@clisp.org>
44610
44611         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
44612         more.
44613
44614 2003-08-19  Bruno Haible  <bruno@clisp.org>
44615
44616         * lib/xstrdup.c: Assume <string.h> exists.
44617
44618 2003-08-18  Paul Eggert  <eggert@twinsun.com>
44619
44620         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
44621         in makefile rules.
44622
44623 2003-08-18  Jim Meyering  <jim@meyering.net>
44624
44625         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
44626         * m4/lib-ld.m4: Likewise.
44627
44628 2003-08-18  Jim Meyering  <jim@meyering.net>
44629
44630         * lib/setenv.h: Indent nested cpp directive.
44631         * lib/vasnprintf.c: Remove trailing blanks.
44632
44633 2003-08-17  Simon Josefsson  <jas@extundo.com>
44634
44635         * modules/xstrndup: New file.
44636         * MODULES.html.sh (func_all_modules): Add xstrndup.
44637
44638 2003-08-17  Simon Josefsson  <jas@extundo.com>
44639
44640         * modules/argp: Fix autoconf macro name. Add more dependencies.
44641
44642 2003-08-17  Simon Josefsson  <jas@extundo.com>
44643
44644         * m4/xstrndup.m4: New file.
44645
44646 2003-08-17  Simon Josefsson  <jas@extundo.com>
44647
44648         * m4/argp.m4: New file.
44649
44650 2003-08-17  Simon Josefsson  <jas@extundo.com>
44651             Bruno Haible  <bruno@clisp.org>
44652
44653         * lib/xstrndup.h: New file.
44654         * lib/xstrndup.c: New file.
44655
44656 2003-08-17  Bruno Haible  <bruno@clisp.org>
44657
44658         * modules/strndup (Files, Include): Add lib/strndup.h.
44659
44660 2003-08-17  Bruno Haible  <bruno@clisp.org>
44661
44662         * modules/euidaccess (Files): Add lib/euidaccess.h.
44663
44664 2003-08-17  Bruno Haible  <bruno@clisp.org>
44665
44666         * lib/strndup.h: New file.
44667
44668 2003-08-17  Bruno Haible  <bruno@clisp.org>
44669
44670         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
44671         like AC_GNU_SOURCE.
44672         * modules/extensions (configure.ac): Comment out the invocation of
44673         gl_USE_SYSTEM_EXTENSIONS.
44674
44675 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44676
44677         Merges from coreutils, etc.
44678         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
44679         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
44680         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
44681         fixing a typo.
44682         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
44683         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
44684
44685 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44686
44687         Document merge from coreutils.
44688         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
44689         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
44690         * modules/utime: Add m4/utimes-null.m4.
44691
44692 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44693
44694         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
44695         space, undoing this 2003-08-12 change:
44696         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
44697
44698 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44699
44700         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
44701         strtoul.c from libc, undoing this 2003-08-12 change:
44702         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
44703
44704 2003-08-16  Jim Meyering  <jim@meyering.net>
44705
44706         Merges from coreutils.
44707         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
44708         prefix.  Adjust cache variables similarly.  Create 500 rather than
44709         just 300 files, to exercise bug on Darwin6.5, too.
44710         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
44711         $missing_dir.
44712         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
44713         AM_SYS_POSIX_TERMIOS.
44714         Reported by mkc@mathdogs.com.
44715         Also change use of $am_cv_sys_posix_termios
44716         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
44717         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
44718         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
44719         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
44720         in /proc/mounts until it finds one with matching device number.  This
44721         is unnecessary when the FILE argument *is* a mount point.  No stat call
44722         is necessary in that case.  So, disable the statvfs-testing code on
44723         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
44724         as RedHat bug# 84846.
44725         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
44726         to 1MB, so as not to render systems with no stack size limit (e.g.,
44727         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
44728         Include <unistd.h>.  On some systems,
44729         it is required for the definition of _SC_PAGESIZE.
44730
44731 2003-08-16  Jim Meyering  <jim@meyering.net>
44732
44733         Merge from coreutils.
44734         * lib/xstrtoimax.c: #else #if -> #elif.
44735         * lib/xstrtoumax.c: Likewise.
44736
44737 2003-08-16  Jim Meyering  <jim@meyering.net>
44738
44739         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
44740         * m4/utimes.m4: Removed.
44741         * m4/utimes-null.m4: Renamed from utimes.m4.
44742
44743         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
44744         to 1MB, so as not to render systems with no stack size limit (e.g.,
44745         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
44746         Include <unistd.h>.  On some systems,
44747         it is required for the definition of _SC_PAGESIZE.
44748
44749 2003-08-16  Jim Meyering  <jim@meyering.net>
44750         and Paul Eggert  <eggert@cs.ucla.edu>
44751
44752         Merges from coreutils, etc.
44753
44754         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
44755         using the latest version from cvs.  This avoids problems with #line
44756         directives using a vendor (Sun) compiler.
44757         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
44758         Don't set GETGROUPS_LIB here; now it's
44759         done via getgroups.m4's wrapper function.
44760         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
44761         rather than just in sh-util/configure.in, so that the
44762         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
44763         same.
44764         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
44765         AC_FUNC_GETLOADAVG where to find getloadavg.c.
44766         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
44767         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
44768         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
44769         Remove code that is now done by the newly-required macros.
44770         Append $(EXEEXT) to DF_PROG.
44771         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
44772         Do not invoke or require the following here,
44773         since prereq.m4 or some gnulib .m4 now does this for us:
44774         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
44775         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
44776         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
44777         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
44778         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
44779         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
44780         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
44781         AC_FUNC_OBSTACK.
44782         Do not replace the following functions, as this is now the job
44783         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
44784         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
44785         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
44786         atexit getpass, strdup, getpagesize.
44787         Replace 'raise'.
44788         Do not check for the following functions, as this is now the job
44789         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
44790         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
44791         setregid.
44792         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
44793         Check for sys/sysctl.h.
44794         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
44795         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
44796         of checking for ssize_t ourselves.
44797
44798         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
44799         Require every macro that gnulib/modules/* suggests for us.
44800         (jm_PREREQ_ADDEXT): New macro.
44801         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
44802         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
44803
44804         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
44805         (gl_PHYSMEM): Use it.
44806         Also check for `table' function.
44807         Check for new headers and functions.
44808         Add check for sys/sysmp.h.
44809         With suggestions from Kaveh Ghazi.
44810         Ignore headers that are present but cannot be compiled.  This
44811         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
44812         C 5.4.
44813
44814 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44815
44816         Document merge from coreutils.
44817         * modules/userspec: Depend on posixver.
44818         * modules/strftime: Depend on tzset.
44819
44820 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44821
44822         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
44823         rather than tab, after '#' in shell-script copyright notices.
44824         Suggested by Bruno Haible.
44825
44826 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44827
44828         * config/srclist-update: Use three spaces, rather than tab, after '#'
44829         in shell-script copyright notices.  Suggested by Bruno Haible.
44830         Remove unnecessary parenthesization in regular expression.
44831
44832 2003-08-15  Jim Meyering  <jim@meyering.net>
44833
44834         Merge from coreutils.
44835         * lib/xgethostname.c: Include <stdlib.h>.
44836         (xghostname): Don't exit for anything other than memory-related
44837         failure; just return NULL.
44838         * lib/userspec.c: Include "posixver.h".
44839         (parse_user_spec): Accept `.' as a separator only
44840         in pre-POSIX-200112 mode.
44841         * lib/strtoimax.c: Use #elif rather than #else #if.
44842         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
44843         Remove function, now that we can rely on a working tzset function.
44844         [!_LIBC]: Ensure that the required autoconf test has been run.
44845         [!defined _NL_CURRENT && HAVE_STRFTIME]:
44846         Use underlying_strftime for %r.
44847         * lib/sha.c: Merge in some clean-up and optimization changes from
44848         glibc.
44849         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
44850         Ensure that it is a multiple of 64.
44851         Rearrange loop exit tests so as to avoid performing an
44852         additional fread after encountering an error or EOF.
44853         * lib/realloc.c: Update copyright date.
44854
44855 2003-08-15  Jim Meyering  <jim@meyering.net>
44856         and Paul Eggert  <eggert@twinsun.com>
44857
44858         Merge from coreutils.
44859         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
44860         member but strut utmpx does not.  Needed for AIX 4.3.3.
44861         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
44862
44863 2003-08-15  Jim Meyering  <jim@meyering.net>
44864         and Paul Eggert  <eggert@cs.ucla.edu>
44865
44866         Merges from coreutils, etc.
44867         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
44868         Require gl_FUNC_TZSET_CLOBBER.
44869         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
44870         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
44871         members.
44872
44873 2003-08-14  Paul Eggert  <eggert@twinsun.com>
44874
44875         Help the merge from coreutils.
44876         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
44877         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
44878         * m4/tzset.m4: Use it too.
44879
44880 2003-08-14  Paul Eggert  <eggert@twinsun.com>
44881
44882         * modules/tzset: New file.
44883
44884 2003-08-14  Jim Meyering  <jim@meyering.net>
44885
44886         Merges from coreutils.
44887         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
44888         variable names, rather than @FNMATCH_H@.
44889         * modules/alloca: Likewise for $(ALLOCA_H).
44890
44891         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
44892         the three copies of the literal target, `fnmatch.h'.
44893         * modules/alloca (alloca.h): Likewise.
44894
44895 2003-08-14  Jim Meyering  <jim@meyering.net>
44896
44897         Merge from coreutils.
44898         * m4/tzset.m4: New file.
44899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
44900         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
44901         otherwise, AIX 5.1 systems would end up using the latter.
44902         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
44903         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
44904         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
44905         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
44906
44907 2003-08-14  Jim Meyering  <jim@meyering.net>
44908
44909         Merge from coreutils.
44910         * lib/obstack.h: Whitespace changes.
44911         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
44912         and xcalloc return values.
44913         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
44914         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
44915         hang on OSF/1 5.1 for DIR on both local and remote file systems.
44916         Reported by (and fix confirmed by) Nelson H. F. Beebe.
44917         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44918         error from mntctl.
44919         Use mntctl's return value to drive the entry-processing loop, since
44920         we can't rely on the value of the vmt_length member in the last
44921         entry.  On some systems doing so could result in exhausting
44922         virtual memory.  Based in part on a patch from Mike Jetzer.
44923
44924 2003-08-14  Jim Meyering  <jim@meyering.net>
44925         and Paul Eggert  <eggert@twinsun.com>
44926
44927         Merges from coreutils, plus other fixes.
44928         * lib/physmem.c: Merge in portability changes from gcc/libiberty
44929         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
44930         for credits and details.  Thanks to Kaveh Ghazi for helping
44931         to keep these files in sync.
44932         (ARRAY_SIZE): Define it.
44933         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
44934         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
44935         (memcasecmp): Don't assume size_t fits in unsigned int.
44936         Remove casts and duplicate code.
44937         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
44938         (memcpy): Remove definition.
44939         Merge in some clean-up and optimization changes from glibc.
44940         [BLOCKSIZE]: Move definition to top of file.
44941         Ensure that it is a multiple of 64.
44942         Rearrange loop exit tests so as to avoid performing an
44943         additional fread after encountering an error or EOF.
44944         * lib/md5.h (md5_uintptr): Define.
44945         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
44946         return to the initial working directory.  Preserve errno
44947         for caller.
44948         * lib/idcache.c: Include "xalloc.h".
44949         (xmalloc, xrealloc): Remove decls.
44950         (getuser): Remove casts no longer required in C89.
44951         * lib/human.c: Include stdio.h, for sprintf.
44952         * lib/group-member.c: Include "xalloc.h".
44953         (xmalloc, xrealloc): Remove decls.
44954         (get_group_info): Remove casts no longer required in C89.
44955         * lib/getusershell.c (readname): Remove casts no longer required in
44956         C89.
44957         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
44958         * lib/getline.c: Whitespace fix, from coreutils.
44959
44960 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44961
44962         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
44963         Check for isascii.
44964
44965         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
44966         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
44967         Undo previous (whitespace-only) change.
44968
44969 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44970
44971         * lib/exclude.c: Include <ctype.h>
44972         (IN_CTYPE_DOMAIN): New macro.
44973         (is_space): New fn.
44974         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
44975         and empty lines.
44976
44977         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
44978         Undo previous (whitespace-only) change.
44979
44980 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44981
44982         * config/srclist-update: Change update back to the old behavior,
44983         leaving whitespace alone.  Use one 'sed' command rather than a
44984         pipeline.
44985         (fixlicense): Now a variable, not a function.
44986         (remove_trailing_blanks): Remove.
44987         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
44988         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
44989         Undo previous (whitespace-only) change.
44990
44991 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44992
44993         Merge from coreutils.
44994         * modules/euidaccess: Add lib_SOURCES, include for new
44995         file euidaccess.h
44996
44997 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44998
44999         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
45000         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
45001         Normalize leading white space and remove trailing white space.
45002
45003         Merge from coreutils
45004         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
45005
45006         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
45007         0.12.1.  These files are now being upgraded automatically by
45008         ../config/srclist-update.
45009
45010 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45011
45012         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
45013         Normalize leading white space and remove trailing white space.
45014         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
45015         notice, as per ../config/srclist-update.
45016
45017         Merge from coreutils.
45018         * lib/euidaccess.h: New file.
45019         * lib/euidaccess.c: Include it.
45020         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
45021         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
45022         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
45023
45024 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45025
45026         * config/srclist-update: Add copyright notice.
45027         (remove_id_lines, remove_trailing_blanks): New constants.
45028         (fixfile): Use them to normalize spacing a bit in copied files.
45029         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
45030         Normalize leading white space and remove trailing white space.
45031
45032         * config/texinfo.tex: Sync with texinfo.
45033
45034         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
45035         strtoul.c from libc, to merge coreutils whitespace changes.
45036
45037         * config/srclist.txt: Get the following m4 files from gettext:
45038         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
45039         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
45040         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
45041         wint_t.m4.
45042
45043 2003-08-12  Karl Berry  <karl@gnu.org>
45044
45045         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
45046         been made.
45047
45048 2003-08-11  Paul Eggert  <eggert@twinsun.com>
45049
45050         * modules/gnu-source, m4/gnu-source.m4:
45051         Remove; we're assuming Autoconf 2.54 or later now.
45052         Suggested by Bruno Haible.
45053         * MODULES.html.sh (func_all_modules): Remove gnu-source.
45054
45055 2003-08-11  Bruno Haible  <bruno@clisp.org>
45056
45057         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
45058
45059 2003-08-11  Bruno Haible  <bruno@clisp.org>
45060
45061         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
45062         (vasnprintf): Use it instead of wcslen.
45063
45064 2003-08-11  Bruno Haible  <bruno@clisp.org>
45065
45066         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
45067         value to ensure that _Bool promotes to int. Use #define for _Bool when
45068         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
45069
45070 2003-08-10  Karl Berry  <karl@gnu.org>
45071
45072         * lib/regex.h: update from libc (whitespace fix).
45073
45074 2003-08-09  Paul Eggert  <eggert@twinsun.com>
45075
45076         Merge some files from coreutils.  These changes were
45077         originally made by Jim Meyering.
45078         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
45079         many older Unixes require this.
45080         * lib/alloca.c (alloca): Remove cast to argument of free;
45081         no longer needed in C89.
45082         * lib/alloca_.h, regex.h: Fix white space to match
45083         what GNU indent does.
45084
45085 2003-08-09  Paul Eggert  <eggert@twinsun.com>
45086
45087         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
45088         apparently Emacs's Unicode mode got confused before my 2003-08-05
45089         checkin.
45090
45091 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45092
45093         * m4/extensions.m4: New file.
45094         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
45095         Require gl_USE_SYSTEM_EXTENSIONS.
45096         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
45097         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
45098
45099 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45100
45101         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
45102         * modules/extensions, modules/gnu-source: New files.
45103         * modules/timespec, modules/unlocked-io: Depend on extensions.
45104
45105 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45106
45107         * modules/restrict: New file.
45108         * MODULES.html.sh (func_all_modules): Add restrict.
45109         * modules/regex: Depend on restrict.
45110
45111 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45112
45113         * m4/restrict.m4: New file.
45114         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
45115
45116 2003-08-07  Bruno Haible  <bruno@clisp.org>
45117
45118         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
45119         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
45120
45121 2003-08-07  Bruno Haible  <bruno@clisp.org>
45122
45123         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
45124         makes the module 'getndelim2' compatible with the module 'getline'.
45125
45126 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45127
45128         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
45129         byte with "\201" to avoid glitches when editing that source file
45130         with multi-gnome-terminal.
45131
45132 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45133
45134         * lib/bumpalloc.h: Remove.
45135
45136 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45137
45138         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
45139         * modules/bumpalloc: Remove.
45140
45141 2003-08-04  Paul Eggert  <eggert@twinsun.com>
45142
45143         * lib/getloadavg.c: Change copyright notice and spacing to conform to
45144         GNU coding style.
45145
45146         Merge from coreutils.
45147         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
45148         1. From glibc.
45149         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
45150         from Karl Berry, implemented by Jim Meyering.
45151         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
45152         from Dmitry V. Levin.
45153         Remove anachronistic cast of xrealloc.
45154         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
45155         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
45156         type. Otherwise, it wouldn't compile with at least /bin/cc on
45157         ymp-cray-unicos9.0.2.X.
45158         Combine two mostly-identical uses of alloca into one.
45159         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
45160
45161 2003-08-04  Dave Love  <d.love@dl.ac.uk>
45162
45163         [From Emacs.]
45164
45165         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
45166         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
45167         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
45168         obsolete NLIST_NAME_UNION.
45169         [__GNU__]: Undef BSD and FSCALE.
45170         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
45171
45172 2003-08-03  Paul Eggert  <eggert@twinsun.com>
45173
45174         * lib/stdbool_.h (_Bool): Make it signed char, instead of
45175         an enum type, so that it's guaranteed to promote to int.  See:
45176         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
45177
45178 2003-08-03  Karl Berry  <karl@gnu.org>
45179
45180         * config/depcomp: update from automake.
45181
45182 2003-07-31  Paul Eggert  <eggert@twinsun.com>
45183
45184         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
45185         (strerror): Don't assume that a printable int fits in 14 bytes.
45186
45187 2003-07-31  Bruno Haible  <bruno@clisp.org>
45188
45189         * modules/getpass-gnu: New file.
45190         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
45191
45192 2003-07-31  Bruno Haible  <bruno@clisp.org>
45193
45194         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
45195
45196 2003-07-24  Karl Berry  <karl@gnu.org>
45197
45198         * config/missing: update from automake.
45199
45200 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
45201             Bruno Haible  <bruno@clisp.org>
45202
45203         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
45204         * lib/getline.c (getline, getdelim): Likewise.
45205         Remove _GNU_SOURCE define; now it's defined in config.h through
45206         m4/getline.m4.
45207
45208 2003-07-23  Karl Berry  <karl@gnu.org>
45209
45210         * config/config.sub: update from prep.
45211
45212 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45213
45214         * modules/xalloc (Depends-on): Add exitfail.
45215         * modules/xmemcoll: Likewise.
45216
45217 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45218
45219         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
45220         over-parenthesization in macros.
45221
45222         Sync with coreutils.
45223
45224         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
45225         required by C99.
45226
45227         Use `exit_failure' for xalloc and xmemcoll instead of their own
45228         private exit-failure variables.
45229         * lib/xalloc.h (xalloc_exit_failure): Remove.
45230         * lib/xmalloc.c: Likewise.  Include exitfail.h.
45231         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
45232         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
45233         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
45234         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
45235
45236 2003-07-20  Jim Meyering  <jim@meyering.net>
45237
45238         * modules/closeout (Depends-on): Add exitfail.
45239         Suggestion from Bruno Haible.
45240
45241 2003-07-19  Karl Berry  <karl@gnu.org>
45242
45243         * config/config.sub: update from prep.
45244
45245 2003-07-18  Paul Eggert  <eggert@twinsun.com>
45246
45247         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
45248         Remove.
45249         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
45250         to test that it can stand by itself.  Include "exitfail.h".
45251         Clients should set exit_failure instead.
45252         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
45253
45254 2003-07-18  Bruno Haible  <bruno@clisp.org>
45255
45256         * modules/getndelim2: New file.
45257         * modules/getline: Share files with module getndelim2.
45258         * modules/getnline: Depend on getndelim2 instead of sharing files with
45259         it. Add getnline.c to lib_SOURCES.
45260         * MODULES.html.sh (func_all_modules): Add getndelim2.
45261
45262 2003-07-18  Bruno Haible  <bruno@clisp.org>
45263
45264         * m4/getndelim2.m4: New file.
45265         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
45266         invoke gl_PREREQ_GETNDELIM2.
45267         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
45268         gl_PREREQ_GETNDELIM2.
45269         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
45270         gl_GETNDELIM2.
45271
45272 2003-07-18  Bruno Haible  <bruno@clisp.org>
45273
45274         * lib/getndelim2.h: New file.
45275         * lib/getndelim2.c: Make into a module of its own. Include config.h,
45276         getndelim2.h.
45277         (getndelim2): Make non-static. Change return type to ssize_t.
45278         * lib/getline.h: Change argument names.
45279         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
45280         * lib/getnline.c: Include getndelim2.h.
45281
45282 2003-07-18  Andreas Schwab  <schwab@suse.de>
45283
45284         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
45285
45286 2003-07-17  Karl Berry  <karl@gnu.org>
45287
45288         * config/config.sub: update from prep.
45289
45290 2003-07-17  Bruno Haible  <bruno@clisp.org>
45291
45292         * modules/getnline: New file.
45293         * modules/getline: Add lib/getndelim2.c to source file list.
45294         * MODULES.html.sh (func_all_modules): Add getnline.
45295
45296 2003-07-17  Bruno Haible  <bruno@clisp.org>
45297
45298         * m4/getnline.m4: New file.
45299
45300 2003-07-17  Bruno Haible  <bruno@clisp.org>
45301
45302         * m4/Makefile.am.in: Remove file.
45303         * m4/Makefile.am: Remove file.
45304         * m4/Makefile.in: Remove file.
45305
45306 2003-07-17  Bruno Haible  <bruno@clisp.org>
45307
45308         * lib/getnline.h: New file.
45309         * lib/getnline.c: New file.
45310         * lib/getndelim2.c: New file, extracted from getline.c.
45311         (getndelim2): Renamed from getdelim2, with added nmax argument.
45312         * lib/getline.c: Include getndelim2.c.
45313         (getdelim2): Moved out to getndelim2.c.
45314         (getline, getdelim): Update.
45315
45316 2003-07-17  Bruno Haible  <bruno@clisp.org>
45317
45318         * lib/Makefile.am: Remove file.
45319         * lib/Makefile.in: Remove file.
45320
45321 2003-07-17  Bruno Haible  <bruno@clisp.org>
45322
45323         * configure.in: Remove file.
45324         * Makefile.in: Remove file.
45325
45326 2003-07-17  Bruno Haible  <bruno@clisp.org>
45327
45328         * MODULES.html.sh: Put the </BODY> right before </HTML>.
45329
45330 2003-07-16  Karl Berry  <karl@gnu.org>
45331
45332         * config/srclist-update: was running fixlicense twice, which caused
45333                 texinfo.tex to be nullified for some reason.  Simplify,
45334                 $gplsrc is no longer needed as far as I can see?
45335
45336 2003-07-16  Jim Meyering  <jim@meyering.net>
45337
45338         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
45339
45340 2003-07-15  Paul Eggert  <eggert@twinsun.com>
45341
45342         * config/srclist.txt: Get the following files from gettext-runtime/intl
45343         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
45344         ref-del.sin.  From Bruno Haible.
45345         * config/srclist-update (fixfile): Change grep pattern again, since the
45346         previous fix didn't work (there was another trailing $).  Use
45347         '[$]' to escape the $s.
45348
45349 2003-07-15  Karl Berry  <karl@gnu.org>
45350
45351         * lib/vasnprintf.c: update from gettext.
45352
45353 2003-07-15  Karl Berry  <karl@gnu.org>
45354
45355         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
45356         gets expanded when surrounded by '$'.
45357
45358 2003-07-15  Jim Meyering  <jim@meyering.net>
45359
45360         * modules/save-cwd: Don't depend on error.  From Derek Price.
45361
45362 2003-07-15  Jim Meyering  <jim@meyering.net>
45363
45364         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
45365
45366 2003-07-14  Simon Josefsson  <jas@extundo.com>
45367
45368         * modules/mempcpy: New file.
45369         * MODULES.html.sh (func_all_modules): Add mempcpy.
45370
45371 2003-07-14  Simon Josefsson  <jas@extundo.com>
45372
45373         * m4/mempcpy.m4: New file.
45374
45375 2003-07-14  Simon Josefsson  <jas@extundo.com>
45376
45377         * lib/mempcpy.h: New file.
45378         * lib/mempcpy.c: New file.
45379
45380 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45381
45382         * modules/getdate, modules/posixtm: Depend on mktime.
45383
45384 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45385
45386         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
45387         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
45388         unicodeio.c, unicodeio.h, unlocked-io.h:
45389         Switch from LGPL to GPL.
45390
45391 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45392
45393         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
45394         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
45395         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
45396         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
45397         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
45398         updated automatically by ../config/srclist-update.  This changes
45399         their license from LPGL to GPL.
45400
45401 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45402
45403         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
45404         assumed to refer to the root of the most recent stable gettext version.
45405         * config/srclistvars.sh: Add defaults for eggert.
45406         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
45407         Match "This program" as well as "The program".  This is needed
45408         for gettext.
45409
45410 2003-07-14  Jim Meyering  <jim@meyering.net>
45411
45412         Don't emit diagnostics.  Let callers do that.
45413         * lib/save-cwd.c: Don't include "error.h".
45414         (save_cwd): Don't call error.  Ensure that errno is valid
45415         when returning nonzero.
45416
45417         * lib/save-cwd.h (restore_cwd): Update prototype.
45418         * lib/save-cwd.c (restore_cwd): Remove two parameters.
45419         Simplify.  Don't call error upon failure.  Let callers do that.
45420         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
45421         when auditing is enabled.  But don't bother updating the #if.
45422
45423 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
45424
45425         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
45426         it breaks C++ compilation.
45427         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
45428
45429 2003-07-10  Simon Josefsson  <jas@extundo.com>
45430
45431         * modules/strchrnul (Makefile.am): Add strchrnul.h.
45432
45433 2003-07-10  Jim Meyering  <jim@meyering.net>
45434
45435         * m4/clock_time.m4: Remove trailing blank.
45436         * m4/intmax_t.m4: Likewise.
45437
45438 2003-07-10  Jim Meyering  <jim@meyering.net>
45439
45440         * lib/vasnprintf.c: Remove trailing blanks.
45441         Make cpp indentation consistent.
45442
45443 2003-07-09  Paul Eggert  <eggert@twinsun.com>
45444
45445         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
45446         posixver.c, strftime.c, strnlen.c, strverscmp.c:
45447         Switch from LGPL to GPL.
45448
45449 2003-07-09  Paul Eggert  <eggert@twinsun.com>
45450
45451         * config/srclist.txt: Sort sublists.  Add
45452         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
45453         that differ from gnulib for one reason or another; we'd like this list
45454         to be smaller but for now let's document what we have.
45455
45456 2003-07-08  Paul Eggert  <eggert@twinsun.com>
45457
45458         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
45459         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
45460         and sweeter "eval x=$x".
45461         * config/srclist.txt: Get lib/argp* from glibc.
45462
45463 2003-07-07  Paul Eggert  <eggert@twinsun.com>
45464
45465         * lib/mktime.c: Fix some boundary cases and remove need for floating
45466         point.
45467
45468         Issue a compile-time diagnostic if time_t is floating point, or if
45469         two's complement arithmetic is not in effect, or if arithmetic
45470         right shift does not propagate the sign.  These assumptions were
45471         all in the original code but they weren't checked.
45472
45473         (TIME_T_MIDPOINT, verify): New macros.
45474         (__isleap): Remove; it has integer overflow problems.
45475         (leapyear): New function, without those problems.
45476         (ydhms_tm_diff): Remove; splitting into two parts.
45477         (ydhms_diff): New function, containing the arithmetic part of
45478         the old ydhms_tm_diff function.  Issue a compile-time
45479         diagnostic if we are not using C99 integer division.
45480         Avoid casts when possible.
45481         (guess_time_tm): New function, containing the checking part of
45482         the old ydhms_tm_diff function.  Return the new value, rather than
45483         the difference between it and the old.  Accept a new argument T
45484         so that *T specifies the old value.  Check for overflow in the result.
45485
45486         (__mktime_internal): Use a time_t offset, not a long int offset.
45487         This undoes the 2003-06-04 change, which is no longer needed now
45488         that we have better overflow checking.
45489         (localtime_offset): Likewise.
45490
45491         (__mktime_internal): Avoid harmful overflow on hosts where time_t
45492         and long are 64-bit but int is only 32-bit.
45493         (ydhms_diff): Use long int to store year1 and yday1.
45494         Issue a compile-time diagnostic if long int is not wide enough.
45495
45496         (__mktime_internal): Use long int to store adjusted year and yday.
45497         Use plain C rather than preprocessor commands, if that doesn't
45498         affect efficiency.
45499         Check for overflow (and try to repair) after each probe
45500         rather than checking only at the very end.  This avoids some bugs
45501         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
45502         does not equal GMT offset at maximum time).
45503         Use integer to check for overflow rather than floating point; this
45504         is more portable to non-IEEE hosts, and is a tad faster.
45505         When we detect that we are oscillating between two values,
45506         don't check whether tm_isdst has the requested value, since
45507         we already know the answer.  When tm_isdst has the wrong value,
45508         use a different heuristic to find the right one, based on the
45509         extreme values actually observed in practice in tz2003a,
45510         rather than the (overly optimistic) "previous 3 calendar quarters".
45511
45512         (not_equal_tm, print_tm, check_result): Use "const T" rather than
45513         "T const" to accommodate glibc style.
45514         (check_result): Use less-confusing report format.  "long" -> "long int.
45515         (main): Likewise.
45516         Don't loop if the iteration overflows time_t.
45517         Allow a negative step in the iteration.
45518
45519 2003-07-06  Karl Berry  <karl@gnu.org>
45520
45521         * config/depcomp: update from automake.
45522         * config/config.sub: update from prep.
45523
45524 2003-07-03  Karl Berry  <karl@gnu.org>
45525
45526         * config/config.guess: update from prep.
45527
45528 2003-07-01  Paul Eggert  <eggert@twinsun.com>
45529
45530         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
45531         xreadlink.c now includes it unconditionally.
45532
45533 2003-07-01  Paul Eggert  <eggert@twinsun.com>
45534
45535         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
45536         having it depend on HAVE_SYS_TYPES_H.
45537
45538 2003-07-01  Bruno Haible  <bruno@clisp.org>
45539
45540         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
45541         <sys/types.h> should be sufficient.
45542         Reported by Paul Eggert.
45543
45544 2003-06-26  Karl Berry  <karl@gnu.org>
45545
45546         * config/depcomp: update from automake.
45547
45548 2003-06-26  Bruno Haible  <bruno@clisp.org>
45549
45550         * modules/human: Depend on module stdbool.
45551
45552 2003-06-25  Bruno Haible  <bruno@clisp.org>
45553
45554         * modules/readlink: New file.
45555         * modules/xreadlink: Depend on it.
45556         * MODULES.html.sh (func_all_modules): Add readlink.
45557
45558 2003-06-25  Bruno Haible  <bruno@clisp.org>
45559
45560         * m4/readlink.m4: New file.
45561
45562 2003-06-25  Bruno Haible  <bruno@clisp.org>
45563
45564         * lib/readlink.c: New file.
45565
45566 2003-06-22  Karl Berry  <karl@gnu.org>
45567
45568         * config/srclist.txt: update mkinstalldirs from automake.
45569         * config/mkinstalldirs: update.
45570
45571 2003-06-22  Bruno Haible  <bruno@clisp.org>
45572
45573         Portability to mingw32.
45574         * m4/ssize_t.m4: New file, from GNU gettext.
45575         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
45576         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
45577
45578 2003-06-22  Bruno Haible  <bruno@clisp.org>
45579
45580         * modules/safe-read: Add m4/ssize_t.m4.
45581         * modules/xreadlink: Add m4/ssize_t.m4.
45582
45583 2003-06-20  Bruno Haible  <bruno@clisp.org>
45584
45585         Assume C89, so PARAMS isn't needed.
45586         * lib/unicodeio.h (PARAMS): Remove.
45587         * lib/unicodeio.c: Don't use PARAMS.
45588
45589 2003-06-18  Karl Berry  <karl@gnu.org>
45590
45591         * config/config.{guess,sub}: update from prep.
45592
45593 2003-06-18  Jim Meyering  <jim@meyering.net>
45594
45595         Merge changes from coreutils.
45596         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
45597         Remove explicit declarations of xmalloc and realloc.
45598         Include xalloc.h.
45599         (read_utmp): Remove anachronistic cast of xmalloc.
45600
45601 2003-06-17  Paul Eggert  <eggert@twinsun.com>
45602
45603         Assume C89, so PARAMS isn't needed.
45604         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
45605         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
45606         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
45607         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
45608         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
45609         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
45610         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
45611         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
45612         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
45613         lib/xstrtod.h, lib/xstrtol.h: Likewise.
45614         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
45615         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
45616         no longer needed. Anyway, config.h should always be included before any
45617         other file.
45618
45619 2003-06-11  Simon Josefsson  <jas@extundo.com>
45620
45621         * modules/sysexits: New file.
45622         * MODULES.html.sh (func_all_modules): Add sysexits.
45623
45624 2003-06-11  Simon Josefsson  <jas@extundo.com>
45625
45626         * lib/sysexit_.h: New file.
45627
45628 2003-06-11  Derek Price  <derek@ximbiot.com>
45629
45630         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
45631         necessary.
45632
45633 2003-06-11  Bruno Haible  <bruno@clisp.org>
45634
45635         * m4/sysexits.m4: New file.
45636
45637 2003-06-10  Simon Josefsson  <jas@extundo.com>
45638
45639         * lib/argp.h: New file, from glibc.
45640         * lib/argp-ba.c: New file, from glibc.
45641         * lib/argp-eexst.c: New file, from glibc.
45642         * lib/argp-fmtstream.c: New file, from glibc.
45643         * lib/argp-fmtstream.h: New file, from glibc.
45644         * lib/argp-fs-xinl.c: New file, from glibc.
45645         * lib/argp-help.c: New file, from glibc.
45646         * lib/argp-namefrob.h: New file, from glibc.
45647         * lib/argp-parse.c: New file, from glibc.
45648         * lib/argp-pv.c: New file, from glibc.
45649         * lib/argp-pvh.c: New file, from glibc.
45650         * lib/argp-xinl.c: New file, from glibc.
45651
45652 2003-06-10  Simon Josefsson  <jas@extundo.com>
45653
45654         * modules/strchrnul: New file.
45655
45656 2003-06-10  Simon Josefsson  <jas@extundo.com>
45657
45658         * modules/argp: New file.
45659
45660 2003-06-10  Simon Josefsson  <jas@extundo.com>
45661
45662         * m4/strchrnul.m4: New file.
45663
45664 2003-06-10  Simon Josefsson  <jas@extundo.com>
45665
45666         * lib/strchrnul.h: New file.
45667         * lib/strchrnul.c: New file.
45668
45669 2003-06-10  Bruno Haible  <bruno@clisp.org>
45670
45671         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
45672
45673 2003-06-07  Karl Berry  <karl@gnu.org>
45674
45675         * config/config.{guess,sub}: update from prep.
45676
45677 2003-06-07  Jim Meyering  <jim@meyering.net>
45678
45679         * modules/strtod: Use $(...) notation, not @...@ for
45680         AC_REPLACE'd variables.
45681         * modules/localcharset: Likewise.
45682
45683 2003-06-07  Jim Meyering  <jim@meyering.net>
45684
45685         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
45686         in place of my name in the copyright comment.
45687         Remove definition and uses of __P.
45688
45689         From coreutils.
45690         * lib/stat.c: Don't declare xmalloc explicitly.
45691         Instead, include "xalloc.h".
45692         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
45693         xrealloc, and xcalloc return values.
45694         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
45695         Improve comment.
45696         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
45697
45698 2003-06-07  Bruno Haible  <bruno@clisp.org>
45699
45700         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
45701         avoid AC_CONFIG_LINKS.
45702         * modules/fnmatch (Makefile.am): Use explicit creation rule for
45703         fnmatch.h, to avoid AC_CONFIG_LINKS.
45704         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
45705
45706 2003-06-07  Bruno Haible  <bruno@clisp.org>
45707
45708         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
45709         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
45710         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
45711         directory.
45712         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
45713         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
45714         directory.
45715
45716 2003-06-06  Jim Meyering  <jim@meyering.net>
45717
45718         Merge from coreutils.
45719         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
45720         Consolidate declarations and initializations of *_base* locals.
45721
45722         Merge from coreutils.
45723         This avoids a core dump on systems without GNU putenv,
45724         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
45725         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
45726         (unsetenv): New static function, from GNU libc.
45727         (rpl_putenv): Use it.
45728
45729         * lib/modechange.c: Remove trailing blanks.
45730
45731         Merge from coreutils.
45732         * lib/fsusage.c: Remove declaration of statfs.
45733         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
45734
45735         * lib/posixtm.c: Include <stdbool.h> unconditionally.
45736
45737 2003-06-06  Jim Meyering  <jim@meyering.net>
45738
45739         * lib/stdbool_.h: Renamed from stdbool.h.in.
45740
45741 2003-06-06  Jim Meyering  <jim@meyering.net>
45742             Bruno Haible  <bruno@clisp.org>
45743
45744         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
45745         Adjust Makefile.am snippet not to redirect directly to target.
45746         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
45747
45748 2003-06-05  Paul Eggert  <eggert@twinsun.com>
45749
45750         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
45751         mismatch, look in future quarters as well as past.  This fixes a
45752         bug when processing fall-backwards gaps immediately after a long
45753         period of daylight-saving time.
45754
45755         * lib/mktime.c: Assume freestanding C89 or better.
45756         (HAVE_LIMITS_H): Remove.  Assume it's 1.
45757         (__P): Remove; not used.
45758         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
45759         (mktime, not_equal_tm, print_tm, check_result,
45760         main): Use prototypes.  Use const * where appropriate.
45761         (main): Fix typo in testing code that uncovered by above changes.
45762         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
45763
45764 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45765
45766         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
45767         locale.h, localeconv.  This merges changes from coreutils.
45768
45769         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
45770         It can be removed after the next Autoconf is released.
45771         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
45772         needed.
45773
45774 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45775
45776         * lib/mktime.c: Fix Debian bug 177940
45777         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
45778         (localtime_offset): Now long int, not time_t, because we want it
45779         to be guaranteed to be signed.  All uses changed.
45780         (__mktime_internal): If overflow would occur when adding offset,
45781         don't add it.
45782
45783         Merge 'human' changes from coreutils.  Rewrite to support
45784         locale-specific notations like thousands separators.
45785         * lib/human.c: Simplify authorship notice.
45786         Include human.h immediately after config.h.
45787         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
45788         <limits.h>: Do not include, since human.h does.
45789         (SIZE_MAX, UINTMAX_MAX): New macros.
45790         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
45791         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
45792         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
45793         (power_letter): Renamed from suffixes.
45794         (generate_suffix_backwards): Remove.
45795         (adjust_value): Now takes int style (because of human.h changes)
45796         and long double value (for greater precision on some platforms).
45797         (group_number): New function.
45798         (human_readable): Use it.  Use integer options, not enum.
45799         Put the options before the sizes in the arg list.
45800         Support all the new options.
45801         The old human_readable function has been removed;
45802         use inttostr.h instead.
45803         (human_readable, default_block_size, humblock):
45804         Use uintmax_t, not int, for block sizes.
45805         (human_readable_inexact, block_size_types): Remove.
45806         (block_size_opts): New constant.
45807         (human_options): Renamed from human_block_size, with new signature
45808         that allows block sizes up to UINTMAX_MAX.  All callers changed.
45809         * lib/human.h: Add copyright and authorship notice.
45810         Include <limits.h> and <stdbool.h> unconditionally.
45811         (PARAMS): Remove.  All uses removed.
45812         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
45813         (enum human_inexact_style): Remove tag; now a nameless enum.
45814         (human_floor, human_ceiling, human_round_to_even): Now have
45815         values 2, 0, 1 rather than -1, 1, 0.
45816         (human_group_digits, human_suppress_point_zero, human_autoscale,
45817         human_base_1024, human_SI, human_B): New constants.
45818         (human_readable_inexact, human_block_size): Remove.
45819         (human_readable): Size args are now uintmax_t, not int.
45820         (human_options): New decl.
45821
45822         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
45823         unnecessary now that we assume C89 or better.  This change
45824         imported from coreutils.
45825
45826         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
45827         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
45828         in the 2003-05-30 sync from glibc.
45829
45830         .h files should stand alone, but we shouldn't include <sys/types.h>
45831         if we can get away with just <stddef.h>.
45832
45833         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
45834         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
45835         rather than <sys/types.h>, as we merely need size_t.
45836         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
45837         to get size_t.
45838         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
45839         Include <stdio.h>, to get FILE.
45840         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
45841         memcasecmp.h has included <stddef.h> and all we need is size_t.
45842         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
45843         our interface, instead of including <sys/types.h>
45844
45845 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45846
45847         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
45848         now, as glibc mktime is buggy on non-glibc systems.
45849
45850 2003-06-03  Karl Berry  <karl@gnu.org>
45851
45852         * config/config.sub: update from prep.
45853
45854 2003-06-02  Paul Eggert  <eggert@twinsun.com>
45855
45856         [from coreutils]
45857         Fix some minor time-related bugs with POSIX time arguments.
45858         Some valid time stamps were being rejected (notably -1, and
45859         time stamps before 1900 on 64-bit hosts).  And some invalid
45860         time stamps were being accepted, e.g. September 31.
45861
45862         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
45863         that we can return (time_t) -1 successfully.
45864         * lib/posixtm.c: Likewise.
45865         [HAVE_STDBOOL_H]: Include <stdbool.h>.
45866         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
45867         (t): Remove static var.
45868         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
45869         of static var.  All uses changed.
45870         (year): Do not reject years before 1900; they can occur with
45871         64-bit time_t.
45872         (posix_time_parse): Do not check for out-of-range components;
45873         that is now the caller's responsibility, since our checks were
45874         only approximations.
45875         (posixtime): Use mktime to check for out-of-range components,
45876         since it knows them exactly.
45877         If mktime returns (time_t) -1, check whether an error actually occurred
45878         by invoking localtime on -1.
45879         (main) [TEST_POSIXTIME]: Check for input data errors, and report
45880         posixtime failures better.
45881         Improve the test data (in comments only).
45882
45883 2003-06-02  Karl Berry  <karl@gnu.org>
45884
45885         * config/mkinstalldirs (version): new variable.
45886         (--version): new option.
45887         (usage): improve message.
45888
45889 2003-05-30  Karl Berry  <karl@gnu.org>
45890
45891         * lib/mktime.c: update from libc.
45892
45893 2003-05-30  Bruno Haible  <bruno@clisp.org>
45894
45895         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
45896         * config/config.rpath: Upgrade to gettext-0.12.1.
45897
45898 2003-05-30  Bruno Haible  <bruno@clisp.org>
45899
45900         * m4/gettext.m4: Upgrade to gettext-0.12.1.
45901         * m4/nls.m4: New file, from gettext-0.12.1.
45902         * m4/po.m4: New file, from gettext-0.12.1.
45903         * m4/progtest.m4: Upgrade to gettext-0.12.1.
45904
45905 2003-05-30  Bruno Haible  <bruno@clisp.org>
45906
45907         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
45908         * lib/localcharset.h: Likewise.
45909         * lib/localcharset.c: Likewise.
45910
45911 2003-05-29  Karl Berry  <karl@gnu.org>
45912
45913         * config/config.rpath: update from gettext.
45914
45915 2003-05-28  Paul Eggert  <eggert@twinsun.com>
45916
45917         Assume the headers required for C89 freestanding compilers.
45918         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
45919         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
45920         * m4/human.m4 (gl_HUMAN): Likewise.
45921         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
45922         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
45923         * m4/userspec.m4 (gl_USERSPEC): Likewise.
45924         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
45925         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45926         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
45927
45928 2003-05-28  Paul Eggert  <eggert@twinsun.com>
45929
45930         Assume the headers required for C89 freestanding compilers.
45931         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
45932         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
45933         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
45934         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
45935         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
45936         define, since <limits.h> is guaranteed to do that.
45937         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
45938         * lib/exclude.c: Include <stdbool.h> unconditionally.
45939         * lib/tempname.c: Include <stddef.h> unconditionally.
45940         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
45941         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
45942         <stddef.h> does that.
45943         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
45944         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
45945         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
45946         needed.
45947         * lib/xstrtol.c: Likewise.
45948         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
45949         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
45950
45951         * lib/addext.c (addext): Use assignment rather than cast, to avoid
45952         warnings on some platforms.
45953
45954         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
45955         arbitrarily.
45956
45957 2003-05-26  Jim Meyering  <jim@meyering.net>
45958
45959         Merge in a change from coreutils:
45960         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
45961         that is guaranteed to be `no'.  Use `no_such_member' to indicate
45962         that condition, rather than `-1' which is slightly misleading.
45963         Change the name of the cache variable to have the gl_ prefix.
45964         Prompted by a patch from Richard Dawe for DJGPP.
45965
45966 2003-05-24  Karl Berry  <karl@gnu.org>
45967
45968         * config/config.guess: update from prep.
45969
45970 2003-05-22  Karl Berry  <karl@gnu.org>
45971
45972         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
45973
45974 2003-05-20  Karl Berry  <karl@gnu.org>
45975
45976         * config/config.guess: update from prep.
45977
45978 2003-05-18  Karl Berry  <karl@gnu.org>
45979
45980         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
45981         might actually be set by the user.
45982
45983         * config/depcomp, install-sh, mdate-sh: update from automake.
45984
45985 2003-05-17  Bruno Haible  <bruno@clisp.org>
45986
45987         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
45988         invalid expansion for AC_EGREP_CPP.
45989         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
45990         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
45991         Suggested by Akim Demaille <akim@epita.fr> in
45992         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
45993
45994 2003-05-12  Jim Meyering  <jim@meyering.net>
45995
45996         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
45997         the space-padded-by-default conversion specifiers, %e, %k, %l.
45998
45999 2003-05-12  Bruno Haible  <bruno@clisp.org>
46000
46001         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
46002         the string is longer than 4 KB.
46003
46004 2003-05-11  Karl Berry  <karl@gnu.org>
46005
46006         * config/config.{guess,sub}: update from prep.
46007
46008 2003-05-09  Bruno Haible  <bruno@clisp.org>
46009
46010         * modules/error: Add m4/strerror_r.m4 to file list.
46011
46012 2003-05-03  Bruno Haible  <bruno@clisp.org>
46013
46014         Upgrade to Unicode-4.0.
46015         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
46016         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
46017         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
46018         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
46019         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
46020         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
46021         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
46022         Change width of U+E0100..U+E01EF from 1 to 0.
46023
46024 2003-04-25  Jim Meyering  <jim@meyering.net>
46025
46026         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
46027         of type size_t, not int.
46028
46029 2003-04-25  Bruno Haible  <bruno@clisp.org>
46030
46031         * lib/copy-file.c: Include <stddef.h>, for size_t.
46032
46033 2003-04-21  Paul Eggert  <eggert@twinsun.com>
46034
46035         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
46036         code which expansion is under static control.  Patch imported from
46037         Akim Demaille's patch to Bison; see
46038         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
46039
46040 2003-04-14  Bruno Haible  <bruno@clisp.org>
46041
46042         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
46043
46044 2003-04-11  Jim Meyering  <jim@meyering.net>
46045
46046         Merge changes from Coreutils.
46047
46048         2003-03-22  Jim Meyering  <jim@meyering.net>
46049
46050         * lib/strftime.c (widen): Cast alloca return value to proper type.
46051
46052         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
46053
46054         From GNU libc.
46055         * lib/strftime.c (my_strftime): Handle very large width
46056         specifications for numeric values correctly.  Improve checks for
46057         overflow.
46058
46059         2003-01-19  Jim Meyering  <jim@meyering.net>
46060
46061         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
46062         definitions.
46063         (nl_get_alt_digit) [! defined my_strftime]: Define.
46064         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
46065         _nl_get_alt_digit and _nl_get_walt_digit.
46066
46067         * lib/strftime.c (my_strftime): Merge in locale-related changes from
46068         libc. These changes have no effect outside of _LIBC.
46069
46070 2003-04-10  Bruno Haible  <bruno@clisp.org>
46071
46072         * modules/findprog: New file.
46073         * MODULES.html.sh (func_all_modules): Add it.
46074
46075 2003-04-10  Bruno Haible  <bruno@clisp.org>
46076
46077         * m4/findprog.m4: New file.
46078         * m4/eaccess.m4: New file.
46079
46080 2003-04-10  Bruno Haible  <bruno@clisp.org>
46081
46082         * lib/findprog.h: New file, from GNU gettext.
46083         * lib/findprog.c: New file, from GNU gettext.
46084
46085 2003-04-05  Jim Meyering  <jim@meyering.net>
46086
46087         Merge changes from Coreutils.
46088
46089         * lib/exclude.h (PARAMS): Remove definition and uses.
46090         * lib/exclude.c: Remove uses of `PARAMS'.
46091
46092         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
46093         Add test-cases for DOS filenames. Declare program_name.
46094         (main): Set up program_name.  Patch by Rich Dawe.
46095
46096         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
46097         error from mntctl.
46098         Use mntctl's return value to drive the entry-processing loop, since
46099         we can't rely on the value of the vmt_length member in the last
46100         entry.  On some systems doing so could result in exhausting
46101         virtual memory.  Based in part on a patch from Mike Jetzer.
46102
46103 2003-04-04  Bruno Haible  <bruno@clisp.org>
46104
46105         * modules/linebreak: New file.
46106         * MODULES.html.sh (func_all_modules): Add it.
46107
46108 2003-04-04  Bruno Haible  <bruno@clisp.org>
46109
46110         * m4/linebreak.m4: New file.
46111
46112 2003-04-04  Bruno Haible  <bruno@clisp.org>
46113
46114         * lib/linebreak.h: New file, from GNU gettext.
46115         * lib/linebreak.c: New file, from GNU gettext with slight
46116         modifications.
46117         * lib/lbrkprop.h: New file, from GNU gettext.
46118
46119 2003-04-03  Bruno Haible  <bruno@clisp.org>
46120
46121         * modules/utf8-ucs4: New file.
46122         * modules/utf16-ucs4: New file.
46123         * modules/ucs4-utf8: New file.
46124         * modules/ucs4-utf16: New file.
46125         * MODULES.html.sh (func_all_modules): Add them.
46126
46127 2003-04-03  Bruno Haible  <bruno@clisp.org>
46128
46129         * m4/utf-ucs4.m4: New file.
46130         * m4/ucs4-utf.m4: New file.
46131
46132 2003-04-03  Bruno Haible  <bruno@clisp.org>
46133
46134         * lib/utf8-ucs4.h: New file, from GNU gettext.
46135         * lib/utf16-ucs4.h: New file, from GNU gettext.
46136         * lib/ucs4-utf8.h: New file, from GNU gettext.
46137         * lib/ucs4-utf16.h: New file, from GNU gettext.
46138
46139 2003-04-02  Bruno Haible  <bruno@clisp.org>
46140
46141         * modules/binary-io: New file.
46142         * MODULES.html.sh (func_all_modules): Add it.
46143
46144 2003-04-02  Bruno Haible  <bruno@clisp.org>
46145
46146         * lib/binary-io.h: New file, from GNU gettext.
46147
46148 2003-04-01  Bruno Haible  <bruno@clisp.org>
46149
46150         * modules/pathname: New file.
46151         * MODULES.html.sh (func_all_modules): Add it.
46152
46153 2003-04-01  Bruno Haible  <bruno@clisp.org>
46154
46155         * lib/pathname.h: New file, from GNU gettext.
46156         * lib/concatpath.c: New file, from GNU gettext.
46157
46158 2003-03-30  Bruno Haible  <bruno@clisp.org>
46159
46160         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
46161
46162 2003-03-30  Bruno Haible  <bruno@clisp.org>
46163
46164         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
46165         function chown() doesn't exist.
46166
46167 2003-03-28  Bruno Haible  <bruno@clisp.org>
46168
46169         * modules/copy-file: New file.
46170         * MODULES.html.sh (func_all_modules): Add it.
46171
46172 2003-03-28  Bruno Haible  <bruno@clisp.org>
46173
46174         * m4/copy-file.m4: New file.
46175
46176 2003-03-28  Bruno Haible  <bruno@clisp.org>
46177
46178         * lib/copy-file.h: New file, from GNU gettext.
46179         * lib/copy-file.c: New file, from GNU gettext.
46180
46181 2003-03-18  Jim Meyering  <jim@meyering.net>
46182
46183         * lib/quote.c (quote_n): Fix typo in comment.
46184
46185 2003-03-18  Bruno Haible  <bruno@clisp.org>
46186
46187         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
46188         checking.
46189         * m4/onceonly_2_57.m4: Likewise.
46190
46191 2003-03-17  Bruno Haible  <bruno@clisp.org>
46192
46193         * m4/onceonly.m4: Require autoconf 2.54 or newer.
46194         (m4_quote): Remove macro.
46195         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
46196
46197 2003-03-14  Jim Meyering  <jim@meyering.net>
46198
46199         Merge changes from Coreutils.
46200         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
46201         to be const, in order to avoid warnings.
46202         (obstack_room): Likewise.
46203         (obstack_empty_p): Likewise.
46204
46205 2003-03-14  Bruno Haible  <bruno@clisp.org>
46206
46207         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
46208         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
46209
46210 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46211
46212         Merge changes from Bison.
46213         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
46214         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
46215         when compiling Bison 1.875's `bitset bset = obstack_alloc
46216         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
46217         * lib/hash.c: Include <stdbool.h> unconditionally.
46218
46219 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46220
46221         * m4/onceonly.m4 (m4_quote): New macro.
46222         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
46223         Quote AC_FOREACH variable-expansions properly.
46224
46225 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46226
46227         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
46228
46229 2003-03-09  Paul Eggert  <eggert@twinsun.com>
46230
46231         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
46232         Reported by Bruce Becker; see:
46233         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
46234
46235 2003-03-03  Paul Eggert  <eggert@twinsun.com>
46236             Bruno Haible  <bruno@clisp.org>
46237
46238         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
46239         Reported by John Hughes, see
46240         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
46241
46242 2003-02-20  Bruno Haible  <bruno@clisp.org>
46243
46244         * MODULES.html.sh (func_all_modules): Add poll.
46245
46246 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46247
46248         * modules/poll: New file.
46249
46250 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46251
46252         * lib/poll_.h: New file.
46253         * lib/poll.c: New file.
46254
46255 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46256
46257         * m4/poll.m4: New file.
46258
46259 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46260
46261         * modules/mathl: New file.
46262
46263 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46264
46265         * lib/mathl.h: New file.
46266         * lib/acosl.c: New file.
46267         * lib/asinl.c: New file.
46268         * lib/atanl.c: New file.
46269         * lib/ceill.c: New file.
46270         * lib/cosl.c: New file.
46271         * lib/expl.c: New file.
46272         * lib/floorl.c: New file.
46273         * lib/frexpl.c: New file.
46274         * lib/ldexpl.c: New file.
46275         * lib/logl.c: New file.
46276         * lib/sincosl.c: New file.
46277         * lib/sinl.c: New file.
46278         * lib/sqrtl.c: New file.
46279         * lib/tanl.c: New file.
46280         * lib/trigl.c: New file.
46281         * lib/trigl.h: New file.
46282
46283 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46284
46285         * m4/mathl.m4: New file.
46286
46287 2003-02-18  Bruno Haible  <bruno@clisp.org>
46288
46289         * MODULES.html.sh (func_all_modules): Add mathl.
46290
46291 2003-02-17  Bruno Haible  <bruno@clisp.org>
46292
46293         * modules/mkdtemp: New module.
46294         * MODULES.html.sh (func_all_modules): Add it.
46295
46296 2003-02-17  Bruno Haible  <bruno@clisp.org>
46297
46298         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
46299
46300 2003-02-17  Bruno Haible  <bruno@clisp.org>
46301
46302         * lib/mkdtemp.h: New file, from GNU gettext.
46303         * lib/mkdtemp.c: New file, from GNU gettext.
46304
46305 2003-02-02  Jim Meyering  <jim@meyering.net>
46306
46307         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
46308         e.g. glibc-2.2.93.
46309
46310 2003-01-31  Bruno Haible  <bruno@clisp.org>
46311
46312         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
46313         'rpl_rename'.
46314         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
46315         'rpl_strnlen'.
46316         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
46317         'rpl_strtod'.
46318         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
46319         'rpl_utime'.
46320
46321 2003-01-31  Bruno Haible  <bruno@clisp.org>
46322
46323         * lib/rename.c: #undef rename before defining rpl_rename.
46324         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
46325
46326 2003-01-30  Bruno Haible  <bruno@clisp.org>
46327
46328         * modules/vasnprintf, modules/vasprintf: New modules.
46329         * MODULES.html.sh (func_all_modules): Add them.
46330
46331 2003-01-30  Bruno Haible  <bruno@clisp.org>
46332
46333         * m4/signed.m4: New file, from GNU gettext.
46334         * m4/longdouble.m4: New file, from GNU gettext.
46335         * m4/wchar_t.m4: New file, from GNU gettext.
46336         * m4/wint_t.m4: New file, from GNU gettext.
46337         * m4/vasnprintf.m4: New file.
46338         * m4/vasprintf.m4: New file.
46339
46340 2003-01-30  Bruno Haible  <bruno@clisp.org>
46341
46342         * lib/printf-args.h: New file, from GNU gettext.
46343         * lib/printf-args.c: New file, from GNU gettext.
46344         * lib/printf-parse.h: New file, from GNU gettext.
46345         * lib/printf-parse.c: New file, from GNU gettext.
46346         * lib/vasnprintf.h: New file, from GNU gettext.
46347         * lib/vasnprintf.c: New file, from GNU gettext.
46348         * lib/asnprintf.c: New file, from GNU gettext.
46349         * lib/vasprintf.h: New file, from GNU gettext with modifications.
46350         * lib/vasprintf.c: New file, from GNU gettext.
46351         * lib/asprintf.c: New file, from GNU gettext.
46352
46353 2003-01-29  Bruno Haible  <bruno@clisp.org>
46354
46355         * modules/stpncpy: New module.
46356         * MODULES.html.sh (func_all_modules): Add it.
46357
46358 2003-01-29  Bruno Haible  <bruno@clisp.org>
46359
46360         * m4/stpncpy.m4: New file.
46361
46362 2003-01-29  Bruno Haible  <bruno@clisp.org>
46363
46364         * lib/stpncpy.h: New file, from GNU gettext with modifications.
46365         * lib/stpncpy.c: New file, from GNU gettext with modifications.
46366
46367 2003-01-28  Bruno Haible  <bruno@clisp.org>
46368
46369         * modules/c-ctype: New module.
46370         * MODULES.html.sh (func_all_modules): Add it.
46371
46372 2003-01-28  Bruno Haible  <bruno@clisp.org>
46373
46374         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
46375         Paul Eggert.
46376         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
46377         Paul Eggert.
46378
46379 2003-01-27  Bruno Haible  <bruno@clisp.org>
46380
46381         * modules/xsetenv: New module.
46382         * MODULES.html.sh (func_all_modules): Add it.
46383
46384 2003-01-27  Bruno Haible  <bruno@clisp.org>
46385
46386         * lib/xsetenv.h: New file, from GNU gettext.
46387         * lib/xsetenv.c: New file, from GNU gettext.
46388
46389 2003-01-23  Jim Meyering  <jim@meyering.net>
46390
46391         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
46392         from working on systems without dirfd (at least Irix and OSF1/Tru64).
46393
46394 2003-01-23  Bruno Haible  <bruno@clisp.org>
46395
46396         * modules/minmax: New module.
46397         * MODULES.html.sh (func_all_modules): Add it.
46398
46399 2003-01-23  Bruno Haible  <bruno@clisp.org>
46400
46401         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
46402         Eggert.
46403
46404 2003-01-22  Bruno Haible  <bruno@clisp.org>
46405
46406         * modules/exit: New module.
46407         * MODULES.html.sh (func_all_modules): Add it.
46408
46409 2003-01-22  Bruno Haible  <bruno@clisp.org>
46410
46411         * lib/exit.h: New file, from GNU gettext.
46412
46413 2003-01-19  Bruno Haible  <bruno@clisp.org>
46414
46415         * gnulib-tool: Recognize option --extract-maintainer.
46416         (func_get_maintainer): New function.
46417         * modules/*: Add Maintainer entry.
46418
46419 2003-01-16  Jim Meyering  <jim@meyering.net>
46420
46421         * m4/regex.m4: The `regex' struct is both input and output.
46422         Initialize it before each use.  Patch by Tim Waugh.
46423
46424 2003-01-16  Bruno Haible  <bruno@clisp.org>
46425
46426         * MODULES.html.sh: Add a table of contents. Add the module name as
46427         leftmost column. Add hyperlinks.
46428
46429 2003-01-15  Bruno Haible  <bruno@clisp.org>
46430
46431         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
46432
46433 2003-01-15  Bruno Haible  <bruno@clisp.org>
46434
46435         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
46436         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
46437         suffix.
46438
46439 2003-01-15  Bruno Haible  <bruno@clisp.org>
46440
46441         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
46442
46443 2003-01-15  Bruno Haible  <bruno@clisp.org>
46444
46445         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
46446         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
46447
46448 2003-01-14  Jim Meyering  <jim@meyering.net>
46449
46450         * lib/same.c (same_name): Tweak a comment.
46451
46452 2003-01-14  Bruno Haible  <bruno@clisp.org>
46453
46454         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
46455         when a string comparison is sufficient.
46456
46457 2003-01-14  Bruno Haible  <bruno@clisp.org>
46458
46459         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
46460         'unsigned int'.
46461
46462 2003-01-14  Bruno Haible  <bruno@clisp.org>
46463
46464         * lib/hash-pjw.c: Add comment about low quality of this function.
46465
46466 2003-01-13  Bruno Haible  <bruno@clisp.org>
46467
46468         * modules/stpcpy: Distribute lib/stpcpy.h.
46469         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
46470
46471 2003-01-13  Bruno Haible  <bruno@clisp.org>
46472
46473         * modules/*: Add a description.
46474         * modules/strpbrk: Fix Makefile.am snippet.
46475         * modules/strtoimax: Fix dependencies.
46476         * modules/strtoumax: Likewise.
46477
46478 2003-01-13  Bruno Haible  <bruno@clisp.org>
46479
46480         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
46481         * modules/alloca (Makefile.am): All object files depend on alloca.h.
46482         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
46483
46484 2003-01-13  Bruno Haible  <bruno@clisp.org>
46485
46486         * gnulib-tool (func_create_testdir): Store config/* files in the main
46487         directory.
46488         * config.rpath: Move to ...
46489         * config/config.rpath: ... here.
46490         * modules/gettext: Contains config/config.rpath, not config.rpath.
46491         * modules/iconv: Likewise.
46492
46493 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46494
46495         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46496         to avoid collisions with libcurses and libreadline.
46497
46498         * m4/getstr.m4: Remove.
46499         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
46500
46501 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46502
46503         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46504         to avoid collisions with libcurses and libreadline.
46505
46506         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
46507         * lib/getstr.h, getstr.c: Remove.
46508         * lib/getline.c: Include "getline.h", to check interface.
46509         Move body of old getstr.c here: this defines MIN_CHUNK and
46510         declares getdelim2, which is renamed from getstr.
46511         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
46512
46513         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
46514         All uses changed.
46515         * lib/linebuffer.h: Likewise.
46516         (readline): Remove backward-compatibility macro.
46517
46518 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46519
46520         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46521         to avoid collisions with libcurses and libreadline.
46522         * getstr: Remove.
46523         * MODULES.html.sh: Remove getstr.
46524         * modules/getline: Depend on unlocked-io, not getstr.
46525
46526 2003-01-12  Jim Meyering  <jim@meyering.net>
46527
46528         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
46529
46530 2003-01-10  Bruno Haible  <bruno@clisp.org>
46531
46532         * modules/alloca: Change Makefile.am requirements. Simplify Include
46533         requirements. Add lib/alloca_.h to file list.
46534
46535 2003-01-10  Bruno Haible  <bruno@clisp.org>
46536
46537         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
46538
46539 2003-01-10  Bruno Haible  <bruno@clisp.org>
46540
46541         * lib/alloca_.h: New file.
46542         * lib/getdate.y: Unconditionally include alloca.h.
46543         * lib/makepath.c: Likewise.
46544         * lib/setenv.c: Likewise.
46545         * lib/userspec.c: Likewise.
46546
46547 2003-01-09  Karl Berry  <karl@gnu.org>
46548
46549         * MODULES.html.sh: include `dirname $0` in PATH, to find
46550         gnulib-tool.
46551
46552 2003-01-09  Bruno Haible  <bruno@clisp.org>
46553
46554         * modules/stdbool: Change configure.ac, Makefile.am requirements.
46555         Simplify Include requirements. Add lib/stdbool.h.in to file list.
46556
46557 2003-01-09  Bruno Haible  <bruno@clisp.org>
46558
46559         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
46560
46561 2003-01-09  Bruno Haible  <bruno@clisp.org>
46562
46563         * lib/stdbool.h.in: New file.
46564
46565 2003-01-09  Bruno Haible  <bruno@clisp.org>
46566
46567         * gnulib-tool (func_all_modules): Ignore files ending in ~.
46568         * MODULES.html.sh: Likewise.
46569
46570 2003-01-08  Jim Meyering  <jim@meyering.net>
46571
46572         * lib/full-write.c: Undefine and define-away `const' after inclusion
46573         of errno.h, not before.  Suggestion from Bruno Haible.
46574
46575 2003-01-08  Bruno Haible  <bruno@clisp.org>
46576
46577         * modules/full-read: Depend on full-write.
46578
46579 2003-01-08  Bruno Haible  <bruno@clisp.org>
46580
46581         * lib/safe-read.c: Include specification header first, to ensure its
46582         selfcontainedness.
46583         * lib/full-write.c: Likewise.
46584
46585 2003-01-07  Jim Meyering  <jim@meyering.net>
46586
46587         * lib/full-write.c: Rework so that it may serve to define full_read,
46588         too.
46589         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
46590
46591 2003-01-07  Bruno Haible  <bruno@clisp.org>
46592
46593         * lib/strtoimax.c: Include <stdint.h> as an alternative to
46594         <inttypes.h>.
46595         * lib/xstrtol.h: Likewise.
46596         * lib/xstrtoimax.c: Likewise.
46597         * lib/xstrtoumax.c: Likewise.
46598         * lib/human.h: Likewise.
46599
46600         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
46601         on systems that have <inttypes.h> but not <stdint.h>.
46602
46603 2003-01-07  Bruno Haible  <bruno@clisp.org>
46604
46605         * MODULES.html.sh: Add copyright notice.
46606         (missed_files): Omit CVS directory entries.
46607         (func_module): Make it work with sed-3.02.
46608         * MODULES.txt: Remove file.
46609
46610 2003-01-06  Jim Meyering  <jim@meyering.net>
46611
46612         * lib/version-etc.c: Update year in translatable copyright string.
46613
46614 2003-01-03  Karl Berry  <karl@gnu.org>
46615
46616         * config/config.{guess,sub}: update from prep.
46617
46618 2003-01-02  Karl Berry  <karl@gnu.org>
46619
46620         * doc/COPYING.DOC: belatedly updated to 1.2.
46621
46622 2003-01-01  Karl Berry  <karl@gnu.org>
46623
46624         * gnulib-tool (func_verify_module): report module name $module in
46625         error message, not $1.
46626         * gnulib-tool (create-testdir): don't complain if destdir couldn't
46627         be created, only if it doesn't exist.
46628         * gnulib-tool (last_checkin_date): don't expand the $Date here.
46629
46630 2002-12-31  Paul Eggert  <eggert@twinsun.com>
46631
46632         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
46633
46634 2002-12-31  Paul Eggert  <eggert@twinsun.com>
46635
46636         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
46637         memcmp if strcoll doesn't work.
46638
46639 2002-12-31  Bruno Haible  <bruno@clisp.org>
46640
46641         * lib/utime.c (utime_null): No need to call ftruncate if the file was
46642         nonempty.
46643
46644 2002-12-31  Bruno Haible  <bruno@clisp.org>
46645
46646         * lib/memcoll.c (STRCOLL): New macro.
46647         (memcoll): Use it.
46648
46649 2002-12-31  Bruno Haible  <bruno@clisp.org>
46650
46651         * lib/localcharset.h: New file.
46652         * lib/localcharset.c: Include it.
46653         * lib/unicodeio.c: Likewise.
46654
46655 2002-12-31  Bruno Haible  <bruno@clisp.org>
46656
46657         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
46658         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
46659
46660 2002-12-31  Bruno Haible  <bruno@clisp.org>
46661
46662         * lib/getline.h: Include <stddef.h>, for size_t.
46663
46664         * lib/unicodeio.h: Include <stddef.h>, for size_t.
46665         * lib/unicodeio.c: Don't include <stddef.h>.
46666
46667 2002-12-31  Bruno Haible  <bruno@clisp.org>
46668
46669         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
46670         HAVE_TM_ZONE.
46671
46672 2002-12-24  Karl Berry  <karl@gnu.org>
46673
46674         * config/config.guess: update from prep.
46675
46676 2002-12-24  Bruno Haible  <bruno@clisp.org>
46677
46678         General infrasructure.
46679         * m4/README: Rewritten.
46680         * m4/onceonly.m4: New file.
46681         * m4/onceonly_2_57.m4: New file.
46682
46683         Module atexit.
46684         * m4/atexit.m4: New file.
46685
46686         Module strtod.
46687         * m4/strtod.m4: New file.
46688
46689         Module strtol.
46690         * m4/strtol.m4: New file.
46691
46692         Module strtoul.
46693         * m4/strtoul.m4: New file.
46694
46695         Module memchr.
46696         * m4/memchr.m4: New file.
46697
46698         Module memcmp.
46699         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
46700         (jm_FUNC_MEMCMP): Invoke it.
46701
46702         Module memcpy.
46703         * m4/memcpy.m4: New file.
46704
46705         Module memmove.
46706         * m4/memmove.m4: New file.
46707
46708         Module memset.
46709         * m4/memset.m4: New file.
46710
46711         Module strcspn.
46712         * m4/strcspn.m4: New file.
46713
46714         Module strpbrk.
46715         * m4/strpbrk.m4: New file.
46716
46717         Module strstr.
46718         * m4/strstr.m4: New file.
46719
46720         Module strerror.
46721         * m4/strerror.m4: New file.
46722
46723         Module mktime.
46724         * m4/mktime.m4: Renamed from jm-mktime.m4.
46725         (gl_PREREQ_MKTIME): New macro.
46726         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
46727
46728         Module malloc.
46729         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
46730         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
46731         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
46732
46733         Module realloc.
46734         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
46735         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
46736         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
46737
46738         Module strftime.
46739         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
46740         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
46741         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
46742         gl_TM_GMTOFF.
46743         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
46744
46745         Module xalloc.
46746         * m4/xalloc.m4: New file.
46747
46748         Module alloca.
46749         * m4/alloca.m4: New file.
46750
46751         Module putenv.
46752         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
46753         (jm_FUNC_PUTENV): Invoke it.
46754
46755         Module setenv.
46756         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
46757         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
46758         when invoked twice.
46759         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
46760         gt_FUNC_SETENV.
46761
46762         Module memrchr.
46763         * m4/memrchr.m4: New file.
46764
46765         Module stpcpy.
46766         * m4/stpcpy.m4: New file.
46767
46768         Module strcase.
46769         * m4/strcase.m4: New file.
46770
46771         Module strdup.
46772         * m4/strdup.m4: New file.
46773
46774         Module strnlen.
46775         * m4/strnlen.m4: New file.
46776
46777         Module strndup.
46778         * m4/strndup.m4: New file.
46779
46780         Module xstrtod.
46781         * m4/xstrtod.m4: New file.
46782
46783         Module xstrtol.
46784         * m4/xstrtol.m4: New file.
46785
46786         Module getdate.
46787         * m4/getdate.m4: New file.
46788
46789         Module unlocked-io.
46790         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
46791         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
46792         * m4/jm-glibc-io.m4n: Remove file.
46793
46794         Module long-options.
46795         * m4/long-options.m4: New file.
46796
46797         Module md5.
46798         * m4/md5.m4: New file.
46799
46800         Module sha.
46801         * m4/sha.m4: New file.
46802
46803         Module getstr.
46804         * m4/getstr.m4: New file.
46805
46806         Module getline.
46807         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
46808         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
46809         <sys/types.h>, for size_t. Use the function name gnu_getline, not
46810         simply getline. Infoke gl_PREREQ_GETLINE.
46811
46812         Module obstack.
46813         * m4/obstack.m4: New file.
46814
46815         Module hash.
46816         * m4/hash.m4: New file.
46817
46818         Module readtokens.
46819         * m4/readtokens.m4: New file.
46820
46821         Module strverscmp.
46822         * m4/strverscmp.m4: New file.
46823
46824         Module stdbool.
46825         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
46826         OSF/1.
46827
46828         Module strtoll.
46829         * m4/strtoll.m4: New file.
46830
46831         Module strtoull.
46832         * m4/strtoull.m4: New file.
46833
46834         Module strtoimax.
46835         * m4/strtoimax.m4: New file.
46836
46837         Module strtoumax.
46838         * m4/strtoumax.m4: New file.
46839
46840         Module xstrtoimax.
46841         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
46842         jm_AC_PREREQ_XSTRTOIMAX.
46843         Moved the strtol prerequisites to strtol.m4.
46844         Moved the strtoll prerequisites to strtoll.m4.
46845         Moved the strtoimax prerequisites to strtoimax.m4.
46846
46847         Module xstrtoumax.
46848         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
46849         jm_AC_PREREQ_XSTRTOUMAX.
46850         Moved the strtoul prerequisites to strtoul.m4.
46851         Moved the strtoull prerequisites to strtoull.m4.
46852         Moved the strtoumax prerequisites to strtoumax.m4.
46853
46854         Module chown.
46855         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
46856         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
46857
46858         Module dup2.
46859         * m4/dup2.m4: New file.
46860
46861         Module ftruncate.
46862         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
46863         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
46864
46865         Module getgroups.
46866         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
46867         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
46868
46869         Module gettimeofday.
46870         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
46871         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
46872         gl_PREREQ_GETTIMEOFDAY.
46873
46874         Module mkdir.
46875         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
46876         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
46877
46878         Module mkstemp.
46879         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
46880         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
46881         jm_AC_TYPE_UINTMAX_T.
46882         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
46883
46884         Module stat.
46885         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
46886         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
46887
46888         Module lstat.
46889         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
46890         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
46891
46892         Module timespec.
46893         * m4/timespec.m4 (gl_TIMESPEC): New macro.
46894         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
46895         * m4/st_mtim.m4: Indentation.
46896
46897         Module nanosleep.
46898         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
46899         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
46900         gl_PREREQ_NANOSLEEP.
46901
46902         Module regex.
46903         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
46904         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
46905         (gl_REGEX): New macro.
46906
46907         Module rename.
46908         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
46909         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
46910
46911         Module rmdir.
46912         * m4/rmdir.m4: New file.
46913
46914         Module utime.
46915         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
46916         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
46917         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
46918
46919         Module dirname.
46920         * m4/dirname.m4: New file.
46921
46922         Module getopt.
46923         * m4/getopt.m4: New file.
46924
46925         Module unistd-safer.
46926         * m4/unistd-safer.m4: New file.
46927
46928         Module fnmatch.
46929         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
46930         declaration.
46931         (gl_PREREQ_FNMATCH_EXTRA): New macro.
46932         (gl_FUNC_FNMATCH_POSIX): New macro.
46933         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
46934         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
46935         simply fnmatch.
46936
46937         Module exclude.
46938         * m4/exclude.m4: New file.
46939
46940         Module human.
46941         * m4/human.m4: New file.
46942
46943         Module acl.
46944         * m4/acl.m4: Nop.
46945
46946         Module backupfile.
46947         * m4/backupfile.m4: New file.
46948         * m4/d-ino.m4: Indentation.
46949
46950         Module fsusage.
46951         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
46952         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
46953         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
46954
46955         Module dirfd.
46956         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
46957         requirements.
46958
46959         Module euidaccess.
46960         * m4/euidaccess.m4: New file.
46961
46962         Module file-type.
46963         * m4/file-type.m4: New file.
46964
46965         Module fileblocks.
46966         * m4/fileblocks.m4: New file.
46967
46968         Module filemode.
46969         * m4/filemode.m4: New file.
46970
46971         Module isdir.
46972         * m4/isdir.m4: New file.
46973
46974         Module lchown.
46975         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
46976         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
46977
46978         Module makepath.
46979         * m4/makepath.m4: New file.
46980
46981         Module modechange.
46982         * m4/modechange.m4: New file.
46983
46984         Module mountlist.
46985         * m4/mountlist.m4: New file.
46986         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
46987         Indentation.
46988
46989         Module path-concat.
46990         * m4/path-concat.m4: New file.
46991
46992         Module pathmax.
46993         * m4/pathmax.m4: New file.
46994
46995         Module same.
46996         * m4/same.m4: New file.
46997
46998         Module save-cwd.
46999         * m4/save-cwd.m4: New file.
47000
47001         Module savedir.
47002         * m4/savedir.m4: New file.
47003
47004         Module xgetcwd.
47005         * m4/xgetcwd.m4: New file.
47006         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
47007
47008         Module xreadlink.
47009         * m4/xreadlink.m4: New file.
47010
47011         Module safe-read.
47012         * m4/safe-read.m4: New file.
47013
47014         Module safe-write.
47015         * m4/safe-write.m4: New file.
47016
47017         Module closeout.
47018         * m4/closeout.m4: New file.
47019
47020         Module stdio-safer.
47021         * m4/stdio-safer.m4: New file.
47022
47023         Module getpass.
47024         * m4/getpass.m4: New file.
47025
47026         Module getugroups.
47027         * m4/getugroups.m4: New file.
47028
47029         Module group-member.
47030         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
47031         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
47032
47033         Module idcache.
47034         * m4/idcache.m4: New file.
47035
47036         Module userspec.
47037         * m4/userspec.m4: New file.
47038
47039         Module gettime.
47040         * m4/clock_time.m4: New file.
47041         * m4/gettime.m4: New file.
47042
47043         Module settime.
47044         * m4/settime.m4: New file.
47045
47046         Module posixtm.
47047         * m4/posixtm.m4: New file.
47048
47049         Module gethostname.
47050         * m4/gethostname.m4: New file.
47051
47052         Module canon-host.
47053         * m4/canon-host.m4: New file.
47054
47055         Module gettext.
47056         * m4/codeset.m4: New file, from gettext-0.11.5.
47057         * m4/gettext.m4: New file, from gettext-0.11.5.
47058         * m4/glibc21.m4: New file, from gettext-0.11.5.
47059         * m4/iconv.m4: New file, from gettext-0.11.5.
47060         * m4/intdiv0.m4: New file, from gettext-0.11.5.
47061         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
47062         * m4/inttypes.m4: New file, from gettext-0.11.5.
47063         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
47064         * m4/isc-posix.m4: New file, from gettext-0.11.5.
47065         * m4/lcmessage.m4: New file, from gettext-0.11.5.
47066         * m4/lib-ld.m4: New file, from gettext-0.11.5.
47067         * m4/lib-link.m4: New file, from gettext-0.11.5.
47068         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
47069         * m4/progtest.m4: New file, from gettext-0.11.5.
47070         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
47071         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
47072         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
47073
47074         Module localcharset.
47075         * m4/localcharset.m4: New file.
47076
47077         Module hard-locale.
47078         * m4/hard-locale.m4: New file.
47079
47080         Module mbswidth.
47081         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
47082         onceonly macros.
47083         * m4/mbrtowc.m4: Add comment.
47084
47085         Module memcasecmp.
47086         * m4/memcasecmp.m4: New file.
47087
47088         Module memcoll.
47089         * m4/memcoll.m4: New file.
47090
47091         Module unicodeio.
47092         * m4/unicodeio.m4: New file.
47093
47094         Module rpmatch.
47095         * m4/rpmatch.m4: New file.
47096
47097         Module yesno.
47098         * m4/yesno.m4: New file.
47099
47100         Module exitfail.
47101         * m4/exitfail.m4: New file.
47102
47103         Module c-stack.
47104         * m4/c-stack.m4 (gl_C_STACK): New macro.
47105         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
47106
47107         Module error.
47108         * m4/error.m4 (gl_ERROR): New macro.
47109         (jm_PREREQ_ERROR): Use onceonly macros.
47110
47111         Module fatal.
47112         * m4/fatal.m4: New file.
47113
47114         Module getloadavg.
47115         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
47116         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
47117
47118         Module getpagesize.
47119         * m4/getpagesize.m4: New file.
47120
47121         Module getusershell.
47122         * m4/getusershell.m4: New file.
47123
47124         Module physmem.
47125         * m4/physmem.m4: New file.
47126
47127         Module posixver.
47128         * m4/posixver.m4: New file.
47129
47130         Module quotearg.
47131         * m4/quotearg.m4: New file.
47132
47133         Module quote.
47134         * m4/quote.m4: New file.
47135
47136         Module readutmp.
47137         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
47138
47139         Module sig2str.
47140         * m4/sig2str.m4: New file.
47141
47142         Other.
47143         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
47144         ulonglong.m4.
47145         * m4/intmax_t.m4: New file.
47146         * m4/d-type.m4: Indentation.
47147         * m4/jm-macros.m4: Update.
47148         * m4/prereq.m4 (jm_PREREQ): Update.
47149         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
47150         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
47151         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
47152         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
47153         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
47154         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
47155         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
47156         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
47157         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
47158         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
47159         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
47160         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
47161         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
47162         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
47163         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
47164         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
47165         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
47166         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
47167         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
47168
47169 2002-12-24  Bruno Haible  <bruno@clisp.org>
47170
47171         * MODULES.txt: Update according to m4/ changes.
47172
47173         Module gettext.
47174         * config.rpath: New file, from gettext-0.11.5.
47175
47176         * modules/*: New module descriptions.
47177         * gnulib-tool: New file.
47178         * MODULES.html.sh: New file.
47179
47180 2002-12-21  Karl Berry  <karl@gnu.org>
47181
47182         * doc/fdl.texi: update to version 1.2.
47183
47184 2002-12-19  Karl Berry  <karl@gnu.org>
47185
47186         * config/config.guess: update from prep.
47187
47188 2002-12-18  Bruno Haible  <bruno@clisp.org>
47189
47190         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
47191         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
47192
47193 2002-12-17  Bruno Haible  <bruno@clisp.org>
47194
47195         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
47196         stdlib.h, string.h.
47197
47198 2002-12-17  Bruno Haible  <bruno@clisp.org>
47199
47200         * lib/canon-host.c (strdup): Remove unused declaration.
47201
47202         * lib/fsusage.c: Include full_read.h.
47203         (get_fs_usage): Use full_read instead of safe_read.
47204
47205         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
47206
47207 2002-12-12  Karl Berry  <karl@gnu.org>
47208
47209         * config/config.guess: update from prep.
47210
47211 2002-12-11  Bruno Haible  <bruno@clisp.org>
47212
47213         * m4/setenv.m4: New file, from gettext-0.11.5.
47214
47215 2002-12-11  Bruno Haible  <bruno@clisp.org>
47216
47217         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
47218         not unsetenv().
47219         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
47220         modifications:
47221
47222         2002-12-11  Bruno Haible  <bruno@clisp.org>
47223
47224                 * setenv.c (alloca): Fall back to malloc.
47225                 (freea): New macro.
47226                 (setenv): Use freea() to free memory allocated with alloca().
47227
47228         2002-11-13  Bruno Haible  <bruno@clisp.org>
47229
47230                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
47231                 function declarations.
47232                 * unsetenv.c (unsetenv): Likewise.
47233
47234         2002-03-04  Bruno Haible  <bruno@clisp.org>
47235
47236                 Portability to AIX 4.3.3.
47237                 * unsetenv.c: New file, extracted from setenv.c.
47238                 * setenv.c: Move the unsetenv() function to unsetenv.c.
47239
47240         2001-12-20  Bruno Haible  <bruno@clisp.org>
47241
47242                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
47243                 use malloc instead. For SunOS 4.
47244
47245         2001-12-11  Bruno Haible  <bruno@clisp.org>
47246
47247                 * setenv.c: Declare alloca.
47248                 (compar_fn_t): New typedef.
47249                 (KNOWN_VALUE, STORE_VALUE): Use it.
47250
47251         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
47252         setenv.h.
47253
47254 2002-12-10  Paul Eggert  <eggert@twinsun.com>
47255
47256         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
47257         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
47258         Choose values that are less likely to collide with system fnmatch
47259         options.
47260         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
47261         defined (e.g., a pure POSIX system).
47262         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
47263         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
47264
47265 2002-12-06  Paul Eggert  <eggert@twinsun.com>
47266
47267         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
47268         a pain in practice to deal with generated m4 files.  This change
47269         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
47270
47271         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
47272         and jm-glibc-io.m4, as they are no longer a special case.
47273         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
47274         kludge and the auto-generation stuff.  Check only whether the
47275         functions are declared, not whether they exist, since older hosts
47276         that don't declare the functions can't use the optimization anyway.
47277
47278 2002-12-06  Jim Meyering  <jim@meyering.net>
47279
47280         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
47281
47282         Merge in changes from libc's misc/error.c, in preparation
47283         for the merge of gnulib's changes back into libc.
47284
47285         * lib/error.c (_): Define only if not already defined.
47286         Move definition to follow all #include directives.
47287         Include unlocked-io.h only if !_LIBC.
47288         [_LIBC]: Include <libio/libioP.h>.
47289         [USE_IN_LIBIO]: Include <libio/iolibio.h>
47290         (fflush): Tweak definition to use INTUSE.
47291         (putc): Define.
47292
47293 2002-12-05  Paul Eggert  <eggert@twinsun.com>
47294
47295         * lib/alloca.c [defined emacs]: Include "lisp.h".
47296         (xalloc_die) [defined emacs]: New macro.
47297         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
47298         [! defined emacs]: Include <xalloc.h>.
47299         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
47300         (pointer): Typedef to POINTER_TYPE *.
47301         (malloc): Remove decl; we now always use xmalloc.
47302         (alloca): Use old-style definition, since Emacs needs this.
47303         Check for arithmetic overflow when computing combined size.
47304
47305 2002-12-04  Paul Eggert  <eggert@twinsun.com>
47306
47307         Do not generate unlocked-io.h automatically, since it's easier to
47308         maintain it by hand.
47309
47310         * lib/unlocked-io.h: New file, from GNU diffutils,
47311         but with proper copyright notice and attribution.
47312         * lib/gen-uio: Remove.
47313         * lib/Makefile.am: Add copyright notice.
47314         (libfetish_a_SOURCES): Add unlocked-io.h.
47315         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
47316         (DISTCLEANFILES, io_functions): Remove macros.
47317         (EXTRA_DIST): Remove gen_uio.
47318         (unlocked-io.h): Remove rule.
47319
47320 2002-12-04  Jim Meyering  <jim@meyering.net>
47321
47322         Reflect the fact that stat.c and lstat.c are no longer generated.
47323         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
47324         (DISTCLEANFILES): Likewise.
47325         (EXTRA_DIST): Likewise.
47326         (all_local): Don't depend on stat.c or lstat.c.
47327         (stat.c, lstat.c): Remove rules.
47328         (EXTRA_DIST): Remove xstat.in.
47329
47330         * lib/xstat.in: Remove file.  Contents moved into stat.c.
47331         * lib/stat.c: New file.  Contents mostly from xstat.in.
47332         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
47333         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
47334
47335         * lib/safe-read.c: Rework so that it may serve to define safe_write,
47336         too.
47337         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
47338
47339 2002-12-03  Jim Meyering  <jim@meyering.net>
47340
47341         * lib/safe-read.c, safe-write.c: Change variable names and comments,
47342         but not semantics, to minimize the differences between these two files.
47343         (safe_read): Change comment to mention SAFE_READ_ERROR.
47344
47345         * lib/safe-read.c (IS_EINTR): Define.
47346         (safe_read): Use IS_EINTR in place of in-function cpp directives.
47347
47348 2002-12-02  Jim Meyering  <jim@meyering.net>
47349
47350         * lib/safe-read.c (EINTR): Define.
47351         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47352         (INT_MAX): Provide fallback.
47353         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
47354
47355         * lib/safe-read.h (SAFE_READ_ERROR): Define.
47356
47357 2002-12-02  Bruno Haible  <bruno@clisp.org>
47358
47359         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
47360         Define, taken from safe-read.c.
47361         (INT_MAX): Provide fallback.
47362         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
47363         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
47364
47365         * lib/safe-read.c (EINTR): Remove definition.
47366         (safe_read): Don't use EINTR if it is absent.
47367
47368 2002-12-01  Jim Meyering  <jim@meyering.net>
47369
47370         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
47371         zero.
47372         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
47373
47374 2002-11-27  Paul Eggert  <eggert@twinsun.com>
47375
47376         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
47377         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
47378         with `if (! (value < limit)) abort ();', for readability.
47379
47380 2002-11-26  Karl Berry  <karl@gnu.org>
47381
47382         * lib/strdup.c: copy from libc again, with jim's ok.
47383         * lib/.cppi-disable: re-add strdup.c
47384
47385 2002-11-25  Karl Berry  <karl@gnu.org>
47386
47387         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
47388         instead of "strtol.c".
47389
47390 2002-11-25  Karl Berry  <karl@gnu.org>
47391
47392         * config/install-sh: update from automake for variable quoting, $0 in
47393         error msgs, etc.
47394
47395         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
47396         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
47397         entry.
47398
47399 2002-11-25  Jim Meyering  <jim@meyering.net>
47400
47401         * lib/mktime.c: Sync from libc, now that it has the latest fix.
47402
47403 2002-11-24  Karl Berry  <karl@gnu.org>
47404
47405         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
47406         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
47407
47408 2002-11-24  Jim Meyering  <jim@meyering.net>
47409
47410         Update from coreutils:
47411
47412         * lib/mktime.c: Merge in changes from libc.
47413
47414         Avoid a link-time failure on some Linux systems.
47415         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
47416         (otherwise).
47417         (__mon_yday): Declare with the STATIC attribute.
47418         (__mktime_internal): Likewise.
47419         Based on a report from Greg Schafer.
47420
47421 2002-11-23  Jim Meyering  <jim@meyering.net>
47422
47423         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
47424         Use `unsigned', not `int', as type of index.
47425
47426         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
47427
47428         * lib/fsusage.c: Remove unneeded parentheses around operands of
47429         `defined'.
47430
47431 2002-11-22  Paul Eggert  <eggert@twinsun.com>
47432
47433         * lib/quotearg.h: Allow multiple inclusion by surrounding with
47434         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
47435         so that we can be included first.
47436         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
47437         * lib/quotearg.c: Include quotearg.h immediately after config.h.
47438         No need to include stddef.h or sys/types.h any more.
47439         Surround local include files with "", not "<>".
47440         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
47441         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
47442         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
47443         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
47444         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
47445         (ISPRINT): Remove; no longer needed now that we assume C89.
47446
47447         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
47448         Preserve errno.
47449
47450         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
47451         quotearg_char): Use SIZE_MAX rather than
47452         (size_t) -1 when we are talking about "infinity".
47453
47454         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
47455
47456 2002-11-22  Paul Eggert  <eggert@twinsun.com>
47457
47458         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
47459         hint that one should use `if (! x) abort ();' rather than `assert
47460         (x);', and anyway it's one less thing to worry about configuring.
47461         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
47462         hash_rehash, hash_insert): Use abort rather than assert.
47463
47464 2002-11-22  Bruno Haible  <bruno@clisp.org>
47465
47466         * lib/safe-read.h: Assume C89. Add comments.
47467         (safe_read): Change return type to size_t.
47468         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
47469         byte counts > SSIZE_MAX correctly.
47470         * lib/safe-write.h: New file.
47471         * lib/safe-write.c: New file.
47472         * lib/full-read.h: New file.
47473         * lib/full-read.c: New file.
47474         * lib/full-write.h: Assume C89. Add comments.
47475         * lib/full-write.c: Include safe-write.h.
47476         (full_write): Rewritten to use safe_write.
47477         Suggested by Jim Meyering and Paul Eggert.
47478
47479 2002-11-21  Jim Meyering  <jim@meyering.net>
47480
47481         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
47482
47483         Merge in changes from the coreutils.
47484
47485         2002-09-25  Paul Eggert  <eggert@twinsun.com>
47486         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
47487         <stdint.h>.
47488         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
47489         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
47490         int.  Work more efficiently if X is the same width as uintmax_t.
47491         Do not compare X to -1, to avoid bogus compiler warning.
47492         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
47493         Don't assume that f_frsize and f_bsize are the same type.
47494
47495         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
47496         warning on FreeBSD.
47497
47498         * lib/makepath.c (make_path): Restore umask *before* creating the final
47499         component.
47500         (make_path): Minor reformatting.
47501
47502         * lib/xmalloc.c: Adjust to work with new autoconf macros,
47503         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
47504         HAVE_MALLOC/HAVE_REALLOC.
47505
47506         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
47507         dummy ones.  At least on GNU/Linux systems, `auto' means something
47508         else.
47509         From Michael Stone.
47510
47511 2002-11-21  Bruno Haible  <bruno@clisp.org>
47512
47513         Remove case insensitive option matching.
47514         * lib/argmatch.h (argcasematch): Remove declaration.
47515         (ARGCASEMATCH): Remove macro.
47516         (__xargmatch_internal): Remove case_sensitive argument.
47517         (XARGMATCH): Update.
47518         (XARGCASEMATCH): Remove macro.
47519         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
47520         case_sensitive argument.
47521         (argcasematch): Remove function.
47522         (__xargmatch_internal): Remove case_sensitive argument.
47523         (main): Use XARGMATCH instead of XARGCASEMATCH.
47524
47525         * lib/xmalloc.c: Change compile-time error message. Add comment about
47526         required autoconf version.
47527
47528 2002-11-20  Paul Eggert  <eggert@twinsun.com>
47529
47530         Merge argmatch cleanups from Bison.  Assume C89.
47531
47532         * lib/argmatch.c: Include config.h here, not in argmatch.h.
47533         Include stdlib.h, for EXIT_FAILURE.
47534         Always include <string.h>, since we assume C89.
47535         (EXIT_FAILURE): Remove pre-C89 bug workaround.
47536         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
47537         Include <stddef.h> instead, since it's all we need for size_t.
47538         (PARAMS): Remove.  All uses removed.
47539         (ARRAY_CARDINALITY): Do not bother to #undef.
47540         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
47541         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
47542         Remove unnecessary parentheses.
47543         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
47544         Insert necessary parentheses.
47545         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
47546         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
47547
47548 2002-11-19  Bruno Haible  <bruno@clisp.org>
47549
47550         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
47551         * lib/mbswidth.h: Include <stddef.h>, for size_t.
47552
47553         * lib/mbswidth.h (PARAMS): Remove macro.
47554         (mbswidth, mbsnwidth): Use ANSI C function declarations.
47555         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
47556
47557         * lib/gcd.h (PARAMS): Remove macro.
47558         (gcd): Use ANSI C function declarations.
47559         * lib/gcd.c (gcd): Likewise.
47560
47561 2002-11-15  Bruno Haible  <bruno@clisp.org>
47562
47563         * lib/strcspn.c: Include <stddef.h>.
47564         (strcspn): Use ANSI C function declaration. Change return type to
47565         size_t. Use NULL.
47566         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
47567         (strpbrk): Use NULL.
47568         * lib/strpbrk.h (PARAMS): Remove macro.
47569         (strpbrk): Use ANSI C function declaration.
47570         * lib/strstr.c: Don't include <sys/types.h>.
47571         * lib/strstr.h (PARAMS): Remove macro.
47572         (strstr): Use ANSI C function declarations.
47573
47574 2002-11-14  Karl Berry  <karl@gnu.org>
47575
47576         * config/mkinstalldirs: `do' on separate line, instead of
47577         `for var; do'.
47578
47579 2002-11-06  Bruno Haible  <bruno@clisp.org>
47580
47581         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
47582         * lib/gcd.c (gcd): Likewise.
47583
47584 2002-11-05  Bruno Haible  <bruno@clisp.org>
47585
47586         * lib/gcd.h: New file, from gettext-0.11.5.
47587         * lib/gcd.c: New file, from gettext-0.11.5.
47588
47589 2002-11-05  Bruno Haible  <bruno@clisp.org>
47590
47591         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47592         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47593         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47594         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47595
47596         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
47597         <libintl.h>.
47598         * lib/makepath.c: Include gettext.h instead of <locale.h> and
47599         <libintl.h>.
47600
47601         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
47602         * lib/human.c: Include gettext.h instead of <libintl.h>.
47603         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
47604         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
47605         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
47606         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
47607         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
47608         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
47609         (textdomain): Remove definition.
47610         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
47611
47612         * lib/long-options.c: Remove include of <libintl.h> and definition of
47613         _.
47614         * lib/same.c: Remove include of <libintl.h> and definition of _.
47615
47616 2002-11-04  Owen Taylor  <otaylor@redhat.com>
47617
47618         * lib/config.charset: A few additions for Solaris.
47619
47620 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
47621
47622         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
47623         * lib/localcharset.c (locale_charset): Declare as extern "C".
47624
47625 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
47626
47627         * lib/config.charset: msdos in uk_UA uses CP1125.
47628
47629 2002-11-04  Bruno Haible  <bruno@clisp.org>
47630
47631         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
47632         * lib/strcase.h: New file, from GNU gettext-0.11.5.
47633         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
47634         * lib/strstr.h: New file, from GNU gettext-0.11.5.
47635         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
47636
47637 2002-11-04  Bruno Haible  <bruno@clisp.org>
47638
47639         * lib/localcharset.c (locale_charset): Don't return an empty string.
47640
47641 2002-11-04  Bruno Haible  <bruno@clisp.org>
47642
47643         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
47644         aliases.
47645
47646 2002-11-04  Bruno Haible  <bruno@clisp.org>
47647
47648         * lib/config.charset: Update for newest glibc. Add canonical names
47649         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
47650
47651 2002-11-04  Bruno Haible  <bruno@clisp.org>
47652
47653         * lib/config.charset: Add support for NetBSD.
47654
47655 2002-11-04  Bruno Haible  <bruno@clisp.org>
47656
47657         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
47658
47659 2002-11-01  Bruno Haible  <bruno@clisp.org>
47660
47661         * configure.in: Add AC_CONFIG_AUX_DIR call.
47662         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
47663         test/Makefile.
47664         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
47665
47666 2002-09-28  Karl Berry  <karl@gnu.org>
47667
47668         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
47669         installed automake until the next release, since changes have been
47670         made.
47671
47672 2002-09-25  Karl Berry  <karl@gnu.org>
47673
47674         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
47675         * lib/getopt*: copy from libc/posix.
47676         * lib/gettext.h: copy from gettext.
47677         * lib/.cppi-disable: add strdup.c, gettext.h.
47678
47679 2002-09-25  Karl Berry  <karl@gnu.org>
47680
47681         * config/srclist.txt: enable gettext.h check.
47682         * config/config.{guess,sub}: update from prep.
47683         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
47684                 from automake 1.6.3.
47685         See srclist*.
47686
47687 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
47688
47689         * regex.c (PATFETCH): Remove the translating fetch.
47690         (PATFETCH_RAW): Rename to PATFETCH.
47691         (set_image_of_range): New fun.
47692         (SET_RANGE_TABLE_WORK_AREA): Use it.
47693         (regex_compile): Don't translate the pattern chars so eagerly.
47694         Only do it when inserting an `exactn' bytecode or when handling
47695         a char-range.
47696         (mutually_exclusive_p): Avoid empty statement.
47697
47698 2002-07-06  Jim Meyering  <meyering@lucent.com>
47699
47700         * m4/README: Don't mention Makefile.am.in.
47701         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
47702
47703 2002-07-01  Jim Meyering  <meyering@lucent.com>
47704
47705         * lib/c-stack.c: Include sys/time.h.
47706         From Volker Borchert.
47707
47708 2002-06-26  Paul Eggert  <eggert@twinsun.com>
47709
47710         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
47711
47712 2002-06-26  Paul Eggert  <eggert@twinsun.com>
47713
47714         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
47715         New macro.  Use it uniformly instead of
47716         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
47717         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
47718         reported by Vin Shelton.
47719
47720 2002-06-22  Paul Eggert  <eggert@twinsun.com>
47721
47722         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
47723         Do not assume SA_SIGINFO behavior.
47724         Bug reported by Jim Meyering on NetBSD 1.5.2.
47725
47726 2002-06-22  Jim Meyering  <meyering@lucent.com>
47727
47728         * m4/c-stack.m4: New file, from diffutils-2.8.2.
47729         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
47730
47731         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
47732         now that configure.ac uses AC_GNU_SOURCE.
47733         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
47734         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
47735
47736         Update to latest tools.  Suggestions from Paul Eggert.
47737         * m4/stdbool.m4: New file, from diffutils-2.8.2.
47738         * m4/gnu-source.m4: Update from diffutils-2.8.2.
47739         * m4/fnmatch.m4: Likewise.
47740         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
47741         to AC_HEADER_STDBOOL
47742
47743 2002-06-22  Jim Meyering  <meyering@lucent.com>
47744
47745         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
47746         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
47747
47748 2002-06-22  Jim Meyering  <meyering@lucent.com>
47749
47750         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
47751
47752         * lib/exitfail.c, exitfail.h: Likewise.
47753         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
47754
47755         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
47756         of fnmatch.h.
47757         (EXTRA_DIST): Add fnmatch_loop.c.
47758         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
47759
47760         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
47761         * lib/fnmatch.c: Update from diffutils-2.8.2.
47762         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
47763         * lib/fnmatch.h: Remove file.
47764
47765 2002-06-21  Jim Meyering  <meyering@lucent.com>
47766
47767         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
47768         * m4/mbrtowc.m4: Likewise.
47769
47770         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
47771         * m4/mbswidth.m4: Reflect name change:
47772         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
47773         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47774
47775         * m4/lib-link.m4: Update from gettext-0.11.2.
47776         * m4/gettext.m4: Likewise.
47777
47778         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
47779         From Alfred M. Szmidt.
47780
47781 2002-06-18  Paul Eggert  <eggert@twinsun.com>
47782
47783         * lib/file-type.h: Report an error if neither S_ISREG nor
47784         S_IFREG is defined, instead of using a test specific to glibc
47785         2.2.  This should be safe, since POSIX requires S_ISREG and
47786         Unix Version 7 had S_IFREG.  We don't need to check for
47787         <sys/types.h> since we don't use any symbols that it defines.
47788
47789 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
47790
47791         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
47792         $@-t, so that each temporary file name is unique and valid in the first
47793         8 characters, for operation under DOS.
47794
47795 2002-06-15  Paul Eggert  <eggert@twinsun.com>
47796
47797         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
47798
47799 2002-06-15  Jim Meyering  <meyering@lucent.com>
47800
47801         Work even with DJGPP 2.03, which lacks support for symlinks.
47802         From Richard Dawe.
47803         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
47804         is defined.
47805         * lib/lchown.c (S_ISLNK): Likewise.
47806
47807 2002-06-15  Jim Meyering  <meyering@lucent.com>
47808
47809         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
47810         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
47811         have been included before this file.
47812
47813 2002-06-14  Jim Meyering  <meyering@lucent.com>
47814
47815         * lib/file-type.h: Use the version from diffutils-2.8.2.
47816         * lib/file-type.c: Likewise.
47817
47818 2002-06-07  Jim Meyering  <meyering@lucent.com>
47819
47820         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
47821         They're needed at least for NetBSD 1.5.2.
47822         ($statxfs_includes): Include those same headers.
47823         ($statxfs_includes): Include sys/vfs.h if available.
47824         ($statxfs_includes): Likewise for sys/statvfs.h.
47825         Check for the following members in both structs statfs and statvfs:
47826         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
47827
47828 2002-06-01  Jim Meyering  <meyering@lucent.com>
47829
47830         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
47831         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
47832
47833 2002-05-28  Jim Meyering  <meyering@lucent.com>
47834
47835         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
47836         Reported by Volker Borchert.
47837
47838 2002-05-27  Jim Meyering  <meyering@lucent.com>
47839
47840         Fix a problem seen only on nonconforming systems whereby ls.c's
47841         use of localtime, and then of gettimeofday would cause trouble:
47842         the localtime call used to initialize rpl_gettimeofday's save
47843         mechanism would clobber ls's current local time information so
47844         that in any long listing the first file would always be listed
47845         with date 1970-01-01.  Analysis by Volker Borchert.
47846
47847         * lib/gettimeofday.c (localtime): Undefine.
47848         (rpl_localtime): New function.
47849
47850 2002-05-27  Jim Meyering  <meyering@lucent.com>
47851
47852         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
47853         localtime.
47854
47855         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
47856         use the replacement function; it wouldn't resolve at link time.
47857         Reported by Volker Borchert.
47858
47859 2002-05-22  Jim Meyering  <meyering@lucent.com>
47860
47861         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
47862         file-type.h.
47863         * lib/file-type.h: New file.
47864         * lib/file-type.c (file_type): New file/function.  Extracted from
47865         diffutils.
47866
47867 2002-04-30  Jim Meyering  <meyering@lucent.com>
47868
47869         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
47870
47871 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47872
47873         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
47874
47875 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47876
47877         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
47878         Do not check for alloca.h (no longer used) or stdbool.h (was never
47879         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
47880
47881 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47882
47883         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
47884
47885 2002-04-29  Jim Meyering  <meyering@lucent.com>
47886
47887         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
47888         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
47889         Use AC_FUNC_STRNLEN here instead.
47890
47891         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
47892         With autoconf-2.53a, it's part of AC_PROG_CC.
47893
47894 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47895
47896         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
47897         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
47898
47899 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47900
47901         * lib/sig2str.h, lib/sig2str.c: New files.
47902         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
47903
47904 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47905
47906         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
47907         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
47908         of 127, since 64 is the largest conceivable number for ancient
47909         nonstandard hosts.
47910         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
47911
47912 2002-04-28  Jim Meyering  <meyering@lucent.com>
47913
47914         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
47915
47916 2002-04-24  Jim Meyering  <meyering@lucent.com>
47917
47918         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
47919         (jm_PREREQ): Use it.
47920
47921         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
47922         mach/mach.h fcntl.h.
47923         Check for this function: setlocale.
47924
47925 2002-04-24  Jim Meyering  <meyering@lucent.com>
47926
47927         * lib/gettext.h: New file, from Gettext.
47928         * lib/Makefile.am (INCLUDES): Remove -I../intl.
47929         (libfetish_a_SOURCES): Add gettext.h.
47930
47931 2002-04-16  Jim Meyering  <meyering@lucent.com>
47932
47933         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
47934         ut_pid, ut_id, ut_exit.
47935
47936 2002-04-16  Jim Meyering  <meyering@lucent.com>
47937
47938         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
47939         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
47940         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
47941
47942 2002-04-12  Jim Meyering  <meyering@lucent.com>
47943
47944         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
47945         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
47946         existence of the getmntinfo function.  Needed for Darwin 5.3.
47947
47948         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
47949         This is necessary at least on Darwin 5.3.
47950
47951         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
47952         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
47953         strnlen.o in the library, and that makes some versions of ranlib
47954         object.
47955
47956 2002-04-12  Jim Meyering  <meyering@lucent.com>
47957
47958         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
47959
47960 2002-04-09  Jim Meyering  <meyering@lucent.com>
47961
47962         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
47963         to be more precise.  Rather than saying we're checking whether the
47964         function `works', say what we're testing.
47965         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
47966         Reported by Bruno Haible.
47967
47968 2002-03-10  Jim Meyering  <meyering@lucent.com>
47969
47970         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
47971         Suggestion from Santiago Vila.
47972
47973 2002-03-08  Jim Meyering  <meyering@lucent.com>
47974
47975         * lib/rename.c: Mention that this wrapper is needed also on
47976         mips-dec-ultrix4.4 systems.
47977
47978 2002-03-02  Jim Meyering  <meyering@lucent.com>
47979
47980         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
47981         not HAVE_CLOCK_SETTIME.
47982
47983 2002-02-27  Paul Eggert  <eggert@twinsun.com>
47984
47985         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
47986         Check for clock_settime.
47987
47988 2002-02-27  Paul Eggert  <eggert@twinsun.com>
47989
47990         * lib/nanosleep.h: Rename to....
47991         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
47992
47993         * lib/gettime.c: New file.
47994         * lib/settime.c: New file.
47995         * lib/stime.c: Remove.
47996
47997         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
47998         timespec.h.  Remove nanosleep.h.
47999
48000 2002-02-25  Paul Eggert  <eggert@twinsun.com>
48001
48002         * m4/acl.m4: New file.
48003         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
48004         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
48005
48006 2002-02-25  Paul Eggert  <eggert@twinsun.com>
48007
48008         * lib/acl.c, lib/acl.h: New files.
48009         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
48010
48011 2002-02-24  Jim Meyering  <meyering@lucent.com>
48012
48013         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
48014         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
48015         cause trouble.  Reported by Nelson Beebe.
48016
48017 2002-02-23  Paul Eggert  <eggert@twinsun.com>
48018
48019         * lib/path-concat.c (xpath_concat): Reorder code to pacify
48020         compilers that don't know that xalloc_die never returns.
48021
48022 2002-02-20  Jim Meyering  <meyering@lucent.com>
48023
48024         * lib/getdate.c: Regenerate using bison-1.33.
48025
48026 2002-02-17  Jim Meyering  <meyering@lucent.com>
48027
48028         * config/config.guess (main): Don't use `head -1'; it's no longer
48029         portable. Use `sed 1q' instead.
48030
48031 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
48032
48033         * m4/codeset.m4: Upgrade to gettext-0.11.
48034         * m4/gettext.m4: Upgrade to gettext-0.11.
48035         * m4/glibc21.m4: Upgrade to gettext-0.11.
48036         * m4/iconv.m4: Upgrade to gettext-0.11.
48037         * m4/isc-posix.m4: Upgrade to gettext-0.11.
48038         * m4/lcmessage.m4: Upgrade to gettext-0.11.
48039         * m4/lib-ld.m4: New file, from gettext-0.11.
48040         * m4/lib-link.m4: New file, from gettext-0.11.
48041         * m4/lib-prefix.m4: New file, from gettext-0.11.
48042         * m4/progtest.m4: Upgrade to gettext-0.11.
48043
48044 2002-02-15  Paul Eggert  <eggert@twinsun.com>
48045
48046         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
48047         (jm_PREREQ): Use it.
48048
48049 2002-02-15  Paul Eggert  <eggert@twinsun.com>
48050
48051         * lib/posixver.c, lib/posixver.h: New files.
48052         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
48053
48054 2002-02-02  Paul Eggert  <eggert@twinsun.com>
48055             Bruno Haible  <bruno@clisp.org>
48056
48057         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
48058         (fwrite_success_callback): New declaration.
48059         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
48060         print_unicode_char. Call failure callback instead of error.
48061         (fwrite_success_callback): New function.
48062         (exit_failure_callback): New function.
48063         (fallback_failure_callback): New function.
48064         (print_unicode_char): Call unicode_to_mb.
48065
48066 2002-01-26  Jim Meyering  <meyering@lucent.com>
48067
48068         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
48069         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
48070
48071 2002-01-26  Jim Meyering  <meyering@lucent.com>
48072
48073         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
48074
48075 2002-01-22  Paul Eggert  <eggert@twinsun.com>
48076
48077         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
48078
48079 2002-01-22  Jim Meyering  <meyering@lucent.com>
48080
48081         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
48082         Otherwise, some versions of automake would omit the rule that makes
48083         Makefile from Makefile.in.
48084
48085 2002-01-21  Paul Eggert  <eggert@twinsun.com>
48086
48087         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
48088         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
48089         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
48090         (memcoll): Set errno to zero if there is no error.
48091
48092         * lib/quotearg.c (quotearg_buffer_restyled):
48093         Fix bug with quoting buffers containing NUL when backslashing escapes.
48094         This bug was exposed by the other changes in this patch.
48095         (quotearg_n_options): New arg ARGSIZE.
48096         All callers changed.
48097         (quoting_options_from_style): New function.
48098         (quotearg_n_style): Use it.
48099         (quotearg_n_style_mem): New function.
48100
48101         * lib/quotearg.h (quotearg_n_style_mem): New function.
48102
48103 2002-01-19  Jim Meyering  <meyering@lucent.com>
48104
48105         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
48106         Remove useless quotes: DF_PROG="df".
48107         * m4/strnlen.m4: New file.
48108
48109 2002-01-16  Paul Eggert  <eggert@twinsun.com>
48110
48111         * lib/backupfile.c (ISDIGIT): Comment fix.
48112         * lib/getdate.y (ISDIGIT): Likewise.
48113         * lib/posixtm.c (ISDIGIT, year): Likewise.
48114         * lib/strverscmp.c (ISDIGIT): Likewise.
48115         * lib/userspec.c (ISDIGIT): Likewise.
48116
48117 2002-01-16  Jim Meyering  <meyering@lucent.com>
48118
48119         * lib/getdate.y: Add three semicolons, each just before a closing
48120         brace. Bison (as of version 1.31) no longer papers over that mistake.
48121
48122 2002-01-05  Jim Meyering  <meyering@lucent.com>
48123
48124         * lib/version-etc.c (version_etc_copyright): Update copyright year.
48125
48126 2001-12-19  Paul Eggert  <eggert@twinsun.com>
48127
48128         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
48129         not silently exit merely because the output buffer happens to
48130         have nothing pending.
48131
48132 2001-12-18  Paul Eggert  <eggert@twinsun.com>
48133
48134         See the big note in ../ChangeLog.
48135         * lib/human.c (suffixes): Prefer K to k for 1024.
48136         (generate_suffix_backwards): New function.
48137         (human_readable_inexact): Use it.
48138         * lib/xstrtol.c (__xstrtol): If there is no number but there
48139         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
48140         Accept 'K' as well as 'k'.
48141
48142 2001-12-15  Jim Meyering  <meyering@lucent.com>
48143
48144         * lib/regex.h (__restrict_arr): Update from libc.
48145
48146         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
48147         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
48148         (STREQ): Define.
48149
48150 2001-12-14  Jim Meyering  <meyering@lucent.com>
48151
48152         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
48153         Suggestion from Bruno Haible.
48154
48155 2001-12-10  Jim Meyering  <meyering@lucent.com>
48156
48157         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
48158         xrealloc, Instead, include "xalloc.h".
48159         (initbuffer): Don't cast xmalloc return value to char*.
48160         (readline): Reword comment.
48161         Don't cast xrealloc return value to char*
48162         Return NULL, not 0.
48163
48164 2001-12-09  Jim Meyering  <meyering@lucent.com>
48165
48166         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
48167         about `signed and unsigned type in conditional expression'.
48168         * lib/posixtm.c (posix_time_parse): Likewise.
48169
48170         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
48171
48172         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
48173         to avoid a pedantic warning.
48174
48175         * lib/getstr.c: Don't include assert.h.
48176         (getstr): Remove warning-evoking assertions.
48177         Return -1 if offset parameter is out of bounds.
48178         Change the type of a local from int to size_t.
48179
48180         * lib/strftime.c (my_strftime_localtime_r): Include this function
48181         definition in the `#if ! HAVE_TM_GMTOFF' block.
48182
48183         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
48184         Include xalloc.h instead.
48185
48186 2001-12-02  Jim Meyering  <meyering@lucent.com>
48187
48188         * lib/tempname.c: Don't declare getenv, thus reverting the change of
48189         2001-11-18.  It's no longer necessary, now that stdlib.h is always
48190         included.
48191
48192         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
48193         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
48194
48195 2001-11-30  Akim Demaille  <akim@epita.fr>
48196
48197         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
48198         before being defined.
48199
48200 2001-11-27  Paul Eggert  <eggert@twinsun.com>
48201
48202         * lib/quotearg.h (quotearg_n, quotearg_n_style):
48203         First arg is int, not unsigned.
48204         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
48205         (SIZE_MAX, UINT_MAX): New macros.
48206         (quotearg_n_options): Abort if N is negative.
48207         Avoid overflow check on hosts where size_t is 64 bits and int
48208         is 32 bits, as overflow is impossible there.
48209         Fix off-by-one typo that caused unnecessary reallocation.
48210
48211 2001-11-27  Jim Meyering  <meyering@lucent.com>
48212
48213         * lib/tempname.c: Merge with version from libc.
48214         * lib/regex.c: Likewise.
48215
48216         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
48217         systems for which STDC_HEADERS is 0, it was not included, resulting in
48218         a warning about an integer-to-pointer conversion problem with getenv.
48219         Reported by Volker Borchert.
48220
48221 2001-11-26  Jim Meyering  <meyering@lucent.com>
48222
48223         * lib/gtod.h: Remove file.
48224         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
48225         * lib/gettimeofday.c: Don't include gtod.h.
48226         (GTOD_init): Remove function.
48227         (rpl_gettimeofday): Do its job here instead, rather than aborting.
48228         Suggestion from Volker Borchert.
48229
48230 2001-11-23  Jim Meyering  <meyering@lucent.com>
48231
48232         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
48233         it.
48234         * lib/hash.c (struct hash_table): Define it here instead.
48235
48236 2001-11-22  Jim Meyering  <meyering@lucent.com>
48237
48238         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
48239
48240 2001-11-20  Jim Meyering  <meyering@lucent.com>
48241
48242         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
48243         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
48244
48245 2001-11-19  Jim Meyering  <meyering@lucent.com>
48246
48247         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
48248         directory.  Use "conftestXXXXXX" as the template.
48249         Suggestion from Paul Eggert.
48250
48251         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
48252         immediately, so the test doesn't mistakenly hit the max-open-files
48253         limit.
48254
48255 2001-11-18  Paul Eggert  <eggert@twinsun.com>
48256
48257         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
48258         (TEMPORARIES): New macro.
48259         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
48260         removes an artificial limitation (e.g. HP-UX 10.20, where
48261         TMP_MAX is 17576).
48262
48263 2001-11-18  Jim Meyering  <meyering@lucent.com>
48264
48265         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
48266
48267 2001-11-18  Jim Meyering  <meyering@lucent.com>
48268
48269         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
48270         on SunOS 4.
48271
48272         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
48273         files will be created before anything else.
48274
48275 2001-11-17  Paul Eggert  <eggert@twinsun.com>
48276
48277         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
48278         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
48279
48280 2001-11-17  Jim Meyering  <meyering@lucent.com>
48281
48282         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
48283         Prompted by a report from Bob Proulx.
48284
48285         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
48286         Instead, require UTILS_FUNC_MKSTEMP.
48287
48288 2001-11-17  Jim Meyering  <meyering@lucent.com>
48289
48290         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
48291         Now, that's done as part of AC_FUNC_STRTOD.
48292
48293 2001-11-17  Jim Meyering  <meyering@lucent.com>
48294
48295         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
48296         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
48297         rather than group writable.  Patch by Juan F. Codagnone.
48298
48299         * lib/readtokens.c: Remove explicit declarations of xmalloc and
48300         xrealloc, Instead, include "xalloc.h".
48301
48302         * lib/mountlist.c: Include unlocked-io.h after all system headers.
48303         Remove explicit declarations of xmalloc, xrealloc,
48304         and xstrdup.  Instead, include "xalloc.h".
48305
48306         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
48307         unlocked-io.h.
48308         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
48309         Likewise.
48310         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
48311
48312         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
48313         Reported by Padraig Brady.
48314
48315         * lib/mkstemp.c: #undef mkstemp.
48316         Include config.h.
48317         (rpl_mkstemp): Rename from mkstemp.
48318         Protoize.
48319
48320 2001-11-16  Jim Meyering  <meyering@lucent.com>
48321
48322         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
48323         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
48324         determine the amount of total physical memory, use pstat_getstatic.
48325         HPUX-11 doesn't define _SC_PHYS_PAGES.
48326         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
48327         If sysconf couldn't be used to determine the amount of available
48328         physical memory, use both pstat_getstatic and pstat_getdynamic.
48329         Based on a patch from Bob Proulx.
48330
48331 2001-11-10  Jim Meyering  <meyering@lucent.com>
48332
48333         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
48334         (jm_PREREQ): Use it.
48335
48336 2001-11-09  Jim Meyering  <meyering@lucent.com>
48337
48338         * m4/jm-macros.m4: Require autoconf-2.52f.
48339         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
48340         Use these AC_-prefixed names, not the AM_-prefixed ones.
48341
48342         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
48343
48344 2001-11-05  Jim Meyering  <meyering@lucent.com>
48345
48346         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
48347
48348 2001-11-04  Jim Meyering  <meyering@lucent.com>
48349
48350         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
48351         $DEFS.
48352
48353 2001-11-03  Jim Meyering  <meyering@lucent.com>
48354
48355         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
48356         of AC_DEFUN.
48357
48358         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
48359         know the name of the variable in the macro definition.
48360
48361 2001-11-03  Jim Meyering  <meyering@lucent.com>
48362
48363         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
48364         in argmatch_to_argument call.
48365
48366         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
48367         argument.
48368
48369         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
48370         e.g., a fault due to an attempt to free a NULL pointer.
48371
48372 2001-11-01  Jim Meyering  <meyering@lucent.com>
48373
48374         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
48375         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
48376
48377 2001-11-01  Jim Meyering  <meyering@lucent.com>
48378
48379         * lib/dirfd.c, lib/dirfd.h: New files.
48380         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
48381
48382         * lib/hash.c (hash_print) [TESTING]: Clean up.
48383
48384 2001-10-22  Paul Eggert  <eggert@twinsun.com>
48385
48386         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
48387         to avoid a warning if -Wall.
48388
48389 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
48390
48391         * README: New file
48392         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
48393         (per RMS's instructions, this is now the canonical source)
48394         * lgpl/, gpl/: New directories.
48395
48396 2001-10-21  Paul Eggert  <eggert@twinsun.com>
48397
48398         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
48399
48400 2001-10-21  Jim Meyering  <meyering@lucent.com>
48401
48402         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
48403         this code would end up calling gettext even in packages built
48404         with --disable-nls.
48405         * lib/getopt.c (_): Likewise.
48406         * lib/regex.c (_): Likewise.
48407
48408 2001-10-20  Paul Eggert  <eggert@twinsun.com>
48409
48410         * m4/error.m4 (jm_PREREQ_ERROR):
48411         Do not invoke AC_CHECK_FUNCS with strerror_r, as
48412         AC_FUNC_STRERROR_R does that.
48413         Check for strerror declaration.
48414
48415         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
48416         are supposed to have them these days.
48417         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
48418         Merge changes from latest Autoconf CVS.
48419         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
48420         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
48421         POSIX decided to standardize on the int flavor of strerror_r.
48422
48423 2001-10-20  Paul Eggert  <eggert@twinsun.com>
48424
48425         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
48426         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
48427         Use strerror_r that is only a macro, even if it is not a function.
48428         (strerror): Check for HAVE_DECL_STRERROR before declaring.
48429         (private_strerror): Use prototypes, not old-style function definition.
48430         (print_errno_message): New function.
48431         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
48432         char*-flavored one.
48433         (error_tail, error, error_at_line): Use it.
48434
48435 2001-10-11  Jim Meyering  <meyering@lucent.com>
48436
48437         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
48438         and quote_n (1, ... to avoid clobbering a buffer.
48439
48440 2001-10-05  Jim Meyering  <meyering@lucent.com>
48441
48442         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
48443         hash-pjw.h.
48444         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
48445         * lib/hash-pjw.h: New file.
48446
48447 2001-09-30  Jim Meyering  <meyering@lucent.com>
48448
48449         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
48450         `struct fsstat' has the `f_fstypename' member.
48451         Use that to define FS_TYPE, which is now used to make
48452         the getfsstat link test tighter.
48453
48454 2001-09-30  Jim Meyering  <meyering@lucent.com>
48455
48456         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
48457         Include <sys/ucred.h>, for Apple Darwin.
48458         Include sys/mount.h and sys/fs_types.h only if available.
48459         (FS_TYPE): Define.
48460         (read_filesystem_list): Use FS_TYPE.
48461
48462 2001-09-29  Paul Eggert  <eggert@twinsun.com>
48463
48464         * lib/exclude.c (excluded_filename): 0 -> false, since it's
48465         a boolean context.
48466
48467 2001-09-29  Jim Meyering  <meyering@lucent.com>
48468
48469         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
48470         [one-argument getmntent function]): Include stdio.h before mntent.h.
48471         SunOS 4.1.x needs it for the declaration of `FILE'.
48472         Patch by Volker Borchert.
48473
48474         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
48475         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
48476         sys/fs_types.h, and make the link-test for getfsstat guard #include
48477         directives with appropriate #if HAVE_*_H tests so that we can
48478         detect getfsstat on Apple Darwin1.3.7 systems.
48479         Reported by Nelson Beebe.
48480         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
48481
48482 2001-09-28  Paul Eggert  <eggert@twinsun.com>
48483
48484         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
48485         #defines strtoimax.  Also treat the other strto* functions
48486         like strtoimax.
48487
48488         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
48489         Check for strtoul and strtoumax,
48490         as those declarations are made even in the signed case.
48491         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
48492         Likewise, for strtol and strtoimax.
48493
48494 2001-09-28  Paul Eggert  <eggert@twinsun.com>
48495
48496         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
48497         #defines strtoimax.  Also treat the other strto* functions
48498         like strtoimax.
48499
48500         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
48501         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
48502         (strtoimax, strtoumax): Do not declare if already defined as a macro.
48503
48504 2001-09-26  Jim Meyering  <meyering@lucent.com>
48505
48506         Most macros in unlocked-io.h had the wrong number of arguments.
48507         * lib/gen-uio: New script.
48508         (USE_UNLOCKED_IO): Define to 1 if not already defined.
48509         * lib/unlocked-io.hin: Remove file.
48510         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
48511         rather than trying to embed it here.
48512         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
48513         Reported by Padraig Brady.
48514
48515 2001-09-25  Volker Borchert  <bt@teknon.de>
48516
48517         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
48518         `result'.
48519
48520 2001-09-24  Jim Meyering  <meyering@lucent.com>
48521
48522         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
48523
48524 2001-09-23  Jim Meyering  <meyering@lucent.com>
48525
48526         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
48527         instead of the mere test for existence of mntent.h.  The latter
48528         would get a false-positive on AIX 3.4 systems.
48529         In the outer getmntent if-block, don't die if neither of the getmntent
48530         tests succeeds.  Instead, just fall through and continue with the
48531         remaining tests.
48532
48533 2001-09-23  Jim Meyering  <meyering@lucent.com>
48534
48535         * lib/mountlist.c: Remove useless parentheses in #if directives.
48536         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
48537         the deprecated MOUNTED symbol is no longer defined in mntent.h.
48538
48539 2001-09-22  Jim Meyering  <meyering@lucent.com>
48540
48541         * m4/gettext.m4: New file.  From gettext.
48542         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
48543         * m4/progtest.m4: Likewise
48544         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
48545         * m4/glibc21.m4: Likewise.
48546
48547         * m4/libintl.m4: Remove.  No longer used.
48548
48549 2001-09-22  Jim Meyering  <meyering@lucent.com>
48550
48551         * lib/localcharset.c: Update from latest gettext.
48552         * lib/config.charset: Likewise.
48553
48554 2001-09-20  Jim Meyering  <meyering@lucent.com>
48555
48556         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
48557         strtoimax.
48558         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
48559         strtoumax.
48560
48561 2001-09-20  Jim Meyering  <meyering@lucent.com>
48562
48563         * lib/xstrtol.c (strtoimax): Guard declaration with
48564         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
48565         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
48566         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
48567         (strtoumax): Likewise, for completeness (it wasn't necessary).
48568
48569 2001-09-17  Paul Eggert  <eggert@twinsun.com>
48570
48571         * lib/strtoimax.c (HAVE_LONG_LONG):
48572         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
48573         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
48574         to work around bug in IBM C compiler.
48575
48576 2001-09-17  Jim Meyering  <meyering@lucent.com>
48577
48578         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
48579         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
48580         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
48581         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
48582         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
48583         whenever the right hand side need not be expanded by the shell.
48584
48585 2001-09-16  Paul Eggert  <eggert@twinsun.com>
48586
48587         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
48588         library.  It's not correct, as some older glibcs are buggy.
48589         fnmatch wasn't fixed until glibc 2.2.
48590
48591         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
48592         special shell magic here.
48593
48594 2001-09-16  Jim Meyering  <meyering@lucent.com>
48595
48596         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
48597         * m4/jm-macros.m4: Require it.
48598
48599 2001-09-16  Jim Meyering  <meyering@lucent.com>
48600
48601         * lib/mkdir.c: New file.
48602
48603 2001-09-15  Jim Meyering  <meyering@lucent.com>
48604
48605         * m4/jm-macros.m4: Check for help2man.
48606
48607 2001-09-11  Jim Meyering  <meyering@lucent.com>
48608
48609         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
48610         The body, by Paul Eggert, was moved here from configure.in.
48611         * m4/jm-macros.m4: Require UTILS_HOST_OS.
48612
48613 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48614
48615         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
48616         (jm_PREREQ): Use it.
48617
48618 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48619
48620         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
48621         Use ssize_t, not int, to store result of readlink.
48622         Check for ssize_t overflow as well as size_t overflow,
48623         as POSIX says the result of readlink is implementation-defined
48624         when ssize_t overflows.
48625         Remove unnecessary cast to char*.
48626         Use free+malloc instead of realloc, as the storage doesn't need
48627         to be preserved and it's clearer and can be more efficient that way.
48628         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
48629         * lib/xreadlink.h (xreadlink): Update prototype.
48630
48631 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48632
48633         * lib/xgetcwd.c: Revert some of the previous change; intead,
48634         fix the HAVE_GETCWD_NULL code to behave more like the
48635         !HAVE_GETCWD_NULL code used to.
48636
48637         Include "xalloc.h".
48638         (xgetcwd): Do not return NULL when memory is exhausted; instead,
48639         invoke xalloc_die.
48640
48641 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48642
48643         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
48644         sys/param.h, as pathmax.h includes them.
48645
48646 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48647
48648         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
48649         (jm_PREREQ_XGETCWD): New macro.
48650
48651         * m4/getcwd.m4: New file.
48652
48653 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48654
48655         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
48656         like the HAVE_GETCWD_NULL code.
48657         Include pathmax.h if not HAVE_GETCWD.
48658         Do not include xalloc.h.
48659         (INITIAL_BUFFER_SIZE): New symbol.
48660         Do not use xmalloc / xrealloc, since the caller is responsible for
48661         handling errors.  Preserve errno around `free' during failure.
48662         Do not overrun buffer when using getwd.
48663
48664 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48665
48666         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
48667         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
48668         getcwd (NULL, 0).
48669
48670 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48671
48672         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
48673         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
48674         spotted by Jim Meyering.
48675
48676 2001-09-03  Jim Meyering  <meyering@lucent.com>
48677
48678         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
48679         failure.
48680
48681 2001-09-02  Jim Meyering  <meyering@lucent.com>
48682
48683         * lib/error.c: Update from GNU libc.
48684
48685 2001-09-01  Jim Meyering  <meyering@lucent.com>
48686
48687         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
48688         Used by df.
48689
48690 2001-09-01  Jim Meyering  <meyering@lucent.com>
48691
48692         * lib/xreadlink.c: New file.
48693         * lib/xreadlink.h: New file.
48694         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
48695         xreadlink.h.
48696
48697         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
48698         doesn't conflict with sparc Solaris 7's definition in
48699         /usr/include/sys/int_types.h.
48700
48701         * lib/exclude.c: Use `""', not `<>' to #include non-system header
48702         files.
48703         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
48704         and strncasecmp as r-values.  Unixware didn't have declarations.
48705
48706 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48707
48708         * lib/xstrtol.h: Add copyright notice.
48709         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
48710         LONGINT_INVALID_SUFFIX_CHAR.
48711
48712 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48713
48714         * lib/xstrtol.c (strtoimax): New decl.
48715
48716 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48717
48718         * lib/xgetcwd.c: Don't include pathmax.h.
48719         Include stdlib.h and unistd.h if available.
48720         Include xalloc.h.
48721         (xmalloc, xstrdup, free): Remove decls.
48722         (xgetcwd): Don't assume sizes fit in unsigned.
48723         Check for overflow when computing sizes.
48724         Simplify reallocation code.
48725
48726 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48727
48728         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
48729         a directory's st_size can have an arbitrary value, so the old
48730         usage could waste an arbitrary amount of memory.  All uses
48731         changed.
48732         * lib/savedir.h: Update prototype.
48733
48734 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48735
48736         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
48737
48738         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
48739         old strtoimax.c.
48740
48741         Also, make the following further changes to make this file's
48742         configuration more similar to that of strtol.c:
48743         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
48744         (strtoumax, uintmax_t, strtoull, strtol): Remove.
48745         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
48746         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
48747         changed to signed values.
48748
48749         And make the following changes as well:
48750         Fix copyright notice, as 1999 was missing.
48751         (verify): New macro.
48752         (strtoimax): Check sizes at compile-time, not run-time.
48753         Prefer strtol to strtoll if both work.
48754         (main): Remove; it was not that useful and was a pain to maintain.
48755
48756         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
48757
48758 2001-08-31  Jim Meyering  <meyering@lucent.com>
48759
48760         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
48761         Use an initial, malloc'd, buffer of length 128 rather than
48762         a statically allocated one of length 1024.
48763
48764 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48765
48766         Simplify code, partly by assuming autoconf 2.52 semantics.
48767
48768         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
48769
48770         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
48771         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
48772         All uses removed.
48773         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
48774         Move AC_REQUIRE to next-to-top level, to avoid confusion.
48775         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
48776         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
48777         jm_AC_HEADER_INTTYPES_H.
48778         * m4/jm-macros.m4 (jm_MACROS): Likewise.
48779
48780         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
48781
48782         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
48783         Quote first arg of AC_DEFUN.
48784         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
48785         since they are needed to parse the include file even if we need
48786         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
48787         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
48788         but with opposite signedness.
48789
48790 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48791
48792         Merge 'exclude' changes from tar 1.13.22.
48793         This fixes one or two unlikely storage allocation overflow bugs,
48794         but doesn't change user-visible behavior otherwise.
48795
48796 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48797
48798         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
48799         (jm_PREREQ_EXCLUDE): New macro.
48800
48801 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48802
48803         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
48804         tm to be declared.
48805
48806 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48807
48808         * lib/hash.c: Remove '2001' from copyright notice.
48809
48810 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48811
48812         * lib/full-write.h: New file.
48813         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
48814         * lib/full-write.c: Correct credits, as cccp.c no longer
48815         exists and anyway it was so heavily changed from the old cccp
48816         code as to be unrecognizable.  Include full-write.h.
48817         (full_write) Return size_t, with short writes meaning failure.
48818         All callers changed.  This fixes a bug with large buffers
48819         on 64-bit hosts.
48820         * lib/utime.c: Include full-write.h.
48821
48822 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48823
48824         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
48825         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
48826         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
48827         Include if available.
48828         (<xalloc.h>): Include
48829         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
48830         (verify): New macro.  Use it to verify that EXCLUDE macros do not
48831         collide with FNM macros.
48832         (struct patopts): New struct.
48833         (struct exclude): Use it, as exclude patterns now come with options.
48834         (new_exclude): Support above changes.
48835         (new_exclude, add_exclude_file):
48836         Initial size must now be a power of two to simplify overflow checking.
48837         (free_exclude, fnmatch_no_wildcards): New function.
48838         (excluded_filename): No longer requires options arg, as the options
48839         are determined by add_exclude.  Now returns bool, not int.
48840         (excluded_filename, add_exclude):
48841         Add support for the fancy new exclusion options.
48842         (add_exclude, add_exclude_file): Now takes int options arg.
48843         Check for arithmetic overflow when computing sizes.
48844         (add_exclude_file): xrealloc might modify errno, so don't
48845         realloc until after errno might be used.
48846
48847         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
48848         New macros.
48849         (free_exclude): New decl.
48850         (add_exclude, add_exclude_file): Now takes int options arg.
48851         (excluded_filename): No longer requires options arg, as the options
48852         are determined by add_exclude.  Now returns bool, not int.
48853
48854 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48855
48856         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
48857
48858 2001-08-27  Jim Meyering  <meyering@lucent.com>
48859
48860         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
48861
48862         * lib/version-etc.c (N_): Remove definition.
48863         Revert most of last change.
48864         Instead, simply don't mark the `Copyright...' string for translation.
48865         Based on advice from Paul Eggert.
48866
48867         * lib/strtoxmax.c: Tweak comment.
48868
48869 2001-08-26  Jim Meyering  <meyering@lucent.com>
48870
48871         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
48872
48873         * m4/xstrtoimax.m4: New file.
48874         * m4/xstrtoumax.m4: Add comments explaining why we
48875         AC_REPLACE_FUNCS(strtol).
48876
48877 2001-08-26  Jim Meyering  <meyering@lucent.com>
48878
48879         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
48880         of copyright with `%s' so translators don't get an untranslated
48881         message in 2002.
48882         (COPYRIGHT_YEAR): Define.
48883         (version_etc): Use fprintf rather than fputs.
48884         Suggestion from Ulrich Drepper.
48885
48886         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
48887
48888         * lib/strtoll.c: New file, from GNU libc.
48889         * lib/xstrtoimax.c: New file.
48890
48891         * lib/xstrtol.h: Add xstrtoimax.
48892         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
48893         * lib/strtoimax.c: New file.  Likewise, but first define
48894         STRTOUXMAX_SIGNED.
48895
48896         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
48897         ...
48898         * lib/strtoxmax.c: ... then renamed to this.
48899
48900 2001-08-18  Paul Eggert  <eggert@twinsun.com>
48901
48902         * m4/inttypes.m4: Add AC_PREREQ(2.13).
48903         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
48904         (jm_AC_TYPE_INTMAX_T): New macro.
48905         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
48906
48907         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
48908
48909         * m4/longlong.m4: Renamed from ulonglong.m4.
48910         * m4/inttypes.m4: Renamed from inttypes_h.m4.
48911         * m4/uintmax_t.m4: Removed.
48912
48913 2001-08-13  Paul Eggert  <eggert@twinsun.com>
48914
48915         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
48916         Port to Solaris 8, where 'sed' requires a space after the 'r'
48917         command, and where sh dislikes "$/".  Clean up the spacing a bit.
48918         Redirect output to $tmp just once.
48919
48920 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
48921
48922         * lib/addext.c (<errno.h>): Include.
48923         (errno): Declare if not defined.
48924         (addext): Work correctly when pathconf returns -1 and leaves
48925         errno alone because there is no limit.  Also, work even if
48926         pathconf returns a value greater than SIZE_MAX.
48927
48928 2001-08-12  Jim Meyering  <meyering@lucent.com>
48929
48930         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
48931         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
48932         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
48933         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
48934         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
48935         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
48936         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
48937         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
48938         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
48939         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
48940         utime.m4, utimes.m4, xstrtoumax.m4:
48941         Quote the first argument in each use of AC_DEFUN.
48942
48943 2001-08-12  Jim Meyering  <meyering@lucent.com>
48944
48945         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
48946         Simply `return getcwd (NULL, 0);'.
48947         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
48948         Use 1300 as initial value for length, not PATH_MAX.
48949
48950         * lib/pathmax.h: Clean up cpp syntax.
48951
48952 2001-08-12  Jim Meyering  <meyering@lucent.com>
48953
48954         * lib/gettimeofday.c: New file.
48955         * lib/gtod.h: New file.
48956         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
48957
48958 2001-08-05  Jim Meyering  <meyering@lucent.com>
48959
48960         * m4/jm-macros.m4: Require autoconf-2.52.
48961
48962 2001-08-04  Jim Meyering  <meyering@lucent.com>
48963
48964         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
48965         stmt, to get in sync with glibc.
48966
48967 2001-08-03  Paul Eggert  <eggert@twinsun.com>
48968
48969         The following changes are from gettext 0.10.39 as maintained by
48970         Bruno Haible.
48971
48972         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
48973         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
48974         with inverted sense.  All uses changed.
48975
48976         * lib/mbswidth.c: Don't include <limits.h>.
48977         Include <stdlib.h> and <string.h> unconditionally.
48978         (iswcntrl, mbsinit, ISCNTRL): New macros.
48979         (mbsnwidth): Use K&R style function declarations.
48980         Don't bother checking for MB_LEN_MAX == 1, since the compiler
48981         can optimize it when MB_CUR_MAX == 1.
48982         The width of control characters is zero, not 1.
48983
48984 2001-08-03  Paul Eggert  <eggert@twinsun.com>
48985
48986         The following changes are from gettext 0.10.39 as maintained by
48987         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
48988
48989         * m4/codeset.m4: Upgrade to serial AM1.
48990         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
48991         all uses changed.  Quote first arg of AC_DEFUN.
48992         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
48993
48994         * m4/iconv.m4: Upgrade to serial AM2.
48995         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
48996         Add --with-libconv-prefix.
48997         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
48998         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
48999         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
49000         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
49001         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
49002
49003         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
49004         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
49005         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
49006         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
49007         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
49008         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
49009         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
49010         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
49011         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
49012
49013         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
49014         string.h any more.
49015
49016         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
49017         not the default value.
49018
49019         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
49020         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
49021         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
49022         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
49023         Also check for iswcntrl, used for wcwidth fallback.
49024         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
49025         to Autoconf 2.13.
49026
49027 2001-08-03  Jim Meyering  <meyering@lucent.com>
49028
49029         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
49030         as it was in the original.  Reported by Paul Eggert.
49031
49032 2001-07-16  Jim Meyering  <meyering@lucent.com>
49033
49034         * m4/gettimeofday.m4: New file.
49035         Prompted by a report from Bernhard Baehr.
49036
49037 2001-07-15  Jim Meyering  <meyering@lucent.com>
49038
49039         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
49040         stuff. Now it's in ../Makefile.cfg.
49041
49042 2001-07-15  Jim Meyering  <meyering@lucent.com>
49043
49044         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
49045         (BUILT_SOURCES): Add unlocked-io.h.
49046         (io_functions): Define.
49047         (unlocked-io.h): New rule.
49048         (DISTCLEANFILES): Add unlocked-io.h.
49049         (all-local): Depend on unlocked-io.h, to ensure it is created.
49050
49051         * lib/unlocked-io.hin: New file
49052
49053         * lib/regex.c: Update from glibc.
49054
49055 2001-07-05  Jim Meyering  <meyering@lucent.com>
49056
49057         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
49058         recommendation.
49059         (libfetish_a_SOURCES): Put all .h files here instead.
49060         Remove a thus-exposed (better checks in automake) duplicate and
49061         two unnecessary .h files.
49062
49063 2001-07-04  Jim Meyering  <meyering@lucent.com>
49064
49065         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
49066         that generates jm-glibc-io.m4 so that it doesn't trigger any make
49067         distcheck failure.
49068
49069 2001-07-02  Jim Meyering  <meyering@lucent.com>
49070
49071         The following changes were prompted by suggestions from Bruno Haible.
49072
49073         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
49074         is now generated.
49075         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
49076         definition of EXTRA_DIST.
49077         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
49078         ensure that the generated file is created/updated whenever the list
49079         of $(unlocked_functions) is changed.
49080         (jm-glibc-io.m4): New rule.
49081         (unlocked-io.h): New rule -- currently unused.
49082
49083 2001-06-24  Jim Meyering  <meyering@lucent.com>
49084
49085         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
49086         unmatched right bracket, rather than kludging it with an extra,
49087         falsely-matching quote in a comment.  Patch by Akim Demaille.
49088
49089 2001-06-11  Jim Meyering  <meyering@lucent.com>
49090
49091         * lib/regex.c: Update from GNU libc.
49092
49093 2001-05-27  Jim Meyering  <meyering@lucent.com>
49094
49095         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
49096         Check for ut_type in struct utmp.
49097
49098 2001-05-27  Jim Meyering  <meyering@lucent.com>
49099
49100         * lib/readutmp.h (UT_TYPE): Define.
49101
49102 2001-05-24  Jim Meyering  <meyering@lucent.com>
49103
49104         * lib/argmatch.c: Include "quote.h".
49105         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
49106         quote function.  Reported by Göran Uddeborg.
49107
49108 2001-05-22  Jim Meyering  <meyering@lucent.com>
49109
49110         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
49111         now that we use the package-supplied version unconditionally.
49112         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
49113
49114 2001-05-21  Jim Meyering  <meyering@lucent.com>
49115
49116         * m4/regex.m4: Change a couple backticks to single quotes to avoid
49117         shell syntax errors.
49118
49119 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49120
49121         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
49122
49123 2001-05-20  Paul Eggert  <eggert@twinsun.com>
49124
49125         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
49126         Don't bother to check library strftime, since
49127         we'll be using our own my_strftime function anyway.
49128         Define my_strftime instead of strftime.
49129
49130 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
49131
49132         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
49133         which is not yet declared.
49134
49135 2001-05-15  Jim Meyering  <meyering@lucent.com>
49136
49137         * m4/regex.m4: Use proper quoting so brackets appear in the test
49138         program.
49139         Reported by, and with help from, Bruno Haible.
49140
49141 2001-05-13  Jim Meyering  <meyering@lucent.com>
49142
49143         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
49144         undefined.
49145
49146 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49147
49148         dirname code cleanup.  base_name now behaves more compatibly
49149         with POSIX basename when given file names that have trailing
49150         slashes, and similarly for dir_name.  Add new primitives
49151         base_len and dir_len.  Put the directory-name-related decls
49152         into dirname.h.
49153
49154         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
49155         * lib/backupfile.c (base_name): Likewise.
49156         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
49157         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
49158         * lib/makepath.c (strip_trailing_slashes): Likewise.
49159         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
49160         ISSLASH): Likewise.
49161         * lib/rename.c (strip_trailing_slashes): Likewise.
49162         * lib/same.c (base_name): Likewise.
49163         * lib/stripslash.c (ISSLASH): Likewise.
49164
49165         * lib/addext.c: Include <dirname.h> after size_t is defined.
49166         * lib/backupfile.c: Likewise.
49167
49168         * lib/addext.c (addext): Use base_len to trim redundant
49169         trailing slashes instead of doing it ourselves.
49170         But do not trim the last slash if it is not redundant.
49171
49172         * lib/backupfile.c (find_backup_file_name,
49173         max_backup_version): Use base_len instead of rolling it ourselves.
49174         Handle the case of "" and (on DOS) "C:" correctly.
49175
49176         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
49177         needed. Include <string.h>, <dirname.h>.
49178         (base_name): Allow file names ending in slashes, other than names
49179         that are all slashes.  In this case, return the basename followed
49180         by the slashes.  This is more general, and can be used in places
49181         where the original base_name purposely had an assertion failure.
49182         (base_len): New function.
49183
49184         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
49185         Do not include <assert.h>; no longer needed.
49186         Include xalloc.h.
49187         (memrchr): Remove decl.
49188         (dir_name_r): Remove.
49189         (dir_len): Renamed from dirlen.  All callers changed.
49190         Rewrite in terms of base_name, for simplicity and consistency.
49191         (dir_name): Never return NULL.  All callers changed.
49192         Do not include <stdlib.h> in test program; no longer needed.
49193         return 0; is fine for test program.
49194
49195         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
49196         New macros.
49197         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
49198
49199         * lib/path-concat.c (path_concat): Use base_len to compute
49200         base length, not strlen; this means we cannot rely on memcpy
49201         to null-terminate.
49202
49203         * lib/same.c (STREQ): Remove.
49204         (same_name): Handle the case where the basename ends in trailing '/'.
49205
49206         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
49207         a slash was stripped.  Do not strip the last slash after a
49208         file system prefix.
49209
49210 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49211
49212         * lib/Makefile.am (libfetish_a_SOURCES):
49213         Add strftime.c, since we now compile it on all hosts.
49214
49215         * lib/strftime.c (my_strftime):
49216         Define to nstrftime if emacs, but only if my_strftime is not defined.
49217         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
49218         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
49219         Add one more extra argument: a nanoseconds value.
49220         All uses changed.
49221         (ns): New macro.
49222         (my_strftime function): Add %N format.
49223         (emacs_strftimeu): Renamed from emacs_strftime,
49224         with extra ut argument.
49225
49226 2001-05-09  Paul Eggert  <eggert@twinsun.com>
49227
49228         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
49229
49230 2001-04-21  Jim Meyering  <meyering@lucent.com>
49231
49232         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
49233         doesn't interfere.
49234
49235 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49236
49237         * m4/ftruncate.m4: Check for chsize.
49238         Link with ftruncate.o unconditionally if ftruncate is missing.
49239         This was required when cross-compiling to i586-mingw32msvc.
49240
49241 2001-04-08  Jim Meyering  <meyering@lucent.com>
49242
49243         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
49244         recomputed; that's necessary when the offset spans a DST transition.
49245         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
49246
49247 2001-04-02  Jim Meyering  <meyering@lucent.com>
49248
49249         * lib/regex.h, regex.c: Update from GNU libc.
49250
49251 2001-03-24  Jim Meyering  <meyering@lucent.com>
49252
49253         * m4/jm-macros.m4: Require autoconf-2.49d.
49254
49255 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
49256
49257         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
49258
49259 2001-03-19  Paul Eggert  <eggert@twinsun.com>
49260
49261         * lib/version-etc.c (version_etc_copyright): Update to 2001.
49262
49263 2001-03-17  Jim Meyering  <meyering@lucent.com>
49264
49265         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
49266         now that the version in autoconf is equivalent.
49267         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
49268
49269         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
49270         Suggestion from Akim Demaille.
49271
49272         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
49273         (jm_PREREQ_TEMPNAME): New function.
49274
49275 2001-03-16  Paul Eggert  <eggert@twinsun.com>
49276
49277         * lib/tempname.c (uint64_t): Define to uintmax_t if
49278         not defined, and if UINT64_MAX is not defined.
49279         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
49280         Reported by John David Anglin.
49281
49282 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
49283
49284         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
49285         resolve alias if codeset is empty.
49286         * lib/config.charset (BeOS): Use wildcard syntax.
49287
49288 2001-03-13  Jim Meyering  <meyering@lucent.com>
49289
49290         * lib/path-concat.c (path_concat)
49291         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
49292         concatenating e.g., `C:' and `foo'.
49293         From Bruno Haible.
49294
49295 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49296
49297         * lib/localcharset.c (locale_charset): Don't use
49298         setlocale(LC_CTYPE,NULL). Don't return NULL.
49299         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
49300
49301 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49302
49303         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
49304         support for DOS/DJGPP.
49305
49306 2001-03-01  Paul Eggert  <eggert@twinsun.com>
49307
49308         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
49309         lacks mkstemp.  Compile our own tempname.c if we compile our own
49310         mkstemp.c, as mkstemp relies on tempname.
49311
49312 2001-03-01  Jim Meyering  <meyering@lucent.com>
49313
49314         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
49315         AH_VERBATIM really does output its argument verbatim.
49316
49317 2001-02-28  Paul Eggert  <eggert@twinsun.com>
49318
49319         * lib/Makefile.am (libfetish_a_SOURCES):
49320         Add dup-safer.c, fopen-safer.c.
49321         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
49322
49323         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
49324         * lib/unistd-safer.h: New files.
49325
49326 2001-02-25  Paul Eggert  <eggert@twinsun.com>
49327
49328         The mkstemp replacement is taken from glibc 2.2.2, with some
49329         portability fixes for use outside glibc, as follows:
49330
49331         * lib/tempname.c (struct_stat64): New macro.
49332         (direxists, __gen_tempname): Use it.
49333         This avoids a portability problem with Solaris 8.
49334
49335         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
49336         (<stddef.h>, <stdint.h>, <string.h>):
49337         Include only if STDC_HEADERS || _LIBC.
49338         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
49339         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
49340         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
49341         (__set_errno): Define this macro if <errno.h> doesn't.
49342         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
49343         Define these macros if <stdio.h> doesn't.
49344         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
49345         Define these macros if <sys/stat.h>
49346         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
49347         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
49348         __xstat64): Define if not _LIBC.
49349         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
49350         (__gen_tempname): Invoke gettimeofday only if
49351         HAVE_GETTIMEOFDAY || _LIBC;
49352         otherwise, fall back on plain "time".
49353         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
49354
49355         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
49356
49357         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
49358
49359 2001-02-18  Paul Eggert  <eggert@twinsun.com>
49360
49361         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
49362
49363 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49364
49365         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
49366         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
49367         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
49368         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
49369
49370 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49371
49372         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
49373         Remove workaround macros for hosts that have mbrtowc but not
49374         mbstate_t, as we now insist on proper declarations for both
49375         before using mbrtowc.
49376
49377 2001-02-17  Jim Meyering  <meyering@lucent.com>
49378
49379         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
49380         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
49381         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
49382         UnixWare 7.1.1.
49383
49384         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
49385         rather than AC_CACHE_VAL.
49386
49387 2001-02-17  Jim Meyering  <meyering@lucent.com>
49388
49389         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
49390         around included file name.
49391
49392         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
49393
49394         * lib/strftime.c: Update from GNU libc (the only changes were to
49395         comments).
49396
49397 2001-02-17  Jim Meyering  <meyering@lucent.com>
49398
49399         * lib/regex.c: Update from libc.
49400
49401 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
49402
49403         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
49404         clash.
49405
49406 2001-02-16  Paul Eggert  <eggert@twinsun.com>
49407
49408         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
49409         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
49410         Reported by Mark Hounschell via Paul Eggert.
49411
49412 2001-02-07  Jim Meyering  <meyering@lucent.com>
49413
49414         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
49415
49416 2001-02-05  Jim Meyering  <meyering@lucent.com>
49417
49418         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
49419         it includes the patch required for `large file' support with at least
49420         HP-UX's 10.20 /bin/cc.
49421
49422 2001-02-03  Jim Meyering  <meyering@lucent.com>
49423
49424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
49425         AS_IF, now that it works once again (mysteriously).
49426         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
49427
49428 2001-01-30  Jim Meyering  <meyering@lucent.com>
49429
49430         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
49431         * m4/chown.m4: Rename conftestchown to conftest.chown.
49432         * m4/rename.m4: s/conftestdir/conftest.d1/ and
49433         s/conftestdir2/conftest.d2/.
49434         * m4/utimes.m4: s/conftestdata/conftest.data/
49435         Inspired by Pavel Roskin's change in autoconf.
49436
49437 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
49438
49439         * lib/config.charset: Update for FreeBSD 4.2.
49440
49441 2001-01-27  Jim Meyering  <meyering@lucent.com>
49442
49443         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
49444         a use of AS_IF.
49445         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
49446
49447 2001-01-26  Jim Meyering  <meyering@lucent.com>
49448
49449         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
49450         quotearg.c includes it.
49451
49452 2001-01-26  Jim Meyering  <meyering@lucent.com>
49453
49454         * lib/quotearg.c: Include stddef.h.
49455         * lib/quote.c: Include stddef.h.
49456         Reported by Axel Kittenberger.
49457
49458         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
49459         line in double quotes so that it evokes a better diagnostic.
49460         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
49461         Reported by Axel Kittenberger.
49462
49463 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
49464
49465         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
49466         as if it was a `charset'.
49467
49468 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
49469
49470         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
49471         has const.
49472
49473 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
49474
49475         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
49476         to avoid a warning.  Add back 'const' to inptr.
49477
49478 2001-01-20  Jim Meyering  <meyering@lucent.com>
49479
49480         Be sure that headers are checked before used in code compiled
49481         for the type checks.
49482         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
49483         In place of that, invoke jm_CHECK_ALL_TYPES.
49484         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
49485         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
49486         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
49487         The check for ssize_t was mistakenly run before the test for unistd.h.
49488
49489         The configure-time check for stdbool.h was missing.
49490         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
49491         (jm_PREREQ_HASH): New function.
49492
49493 2001-01-17  Jim Meyering  <meyering@lucent.com>
49494
49495         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
49496         for autoconf-2.49c.
49497         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
49498
49499 2001-01-16  Jim Meyering  <meyering@lucent.com>
49500
49501         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
49502         From Bruno Haible.
49503
49504 2001-01-14  Jim Meyering  <meyering@lucent.com>
49505
49506         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
49507         foo and bar.  Create conftestdir/ in the script, not in the C code.
49508         Remove directories in the script, not in the C code.
49509         Remove conftestdir{,2} before trying to create the directory.
49510         Make the entire configure script fail if the mkdir fails.
49511
49512 2001-01-14  Jim Meyering  <meyering@lucent.com>
49513
49514         * lib/rename.c: New file.  From Volker Borchert.
49515         Include stdlib.h, string.h or strings.h, and xalloc.h.
49516         Use strip_trailing_slashes rather than open-coding it.
49517
49518 2001-01-03  Paul Eggert  <eggert@twinsun.com>
49519
49520         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
49521
49522 2001-01-03  Jim Meyering  <meyering@lucent.com>
49523
49524         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
49525         of local `inptr' to avoid warning with some system declarations of
49526         iconv.
49527
49528 2001-01-02  Volker Borchert  <bt@teknon.de>
49529
49530         * m4/rename.m4: New file.
49531         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
49532
49533 2001-01-01  Jim Meyering  <meyering@lucent.com>
49534
49535         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
49536         even on systems with utmpx.h.  It's necessary for the declaration of
49537         utmp's ut_user member.  Reported by Andreas Jaeger.
49538
49539         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
49540         available. They are required for the declarations of getgrgid and
49541         getpwuid resp.
49542         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
49543         Reported by Andreas Jaeger.
49544
49545 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
49546
49547         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
49548         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
49549         so `make install' also works in VPATH builds.
49550
49551 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
49552
49553         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
49554         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
49555         can be used in subdirectories.
49556
49557 2000-12-29  Paul Eggert  <eggert@twinsun.com>
49558
49559         * lib/modechange.c: Do not assume that mode_t uses the
49560         traditional octal encoding.  E.g. "chmod 1 FOO" should set
49561         the other-execute bit of FOO even if S_IXOTH != 1.
49562
49563         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
49564         WOTH, XOTH, ALLM): New macros.
49565         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
49566          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
49567         Use them.
49568         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
49569         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
49570         (mode_compile):
49571         No need to use uintmax_t; unsigned long is long enough.
49572         Don't bother to get suffix since we don't use it.
49573
49574 2000-12-26  Jim Meyering  <meyering@lucent.com>
49575
49576         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
49577         better with autoheader.
49578
49579 2000-12-24  Jim Meyering  <meyering@lucent.com>
49580
49581         * lib/hash.c (is_prime): Return explicit boolean values.
49582         (hash_get_first): Return NULL to appease Irix5.6's 89.
49583         Reported by Nelson Beebe.
49584
49585 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
49586
49587         * lib/localcharset.c (locale_charset): Add support for Win32.
49588
49589 2000-12-18  Paul Eggert  <eggert@twinsun.com>
49590
49591         * lib/physmem.h, lib/physmem.c: New files.
49592
49593         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
49594         (noinst_HEADERS): Add physmem.h.
49595
49596         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
49597         't' for compatibility with Solaris 8 sort.
49598
49599 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
49600
49601         * lib/config.charset: Add support for BeOS.
49602
49603 2000-12-17  Jim Meyering  <meyering@lucent.com>
49604
49605         * m4/dos.m4 (jm_AC_DOS): New file and macro.
49606         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
49607
49608 2000-12-16  Jim Meyering  <meyering@lucent.com>
49609
49610         This bug had a serious impact on chown: `chown N:M FILE' (for integer
49611         N and M) would have treated it like `chown N:N FILE'.
49612
49613         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
49614
49615 2000-12-16  Jim Meyering  <meyering@lucent.com>
49616
49617         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
49618         SHELLS_FILE to a file name that's useful on djgpp systems.
49619         Include stdlib.h.
49620         (ADDITIONAL_DEFAULT_SHELLS): Define.
49621         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
49622         Based mostly on a patch from Prashant TR.
49623
49624 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
49625
49626         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
49627         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
49628         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
49629
49630 2000-12-08  Andreas Schwab  <schwab@suse.de>
49631
49632         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
49633         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
49634
49635 2000-12-07  Jim Meyering  <meyering@lucent.com>
49636
49637         * lib/stripslash.c (ISSLASH): Define.
49638         (strip_trailing_slashes): Use ISSLASH rather than comparing against
49639         `/'.
49640         From Prashant TR.
49641
49642         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
49643         (dir_name_r): Declare this function as static.
49644         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
49645         manifest itself on a name containing a mix of slashes and
49646         backslashes.
49647         Make this function work with names starting with a DOS-style
49648         drive letter and colon prefix.
49649         (dir_name): Append `.' if necessary.
49650         Based mostly on patches from Prashant TR and Eli Zaretskii.
49651
49652         * lib/dirname.h (dir_name_r): Remove prototype.
49653
49654 2000-12-06  Paul Eggert  <eggert@twinsun.com>
49655
49656         * m4/off_t-format.m4: Remove this file.
49657         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
49658
49659 2000-12-06  Jim Meyering  <meyering@lucent.com>
49660
49661         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
49662         replacement strtoull, we may well need the replacement strtoul, too.
49663         Check for declarations of strtoul and strtoull.
49664         Check for strtol.  Mainly as a cue to cause automake to include
49665         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
49666         Check for limits.h -- strtol.c needs it.
49667
49668 2000-12-05  Jim Meyering  <meyering@lucent.com>
49669
49670         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
49671
49672 2000-12-04  Jim Meyering  <meyering@lucent.com>
49673
49674         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
49675         Also include memory.h, stdlib.h, unistd.h if appropriate.
49676         Reported by Andreas Jaeger (conflicting declaration of malloc).
49677
49678 2000-12-02  Jim Meyering  <meyering@lucent.com>
49679
49680         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
49681         * m4/jm-macros.m4 (jm_MACROS): require it.
49682
49683 2000-12-02  Jim Meyering  <meyering@lucent.com>
49684
49685         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
49686
49687 2000-12-01  Paul Eggert  <eggert@twinsun.com>
49688
49689         * lib/memrchr.c: Include <config.h> before any system include file.
49690
49691 2000-11-30  Jim Meyering  <meyering@lucent.com>
49692
49693         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
49694
49695 2000-11-30  Jim Meyering  <meyering@lucent.com>
49696
49697         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
49698
49699 2000-11-29  Paul Eggert  <eggert@twinsun.com>
49700
49701         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
49702
49703 2000-11-26  Jim Meyering  <meyering@lucent.com>
49704
49705         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
49706
49707 2000-11-22  Paul Eggert  <eggert@twinsun.com>
49708
49709         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
49710         size of (size_t) -1; it's not portable.
49711
49712 2000-11-17  Jim Meyering  <meyering@lucent.com>
49713
49714         * lib/strstr.c: Update from GNU libc.
49715
49716 2000-11-17  Akim Demaille  <akim@epita.fr>
49717
49718         * lib/obstack.h: Formatting changes.
49719         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
49720         prevent type checking.
49721         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
49722         cast the value to (void *): assigning a `foo *' to a `void *'
49723         variable is valid.
49724         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
49725
49726 2000-11-16  Jim Meyering  <meyering@lucent.com>
49727
49728         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
49729
49730 2000-11-11  Jim Meyering  <meyering@lucent.com>
49731
49732         * lib/error.c: Add a couple #includes, merging from GNU libc version.
49733
49734 2000-11-10  Jim Meyering  <meyering@lucent.com>
49735
49736         * lib/obstack.h: Update from GNU libc.
49737         * lib/obstack.c: Likewise.
49738
49739 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
49740
49741         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
49742
49743 2000-11-06  Paul Eggert  <eggert@twinsun.com>
49744
49745         * lib/getusershell.c (setusershell): Use rewind rather than
49746         fseek/fseeko, to avoid configuration hassles with fseeko.
49747         Don't bother opening SHELLS_FILE if shellstream is NULL;
49748         it's not necessary.
49749
49750 2000-11-05  Jim Meyering  <meyering@lucent.com>
49751
49752         * lib/makepath.h (make_dir): Declare.
49753         * lib/makepath.c (make_dir): Remove `static' attribute.
49754         Tweak a comment.
49755
49756 2000-11-04  Jim Meyering  <meyering@lucent.com>
49757
49758         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
49759
49760 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
49761
49762         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
49763         last one in a bucket, advance to the next bucket.
49764
49765 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
49766
49767         * lib/fnmatch.c: Do not comment out all the code if we are using
49768         the GNU C library, because in some cases we are replacing buggy
49769         code in the GNU C library itself.
49770
49771 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
49772
49773         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
49774         (regex_compile): Catch bogus \(\1\).
49775
49776 2000-10-30  Paul Eggert  <eggert@twinsun.com>
49777
49778         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
49779         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
49780         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
49781
49782 2000-10-30  Paul Eggert  <eggert@twinsun.com>
49783
49784         * lib/error.h, getline.h, modechange.h:
49785         Remove "2000" from Copyright line, as the file hasn't been
49786         changed this year other than in the copyright notice.
49787
49788         * lib/xalloc.h: Add "2000" to Copyright line, as this file
49789         was changed this year.
49790
49791 2000-10-29  Jim Meyering  <meyering@lucent.com>
49792
49793         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
49794         renaming.
49795         * m4/ls-mntd-fs.m4: Likewise
49796
49797 2000-10-29  Jim Meyering  <meyering@lucent.com>
49798
49799         * lib/xstat.in: Fix grammar in comment.
49800
49801 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
49802
49803         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
49804         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
49805         doesn't define __restrict_arr.
49806
49807 2000-10-28  Jim Meyering  <meyering@lucent.com>
49808
49809         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
49810         (jm_PREREQ_MEMCHR): New function.
49811
49812 2000-10-28  Jim Meyering  <meyering@lucent.com>
49813
49814         * lib/memchr.c: Update from libc.
49815         Adjust for portability:
49816         [HAVE_STDLIB_H]: Include stdlib.h.
49817         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
49818         Undef __memchr, too.
49819         [!weak_alias]: Define __memchr to memchr.
49820
49821         * lib/regex.c: Update from libc.
49822         * lib/regex.h: Likewise.
49823         * lib/getopt1.c: Likewise.
49824         * lib/memcmp.c: Likewise.
49825
49826         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
49827         Avoid using fseek, when possible -- it's broken by design.
49828         Patch by Ulrich Drepper.
49829
49830 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
49831
49832         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
49833         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
49834         Giving in to popular pressure to shut up the compiler with casts.
49835
49836 2000-10-26  Jim Meyering  <meyering@lucent.com>
49837
49838         * lib/strftime.c: Update from libc.
49839
49840 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
49841
49842         * regex.c: More `unsigned char' -> `re_char' changes.
49843         Also change several `int' into `re_wchar_t'.
49844         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
49845         (PUSH_FAILURE_POINTER): Don't cast any more.
49846         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
49847         We want GCC to complain, since this piece of code makes
49848         re_match non-reentrant, which *should* be fixed.
49849         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
49850         (EXTEND_BUFFER): Use RETALLOC.
49851         (SET_LIST_BIT): Don't cast.
49852         (re_wchar_t): New type.
49853         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
49854         that those two functions will always properly return.
49855         (IMMEDIATE_QUIT_CHECK): Cast to void.
49856         (analyse_first): Use recursion rather than an explicit stack.
49857         (re_compile_fastmap): Can't fail anymore.
49858         (re_search_2): Don't check re_compile_fastmap for failure.
49859         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
49860         Now also sets the new value (passed in a new argument).
49861         (re_match_2_internal): Use it.
49862         Also, use a new var `reg' of type size_t when looping through regs
49863         rather than reuse the inappropriate `mcnt'.
49864
49865 2000-10-25  Jim Meyering  <meyering@lucent.com>
49866
49867         * lib/obstack.c: Update from libc.
49868
49869 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
49870
49871         * regex.c (regex_compile): Change the way of handling a range from
49872         a char less than 256 to a char not less than 256.
49873
49874 2000-10-24  Andrew Innes  <andrewi@gnu.org>
49875
49876         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
49877         NT-Emacs only.
49878         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
49879         so that re_search functions only quit when callers expect them to.
49880
49881 2000-10-23  Jim Meyering  <meyering@lucent.com>
49882
49883         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
49884         wrong.  That set_locale call must not have any side effects.
49885         From Paul Eggert.
49886
49887 2000-10-22  Jim Meyering  <meyering@lucent.com>
49888
49889         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
49890         [CYCLIC]: Remove now-unused definition.
49891
49892         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
49893         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
49894         Suggestion from Ulrich Drepper.
49895
49896 2000-10-21  Jim Meyering  <meyering@lucent.com>
49897
49898         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
49899         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
49900         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
49901
49902 2000-10-21  Jim Meyering  <meyering@lucent.com>
49903
49904         * lib/dirname.c (memrchr): Declare if necessary.
49905         (dir_name): Remove the restriction that there be no
49906         trailing slashes.  Now, this code skips past them, effectively
49907         ignoring them.
49908         [TEST_DIRNAME] (main): New unit tests.
49909
49910         * lib/memrchr.c: New file from GNU libc.
49911         Undef __memrchr, too.
49912         [!weak_alias]: Define __memrchr to memrchr.
49913         Guard weak_alias use with `#ifdef weak_alias'.
49914
49915 2000-10-21  Jim Meyering  <meyering@lucent.com>
49916
49917         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
49918         (dir_name): Use dir_name_r.
49919         * lib/dirname.h (dir_name_r): Declare it.
49920
49921 2000-10-17  Jim Meyering  <meyering@lucent.com>
49922
49923         * lib/quote.h (PARAMS): Define and use.
49924         Reported by Akim Demaille.
49925
49926         * lib/getopt.c: Update from libc.
49927
49928 2000-10-16  Jim Meyering  <meyering@lucent.com>
49929
49930         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
49931         setlocale.
49932         From Jan Fedak.
49933
49934 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
49935
49936         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
49937
49938 2000-09-25  Jim Meyering  <meyering@lucent.com>
49939
49940         * lib/md5.h (rol): Define (from GnuPG).
49941
49942         * lib/sha.c: Give credit (GnuPG) where due.
49943         (M): Use rol rather than open-coding it.
49944         Add a FIXME comment.
49945
49946 2000-09-21  Jim Meyering  <meyering@lucent.com>
49947
49948         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
49949         Reported by Michael Stone.
49950
49951 2000-09-20  Jim Meyering  <meyering@lucent.com>
49952
49953         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
49954         (noinst_HEADERS): Add sha.h.
49955         Based on code from Scott G. Miller and from GnuPG.
49956
49957 2000-09-18  Jim Meyering  <meyering@lucent.com>
49958
49959         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
49960         LIBS. Otherwise, everyone ends up linking with -lelf for some
49961         configurations.
49962         Reported by Mike Stone.
49963
49964 2000-09-15  Jim Meyering  <meyering@lucent.com>
49965
49966         * lib/regex.c: Update from libc.
49967
49968 2000-09-10  Jim Meyering  <meyering@lucent.com>
49969
49970         * lib/getopt.c (_getopt_internal): Update from glibc.
49971
49972 2000-09-09  Jim Meyering  <meyering@lucent.com>
49973
49974         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
49975         think it should be used as a general replacement for isascii.
49976         * lib/fnmatch.c: Likewise.
49977         * lib/mbswidth.c: Likewise
49978         * lib/regex.c: Likewise.
49979
49980         Don't use atoi.
49981         * lib/userspec.c: Include sys/param.h and limits.h.
49982         Include xstrtol.h.
49983         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
49984         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
49985         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
49986         UID, GID.  Check range.
49987
49988 2000-09-06  Jim Meyering  <meyering@lucent.com>
49989
49990         * lib/getopt.c (_getopt_internal): Update from glibc.
49991
49992 2000-08-30  Jim Meyering  <meyering@lucent.com>
49993
49994         * lib/strftime.c: Merge in changes from GNU libc.
49995
49996 2000-08-26  Jim Meyering  <meyering@lucent.com>
49997
49998         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
49999         * m4/fpending.m4: New file.
50000
50001 2000-08-26  Jim Meyering  <meyering@lucent.com>
50002
50003         * lib/closeout.c: Include "__fpending.h".
50004         (close_stdout_status): Return right away if there's nothing to flush.
50005
50006         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
50007         * lib/__fpending.c: New file.
50008         * lib/__fpending.h: New file.
50009
50010 2000-08-20  Jim Meyering  <meyering@lucent.com>
50011
50012         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
50013         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
50014         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
50015
50016 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
50017
50018         Improve fileutils installation on systems where running
50019         programs (like install) can't be unlinked.
50020         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
50021         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
50022
50023 2000-08-07  Paul Eggert  <eggert@twinsun.com>
50024
50025         Standardize on "memory exhausted" instead of "Memory exhausted"
50026         or "virtual memory exhausted".
50027         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
50028         "virtual memory exhausted".
50029         * lib/same.c (same_name): Invoke xalloc_die instead of printing
50030         our own message.
50031         * lib/userspec.c (parse_user_spec): Likewise.
50032         * lib/bumpalloc.h: comment fix
50033         * lib/same.c, userspec.c: Include xalloc.h.
50034
50035         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
50036         not char *const and pointing to a constant array.
50037         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
50038         (xrealloc): Comment fix.
50039
50040         * lib/userspec.c (parse_user_spec):
50041         Don't translate a message until just before returning,
50042         to avoid unnecessary translation.
50043
50044 2000-08-07  Jim Meyering  <meyering@lucent.com>
50045
50046         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
50047         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
50048         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
50049         getgroups.c, gethostname.c, getopt.h, group-member.c,
50050         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
50051         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
50052         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
50053         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
50054         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
50055         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
50056         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
50057         yesno.c: Back out Copyright date changes for each file with no change
50058         this year.  This eases coordination with other programs using the same
50059         source code modules.  From Paul Eggert.
50060
50061 2000-08-06  Paul Eggert  <eggert@twinsun.com>
50062
50063         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
50064         not char, for compatibility with glibc 2.1.3 strftime.c.
50065
50066 2000-08-03  Greg McGary  <greg@mcgary.org>
50067
50068         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
50069         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
50070         (EXTEND_BUFFER): Use them.
50071
50072 2000-08-01  Jim Meyering  <meyering@lucent.com>
50073
50074         * lib/dirname.c (ISSLASH): Define.
50075         (BACKSLASH_IS_PATH_SEPARATOR): Define.
50076         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
50077         both `\' and `/' may be use as path separators.
50078         Based on a patch from Prashant TR.
50079
50080 2000-07-31  Paul Eggert  <eggert@twinsun.com>
50081
50082         * lib/quotearg.c (quotearg_n_options): Don't make the initial
50083         slot vector a constant, since it might get modified.
50084
50085 2000-07-31  Jim Meyering  <meyering@lucent.com>
50086
50087         * lib/xmalloc.c: Use `virtual memory exhausted', not
50088         `Memory exhausted'.
50089         * lib/obstack.c (print_and_abort): Likewise.
50090
50091 2000-07-30  Paul Eggert  <eggert@twinsun.com>
50092
50093         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
50094         buffer, so that the caller can always quote one small
50095         component of a "memory exhausted" message in slot 0.
50096         From a suggestion by Jim Meyering.
50097
50098 2000-07-30  Jim Meyering  <meyering@lucent.com>
50099
50100         * lib/makepath.c (make_path): Quote the other instance, too.
50101
50102         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
50103         (STATIC_BUF_SIZE): Define.
50104         (quotearg_n_options): Use only statically allocated storage when
50105         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
50106         than STATIC_BUF_SIZE.
50107
50108 2000-07-29  Jim Meyering  <meyering@lucent.com>
50109
50110         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
50111         * lib/dirname.c (dir_name): Likewise.
50112
50113         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
50114         `/'.
50115
50116         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
50117         (dir_name): Assert that there are no trailing slashes.
50118
50119 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
50120
50121         * lib/mbswidth.h (mbswidth): Add a flags argument.
50122         (mbswidth): New declaration.
50123         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
50124         * lib/mbswidth.c (mbswidth): Add a flags argument.
50125         (mbsnwidth): New function.
50126
50127 2000-07-24  Jim Meyering  <meyering@lucent.com>
50128
50129         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
50130
50131 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50132
50133         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
50134
50135 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50136
50137         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
50138         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
50139         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
50140         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
50141         invoke multibyte primitives.
50142
50143 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50144
50145         * lib/quotearg.c:
50146         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
50147         so that mbstate_t is always defined.
50148
50149         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
50150         be 1 in at least one GCC installation, and this configuration
50151         error is likely to be common.  Ignoring MB_LEN_MAX hurts
50152         performance on hosts that have mbrtowc but have only unibyte
50153         locales, but I assume these hosts are rare.
50154
50155 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50156
50157         * lib/mbswidth.c (_XOPEN_SOURCE):
50158         Don't define; this causes problems on Solaris 7.
50159         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
50160
50161 2000-07-23  Jim Meyering  <meyering@lucent.com>
50162
50163         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
50164         too: getgrgid, getpwuid, getuid.
50165
50166 2000-07-23  Jim Meyering  <meyering@lucent.com>
50167
50168         * lib/basename.c (base_name): Add an assertion.
50169
50170 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
50171
50172         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
50173         shadow its mbsinit function.
50174
50175 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50176
50177         * lib/mbswidth.h: New file.
50178         * lib/mbswidth.c: New file.
50179         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
50180         (noinst_HEADERS): Add mbswidth.h.
50181
50182 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50183
50184         * lib/config.charset: Add support for FreeBSD. Improve support for
50185         HP-UX and IRIX 6.
50186
50187 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
50188
50189         * m4/mbswidth.m4: New file.
50190         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
50191
50192 2000-07-15  Jim Meyering  <meyering@lucent.com>
50193
50194         * lib/makepath.c: Include quote.h.
50195         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
50196         corresponding argument in a `quote (...)' call.
50197         Give better diagnostics.
50198
50199         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
50200         (noinst_HEADERS): Add quote.h.
50201
50202         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
50203         from tar's src/misc.c.
50204         * lib/quote.h: New file.  Prototypes for same.
50205
50206 2000-07-14  Paul Eggert  <eggert@twinsun.com>
50207
50208         From a suggestion by Bruno Haible.
50209         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
50210         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
50211         to decide whether to define the BeOS workaround macro;
50212         this adjusts to the change to AC_MBSTATE_T.
50213
50214 2000-07-14  Jim Meyering  <meyering@lucent.com>
50215
50216         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
50217         jm_AC_TYPE_UINTMAX_T.
50218
50219 2000-07-13  Paul Eggert  <eggert@twinsun.com>
50220
50221         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
50222
50223         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
50224         quotearg_buffer_restyled): Add support for
50225         clocale_quoting_style.  Undo previous change to
50226         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
50227         and "{RIGHT QUOTATION MARK}" msgids.
50228
50229 2000-07-10  Paul Eggert  <eggert@twinsun.com>
50230
50231         From a suggestion by Bruno Haible.
50232         * m4/mbstate_t.m4 (AC_MBSTATE_T):
50233         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
50234         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
50235         and mbstate_t, to a single-part test that simply defines mbstate_t.
50236         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
50237         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
50238
50239 2000-07-10  Jim Meyering  <meyering@lucent.com>
50240
50241         * m4/strerror_r.m4: Mirror the correction made in autoconf.
50242
50243         * m4/gnu-source.m4: Output to confdefs.h directly.
50244         Suggestion from Akim Demaille.
50245
50246 2000-07-09  Paul Eggert  <eggert@twinsun.com>
50247
50248         The old behavior of quoting `like this' doesn't look good with
50249         newer, ISO-style fonts.  See:
50250         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
50251
50252         Instead, quote "like this" by default.  Let the translator
50253         tailor the locale-specific quoting behavior by providing
50254         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
50255
50256         * lib/quotearg.c (N_): New macro.
50257         (gettext_default): New function.
50258         (quotearg_buffer_restyled): Use
50259         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
50260         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
50261
50262 2000-07-09  Jim Meyering  <meyering@lucent.com>
50263
50264         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
50265         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
50266
50267         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
50268         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
50269
50270 2000-07-09  Jim Meyering  <meyering@lucent.com>
50271
50272         * lib/Most files: Update copyright dates to include 2000.
50273
50274 2000-07-08  Jim Meyering  <meyering@lucent.com>
50275
50276         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
50277         if not defined.
50278         (xgethostname): Remove now-unnecessary #ifdef.
50279         Move declaration of `err' into loop where it's used.
50280
50281 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50282         and Bruno Haible  <haible@clisp.cons.org>
50283
50284         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
50285         only if the test for an object-type mbstate_t fails.  This
50286         prevents us from mistakenly reporting that mbstate_t is a
50287         system object type after we "#define mbstate_t int" to work
50288         around its lack.
50289
50290 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50291         and Bruno Haible  <haible@clisp.cons.org>
50292
50293         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
50294
50295 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50296
50297         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
50298         to strerror_r.
50299         Include <ctype.h> for use of isalpha.
50300
50301 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50302
50303         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
50304         by allocating a larger buffer. Test the gethostname return value for
50305         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
50306         returns an error and ENAMETOOLONG isn't defined.
50307
50308 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50309
50310         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
50311         dimension.
50312
50313 2000-07-04  Jim Meyering  <meyering@lucent.com>
50314
50315         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
50316         of the deprecated AC_CHECKING.
50317
50318 2000-07-04  Jim Meyering  <meyering@lucent.com>
50319
50320         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
50321         Reported by Bruno Haible.
50322
50323 2000-07-04  Jim Meyering  <meyering@lucent.com>
50324
50325         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
50326         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
50327         lacks mbrtowc.
50328
50329 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50330
50331         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
50332         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
50333
50334 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50335         and Bruno Haible  <haible@clisp.cons.org>
50336
50337         * lib/quotearg.c (mbrtowc):
50338         Assign to *pwc, and return 1 only if result is nonzero.
50339         (iswprint): Use ISPRINT when substituting our own mbrtowc.
50340
50341 2000-07-03  Jim Meyering  <meyering@lucent.com>
50342
50343         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
50344
50345 2000-07-03  Jim Meyering  <meyering@lucent.com>
50346
50347         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
50348         This is necessary to get a definition of e.g., UTMP_FILE on
50349         HP-UX 10.20.
50350         From Bob Proulx.
50351
50352 2000-07-02  Jim Meyering  <meyering@lucent.com>
50353
50354         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
50355
50356         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
50357         AC_LIBOBJ(function_name).
50358         * m4/chown.m4: Likewise.
50359         * m4/fnmatch.m4: Likewise.
50360         * m4/ftruncate.m4: Likewise.
50361         * m4/getgroups.m4: Likewise.
50362         * m4/getline.m4: Likewise.
50363         * m4/group-member.m4: Likewise.
50364         * m4/jm-macros.m4: Likewise.
50365         * m4/lstat.m4: Likewise.
50366         * m4/malloc.m4: Likewise.
50367         * m4/memcmp.m4: Likewise.
50368         * m4/nanosleep.m4: Likewise.
50369         * m4/putenv.m4: Likewise.
50370         * m4/realloc.m4: Likewise.
50371         * m4/regex.m4: Likewise.
50372         * m4/stat.m4: Likewise.
50373         * m4/strftime.m4: Likewise.
50374
50375 2000-07-02  Jim Meyering  <meyering@lucent.com>
50376
50377         * lib/quotearg.c (mbstate_t): Don't define here.
50378
50379 2000-07-02  Jim Meyering  <meyering@lucent.com>
50380
50381         * lib/nanosleep.c (SIGCONT): Define if not already defined.
50382
50383 2000-07-01  Jim Meyering  <meyering@lucent.com>
50384
50385         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
50386
50387 2000-07-01  Jim Meyering  <meyering@lucent.com>
50388
50389         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
50390         problem.
50391
50392 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
50393
50394         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
50395         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
50396
50397 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
50398
50399         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
50400         per change in ../m4/ls-mntd-fs.m4.
50401         (read_filesystem_list): Ignore symbolic links.
50402
50403 2000-06-29  Jim Meyering  <meyering@lucent.com>
50404
50405         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
50406         for declaration of strcmp.
50407
50408         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
50409
50410         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
50411         Avoid warning by casting result to `char *' to remove `const'.
50412
50413 2000-06-28  Jim Meyering  <meyering@lucent.com>
50414
50415         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
50416         included by quotearg.c, for which we perform this test.  From
50417         Bruno Haible.
50418
50419 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
50420
50421         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
50422         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
50423         <utmpx.h> exists, put readutmp.o into LIBOBJS.
50424
50425 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
50426
50427         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
50428
50429 2000-06-26  Paul Eggert  <eggert@twinsun.com>
50430
50431         savedir now sets errno on failure and invokes xmalloc to get memory.
50432         Fix a couple of other minor bugs while we're at it.
50433
50434         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
50435         (NAMLEN): Remove macro.
50436         (malloc, realloc): Remove decls.
50437         (stpcpy): Likewise.
50438         ("xalloc.h"): Include.
50439         (NAME_SIZE_DEFAULT): New macro.
50440         (savedir): Use xmalloc / xrealloc to allocate memory.
50441         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
50442         Skip "" directory entries.
50443         Use strlen to calculate directory entry length, since the old method
50444         is rarely used these days and isn't worth supporting.
50445         Don't use a pointer after freeing it.
50446         Check for integer overflow when calculating allocation size.
50447         Use memcpy to copy entries, instead of stpcpy.
50448         Set errno properly when returning NULL.
50449         Check for readdir error.
50450
50451 2000-06-26  Jim Meyering  <meyering@lucent.com>
50452
50453         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
50454
50455 2000-06-25  Jim Meyering  <meyering@lucent.com>
50456
50457         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
50458         Linux header bug when _XOPEN_SOURCE is defined to 500.
50459
50460 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
50461
50462         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
50463         deficiency.
50464
50465 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
50466
50467         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
50468         Include xalloc.h.
50469         Don't include <stdlib.h>.  Don't declare malloc, realloc.
50470
50471 2000-06-24  Jim Meyering  <meyering@lucent.com>
50472
50473         * m4/strerror_r.m4: Revive this file -- to try out an experimental
50474         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
50475         for which strerror does return char*, but which lacks a conveniently
50476         accessible declaration of the function.  If the compile-test says
50477         strerror_r doesn't work, then resort to a `run'-test that works on
50478         BeOS and segfaults on DEC Unix.
50479
50480 2000-06-24  Jim Meyering  <meyering@lucent.com>
50481
50482         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
50483
50484 2000-06-23  Paul Eggert  <eggert@twinsun.com>
50485
50486         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
50487         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
50488
50489 2000-06-23  Paul Eggert  <eggert@twinsun.com>
50490
50491         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
50492         (mbrtowc, mbstate_t): Define substitutes if
50493         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
50494         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
50495         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
50496
50497 2000-06-23  Jim Meyering  <meyering@lucent.com>
50498
50499         * m4/afs.m4: Add missing AC_MSG_RESULT.
50500         Reported by Bruno Haible.
50501
50502         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
50503         Suggestion from Bruno Haible.
50504
50505 2000-06-23  Jim Meyering  <meyering@lucent.com>
50506
50507         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
50508
50509 2000-06-21  Jim Meyering  <meyering@lucent.com>
50510
50511         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
50512
50513 2000-06-21  Jim Meyering  <meyering@lucent.com>
50514
50515         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
50516         (noinst_HEADERS): Add getstr.h.
50517
50518         * lib/getline.c (getstr): Move into a separate file.
50519         * lib/getstr.c (getstr): New file, extracted from getline.c, with
50520         the following changes: new parameter, delim2; both delim[12]
50521         parameters have type `int', not `char'.  The latter would lose
50522         with 8-bit delimiters.
50523         * lib/getstr.h: New file.
50524
50525 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50526
50527         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
50528         than 1024, return a memory chunk of least possible size, instead
50529         of size PATH_MAX + 2. In the loop, increment the size proportionally.
50530         Use free/xmalloc instead of xrealloc to avoid copying for very long
50531         paths.
50532
50533 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50534
50535         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
50536         the empty string.
50537
50538 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50539
50540         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
50541         address, not strdup.  Include <stdlib.h> and don't declare free().
50542
50543 2000-06-19  Jim Meyering  <meyering@lucent.com>
50544
50545         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
50546
50547 2000-06-18  Jim Meyering  <meyering@lucent.com>
50548
50549         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
50550
50551         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
50552         `checking whether...' message to be consistent with that of the
50553         lstat test.
50554
50555 2000-06-18  Jim Meyering  <meyering@lucent.com>
50556
50557         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
50558         Besides, these days every porting target provides a mkdir function.
50559
50560         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
50561         needed. (this snippet comes from src/system.h).
50562
50563 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
50564
50565         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
50566
50567 2000-06-15  Paul Eggert  <eggert@twinsun.com>
50568
50569         * lib/human.c (adjust_value): New function.
50570         (human_readable_inexact): Apply rounding style even when
50571         printing approximate values.
50572
50573 2000-06-14  Paul Eggert  <eggert@twinsun.com>
50574
50575         * lib/human.c (human_readable_inexact): Allow an input block
50576         size that is not a multiple of the output block size, and vice versa.
50577         Reported by Piergiorgio Sartor.
50578
50579 2000-06-14  Paul Eggert  <eggert@twinsun.com>
50580
50581         * lib/getdate.y (get_date): Apply relative times after time
50582         zone indicator, not before.  Reported by Todd A. Jacobs.
50583
50584 2000-06-13  Jim Meyering  <meyering@lucent.com>
50585
50586         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
50587
50588         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
50589
50590 2000-06-12  Paul Eggert  <eggert@twinsun.com>
50591
50592         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
50593
50594 2000-06-12  Jim Meyering  <meyering@lucent.com>
50595
50596         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
50597         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
50598         optional argument.
50599         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
50600         the optional argument, `lib'.
50601
50602 2000-06-08  Jim Meyering  <meyering@lucent.com>
50603
50604         * m4/largefile.m4: Remove file (now that it's part of autoconf).
50605
50606 2000-06-04  Paul Eggert  <eggert@twinsun.com>
50607
50608         Rewrite largefile configuration so that we don't need to run
50609         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
50610         AC_CANONICAL_HOST in configure.in -- jmm]
50611
50612         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
50613         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
50614         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
50615         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
50616         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
50617         All uses changed.
50618         Instead of inspecting the output of getconf, try to compile the
50619         test program without and with the macro definition.
50620         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
50621         for getconf.  Instead, check for the needed flags by compiling
50622         test programs.
50623
50624 2000-06-04  Paul Eggert  <eggert@twinsun.com>
50625
50626         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
50627
50628 2000-06-04  Jim Meyering  <meyering@lucent.com>
50629
50630         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
50631         SunOS 4.1.4 for which gid_t is an unsigned type.
50632
50633 2000-06-03  Jim Meyering  <meyering@lucent.com>
50634
50635         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
50636         now that autoconf requires that.
50637
50638         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
50639         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
50640         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
50641
50642 2000-06-03  Jim Meyering  <meyering@lucent.com>
50643
50644         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
50645
50646 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
50647
50648         * m4/glibc21.m4: New file.
50649         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
50650
50651 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
50652
50653         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
50654         newer, don't install charset.alias.
50655         * lib/config.charset: Change the Linux/glibc rules so they become empty
50656         on glibc-2.1 or newer.
50657
50658 2000-06-02  Jim Meyering  <meyering@lucent.com>
50659
50660         * lib/mountlist.c: Back out last change.  Instead, do this...
50661         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
50662         me_dummy member using the same `ignore'-testing code.
50663         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
50664         fs_type strings.
50665         From Mark D. Roth.
50666
50667 2000-05-29  Jim Meyering  <meyering@lucent.com>
50668
50669         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
50670         mounts with the `ignore' attribute.  Based on a patch from
50671         Mark D. Roth.
50672
50673 2000-05-28  Jim Meyering  <meyering@lucent.com>
50674
50675         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
50676         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50677         * m4/stat.m4: Likewise.
50678         * m4/lstat.m4: Likewise.
50679         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
50680
50681         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
50682         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
50683
50684 2000-05-26  Jim Meyering  <meyering@lucent.com>
50685
50686         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
50687
50688 2000-05-24  Jim Meyering  <meyering@lucent.com>
50689
50690         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
50691         autoconf requires that.
50692         * m4/lib-check.m4: Likewise.
50693         * m4/jm-macros.m4: Likewise.
50694         * m4/strftime.m4: Likewise.
50695
50696         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
50697         AC_CHECK_DECLS, now that autoconf requires that.
50698
50699 2000-05-22  Jim Meyering  <meyering@lucent.com>
50700
50701         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50702         * m4/lstat.m4: Likewise.
50703
50704 2000-05-22  Jim Meyering  <meyering@lucent.com>
50705
50706         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
50707
50708 2000-05-20  Jim Meyering  <meyering@lucent.com>
50709
50710         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
50711         (jm_PREREQ): Use it.
50712
50713 2000-05-18  Jim Meyering  <meyering@lucent.com>
50714
50715         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
50716         back, too, since it may have been modified by allocate_entry.
50717         (hash_delete): Rewrite to use neither the assignment operator
50718         nor the comma operator in an if-expression.
50719
50720 2000-05-15  Paul Eggert  <eggert@twinsun.com>
50721
50722         * lib/closeout.c:
50723         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
50724         Remove; no longer needed.
50725         "quotearg.h": Add include.
50726         (file_name): Do not bother to explicitly initialize to NULL; it's less
50727         efficient on some hosts.
50728         (close_stdout_status): Remove test as to whether stdout was already
50729         closed; it breaks for the case "echo x | sort >&-".
50730         Quote file name colons.
50731         Do not assume that _("write error") lacks format strings.
50732
50733 2000-05-15  Jim Meyering  <meyering@lucent.com>
50734
50735         * lib/version-etc.c (version_etc_copyright): Update the copyright
50736         string used in all --version output.
50737
50738 2000-05-14  Jim Meyering  <meyering@lucent.com>
50739
50740         * lib/closeout.c (close_stdout_set_file_name): New function.
50741         (close_stdout_status): Use new file-scoped global.
50742         Return right away if fstat says the stdout file descriptor is invalid.
50743         * lib/closeout.h (close_stdout_set_file_name): Declare.
50744
50745 2000-05-10  Jim Meyering  <meyering@lucent.com>
50746
50747         * lib/closeout.c [default_exit_status]: New file-scoped variable.
50748         (close_stdout_set_status): New function.
50749         * lib/closeout.h (close_stdout_set_status): Declare.
50750
50751 2000-05-09  Jim Meyering  <meyering@lucent.com>
50752
50753         * m4/gettext.m4: Rename this...
50754         * m4/libintl.m4: ...to this.
50755
50756 2000-05-08  Jim Meyering  <meyering@lucent.com>
50757
50758         * lib/long-options.c: Don't include closeout.h.
50759         (parse_long_options): Don't call close_stdout for --version.
50760
50761 2000-05-06  Paul Eggert  <eggert@twinsun.com>
50762
50763         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
50764         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
50765         2.1.3 bug.  This avoids a clash when files like regex.c define
50766         _GNU_SOURCE.
50767
50768 2000-05-06  Jim Meyering  <meyering@lucent.com>
50769
50770         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
50771         (AC_REPLACE_FUNCS): Add strnlen.
50772
50773         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
50774         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
50775
50776         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
50777         AC_SEARCH_LIBS call for nanosleep.
50778         (LIB_NANOSLEEP): Set and AC_SUBST.
50779
50780 2000-05-06  Jim Meyering  <meyering@lucent.com>
50781
50782         * lib/strnlen.c: Undefine __strnlen and strnlen.
50783         [!weak_alias]: Define __strnlen to strnlen.
50784
50785         * lib/atexit.c: New file, from libiberty.
50786
50787 2000-05-06  Jim Meyering  <meyering@lucent.com>
50788
50789         * lib/closeout.c (close_stdout_status): Also check for errors on the
50790         stderr stream.
50791
50792 2000-05-05  Jim Meyering  <meyering@lucent.com>
50793
50794         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
50795         AC_SEARCH_LIBS call for clock_gettime.
50796         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
50797
50798         * m4/search-libs.m4: Update from autoconf.
50799
50800         su doesn't work on Solaris 2.6.
50801         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
50802         <shadow.h>.  Reported by Dragos Harabor.
50803
50804 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
50805
50806         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
50807         memcpy instead of xmalloc, xrealloc, path_concat.
50808         (locale_charset): Treat empty environment variables as absent.
50809         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
50810
50811 2000-05-04  Jim Meyering  <meyering@lucent.com>
50812
50813         * lib/getopt.c: Update from glibc.
50814         * lib/obstack.c: Likewise.
50815         * lib/obstack.h: Likewise.
50816         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
50817         file
50818
50819         * lib/regex.h: Likewise.
50820         * lib/strndup.c: Likewise.
50821         * lib/strnlen.c: New file, from glibc.
50822
50823 2000-05-03  Jim Meyering  <meyering@lucent.com>
50824
50825         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
50826
50827 2000-05-02  Paul Eggert  <eggert@twinsun.com>
50828
50829         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
50830         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
50831         compile-time test, rather than inspecting host and OS, to
50832         decide whether to define _LARGEFILE_SOURCE.
50833
50834 2000-05-01  Jim Meyering  <meyering@lucent.com>
50835
50836         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
50837
50838         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
50839         Based on a patch from Bruno Haible.
50840
50841 2000-05-01  Jim Meyering  <meyering@lucent.com>
50842
50843         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
50844
50845 2000-04-29  Jim Meyering  <meyering@lucent.com>
50846
50847         * lib/path-concat.c: Declare strdup only if it's not defined.
50848         * lib/canon-host.c: Likewise.
50849
50850 2000-04-28  Jim Meyering  <meyering@lucent.com>
50851
50852         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
50853         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
50854         is included first, then limits.h is included by locale.h by libintl.h.
50855         From John David Anglin.
50856
50857 2000-04-25  Jim Meyering  <meyering@lucent.com>
50858
50859         * lib/makepath.c (S_IRWXUGO): Define.
50860         (make_path): Always perform explicit chmod if MODE specifies any
50861         of the `special' permission bits.  Prompted by a bug report against
50862         install from Mate Wierdl and Joost van Baal.
50863
50864 2000-04-18  Jim Meyering  <meyering@lucent.com>
50865
50866         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
50867         (jm_PREREQ): Use it.
50868
50869 2000-04-18  Jim Meyering  <meyering@lucent.com>
50870
50871         * lib/README: New file.
50872
50873         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
50874         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
50875
50876 2000-04-17  Jim Meyering  <meyering@lucent.com>
50877
50878         Get it right :-)
50879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
50880         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
50881         Suggestion from Akim Demaille.
50882
50883 2000-04-17  Jim Meyering  <meyering@lucent.com>
50884
50885         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
50886         the definition of it to rpl_strftime also defined-away the system's
50887         declaration.
50888
50889 2000-04-15  Jim Meyering  <meyering@lucent.com>
50890
50891         Use `C' to denote so-called `contiguous' files, the same way
50892         that tar does.
50893         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
50894         (ftypelet): Use S_ISCTG.
50895         From Michael Deutschmann.
50896
50897 2000-04-14  Jim Meyering  <meyering@lucent.com>
50898
50899         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
50900         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
50901         clobbered.
50902
50903 2000-04-14  Jim Meyering  <meyering@lucent.com>
50904
50905         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
50906
50907 2000-04-13  Jim Meyering  <meyering@lucent.com>
50908
50909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
50910         AH_VERBATIM to insert required #ifndef into config.h.in.
50911         Suggestion from Akim Demaille.
50912
50913 2000-04-12  Jim Meyering  <meyering@lucent.com>
50914
50915         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
50916         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
50917         Christian Krackowizer.
50918
50919         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
50920         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
50921         (AC_SYS_LARGEFILE): Require.
50922         (AM_C_PROTOTYPES): Require.
50923
50924 2000-04-08  Jim Meyering  <meyering@lucent.com>
50925
50926         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
50927         names don't conflict.  Reported by Eli Zaretskii.
50928
50929 2000-04-07  Jim Meyering  <meyering@lucent.com>
50930
50931         * lib/putenv.c: Move inclusion of errno.h so it follows that of
50932         sys/types.h, to work around system header problems on AIX 3.2.5.
50933         From Bruno Haible.
50934
50935 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
50936
50937         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
50938         bug.  Deal with the different error behavior of Irix iconv.
50939
50940 2000-04-05  Paul Eggert  <eggert@twinsun.com>
50941
50942         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
50943         IRIX if the installer said otherwise.
50944
50945 2000-04-05  Jim Meyering  <meyering@lucent.com>
50946
50947         Portability tweaks required for ultrix4.3.
50948         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
50949         (jm_CHECK_DECLS): Add getutent to the list of functions.
50950         (_jm_DECL_HEADERS): Add utmpx.h.
50951         From John David Anglin.
50952
50953         * m4/strftime.m4: Back out the 2000-04-02 change.
50954         Instead of that change, simply undefine putenv in the test program.
50955
50956 2000-04-05  Jim Meyering  <meyering@lucent.com>
50957
50958         Portability tweaks required for ultrix4.3.
50959         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
50960         getutent.
50961         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
50962         * lib/canon-host.c: Declare strdup.
50963         * lib/path-concat.c: Likewise.
50964         From John David Anglin.
50965
50966 2000-04-04  Jim Meyering  <meyering@lucent.com>
50967
50968         Be more DOS 8.3-friendly.
50969         * lib/ref-add.sin: Renamed from ref-add.sed.in.
50970         * lib/ref-del.sin: Renamed from ref-del.sed.in.
50971         * lib/Makefile.am: Reflect renaming.
50972         Reported by Eli Zaretskii.
50973
50974         Use a temporary file name that won't clash with `charset.alias'
50975         in the DOS 8.3 name space.
50976         * lib/Makefile.am (charset_tmp): Define.
50977         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
50978         (uninstall-local): Likewise.
50979         Reported by Eli Zaretskii.
50980
50981 2000-04-03  Jim Meyering  <meyering@lucent.com>
50982
50983         * m4/gettext.m4: Fix typo in comment.
50984
50985         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
50986         textutils/configure.in).  Suggestion from Paul Eggert.
50987         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
50988
50989 2000-04-02  Paul Eggert  <eggert@twinsun.com>
50990
50991         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
50992         variable in the shell rather than using putenv, which isn't
50993         portable.  This avoids the configure-time inter-test dependency
50994         on the potentially-renamed putenv function.
50995
50996 2000-03-30  Paul Eggert  <eggert@twinsun.com>
50997
50998         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
50999         before checking struct stat.st_blksize, so that
51000         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
51001
51002 2000-03-29  Paul Eggert  <eggert@twinsun.com>
51003
51004         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
51005         since strftime.c uses HAVE_STRFTIME to decide whether to use
51006         the underlying strftime.
51007
51008 2000-03-29  Paul Eggert  <eggert@twinsun.com>
51009
51010         * lib/time/strftime.c (my_strftime): Make sure we call the system
51011         strftime, not ourselves, when invoking the underlying strftime.
51012
51013 2000-03-24  Jim Meyering  <meyering@lucent.com>
51014
51015         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
51016         (charset_alias): Define.
51017         (install-exec-local): Factor out common code.
51018         (uninstall-local): Split lines longer than 80.
51019         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
51020         (SUFFIXES): Define.
51021         (.sed.in.sed): New rule.  Don't redirect directly to $@.
51022         (CLEANFILES): Add ref-add.sed and ref-del.sed.
51023
51024 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
51025
51026         * lib/config.charset: Output a line containing "Packages using this
51027         file".
51028         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
51029         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
51030         ref-del.sed): New rules.
51031
51032 2000-03-17  Jim Meyering  <meyering@lucent.com>
51033
51034         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
51035         Otherwise, include <strings.h>
51036
51037 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
51038
51039         * lib/unicodeio.c (utf8_wctomb): New function.
51040         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
51041         format instead of in UCS-4 with platform dependent endianness.
51042
51043 2000-03-10  Jim Meyering  <meyering@lucent.com>
51044
51045         * m4/lib-check.m4: Look for getspnam in -lgen, too.
51046         From Marco Franzen.
51047
51048 2000-03-07  Paul Eggert  <eggert@twinsun.com>
51049
51050         * lib/savedir.c (savedir): Work even if directory size is
51051         negative; this can happen with some screwy NFS configurations.
51052
51053 2000-03-06  Jim Meyering  <meyering@lucent.com>
51054
51055         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
51056         if it's NULL (because we ran out of memory).  From Bruno Haible.
51057
51058 2000-03-05  Jim Meyering  <meyering@lucent.com>
51059
51060         * lib/localcharset.c ("path-concat.h"): Include.
51061         (get_charset_aliases): Use path_concat instead of ANSI string
51062         concatenation.
51063
51064         * lib/unicodeio.h (PARAMS): Define.
51065         Use it to guard prototype.
51066
51067 2000-03-04  Jim Meyering  <meyering@lucent.com>
51068
51069         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
51070         for lib/localcharset.c.
51071
51072 2000-03-04  Jim Meyering  <meyering@lucent.com>
51073
51074         * lib/Makefile.am (install-exec-local): Create $(libdir) before
51075         installing into it.
51076         (uninstall-local): Uncomment this rule so `make distcheck' works
51077         once again.
51078
51079         * lib/unicodeio.c (<errno.h>): Include it.
51080         (errno): Declare if not defined.
51081
51082         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
51083
51084         * lib/config.charset: New version, incorporating remarks from a linux
51085         i18n mailing list.  From Bruno Haible.
51086
51087 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
51088
51089         * m4/codeset.m4: New file.
51090         * m4/iconv.m4: New file.
51091         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
51092
51093 2000-03-03  Jim Meyering  <meyering@lucent.com>
51094
51095         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
51096
51097 2000-03-02  Jim Meyering  <meyering@lucent.com>
51098
51099         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
51100         the messages come out on separate lines.
51101
51102         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
51103         rather than jm_CHECK_DECLARATIONS.
51104         * m4/decl.m4: Remove now-unused file.
51105
51106         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
51107         geteuid.
51108
51109 2000-03-02  Jim Meyering  <meyering@lucent.com>
51110
51111         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
51112
51113 2000-03-01  Jim Meyering  <meyering@lucent.com>
51114
51115         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
51116         * lib/unicodeio.c: Likewise.
51117
51118 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
51119
51120         * lib/config.charset: New file.
51121         * lib/localcharset.c: New file.
51122         * lib/unicodeio.h, lib/unicodeio.c: New files.
51123         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
51124         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
51125         (noinst_HEADERS): Add unicodeio.h.
51126         (all-local, install-exec-local, charset.alias): New targets.
51127
51128 2000-02-28  Paul Eggert  <eggert@twinsun.com>
51129
51130         * lib/quotearg.c (ALERT_CHAR): New macro.
51131         (quotearg_buffer_restyled): Use it.
51132
51133 2000-02-27  Jim Meyering  <meyering@lucent.com>
51134
51135         * m4/check-decl.m4: Add getenv to the list.
51136
51137 2000-02-27  Jim Meyering  <meyering@lucent.com>
51138
51139         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
51140         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
51141
51142         * lib/backupfile.c: Guard inclusion of stdlib.h with
51143         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
51144         Declare malloc if needed.
51145
51146         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
51147         `#ifndef HAVE_DECL..'
51148         now that autoconf always defines the HAVE_DECL_ symbols.
51149         * lib/human.c: Likewise.
51150         * lib/same.c: Likewise.
51151         * lib/strtoumax.c: Likewise.
51152
51153         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
51154         declaration check was not run.
51155         * lib/hash.c: Likewise.
51156         * lib/human.c: Likewise.
51157         * lib/same.c: Likewise.
51158         * lib/strtoumax.c: Likewise.
51159
51160         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
51161         `.', then first look up the entire `.'-containing string as a login
51162         name.
51163
51164 2000-02-23  Jim Meyering  <meyering@lucent.com>
51165
51166         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
51167         in place of my hack.
51168
51169 2000-02-18  Paul Eggert  <eggert@twinsun.com>
51170
51171         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
51172         (textint): New typedef.
51173         (parser_control): Member year changed from int to textint.
51174         All uses changed.
51175         (YYSTYPE): Removed; replaced by %union with int and textint members.
51176         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
51177         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
51178         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
51179         (tSNUMBER, tUNUMBER): Now of type <textintval>.
51180         (date, number, to_year): Use width of number in digits, not its value,
51181         to determine whether it's a 2-digit year, or a 2-digit time.
51182         (yylex): Store number of digits of numeric tokens.
51183         Reported by John Kendall.
51184
51185         (parser_control): Changed from struct parser_control to typedef (for
51186         consistency).  All uses changed.
51187
51188         (tID): Removed; not used.
51189         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
51190
51191 2000-02-14  Paul Eggert  <eggert@twinsun.com>
51192
51193         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
51194         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
51195
51196 2000-02-12  Jim Meyering  <meyering@lucent.com>
51197
51198         * lib/userspec.c (ISDIGIT): Define it.
51199         (isdigit): Remove definition.
51200         (is_number): Use ISDIGIT, not isdigit.
51201         <libintl.h>: Include.
51202         (_ and N_): Define.
51203         (parse_user_spec): Mark translatable strings.
51204
51205 2000-02-10  Jim Meyering  <meyering@lucent.com>
51206
51207         With these changes, nanosleep.[ch] are finally enough like the other
51208         lib/* replacement files to compile on a few more losing systems.
51209
51210         * lib/nanosleep.h: Don't include config.h.
51211         Remove prototype from declaration of nanosleep.
51212         (PARAMS): Remove now-unneeded definition.
51213         * lib/nanosleep.c: #undef nanosleep.
51214         (rpl_nanosleep): Rename from nanosleep.
51215
51216 2000-02-10  Jim Meyering  <meyering@lucent.com>
51217
51218         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
51219         gnu_nanosleep to rpl_nanosleep.
51220
51221 2000-02-09  Jim Meyering  <meyering@lucent.com>
51222
51223         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
51224         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
51225
51226 2000-02-08  Akim Demaille  <akim@epita.fr>
51227
51228         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
51229         `[' and `]' and remove uses of `changequote'.
51230         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
51231         (AC_SYS_LARGEFILE): Likewise.
51232         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
51233         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
51234         of changequote.
51235         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
51236         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
51237         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
51238         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
51239
51240 2000-02-05  Jim Meyering  <meyering@lucent.com>
51241
51242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
51243         Remove explicit use of AC_HEADER_TIME.  It is required by
51244         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
51245         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
51246         in autoconf whereby the expansion of the latter ended up preceding
51247         the expansion of its prerequisite, AC_HEADER_TIME.
51248         Reported by Volker Borchert.
51249
51250 2000-02-03  Jim Meyering  <meyering@lucent.com>
51251
51252         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
51253
51254 2000-02-03  Jim Meyering  <meyering@lucent.com>
51255
51256         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
51257         rather than with `#if HAVE_UTMPNAME'.
51258
51259 2000-02-02  Jim Meyering  <meyering@lucent.com>
51260
51261         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
51262         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
51263         Reported by Eli Zaretskii.
51264
51265 2000-02-01  Jim Meyering  <meyering@lucent.com>
51266
51267         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
51268
51269 2000-01-31  Jim Meyering  <meyering@lucent.com>
51270
51271         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
51272         functions.  Add the time.h and sys/time.h headers along with the
51273         AC_REQUIRE'ment of AC_HEADER_TIME.
51274
51275 2000-01-31  Jim Meyering  <meyering@lucent.com>
51276
51277         * lib/nanosleep.h (nanosleep): Guard declaration with
51278         `#if ! HAVE_DECL_NANOSLEEP'.
51279         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
51280         the declaration in that vendor's sys/timers.h.
51281         Reported by Christian Krackowizer.
51282
51283         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
51284         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
51285         (ISPRINT): Likewise.
51286         Reported by Tom Tromey.
51287
51288 2000-01-30  Jim Meyering  <meyering@lucent.com>
51289
51290         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
51291
51292         * m4/prereq.m4 (utmp_includes): Define.
51293         Check for ut_user and ut_name members in both struct utmpx
51294         and struct utmp.
51295
51296 2000-01-30  Jim Meyering  <meyering@lucent.com>
51297
51298         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
51299         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
51300         header files where only utmpx.ut_user is declared.
51301
51302         * lib/readutmp.h (UT_USER): Define.
51303
51304 2000-01-29  Jim Meyering  <meyering@lucent.com>
51305
51306         * m4/lib-check.m4: New file containing library-related checks from
51307         fileutils and sh-utils (textutils had none).
51308
51309 2000-01-28  Jim Meyering  <meyering@lucent.com>
51310
51311         * m4/perl.m4: Change format of warning message to look more like that
51312         from the missing script.  Suggestion from François Pinard.
51313
51314 2000-01-25  Jim Meyering  <meyering@lucent.com>
51315
51316         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
51317         well as time.h in the compile check.
51318         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
51319         Fix typo in cross-compiling case: s/yes/no/.
51320
51321 2000-01-23  Jim Meyering  <meyering@lucent.com>
51322
51323         * m4/jm-macros.m4: Move df-related tests here from
51324         fileutils/configure.in
51325
51326         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
51327         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
51328
51329         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
51330         s/space/ac_fsusage_space/.
51331         (jm_FILE_SYSTEM_USAGE): Take two parameters.
51332
51333         * m4/ftruncate.m4: New file (derived from part of
51334         fileutils/configure.in).
51335         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
51336         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
51337
51338         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
51339         AC_SUBST these here, rather than just in sh-util/configure.in, so
51340         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
51341         all the same.
51342         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
51343         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
51344         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
51345         (AC_SUBST(POW_LIBM)): Likewise.
51346         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
51347
51348 2000-01-23  Jim Meyering  <meyering@lucent.com>
51349
51350         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
51351         obstack.c.
51352
51353 2000-01-22  Jim Meyering  <meyering@lucent.com>
51354
51355         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
51356
51357         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
51358
51359         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
51360         configure.in
51361         (AC_CHECK_HEADERS): Likewise for sh-utils.
51362         (AC_CHECK_HEADERS): Likewise for textutils.
51363         Merge the three lists of headers.
51364
51365         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
51366         from fileutils' configure.in.
51367
51368         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
51369         code. Moved tests into their own function (_jm_DECL_HEADERS) in
51370         check-decl.m4.
51371
51372         * m4/check-decl.m4: Use #if rather than #ifdef.
51373         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
51374         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
51375         (_jm_DECL_HEADERS): Define new function.
51376         (jm_CHECK_DECLARATIONS): Require it.
51377
51378 2000-01-22  Jim Meyering  <meyering@lucent.com>
51379
51380         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
51381         [! HAVE_DECL_STRTOULL]: Declare strtoull.
51382         Required for some AIX systems.  Reported by Christian Krackowizer.
51383         [TESTING] (main): New function.
51384
51385         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
51386         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
51387         letters.
51388
51389         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
51390         iswprint.
51391
51392         * lib/strverscmp.c (ISDIGIT): Define.
51393         (strverscmp): Use ISDIGIT, not isdigit.
51394
51395 2000-01-19  Jim Meyering  <meyering@lucent.com>
51396
51397         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
51398         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
51399         defines `struct timespec' in <sys/time.h>
51400
51401         * m4/c-bs-a.m4: Remove uses of changequote altogether.
51402         Thanks to Akim for explaining.
51403
51404 2000-01-17  Paul Eggert  <eggert@twinsun.com>
51405
51406         * lib/nanosleep.c (nanosleep):
51407         Don't use SA_INTERRUPT to decide whether to call sigaction, as
51408         POSIX.1 doesn't require SA_INTERRUPT and some systems
51409         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
51410         it's been part of POSIX.1 since day 1 (in 1988).
51411
51412 2000-01-17  Jim Meyering  <meyering@lucent.com>
51413
51414         * lib/interlock: Remove unused file.  Reported by François Pinard.
51415
51416 2000-01-16  Paul Eggert  <eggert@twinsun.com>
51417
51418         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
51419         alert, backslash, formfeed, and vertical tab unnecessarily in
51420         shell quoting style.
51421
51422 2000-01-16  Jim Meyering  <meyering@lucent.com>
51423
51424         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
51425         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
51426         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
51427         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
51428
51429 2000-01-16  Jim Meyering  <meyering@lucent.com>
51430
51431         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
51432         because the latter didn't work.
51433
51434 2000-01-15  Jim Meyering  <meyering@lucent.com>
51435
51436         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
51437         (AC_REPLACE_FUNCS): Add memcpy and memset.
51438         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
51439         Add strpbrk.
51440         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
51441
51442 2000-01-12  Jim Meyering  <meyering@lucent.com>
51443
51444         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
51445         (jm_PREREQ): Use it.
51446         (jm_PREREQ_READUTMP): New macro.
51447         (jm_PREREQ): Use it.
51448
51449 2000-01-11  Paul Eggert  <eggert@twinsun.com>
51450
51451         Quote multibyte characters correctly.
51452         * m4/c-bs-a.m4: New file.
51453         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
51454         (jm_PREREQ): Use it.
51455
51456 2000-01-11  Paul Eggert  <eggert@twinsun.com>
51457
51458         * m4/uintmax_t.m4: Port to autoconf 2.13.
51459
51460 2000-01-08  Jim Meyering  <meyering@ascend.com>
51461
51462         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
51463         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
51464
51465 2000-01-04  Jim Meyering  <meyering@ascend.com>
51466
51467         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
51468         jm_STRUCT_DIRENT_D_TYPE.
51469         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
51470         jm_STRUCT_DIRENT_D_INO.
51471         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
51472         jm_STRUCT_UTIMBUF.
51473         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
51474         renamings.
51475         * m4/utime.m4: Likewise.
51476
51477         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
51478         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
51479
51480 2000-01-03  Paul Eggert  <eggert@twinsun.com>
51481
51482         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
51483         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
51484
51485 2000-01-02  Jim Meyering  <meyering@ascend.com>
51486
51487         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
51488         remember if this is necessary.
51489
51490 1999-12-26  Jim Meyering  <meyering@ascend.com>
51491
51492         * m4/jm-macros.m4: Use it here.
51493         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
51494
51495 1999-12-23  Jim Meyering  <meyering@ascend.com>
51496
51497         * m4/jm-macros.m4: Check for clock_gettime (moved from
51498         fileutils/configure.in)
51499         Check for gettimeofday.
51500
51501 1999-12-20  Jim Meyering  <meyering@ascend.com>
51502
51503         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
51504         autoconf-2.14a-1999-12-20.
51505
51506 1999-12-19  Jim Meyering  <meyering@ascend.com>
51507
51508         * m4/lstat-slash.m4: New file.
51509         * m4/jm-macros.m4: Use the new macro:
51510         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51511
51512 1999-12-07  Jim Meyering  <meyering@ascend.com>
51513
51514         * m4/perl.m4: Require that File::Compare be available, too.
51515         Too many systems seem to lack it.
51516
51517         * m4/strftime.m4: Add checks for most of the cpp macros tested in
51518         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
51519
51520 1999-11-18  Paul Eggert  <eggert@twinsun.com>
51521
51522         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
51523         problem with the QNX 4.25 shell, which doesn't propagate exit
51524         status of failed commands inside shell assignments.
51525
51526 1999-11-17  Jim Meyering  <meyering@ascend.com>
51527
51528         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
51529
51530 1999-11-07  Jim Meyering  <meyering@ascend.com>
51531
51532         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
51533
51534 1999-11-06  Jim Meyering  <meyering@ascend.com>
51535
51536         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
51537         * m4/jm-macros.m4 (jm_MACROS): Use it here.
51538
51539 1999-11-05  Jim Meyering  <meyering@ascend.com>
51540
51541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
51542         configure.in of textutils, fileutils, and sh-utils into this one
51543         (shared between those packages) file.
51544         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
51545         AC_STRUCT_ST_BLKSIZE.
51546
51547 1999-11-03  Jim Meyering  <meyering@ascend.com>
51548
51549         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
51550         of AC_CHECK_TYPE checks includes unistd.h.
51551         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
51552         Suggestion from Akim Demaille.
51553
51554 1999-10-30  Jim Meyering  <meyering@ascend.com>
51555
51556         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
51557         m4-quoted string.
51558         * m4/ls-mntd-fs.m4: Likewise.
51559         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
51560         * m4/jm-winsz1.m4: Likewise.
51561
51562         * m4/const.m4: Remove file, since the fix made it into the experimental
51563         version of autoconf.
51564         * m4/mktime.m4: Likewise.
51565
51566         * m4/check-type.m4: Remove file, now that the latest version of
51567         AC_CHECK_TYPE takes a third arg to specify additional #includes.
51568
51569         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
51570         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
51571         AC_CHECK_TYPE.
51572
51573 1999-10-04  Jim Meyering  <meyering@ascend.com>
51574
51575         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
51576
51577 1999-09-22  Paul Eggert  <eggert@twinsun.com>
51578
51579         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
51580         2.95.1 bug with HP-UX 10.20.
51581
51582 1999-09-17  Jim Meyering  <meyering@ascend.com>
51583
51584         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
51585         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
51586         due to missing strdup (against sh-utils-2.0).
51587
51588 1999-08-29  Jim Meyering  <meyering@ascend.com>
51589
51590         * m4/jm-macros.m4: Require jm_BISON.
51591         * m4/bison.m4: New file.
51592
51593 1999-08-17  Paul Eggert  <eggert@twinsun.com>
51594
51595         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
51596         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
51597
51598 1999-08-05  Jim Meyering  <meyering@ascend.com>
51599
51600         * m4/getline.m4: Rename test file from conftestdata to conftest.data
51601         to avoid conflicts with `conftest' on 8+3 filesystems.
51602         Suggestion from Eli Zaretskii.
51603
51604 1999-08-04  Jim Meyering  <meyering@ascend.com>
51605
51606         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
51607         fileutils and sh-utils (textutils's getline test was inadequate).
51608         (AM_FUNC_GETLINE): Run this test.
51609         (AC_CHECK_FUNCS): Check for getdelim.
51610         Reported by Bob Proulx.
51611
51612 1999-08-02  Jim Meyering  <meyering@ascend.com>
51613
51614         * m4/jm-macros.m4: Add a comment.
51615
51616 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51617
51618         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
51619         <inttypes.h> defines strtoumax as a macro (and not as a
51620         function).
51621
51622 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51623
51624         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
51625         that we can shift, multiply and divide unsigned long long
51626         values; Ultrix cc can't do it.
51627
51628 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51629
51630         * m4/mktime.m4: New file, which is a preview of what should appear
51631         in the next public autoconf release.
51632
51633 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51634
51635         * m4/lfs.m4: Remove this file.
51636         * m4/largefile.m4: New file.  It contains the old contents of
51637         lfs.m4, except that all names with prefix AC_LFS have been
51638         changed to use the prefix AC_SYS_LARGEFILE instead, to be
51639         compatible with future autoconf versions.  Also, some minor m4
51640         quoting problems have been fixed.
51641
51642 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51643
51644         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
51645         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
51646         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
51647         and simplify the shell code.
51648
51649 1999-08-01  Jim Meyering  <meyering@ascend.com>
51650
51651         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
51652         m4.
51653
51654 1999-07-20  Jim Meyering  <meyering@ascend.com>
51655
51656         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
51657
51658 1999-07-15  Jim Meyering  <meyering@ascend.com>
51659
51660         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
51661
51662 1999-05-22  Jim Meyering  <meyering@ascend.com>
51663
51664         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
51665
51666 1999-05-20  Jim Meyering  <meyering@ascend.com>
51667
51668         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
51669         Add a colon after each `then' in case $4 is empty.
51670
51671 1999-05-16  Jim Meyering  <meyering@ascend.com>
51672
51673         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
51674
51675 1999-05-10  Jim Meyering  <meyering@ascend.com>
51676
51677         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
51678
51679         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
51680         AC_FUNC_MKTIME.
51681
51682 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
51683
51684         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
51685
51686 1999-05-04  Paul Eggert  <eggert@twinsun.com>
51687
51688         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
51689         not CPPFLAGS, so that linking works correctly in IRIX.
51690
51691 1999-04-30  Paul Eggert  <eggert@twinsun.com>
51692
51693         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
51694
51695 1999-04-20  Paul Eggert  <eggert@twinsun.com>
51696
51697         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
51698         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
51699         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
51700         jm_AC_TYPE_UNSIGNED_LONG_LONG.
51701         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
51702
51703         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
51704
51705 1999-04-20  Jim Meyering  <meyering@ascend.com>
51706
51707         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
51708         AC_REPLACE xstroull if necessary.  From Paul Eggert.
51709         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
51710
51711 1999-04-18  Jim Meyering  <meyering@ascend.com>
51712
51713         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
51714         * m4/jm-macros.m4: Use it.
51715
51716 1999-04-06  Jim Meyering  <meyering@ascend.com>
51717
51718         * m4/strftime.m4: Remove test for %f.
51719
51720 1999-03-29  Jim Meyering  <meyering@ascend.com>
51721
51722         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
51723         superset of the AC_TYPE_* checks in the textutils, fileutils,
51724         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
51725         AC_TYPE_PID_T.
51726
51727 1999-03-28  Jim Meyering  <meyering@ascend.com>
51728
51729         * m4/jm-macros.m4: Define GNU_PACKAGE here.
51730         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
51731         replaced e.g., in the *.sh files of the sh-utils.
51732
51733 1999-03-20  Jim Meyering  <meyering@ascend.com>
51734
51735         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
51736         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
51737         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
51738
51739 1999-03-19  Jim Meyering  <meyering@ascend.com>
51740
51741         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
51742
51743 1999-03-12  Jim Meyering  <meyering@ascend.com>
51744
51745         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
51746
51747 1999-03-07  Jim Meyering  <meyering@ascend.com>
51748
51749         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
51750         declared.
51751
51752 1999-02-17  Jim Meyering  <meyering@ascend.com>
51753
51754         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
51755         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
51756
51757 1999-02-07  Jim Meyering  <meyering@ascend.com>
51758
51759         * m4/group-member.m4: New file -- extracted from sh-utils'
51760         configure.in.
51761
51762         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
51763         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
51764
51765 1999-02-06  Jim Meyering  <meyering@ascend.com>
51766
51767         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
51768         * m4/fnmatch.m4: Likewise.
51769         * m4/getgroups.m4: Likewise.
51770         * m4/lstat.m4: Likewise.
51771         * m4/malloc.m4: Likewise.
51772         * m4/putenv.m4: Likewise.
51773         * m4/realloc.m4: Likewise.
51774         * m4/regex.m4: Likewise.
51775         * m4/stat.m4: Likewise.
51776         * m4/strftime.m4: Likewise.
51777         Suggestion from Alain Magloire.
51778
51779         * m4/chown.m4: Use `.$ac_objext', not `.o'.
51780         * m4/fnmatch.m4: Likewise.
51781         * m4/getgroups.m4: Likewise.
51782         * m4/getline.m4: Likewise.
51783         * m4/lstat.m4: Likewise.
51784         * m4/malloc.m4: Likewise.
51785         * m4/memcmp.m4: Likewise.
51786         * m4/putenv.m4: Likewise.
51787         * m4/realloc.m4: Likewise.
51788         * m4/regex.m4: Likewise.
51789         * m4/stat.m4: Likewise.
51790         * m4/strftime.m4: Likewise.
51791         Suggestion from Alain Magloire.
51792
51793         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
51794         an argument.
51795
51796         * m4/regex.m4: Add a run-time Test for proper operation of
51797         re_compile_pattern.
51798
51799 1999-01-31  Jim Meyering  <meyering@ascend.com>
51800
51801         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
51802
51803 1999-01-30  Jim Meyering  <meyering@ascend.com>
51804
51805         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
51806
51807         * m4/jm-mktime.m4: Make this a wrapper around the official
51808         AM_FUNC_MKTIME rather than my private copy, now that the official one
51809         is up to date.
51810         * m4/mktime.m4: Remove file.
51811
51812         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
51813         * m4/uptime.m4: Likewise.
51814         * m4/uintmax_t.m4: Likewise.
51815
51816 1999-01-28  Jim Meyering  <meyering@ascend.com>
51817
51818         * m4/jm-macros.m4: Use jm_AFS.
51819         * m4/afs.m4: New file (from fileutils' configure.in).
51820
51821         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
51822         * m4/chown.m4: Likewise.
51823         * m4/d-ino.m4: Likewise.
51824         * m4/d-type.m4: Likewise.
51825         * m4/fnmatch.m4: Likewise.
51826         * m4/getgroups.m4: Likewise.
51827         * m4/gettext.m4: Likewise.
51828         * m4/jm-mktime.m4: Likewise.
51829         * m4/jm-winsz2.m4: Likewise.
51830         * m4/lcmessage.m4: Likewise.
51831         * m4/ls-mntd-fs.m4: Likewise.
51832         * m4/malloc.m4: Likewise.
51833         * m4/memcmp.m4: Likewise.
51834         * m4/putenv.m4: Likewise.
51835         * m4/realloc.m4: Likewise.
51836         * m4/st_mtim.m4: Likewise.
51837         * m4/strftime.m4: Likewise.
51838
51839 1999-01-16  Jim Meyering  <meyering@ascend.com>
51840
51841         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
51842         (ARGMATCH_DIE_DECL): Define.
51843
51844 1999-01-12  Jim Meyering  <meyering@ascend.com>
51845
51846         * m4/Makefile.am.in: Rewrite to avoid using fmt.
51847         Reported by Lars Hecking.
51848
51849 1999-01-10  Jim Meyering  <meyering@ascend.com>
51850
51851         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
51852         gross kludge.
51853         * m4/inttypes_h.m4: Likewise.
51854         * m4/lstat.m4: Likewise.
51855         * m4/malloc.m4: Likewise.
51856         * m4/readdir.m4: Likewise.
51857         * m4/realloc.m4: Likewise.
51858         * m4/st_dm_mode.m4: Likewise.
51859         * m4/stat.m4: Likewise.
51860         * m4/utimbuf.m4: Likewise.
51861         * m4/utimes.m4: Likewise.
51862
51863         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
51864         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
51865         comments in config.h.in are meaningful.
51866
51867         * m4/jm-macros.m4: Require autoconf-2.13 here.
51868
51869         * m4/regex.m4: By default, don't use the included regex.c on systems
51870         with glibc 2.  Suggestion from Uli Drepper.
51871
51872 1999-01-02  Jim Meyering  <meyering@ascend.com>
51873
51874         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
51875
51876 1998-12-18  Jim Meyering  <meyering@ascend.com>
51877
51878         * m4/Makefile.am.in (Makefile.am): Simplify rule.
51879         Based on a suggestion from Lars Hecking.
51880
51881 1998-11-16  Paul Eggert  <eggert@twinsun.com>
51882
51883         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
51884
51885 1998-11-16  Jim Meyering  <meyering@ascend.com>
51886
51887         * m4/lfs.m4: Double-quote the `uname...` expression.
51888
51889 1998-11-14  Jim Meyering  <meyering@ascend.com>
51890
51891         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
51892         * m4/stat.m4: Likewise.
51893
51894 1998-11-03  Jim Meyering  <meyering@ascend.com>
51895
51896         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
51897         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
51898
51899 1998-10-18  Jim Meyering  <meyering@ascend.com>
51900
51901         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
51902
51903 1998-10-17  Jim Meyering  <meyering@ascend.com>
51904
51905         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
51906         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
51907         calls for those previously hard-coded headers.  Instead, take a new
51908         parameter.
51909         (jm_CHECK_DECLARATIONS): Reflect interface change.
51910         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
51911         (jm_CHECK_DECL_LOCALTIME_R): New macro.
51912
51913         * m4/mktime.m4: Test for spring-forward gap before long-running test.
51914
51915 1998-10-14  Jim Meyering  <meyering@ascend.com>
51916
51917         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
51918         instead of "TZ=America/Vancouver".  From Paul Eggert.
51919
51920 1998-10-11  Jim Meyering  <meyering@ascend.com>
51921
51922         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
51923         This adds a test for a recently added compatibility fix for mktime.c.
51924         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
51925
51926 1998-09-27  Jim Meyering  <meyering@ascend.com>
51927
51928         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
51929
51930         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
51931         ../configure.in, including a change from Gordon Matzigkeit to allow
51932         cross-compiling for the Hurd.
51933
51934         * m4/glibc.m4: New file/macro to test for the GNU C Library
51935         versions 1 and 2.  From Gordon Matzigkeit.
51936         Indent.
51937
51938 1998-09-21  Jim Meyering  <meyering@ascend.com>
51939
51940         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
51941
51942 1998-08-18  Paul Eggert  <eggert@twinsun.com>
51943
51944         Port nanosecond-resolution times to UnixWare 2.1.2 and
51945         pedantic Solaris 2.6.
51946
51947         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
51948         AC_STRUCT_ST_MTIM.
51949         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
51950         Generate name of ns member, instead of just 1 or undef.
51951         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
51952
51953 1998-08-15  Jim Meyering  <meyering@ascend.com>
51954
51955         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
51956         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
51957         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
51958         instead of jm_TYPE_SSIZE_T.
51959
51960 1998-08-12  Jim Meyering  <meyering@ascend.com>
51961
51962         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
51963
51964 1998-08-02  Jim Meyering  <meyering@ascend.com>
51965
51966         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
51967         in acconfig.h manually.
51968
51969 1998-07-31  Paul Eggert  <eggert@twinsun.com>
51970
51971         * m4/st_mtim.m4: New file.
51972
51973 1998-07-28  Jim Meyering  <meyering@ascend.com>
51974
51975         * m4/utimes.m4: Undef stat.
51976
51977 1998-07-25  Jim Meyering  <meyering@ascend.com>
51978
51979         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
51980         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
51981
51982 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
51983
51984         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
51985         uid and gid actually remain unchanged.
51986
51987 1998-07-07  Jim Meyering  <meyering@ascend.com>
51988
51989         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
51990
51991 1998-07-04  Jim Meyering  <meyering@ascend.com>
51992
51993         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
51994         to prove that this macro can be used in packages without regex.c.
51995
51996 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
51997
51998         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
51999         is to be used.
52000
52001 1998-07-03  Jim Meyering  <meyering@ascend.com>
52002
52003         * m4/gettext.m4: Add -lintl if it's found to be necessary.
52004
52005         * m4/gettext.m4: New file -- from gettext-0.10.35.
52006         * m4/lcmessage.m4: Likewise.
52007         * m4/progtest.m4: Likewise.
52008
52009         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
52010         * m4/jm-macros.m4: Require the new macro.
52011
52012 1998-06-29  Jim Meyering  <meyering@ascend.com>
52013
52014         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
52015         for the definition of NGROUPS (used in a system header included
52016         by sys/mount.h).
52017
52018 1998-06-28  Jim Meyering  <meyering@ascend.com>
52019
52020         * m4/ls-mntd-fs.m4: New file.
52021         * m4/fstypename.m4: New file.
52022
52023         * m4/jm-macros.m4: Require the new macro.
52024         * m4/jm-glibc-io.m4: New file.
52025
52026 1998-05-19  Jim Meyering  <meyering@ascend.com>
52027
52028         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
52029         * m4/lchown.m4: New file.
52030
52031         * m4/Makefile.am.in: New file.
52032         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
52033
52034 1998-05-14  Jim Meyering  <meyering@ascend.com>
52035
52036         * m4/Makefile.am (EXTRA_DIST): Add them.
52037         * m4/jm-macros.m4: New file.
52038         * m4/utimbuf.m4: New file.
52039
52040 1998-05-12  Jim Meyering  <meyering@ascend.com>
52041
52042         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
52043
52044 1998-05-11  Jim Meyering  <meyering@ascend.com>
52045
52046         * m4/isc-posix.m4: New file.
52047
52048 1998-05-10  Jim Meyering  <meyering@ascend.com>
52049
52050         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
52051
52052 1998-05-09  Jim Meyering  <meyering@ascend.com>
52053
52054         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
52055         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
52056         with automake.
52057
52058         * m4/ssize_t.m4: New file.
52059         * m4/mktime.m4: Remove file -- the new automake has this now.
52060
52061 1998-04-26  Jim Meyering  <meyering@ascend.com>
52062
52063         * m4/assert.m4: New file.
52064         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
52065
52066 1998-04-05  Jim Meyering  <meyering@ascend.com>
52067
52068         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
52069         (jm_PREREQ): Use it here.
52070
52071 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
52072
52073         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
52074         in acconfig.h.
52075
52076 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
52077
52078         * m4/prereq.m4: New file.
52079         * m4/error.m4: New file.
52080         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
52081
52082 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
52083
52084         * m4/getline.m4: Don't set am_cv_func_working_getline before the
52085         cache-check for the same variable -- that defeated the purpose of
52086         the test; the test program was never run.  This was a problem only
52087         on systems with losing getline functions -- HP-UX 10.20 is one.
52088         Reported by Bjorn Helgaas.
52089
52090 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
52091
52092         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
52093
52094 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
52095
52096         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
52097
52098         * m4/const.m4: New file.  Use an initializer in this declaration
52099         typedef int charset[2]; const charset x;
52100         Reported by Bob Glickstein.
52101
52102 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
52103
52104         * m4/chown.m4: Fix reversed types on -1 args to chown.
52105         From Kaveh Ghazi.
52106
52107 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
52108
52109         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
52110         Add lseek and memchr.
52111
52112         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
52113         T.E.Dickey <dickey@clark.net> said that some older preprocessors
52114         have a 20-character limit on names.
52115
52116 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
52117
52118         * m4/inttypes_h.m4: New file.
52119         * m4/uintmax_t.m4: New file.
52120         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
52121
52122
52123         -----
52124
52125         Local Variables:
52126         coding: utf-8
52127         End:
52128
52129         Copyright (C) 1997-2009 Free Software Foundation, Inc.
52130
52131         Copying and distribution of this file, with or without
52132         modification, are permitted provided the copyright notice
52133         and this notice are preserved.