00d186a2e208b339bbbb55836880c4fce5b212eb
[gnulib.git] / ChangeLog
1 2009-06-29  Bruno Haible  <bruno@clisp.org>
2
3         New module 'unicase/u16-ct-totitle'.
4         * lib/unicase/u16-ct-totitle.c: New file.
5         * modules/unicase/u16-ct-totitle: New file.
6
7         New module 'unicase/u8-ct-totitle'.
8         * lib/unicase/u8-ct-totitle.c: New file.
9         * lib/unicase/u-ct-totitle.h: New file, derived from
10         lib/unicase/u-totitle.h.
11         * modules/unicase/u8-ct-totitle: New file.
12
13         New module 'unicase/u32-ct-tolower'.
14         * lib/unicase/u32-ct-tolower.c: New file.
15         * modules/unicase/u32-ct-tolower: New file.
16
17         New module 'unicase/u16-ct-tolower'.
18         * lib/unicase/u16-ct-tolower.c: New file.
19         * modules/unicase/u16-ct-tolower: New file.
20
21         New module 'unicase/u8-ct-tolower'.
22         * lib/unicase/u8-ct-tolower.c: New file.
23         * modules/unicase/u8-ct-tolower: New file.
24
25         New module 'unicase/u32-ct-toupper'.
26         * lib/unicase/u32-ct-toupper.c: New file.
27         * modules/unicase/u32-ct-toupper: New file.
28
29         New module 'unicase/u16-ct-toupper'.
30         * lib/unicase/u16-ct-toupper.c: New file.
31         * modules/unicase/u16-ct-toupper: New file.
32
33         New module 'unicase/u8-ct-toupper'.
34         * lib/unicase/u8-ct-toupper.c: New file.
35         * modules/unicase/u8-ct-toupper: New file.
36
37         Add context arguments to u*_casemap functions.
38         * lib/unicase/unicasemap.h: Include unicase.h.
39         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
40         suffix_context arguments.
41         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
42         functions.
43         (FUNC): Add prefix_context and suffix_context arguments. Use
44         uc_is_cased and uc_is_case_ignorable.
45         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
46         * lib/unicase/u16-casemap.c: Likewise.
47         * lib/unicase/u32-casemap.c: Likewise.
48         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
49         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
50         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
51         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
52         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
53         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
54
55         New module 'unicase/u32-suffix-context'.
56         * lib/unicase/u32-suffix-context.c: New file.
57         * modules/unicase/u32-suffix-context: New file.
58
59         New module 'unicase/u16-suffix-context'.
60         * lib/unicase/u16-suffix-context.c: New file.
61         * modules/unicase/u16-suffix-context: New file.
62
63         New module 'unicase/u8-suffix-context'.
64         * lib/unicase/u8-suffix-context.c: New file.
65         * lib/unicase/u-suffix-context.h: New file.
66         * modules/unicase/u8-suffix-context: New file.
67
68         New module 'unicase/empty-suffix-context'.
69         * lib/unicase/empty-suffix-context.c: New file.
70         * modules/unicase/empty-suffix-context: New file.
71
72         New module 'unicase/u32-prefix-context'.
73         * lib/unicase/u32-prefix-context.c: New file.
74         * modules/unicase/u32-prefix-context: New file.
75
76         New module 'unicase/u16-prefix-context'.
77         * lib/unicase/u16-prefix-context.c: New file.
78         * modules/unicase/u16-prefix-context: New file.
79
80         New module 'unicase/u8-prefix-context'.
81         * lib/unicase/u8-prefix-context.c: New file.
82         * lib/unicase/u-prefix-context.h: New file.
83         * lib/unicase/context.h: New file.
84         * modules/unicase/u8-prefix-context: New file.
85
86         New module 'unicase/empty-prefix-context'.
87         * lib/unicase/empty-prefix-context.c: New file.
88         * modules/unicase/empty-prefix-context: New file.
89
90         New module 'unicase/ignorable'.
91         * lib/unicase/ignorable.c: New file.
92         * modules/unicase/ignorable: New file.
93
94         New module 'unicase/cased'.
95         * lib/unicase/caseprop.h: New file.
96         * lib/unicase/cased.c: New file.
97         * modules/unicase/cased: New file.
98
99         New functions for case mapping of substrings.
100         * lib/unicase.h (casing_prefix_context_t): New type.
101         (unicase_empty_prefix_context): New variable.
102         (u8_casing_prefix_context, u16_casing_prefix_context,
103         u32_casing_prefix_context, u8_casing_prefixes_context,
104         u16_casing_prefixes_context, u32_casing_prefixes_context): New
105         declarations.
106         (casing_suffix_context_t): New type.
107         (unicase_empty_suffix_context): New variable.
108         (u8_casing_suffix_context, u16_casing_suffix_context,
109         u32_casing_suffix_context, u8_casing_suffixes_context,
110         u16_casing_suffixes_context, u32_casing_suffixes_context,
111         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
112         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
113         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
114         declarations.
115
116 2009-06-28  Jim Meyering  <meyering@redhat.com>
117
118         boostrap: indent only with spaces
119         * build-aux/bootstrap: Indent only with spaces, never TABs.
120
121         bootstrap: split long lines
122         * build-aux/bootstrap: Keep line length < 80.
123
124         bootstrap: sync from coreutils
125         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
126         just as autoreconf does.  Verify a list of prerequisite
127         package-name,version-number pairs if defined in bootstrap.conf.
128         Refer to README-prereq, if prerequisites are not satisfied.
129
130 2009-06-27  Eric Blake  <ebb9@byu.net>
131
132         tests: add test for bogus NULL definition
133         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
134         * tests/test-stdlib.c: Likewise.
135         * tests/test-string.c: Likewise.
136         * tests/test-locale.c: Likewise.
137         * tests/test-unistd.c: Likewise.
138         * modules/stdio-tests (Depends-on): Add verify.
139         * modules/stdlib-tests (Depends-on): Likewise.
140         * modules/string-tests (Depends-on): Likewise.
141         * modules/locale-tests (Depends-on): Likewise.
142         * modules/unistd-tests (Depends-on): Likewise.
143
144 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
145
146         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
147         self-explaining comment.
148         * m4/selinux-selinux-h: Update serial.
149         (gl_LIBSELINUX): New macro, adding a warning for missing development
150         packages to code extracted from...
151         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
152         Add warning for missing development packages here, too.
153
154 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
155
156         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
157
158 2009-06-25  Eric Blake  <ebb9@byu.net>
159
160         version-etc: fix regression
161         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
162         gcc.
163         (version_etc): Use it, to catch bugs with trailing NULL.
164         * lib/version-etc.c (version_etc_arn): Delete unused argument.
165         (version_etc_va): Fix logic bug.
166         * modules/version-etc-tests: Add test.
167         * tests/test-version-etc.c: New file.
168         * tests/test-version-etc.sh: Likewise.
169
170 2009-06-25  Sam Steingold  <sds@gnu.org>
171
172         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
173         mbtowc declaration.
174
175 2009-06-25  Eric Blake  <ebb9@byu.net>
176
177         fpurge: migrate into <stdio.h>
178         * lib/fpurge.h: Delete...
179         * lib/stdio.in.h (fpurge): ...and declare here, instead.
180         * lib/fpurge.c (fpurge): Change declaring header.
181         * modules/fpurge (Files): Drop deleted file.
182         (Depends-on): Add stdio.
183         (configure.ac): Set witness.
184         * modules/stdio (Makefile.am): Support fpurge macros.
185         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
186         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
187         * lib/fflush.c: Update client.
188         * tests/test-fpurge.c: Likewise.
189         * NEWS: Mention the change.
190
191 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
192
193        * lib/argp-version-etc.c (program_authors): Add const
194        qualifier.
195        * lib/version-etc.c: Fix typos in the comments.
196        * modules/argp-version-etc: Depends on version-etc.
197
198 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
199
200         argp-version-etc: new module.
201
202         * lib/argp-version-etc.c: New file.
203         * lib/argp-version-etc.h: New file.
204         * modules/argp-version-etc: New file.
205         * modules/argp-version-etc-tests: New file.
206         * tests/test-argp-version-etc.c: New test.
207         * tests/test-argp-version-etc-1.sh: New test.
208
209 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
210
211         Provide additional interfaces and documentation for version-etc
212         module.
213
214         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
215         interfaces.
216         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
217         prototypes.
218
219 2009-06-24  Bruno Haible  <bruno@clisp.org>
220
221         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
222         HAVE_LIB${NAME} macro.
223         Reported by Sam Steingold <sds@gnu.org>.
224
225 2009-06-23  Simon Josefsson  <simon@josefsson.org>
226
227         * modules/hash-tests (test_hash_LDADD): Link to libintl when
228         needed.
229
230 2009-06-21  Bruno Haible  <bruno@clisp.org>
231
232         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
233         work.
234         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
235         together with LIB${NAME}, LTLIB${NAME}.
236         Reported by Sam Steingold <sds@gnu.org>.
237
238 2009-06-20  Jim Meyering  <meyering@redhat.com>
239
240         tests: make sc_require_test_exit_idiom more generic
241         * top/maint.mk (Exit_witness_file): New overridable variable.
242         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
243         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
244
245 2009-06-19  Jim Meyering  <meyering@redhat.com>
246
247         hash: reverse order of src/dst parameters in an internal interface
248         * lib/hash.c (transfer_entries): Reverse order of parameters to
249         put DST before SRC.  Adjust callers.
250
251         tests: test-hash: avoid wholesale duplication
252         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
253         Instead, use a loop and add a single conditional.
254
255         tests: test-hash: allow seed selection via a command line argument
256         * tests/test-hash.c (get_seed): New function.
257         (main): Use it.
258
259 2009-06-19  Eric Blake  <ebb9@byu.net>
260
261         hash: avoid memory leak on allocation failure
262         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
263         failure.  Factor repeated algorithm...
264         (transfer_entries): ...into new helper routine.
265         (hash_delete): React to hash_rehash return value.
266
267         hash: reduce memory pressure in hash_rehash no-op case
268         * lib/hash.c (next_prime): Avoid overflow.
269         (hash_initialize): Factor bucket size computation...
270         (compute_bucket_size): ...into new helper function.
271         (hash_rehash): Use new function and open coding to reduce memory
272         pressure, and avoid a memory leak in USE_OBSTACK code.
273         Reported by Jim Meyering.
274
275 2009-06-18  Eric Blake  <ebb9@byu.net>
276
277         hash: make rotation more obvious
278         * modules/hash (Depends-on): Add bitrotate and stdint.
279         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
280         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
281         (SIZE_MAX): Rely on headers for definition.
282         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
283         (raw_hasher): Use rotr_sz.
284         Suggested by Jim Meyering.
285
286         hash: fix memory leak in last patch
287         * lib/hash.c (hash_rehash): Avoid memory leak.
288
289         hash: avoid no-op rehashing
290         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
291
292         hash: provide default callback functions
293         * lib/hash.c (raw_hasher, raw_comparator): New functions.
294         (hash_initialize): Use them as defaults.
295         * tests/test-hash.c (main): Test this.
296
297         hash: minor optimization
298         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
299         when possible.
300         (hash_initialize): Document this promise.
301         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
302         * tests/test-hash.c (hash_compare_strings): Test this.
303
304 2009-06-18  Bruno Haible  <bruno@clisp.org>
305
306         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
307         going to be replaced anyway.
308
309 2009-06-18  Bruno Haible  <bruno@clisp.org>
310
311         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
312         in one place.
313         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
314         be replaced anyway.
315
316 2009-06-18  Eric Blake  <ebb9@byu.net>
317
318         hash: check for resize before insertion
319         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
320         threshold before insertion, so that a pathological hash_rehash
321         that fills every bucket can still trigger another rehash.
322
323 2009-06-18  Jim Meyering  <meyering@redhat.com>
324
325         hash-tests: add a loop around the small tests
326         * tests/test-hash.c (main): Repeat small tests with selected
327         small initial table sizes.
328
329 2009-06-17  Eric Blake  <ebb9@byu.net>
330
331         hash: minor cleanups
332         * lib/hash.h (hash_entry): Make opaque, by moving...
333         * lib/hash.c (hash_entry): ...here.
334         (hash_insert): Clarify restrictions on what can be inserted.
335         (hash_get_next): Clarify when it is safe to remove an element
336         during traversal.
337         (check_tuning): Skip verification when tuning is known safe.
338         (hash_initialize): Clarify restrictions on tuning.
339
340 2009-06-17  Jim Meyering  <jim@meyering.net>
341         and Eric Blake  <ebb9@byu.net>
342
343         hash-tests: new module
344         * modules/hash-tests: New file.
345         * tests/test-hash.c: New file.
346
347 2009-06-17  Eric Blake  <ebb9@byu.net>
348
349         strstr-simple: document new module
350         * MODULES.html.sh: Document new module.
351
352         strstr, strcasestr: replace on platforms with broken memchr
353         * modules/strstr: Split into...
354         * modules/strstr-simple: ...new module that does not care about
355         performance, but does care about glibc bug.
356         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
357         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
358         if platform memchr is broken, per Debian bug 521737.
359         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
360         memchr.
361         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
362         * doc/posix-functions/strstr.texi (strstr): Document the fix.
363         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
364         * modules/mountlist (Depends-on): Add strstr-simple.
365         * modules/gen-uni-tables (Depends-on): Likewise.
366         * modules/argz (Depends-on): Add strstr.
367
368 2009-06-17  Bruno Haible  <bruno@clisp.org>
369
370         * modules/posix_spawn-internal (Depends-on): Add errno.
371
372 2009-06-17  Bruno Haible  <bruno@clisp.org>
373
374         Define missing ESTALE on Interix 3.5.
375         * lib/errno.in.h (ESTALE): Assign a value if missing.
376         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
377         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
378         missing.
379         * doc/posix-headers/errno.texi: Mention the Interix bug.
380         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
381
382 2009-06-15  Eric Blake  <ebb9@byu.net>
383
384         memchr, memchr2: add valgrind exception
385         * lib/memchr.valgrind: New file.
386         * lib/memchr2.valgrind: New file.
387         * modules/memchr (Files): Distribute valgrind file.
388         * modules/memchr2 (Files): Likewise.
389
390         docs: memchr is no longer obsolete
391         * MODULES.html.sh: Move memchr from obsolete to string.h section.
392         * lib/string.in.h (memchr): Simplify logic.
393
394 2009-06-14  Jim Meyering  <meyering@redhat.com>
395
396         link-follow: fix the "checking..." message to not mention trailing slash
397         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
398         never considered trailing slashes.
399
400 2009-06-14  Bruno Haible  <bruno@clisp.org>
401
402         * m4/memchr.m4: Mention also the bug on IA-64.
403         * doc/posix-functions/memchr.texi: Likewise.
404
405 2009-06-12  Eric Blake  <ebb9@byu.net>
406
407         memchr: detect broken x86_64 and alpha implementations
408         * modules/memchr-tests (Depends-on): Move mmap detection...
409         * modules/memchr (Depends-on): ...here.
410         (configure.ac): Set indicator.
411         * lib/string.in.h (memchr): Declare replacement.
412         * modules/string (Makefile.am): Trigger replacement.
413         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
414         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
415         bugs.
416         * doc/posix-functions/memchr.texi (memchr): Document the bug.
417         * modules/getpagesize (License): Relax license.
418
419 2009-06-11  Bruno Haible  <bruno@clisp.org>
420
421         * lib/idpriv.h: Add more references.
422
423 2009-06-08  Bruno Haible  <bruno@clisp.org>
424
425         Tests for module 'idpriv-droptemp'.
426         * modules/idpriv-droptemp-tests: New file.
427         * tests/test-idpriv-droptemp.sh: New file.
428         * tests/test-idpriv-droptemp.su.sh: New file.
429         * tests/test-idpriv-droptemp.c: New file.
430
431         New module 'idpriv-droptemp'.
432         * lib/idpriv-droptemp.c: New file.
433         * modules/idpriv-droptemp: New file.
434
435 2009-06-08  Bruno Haible  <bruno@clisp.org>
436
437         Tests for module 'idpriv-drop'.
438         * modules/idpriv-drop-tests: New file.
439         * tests/test-idpriv-drop.sh: New file.
440         * tests/test-idpriv-drop.su.sh: New file.
441         * tests/test-idpriv-drop.c: New file.
442
443         New module 'idpriv-drop'.
444         * lib/idpriv.h: New file.
445         * lib-idpriv-drop.c: New file.
446         * m4/idpriv.m4: New file.
447         * modules/idpriv-drop: New file.
448
449 2009-06-08  Bruno Haible  <bruno@clisp.org>
450
451         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
452         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
453         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
454         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
455         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
456         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
457         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
458
459 2009-06-08  Eric Blake  <ebb9@byu.net>
460
461         test-strstr: use memory fence, when possible
462         * tests/test-strstr.c (main): Use memory fence, in order to be
463         more likely to trigger Debian bug 521737.
464         * modules/strstr-tests (Files): Pull in additional files.
465
466         memchr: no longer obsolete, for wider field testing
467         * modules/memchr (Status, Notice): Delete, this module is no
468         longer obsolete.
469         * modules/vasnprintf (Depends-on): Add memchr.
470
471 2009-06-07  Jim Meyering  <meyering@redhat.com>
472
473         hash: declare some functions with the warn_unused_result attribute
474         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
475
476 2009-06-07  Bruno Haible  <bruno@clisp.org>
477
478         * tests/test-alignof.c: Don't test int64_t if it does not exist.
479         Reported by Eric Blake.
480
481 2009-06-06  Eric Blake  <ebb9@byu.net>
482
483         test-alignof: fix typo with long double
484         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
485         compiler error.
486
487 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
488
489         Escape non-texinfo { and }s.
490         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
491         markup error.
492
493 2009-06-04  Jim Meyering  <meyering@redhat.com>
494
495         gitlog-to-changelog: don't infloop on an empty commit log
496         * build-aux/gitlog-to-changelog: Warn about an empty log message.
497         Reported by Boris Petersen <transacid@centerim.org>.
498
499 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
500
501         version-etc: extend for packagers
502         Add three new configure options, intended for packagers:
503           --with-packager="packager name"
504           --with-packager-version="packager-specific version"
505           --with-packager-bug-reports="packager bug reporting"
506         An example with coreutils:
507           $ ./configure \
508             --with-packager=Gentoo \
509             --with-packager-bug-report=http://bugs.gentoo.org/ \
510             --with-packager-version="patchset 1.6"
511           $ ./src/ls --version | head -n3
512           ls (GNU coreutils) 7.1-dirty
513           Packaged by Gentoo (patchset 1.6)
514           Copyright (C) 2009 Free Software Foundation, Inc.
515         Note that the bug reporting info via --help doesn't show up because
516         coreutils uses its own custom emit_bug_reporting_address() implementation
517         in src/system.h.  If it didn't, it'd look like:
518           $ ./src/ls --help | tail -n4
519           Report bugs to <bug-coreutils@gnu.org>.
520           Report Gentoo bugs to <http://bugs.gentoo.org/>.
521           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
522           General help using GNU software: <http://www.gnu.org/gethelp/>.
523         * lib/version-etc.c: Print new information, if provided.
524         * m4/version-etc.m4: New file.
525         * modules/version-etc (Files): Add m4/version-etc.m4.
526         (configure.ac): Add gl_VERSION_ETC.
527
528 2009-05-31  Bruno Haible  <bruno@clisp.org>
529
530         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
531         and 'int64_t'.
532         * modules/alignof-tests (Dependencies): Add stdint.
533         Reported by Eric Blake.
534
535 2009-05-31  Bruno Haible  <bruno@clisp.org>
536
537         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
538         restriction due to compiler bugs.
539         Reported by Eric Blake.
540
541 2009-05-31  Simon Josefsson  <simon@josefsson.org>
542             Bruno Haible  <bruno@clisp.org>
543
544         Fix test-alignof failure.
545         * lib/alignof.h (alignof_slot): New macro.
546         (alignof_type): New macro, with the same semantics as the previous
547         'alignof'.
548         (alignof): Alias to alignof_slot.
549         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
550         check that the results are usable as constant expressions.
551
552 2009-05-31  Bruno Haible  <bruno@clisp.org>
553
554         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
555         * tests/test-memchr.c (main): Check that memchr does not read past the
556         first occurrence of the byte.
557         * tests/test-strstr.c (main): Update comment.
558         Suggested by Eric Blake.
559
560 2009-05-30  Bruno Haible  <bruno@clisp.org>
561
562         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
563         detail how to use dumpbin.
564         Reported by David Byron <dbyron@dbyron.com>.
565
566 2009-06-02  Simon Josefsson  <simon@josefsson.org>
567
568         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
569
570 2009-06-02  Simon Josefsson  <simon@josefsson.org>
571
572         * m4/manywarnings.m4: Add GCC 4.4 warnings.
573
574 2009-05-28  Bruno Haible  <bruno@clisp.org>
575
576         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
577         build-aux/ files.
578
579 2009-05-28  Simon Josefsson  <simon@josefsson.org>
580
581         * gnulib-tool (func_import): Transform license on build-aux/ files too.
582
583 2009-05-27  Simon Josefsson  <simon@josefsson.org>
584
585         * gnulib-tool (sed_transform_main_lib_file)
586         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
587         regexps.
588
589 2009-05-26  Simon Josefsson  <simon@josefsson.org>
590
591         * tests/test-strstr.c: Add another self-test.
592         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
593         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
594
595 2009-05-23  Bruno Haible  <bruno@clisp.org>
596
597         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
598         change.
599
600 2009-05-21  Bruno Haible  <bruno@clisp.org>
601
602         Simplify use of mode_t varargs.
603         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
604         uses 'mode_t' or 'int'.
605         * lib/openat.c (openat): Likewise.
606         * lib/open-safer.c (open_safer): Likewise.
607         * m4/mode_t.m4: New file.
608         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
609         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
610         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
611         * modules/open (Files): Add m4/mode_t.m4.
612         * modules/openat (Files): Likewise.
613         * modules/fcntl-safer (Files): Likewise.
614         Suggested by Eric Blake.
615
616 2009-05-21  Pádraig Brady  <P@draigbrady.com>
617
618         * doc/glibc-functions/fallocate.texi: New file.
619         * doc/gnulib.texi: Include it.
620
621 2009-05-21  Eric Blake  <ebb9@byu.net>
622             Bruno Haible  <bruno@clisp.org>
623
624         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
625         invocations.
626         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
627
628 2009-05-21  Eric Blake  <ebb9@byu.net>
629             Bruno Haible  <bruno@clisp.org>
630
631         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
632         include_next. Fix of 2008-11-20 commit.
633         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
634         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
635         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
636         NEXT_MATH_H.
637         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
638         instead of NEXT_MATH_H.
639
640 2009-05-21  Bruno Haible  <bruno@clisp.org>
641
642         Avoid redefinition warnings for SIZE_MAX.
643         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
644         Reported by Simon Josefsson.
645
646 2009-05-21  Bruno Haible  <bruno@clisp.org>
647
648         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
649         AC_CACHE_VAL.
650
651 2009-05-20  Bruno Haible  <bruno@clisp.org>
652
653         Make zeroptr.h work on mingw.
654         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
655         mprotect.
656         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
657         * modules/memchr2-tests (configure.ac): Likewise.
658         * modules/memcmp-tests (configure.ac): Likewise.
659         * modules/memmem-tests (configure.ac): Likewise.
660         * modules/memrchr-tests (configure.ac): Likewise.
661         Reported by Simon Josefsson.
662
663 2009-05-20  Simon Josefsson  <simon@josefsson.org>
664
665         * tests/test-glob.c: Include string.h for strcmp prototype.
666
667 2009-05-20  Simon Josefsson  <simon@josefsson.org>
668
669         * modules/getdelim (Depends-on): Add explicit stdint, although it
670         was implicitly already pulled in via realloc-posix.
671         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
672
673 2009-05-20  Simon Josefsson  <simon@josefsson.org>
674
675         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
676         G. Christensen" <tgc@jupiterrise.com>.
677         * m4/sys_socket_h.m4: Check for sa_family_t.
678         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
679         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
680         * tests/test-sys_socket.c: Check that sa_family_t works.
681
682 2009-05-18  Eric Blake  <ebb9@byu.net>
683
684         maint.mk: allow gnulib_dir in VPATH build
685         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
686
687 2009-05-15  Jim Meyering  <meyering@redhat.com>
688
689         maint.mk: Give gnulib_dir a default definition.
690         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
691         Thus, most packages no longer need to specify this variable in cfg.mk
692
693 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
694
695         rename.m4: fix typos that would make non-mingw cross-configure fail
696         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
697
698 2009-05-13  Eric Blake  <ebb9@byu.net>
699
700         mmap-anon: avoid out-of-order autoconf expansion
701         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
702         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
703         * modules/memchr-tests (Depends-on): Add extensions.
704         * modules/memchr2-tests (Depends-on): Add extensions.
705         * modules/memcmp-tests (Depends-on): Add extensions.
706         * modules/memmem-tests (Depends-on): Add extensions.
707         * modules/memrchr-tests (Depends-on): Add extensions.
708
709 2009-05-13  Bruno Haible  <bruno@clisp.org>
710
711         Make some tests ISO C 99 compliant.
712         * tests/zerosize-ptr.h: New file.
713         * tests/test-memchr.c: Include zerosize-ptr.h.
714         (main): Use a zero-size object pointer instead of NULL.
715         * tests/test-memchr2.c: Include zerosize-ptr.h.
716         (main): Use a zero-size object pointer instead of NULL.
717         * tests/test-memcmp.c: Include zerosize-ptr.h.
718         (main): Use a zero-size object pointer instead of NULL.
719         * tests/test-memmem.c: Include zerosize-ptr.h.
720         (main): Use a zero-size object pointer instead of NULL.
721         * tests/test-memrchr.c: Include zerosize-ptr.h.
722         (main): Use a zero-size object pointer instead of NULL.
723         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
724         m4/mmap-anon.m4.
725         (Depends-on): Add getpagesize.
726         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
727         * modules/memchr2-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/memcmp-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/memmem-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/memrchr-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
744 2009-05-12  Bruno Haible  <bruno@clisp.org>
745
746         Tests for module 'alignof'.
747         * modules/alignof-tests: New file.
748         * tests/test-alignof.c: New file.
749
750 2009-05-12  Bruno Haible  <bruno@clisp.org>
751
752         Fix alignof macro.
753         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
754         vendor compilers that are always correct.
755
756 2009-05-12  Bruno Haible  <bruno@clisp.org>
757
758         Make the MAP_ANONYMOUS detection work on HP-UX 11.
759         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
760         not whether its fully works.
761
762 2009-05-12  Bruno Haible  <bruno@clisp.org>
763
764         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
765
766 2009-05-12  Jim Meyering  <meyering@redhat.com>
767
768         * top/maint.mk: Adjust backslash alignment.
769
770 2009-05-11  Simon Josefsson  <simon@josefsson.org>
771
772         * top/maint.mk: Make $(srcdir)/build-aux configurable.
773
774 2009-05-11  Eric Blake  <ebb9@byu.net>
775
776         argp: avoid undefined behavior
777         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
778         macros.
779
780 2009-05-08  Simon Josefsson  <simon@josefsson.org>
781
782         * tests/test-vc-list-files-git.sh: Do git config of user.email and
783         user.name to prevent git commit from complaining.
784
785 2009-05-10  Bruno Haible  <bruno@clisp.org>
786
787         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
788         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
789         it rewrites every file name only once.
790         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
791
792 2009-05-08  Bruno Haible  <bruno@clisp.org>
793
794         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
795         instead of 'max'.
796
797 2009-05-08  Simon Josefsson  <simon@josefsson.org>
798
799         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
800         sockaddr_storage test.
801
802 2009-05-07  Simon Josefsson  <simon@josefsson.org>
803
804         * modules/sys_socket (Makefile.am): Substitute
805         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
806         * m4/sys_socket_h.m4: Check for sockaddr_storage.
807         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
808         * tests/test-sys_socket.c: Check sockaddr_storage.
809
810 2009-05-08  Bruno Haible  <bruno@clisp.org>
811
812         New module 'alignof'.
813         * lib/alignof.h: New file.
814         * modules/alignof: New file.
815
816 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
817             Bruno Haible  <bruno@clisp.org>
818
819         Fix test-file-has-acl on FreeBSD.
820         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
821         mask is implicitly added.
822         * tests/test-file-has-acl.c: Include <signal.h>.
823         (main): Terminate the test after 5 seconds.
824         * modules/acl-tests (configure.ac): Check for alarm function.
825
826 2009-05-04  Bruno Haible  <bruno@clisp.org>
827
828         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
829         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
830         * modules/errno (configure.ac): Drop AC_REQUIRE.
831         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
832         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
833
834 2009-05-04  Simon Josefsson  <simon@josefsson.org>
835
836         * modules/glob-tests: New module.
837         * tests/test-glob.c: Add.
838
839 2009-05-04  Simon Josefsson  <simon@josefsson.org>
840
841         * modules/fnmatch-tests: New module.
842         * tests/test-fnmatch.c: Add.
843
844 2009-05-04  Eric Blake  <ebb9@byu.net>
845
846         maint: make the new no-submodule-changes rule VPATH-safe
847         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
848
849 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
850             Bruno Haible  <bruno@clisp.org>
851
852         acl: Fix infinite loop on FreeBSD.
853         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
854         of return value from acl_get_entry.
855         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
856         Likewise.
857
858 2009-05-03  Bruno Haible  <bruno@clisp.org>
859
860         * lib/acl-internal.h (acl_entries): Clarify return value.
861         * lib/acl_entries.c (acl_entries): Likewise.
862
863 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
864
865         Bug fix in acl module.
866         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
867
868 2009-05-03  Bruno Haible  <bruno@clisp.org>
869
870         Create gperf-generated file in the source dir, not in the build dir.
871         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
872         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
873         * modules/unicase/locale-language (unicase/locale-languages.h):
874         Likewise.
875         * modules/unicase/special-casing (unicase/special-casing-table.h):
876         Likewise.
877         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
878         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
879         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
880         Reported by Ralf Wildenhues.
881
882 2009-05-03  Bruno Haible  <bruno@clisp.org>
883
884         * modules/fnmatch (Description, configure.ac): Taken from
885         fnmatch-posix.
886         * modules/fnmatch-posix: Turn into a symbolic reference to the
887         'fnmatch' module, and deprecate.
888         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
889
890 2009-05-03  Bruno Haible  <bruno@clisp.org>
891
892         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
893         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
894         Reported by Ralf Wildenhues.
895
896 2009-05-04  Simon Josefsson  <simon@josefsson.org>
897
898         * m4/fnmatch.m4: Fix fnmatch re-define.
899
900 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
901
902         priv-set: new module and tests; adapt write-any-file
903         * lib/priv-set.c: New file.
904         * lib/priv-set.h: New file.
905         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
906         * lib/write-any-file.c: Simplify by using priv-set module.
907         * m4/priv-set.m4: New file.
908         * modules/priv-set: New file.
909         * modules/unlinkdir: Add dependency on priv-set module.
910         * modules/write-any-file: Likewise.
911
912         Tests for module 'priv-set'.
913         * modules/priv-set-tests: New file.
914         * tests/test-priv-set.c: New file.
915
916 2009-05-03  Jim Meyering  <meyering@redhat.com>
917             Bruno Haible  <bruno@clisp.org>
918
919         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
920         use the converted UTF-8 variant of the name instead.
921
922 2009-05-03  Jim Meyering  <meyering@redhat.com>
923
924         tests: tighten some getdate tests
925         * tests/test-getdate.c (main): Tighten tests: require equality,
926         not just greater than.  Set TZ envvar to UTC0.
927
928 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
929
930         getdate: correctly interpret "next monday" when run on a Monday
931         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
932         that e.g., "next tues" (when run on a tuesday) results in a date
933         that is one week in the future, and not today's date.
934         I.e., add a week when the wday is the same as the current one.
935         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
936         and earlier by Martin Bernreuther and Jan Minář.
937         * tests/test-getdate.c (main): Check that "next DAY" is always in
938         the future and that "last DAY" is always in the past.
939
940 2009-05-02  Jim Meyering  <meyering@redhat.com>
941
942         build: ensure that a release build fails when a submodule is unclean
943         * top/maint.mk (no-submodule-changes): New rule.
944         (alpha beta major): Depend on it.
945
946 2009-05-02  Bruno Haible  <bruno@clisp.org>
947
948         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
949         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
950         shell variable gl_fnmatch_required to detect which variant is
951         requested.
952         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
953         gl_FUNC_FNMATCH_POSIX.
954         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
955         exclude fnmatch-posix.
956
957 2009-05-02  Bruno Haible  <bruno@clisp.org>
958
959         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
960         * modules/mbsrtowcs (License): Change to LGPLv2+.
961         * modules/strnlen1 (License): Likewise.
962         Reported by Simon Josefsson.
963
964 2009-05-02  Bruno Haible  <bruno@clisp.org>
965
966         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
967         "cross".
968         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
969         gnulib-tool was called with option --source-base=lib.
970
971 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
972
973         Use automake *-local hooks without commands, for extensibility.
974         * modules/localcharset (Makefile.am): Rename install-exec-local
975         rule to install-exec-localcharset, and make it a prerequisite of
976         install-exec-local.  Likewise, rename the uninstall-local rule to
977         uninstall-localcharset, and make it a prerequisite of the former.
978
979 2009-05-01  Bruno Haible  <bruno@clisp.org>
980
981         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
982         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
983         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
984         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
985         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
986         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
987         m4/locale-zh.m4, m4/codeset.m4.
988
989         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
990         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
991         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
992         m4/locale-zh.m4.
993
994         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
995         REPLACE_WCRTOMB if mbstate_t must be replaced.
996         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
997         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
998
999 2009-05-01  Bruno Haible  <bruno@clisp.org>
1000
1001         Avoid compiler warnings when redefining macros defined by <libintl.h>.
1002         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
1003         dngettext, dcngettext, textdomain, bindtextdomain,
1004         bind_textdomain_codeset): Undefine before redefining.
1005
1006 2009-04-30  Bruno Haible  <bruno@clisp.org>
1007
1008         Fix bug introduced on 2009-04-25.
1009         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
1010         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
1011         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
1012         is defined.
1013         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
1014         is defined.
1015         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
1016         is defined.
1017         Reported by Elbert_Pol <elbert.pol@gmail.com>.
1018
1019 2009-04-28  Bruno Haible  <bruno@clisp.org>
1020
1021         Comment tweaks.
1022         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
1023         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
1024         * lib/unicase.h (u*_casexfrm): Likewise.
1025         Reported by Paolo Bonzini.
1026
1027 2009-04-28  Bruno Haible  <bruno@clisp.org>
1028
1029         Fix a compilation error.
1030         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
1031         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1032         Reported by Jim Meyering.
1033
1034 2009-04-27  Bruno Haible  <bruno@clisp.org>
1035
1036         New module 'libunistring'.
1037         * modules/libunistring: New file.
1038         * m4/libunistring.m4: New file.
1039         * MODULES.html.sh (Unicode string functions): Add it.
1040
1041 2009-04-27  Eric Blake  <ebb9@byu.net>
1042
1043         maint.mk: allow package-specific header to provide <config.h>
1044         * top/maint.mk (sc_require_config_h): New variable.
1045         (sc_require_config_h, sc_require_config_h_first): Use it.
1046
1047 2009-04-27  Simon Josefsson  <simon@josefsson.org>
1048
1049         * top/maint.mk (sc_avoid_if_before_free): Except
1050         useless-if-before-free script.
1051
1052 2009-04-27  Eric Blake  <ebb9@byu.net>
1053
1054         maintainer-makefile: depend on all required helper scripts
1055         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
1056         useless-if-before-free.
1057         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
1058         version, rather than assuming gnulib checkout is available.
1059         Reported by Simen Josefsson.
1060
1061 2009-04-26  Bruno Haible  <bruno@clisp.org>
1062
1063         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
1064         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
1065         "../" or "..".
1066
1067 2009-04-26  Bruno Haible  <bruno@clisp.org>
1068
1069         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
1070         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
1071         AC_LIB_HAVE_LINKFLAGS.
1072
1073 2009-04-26  Bruno Haible  <bruno@clisp.org>
1074
1075         Simplify calling convention of u*_conv_from_encoding.
1076         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
1077         u32_conv_from_encoding): Expect a resultbuf argument and return the
1078         result directly as a pointer.
1079         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
1080         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
1081         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
1082         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
1083         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
1084         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1085         Update.
1086         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
1087         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
1088         * lib/vasnprintf.c (VASNPRINTF): Update.
1089         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
1090         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
1091         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
1092         * NEWS: Mention the change.
1093
1094 2009-04-26  Bruno Haible  <bruno@clisp.org>
1095
1096         Simplify calling convention of u*_conv_to_encoding.
1097         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1098         u32_conv_to_encoding): Expect a resultbuf argument and return the
1099         result directly as a pointer.
1100         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1101         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
1102         freeing scaled_offsets if mem_iconveha failed.
1103         * lib/unicase/u-casexfrm.h (FUNC): Update.
1104         * lib/uninorm/u-normxfrm.h (FUNC): Update.
1105         * lib/vasnprintf.c (VASNPRINTF): Update.
1106         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
1107         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
1108         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
1109         * NEWS: Mention the change.
1110
1111 2009-04-26  Bruno Haible  <bruno@clisp.org>
1112
1113         Avoid test failures on AIX and OSF/1.
1114         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
1115         malloc(0).
1116         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
1117         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
1118         Likewise.
1119         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
1120         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
1121         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
1122         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
1123         * doc/posix-functions/malloc.texi: Document the portability problem
1124         related to malloc(0).
1125
1126 2009-04-26  Bruno Haible  <bruno@clisp.org>
1127
1128         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
1129         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
1130         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
1131
1132 2009-04-25  Bruno Haible  <bruno@clisp.org>
1133
1134         Avoid link error when creating a namespace clean library.
1135         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
1136         as macro with arguments if already defined as an alias.
1137         * lib/signbitf.c (gl_signbitf): Don't undefine.
1138         * lib/signbitd.c (gl_signbitd): Don't undefine.
1139         * lib/signbitl.c (gl_signbitl): Don't undefine.
1140
1141 2009-04-25  Jim Meyering  <meyering@redhat.com>
1142
1143         vc-list-files: fix another quoting bug
1144         * build-aux/vc-list-files: Avoid sed backslash expansion
1145         of pathological directory names.
1146
1147 2009-04-25  Eric Blake  <ebb9@byu.net>
1148
1149         vc-list-files: fix shell quoting error
1150         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
1151         timestamp.
1152
1153 2009-04-25  Jim Meyering  <meyering@redhat.com>
1154
1155         vc-list-files: restore lost functionality with subdir argument
1156         * build-aux/vc-list-files: When given a non-"." sub-directory
1157         argument, substitute the $dir/ prefix back onto each resulting name.
1158         Otherwise, coreutils' root_tests check would fail.
1159
1160 2009-04-24  Eric Blake  <ebb9@byu.net>
1161
1162         vc-list-files: ignore git symlinks
1163         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
1164         than ls-files, to ignore git symlinks.
1165
1166         maint.mk: import improvements from m4
1167         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
1168         (move_if_change): Delete unused macro.
1169         (news-date-check, vc-diff-check): Support VPATH builds.
1170         (announcement): Likewise.  Split --bootstrap-tools list...
1171         (boostrap-tools): ...into separate list, which can be overridden
1172         in cfg.mk.
1173         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
1174         requiring dependency on useless-if-before-free module.
1175         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
1176         Support VPATH builds.
1177
1178 2009-04-24  Jim Meyering  <meyering@redhat.com>
1179
1180         maint.mk: remove coreutils-specific rules and variables
1181         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
1182         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
1183         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
1184
1185         maint.mk: remove obsolete rule
1186         * top/maint.mk (rel-check): Remove rule.
1187         (WGET, WGETFLAGS): Remove now-unused variables.
1188
1189 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1190
1191         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
1192         consistency.
1193
1194         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
1195         '$(PATH_SEPARATOR)' instead of ':'.
1196
1197 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1198
1199         * lib/getopt1.c (main): Use 'const' for static array.
1200
1201 2009-04-24  Simon Josefsson  <simon@josefsson.org>
1202
1203         * top/maint.mk: Sync with coreutils.
1204         * NEWS: Explain incompatibilities.
1205
1206 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1207             Bruno Haible  <bruno@clisp.org>
1208
1209         Fix cross-compilation results.
1210         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
1211         statement, as third argument of AC_TRY_RUN.
1212         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
1213         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
1214         Likewise.
1215         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
1216         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
1217         Likewise.
1218         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
1219         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
1220         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
1221
1222 2009-04-20  Bruno Haible  <bruno@clisp.org>
1223
1224         Avoid test failure on mingw.
1225         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
1226
1227 2009-04-20  Bruno Haible  <bruno@clisp.org>
1228
1229         Avoid compilation error on mingw.
1230         * modules/localename-tests (Depends-on): Add locale.
1231
1232 2009-04-19  Bruno Haible  <bruno@clisp.org>
1233
1234         Support for building a shared library on Windows platforms.
1235         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
1236         (main): Test the presence of UNINORM_NFC here.
1237         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
1238         (main): Test the presence of UNINORM_NFD here.
1239         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
1240         (main): Test the presence of UNINORM_NFKC here.
1241         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
1242         (main): Test the presence of UNINORM_NFKD here.
1243
1244 2009-04-19  Bruno Haible  <bruno@clisp.org>
1245
1246         Avoid a compiler warning.
1247         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
1248         Change type of variable 'sequence'.
1249
1250 2009-04-19  Bruno Haible  <bruno@clisp.org>
1251
1252         * modules/configmake (Makefile.am): When the contents of configmake.h
1253         does not change, arrange to preserve its modification time.
1254
1255 2009-04-17  Simon Josefsson  <simon@josefsson.org>
1256
1257         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
1258         gettext domain.
1259
1260 2009-04-16  Jim Meyering  <meyering@redhat.com>
1261
1262         useless-if-before-free: improve conversion code
1263         * build-aux/useless-if-before-free: Adjust code-in-comment to match
1264         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
1265
1266 2009-04-14  Bruno Haible  <bruno@clisp.org>
1267
1268         * modules/fcntl (Depends-on): Add extensions.
1269         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
1270
1271 2009-04-12  Ben Pfaff  <blp@gnu.org>
1272
1273         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
1274         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
1275
1276 2009-03-20  Ben Pfaff  <blp@gnu.org>
1277
1278         Make rename replace existing destinations on Windows.
1279         * m4/rename.m4: Add test for Mingw.
1280         * lib/rename.c: Add rename replacement that uses MoveFileEx with
1281         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
1282         * doc/posix-functions/rename.texi: Document.
1283
1284 2009-04-10  Bruno Haible  <bruno@clisp.org>
1285
1286         New include file "iconveh.h".
1287         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
1288         * lib/striconveh.h: Include it.
1289         (enum iconv_ilseq_handler): Remove definition.
1290         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
1291         striconveh.h.
1292         * lib/striconveha.c: Include striconveh.h.
1293         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
1294         * modules/striconveh (Files): Add lib/iconveh.h.
1295         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
1296         lib/striconveh.h.
1297
1298 2009-04-10  Bruno Haible  <bruno@clisp.org>
1299
1300         * lib/uniconv.h: Update comment.
1301
1302 2009-04-10  Bruno Haible  <bruno@clisp.org>
1303
1304         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
1305         always.
1306         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1307         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1308         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1309         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
1310         "unistring-notinline.h", so that the function gets defined always.
1311         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1312         * lib/unistr/u8-uctomb.c: Likewise.
1313         * lib/unistr/u16-mbtouc.c: Likewise.
1314         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1315         * lib/unistr/u16-uctomb.c: Likewise.
1316         * lib/unistr/u32-mbtouc.c: Likewise.
1317         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1318         * lib/unistr/u32-uctomb.c: Likewise.
1319
1320 2009-04-10  Bruno Haible  <bruno@clisp.org>
1321
1322         Mark 'utime' obsolete.
1323         * modules/utime (Status, Notice): New sections.
1324         Suggested by Jim Meyering.
1325
1326         Fix cross-compile guess for utime test.
1327         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
1328         autoconf.
1329         * doc/posix-functions/utime.texi: Give more precisions.
1330         Reported by Jan <ipif@ymail.com>.
1331
1332 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
1333
1334         filevercmp: correct today's change
1335         * lib/filevercmp.c: Also handle coreutils' test inputs.
1336         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
1337
1338         Fix regression in 'filevercmp' module. Thanks Sven Joachim
1339         for reporting it.
1340         * lib/filevercmp.c: Special handle for "", "." and "..".
1341         * tests/test-filevercmp.c: Enlarge the set suite.
1342
1343 2009-04-07  Jim Meyering  <meyering@redhat.com>
1344
1345         useless-if-before-free: show how to remove braced useless free, too
1346         * build-aux/useless-if-before-free: still only in a comment, though.
1347
1348 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
1349
1350         maint.mk: import changes to syntax-check macros from coreutils
1351         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
1352         Use them in the relevant macros.
1353
1354 2009-04-06  Bruno Haible  <bruno@clisp.org>
1355
1356         Fix unportable use of bit-fields.
1357         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
1358         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
1359         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
1360
1361 2009-04-06  Bruno Haible  <bruno@clisp.org>
1362
1363         Avoid test failures on AIX and OSF/1.
1364         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
1365         that malloc(0) = NULL.
1366         * tests/unicase/test-u8-tolower.c (check): Likewise.
1367         * tests/unicase/test-u8-totitle.c (check): Likewise.
1368         * tests/unicase/test-u8-toupper.c (check): Likewise.
1369         * tests/unicase/test-u16-casefold.c (check): Likewise.
1370         * tests/unicase/test-u16-tolower.c (check): Likewise.
1371         * tests/unicase/test-u16-totitle.c (check): Likewise.
1372         * tests/unicase/test-u16-toupper.c (check): Likewise.
1373         * tests/unicase/test-u32-casefold.c (check): Likewise.
1374         * tests/unicase/test-u32-tolower.c (check): Likewise.
1375         * tests/unicase/test-u32-totitle.c (check): Likewise.
1376         * tests/unicase/test-u32-toupper.c (check): Likewise.
1377         * tests/uninorm/test-u8-nfc.c (check): Likewise.
1378         * tests/uninorm/test-u8-nfd.c (check): Likewise.
1379         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
1380         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
1381         * tests/uninorm/test-u16-nfc.c (check): Likewise.
1382         * tests/uninorm/test-u16-nfd.c (check): Likewise.
1383         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
1384         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
1385         * tests/uninorm/test-u32-nfc.c (check): Likewise.
1386         * tests/uninorm/test-u32-nfd.c (check): Likewise.
1387         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
1388         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
1389
1390 2009-04-05  Bruno Haible  <bruno@clisp.org>
1391
1392         Work around an autoconf limitation.
1393         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
1394         comment line if it would be longer than 3 KB.
1395
1396 2009-04-05  Bruno Haible  <bruno@clisp.org>
1397
1398         Avoid test failure with libiconv-1.13.
1399         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
1400         of the expected test results.
1401
1402 2009-04-05  Bruno Haible  <bruno@clisp.org>
1403
1404         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
1405         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
1406         that it should be installed.
1407
1408 2009-04-05  Bruno Haible  <bruno@clisp.org>
1409
1410         * gnulib-tool: New option --copy-file.
1411         (func_usage): Document it.
1412         (func_dest_tmpfilename): Moved out of func_import.
1413         (func_add_file, func_update_file): New functions, extracted from
1414         func_import.
1415         (func_import): Update.
1416
1417 2009-04-05  Karl Berry  <karl@gnu.org>
1418
1419         * README: prominently mention gnulib-tool.
1420         Rearrange sections so getting the code is near the top.
1421
1422 2009-04-05  Bruno Haible  <bruno@clisp.org>
1423
1424         * lib/unicase.h: Mention u*_cmp2.
1425         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
1426         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
1427         * lib/unicase/ulc-casecmp.c: Likewise.
1428         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
1429         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
1430         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
1431         unistr/u8-cmp.
1432         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
1433         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
1434         unistr/u16-cmp.
1435         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
1436         unistr/u32-cmp.
1437
1438         * lib/uninorm.h: Mention u*_cmp2.
1439         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
1440         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
1441         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
1442         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
1443         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
1444         unistr/u8-cmp.
1445         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
1446         unistr/u16-cmp.
1447         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
1448         unistr/u32-cmp.
1449
1450         New module 'unistr/u32-cmp2'.
1451         * lib/unistr/u32-cmp2.c: New file.
1452         * modules/unistr/u32-cmp2: New file.
1453
1454         New module 'unistr/u16-cmp2'.
1455         * lib/unistr/u16-cmp2.c: New file.
1456         * modules/unistr/u16-cmp2: New file.
1457
1458         New module 'unistr/u8-cmp2'.
1459         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
1460         * lib/unistr/u8-cmp2.c: New file.
1461         * lib/unistr/u-cmp2.h: New file.
1462         * modules/unistr/u8-cmp2: New file.
1463
1464 2009-04-05  Bruno Haible  <bruno@clisp.org>
1465
1466         * lib/unictype.h (uc_property_is_valid): New macro.
1467         * tests/unictype/test-pr_byname.c (main): Use it.
1468
1469         * lib/unistr.h: Doc fixes.
1470         * lib/uniconv.h: Doc fixes.
1471         * lib/unictype.h: Doc fixes.
1472
1473 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
1474
1475         Port coreutils 7.2 to Solaris 8.
1476
1477         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
1478         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
1479         for Solaris 8.  This is a bit of a hack, as it means it's the
1480         caller's responsibility to add -lnsl if needed, but most likely it
1481         won't be needed since only getaddrinfo uses this and getaddrinfo
1482         isn't needed on Solaris 8.
1483
1484         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
1485         problem to Solaris 8 encountered with coreutils 7.2, which
1486         resulted in a message "fnmatch.c:292: warning: passing argument 4
1487         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
1488         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
1489
1490 2009-04-03  Simon Josefsson  <simon@josefsson.org>
1491
1492         * m4/ld-version-script.m4: Add FIXME comment.
1493
1494 2009-04-02  Simon Josefsson  <simon@josefsson.org>
1495
1496         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
1497         SOVERSION variable.
1498
1499 2009-04-02  Bruno Haible  <bruno@clisp.org>
1500
1501         * Makefile (info, html, dvi, pdf): Combine the rules.
1502         Suggested by Jim Meyering.
1503
1504 2009-04-01  Bruno Haible  <bruno@clisp.org>
1505
1506         * Makefile (info, html, dvi, pdf): New targets.
1507         Reported by Reuben Thomas <rrt@sc3d.org>.
1508
1509 2009-04-01  Bruno Haible  <bruno@clisp.org>
1510
1511         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
1512         can be put into PATH.
1513         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
1514
1515 2009-04-01  Bruno Haible  <bruno@clisp.org>
1516
1517         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
1518
1519 2009-04-01  Bruno Haible  <bruno@clisp.org>
1520
1521         Rename module 'visibility'.
1522         * modules/lib-symbol-visibility: Renamed from modules/visibility.
1523         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
1524         * doc/gnulib.texi: Update.
1525         * MODULES.html.sh (Misc): Update.
1526         * NEWS: Mention the change.
1527
1528 2009-04-01  Simon Josefsson  <simon@josefsson.org>
1529
1530         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
1531         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
1532         Eric Blake <ebb9@byu.net> for review.
1533         * MODULES.html.sh: Add lib-msvc-compat.
1534         * doc/gnulib.texi: Link to new section.
1535         * m4/ld-output-def.m4: New file.
1536         * doc/ld-output-def.texi: New file.
1537
1538 2009-04-01  Simon Josefsson  <simon@josefsson.org>
1539
1540         Rename ld-version-script to lib-symbol-versions.  Suggested by
1541         Bruno Haible <bruno@clisp.org>.
1542         * modules/ld-version-script: Renamed to lib-symbol-versions.
1543         * doc/ld-version-script.texi: Fix module name.
1544         * MODULES.html.sh: Add lib-symbol-versions.
1545
1546 2009-03-31  Simon Josefsson  <simon@josefsson.org>
1547
1548         * modules/u64-tests: New file.
1549         * tests/test-u64.c: New file.
1550
1551 2009-03-04  Simon Josefsson  <simon@josefsson.org>
1552
1553         * MODULES.html.sh: Mention u64.
1554         * modules/u64: New module.
1555         * modules/crypto/sha512: Depend on u64 module instead of providing
1556         u64.h.
1557
1558 2009-03-27  Eric Blake  <ebb9@byu.net>
1559
1560         test-strerror: make debugging EAI_SYSTEM easier
1561         * modules/getaddrinfo-tests (Depends-on): Add strerror.
1562         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
1563         failure was EAI_SYSTEM.
1564
1565 2009-03-25  Bruno Haible  <bruno@clisp.org>
1566
1567         Fix a problem with --enable-relocatable on Solaris 7.
1568         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
1569         since 2008-02-24.
1570
1571 2009-03-25  Eric Blake  <ebb9@byu.net>
1572
1573         test-sockets: avoid gcc warning
1574         * tests/test-sockets.c (main): Silence compiler warning.
1575
1576 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
1577
1578         New modules nproc, pthread, contributed by Glen Lenker.
1579
1580         * MODULES.html.sh: Add pthread, nproc.
1581         * lib/nproc.c: New file.
1582         * lib/nproc.h: New file.
1583         * lib/pthread.in.h: New file.
1584         * m4/pthread.m4: New file.
1585         * modules/nproc: New file.
1586         * modules/pthread: New file.
1587
1588 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1589
1590         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
1591         New variable.
1592
1593 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
1594
1595         filevercmp: handle simple~ and numbered.~3~ backup suffixes
1596         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
1597         * tests/test-filevercmp.c: Add tests for backup suffixes.
1598
1599 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1600
1601         * modules/stdlib (Depends-on): Add stdint, needed when defining
1602         struct random_data on, for example, HP-UX 10.20.  Reported by
1603         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1604
1605 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1606
1607         * lib/readline.c (readline): Call fflush on stdout after printing
1608         prompt.
1609
1610 2009-03-20  Bruno Haible  <bruno@clisp.org>
1611
1612         Remove dependency from 'close' module to -lws2_32 on native Windows.
1613         * lib/close-hook.h: New file.
1614         * lib/close-hook.c: New file.
1615         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
1616         w32sock.h.
1617         (_gl_close_fd_maybe_socket): Remove function.
1618         (rpl_close): Invoke execute_all_close_hooks instead of
1619         _gl_close_fd_maybe_socket.
1620         * lib/sockets.c: Include close-hook.h, w32sock.h.
1621         (close_fd_maybe_socket): New function, essentially from lib/close.c.
1622         (close_sockets_hook): New variable.
1623         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
1624         (gl_sockets_cleanup): Unregister it.
1625         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
1626         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
1627         * modules/close-hook: New file.
1628         * modules/close (Files): Remove lib/w32sock.h.
1629         (Depends-on): Add close-hook.
1630         (Link): Remove section.
1631         * modules/sockets (Files): Add lib/w32sock.h.
1632         (Depends-on): Add close-hook.
1633         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
1634         invocation.
1635         * NEWS: Mention that LIB_CLOSE is gone.
1636
1637 2009-03-23  Eric Blake  <ebb9@byu.net>
1638
1639         signal-tests: test previous patch
1640         * tests/test-signal.c: New file.
1641         * modules/signal-tests: Likewise.
1642
1643         signal.h: always support 'volatile sig_atomic_t'
1644         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
1645         (gl_SIGNAL_H_DEFAULTS): Add a default.
1646         * modules/signal (Makefile.am): Substitute if needed.
1647         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
1648         users can blindly add volatile.
1649         * doc/posix-headers/signal.texi (signal.h): Document it.
1650         Reported by Matthew Woehlke.
1651
1652 2009-03-23  Jim Meyering  <meyering@redhat.com>
1653
1654         pathmax: PATH_MAX: use pathconf only when available
1655         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
1656         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
1657         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
1658         This avoids a link failure in a PSP cross-compilation environment
1659         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
1660
1661         * lib/vasnprintf.c (divide): Fix typo in comment.
1662
1663 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1664
1665         * gnulib-tool (func_filter_filelist): Fix comment.
1666
1667 2009-03-20  Bruno Haible  <bruno@clisp.org>
1668
1669         Make sockets.h self-contained.
1670         * lib/sockets.c: Include sockets.h first.
1671         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
1672
1673 2009-03-19  Eric Blake  <ebb9@byu.net>
1674
1675         doc: mention more functions added in cygwin 1.7.0
1676         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
1677         addition.
1678         * doc/posix-functions/log2f.texi: Likewise.
1679
1680 2009-03-19  Jim Meyering  <meyering@redhat.com>
1681
1682         fsusage: avoid syntax error due to statement-before-declaration
1683         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
1684         after all declarations.  Reported by Matthew Woehlke in
1685         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
1686
1687 2009-03-18  Eric Blake  <ebb9@byu.net>
1688
1689         build-aux/compile: sync from automake
1690         * build-aux/compile: New file, from automake.
1691         * config/srclist.txt: Mention build-aux/compile.
1692
1693 2009-03-17  Bruno Haible  <bruno@clisp.org>
1694
1695         * lib/git-merge-changelog.c: Fix typo in comment.
1696         Reported by Reuben Thomas <rrt@sc3d.org>.
1697
1698 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
1699
1700         * m4/regex.m4: update and improve help for
1701         --without-included-regex.
1702
1703 2009-03-17  Simon Josefsson  <simon@josefsson.org>
1704
1705         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
1706         failure on missing include files.
1707
1708 2009-03-17  Eric Blake  <ebb9@byu.net>
1709
1710         doc: mention more functions added in cygwin 1.7.0
1711         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
1712         addition.
1713         * doc/posix-functions/fwscanf.texi: Likewise.
1714         * doc/posix-functions/swprintf.texi: Likewise.
1715         * doc/posix-functions/swscanf.texi: Likewise.
1716         * doc/posix-functions/vfwprintf.texi: Likewise.
1717         * doc/posix-functions/vfwscanf.texi: Likewise.
1718         * doc/posix-functions/vswprintf.texi: Likewise.
1719         * doc/posix-functions/vswscanf.texi: Likewise.
1720         * doc/posix-functions/vwprintf.texi: Likewise.
1721         * doc/posix-functions/vwscanf.texi: Likewise.
1722         * doc/posix-functions/wcscasecmp.texi: Likewise.
1723         * doc/posix-functions/wcsdup.texi: Likewise.
1724         * doc/posix-functions/wcsftime.texi: Likewise.
1725         * doc/posix-functions/wcsncasecmp.texi: Likewise.
1726         * doc/posix-functions/wprintf.texi: Likewise.
1727         * doc/posix-functions/wscanf.texi: Likewise.
1728         * doc/glibc-functions/gethostbyname2.texi: Likewise.
1729
1730 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1731
1732         maint.mk: really add $(AM_MAKEFLAGS)
1733         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
1734         was inadvertently omitted in the last commit.
1735         Spotted by Bruno Haible.
1736
1737         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
1738         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
1739         $(AM_MAKEFLAGS)' rather than plain `make'.
1740
1741         gnulib-tool: execute $MAKE not make
1742         * gnulib-tool: Default $MAKE to 'make'.
1743         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
1744         than make.  Initialize $MAKE in the do-autobuild script.
1745
1746         gnulib-tool: use $MAKE not make in generated files
1747         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
1748         make, in generated files.  Initialize $MAKE in the do-autobuild
1749         script.
1750
1751         * top/GNUmakefile (_have-git-version-gen): Fix typo.
1752
1753         GNUmakefile: disable parallelism only for multiple, recursive targets
1754         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
1755         additions in the Makefile.
1756         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
1757         by Automake.
1758         (.NOTPARALLEL): Only disable parallel builds if multiple targets
1759         are listed on the command line and at least one of them is
1760         listed in $(ALL_RECURSIVE_TARGETS).
1761
1762 2009-03-14  Bruno Haible  <bruno@clisp.org>
1763
1764         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
1765         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
1766         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
1767         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
1768         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
1769         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
1770         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
1771         unistr/u8-uctomb.
1772         * modules/unistr/u8-strchr (Depends-on): Likewise.
1773         * modules/unistr/u8-strrchr (Depends-on): Likewise.
1774         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
1775         unistr/u16-uctomb.
1776         * modules/unistr/u16-strchr (Depends-on): Likewise.
1777         * modules/unistr/u16-strrchr (Depends-on): Likewise.
1778
1779 2009-03-12  Bruno Haible  <bruno@clisp.org>
1780
1781         Work around select() bug on Interix 3.5.
1782         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
1783         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
1784         * m4/select.m4: New file.
1785         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
1786         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
1787         * modules/select (Files): Add m4/select.m4.
1788         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
1789         * modules/nanosleep (Depends-on): Add select.
1790         * modules/poll (Depends-on): Likewise.
1791         * doc/posix-functions/select.texi: Mention the Interix bug.
1792         Reported by Markus Duft <mduft@gentoo.org>.
1793
1794         * lib/select.c: Renamed from lib/winsock-select.c.
1795         * modules/select (Files): Add lib/select.c, remove
1796         lib/winsock-select.c.
1797         (configure.ac): Update.
1798
1799 2009-03-12  Jim Meyering  <meyering@redhat.com>
1800
1801         avoid gcc warnings about unused macro definitions
1802         * lib/readtokens.c (STREQ): Remove unused definition.
1803         * lib/xmalloc.c (SIZE_MAX): Likewise.
1804         * lib/openat-die.c (N_): Likewise.
1805         * lib/mountlist.c (SIZE_MAX): Remove definition.
1806         Instead, include <stdint.h>.
1807         * lib/readutmp.c: Likewise.
1808         * modules/readutmp (Depends-on): Add stdint.
1809         * modules/mountlist (Depends-on): Add stdint.
1810         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
1811
1812 2009-03-10  Bruno Haible  <bruno@clisp.org>
1813
1814         Tests for module 'mbmemcasecoll'.
1815         * modules/mbmemcasecoll-tests: New file.
1816         * tests/test-mbmemcasecoll1.sh: New file.
1817         * tests/test-mbmemcasecoll2.sh: New file.
1818         * tests/test-mbmemcasecoll3.sh: New file.
1819         * tests/test-mbmemcasecoll.c: New file.
1820
1821         New module 'mbmemcasecoll'.
1822         * lib/mbmemcasecoll.h: New file.
1823         * lib/mbmemcasecoll.c: New file.
1824         * modules/mbmemcasecoll: New file.
1825
1826         * tests/test-mbmemcasecmp.h: New file, extracted from
1827         tests/test-mbmemcasecmp.c.
1828         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
1829         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
1830         (main): Update.
1831         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
1832
1833 2009-03-09  Bruno Haible  <bruno@clisp.org>
1834
1835         Tests for module 'mbmemcasecmp'.
1836         * modules/mbmemcasecmp-tests: New file.
1837         * tests/test-mbmemcasecmp1.sh: New file.
1838         * tests/test-mbmemcasecmp2.sh: New file.
1839         * tests/test-mbmemcasecmp3.sh: New file.
1840         * tests/test-mbmemcasecmp.c: New file.
1841
1842         New module 'mbmemcasecmp'.
1843         * lib/mbmemcasecmp.h: New file.
1844         * lib/mbmemcasecmp.c: New file.
1845         * modules/mbmemcasecmp: New file.
1846
1847 2009-03-09  Bruno Haible  <bruno@clisp.org>
1848
1849         Tests for module 'unicase/ulc-casecoll'.
1850         * modules/unicase/ulc-casecoll-tests: New file.
1851         * tests/unicase/test-ulc-casecoll1.sh: New file.
1852         * tests/unicase/test-ulc-casecoll2.sh: New file.
1853         * tests/unicase/test-ulc-casecoll.c: New file.
1854
1855         New module 'unicase/ulc-casecoll'.
1856         * lib/unicase.h (ulc_casecoll): New declaration.
1857         * lib/unicase/ulc-casecoll.c: New file.
1858         * modules/unicase/ulc-casecoll: New file.
1859
1860         New module 'unicase/ulc-casexfrm'.
1861         * lib/unicase.h (ulc_casexfrm): New declaration.
1862         * lib/unicase/ulc-casexfrm.c: New file.
1863         * modules/unicase/ulc-casexfrm: New file.
1864
1865 2009-03-09  Bruno Haible  <bruno@clisp.org>
1866
1867         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
1868         invocations.
1869
1870         * m4/mbscasecmp.m4: Remove file.
1871         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
1872         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
1873
1874         * m4/mbscasestr.m4: Remove file.
1875         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
1876         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
1877
1878         * m4/mbschr.m4: Remove file.
1879         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
1880         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
1881
1882         * m4/mbscspn.m4: Remove file.
1883         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
1884         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
1885
1886         * m4/mbslen.m4: Remove file.
1887         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
1888         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
1889
1890         * m4/mbsncasecmp.m4: Remove file.
1891         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
1892         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
1893
1894         * m4/mbsnlen.m4: Remove file.
1895         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
1896         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
1897
1898         * m4/mbspbrk.m4: Remove file.
1899         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
1900         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
1901
1902         * m4/mbspcasecmp.m4: Remove file.
1903         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
1904         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
1905
1906         * m4/mbsrchr.m4: Remove file.
1907         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
1908         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
1909
1910         * m4/mbssep.m4: Remove file.
1911         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
1912         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
1913
1914         * m4/mbsspn.m4: Remove file.
1915         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
1916         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
1917
1918         * m4/mbsstr.m4: Remove file.
1919         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
1920         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
1921
1922         * m4/mbstok_r.m4: Remove file.
1923         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
1924         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
1925
1926         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
1927
1928         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
1929         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
1930
1931         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
1932
1933 2009-03-08  Bruno Haible  <bruno@clisp.org>
1934
1935         Tests for module 'unicase/ulc-casecmp'.
1936         * modules/unicase/ulc-casecmp-tests: New file.
1937         * tests/unicase/test-ulc-casecmp1.sh: New file.
1938         * tests/unicase/test-ulc-casecmp2.sh: New file.
1939         * tests/unicase/test-ulc-casecmp.c: New file.
1940
1941         New module 'unicase/ulc-casecmp'.
1942         * lib/unicase.h (ulc_casecmp): New declaration.
1943         * lib/unicase/ulc-casecmp.c: New file.
1944         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
1945         'const SRC_UNIT *'.
1946         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
1947         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
1948         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
1949         * modules/unicase/ulc-casecmp: New file.
1950
1951         Tests for module 'unicase/u32-is-cased'.
1952         * modules/unicase/u32-is-cased-tests: New file.
1953         * tests/unicase/test-u32-is-cased.c: New file.
1954
1955         Tests for module 'unicase/u16-is-cased'.
1956         * modules/unicase/u16-is-cased-tests: New file.
1957         * tests/unicase/test-u16-is-cased.c: New file.
1958
1959         Tests for module 'unicase/u8-is-cased'.
1960         * modules/unicase/u8-is-cased-tests: New file.
1961         * tests/unicase/test-u8-is-cased.c: New file.
1962         * tests/unicase/test-is-cased.h: New file.
1963
1964         New module 'unicase/u32-is-cased'.
1965         * lib/unicase/u32-is-cased.c: New file.
1966         * modules/unicase/u32-is-cased: New file.
1967
1968         New module 'unicase/u16-is-cased'.
1969         * lib/unicase/u16-is-cased.c: New file.
1970         * modules/unicase/u16-is-cased: New file.
1971
1972         New module 'unicase/u8-is-cased'.
1973         * lib/unicase/u8-is-cased.c: New file.
1974         * lib/unicase/u-is-cased.h: New file.
1975         * modules/unicase/u8-is-cased: New file.
1976
1977         Tests for module 'unicase/u32-is-casefolded'.
1978         * modules/unicase/u32-is-casefolded-tests: New file.
1979         * tests/unicase/test-u32-is-casefolded.c: New file.
1980
1981         Tests for module 'unicase/u16-is-casefolded'.
1982         * modules/unicase/u16-is-casefolded-tests: New file.
1983         * tests/unicase/test-u16-is-casefolded.c: New file.
1984
1985         Tests for module 'unicase/u8-is-casefolded'.
1986         * modules/unicase/u8-is-casefolded-tests: New file.
1987         * tests/unicase/test-u8-is-casefolded.c: New file.
1988         * tests/unicase/test-is-casefolded.h: New file.
1989
1990         New module 'unicase/u32-is-casefolded'.
1991         * lib/unicase/u32-is-casefolded.c: New file.
1992         * modules/unicase/u32-is-casefolded: New file.
1993
1994         New module 'unicase/u16-is-casefolded'.
1995         * lib/unicase/u16-is-casefolded.c: New file.
1996         * modules/unicase/u16-is-casefolded: New file.
1997
1998         New module 'unicase/u8-is-casefolded'.
1999         * lib/unicase/u8-is-casefolded.c: New file.
2000         * modules/unicase/u8-is-casefolded: New file.
2001
2002         Tests for module 'unicase/u32-is-titlecase'.
2003         * modules/unicase/u32-is-titlecase-tests: New file.
2004         * tests/unicase/test-u32-is-titlecase.c: New file.
2005
2006         Tests for module 'unicase/u16-is-titlecase'.
2007         * modules/unicase/u16-is-titlecase-tests: New file.
2008         * tests/unicase/test-u16-is-titlecase.c: New file.
2009
2010         Tests for module 'unicase/u8-is-titlecase'.
2011         * modules/unicase/u8-is-titlecase-tests: New file.
2012         * tests/unicase/test-u8-is-titlecase.c: New file.
2013         * tests/unicase/test-is-titlecase.h: New file.
2014
2015         New module 'unicase/u32-is-titlecase'.
2016         * lib/unicase/u32-is-titlecase.c: New file.
2017         * modules/unicase/u32-is-titlecase: New file.
2018
2019         New module 'unicase/u16-is-titlecase'.
2020         * lib/unicase/u16-is-titlecase.c: New file.
2021         * modules/unicase/u16-is-titlecase: New file.
2022
2023         New module 'unicase/u8-is-titlecase'.
2024         * lib/unicase/u8-is-titlecase.c: New file.
2025         * modules/unicase/u8-is-titlecase: New file.
2026
2027         Tests for module 'unicase/u32-is-lowercase'.
2028         * modules/unicase/u32-is-lowercase-tests: New file.
2029         * tests/unicase/test-u32-is-lowercase.c: New file.
2030
2031         Tests for module 'unicase/u16-is-lowercase'.
2032         * modules/unicase/u16-is-lowercase-tests: New file.
2033         * tests/unicase/test-u16-is-lowercase.c: New file.
2034
2035         Tests for module 'unicase/u8-is-lowercase'.
2036         * modules/unicase/u8-is-lowercase-tests: New file.
2037         * tests/unicase/test-u8-is-lowercase.c: New file.
2038         * tests/unicase/test-is-lowercase.h: New file.
2039
2040         New module 'unicase/u32-is-lowercase'.
2041         * lib/unicase/u32-is-lowercase.c: New file.
2042         * modules/unicase/u32-is-lowercase: New file.
2043
2044         New module 'unicase/u16-is-lowercase'.
2045         * lib/unicase/u16-is-lowercase.c: New file.
2046         * modules/unicase/u16-is-lowercase: New file.
2047
2048         New module 'unicase/u8-is-lowercase'.
2049         * lib/unicase/u8-is-lowercase.c: New file.
2050         * modules/unicase/u8-is-lowercase: New file.
2051
2052         Tests for module 'unicase/u32-is-uppercase'.
2053         * modules/unicase/u32-is-uppercase-tests: New file.
2054         * tests/unicase/test-u32-is-uppercase.c: New file.
2055
2056         Tests for module 'unicase/u16-is-uppercase'.
2057         * modules/unicase/u16-is-uppercase-tests: New file.
2058         * tests/unicase/test-u16-is-uppercase.c: New file.
2059
2060         Tests for module 'unicase/u8-is-uppercase'.
2061         * modules/unicase/u8-is-uppercase-tests: New file.
2062         * tests/unicase/test-u8-is-uppercase.c: New file.
2063         * tests/unicase/test-is-uppercase.h: New file.
2064
2065         New module 'unicase/u32-is-uppercase'.
2066         * lib/unicase/u32-is-uppercase.c: New file.
2067         * modules/unicase/u32-is-uppercase: New file.
2068
2069         New module 'unicase/u16-is-uppercase'.
2070         * lib/unicase/u16-is-uppercase.c: New file.
2071         * modules/unicase/u16-is-uppercase: New file.
2072
2073         New module 'unicase/u8-is-uppercase'.
2074         * lib/unicase/u8-is-uppercase.c: New file.
2075         * modules/unicase/u8-is-uppercase: New file.
2076
2077         New module 'unicase/u32-is-invariant'.
2078         * lib/unicase/u32-is-invariant.c: New file.
2079         * modules/unicase/u32-is-invariant: New file.
2080
2081         New module 'unicase/u16-is-invariant'.
2082         * lib/unicase/u16-is-invariant.c: New file.
2083         * modules/unicase/u16-is-invariant: New file.
2084
2085         New module 'unicase/u8-is-invariant'.
2086         * lib/unicase/u8-is-invariant.c: New file.
2087         * lib/unicase/invariant.h: New file.
2088         * lib/unicase/u-is-invariant.h: New file.
2089         * modules/unicase/u8-is-invariant: New file.
2090
2091         Tests for module 'unicase/u32-casecoll'.
2092         * modules/unicase/u32-casecoll-tests: New file.
2093         * tests/unicase/test-u32-casecoll.c: New file.
2094
2095         Tests for module 'unicase/u16-casecoll'.
2096         * modules/unicase/u16-casecoll-tests: New file.
2097         * tests/unicase/test-u16-casecoll.c: New file.
2098
2099         Tests for module 'unicase/u8-casecoll'.
2100         * modules/unicase/u8-casecoll-tests: New file.
2101         * tests/unicase/test-u8-casecoll.c: New file.
2102
2103         New module 'unicase/u32-casecoll'.
2104         * lib/unicase/u32-casecoll.c: New file.
2105         * modules/unicase/u32-casecoll: New file.
2106
2107         New module 'unicase/u16-casecoll'.
2108         * lib/unicase/u16-casecoll.c: New file.
2109         * modules/unicase/u16-casecoll: New file.
2110
2111         New module 'unicase/u8-casecoll'.
2112         * lib/unicase/u8-casecoll.c: New file.
2113         * lib/unicase/u-casecoll.h: New file.
2114         * modules/unicase/u8-casecoll: New file.
2115
2116         New module 'unicase/u32-casexfrm'.
2117         * lib/unicase/u32-casexfrm.c: New file.
2118         * modules/unicase/u32-casexfrm: New file.
2119
2120         New module 'unicase/u16-casexfrm'.
2121         * lib/unicase/u16-casexfrm.c: New file.
2122         * modules/unicase/u16-casexfrm: New file.
2123
2124         New module 'unicase/u8-casexfrm'.
2125         * lib/unicase/u8-casexfrm.c: New file.
2126         * lib/unicase/u-casexfrm.h: New file.
2127         * modules/unicase/u8-casexfrm: New file.
2128
2129         Tests for module 'unicase/u32-casecmp'.
2130         * modules/unicase/u32-casecmp-tests: New file.
2131         * tests/unicase/test-u32-casecmp.c: New file.
2132
2133         Tests for module 'unicase/u16-casecmp'.
2134         * modules/unicase/u16-casecmp-tests: New file.
2135         * tests/unicase/test-u16-casecmp.c: New file.
2136
2137         Tests for module 'unicase/u8-casecmp'.
2138         * modules/unicase/u8-casecmp-tests: New file.
2139         * tests/unicase/test-u8-casecmp.c: New file.
2140         * tests/unicase/test-casecmp.h: New file.
2141
2142         New module 'unicase/u32-casecmp'.
2143         * lib/unicase/u32-casecmp.c: New file.
2144         * modules/unicase/u32-casecmp: New file.
2145
2146         New module 'unicase/u16-casecmp'.
2147         * lib/unicase/u16-casecmp.c: New file.
2148         * modules/unicase/u16-casecmp: New file.
2149
2150         New module 'unicase/u8-casecmp'.
2151         * lib/unicase/u8-casecmp.c: New file.
2152         * lib/unicase/u-casecmp.h: New file.
2153         * modules/unicase/u8-casecmp: New file.
2154
2155         Tests for module 'unicase/u32-casefold'.
2156         * modules/unicase/u32-casefold-tests: New file.
2157         * tests/unicase/test-u32-casefold.c: New file.
2158
2159         Tests for module 'unicase/u16-casefold'.
2160         * modules/unicase/u16-casefold-tests: New file.
2161         * tests/unicase/test-u16-casefold.c: New file.
2162
2163         Tests for module 'unicase/u8-casefold'.
2164         * modules/unicase/u8-casefold-tests: New file.
2165         * tests/unicase/test-u8-casefold.c: New file.
2166
2167         New module 'unicase/u32-casefold'.
2168         * lib/unicase/u32-casefold.c: New file.
2169         * modules/unicase/u32-casefold: New file.
2170
2171         New module 'unicase/u16-casefold'.
2172         * lib/unicase/u16-casefold.c: New file.
2173         * modules/unicase/u16-casefold: New file.
2174
2175         New module 'unicase/u8-casefold'.
2176         * lib/unicase/u8-casefold.c: New file.
2177         * lib/unicase/u-casefold.h: New file.
2178         * modules/unicase/u8-casefold: New file.
2179
2180         New module 'unicase/tocasefold'.
2181         * lib/unicase/casefold.h: New file.
2182         * lib/unicase/tocasefold.c: New file.
2183         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
2184         * modules/unicase/tocasefold: New file.
2185
2186         Tests for module 'unicase/u32-totitle'.
2187         * modules/unicase/u32-totitle-tests: New file.
2188         * tests/unicase/test-u32-totitle.c: New file.
2189
2190         Tests for module 'unicase/u16-totitle'.
2191         * modules/unicase/u16-totitle-tests: New file.
2192         * tests/unicase/test-u16-totitle.c: New file.
2193
2194         Tests for module 'unicase/u8-totitle'.
2195         * modules/unicase/u8-totitle-tests: New file.
2196         * tests/unicase/test-u8-totitle.c: New file.
2197
2198         New module 'unicase/u32-totitle'.
2199         * lib/unicase/u32-totitle.c: New file.
2200         * modules/unicase/u32-totitle: New file.
2201
2202         New module 'unicase/u16-totitle'.
2203         * lib/unicase/u16-totitle.c: New file.
2204         * modules/unicase/u16-totitle: New file.
2205
2206         New module 'unicase/u8-totitle'.
2207         * lib/unicase/u8-totitle.c: New file.
2208         * lib/unicase/u-totitle.h: New file.
2209         * modules/unicase/u8-totitle: New file.
2210
2211         Tests for module 'unicase/u32-tolower'.
2212         * modules/unicase/u32-tolower-tests: New file.
2213         * tests/unicase/test-u32-tolower.c: New file.
2214
2215         Tests for module 'unicase/u16-tolower'.
2216         * modules/unicase/u16-tolower-tests: New file.
2217         * tests/unicase/test-u16-tolower.c: New file.
2218
2219         Tests for module 'unicase/u8-tolower'.
2220         * modules/unicase/u8-tolower-tests: New file.
2221         * tests/unicase/test-u8-tolower.c: New file.
2222
2223         New module 'unicase/u32-tolower'.
2224         * lib/unicase/u32-tolower.c: New file.
2225         * modules/unicase/u32-tolower: New file.
2226
2227         New module 'unicase/u16-tolower'.
2228         * lib/unicase/u16-tolower.c: New file.
2229         * modules/unicase/u16-tolower: New file.
2230
2231         New module 'unicase/u8-tolower'.
2232         * lib/unicase/u8-tolower.c: New file.
2233         * modules/unicase/u8-tolower: New file.
2234
2235         Tests for module 'unicase/u32-toupper'.
2236         * modules/unicase/u32-toupper-tests: New file.
2237         * tests/unicase/test-u32-toupper.c: New file.
2238
2239         Tests for module 'unicase/u16-toupper'.
2240         * modules/unicase/u16-toupper-tests: New file.
2241         * tests/unicase/test-u16-toupper.c: New file.
2242
2243         Tests for module 'unicase/u8-toupper'.
2244         * modules/unicase/u8-toupper-tests: New file.
2245         * tests/unicase/test-u8-toupper.c: New file.
2246
2247         New module 'unicase/u32-toupper'.
2248         * lib/unicase/u32-toupper.c: New file.
2249         * modules/unicase/u32-toupper: New file.
2250
2251         New module 'unicase/u16-toupper'.
2252         * lib/unicase/u16-toupper.c: New file.
2253         * modules/unicase/u16-toupper: New file.
2254
2255         New module 'unicase/u8-toupper'.
2256         * lib/unicase/u8-toupper.c: New file.
2257         * modules/unicase/u8-toupper: New file.
2258
2259         New module 'unicase/u32-casemap'.
2260         * lib/unicase/u32-casemap.c: New file.
2261         * modules/unicase/u32-casemap: New file.
2262
2263         New module 'unicase/u16-casemap'.
2264         * lib/unicase/u16-casemap.c: New file.
2265         * modules/unicase/u16-casemap: New file.
2266
2267         New module 'unicase/u8-casemap'.
2268         * lib/unicase/unicasemap.h: New file.
2269         * lib/unicase/u8-casemap.c: New file.
2270         * lib/unicase/u-casemap.h: New file.
2271         * modules/unicase/u8-casemap: New file.
2272
2273         New module 'unicase/special-casing'.
2274         * lib/unicase/special-casing.h: New file.
2275         * lib/unicase/special-casing.c: New file.
2276         * lib/unicase/special-casing-table.gperf: New file, generated by
2277         gen-uni-tables.c.
2278         * modules/unicase/special-casing: New file.
2279
2280         Tests for module 'unicase/locale-language'.
2281         * modules/unicase/locale-language-tests: New file.
2282         * tests/unicase/test-locale-language.sh: New file.
2283         * tests/unicase/test-locale-language.c: New file.
2284
2285         New module 'unicase/locale-language'.
2286         * lib/unicase/locale-language.c: New file.
2287         * lib/unicase/locale-languages.gperf: New file.
2288         * modules/unicase/locale-language: New file.
2289
2290         Generate more tables for case conversion and case folding.
2291         * lib/gen-uni-tables.c (SCC_*): New enum items.
2292         (struct special_casing_rule): New type.
2293         (casing_rules, num_casing_rules, allocated_casing_rules): New
2294         variables.
2295         (add_casing_rule, fill_casing_rules): New functions.
2296         (struct casefold_rule): New type.
2297         (casefolding_rules, num_casefolding_rules,
2298         allocated_casefolding_rules): New variables.
2299         (fill_casefolding_rules): New function.
2300         (unicode_casefold): New variable.
2301         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
2302         sort_casing_rules, output_casing_rules): New functions.
2303         (main): Accept to more arguments: SpecialCasing.txt and
2304         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
2305         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
2306         Output mapping for casefolding.
2307
2308         * lib/unicase.h: Include stdbool.h, uninorm.h.
2309         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
2310         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
2311         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
2312         arguments.
2313         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
2314         resultp arguments.
2315         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
2316         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
2317         resultp arguments.
2318         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
2319         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
2320         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
2321         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
2322         declarations.
2323         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
2324
2325 2009-03-08  Bruno Haible  <bruno@clisp.org>
2326
2327         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2328         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
2329         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
2330         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2331
2332 2009-03-07  Bruno Haible  <bruno@clisp.org>
2333
2334         Adjust u*_normcmp, u*_normcoll API.
2335         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
2336         u16_normcoll, u32_normcoll): Change failure conventions.
2337         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
2338         errno and return -1.
2339         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
2340
2341 2009-03-07  Bruno Haible  <bruno@clisp.org>
2342
2343         Tests for module 'uninorm/u32-normcoll'.
2344         * modules/uninorm/u32-normcoll-tests: New file.
2345         * tests/uninorm/test-u32-normcoll.c: New file.
2346
2347         Tests for module 'uninorm/u16-normcoll'.
2348         * modules/uninorm/u16-normcoll-tests: New file.
2349         * tests/uninorm/test-u16-normcoll.c: New file.
2350
2351         Tests for module 'uninorm/u8-normcoll'.
2352         * modules/uninorm/u8-normcoll-tests: New file.
2353         * tests/uninorm/test-u8-normcoll.c: New file.
2354
2355 2009-03-07  Bruno Haible  <bruno@clisp.org>
2356
2357         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
2358         tests/uninorm/test-u32-normcmp.c.
2359         * tests/uninorm/test-u32-normcmp.c: Include it.
2360         (test_nonascii): New function, extracted from main. Add some more
2361         tests.
2362         (main): Invoke test_ascii and test_nonascii.
2363         * modules/uninorm/u32-normcmp-tests (Files): Add
2364         tests/uninorm/test-u32-normcmp.h.
2365         (Depends-on): Remove uninorm/u32-normcmp.
2366
2367         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
2368         tests/uninorm/test-u16-normcmp.c.
2369         * tests/uninorm/test-u16-normcmp.c: Include it.
2370         (test_nonascii): New function, extracted from main. Add some more
2371         tests.
2372         (main): Invoke test_ascii and test_nonascii.
2373         * modules/uninorm/u16-normcmp-tests (Files): Add
2374         tests/uninorm/test-u16-normcmp.h.
2375         (Depends-on): Remove uninorm/u16-normcmp.
2376
2377         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
2378         tests/uninorm/test-u8-normcmp.c.
2379         * tests/uninorm/test-u8-normcmp.c: Include it.
2380         (test_nonascii): New function, extracted from main. Add some more
2381         tests.
2382         (main): Invoke test_ascii and test_nonascii.
2383         * modules/uninorm/u8-normcmp-tests (Files): Add
2384         tests/uninorm/test-u8-normcmp.h.
2385         (Depends-on): Remove uninorm/u8-normcmp.
2386
2387 2009-03-07  Bruno Haible  <bruno@clisp.org>
2388
2389         New module 'uninorm/u32-normcoll'.
2390         * lib/uninorm/u32-normcoll.c: New file.
2391         * modules/uninorm/u32-normcoll: New file.
2392
2393         New module 'uninorm/u16-normcoll'.
2394         * lib/uninorm/u16-normcoll.c: New file.
2395         * modules/uninorm/u16-normcoll: New file.
2396
2397         New module 'uninorm/u8-normcoll'.
2398         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
2399         declarations.
2400         * lib/uninorm/u8-normcoll.c: New file.
2401         * lib/uninorm/u-normcoll.h: New file.
2402         * modules/uninorm/u8-normcoll: New file.
2403
2404         New module 'uninorm/u32-normxfrm'.
2405         * lib/uninorm/u32-normxfrm.c: New file.
2406         * modules/uninorm/u32-normxfrm: New file.
2407
2408         New module 'uninorm/u16-normxfrm'.
2409         * lib/uninorm/u16-normxfrm.c: New file.
2410         * modules/uninorm/u16-normxfrm: New file.
2411
2412         New module 'uninorm/u8-normxfrm'.
2413         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
2414         declarations.
2415         * lib/uninorm/u8-normxfrm.c: New file.
2416         * lib/uninorm/u-normxfrm.h: New file.
2417         * modules/uninorm/u8-normxfrm: New file.
2418
2419 2009-03-07  Bruno Haible  <bruno@clisp.org>
2420
2421         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
2422         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
2423         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
2424
2425 2009-03-07  Bruno Haible  <bruno@clisp.org>
2426
2427         New module 'memxfrm'.
2428         * lib/memxfrm.h: New file.
2429         * lib/memxfrm.c: New file.
2430         * modules/memxfrm: New file.
2431
2432 2009-03-07  Bruno Haible  <bruno@clisp.org>
2433
2434         New module 'memcmp2'.
2435         * lib/memcmp2.h: New file.
2436         * lib/memcmp2.c: New file.
2437         * modules/memcmp2: New file.
2438
2439 2009-03-07  Bruno Haible  <bruno@clisp.org>
2440
2441         Tests for module 'uninorm/decomposing-form'.
2442         * modules/uninorm/decomposing-form-tests: New file.
2443         * tests/uninorm/test-decomposing-form.c: New file.
2444
2445         New module 'uninorm/decomposing-form'.
2446         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
2447         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
2448         Add 'decomposing_variant' field.
2449         * lib/uninorm/decomposing-form.c: New file.
2450         * lib/uninorm/nfc.c (uninorm_nfc): Update.
2451         * lib/uninorm/nfd.c (uninorm_nfd): Update.
2452         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
2453         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
2454         * modules/uninorm/decomposing-form: New file.
2455         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
2456         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
2457
2458 2009-03-07  Bruno Haible  <bruno@clisp.org>
2459
2460         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
2461         strings.
2462
2463 2009-03-06  Bruno Haible  <bruno@clisp.org>
2464
2465         Tests for module 'uninorm/u32-normcmp'.
2466         * tests/uninorm/test-u32-normcmp.c: New file.
2467         * modules/uninorm/u32-normcmp-tests: New file.
2468
2469         Tests for module 'uninorm/u16-normcmp'.
2470         * tests/uninorm/test-u16-normcmp.c: New file.
2471         * modules/uninorm/u16-normcmp-tests: New file.
2472
2473         Tests for module 'uninorm/u8-normcmp'.
2474         * tests/uninorm/test-u8-normcmp.c: New file.
2475         * modules/uninorm/u8-normcmp-tests: New file.
2476
2477         New module 'uninorm/u32-normcmp'.
2478         * lib/uninorm/u32-normcmp.c: New file.
2479         * modules/uninorm/u32-normcmp: New file.
2480
2481         New module 'uninorm/u16-normcmp'.
2482         * lib/uninorm/u16-normcmp.c: New file.
2483         * modules/uninorm/u16-normcmp: New file.
2484
2485         New module 'uninorm/u8-normcmp'.
2486         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
2487         declarations.
2488         * lib/uninorm/u8-normcmp.c: New file.
2489         * lib/uninorm/u-normcmp.h: New file.
2490         * modules/uninorm/u8-normcmp: New file.
2491
2492 2009-03-06  Bruno Haible  <bruno@clisp.org>
2493
2494         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
2495         Reported by Eric Blake.
2496
2497 2009-03-06  Eric Blake  <ebb9@byu.net>
2498             Bruno Haible  <bruno@clisp.org>
2499
2500         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
2501         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
2502         condition.
2503         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
2504         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
2505         condition.
2506         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
2507
2508 2009-03-06  Eric Blake  <ebb9@byu.net>
2509
2510         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
2511         to avoid compiler warnings.
2512         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
2513
2514 2009-03-05  Bruno Haible  <bruno@clisp.org>
2515
2516         * tests/test-ftell.c (main): Disable test beyond end of file on
2517         FreeMiNT.
2518         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
2519
2520 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
2521
2522         * lib/filevercmp.c: Move hidden files up in ordering.
2523         * tests/test-filevercmp.c: Add tests for hidden files.
2524
2525 2009-03-04  Bruno Haible  <bruno@clisp.org>
2526
2527         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
2528         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
2529         AM_CFLAGS.
2530         Reported by Simon Josefsson.
2531
2532 2009-03-03  Bruno Haible  <bruno@clisp.org>
2533
2534         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
2535         Reported by Simon Josefsson.
2536
2537         * doc/ld-version-script.texi: Update node reference.
2538
2539 2009-03-03  Bruno Haible  <bruno@clisp.org>
2540
2541         * modules/visibility (License): Change to 'unlimited'.
2542         Suggested by Simon Josefsson.
2543
2544 2009-03-03  Jim Meyering  <meyering@redhat.com>
2545
2546         unlinkdir: cannot_unlink_dir may modify process state
2547         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
2548         it's neither thread-safe nor appropriate for use in a library.
2549
2550 2009-03-03  Eric Blake  <ebb9@byu.net>
2551
2552         test-closein: silence test under Darwin
2553         * tests/test-closein.sh: Ignore stderr from cat, since we don't
2554         care if it dies from EPIPE or EBADF.
2555
2556 2009-03-03  Bruno Haible  <bruno@clisp.org>
2557
2558         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
2559         earlier.
2560         * doc/visibility.texi: Fix @node and @section.
2561
2562 2009-03-03  Simon Josefsson  <simon@josefsson.org>
2563
2564         * doc/gnulib.texi: Link to sections for ld version script and
2565         visibility.
2566         * doc/visibility.texi: Add @node and @section.
2567         * modules/ld-version-script: New module.
2568         * m4/ld-version-script.m4: New file.
2569         * doc/ld-version-script.texi: New file.
2570
2571 2009-03-02  David Lutterkort  <lutter@redhat.com>
2572
2573         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
2574         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2575
2576 2009-03-02  Bruno Haible  <bruno@clisp.org>
2577
2578         * doc/visibility.texi: Mention libtool's -export-symbols option.
2579
2580 2009-03-02  Jim Meyering  <meyering@redhat.com>
2581
2582         announce-gen: new option: --no-print-checksums
2583         * build-aux/announce-gen (usage): Describe it.
2584         (print_checksums): Print a newline here, not in the [*] footnote.
2585         (main): Honor it.
2586
2587 2009-03-01  Bruno Haible  <bruno@clisp.org>
2588
2589         Use socklen_t in the native Windows replacements prototypes.
2590         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
2591         instead of 'int'.
2592         * lib/getsockopt.c (rpl_getsockopt): Likewise.
2593         * lib/setsockopt.c (rpl_setsockopt): Likewise.
2594         * modules/getsockopt (Depends-on): Add socklen.
2595         * modules/setsockopt (Depends-on): Add socklen.
2596
2597 2009-03-01  Bruno Haible  <bruno@clisp.org>
2598
2599         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
2600         least 4.2.
2601
2602 2009-03-01  Eric Blake  <ebb9@byu.net>
2603             Bruno Haible  <bruno@clisp.org>
2604
2605         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
2606         error messages.
2607         * lib/wait-process.c (wait_subprocess): Omit error message about
2608         deadly signal sent to the child of termsigp != NULL.
2609
2610 2009-03-01  Eric Blake  <ebb9@byu.net>
2611
2612         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
2613
2614 2009-03-01  Bruno Haible  <bruno@clisp.org>
2615
2616         Avoid a gcc warning.
2617         * tests/test-sched.c (b): Make global.
2618         Reported by Eric Blake.
2619
2620 2009-01-19  Martin Lambers  <marlam@marlam.de>
2621
2622         Provide POSIX semantics for socket timeout options on W32.
2623         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
2624         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
2625         * modules/setsockopt: Depend on sys_time module for struct timeval.
2626         * modules/getsockopt: Depend on sys_time module for struct timeval.
2627
2628 2009-03-01  Simon Josefsson  <simon@josefsson.org>
2629
2630         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
2631         __USE_GNU, for consistency with netdb.in.h.
2632         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2633
2634 2009-03-01  Bruno Haible  <bruno@clisp.org>
2635
2636         More support for FreeMiNT.
2637         * lib/fseeko.c (rpl_fseeko): Complete last commit.
2638         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2639
2640 2009-03-01  Bruno Haible  <bruno@clisp.org>
2641
2642         More support for FreeMiNT.
2643         * lib/fpurge.c (fpurge): Correct last commit.
2644         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2645
2646 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2647
2648         Fix unportable awk script in vc-list-files.
2649         * build-aux/vc-list-files: In the replacement awk script, use
2650         substr with a second argument of 1, not zero.
2651         Report by Simon Josefsson.
2652
2653 2009-02-28  Bruno Haible  <bruno@clisp.org>
2654
2655         More support for FreeMiNT.
2656         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
2657         to FreeMiNT today.
2658         * lib/fwriting.c (fwriting): Likewise.
2659         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
2660
2661 2009-02-28  Bruno Haible  <bruno@clisp.org>
2662
2663         * tests/test-freadseek.c (main): Disable test beyond end of file on
2664         FreeMiNT.
2665         * tests/test-ftello.c (main): Likewise.
2666         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
2667
2668 2009-02-28  Bruno Haible  <bruno@clisp.org>
2669
2670         Add tentative support for FreeMiNT.
2671         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
2672         * lib/fpurge.c (fpurge): Likewise.
2673         * lib/freadable.c (freadable): Likewise.
2674         * lib/freading.c (freading): Likewise.
2675         * lib/freadptr.c (freadptr): Likewise.
2676         * lib/freadseek.c (freadptrinc): Likewise.
2677         * lib/fseeko.c (rpl_fseeko): Likewise.
2678         * lib/fseterr.c (fseterr): Likewise.
2679         * lib/fwritable.c (fwritable): Likewise.
2680         * lib/fwriting.c (fwriting): Likewise.
2681         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
2682         Hourihane.
2683         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
2684
2685 2009-02-28  Bruno Haible  <bruno@clisp.org>
2686
2687         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
2688         SIGCHLD.
2689         Reported by Jim Meyering.
2690
2691 2009-02-28  Bruno Haible  <bruno@clisp.org>
2692
2693         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
2694         Mention the results of these tests on various platforms.
2695         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
2696         order.
2697         * doc/posix-functions/printf.texi: Likewise.
2698         * doc/posix-functions/snprintf.texi: Likewise.
2699         * doc/posix-functions/sprintf.texi: Likewise.
2700         * doc/posix-functions/vfprintf.texi: Likewise.
2701         * doc/posix-functions/vprintf.texi: Likewise.
2702         * doc/posix-functions/vsnprintf.texi: Likewise.
2703         * doc/posix-functions/vsprintf.texi: Likewise.
2704         * doc/glibc-functions/obstack_printf.texi: Likewise.
2705         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
2706
2707 2009-02-28  Bruno Haible  <bruno@clisp.org>
2708
2709         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
2710         Reported by Loïc Minier <lool@dooz.org>.
2711
2712 2009-02-27  Bruno Haible  <bruno@clisp.org>
2713
2714         * gnulib-tool (func_import): Make the sed expression used to create the
2715         sed script for updating the .gitignore file POSIX compliant.
2716         Reported by Eric Blake.
2717
2718 2009-02-27  Bruno Haible  <bruno@clisp.org>
2719
2720         * gnulib-tool (sed): Don't alias as "sed --posix".
2721         Reported by Eric Blake.
2722
2723 2009-02-27  Bruno Haible  <bruno@clisp.org>
2724
2725         Avoid test link errors.
2726         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
2727         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
2728         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
2729         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
2730         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2731
2732 2009-02-27  Bruno Haible  <bruno@clisp.org>
2733
2734         Avoid spurious "(cached)" in configure output.
2735         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
2736         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
2737         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
2738         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
2739         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
2740         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
2741         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
2742         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
2743         Reported by Eric Blake.
2744
2745 2009-02-27  Eric Blake  <ebb9@byu.net>
2746
2747         printf: fix regression in previous patch
2748         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
2749
2750 2009-02-27  Bruno Haible  <bruno@clisp.org>
2751
2752         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
2753         value.
2754         * lib/stdint.in.h: Likewise.
2755         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
2756
2757 2009-02-27  Eric Blake  <ebb9@byu.net>
2758
2759         doc: mention more functions added in cygwin 1.7.0
2760         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
2761         addition.
2762         * doc/posix-functions/open_wmemstream.texi: Likewise.
2763         * doc/posix-functions/wcsnlen.texi: Likewise.
2764         * doc/posix-functions/wcsnrtombs.texi: Likewise.
2765         * doc/posix-functions/wcstod.texi: Likewise.
2766         * doc/posix-functions/wcstof.texi: Likewise.
2767         * doc/posix-functions/wcstoimax.texi: Likewise.
2768         * doc/posix-functions/wcstok.texi: Likewise.
2769         * doc/posix-functions/wcstoumax.texi: Likewise.
2770
2771         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
2772         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
2773         * doc/posix-functions/fprintf.texi: Update.
2774         * doc/posix-functions/printf.texi: Update.
2775         * doc/posix-functions/snprintf.texi: Update.
2776         * doc/posix-functions/sprintf.texi: Update.
2777         * doc/posix-functions/vfprintf.texi: Update.
2778         * doc/posix-functions/vprintf.texi: Update.
2779         * doc/posix-functions/vsnprintf.texi: Update.
2780         * doc/posix-functions/vsprintf.texi: Update.
2781         * doc/glibc-functions/obstack_printf.texi: Update.
2782         * doc/glibc-functions/obstack_vprintf.texi: Update.
2783
2784 2009-02-26  Eric Blake  <ebb9@byu.net>
2785
2786         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
2787         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
2788         compilation bug by using runtime conversion.
2789         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
2790         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
2791         * modules/ceill-tests (Files): Use nan.h.
2792         * modules/floorl-tests (Files): Likewise.
2793         * modules/frexpl-tests (Files): Likewise.
2794         * modules/isnanl-tests (Files): Likewise.
2795         * modules/ldexpl-tests (Files): Likewise.
2796         * modules/roundl-tests (Files): Likewise.
2797         * modules/truncl-tests (Files): Likewise.
2798         * tests/test-ceill.c (main): Use a working NaN.
2799         * tests/test-floorl.c (main): Likewise.
2800         * tests/test-frexpl.c (main): Likewise.
2801         * tests/test-isnan.c (test_long_double): Likewise.
2802         * tests/test-isnanl.h (main): Likewise.
2803         * tests/test-ldexpl.h (main): Likewise.
2804         * tests/test-roundl.h (main): Likewise.
2805         * tests/test-truncl.h (main): Likewise.
2806         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
2807
2808 2009-02-26  Eric Blake  <ebb9@byu.net>
2809             Bruno Haible  <bruno@clisp.org>
2810
2811         Work around a *printf bug with %ls on Solaris.
2812         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
2813         precision is specified, sprintf stops converting the wide string
2814         argument when the number of bytes that have been produced by this
2815         conversion equals or exceeds the precision.
2816         * doc/posix-functions/fprintf.texi: Update.
2817         * doc/posix-functions/printf.texi: Update.
2818         * doc/posix-functions/snprintf.texi: Update.
2819         * doc/posix-functions/sprintf.texi: Update.
2820         * doc/posix-functions/vfprintf.texi: Update.
2821         * doc/posix-functions/vprintf.texi: Update.
2822         * doc/posix-functions/vsnprintf.texi: Update.
2823         * doc/posix-functions/vsprintf.texi: Update.
2824         * doc/glibc-functions/obstack_printf.texi: Update.
2825         * doc/glibc-functions/obstack_vprintf.texi: Update.
2826
2827 2009-02-26  Eric Blake  <ebb9@byu.net>
2828
2829         stdlib: favor compiler check of random.h
2830         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
2831         to avoid an ObjC random.h installed by Swarm.
2832
2833 2009-02-26  Bruno Haible  <bruno@clisp.org>
2834
2835         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
2836         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
2837         Reported by Gary V. Vaughan <gary@gnu.org>.
2838
2839 2009-02-26  Bruno Haible  <bruno@clisp.org>
2840
2841         Fix *printf behaviour regarding the %ls directive.
2842         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
2843         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
2844         NEED_PRINTF_DIRECTIVE_LS.
2845         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
2846         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2847         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2848         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
2849         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
2850         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
2851         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2852         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2853         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2854         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2855         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2856         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
2857         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2858         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2859         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2860         * doc/posix-functions/fprintf.texi: Update.
2861         * doc/posix-functions/printf.texi: Update.
2862         * doc/posix-functions/snprintf.texi: Update.
2863         * doc/posix-functions/sprintf.texi: Update.
2864         * doc/posix-functions/vfprintf.texi: Update.
2865         * doc/posix-functions/vprintf.texi: Update.
2866         * doc/posix-functions/vsnprintf.texi: Update.
2867         * doc/posix-functions/vsprintf.texi: Update.
2868         * doc/glibc-functions/obstack_printf.texi: Update.
2869         * doc/glibc-functions/obstack_vprintf.texi: Update.
2870         Reported by Eric Blake.
2871
2872 2009-02-25  Bruno Haible  <bruno@clisp.org>
2873
2874         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
2875         with known value.
2876         Reported by Gary V. Vaughan <gary@gnu.org>.
2877
2878 2009-02-25  Bruno Haible  <bruno@clisp.org>
2879
2880         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
2881         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
2882         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
2883         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
2884         Reported by Gary V. Vaughan <gary@gnu.org>.
2885
2886 2009-02-25  Bruno Haible  <bruno@clisp.org>
2887
2888         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
2889         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
2890         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
2891         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
2892         Reported by Gary V. Vaughan <gary@gnu.org>.
2893
2894 2009-02-25  Eric Blake  <ebb9@byu.net>
2895
2896         tests: skip fseek/ftell tests if ungetc is broken
2897         * m4/ungetc.m4: New file.
2898         * modules/fseek-tests: Split test, so ungetc dependency is
2899         separate from rest of test.
2900         * modules/fseeko-tests: Likewise.
2901         * modules/ftell-tests: Likewise.
2902         * modules/ftello-tests: Likewise.
2903         * tests/test-fseek.c (main): Isolate ungetc dependency.
2904         * tests/test-fseeko.c (main): Likewise.
2905         * tests/test-ftell.c (main): Likewise.
2906         * tests/test-ftello.c (main): Likewise.
2907         * tests/test-fseek2.sh: New file.
2908         * tests/test-fseeko2.sh: Likewise.
2909         * tests/test-ftell2.sh: Likewise.
2910         * tests/test-ftello2.sh: Likewise.
2911
2912 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
2913
2914         test-getaddrinfo: fix usage of skip return code 77
2915         * tests/test-gettaddrinfo.c: Return skip code 77 only
2916         for first occurance of skip (4x77 is not 77)
2917
2918 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
2919
2920         strtod: avoid C99 decl-after-statement
2921         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
2922
2923 2009-02-24  Eric Blake  <ebb9@byu.net>
2924
2925         strtod: detect HP-UX 11.31 bug
2926         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
2927         Reported by Gary V. Vaughan.
2928
2929 2009-02-23  Bruno Haible  <bruno@clisp.org>
2930
2931         Fix invalid read past end of memory block.
2932         * lib/vasnprintf.c (DCHAR_SET): Define.
2933         (local_wcslen): Define only when needed.
2934         (local_strnlen, local_wcsnlen): New functions.
2935         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
2936         directives that involve a conversion ourselves.
2937         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
2938         wcsnlen, mbrtowc, wcrtomb.
2939         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
2940         * tests/test-vasprintf-posix.c (test_function): Likewise.
2941         * tests/test-snprintf-posix.h (test_function): Likewise.
2942         * tests/test-sprintf-posix.h (test_function): Likewise.
2943         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2944
2945 2009-02-22  Bruno Haible  <bruno@clisp.org>
2946
2947         Implement new clarified decomposition of Hangul syllables.
2948         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
2949         of type LTV, return only a pairwise decomposition.
2950         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
2951         Likewise.
2952         * tests/uninorm/test-decomposition.c (main): Updated expected result.
2953         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
2954         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
2955
2956 2009-02-22  Bruno Haible  <bruno@clisp.org>
2957
2958         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
2959         zero-length results and shrink excess allocated memory.
2960         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
2961         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
2962         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
2963         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
2964         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
2965         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
2966         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
2967         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
2968         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
2969         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
2970         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
2971         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
2972
2973 2009-02-21  Bruno Haible  <bruno@clisp.org>
2974
2975         * doc/gnulib.texi: Include safe-alloc.texi earlier.
2976         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
2977         spaces after a period. Put a space between a macro name and its
2978         argument list. Trivial rewordings.
2979         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
2980         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
2981         (main): Return 0 explicitly.
2982
2983 2009-02-21  Bruno Haible  <bruno@clisp.org>
2984
2985         Tests for module 'uninorm/filter'.
2986         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
2987         * modules/uninorm/filter-tests: New file.
2988
2989         New module 'uninorm/filter'.
2990         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
2991         uninorm_filter_flush, uninorm_filter_free): New declarations.
2992         * lib/uninorm/uninorm-filter.c: New file.
2993         * modules/uninorm/filter: New file.
2994
2995 2009-02-21  Bruno Haible  <bruno@clisp.org>
2996
2997         Tests for module 'uninorm/nfkc'.
2998         * tests/uninorm/test-nfkc.c: New file.
2999         * tests/uninorm/test-u8-nfkc.c: New file.
3000         * tests/uninorm/test-u16-nfkc.c: New file.
3001         * tests/uninorm/test-u32-nfkc.c: New file.
3002         * tests/uninorm/test-u32-nfkc-big.sh: New file.
3003         * tests/uninorm/test-u32-nfkc-big.c: New file.
3004         * modules/uninorm/nfkc-tests: New file.
3005
3006         New module 'uninorm/nfkc'.
3007         * lib/uninorm/nfkc.c: New file.
3008         * modules/uninorm/nfkc: New file.
3009
3010         Tests for module 'uninorm/nfkd'.
3011         * tests/uninorm/test-nfkd.c: New file.
3012         * tests/uninorm/test-u8-nfkd.c: New file.
3013         * tests/uninorm/test-u16-nfkd.c: New file.
3014         * tests/uninorm/test-u32-nfkd.c: New file.
3015         * tests/uninorm/test-u32-nfkd-big.sh: New file.
3016         * tests/uninorm/test-u32-nfkd-big.c: New file.
3017         * modules/uninorm/nfkd-tests: New file.
3018
3019         New module 'uninorm/nfkd'.
3020         * lib/uninorm/nfkd.c: New file.
3021         * modules/uninorm/nfkd: New file.
3022
3023         Tests for module 'uninorm/nfc'.
3024         * tests/uninorm/test-nfc.c: New file.
3025         * tests/uninorm/test-u8-nfc.c: New file.
3026         * tests/uninorm/test-u16-nfc.c: New file.
3027         * tests/uninorm/test-u32-nfc.c: New file.
3028         * tests/uninorm/test-u32-nfc-big.sh: New file.
3029         * tests/uninorm/test-u32-nfc-big.c: New file.
3030         * modules/uninorm/nfc-tests: New file.
3031
3032         New module 'uninorm/nfc'.
3033         * lib/uninorm/nfc.c: New file.
3034         * modules/uninorm/nfc: New file.
3035
3036         Tests for module 'uninorm/nfd'.
3037         * tests/uninorm/test-nfd.c: New file.
3038         * tests/uninorm/test-u8-nfd.c: New file.
3039         * tests/uninorm/test-u16-nfd.c: New file.
3040         * tests/uninorm/test-u32-nfd.c: New file.
3041         * tests/uninorm/test-u32-nfd-big.sh: New file.
3042         * tests/uninorm/test-u32-nfd-big.c: New file.
3043         * tests/uninorm/test-u32-normalize-big.h: New file.
3044         * tests/uninorm/test-u32-normalize-big.c: New file.
3045         * tests/uninorm/NormalizationTest.txt: New file, created from
3046         Unicode 5.1.0 NormalizationTest.txt.
3047         * modules/uninorm/nfd-tests: New file.
3048
3049         New module 'uninorm/nfd'.
3050         * lib/uninorm/nfd.c: New file.
3051         * modules/uninorm/nfd: New file.
3052
3053         New module 'uninorm/u32-normalize'.
3054         * lib/uninorm/u32-normalize.c: New file.
3055         * modules/uninorm/u32-normalize: New file.
3056
3057         New module 'uninorm/u16-normalize'.
3058         * lib/uninorm/u16-normalize.c: New file.
3059         * modules/uninorm/u16-normalize: New file.
3060
3061         New module 'uninorm/u8-normalize'.
3062         * lib/uninorm/u8-normalize.c: New file.
3063         * lib/uninorm/normalize-internal.h: New file.
3064         * lib/uninorm/u-normalize-internal.h: New file.
3065         * modules/uninorm/u8-normalize: New file.
3066
3067         New module 'uninorm/decompose-internal'.
3068         * lib/uninorm/decompose-internal.c: New file.
3069         * modules/uninorm/decompose-internal: New file.
3070
3071         Tests for module 'uninorm/composition'.
3072         * tests/uninorm/test-composition.c: New file.
3073         * modules/uninorm/composition-tests: New file.
3074
3075         New module 'uninorm/composition'.
3076         * lib/uninorm/composition.c: New file.
3077         * lib/uninorm/composition-table.gperf: New file, generated by
3078         gen-uni-tables.
3079         * modules/uninorm/composition: New file.
3080
3081         Tests for module 'uninorm/compat-decomposition'.
3082         * tests/uninorm/test-compat-decomposition.c: New file.
3083         * modules/uninorm/compat-decomposition-tests: New file.
3084
3085         New module 'uninorm/compat-decomposition'.
3086         * lib/uninorm/decompose-internal.h: New file.
3087         * lib/uninorm/compat-decomposition.c: New file.
3088         * modules/uninorm/compat-decomposition: New file.
3089
3090         Tests for module 'uninorm/canonical-decomposition'.
3091         * tests/uninorm/test-canonical-decomposition.c: New file.
3092         * modules/uninorm/canonical-decomposition-tests: New file.
3093
3094         New module 'uninorm/canonical-decomposition'.
3095         * lib/uninorm/canonical-decomposition.c: New file.
3096         * modules/uninorm/canonical-decomposition: New file.
3097
3098         Tests for module 'uninorm/decomposition'.
3099         * tests/uninorm/test-decomposition.c: New file.
3100         * modules/uninorm/decomposition-tests: New file.
3101
3102         New module 'uninorm/decomposition'.
3103         * lib/uninorm/decomposition.c: New file.
3104         * modules/uninorm/decomposition: New file.
3105
3106         New module 'uninorm/decomposition-table'.
3107         * lib/uninorm/decomposition-table.h: New file.
3108         * lib/uninorm/decomposition-table.c: New file.
3109         * lib/uninorm/decomposition-table1.h: New file, generated by
3110         gen-uni-tables.
3111         * lib/uninorm/decomposition-table2.h: New file, generated by
3112         gen-uni-tables.
3113         * modules/uninorm/decomposition-table: New file.
3114
3115         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
3116         (UC_DECOMP_*): New enumeration items.
3117         (get_decomposition): New function.
3118         (struct decomp_table): New type.
3119         (output_decomposition, output_decomposition_tables): New functions.
3120         (unicode_composition_exclusions): New variable.
3121         (fill_composition_exclusions, debug_output_composition_tables): New
3122         functions.
3123         (main): Accept one more argument. Invoke fill_composition_exclusions.
3124         Output decomposition and composition tables.
3125
3126         New module 'uninorm/base'.
3127         * lib/uninorm.h: New file.
3128         * lib/unictype.h: Update comment.
3129         * modules/uninorm/base: New file.
3130
3131 2009-02-21  David Lutterkort  <lutter@redhat.com>
3132
3133         Tests for module 'safe-alloc'.
3134         * tests/test-safe-alloc.c: New file.
3135         * modules/safe-alloc-tests: New file.
3136
3137         New module 'safe-alloc'.
3138         * lib/safe-alloc.h: New file.
3139         * lib/safe-alloc.c: New file.
3140         * m4/safe-alloc.m4: New file.
3141         * modules/safe-alloc: New file.
3142         * doc/safe-alloc.texi: New file.
3143         * doc/gnulib.texi: Include it.
3144         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
3145         safe-alloc.
3146
3147 2009-02-18  Bruno Haible  <bruno@clisp.org>
3148
3149         Fix link error on non-glibc systems.
3150         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
3151         variable.
3152         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3153
3154 2009-02-18  Jim Meyering  <meyering@redhat.com>
3155
3156         fts: avoid used-uninitialized error due to recent change
3157         * lib/fts.c (fts_read): Guard uses of the new member,
3158         parent->fts_n_dirs_remaining, since it's not relevant for
3159         the parent of a directory specified on the command-line.
3160
3161 2009-02-17  James Youngman  <jay@gnu.org>
3162             Bruno Haible  <bruno@clisp.org>
3163
3164         * m4/include_next.m4: Reformulate comment.
3165
3166 2009-02-16  Jim Meyering  <meyering@redhat.com>
3167
3168         fts: add #if guards so that the fts_lgpl module still builds
3169         * lib/fts.c: Guard just-added hash-table-using parts with
3170         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
3171         Reported by Simon Josefsson.
3172
3173 2009-02-15  Bruno Haible  <bruno@clisp.org>
3174
3175         * modules/array-mergesort-tests: New file.
3176         * tests/test-array-mergesort.c: New file.
3177
3178         New module 'array-mergesort'.
3179         * modules/array-mergesort: New file.
3180         * lib/array-mergesort.h: New file.
3181
3182 2009-02-15  Bruno Haible  <bruno@clisp.org>
3183
3184         Fix 2009-02-07 commit.
3185         * lib/gen-uni-tables.c (output_predicate, output_category,
3186         output_combclass, output_bidi_category, output_decimal_digit,
3187         output_digit, output_numeric, output_mirror, output_scripts,
3188         output_ident_category, output_simple_mapping): Fix format directives.
3189         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
3190
3191 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
3192
3193         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
3194         fixes are available from IBM.
3195
3196 2009-02-13  Jim Meyering  <meyering@redhat.com>
3197
3198         fts: arrange not to stat non-directories in more cases
3199         This makes GNU find (when it doesn't need to stat each file)
3200         *much* more efficient at traversing reiserfs file systems.
3201         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
3202         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
3203         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
3204         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
3205         (leaf_optimization_applies): New function.
3206         (LCO_hash, LCO_compare): New helper functions.
3207         (link_count_optimize_ok): New function.
3208         (fts_stat): Initialize new member (if dir).
3209         (fts_read): Decrement parent's fts_n_dirs_remaining count if
3210         we've just stat'ed a directory.  Skip the stat call when possible.
3211         ---
3212         Note this AFS-related exchange:
3213         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
3214         and note find's pioctl call in find/fstype.c.
3215         But that is necessary only if you want to enable the
3216         optimization for AFS, and for now, I don't.
3217
3218         fts: move a function definition "up" (no semantic change)
3219         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
3220         "up" to precede upcoming use of a related function.
3221
3222 2009-02-11  Jim Meyering  <meyering@redhat.com>
3223
3224         fts: correct internal computation of nlinks (optimization-related)
3225         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
3226         whether the current entry is a directory, so don't test it.
3227
3228 2009-02-10  Bruno Haible  <bruno@clisp.org>
3229
3230         Tests for module 'uniwbrk/ulc-wordbreaks'.
3231         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
3232         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
3233         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
3234
3235         Tests for module 'uniwbrk/u32-wordbreaks'.
3236         * modules/uniwbrk/u32-wordbreaks-tests: New file.
3237         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
3238
3239         Tests for module 'uniwbrk/u16-wordbreaks'.
3240         * modules/uniwbrk/u16-wordbreaks-tests: New file.
3241         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
3242
3243         Tests for module 'uniwbrk/u8-wordbreaks'.
3244         * modules/uniwbrk/u8-wordbreaks-tests: New file.
3245         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
3246
3247 2009-02-10  Bruno Haible  <bruno@clisp.org>
3248
3249         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
3250         property.
3251         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
3252         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
3253         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
3254
3255 2009-02-10  Simon Josefsson  <simon@josefsson.org>
3256
3257         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
3258         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
3259
3260 2009-02-10  Bruno Haible  <bruno@clisp.org>
3261
3262         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
3263         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
3264         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
3265         * lib/unilbrk/u8-possible-linebreaks.c: Update.
3266         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
3267         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
3268
3269 2009-02-09  Simon Josefsson  <simon@josefsson.org>
3270
3271         * lib/sockets.h (gl_fd_to_handle): New function.
3272
3273         * tests/test-sockets.c: Call gl_fd_to_handle.
3274
3275 2009-02-09  Bruno Haible  <bruno@clisp.org>
3276
3277         * doc/havelib.texi: Document the conventions on bi-arch systems.
3278
3279 2009-02-08  Bruno Haible  <bruno@clisp.org>
3280
3281         Document the AC_LIB_LINKFLAGS macro.
3282         * doc/havelib.texi: New file, mostly written on 2005-05-24.
3283         * doc/gnulib.texi: Include it.
3284
3285 2009-02-08  Bruno Haible  <bruno@clisp.org>
3286
3287         Fix wrong order of sections, compared to TOC.
3288         * doc/gnulib.texi: Include relocatable-maint.texi after the
3289         "Regular expressions" node, not before.
3290
3291 2009-02-08  Bruno Haible  <bruno@clisp.org>
3292
3293         Tests for module 'unicase/totitle'.
3294         * modules/unicase/totitle-tests: New file.
3295
3296         Tests for module 'unicase/tolower'.
3297         * modules/unicase/tolower-tests: New file.
3298
3299         Tests for module 'unicase/toupper'.
3300         * modules/unicase/toupper-tests: New file.
3301         * tests/unicase/test-mapping-part1.h: New file.
3302         * tests/unicase/test-mapping-part2.h: New file.
3303
3304         New module 'unicase/totitle'.
3305         * modules/unicase/totitle: New file.
3306         * lib/unicase/totitle.c: New file.
3307
3308         New module 'unicase/tolower'.
3309         * modules/unicase/tolower: New file.
3310         * lib/unicase/tolower.c: New file.
3311
3312         New module 'unicase/toupper'.
3313         * modules/unicase/toupper: New file.
3314         * lib/unicase/toupper.c: New file.
3315         * lib/unicase/simple-mapping.h: New file.
3316
3317         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
3318         (mapping_table): New structure.
3319         (output_simple_mapping): New function.
3320         (main): Invoke output_simple_mapping_test and output_simple_mapping.
3321         * modules/gen-uni-tables (Description): Update.
3322         * lib/unicase/toupper.h: New file, automatically generated by
3323         gen-uni-tables.
3324         * lib/unicase/tolower.h: New file, automatically generated by
3325         gen-uni-tables.
3326         * lib/unicase/totitle.h: New file, automatically generated by
3327         gen-uni-tables.
3328         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
3329         gen-uni-tables.
3330         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
3331         gen-uni-tables.
3332         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
3333         gen-uni-tables.
3334
3335         New module 'unicase/base'.
3336         * modules/unicase/base: New file.
3337         * lib/unicase.h: New file.
3338
3339 2009-02-08  Bruno Haible  <bruno@clisp.org>
3340
3341         New module 'uniwbrk/ulc-wordbreaks'.
3342         * modules/uniwbrk/ulc-wordbreaks: New file.
3343         * lib/uniwbrk/ulc-wordbreaks.c: New file.
3344
3345         New module 'uniwbrk/u32-wordbreaks'.
3346         * modules/uniwbrk/u32-wordbreaks: New file.
3347         * lib/uniwbrk/u32-wordbreaks.c: New file.
3348
3349         New module 'uniwbrk/u16-wordbreaks'.
3350         * modules/uniwbrk/u16-wordbreaks: New file.
3351         * lib/uniwbrk/u16-wordbreaks.c: New file.
3352
3353         New module 'uniwbrk/u8-wordbreaks'.
3354         * modules/uniwbrk/u8-wordbreaks: New file.
3355         * lib/uniwbrk/u8-wordbreaks.c: New file.
3356         * lib/uniwbrk/u-wordbreaks.h: New file.
3357
3358         New module 'uniwbrk/table'.
3359         * modules/uniwbrk/table: New file.
3360         * lib/uniwbrk/wbrktable.h: New file.
3361         * lib/uniwbrk/wbrktable.c: New file.
3362
3363         New module 'uniwbrk/wordbreak-property'.
3364         * modules/uniwbrk/wordbreak-property: New file.
3365         * lib/uniwbrk/wordbreak-property.c: New file.
3366
3367         * lib/gen-uni-tables.c (WBP_*): New enum items.
3368         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
3369         (unicode_org_wbp): New variable.
3370         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
3371         New functions.
3372         (wbp_table): New structure.
3373         (output_wbp, output_wbrk_tables): New functions.
3374         (main): Accept additional argument. Invoke fill_org_wbp,
3375         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
3376         output_wbrk_tables.
3377         * modules/gen-uni-tables (Description): Update.
3378         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
3379         gen-uni-tables.
3380
3381         New module 'uniwbrk/base'.
3382         * modules/uniwbrk/base: New file.
3383         * lib/uniwbrk.h: New file.
3384
3385 2009-02-08  Bruno Haible  <bruno@clisp.org>
3386
3387         Update to Unicode 5.1.0.
3388         * lib/gen-uni-tables.c (is_property_alphabetic): Include
3389         U+2185..U+2188.
3390         (is_property_default_ignorable_code_point): Don't include characters
3391         of category Cc or Cs and not-a-characters.
3392         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
3393         U+0D79, U+109E, U+109F, U+A60C.
3394         * lib/unictype/bidi_of.h: Regenerated.
3395         * lib/unictype/blocks.h: Regenerated.
3396         * lib/unictype/categ_C.h: Regenerated.
3397         * lib/unictype/categ_Cf.h: Regenerated.
3398         * lib/unictype/categ_Cn.h: Regenerated.
3399         * lib/unictype/categ_L.h: Regenerated.
3400         * lib/unictype/categ_Ll.h: Regenerated.
3401         * lib/unictype/categ_Lm.h: Regenerated.
3402         * lib/unictype/categ_Lo.h: Regenerated.
3403         * lib/unictype/categ_Lu.h: Regenerated.
3404         * lib/unictype/categ_M.h: Regenerated.
3405         * lib/unictype/categ_Mc.h: Regenerated.
3406         * lib/unictype/categ_Me.h: Regenerated.
3407         * lib/unictype/categ_Mn.h: Regenerated.
3408         * lib/unictype/categ_N.h: Regenerated.
3409         * lib/unictype/categ_Nd.h: Regenerated.
3410         * lib/unictype/categ_Nl.h: Regenerated.
3411         * lib/unictype/categ_No.h: Regenerated.
3412         * lib/unictype/categ_P.h: Regenerated.
3413         * lib/unictype/categ_Pd.h: Regenerated.
3414         * lib/unictype/categ_Pe.h: Regenerated.
3415         * lib/unictype/categ_Pf.h: Regenerated.
3416         * lib/unictype/categ_Pi.h: Regenerated.
3417         * lib/unictype/categ_Po.h: Regenerated.
3418         * lib/unictype/categ_Ps.h: Regenerated.
3419         * lib/unictype/categ_S.h: Regenerated.
3420         * lib/unictype/categ_Sk.h: Regenerated.
3421         * lib/unictype/categ_Sm.h: Regenerated.
3422         * lib/unictype/categ_So.h: Regenerated.
3423         * lib/unictype/categ_of.h: Regenerated.
3424         * lib/unictype/combining.h: Regenerated.
3425         * lib/unictype/ctype_alnum.h: Regenerated.
3426         * lib/unictype/ctype_alpha.h: Regenerated.
3427         * lib/unictype/ctype_graph.h: Regenerated.
3428         * lib/unictype/ctype_lower.h: Regenerated.
3429         * lib/unictype/ctype_print.h: Regenerated.
3430         * lib/unictype/ctype_punct.h: Regenerated.
3431         * lib/unictype/ctype_upper.h: Regenerated.
3432         * lib/unictype/decdigit.h: Regenerated.
3433         * lib/unictype/digit.h: Regenerated.
3434         * lib/unictype/mirror.h: Regenerated.
3435         * lib/unictype/numeric.h: Regenerated.
3436         * lib/unictype/pr_alphabetic.h: Regenerated.
3437         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
3438         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
3439         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
3440         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
3441         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
3442         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
3443         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
3444         * lib/unictype/pr_combining.h: Regenerated.
3445         * lib/unictype/pr_dash.h: Regenerated.
3446         * lib/unictype/pr_decimal_digit.h: Regenerated.
3447         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
3448         * lib/unictype/pr_deprecated.h: Regenerated.
3449         * lib/unictype/pr_diacritic.h: Regenerated.
3450         * lib/unictype/pr_extender.h: Regenerated.
3451         * lib/unictype/pr_format_control.h: Regenerated.
3452         * lib/unictype/pr_grapheme_base.h: Regenerated.
3453         * lib/unictype/pr_grapheme_extend.h: Regenerated.
3454         * lib/unictype/pr_grapheme_link.h: Regenerated.
3455         * lib/unictype/pr_id_continue.h: Regenerated.
3456         * lib/unictype/pr_id_start.h: Regenerated.
3457         * lib/unictype/pr_ideographic.h: Regenerated.
3458         * lib/unictype/pr_ignorable_control.h: Regenerated.
3459         * lib/unictype/pr_lowercase.h: Regenerated.
3460         * lib/unictype/pr_math.h: Regenerated.
3461         * lib/unictype/pr_numeric.h: Regenerated.
3462         * lib/unictype/pr_other_alphabetic.h: Regenerated.
3463         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
3464         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
3465         * lib/unictype/pr_other_id_continue.h: Regenerated.
3466         * lib/unictype/pr_other_lowercase.h: Regenerated.
3467         * lib/unictype/pr_other_math.h: Regenerated.
3468         * lib/unictype/pr_punctuation.h: Regenerated.
3469         * lib/unictype/pr_sentence_terminal.h: Regenerated.
3470         * lib/unictype/pr_soft_dotted.h: Regenerated.
3471         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
3472         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
3473         * lib/unictype/pr_unified_ideograph.h: Regenerated.
3474         * lib/unictype/pr_uppercase.h: Regenerated.
3475         * lib/unictype/pr_xid_continue.h: Regenerated.
3476         * lib/unictype/pr_xid_start.h: Regenerated.
3477         * lib/unictype/pr_zero_width.h: Regenerated.
3478         * lib/unictype/scripts.h: Regenerated.
3479         * lib/unictype/scripts_byname.gperf: Regenerated.
3480         * lib/unictype/sy_java_ident.h: Regenerated.
3481         * lib/unilbrk/lbrkprop1.h: Regenerated.
3482         * lib/unilbrk/lbrkprop2.h: Regenerated.
3483         * tests/unictype/test-categ_C.c: Regenerated.
3484         * tests/unictype/test-categ_Cf.c: Regenerated.
3485         * tests/unictype/test-categ_Cn.c: Regenerated.
3486         * tests/unictype/test-categ_L.c: Regenerated.
3487         * tests/unictype/test-categ_Ll.c: Regenerated.
3488         * tests/unictype/test-categ_Lm.c: Regenerated.
3489         * tests/unictype/test-categ_Lo.c: Regenerated.
3490         * tests/unictype/test-categ_Lu.c: Regenerated.
3491         * tests/unictype/test-categ_M.c: Regenerated.
3492         * tests/unictype/test-categ_Mc.c: Regenerated.
3493         * tests/unictype/test-categ_Me.c: Regenerated.
3494         * tests/unictype/test-categ_Mn.c: Regenerated.
3495         * tests/unictype/test-categ_N.c: Regenerated.
3496         * tests/unictype/test-categ_Nd.c: Regenerated.
3497         * tests/unictype/test-categ_Nl.c: Regenerated.
3498         * tests/unictype/test-categ_No.c: Regenerated.
3499         * tests/unictype/test-categ_P.c: Regenerated.
3500         * tests/unictype/test-categ_Pd.c: Regenerated.
3501         * tests/unictype/test-categ_Pe.c: Regenerated.
3502         * tests/unictype/test-categ_Pf.c: Regenerated.
3503         * tests/unictype/test-categ_Pi.c: Regenerated.
3504         * tests/unictype/test-categ_Po.c: Regenerated.
3505         * tests/unictype/test-categ_Ps.c: Regenerated.
3506         * tests/unictype/test-categ_S.c: Regenerated.
3507         * tests/unictype/test-categ_Sk.c: Regenerated.
3508         * tests/unictype/test-categ_Sm.c: Regenerated.
3509         * tests/unictype/test-categ_So.c: Regenerated.
3510         * tests/unictype/test-ctype_alnum.c: Regenerated.
3511         * tests/unictype/test-ctype_alpha.c: Regenerated.
3512         * tests/unictype/test-ctype_graph.c: Regenerated.
3513         * tests/unictype/test-ctype_lower.c: Regenerated.
3514         * tests/unictype/test-ctype_print.c: Regenerated.
3515         * tests/unictype/test-ctype_punct.c: Regenerated.
3516         * tests/unictype/test-ctype_upper.c: Regenerated.
3517         * tests/unictype/test-decdigit.h: Regenerated.
3518         * tests/unictype/test-digit.h: Regenerated.
3519         * tests/unictype/test-numeric.h: Regenerated.
3520         * tests/unictype/test-pr_alphabetic.c: Regenerated.
3521         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
3522         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
3523         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
3524         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
3525         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
3526         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
3527         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
3528         * tests/unictype/test-pr_combining.c: Regenerated.
3529         * tests/unictype/test-pr_dash.c: Regenerated.
3530         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
3531         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
3532         * tests/unictype/test-pr_deprecated.c: Regenerated.
3533         * tests/unictype/test-pr_diacritic.c: Regenerated.
3534         * tests/unictype/test-pr_extender.c: Regenerated.
3535         * tests/unictype/test-pr_format_control.c: Regenerated.
3536         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
3537         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
3538         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
3539         * tests/unictype/test-pr_id_continue.c: Regenerated.
3540         * tests/unictype/test-pr_id_start.c: Regenerated.
3541         * tests/unictype/test-pr_ideographic.c: Regenerated.
3542         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
3543         * tests/unictype/test-pr_lowercase.c: Regenerated.
3544         * tests/unictype/test-pr_math.c: Regenerated.
3545         * tests/unictype/test-pr_numeric.c: Regenerated.
3546         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
3547         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
3548         Regenerated.
3549         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
3550         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
3551         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
3552         * tests/unictype/test-pr_other_math.c: Regenerated.
3553         * tests/unictype/test-pr_punctuation.c: Regenerated.
3554         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
3555         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
3556         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
3557         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
3558         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
3559         * tests/unictype/test-pr_uppercase.c: Regenerated.
3560         * tests/unictype/test-pr_xid_continue.c: Regenerated.
3561         * tests/unictype/test-pr_xid_start.c: Regenerated.
3562         * tests/unictype/test-pr_zero_width.c: Regenerated.
3563
3564         Update to Unicode 5.1.0.
3565         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
3566         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
3567         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
3568         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
3569         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
3570         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
3571         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
3572         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
3573         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
3574         (nonspacing_table_ind): Update.
3575         * tests/uniwidth/test-uc_width2.sh: Update expected result.
3576
3577         Update to Unicode 5.1.0.
3578         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
3579         code transform.
3580         * lib/uniname/uniname.c (unicode_character_name,
3581         unicode_name_character): Add the range 0x1Fxxx to the code transform.
3582         * lib/uniname/uninames.h: Regenerated.
3583         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
3584
3585 2009-02-07  Bruno Haible  <bruno@clisp.org>
3586
3587         Merge gen-ctype and gen-lbrk into a single program.
3588         * lib/gen-uni-tables.c: New file, incorporating
3589         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
3590         Add directory prefixes to the names of the generated files.
3591         * lib/unictype/gen-ctype.c: Remove file.
3592         * lib/unilbrk/gen-lbrk.c: Remove file.
3593         * modules/gen-uni-tables: New file.
3594         * modules/unictype/gen-ctype: Remove file.
3595         * modules/unilbrk/gen-lbrk: Remove file.
3596
3597 2009-02-07  Bruno Haible  <bruno@clisp.org>
3598
3599         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
3600
3601         New module 'unistr/u32-strcoll'.
3602         * modules/unistr/u32-strcoll: New file.
3603         * lib/unistr/u32-strcoll.c: New file.
3604
3605         New module 'unistr/u16-strcoll'.
3606         * modules/unistr/u16-strcoll: New file.
3607         * lib/unistr/u16-strcoll.c: New file.
3608
3609         New module 'unistr/u8-strcoll'.
3610         * modules/unistr/u8-strcoll: New file.
3611         * lib/unistr/u8-strcoll.c: New file.
3612         * lib/unistr/u-strcoll.h: New file.
3613
3614 2009-02-07  Bruno Haible  <bruno@clisp.org>
3615
3616         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
3617         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
3618         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
3619         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
3620         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
3621         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
3622
3623 2009-02-07  Bruno Haible  <bruno@clisp.org>
3624
3625         Make 64-bit clean.
3626         * lib/unictype/gen-ctype.c (output_predicate, output_category,
3627         output_combclass, output_bidi_category, output_decimal_digit,
3628         output_digit, output_numeric, output_mirror, output_scripts,
3629         output_ident_category): Use proper width specifier in format strings.
3630
3631 2009-02-07  Bruno Haible  <bruno@clisp.org>
3632
3633         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
3634         failure behaviour.
3635
3636 2009-02-07  Jim Meyering  <meyering@redhat.com>
3637
3638         regex: avoid compilation failure with upcoming gcc-4.4
3639         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
3640         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
3641         "... error: integer overflow in preprocessor expression".
3642
3643 2009-02-05  Ben Pfaff  <blp@gnu.org>
3644
3645         Fix link errors on Windows when close module is used.
3646         * modules/close: Add $(LIB_CLOSE) to Link section.
3647         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
3648         $(LIB_CLOSE) on Windows.
3649
3650 2009-02-05  Jim Meyering  <meyering@redhat.com>
3651
3652         still avoid unused-parameter warnings, but do it cleanly
3653         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
3654         (get_fs_usage): Cast to void instead.
3655         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
3656         (dev_from_mount_options, read_file_system_list): Cast to void.
3657         Prompted by Bruno Haible.
3658
3659 2009-02-04  Jim Meyering  <meyering@redhat.com>
3660
3661         fsusage.c: correct copyright year
3662         * lib/fsusage.c: Reflect year in which the change is pushed into
3663
3664         avoid misc. warnings
3665         * lib/fsusage.c (UNUSED_PARAM): Define.
3666         (get_fs_usage): Mark parameter "disk" as unused.
3667         * lib/getugroups.c (getgrent): Use "void" in prototype.
3668         * lib/mountlist.c: Mark unused parameters.
3669         (read_file_system_list): Declare a local with "const".
3670         * lib/nanosleep.c (getnow): Declare static.
3671         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
3672
3673         dirfd: set errno upon failure
3674         * lib/dirfd.c: Include <errno.h>.
3675         Set errno to ENOTSUP when returning -1.
3676         * modules/dirfd (Depends-on): Add errno.
3677         Suggested by John Kodis <kodis@comcast.net>.
3678
3679 2009-02-01  Bruno Haible  <bruno@clisp.org>
3680
3681         Don't assume sizeof (long) >= sizeof (void *).
3682         * lib/memcmp.c: Include stdint.h.
3683         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
3684         srcp2 to 'const byte *'.
3685         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
3686         types to uintptr_t.
3687         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
3688         * modules/memcmp (Depends-on): Add stdint.
3689         Reported by Ozkan Sezer <sezeroz@gmail.com>.
3690
3691 2009-01-30  Eric Blake  <ebb9@byu.net>
3692
3693         fix more require-before-expand issues
3694         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
3695         expand, AC_PROG_AWK.
3696         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
3697
3698 2009-01-28  Eric Blake  <ebb9@byu.net>
3699
3700         version-etc: use consistent URL formatting
3701         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
3702         Improve formatting.  Use fputs for string without %.
3703
3704 2009-01-28  Jim Meyering  <meyering@redhat.com>
3705
3706         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
3707         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
3708         "underquoted definition of NAME" from autoconf-2.59.
3709
3710 2009-01-28  Bruno Haible  <bruno@clisp.org>
3711
3712         * doc/gnulib.texi: Add "Obsolete modules" to index.
3713
3714 2009-01-28  Jim Meyering  <meyering@redhat.com>
3715
3716         useless-if-before-free: recognize more variants
3717         * build-aux/useless-if-before-free: Also recognize e.g.,
3718         if (NULL != p) free (p);
3719
3720 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
3721
3722         test-getaddrinfo: skip (don't fail) this test when there's no network
3723         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
3724         on the presumption that it means you lack network access.
3725
3726 2009-01-26  Jim Meyering  <meyering@redhat.com>
3727
3728         fflush: avoid warnings on modern systems
3729         * lib/fflush.c (rpl_fflush): Move declarations of locals,
3730         pos and result, into scopes where they're used.
3731
3732 2009-01-26  Eric Blake  <ebb9@byu.net>
3733
3734         Silence warning reintroduced by recent extensions patch.
3735         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
3736         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
3737         autoconf.
3738
3739         Backport improved autoconf semantics of AC_DEFUN_ONCE.
3740         * m4/00gnulib.m4: New file.
3741         * gnulib-tool (func_get_filelist): Always use it.
3742         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
3743         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
3744
3745 2009-01-25  Bruno Haible  <bruno@clisp.org>
3746
3747         Make test-quotearg work on MacOS X and AIX.
3748         * tests/test-quotearg.sh: New file.
3749         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
3750         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
3751         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
3752         include <libintl.h>.
3753         (fake_locale): Remove variable.
3754         (gettext, dgettext, dcgettext): Remove functions.
3755         (main): Instead of setting a fake locale, set a real locale. Call
3756         textdomain and bindtextdomain.
3757         * modules/quotearg-tests (Files): Add the new files.
3758         (Depends-on): Add gettext, setenv, unsetenv.
3759         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3760         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
3761         Augment TESTS_ENVIRONMENT.
3762
3763 2009-01-25  Bruno Haible  <bruno@clisp.org>
3764
3765         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
3766         fr_FR.ISO8859-1 locale on MacOS X.
3767         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
3768         ja_JP.eucJP locale on MacOS X.
3769         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
3770         zh_CN.GB18030 locale on MacOS X.
3771
3772 2009-01-25  Bruno Haible  <bruno@clisp.org>
3773
3774         Avoid link errors on MacOS X 10.3.
3775         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
3776         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
3777
3778 2009-01-25  Bruno Haible  <bruno@clisp.org>
3779
3780         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
3781         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
3782         * modules/pipe (Files): Remove m4/posix_spawn.m4.
3783         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
3784         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
3785         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
3786         posix_spawnattr_init, posix_spawnattr_setsigmask,
3787         posix_spawnattr_setflags, posix_spawnattr_destroy.
3788
3789         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
3790         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
3791         * modules/execute (Files): Remove m4/posix_spawn.m4.
3792         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
3793         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
3794         posix_spawnattr_init, posix_spawnattr_setsigmask,
3795         posix_spawnattr_setflags, posix_spawnattr_destroy.
3796
3797 2009-01-25  Bruno Haible  <bruno@clisp.org>
3798
3799         * lib/glthread/threadlib.c: Include <stdlib.h>.
3800
3801 2009-01-25  Bruno Haible  <bruno@clisp.org>
3802
3803         * lib/glthread/threadlib.c (dummy): New declaration.
3804
3805 2009-01-25  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
3808         multibyte characters also for the GB18030 encoding. Don't crash when
3809         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
3810
3811 2009-01-25  Bruno Haible  <bruno@clisp.org>
3812
3813         Avoid redefining 'struct random_data' on OSF/1 5.1.
3814         * lib/stdlib.in.h: Include <random.h> if it exists.
3815         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
3816         HAVE_RANDOM_H. Include <random.h> when testing whether
3817         'struct random_data' exists.
3818         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
3819
3820 2009-01-25  Bruno Haible  <bruno@clisp.org>
3821
3822         Don't install charset.alias on MacOS X >= 10.3.
3823         * lib/localcharset.c (DARWIN7): New macro.
3824         (get_charset_aliases): Hardcode the result for Darwin7.
3825         * modules/localcharset (install-exec-local): Don't install
3826         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
3827
3828 2009-01-25  Bruno Haible  <bruno@clisp.org>
3829
3830         Don't install charset.alias on mingw and Cygwin.
3831         * modules/localcharset (install-exec-local): Don't install
3832         charset.alias on mingw and Cygwin, if the file does not yet exist.
3833         The result for these platforms is hardcoded in localcharset.c.
3834
3835 2009-01-25  Bruno Haible  <bruno@clisp.org>
3836
3837         Make it possible again to use AC_GNU_SOURCE together with gnulib.
3838         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
3839         before requiring AC_USE_SYSTEM_EXTENSIONS.
3840
3841 2009-01-25  Jim Meyering  <meyering@redhat.com>
3842
3843         c-strtod: avoid warnings
3844         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
3845         "assignment discards qualifiers from pointer target type" warnings.
3846
3847 2009-01-24  Bruno Haible  <bruno@clisp.org>
3848
3849         Add support for non-UTF-8 locales on MacOS X.
3850         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
3851         canonical encodings. For Darwin 7 and newer, don't map traditional
3852         encodings to UTF-8.
3853         Reported by Vincent Lefevre <vincent@vinc17.org>
3854         at <http://savannah.gnu.org/bugs/?25235>.
3855
3856 2009-01-24  Bruno Haible  <bruno@clisp.org>
3857
3858         * doc/gnulib.texi (Obsolete modules): New section.
3859         Reported by Mike Frysinger <vapier@gentoo.org>.
3860
3861 2009-01-24  Bruno Haible  <bruno@clisp.org>
3862
3863         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
3864         (%.dvi): New rule.
3865
3866 2009-01-24  Bruno Haible  <bruno@clisp.org>
3867
3868         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
3869         Reported by Eric Blake.
3870
3871 2009-01-24  Bruno Haible  <bruno@clisp.org>
3872
3873         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
3874         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
3875         Reported by Gary V. Vaughan <gary@gnu.org>.
3876
3877 2009-01-24  Bruno Haible  <bruno@clisp.org>
3878
3879         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
3880
3881 2009-01-23  Bruno Haible  <bruno@clisp.org>
3882
3883         Make c-strtod, c-strtold usable in libraries.
3884         * lib/c-strtod.c: Include string.h instead of xalloc.h.
3885         (C_STRTOD): Call strdup instead of xstrdup.
3886         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
3887         * modules/c-strtold (Depends-on): Likewise.
3888         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
3889         * NEWS: Mention the change.
3890         Reported by Michael Gold <mgold@ncf.ca>.
3891
3892 2009-01-23  Jim Meyering  <meyering@redhat.com>
3893
3894         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
3895         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
3896         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
3897
3898 2009-01-23  Simon Josefsson  <simon@josefsson.org>
3899
3900         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
3901         GNU CoreUtils.
3902         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
3903         * modules/version-etc (Description): Update.
3904
3905 2009-01-22  Bruno Haible  <bruno@clisp.org>
3906
3907         Cache the C locale object.
3908         * lib/c-strtod.c (c_locale_cache): New variable.
3909         (c_locale): New function.
3910         (C_STRTOD): Use it, and don't call freelocale.
3911         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
3912         Suggested by Paolo Bonzini.
3913
3914 2009-01-21  Bruno Haible  <bruno@clisp.org>
3915
3916         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
3917         conditions other than overflow.
3918
3919 2009-01-21  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/c-strtod.c: Include errno.h.
3922         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
3923         value from STRTOD_L and STRTOD.
3924
3925 2009-01-21  Bruno Haible  <bruno@clisp.org>
3926         and Jim Meyering  <meyering@redhat.com>
3927
3928         nanosleep: skip configure test (fail it) for apple universal builds
3929         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
3930         universal builds, assume that nanosleep does not work.
3931         * modules/nanosleep (Depends-on): Add multiarch.
3932
3933         mktime: skip configure test (fail it) for apple universal builds
3934         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
3935         universal builds, assume that mktime does not work.
3936         * modules/mktime (Depends-on): Add multiarch.
3937
3938 2009-01-21  Eric Blake  <ebb9@byu.net>
3939
3940         multiarch: avoid expand-before-require warning
3941         * modules/multiarch (configure.ac): Require, rather than expand,
3942         gl_MULTIARCH.
3943         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
3944         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
3945         enforce that all clients require it.  Partial reversion of
3946         2008-12-29 patch.
3947
3948         error: avoid expand-before-require warning
3949         * modules/errno (configure.ac): Require, rather than expand,
3950         gl_HEADER_ERRNO_H.
3951         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
3952         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
3953         enforce that all clients require it.
3954
3955         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
3956         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
3957         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
3958         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
3959
3960 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
3961
3962         Revert:
3963         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3964
3965         regex: do not depend on obsolete modules.
3966         * modules/regex: Remove memcmp and memmove.
3967
3968 2009-01-20  Bruno Haible  <bruno@clisp.org>
3969
3970         Make the 'link' module link on Windows NT 4.
3971         * lib/link.c (_WIN32_WINNT): Don't define.
3972         (CreateHardLinkFuncType): New type.
3973         (CreateHardLinkFunc, initialized): New variables.
3974         (initialize): New function.
3975         (link): Invoke CreateHardLink indirectly through the function pointer.
3976
3977 2009-01-20  Bruno Haible  <bruno@clisp.org>
3978
3979         Fix compilation failure on mingw.
3980         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
3981
3982 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
3983
3984         * doc/c-strtod.texi: Mention a couple of restrictions.
3985
3986 2009-01-20  Jim Meyering  <meyering@redhat.com>
3987
3988         gettimeofday: move more declarations out of functions
3989         * lib/gettimeofday.c: Move extern declarations of tzset and
3990         gmtime out of containing functions.  Prompted by Bruno Haible.
3991
3992 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3993
3994         regex: do not depend on obsolete modules.
3995         * modules/regex: Remove memcmp and memmove.
3996
3997 2009-01-19  Bruno Haible  <bruno@clisp.org>
3998
3999         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
4000         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
4001         gl_BIGENDIAN, not AC_C_BIGENDIAN.
4002         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
4003         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
4004
4005 2009-01-19  Bruno Haible  <bruno@clisp.org>
4006
4007         * tests/test-link.c: Include <errno.h>.
4008         (main): Exit with code 77 when a hard link cannot be created due to
4009         the file system.
4010         * tests/test-link.sh: Skip test when a hard link cannot be created due
4011         to the file system.
4012         Suggested by Eric Blake.
4013
4014 2009-01-19  Martin Lambers  <marlam@marlam.de>
4015
4016         * modules/link-tests: New file.
4017         * tests/test-link.sh: New file.
4018         * tests/test-link.c: New file.
4019
4020 2009-01-19  Eric Blake  <ebb9@byu.net>
4021
4022         doc: mention another function added in cygwin 1.7.0
4023         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
4024         Another new function in cygwin 1.7.
4025
4026 2009-01-19  Bruno Haible  <bruno@clisp.org>
4027
4028         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
4029         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
4030         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
4031         gl_BIGENDIAN, not AC_C_BIGENDIAN.
4032         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
4033         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
4034         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
4035         * m4/md4.m4 (gl_MD4): Likewise.
4036         * m4/md5.m4 (gl_MD5): Likewise.
4037         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
4038         * m4/sha1.m4 (gl_SHA1): Likewise.
4039         * m4/sha256.m4 (gl_SHA256): Likewise.
4040         * m4/sha512.m4 (gl_SHA512): Likewise.
4041
4042 2009-01-19  Bruno Haible  <bruno@clisp.org>
4043
4044         * modules/uniname/uniname-tests (Depends-on): Add progname.
4045         * tests/uniname/test-uninames.c: Include progname.h.
4046         (main): Call set_program_name.
4047
4048         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
4049         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
4050         (main): Call set_program_name.
4051
4052         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
4053         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
4054         (main): Call set_program_name.
4055
4056         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
4057         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
4058         (main): Call set_program_name.
4059
4060         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
4061         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
4062         (main): Call set_program_name.
4063
4064         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
4065         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
4066         (main): Call set_program_name.
4067
4068         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
4069         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
4070         (main): Call set_program_name.
4071
4072         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
4073         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
4074         (main): Call set_program_name.
4075
4076         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
4077         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
4078         (main): Call set_program_name.
4079
4080 2009-01-19  Eric Blake  <ebb9@byu.net>
4081
4082         test-unistd: test previous patch
4083         * tests/test-unistd.c: Test *_FILENO macros.
4084
4085         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
4086         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4087         Guarantee a definition.
4088         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
4089         * modules/unistd-safer (Depends-on): Add dependency on unistd.
4090         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
4091         * lib/dup-safer.c (STDERR_FILENO): Likewise.
4092         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4093         Likewise.
4094         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
4095         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
4096         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
4097         Likewise.
4098         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
4099         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
4100         (STDERR_FILENO): Likewise.
4101         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
4102         (STDERR_FILENO): Likewise.
4103         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
4104         (STDERR_FILENO): Likewise.
4105         Reported by Elbert Pol.
4106
4107 2009-01-19  Eric Blake  <ebb9@byu.net>
4108
4109         doc: mention more functions added in cygwin 1.7.0
4110         * doc/posix-functions/abort.texi (abort): Update wording related
4111         to cygwin.
4112         * doc/posix-functions/daylight.texi (daylight): Likewise.
4113         * doc/posix-functions/optarg.texi (optarg): Likewise.
4114         * doc/posix-functions/optarg.texi (opterr): Likewise.
4115         * doc/posix-functions/optarg.texi (optind): Likewise.
4116         * doc/posix-functions/optarg.texi (optopt): Likewise.
4117         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
4118         worked in 1.5.x, and was withdrawn in 1.7.
4119         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
4120         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
4121         cygwin versions.
4122         * doc/posix-functions/perror.texi (perror): Likewise.
4123         * doc/posix-functions/printf.texi (printf): Likewise.
4124         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
4125         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
4126         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
4127         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
4128         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
4129         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
4130         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4131         Likewise.
4132         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4133         Likewise.
4134         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
4135         this function.
4136         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
4137         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
4138         Likewise.
4139         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
4140         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
4141         * doc/posix-functions/confstr.texi (confstr): Likewise.
4142         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
4143         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
4144         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
4145         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
4146         * doc/posix-functions/fputws.texi (fputws): Likewise.
4147         * doc/posix-functions/fwide.texi (fwide): Likewise.
4148         * doc/posix-functions/getwc.texi (getwc): Likewise.
4149         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
4150         * doc/posix-functions/putwc.texi (putwc): Likewise.
4151         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
4152         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
4153         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
4154         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
4155         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
4156         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
4157         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
4158         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
4159         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
4160         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
4161         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
4162
4163 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4164
4165         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
4166         * lib/ioctl.c: Include <sys/ioctl.h>.
4167
4168 2009-01-19  Simon Josefsson  <simon@josefsson.org>
4169
4170         * modules/getdate-tests (Depends-on): Add progname.
4171         * tests/test-getdate.c: Use progname module, to avoid link errors
4172         on non-glibc systems.
4173
4174 2009-01-18  Simon Josefsson  <simon@josefsson.org>
4175
4176         * modules/filenamecat-tests (Depends-on): Add progname.
4177         * modules/fstrcmp-tests (Depends-on): Likewise.
4178
4179         * tests/test-filenamecat.c: Use progname module, to avoid link
4180         errors on non-glibc systems.
4181         * tests/test-fstrcmp.c: Likewise.
4182
4183 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
4184
4185         gettimeofday: avoid warning: nested extern declaration of 'localtime'
4186         * lib/gettimeofday.c: Move extern declaration out of function.
4187
4188 2009-01-18  Bruno Haible  <bruno@clisp.org>
4189
4190         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
4191         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
4192         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
4193
4194 2009-01-18  Bruno Haible  <bruno@clisp.org>
4195
4196         * lib/strftime.c (MEMPCPY): Remove unused macro.
4197         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
4198
4199 2009-01-18  Martin Lambers  <marlam@marlam.de>
4200
4201         New module 'link'.
4202         * lib/unistd.in.h (link): New declaration.
4203         * lib/link.c: New file.
4204         * m4/link.m4: New file.
4205         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
4206         HAVE_LINK.
4207         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
4208         * modules/link: New file.
4209         * doc/posix-functions/link.texi: Mention the new module.
4210
4211 2009-01-18  Bruno Haible  <bruno@clisp.org>
4212
4213         * tests/test-avltree_list.c (main): Call set_program_name.
4214         * tests/test-avltree_oset.c (main): Likewise.
4215         * tests/test-obstack-printf.c: Include progname.h.
4216         (main): Call set_program_name.
4217         * tests/test-quotearg.c: Include progname.h.
4218         (main): Call set_program_name.
4219         * tests/test-xmemdup0.c: Include progname.h.
4220         (main): Call set_program_name.
4221
4222 2009-01-18  Bruno Haible  <bruno@clisp.org>
4223
4224         New module 'alphasort'.
4225         * lib/dirent.in.h (alphasort): New declaration.
4226         * lib/alphasort.c: New file, from glibc with modifications.
4227         * m4/alphasort.m4: New file.
4228         * modules/alphasort: New file.
4229         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
4230         HAVE_ALPHASORT.
4231         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
4232         HAVE_ALPHASORT.
4233         * doc/posix-functions/alphasort.texi: Mention the new module and the
4234         portability problems.
4235
4236 2009-01-18  Bruno Haible  <bruno@clisp.org>
4237
4238         New module 'scandir'.
4239         * lib/dirent.in.h (scandir): New declaration.
4240         * lib/scandir.c: New file, from glibc with modifications.
4241         * m4/scandir.m4: New file.
4242         * modules/scandir: New file.
4243         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
4244         HAVE_SCANDIR.
4245         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
4246         HAVE_SCANDIR.
4247         * doc/posix-functions/scandir.texi: Mention the new module and the
4248         portability problems.
4249
4250 2009-01-17  Bruno Haible  <bruno@clisp.org>
4251
4252         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
4253         Update documentation.
4254         (func_remove_suffix): Escape all dots in the suffix. Update
4255         documentation.
4256         (func_filter_filelist): Update documentation.
4257         Reported by Ralf Wildenhues.
4258
4259 2009-01-17  Bruno Haible  <bruno@clisp.org>
4260
4261         * modules/dprintf-posix-tests: New file.
4262         * tests/test-dprintf-posix.sh: New file.
4263         * tests/test-dprintf-posix.c: New file.
4264
4265         New modules 'dprintf', 'dprintf-posix'.
4266         * lib/stdio.in.h (dprintf): New declaration.
4267         * lib/dprintf.c: New file.
4268         * m4/dprintf.m4: New file.
4269         * m4/dprintf-posix.m4: New file.
4270         * modules/dprintf: New file.
4271         * modules/dprintf-posix: New file.
4272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
4273         HAVE_DPRINTF, REPLACE_DPRINTF.
4274         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
4275         HAVE_DPRINTF, REPLACE_DPRINTF.
4276         * doc/posix-functions/dprintf.texi: Mention the new modules.
4277
4278 2009-01-17  Bruno Haible  <bruno@clisp.org>
4279
4280         * modules/vdprintf-posix-tests: New file.
4281         * tests/test-vdprintf-posix.sh: New file.
4282         * tests/test-vdprintf-posix.c: New file.
4283
4284         New modules 'vdprintf', 'vdprintf-posix'.
4285         * lib/stdio.in.h (vdprintf): New declaration.
4286         * lib/vdprintf.c: New file.
4287         * m4/vdprintf.m4: New file.
4288         * m4/vdprintf-posix.m4: New file.
4289         * modules/vdprintf: New file.
4290         * modules/vdprintf-posix: New file.
4291         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
4292         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4293         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
4294         HAVE_VDPRINTF, REPLACE_VDPRINTF.
4295         * doc/posix-functions/vdprintf.texi: Mention the new modules.
4296
4297 2009-01-17  Bruno Haible  <bruno@clisp.org>
4298
4299         Fix replacement of fopen on mingw.
4300         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
4301         mingw.
4302
4303 2009-01-17  Bruno Haible  <bruno@clisp.org>
4304
4305         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
4306         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
4307
4308 2009-01-17  Bruno Haible  <bruno@clisp.org>
4309
4310         Avoid test-fflush2.sh failure on mingw.
4311         * tests/test-fflush2.c: Include binary-io.h.
4312         (main): Put standard input into binary mode.
4313         * modules/fflush-tests (Depends-on): Add binary-io.
4314
4315 2009-01-17  Bruno Haible  <bruno@clisp.org>
4316
4317         * lib/wchar.in.h: In another particular situation, include only the
4318         system's <wchar.h> file.
4319         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
4320         Reported by Albert Chin-A-Young <china@thewrittenword.com>
4321         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
4322
4323 2009-01-17  Bruno Haible  <bruno@clisp.org>
4324
4325         Support for stripping executables in --enable-relocatable.
4326         * build-aux/install-reloc: Expect one more argument, or an environment
4327         variable RELOC_STRIP_PROG. If set, strip the destination program and
4328         its wrapper.
4329         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
4330         RELOC_STRIP_PROG.
4331         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
4332         to set RELOCATABLE_STRIP.
4333         * NEWS: Mention the new Makefile requirement.
4334
4335 2009-01-17  Bruno Haible  <bruno@clisp.org>
4336
4337         * build-aux/install-reloc: Remove debugging information left over by
4338         C compiler on MacOS X.
4339
4340 2009-01-17  Bruno Haible  <bruno@clisp.org>
4341
4342         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
4343         * lib/progreloc.c (find_executable): Fix type of pointer passed to
4344         _NSGetExecutablePath.
4345
4346 2009-01-16  Jim Meyering  <meyering@redhat.com>
4347
4348         strerror: avoid warnings about discarding "const"
4349         * lib/strerror.c (rpl_strerror): Instead of returning a const
4350         string from each and every "case", use a variable, and add a single
4351         cast after the switch.
4352
4353 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
4354
4355         * lib/arpa_inet.in.h: Add extern "C" block for C++.
4356
4357 2009-01-16  Bruno Haible  <bruno@clisp.org>
4358
4359         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
4360         array initializer syntax that also works in C++ mode.
4361         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4362
4363 2009-01-16  Jim Meyering  <meyering@redhat.com>
4364
4365         poll: suppress a warning
4366         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
4367         to ignore "...unsigned expression < 0 is always false" warnings.
4368
4369 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
4370
4371         poll: remove declarations of unused variables
4372         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
4373         sockbuf and optlen.
4374
4375 2009-01-15  Bruno Haible  <bruno@clisp.org>
4376
4377         Make fflush-after-ungetc POSIX compliant on BSD systems.
4378         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
4379         (clear_ungetc_buffer): Implement also for other systems.
4380         (rpl_fflush): On glibc systems, invoke
4381         clear_ungetc_buffer_preserving_position. Otherwise, invoke
4382         clear_ungetc_buffer after fetching the stream's position, not before.
4383
4384 2009-01-15  Bruno Haible  <bruno@clisp.org>
4385
4386         Make fflush-after-ungetc POSIX compliant on glibc systems.
4387         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
4388         after ungetc.
4389         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
4390         (rpl_fflush): On glibc systems, simply call the system's fflush
4391         function after clearing the ungetc buffer.
4392         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
4393         Instead, lseek only to the end of file, then use the system's fseeko
4394         for the rest. On glibc systems, reset the EOF indicator bit.
4395
4396 2009-01-15  Jim Meyering  <meyering@redhat.com>
4397
4398         openmp.m4: revert quote-adding change, for portability to older autoconf
4399         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
4400         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
4401         Simon Josefsson noticed the problem when using autoconf-2.61.
4402
4403 2009-01-15  Bruno Haible  <bruno@clisp.org>
4404
4405         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
4406         * tests/test-fflush2.c (ASSERT): Always fail.
4407         (main): Add two tests for fflush() after ungetc(), taking into account
4408         the Austin Group's clarification.
4409         Suggested by Eric Blake.
4410
4411 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
4412
4413         mktime.m4: remove K&R-style function prototypes
4414         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
4415         for the Sun C++ compiler.
4416
4417 2009-01-14  Bruno Haible  <bruno@clisp.org>
4418
4419         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
4420         while including <wchar.h>.
4421         * lib/wchar.in.h: In two particular situations on HP-UX, include only
4422         the system's <wchar.h> file.
4423         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4424
4425 2009-01-14  Bruno Haible  <bruno@clisp.org>
4426
4427         * m4/csharp.m4: Don't mention gettext on the serial number line.
4428         * m4/csharpexec.m4: Likewise.
4429         * m4/eaccess.m4: Likewise.
4430         * m4/javaexec.m4: Likewise.
4431         * m4/sig_atomic_t.m4: Likewise.
4432         * m4/tmpdir.m4: Likewise.
4433         * m4/intldir.m4: Bump gettext version.
4434         * m4/lib-ld.m4: Likewise.
4435
4436 2009-01-14  Bruno Haible  <bruno@clisp.org>
4437
4438         * lib/progname.c (set_program_name): Add more comments.
4439         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
4440
4441 2009-01-14  Simon Josefsson  <simon@josefsson.org>
4442
4443         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
4444         were sys/stat.h does not define it.
4445
4446 2009-01-14  Jim Meyering  <meyering@redhat.com>
4447
4448         many *.m4 files: improve m4 quoting
4449         99% of this change was performed by running the following commands:
4450         git ls-files | grep '\.m4$' | xargs perl -pi \
4451           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
4452           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
4453           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
4454           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
4455         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
4456         The remainder were to add Copyright dates, increment serial numbers,
4457         undo some changes in comments, exclude m4/intl.m4, and add quotes
4458         around the "1" in ",1" where the unusual spacing prohibited the
4459         above regexps from doing the job.  For more details, see
4460         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
4461         * m4/acl.m4: Modified.
4462         * m4/afs.m4: Likewise.
4463         * m4/alloca.m4: Likewise.
4464         * m4/argp.m4: Likewise.
4465         * m4/argz.m4: Likewise.
4466         * m4/atexit.m4: Likewise.
4467         * m4/bison-i18n.m4: Likewise.
4468         * m4/bison.m4: Likewise.
4469         * m4/byteswap.m4: Likewise.
4470         * m4/c-stack.m4: Likewise.
4471         * m4/c-strtod.m4: Likewise.
4472         * m4/calloc.m4: Likewise.
4473         * m4/canonicalize-lgpl.m4: Likewise.
4474         * m4/chown.m4: Likewise.
4475         * m4/clock_time.m4: Likewise.
4476         * m4/codeset.m4: Likewise.
4477         * m4/copy-file.m4: Likewise.
4478         * m4/csharp.m4: Likewise.
4479         * m4/csharpcomp.m4: Likewise.
4480         * m4/csharpexec.m4: Likewise.
4481         * m4/d-ino.m4: Likewise.
4482         * m4/d-type.m4: Likewise.
4483         * m4/dirfd.m4: Likewise.
4484         * m4/double-slash-root.m4: Likewise.
4485         * m4/eaccess.m4: Likewise.
4486         * m4/eealloc.m4: Likewise.
4487         * m4/environ.m4: Likewise.
4488         * m4/errno_h.m4: Likewise.
4489         * m4/euidaccess.m4: Likewise.
4490         * m4/execute.m4: Likewise.
4491         * m4/fatal-signal.m4: Likewise.
4492         * m4/fchdir.m4: Likewise.
4493         * m4/fcntl_h.m4: Likewise.
4494         * m4/fileblocks.m4: Likewise.
4495         * m4/filenamecat.m4: Likewise.
4496         * m4/findprog.m4: Likewise.
4497         * m4/flexmember.m4: Likewise.
4498         * m4/fnmatch.m4: Likewise.
4499         * m4/fopen.m4: Likewise.
4500         * m4/fpending.m4: Likewise.
4501         * m4/fprintf-posix.m4: Likewise.
4502         * m4/free.m4: Likewise.
4503         * m4/frexp.m4: Likewise.
4504         * m4/frexpl.m4: Likewise.
4505         * m4/fsusage.m4: Likewise.
4506         * m4/ftruncate.m4: Likewise.
4507         * m4/gc-camellia.m4: Likewise.
4508         * m4/gc-random.m4: Likewise.
4509         * m4/gc.m4: Likewise.
4510         * m4/getaddrinfo.m4: Likewise.
4511         * m4/getcwd-abort-bug.m4: Likewise.
4512         * m4/getcwd-path-max.m4: Likewise.
4513         * m4/getdate.m4: Likewise.
4514         * m4/getdomainname.m4: Likewise.
4515         * m4/getgroups.m4: Likewise.
4516         * m4/gethostname.m4: Likewise.
4517         * m4/gethrxtime.m4: Likewise.
4518         * m4/getline.m4: Likewise.
4519         * m4/getloadavg.m4: Likewise.
4520         * m4/getndelim2.m4: Likewise.
4521         * m4/getpass.m4: Likewise.
4522         * m4/gettext.m4: Likewise.
4523         * m4/gettime.m4: Likewise.
4524         * m4/gettimeofday.m4: Likewise.
4525         * m4/gnulib-common.m4: Likewise.
4526         * m4/group-member.m4: Likewise.
4527         * m4/host-os.m4: Likewise.
4528         * m4/iconv.m4: Likewise.
4529         * m4/iconv_open.m4: Likewise.
4530         * m4/inet_ntop.m4: Likewise.
4531         * m4/inet_pton.m4: Likewise.
4532         * m4/inline.m4: Likewise.
4533         * m4/intldir.m4: Likewise.
4534         * m4/intlmacosx.m4: Likewise.
4535         * m4/intmax.m4: Likewise.
4536         * m4/intmax_t.m4: Likewise.
4537         * m4/inttypes.m4: Likewise.
4538         * m4/inttypes_h.m4: Likewise.
4539         * m4/inttypes-pri.m4: Likewise.
4540         * m4/isapipe.m4: Likewise.
4541         * m4/isnand.m4: Likewise.
4542         * m4/isnanf.m4: Likewise.
4543         * m4/isnanl.m4: Likewise.
4544         * m4/javacomp.m4: Likewise.
4545         * m4/javaexec.m4: Likewise.
4546         * m4/jm-winsz1.m4: Likewise.
4547         * m4/jm-winsz2.m4: Likewise.
4548         * m4/lchown.m4: Likewise.
4549         * m4/lcmessage.m4: Likewise.
4550         * m4/ldexpl.m4: Likewise.
4551         * m4/lib-ld.m4: Likewise.
4552         * m4/lib-link.m4: Likewise.
4553         * m4/libsigsegv.m4: Likewise.
4554         * m4/link-follow.m4: Likewise.
4555         * m4/localcharset.m4: Likewise.
4556         * m4/locale-fr.m4: Likewise.
4557         * m4/locale-ja.m4: Likewise.
4558         * m4/locale-tr.m4: Likewise.
4559         * m4/locale-zh.m4: Likewise.
4560         * m4/lock.m4: Likewise.
4561         * m4/longlong.m4: Likewise.
4562         * m4/ls-mntd-fs.m4: Likewise.
4563         * m4/lstat.m4: Likewise.
4564         * m4/malloc.m4: Likewise.
4565         * m4/mathl.m4: Likewise.
4566         * m4/mbrtowc.m4: Likewise.
4567         * m4/mbstate_t.m4: Likewise.
4568         * m4/mbswidth.m4: Likewise.
4569         * m4/memchr.m4: Likewise.
4570         * m4/memcmp.m4: Likewise.
4571         * m4/memcpy.m4: Likewise.
4572         * m4/memmem.m4: Likewise.
4573         * m4/memmove.m4: Likewise.
4574         * m4/mempcpy.m4: Likewise.
4575         * m4/memrchr.m4: Likewise.
4576         * m4/memset.m4: Likewise.
4577         * m4/minmax.m4: Likewise.
4578         * m4/mkdir-slash.m4: Likewise.
4579         * m4/mkdtemp.m4: Likewise.
4580         * m4/mktime.m4: Likewise.
4581         * m4/mmap-anon.m4: Likewise.
4582         * m4/mountlist.m4: Likewise.
4583         * m4/nanosleep.m4: Likewise.
4584         * m4/nls.m4: Likewise.
4585         * m4/nocrash.m4: Likewise.
4586         * m4/open.m4: Likewise.
4587         * m4/openat.m4: Likewise.
4588         * m4/openmp.m4: Likewise.
4589         * m4/pathmax.m4: Likewise.
4590         * m4/perl.m4: Likewise.
4591         * m4/physmem.m4: Likewise.
4592         * m4/pipe.m4: Likewise.
4593         * m4/po.m4: Likewise.
4594         * m4/poll.m4: Likewise.
4595         * m4/posixtm.m4: Likewise.
4596         * m4/posixver.m4: Likewise.
4597         * m4/printf-frexp.m4: Likewise.
4598         * m4/printf-frexpl.m4: Likewise.
4599         * m4/printf-posix.m4: Likewise.
4600         * m4/printf-posix-rpl.m4: Likewise.
4601         * m4/printf.m4: Likewise.
4602         * m4/progtest.m4: Likewise.
4603         * m4/putenv.m4: Likewise.
4604         * m4/readline.m4: Likewise.
4605         * m4/readlink.m4: Likewise.
4606         * m4/readutmp.m4: Likewise.
4607         * m4/realloc.m4: Likewise.
4608         * m4/regex.m4: Likewise.
4609         * m4/relocatable.m4: Likewise.
4610         * m4/relocatable-lib.m4: Likewise.
4611         * m4/rename-dest-slash.m4: Likewise.
4612         * m4/rename.m4: Likewise.
4613         * m4/rmdir-errno.m4: Likewise.
4614         * m4/rmdir.m4: Likewise.
4615         * m4/roundf.m4: Likewise.
4616         * m4/roundl.m4: Likewise.
4617         * m4/rpmatch.m4: Likewise.
4618         * m4/save-cwd.m4: Likewise.
4619         * m4/selinux-selinux-h.m4: Likewise.
4620         * m4/setenv.m4: Likewise.
4621         * m4/settime.m4: Likewise.
4622         * m4/sig2str.m4: Likewise.
4623         * m4/sig_atomic_t.m4: Likewise.
4624         * m4/signalblocking.m4: Likewise.
4625         * m4/signbit.m4: Likewise.
4626         * m4/sigpipe.m4: Likewise.
4627         * m4/sockets.m4: Likewise.
4628         * m4/sockpfaf.m4: Likewise.
4629         * m4/st_dm_mode.m4: Likewise.
4630         * m4/stat-time.m4: Likewise.
4631         * m4/stdbool.m4: Likewise.
4632         * m4/stdint.m4: Likewise.
4633         * m4/stdint_h.m4: Likewise.
4634         * m4/stpcpy.m4: Likewise.
4635         * m4/stpncpy.m4: Likewise.
4636         * m4/strcase.m4: Likewise.
4637         * m4/strchrnul.m4: Likewise.
4638         * m4/strcspn.m4: Likewise.
4639         * m4/strdup.m4: Likewise.
4640         * m4/strftime.m4: Likewise.
4641         * m4/strndup.m4: Likewise.
4642         * m4/strnlen.m4: Likewise.
4643         * m4/strpbrk.m4: Likewise.
4644         * m4/strptime.m4: Likewise.
4645         * m4/strsep.m4: Likewise.
4646         * m4/strtod.m4: Likewise.
4647         * m4/strtoimax.m4: Likewise.
4648         * m4/strtok_r.m4: Likewise.
4649         * m4/strtol.m4: Likewise.
4650         * m4/strtoll.m4: Likewise.
4651         * m4/strtoul.m4: Likewise.
4652         * m4/strtoull.m4: Likewise.
4653         * m4/strtoumax.m4: Likewise.
4654         * m4/strverscmp.m4: Likewise.
4655         * m4/threadlib.m4: Likewise.
4656         * m4/timegm.m4: Likewise.
4657         * m4/tm_gmtoff.m4: Likewise.
4658         * m4/tmpdir.m4: Likewise.
4659         * m4/tmpfile.m4: Likewise.
4660         * m4/tzset.m4: Likewise.
4661         * m4/uintmax_t.m4: Likewise.
4662         * m4/unlinkdir.m4: Likewise.
4663         * m4/unlocked-io.m4: Likewise.
4664         * m4/uptime.m4: Likewise.
4665         * m4/userspec.m4: Likewise.
4666         * m4/utimbuf.m4: Likewise.
4667         * m4/utime.m4: Likewise.
4668         * m4/utimes-null.m4: Likewise.
4669         * m4/utimes.m4: Likewise.
4670         * m4/vararrays.m4: Likewise.
4671         * m4/vasnprintf.m4: Likewise.
4672         * m4/vfprintf-posix.m4: Likewise.
4673         * m4/vprintf-posix.m4: Likewise.
4674         * m4/wait-process.m4: Likewise.
4675         * m4/wchar_t.m4: Likewise.
4676         * m4/wint_t.m4: Likewise.
4677         * m4/write-any-file.m4: Likewise.
4678         * m4/yield.m4: Likewise.
4679
4680 2009-01-13  Bruno Haible  <bruno@clisp.org>
4681
4682         Avoid test-copy-file.sh failures when ACL support insufficient.
4683         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
4684         TESTS_ENVIRONMENT.
4685         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
4686         Reported by Jim Meyering.
4687
4688 2009-01-13  Bruno Haible  <bruno@clisp.org>
4689
4690         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
4691         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
4692         * modules/unistdio/u8-printf-parse (Files): Likewise.
4693         * modules/unistdio/u32-printf-parse (Files): Likewise.
4694         * modules/unistdio/ulc-printf-parse (Files): Likewise.
4695
4696 2009-01-13  Simon Josefsson  <simon@josefsson.org>
4697
4698         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
4699         and m4/inttypes_h.m4 too.
4700
4701 2009-01-12  Eric Blake  <ebb9@byu.net>
4702
4703         tests: IRIX 6.2 cc can't compile -0.0 into .data
4704         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
4705         rather than at compile-time.
4706         * tests/test-floorl.c (minus_zero): Likewise.
4707         * tests/test-frexpl.c (minus_zero): Likewise.
4708         * tests/test-isnan.c (minus_zerol): Likewise.
4709         * tests/test-isnanl.h (minus_zero): Likewise.
4710         * tests/test-ldexpl.c (minus_zero): Likewise.
4711         * tests/test-roundl.c (minus_zero): Likewise.
4712         * tests/test-signbit.c (minus_zerol): Likewise.
4713         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
4714         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
4715         * tests/test-truncl.c (minus_zero): Likewise.
4716         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
4717         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
4718         Reported by Tom G. Christensen and Nelson H. F. Beebe.
4719
4720 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4721
4722         regex: fix glibc bug 9697
4723         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4724         handling.
4725
4726 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4727
4728         regex: fix glibc bug 697
4729         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4730         being NULL also if there are no backreferences.
4731
4732 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
4733
4734         regex: merge glibc changes
4735         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4736         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4737         re_string_skip_chars, re_string_reconstruct): Likewise.
4738         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4739
4740 2009-01-07  Jim Meyering  <meyering@redhat.com>
4741
4742         poll: filter through cppi
4743         * lib/poll.c: Indent cpp directives to reflect nesting.
4744
4745 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
4746
4747         poll: don't return uninitialized
4748         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
4749
4750 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
4751
4752         avoid compile failure on AIX 6.1
4753         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
4754         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
4755
4756 2009-01-04  Jim Meyering  <meyering@redhat.com>
4757
4758         remove duplicate inclusion of <stdio.h>
4759         * tests/test-fprintf-posix.c: Likewise.
4760         * tests/test-printf-posix.c: Likewise.
4761         * tests/test-snprintf-posix.c: Likewise.
4762         * tests/test-sprintf-posix.c: Likewise.
4763         * tests/test-vasprintf-posix.c: Likewise.
4764         * tests/test-vfprintf-posix.c: Likewise.
4765         * tests/test-vprintf-posix.c: Likewise.
4766         * tests/test-vsnprintf-posix.c: Likewise.
4767         * tests/test-vsprintf-posix.c: Likewise.
4768
4769 2009-01-03  Jim Meyering  <meyering@redhat.com>
4770
4771         gnulib-tool: fix sed-based filtering
4772         * gnulib-tool (func_filter_filelist): Remove extra backslash
4773         in sed_fff_filter definition.
4774
4775 2009-01-02  Jim Meyering  <meyering@redhat.com>
4776
4777         strftime: avoid compilation failure on Solaris 2.6
4778         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
4779         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
4780         Don't #define mbrlen or mbsinit, since now they're guaranteed to
4781         be available.  Reported by Tom G. Christensen.  Details in
4782         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
4783
4784 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4785             Bruno Haible  <bruno@clisp.org>
4786
4787         Speed up gnulib-tool by doing more string processing through shell
4788         built-ins.
4789         * gnulib-tool (fast_func_append): New variable.
4790         (func_remove_prefix, func_remove_suffix): New functions.
4791         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
4792         (func_filter_filelist): New function.
4793         (func_get_dependencies): Use func_remove_suffix instead of sed.
4794         (func_get_automake_snippet): Use func_filter_filelist instead of a
4795         subshell and sed invocation.
4796
4797 2009-01-01  Bruno Haible  <bruno@clisp.org>
4798
4799         Fix a security bug.
4800         * gnulib-tool (func_import, import, update): Don't allow the characters
4801         '"', '$', '`', '\' in macro arguments that become part of commands that
4802         are evaluated.
4803
4804 2009-01-01  Bruno Haible  <bruno@clisp.org>
4805
4806         * gnulib-tool (func_reset_sigpipe): Add more comments.
4807
4808 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4809
4810         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
4811         func_emit_tests_Makefile_am, func_import): Abort loops early if we
4812         already know the answer.
4813
4814 2009-01-01  Jim Meyering  <meyering@redhat.com>
4815
4816         * lib/version-etc.c (version_etc_va): Update copyright year.
4817
4818 2008-12-30  Bruno Haible  <bruno@clisp.org>
4819
4820         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
4821         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
4822         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
4823
4824 2008-12-29  Eric Blake  <ebb9@byu.net>
4825
4826         multiarch: avoid autoconf AC_REQUIRE bug
4827         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
4828         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
4829         2.63 and older.
4830         Reported by Bruno Haible, and analyzed in
4831         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
4832
4833 2008-12-29  Bruno Haible  <bruno@clisp.org>
4834
4835         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
4836         files in subdirectories correctly.
4837         Reported by Ralf Wildenhues.
4838
4839 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4840
4841         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
4842         rather than 'join FILE -', for Solaris join.
4843
4844 2008-12-29  Bruno Haible  <bruno@clisp.org>
4845
4846         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
4847         quoting.
4848         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
4849         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
4850         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
4851         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
4852         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
4853         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
4854         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
4855         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
4856         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4857         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
4858         * m4/nls.m4 (AM_NLS): Likewise.
4859         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
4860         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
4861         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4862         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
4863         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
4864         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
4865         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
4866         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
4867         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
4868         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4869         * m4/xsize.m4 (gl_XSIZE): Likewise.
4870         Suggested by Jim Meyering.
4871
4872 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4873
4874         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
4875         * lib/parse-duration.c: use a switch instead of cascading if's.
4876
4877 2008-12-29  Eric Blake  <ebb9@byu.net>
4878
4879         wchar.h: supply WEOF on Irix 5.3
4880         * lib/wchar.in.h (wint_t): Also supply WEOF.
4881         * lib/wctype.in.h (wint_t): Likewise.
4882         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
4883         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
4884         Reported by Tom G. Christensen.
4885
4886 2008-12-26  Bruno Haible  <bruno@clisp.org>
4887
4888         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
4889         i486, i586, i686.
4890
4891 2008-12-26  Bruno Haible  <bruno@clisp.org>
4892
4893         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
4894
4895 2008-12-26  Bruno Haible  <bruno@clisp.org>
4896
4897         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
4898         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
4899         not __STDC_CONSTANT_MACROS.
4900         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
4901
4902 2008-12-25  Bruno Haible  <bruno@clisp.org>
4903
4904         Add support for universal builds to vasnprintf.
4905         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
4906         universal builds, guess no.
4907         * modules/vasnprintf-posix (Depends-on): Add multiarch.
4908         * modules/vasprintf-posix (Depends-on): Likewise.
4909         * modules/fprintf-posix (Depends-on): Likewise.
4910         * modules/vfprintf-posix (Depends-on): Likewise.
4911         * modules/snprintf-posix (Depends-on): Likewise.
4912         * modules/vsnprintf-posix (Depends-on): Likewise.
4913         * modules/sprintf-posix (Depends-on): Likewise.
4914         * modules/vsprintf-posix (Depends-on): Likewise.
4915         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4916         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4917         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4918         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4919         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4920         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4921         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4922
4923         Add support for universal builds to <inttypes.h>.
4924         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
4925         _SCNu64_PREFIX): In Apple
4926         universal builds, define directly, using _LP64.
4927         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
4928         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
4929         * modules/inttypes (Depends-on): Add multiarch.
4930         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
4931
4932         Add support for universal builds to <stdint.h>.
4933         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
4934         universal builds, define directly, using _LP64.
4935         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
4936         Apple universal builds, don't test for the size and suffix of ptrdiff_t
4937         and size_t.
4938         * modules/stdint (Depends-on): Add multiarch.
4939         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
4940
4941         New module 'multiarch'.
4942         * modules/multiarch: New file.
4943         * m4/multiarch.m4: New file.
4944
4945 2008-12-25  Bruno Haible  <bruno@clisp.org>
4946
4947         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
4948
4949 2008-12-25  Bruno Haible  <bruno@clisp.org>
4950
4951         * modules/btowc (License): Relicense under LGPLv2+.
4952         * modules/mbsinit (License): Likewise.
4953         * modules/mbrtowc (License): Likewise.
4954         * modules/wcrtomb (License): Likewise.
4955         * modules/streq (License): Likewise.
4956         Reported by David Lutterkort <lutter@redhat.com>.
4957
4958 2008-12-23  Bruno Haible  <bruno@clisp.org>
4959
4960         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
4961
4962 2008-12-23  Bruno Haible  <bruno@clisp.org>
4963
4964         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
4965         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
4966         GETADDRINFO_LIB, not in LIBS.
4967         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
4968         * modules/canon-host (Link): Likewise.
4969         * NEWS: Mention the change.
4970         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
4971         GETADDRINFO_LIB.
4972
4973 2008-12-22  Bruno Haible  <bruno@clisp.org>
4974
4975         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
4976         * doc/posix-functions/iswalpha_l.texi: Likewise.
4977         * doc/posix-functions/iswblank_l.texi: Likewise.
4978         * doc/posix-functions/iswcntrl_l.texi: Likewise.
4979         * doc/posix-functions/iswctype_l.texi: Likewise.
4980         * doc/posix-functions/iswdigit_l.texi: Likewise.
4981         * doc/posix-functions/iswgraph_l.texi: Likewise.
4982         * doc/posix-functions/iswlower_l.texi: Likewise.
4983         * doc/posix-functions/iswprint_l.texi: Likewise.
4984         * doc/posix-functions/iswpunct_l.texi: Likewise.
4985         * doc/posix-functions/iswspace_l.texi: Likewise.
4986         * doc/posix-functions/iswupper_l.texi: Likewise.
4987         * doc/posix-functions/iswxdigit_l.texi: Likewise.
4988         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
4989         * doc/posix-functions/open_wmemstream.texi: Likewise.
4990         * doc/posix-functions/swscanf.texi: Likewise.
4991         * doc/posix-functions/towctrans_l.texi: Likewise.
4992         * doc/posix-functions/towlower.texi: Likewise.
4993         * doc/posix-functions/towlower_l.texi: Likewise.
4994         * doc/posix-functions/towupper.texi: Likewise.
4995         * doc/posix-functions/towupper_l.texi: Likewise.
4996         * doc/posix-functions/vfwprintf.texi: Likewise.
4997         * doc/posix-functions/vfwscanf.texi: Likewise.
4998         * doc/posix-functions/vswscanf.texi: Likewise.
4999         * doc/posix-functions/vwprintf.texi: Likewise.
5000         * doc/posix-functions/vwscanf.texi: Likewise.
5001         * doc/posix-functions/wcpcpy.texi: Likewise.
5002         * doc/posix-functions/wcpncpy.texi: Likewise.
5003         * doc/posix-functions/wcscasecmp.texi: Likewise.
5004         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
5005         * doc/posix-functions/wcscoll_l.texi: Likewise.
5006         * doc/posix-functions/wcsdup.texi: Likewise.
5007         * doc/posix-functions/wcsncasecmp.texi: Likewise.
5008         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
5009         * doc/posix-functions/wcsnlen.texi: Likewise.
5010         * doc/posix-functions/wcsnrtombs.texi: Likewise.
5011         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
5012         * doc/posix-functions/wctrans_l.texi: Likewise.
5013         * doc/posix-functions/wctype_l.texi: Likewise.
5014         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
5015         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
5016         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
5017         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
5018         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
5019         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
5020         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
5021         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
5022         * doc/glibc-functions/wcschrnul.texi: Likewise.
5023         * doc/glibc-functions/wcsftime_l.texi: Likewise.
5024         * doc/glibc-functions/wcstod_l.texi: Likewise.
5025         * doc/glibc-functions/wcstof_l.texi: Likewise.
5026         * doc/glibc-functions/wcstol_l.texi: Likewise.
5027         * doc/glibc-functions/wcstold_l.texi: Likewise.
5028         * doc/glibc-functions/wcstoll_l.texi: Likewise.
5029         * doc/glibc-functions/wcstoq.texi: Likewise.
5030         * doc/glibc-functions/wcstoul_l.texi: Likewise.
5031         * doc/glibc-functions/wcstoull_l.texi: Likewise.
5032         * doc/glibc-functions/wcstouq.texi: Likewise.
5033         * doc/glibc-functions/wmempcpy.texi: Likewise.
5034
5035 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
5036             Eric Blake  <ebb9@byu.net>
5037             Paolo Bonzini  <bonzini@gnu.org>
5038             Bruno Haible  <bruno@clisp.org>
5039
5040         Make c-stack work on Haiku.
5041         * lib/c-stack.c (SA_ONSTACK): Define fallback.
5042         (c_stack_action): Use SA_ONSTACK flag.
5043
5044 2008-12-22  Bruno Haible  <bruno@clisp.org>
5045
5046         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
5047
5048 2008-12-22  Bruno Haible  <bruno@clisp.org>
5049
5050         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
5051         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
5052         being overridden.
5053         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
5054         New macros.
5055         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
5056         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
5057         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
5058         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
5059
5060 2008-12-22  Bruno Haible  <bruno@clisp.org>
5061
5062         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
5063         from test code.
5064
5065 2008-12-22  Eric Blake  <ebb9@byu.net>
5066
5067         Avoid gcc warnings on cygwin.
5068         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
5069         Avoid unused variable.
5070         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
5071         Likewise.
5072
5073 2008-12-22  Bruno Haible  <bruno@clisp.org>
5074
5075         Remove HAVE_MBRTOWC conditionals.
5076         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
5077         (mbscasecmp): Assume mbrtowc function.
5078         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
5079         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
5080         * lib/mbschr.c: Include mbuiter.h unconditionally.
5081         (mbschr): Assume mbrtowc function.
5082         * lib/mbscspn.c: Include mbuiter.h unconditionally.
5083         (mbscspn): Assume mbrtowc function.
5084         * lib/mbslen.c: Include mbuiter.h unconditionally.
5085         (mbslen): Assume mbrtowc function.
5086         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
5087         (mbsncasecmp): Assume mbrtowc function.
5088         * lib/mbsnlen.c: Include mbiter.h unconditionally.
5089         (mbsnlen): Assume mbrtowc function.
5090         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
5091         (mbspbrk): Assume mbrtowc function.
5092         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
5093         (mbspcasecmp): Assume mbrtowc function.
5094         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
5095         (mbsrchr): Assume mbrtowc function.
5096         * lib/mbssep.c: Include mbuiter.h unconditionally.
5097         (mbssep): Assume mbrtowc function.
5098         * lib/mbsspn.c: Include mbuiter.h unconditionally.
5099         (mbsspn): Assume mbrtowc function.
5100         * lib/mbsstr.c: Include mbuiter.h unconditionally.
5101         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
5102         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
5103         (mbstok_r): Assume mbrtowc function.
5104         * lib/propername.c: Include mbuiter.h unconditionally.
5105         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
5106         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
5107         (trim2): Assume mbrtowc function.
5108         * lib/mbswidth.c (mbsinit): Remove fallback definition.
5109         (mbsnwidth): Assume mbrtowc function.
5110         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
5111         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
5112         fallback definitions.
5113         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
5114
5115 2008-12-22  Bruno Haible  <bruno@clisp.org>
5116
5117         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
5118
5119 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
5120
5121         * modules/regex: Request emulations for the mb*/wc* functions we need.
5122         * m4/regex.m4: Don't look for those functions here.
5123         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
5124
5125 2008-12-22  Bruno Haible  <bruno@clisp.org>
5126
5127         * modules/fnmatch (Depends-on): Remove duplicated dependency.
5128
5129 2008-12-21  Bruno Haible  <bruno@clisp.org>
5130
5131         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
5132         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
5133         (Include): Remove conditionalization.
5134         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
5135         (Include): Remove conditionalization.
5136         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
5137         (Include): Remove conditionalization.
5138         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
5139         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5140         * NEWS: Mention the change.
5141         Reported by Alan Hourihane <alanh@fairlite.co.uk>
5142         via Sergey Poznyakoff <gray@gnu.org.ua>.
5143
5144 2008-12-21  Bruno Haible  <bruno@clisp.org>
5145
5146         * MODULES.html.sh (Extended multibyte and wide character utilities
5147         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
5148         wcrtomb, wcsrtombs.
5149         (Support for systems lacking POSIX:2008): Add accept, bind, close,
5150         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
5151         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
5152         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
5153
5154 2008-12-21  Bruno Haible  <bruno@clisp.org>
5155
5156         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
5157
5158 2008-12-21  Bruno Haible  <bruno@clisp.org>
5159
5160         * modules/wcsnrtombs-tests: New file.
5161         * tests/test-wcsnrtombs1.sh: New file.
5162         * tests/test-wcsnrtombs2.sh: New file.
5163         * tests/test-wcsnrtombs3.sh: New file.
5164         * tests/test-wcsnrtombs4.sh: New file.
5165         * tests/test-wcsnrtombs.c: New file.
5166
5167         New module 'wcsnrtombs'.
5168         * lib/wchar.in.h (wcsnrtombs): New declaration.
5169         * lib/wcsnrtombs.c: New file.
5170         * lib/wcsrtombs-state.c: New file.
5171         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
5172         (internal_state): Remove variable.
5173         * m4/wcsnrtombs.m4: New file.
5174         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
5175         compilation units.
5176         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
5177         HAVE_WCSNRTOMBS.
5178         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
5179         HAVE_WCSNRTOMBS.
5180         * modules/wcsnrtombs: New file.
5181         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
5182         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
5183
5184 2008-12-21  Bruno Haible  <bruno@clisp.org>
5185
5186         * modules/wcsrtombs-tests: New file.
5187         * tests/test-wcsrtombs1.sh: New file.
5188         * tests/test-wcsrtombs2.sh: New file.
5189         * tests/test-wcsrtombs3.sh: New file.
5190         * tests/test-wcsrtombs4.sh: New file.
5191         * tests/test-wcsrtombs.c: New file.
5192
5193         New module 'wcsrtombs'.
5194         * lib/wchar.in.h (wcsrtombs): New declaration.
5195         * lib/wcsrtombs.c: New file.
5196         * m4/wcsrtombs.m4: New file.
5197         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
5198         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5199         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
5200         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
5201         * modules/wcsrtombs: New file.
5202         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
5203         bugs.
5204
5205 2008-12-21  Bruno Haible  <bruno@clisp.org>
5206
5207         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
5208         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
5209         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
5210         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
5211         if not correct.
5212         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
5213         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
5214         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5215         m4/locale-zh.m4, m4/codeset.m4.
5216         * doc/posix-functions/wcrtomb.texi: Document the bug.
5217
5218 2008-12-21  Bruno Haible  <bruno@clisp.org>
5219
5220         Work around a btowc() bug on IRIX 6.5.
5221         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
5222         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
5223         REPLACE_WTOBC if not.
5224         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
5225         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
5226         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
5227
5228 2008-12-21  Bruno Haible  <bruno@clisp.org>
5229
5230         * modules/wcrtomb-tests: New file.
5231         * tests/test-wcrtomb.sh: New file.
5232         * tests/test-wcrtomb.c: New file.
5233
5234         New module 'wcrtomb'.
5235         * lib/wchar.in.h (wcrtomb): New declaration.
5236         * lib/wcrtomb.c: New file.
5237         * m4/wcrtomb.m4: New file.
5238         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
5239         HAVE_WCRTOMB.
5240         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
5241         HAVE_WCRTOMB.
5242         * modules/wcrtomb: New file.
5243         * doc/posix-functions/wcrtomb.texi: Mention the new module.
5244
5245 2008-12-21  Bruno Haible  <bruno@clisp.org>
5246
5247         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
5248         * modules/mbsrtowcs (Files): Likewise.
5249         * modules/wctob (Files): Likewise.
5250         * modules/c-strcase-tests (Files): Likewise.
5251         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5252         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5253         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5254         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5255         * modules/vasnprintf-posix-tests (Files): Likewise.
5256
5257 2008-12-21  William Pursell  <bill.pursell@gmail.com>
5258
5259         gitlog-to-changelog: pass all command-line arguments to git-log
5260         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
5261         it is sometimes convenient to filter the commits in various ways.
5262         gitlog-to-changelog only allows --since to specify a start date,
5263         but git-log itself supports many other filtering mechanisms.
5264         At the moment, I want to filter by branch name.  Rather than
5265         adding a --branch option to gitlog-to-changelog, it seems more
5266         flexible to simply pass all options directly to git-log and let
5267         git do the work.  Notice that this effectively makes --since a
5268         redundant option for gitlog-to-changelog, but removing it would
5269         require current usage to change since calls would then require
5270         an additional '--'.
5271
5272 2008-12-21  Bruno Haible  <bruno@clisp.org>
5273
5274         * modules/mbsnrtowcs-tests: New file.
5275         * tests/test-mbsnrtowcs1.sh: New file.
5276         * tests/test-mbsnrtowcs2.sh: New file.
5277         * tests/test-mbsnrtowcs3.sh: New file.
5278         * tests/test-mbsnrtowcs4.sh: New file.
5279         * tests/test-mbsnrtowcs.c: New file.
5280
5281         New module 'mbsnrtowcs'.
5282         * lib/wchar.in.h (mbsnrtowcs): New declaration.
5283         * lib/mbsnrtowcs.c: New file.
5284         * lib/mbsrtowcs-state.c: New file.
5285         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
5286         (internal_state): Remove variable.
5287         * m4/mbsnrtowcs.m4: New file.
5288         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
5289         compilation units.
5290         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
5291         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5292         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
5293         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
5294         * modules/mbsnrtowcs: New file.
5295         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
5296         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
5297         portability problem.
5298
5299 2008-12-21  Bruno Haible  <bruno@clisp.org>
5300
5301         Work around mbsrtowcs bug.
5302         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
5303         (gl_FUNC_MBSRTOWCS): Invoke it.
5304         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5305         m4/locale-zh.m4.
5306         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
5307
5308 2008-12-21  Bruno Haible  <bruno@clisp.org>
5309
5310         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
5311
5312 2008-12-21  Bruno Haible  <bruno@clisp.org>
5313
5314         Update doc for AIX.
5315         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
5316         16-bit wchar_t type.
5317         * doc/posix-functions/btowc.texi: Likewise.
5318         * doc/posix-functions/fgetwc.texi: Likewise.
5319         * doc/posix-functions/fgetws.texi: Likewise.
5320         * doc/posix-functions/fputwc.texi: Likewise.
5321         * doc/posix-functions/fputws.texi: Likewise.
5322         * doc/posix-functions/fwide.texi: Likewise.
5323         * doc/posix-functions/fwprintf.texi: Likewise.
5324         * doc/posix-functions/fwscanf.texi: Likewise.
5325         * doc/posix-functions/getwchar.texi: Likewise.
5326         * doc/posix-functions/getwc.texi: Likewise.
5327         * doc/posix-functions/iswalnum.texi: Likewise.
5328         * doc/posix-functions/iswalpha.texi: Likewise.
5329         * doc/posix-functions/iswblank.texi: Likewise.
5330         * doc/posix-functions/iswcntrl.texi: Likewise.
5331         * doc/posix-functions/iswctype.texi: Likewise.
5332         * doc/posix-functions/iswdigit.texi: Likewise.
5333         * doc/posix-functions/iswgraph.texi: Likewise.
5334         * doc/posix-functions/iswlower.texi: Likewise.
5335         * doc/posix-functions/iswprint.texi: Likewise.
5336         * doc/posix-functions/iswpunct.texi: Likewise.
5337         * doc/posix-functions/iswspace.texi: Likewise.
5338         * doc/posix-functions/iswupper.texi: Likewise.
5339         * doc/posix-functions/iswxdigit.texi: Likewise.
5340         * doc/posix-functions/mbrtowc.texi: Likewise.
5341         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5342         * doc/posix-functions/mbstowcs.texi: Likewise.
5343         * doc/posix-functions/mbtowc.texi: Likewise.
5344         * doc/posix-functions/putwchar.texi: Likewise.
5345         * doc/posix-functions/putwc.texi: Likewise.
5346         * doc/posix-functions/swprintf.texi: Likewise.
5347         * doc/posix-functions/tolower.texi: Likewise.
5348         * doc/posix-functions/toupper.texi: Likewise.
5349         * doc/posix-functions/towctrans.texi: Likewise.
5350         * doc/posix-functions/ungetwc.texi: Likewise.
5351         * doc/posix-functions/vswprintf.texi: Likewise.
5352         * doc/posix-functions/wcrtomb.texi: Likewise.
5353         * doc/posix-functions/wcscat.texi: Likewise.
5354         * doc/posix-functions/wcschr.texi: Likewise.
5355         * doc/posix-functions/wcscmp.texi: Likewise.
5356         * doc/posix-functions/wcscoll.texi: Likewise.
5357         * doc/posix-functions/wcscpy.texi: Likewise.
5358         * doc/posix-functions/wcscspn.texi: Likewise.
5359         * doc/posix-functions/wcsftime.texi: Likewise.
5360         * doc/posix-functions/wcslen.texi: Likewise.
5361         * doc/posix-functions/wcsncat.texi: Likewise.
5362         * doc/posix-functions/wcsncmp.texi: Likewise.
5363         * doc/posix-functions/wcsncpy.texi: Likewise.
5364         * doc/posix-functions/wcspbrk.texi: Likewise.
5365         * doc/posix-functions/wcsrchr.texi: Likewise.
5366         * doc/posix-functions/wcsrtombs.texi: Likewise.
5367         * doc/posix-functions/wcsspn.texi: Likewise.
5368         * doc/posix-functions/wcsstr.texi: Likewise.
5369         * doc/posix-functions/wcstod.texi: Likewise.
5370         * doc/posix-functions/wcstof.texi: Likewise.
5371         * doc/posix-functions/wcstoimax.texi: Likewise.
5372         * doc/posix-functions/wcstok.texi: Likewise.
5373         * doc/posix-functions/wcstold.texi: Likewise.
5374         * doc/posix-functions/wcstoll.texi: Likewise.
5375         * doc/posix-functions/wcstol.texi: Likewise.
5376         * doc/posix-functions/wcstombs.texi: Likewise.
5377         * doc/posix-functions/wcstoull.texi: Likewise.
5378         * doc/posix-functions/wcstoul.texi: Likewise.
5379         * doc/posix-functions/wcstoumax.texi: Likewise.
5380         * doc/posix-functions/wcswidth.texi: Likewise.
5381         * doc/posix-functions/wcsxfrm.texi: Likewise.
5382         * doc/posix-functions/wctob.texi: Likewise.
5383         * doc/posix-functions/wctomb.texi: Likewise.
5384         * doc/posix-functions/wctrans.texi: Likewise.
5385         * doc/posix-functions/wctype.texi: Likewise.
5386         * doc/posix-functions/wcwidth.texi: Likewise.
5387         * doc/posix-functions/wmemchr.texi: Likewise.
5388         * doc/posix-functions/wmemcmp.texi: Likewise.
5389         * doc/posix-functions/wmemcpy.texi: Likewise.
5390         * doc/posix-functions/wmemmove.texi: Likewise.
5391         * doc/posix-functions/wmemset.texi: Likewise.
5392         * doc/posix-functions/wprintf.texi: Likewise.
5393         * doc/posix-functions/wscanf.texi: Likewise.
5394
5395 2008-12-21  Bruno Haible  <bruno@clisp.org>
5396
5397         Update doc for HP-UX 11.11.
5398         * doc/posix-functions/btowc.texi: Clarify that the function is missing
5399         in HP-UX version 11.00, not in all versions of HP-UX 11.
5400         * doc/posix-functions/fwide.texi: Likewise.
5401         * doc/posix-functions/fwprintf.texi: Likewise.
5402         * doc/posix-functions/fwscanf.texi: Likewise.
5403         * doc/posix-functions/inet_ntop.texi: Likewise.
5404         * doc/posix-functions/inet_pton.texi: Likewise.
5405         * doc/posix-functions/mbrlen.texi: Likewise.
5406         * doc/posix-functions/mbrtowc.texi: Likewise.
5407         * doc/posix-functions/mbsinit.texi: Likewise.
5408         * doc/posix-functions/mbsrtowcs.texi: Likewise.
5409         * doc/posix-functions/swprintf.texi: Likewise.
5410         * doc/posix-functions/swscanf.texi: Likewise.
5411         * doc/posix-functions/towctrans.texi: Likewise.
5412         * doc/posix-functions/vfwprintf.texi: Likewise.
5413         * doc/posix-functions/vswprintf.texi: Likewise.
5414         * doc/posix-functions/vwprintf.texi: Likewise.
5415         * doc/posix-functions/wcrtomb.texi: Likewise.
5416         * doc/posix-functions/wcsrtombs.texi: Likewise.
5417         * doc/posix-functions/wcsstr.texi: Likewise.
5418         * doc/posix-functions/wctob.texi: Likewise.
5419         * doc/posix-functions/wctrans.texi: Likewise.
5420         * doc/posix-functions/wmemchr.texi: Likewise.
5421         * doc/posix-functions/wmemcmp.texi: Likewise.
5422         * doc/posix-functions/wmemcpy.texi: Likewise.
5423         * doc/posix-functions/wmemmove.texi: Likewise.
5424         * doc/posix-functions/wmemset.texi: Likewise.
5425         * doc/posix-functions/wprintf.texi: Likewise.
5426         * doc/posix-functions/wscanf.texi: Likewise.
5427
5428 2008-12-21  Bruno Haible  <bruno@clisp.org>
5429
5430         Work around a portability problem.
5431         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
5432         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
5433
5434 2008-12-20  Bruno Haible  <bruno@clisp.org>
5435
5436         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
5437         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
5438         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
5439         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
5440         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
5441
5442         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
5443         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
5444         set.
5445         (GNULIB_defined_mbstate_t): New macro.
5446         (mbsinit): Redefine if REPLACE_MBSINIT is set.
5447         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
5448         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
5449         reuses the system's mbrtowc function but works around the bugs.
5450         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
5451         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
5452         macros.
5453         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
5454         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
5455         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
5456         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
5457         REPLACE_MBSINIT if mbsinit needs to be overridden.
5458         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
5459         REPLACE_MBSINIT, REPLACE_MBRTOWC.
5460         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
5461         REPLACE_MBSINIT, REPLACE_MBRTOWC.
5462         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
5463         m4/locale-zh.m4.
5464         (Depends): Add mbsinit.
5465         * modules/mbsinit (Depends): Add mbrtowc.
5466         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
5467
5468 2008-12-20  Bruno Haible  <bruno@clisp.org>
5469
5470         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
5471         so that there are no conversion errors on AIX.
5472         * tests/test-mbsrtowcs.c (main): LIkewise.
5473
5474 2008-12-20  Bruno Haible  <bruno@clisp.org>
5475
5476         Work around wctob bug on Solaris <= 9.
5477         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
5478         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
5479         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
5480         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
5481         * modules/wctob (Files): Add m4/locale-fr.m4.
5482         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
5483
5484 2008-12-20  Bruno Haible  <bruno@clisp.org>
5485
5486         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
5487         /dev/null.
5488         * tests/test-select-in.sh: Likewise.
5489         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
5490
5491 2008-12-20  Bruno Haible  <bruno@clisp.org>
5492
5493         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
5494         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
5495         Cygwin 1.5.x.
5496
5497 2008-12-20  Bruno Haible  <bruno@clisp.org>
5498
5499         Ensure mbstate_t is defined on HP-UX 11.11.
5500         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
5501         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
5502         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
5503         AC_USE_SYSTEM_EXTENSIONS.
5504         * modules/fnmatch (Depends-on): Add extensions.
5505         * modules/mbrlen (Depends-on): Likewise.
5506         * modules/mbrtowc (Depends-on): Likewise.
5507         * modules/mbsinit (Depends-on): Likewise.
5508         * modules/mbsrtowcs (Depends-on): Likewise.
5509         * modules/mbswidth (Depends-on): Likewise.
5510         * modules/quotearg (Depends-on): Likewise.
5511         * modules/strftime (Depends-on): Likewise.
5512
5513 2008-12-20  Bruno Haible  <bruno@clisp.org>
5514
5515         Ensure wctob is declared on IRIX 6.5.
5516         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
5517         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
5518         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
5519         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
5520         of HAVE_WCTOB.
5521         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
5522         HAVE_WCTOB.
5523         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
5524
5525 2008-12-19  Bruno Haible  <bruno@clisp.org>
5526
5527         * modules/mbsrtowcs-tests: New file.
5528         * tests/test-mbsrtowcs1.sh: New file.
5529         * tests/test-mbsrtowcs2.sh: New file.
5530         * tests/test-mbsrtowcs3.sh: New file.
5531         * tests/test-mbsrtowcs4.sh: New file.
5532         * tests/test-mbsrtowcs.c: New file.
5533
5534         New module 'mbsrtowcs'.
5535         * lib/wchar.in.h (mbsrtowcs): New declaration.
5536         * lib/mbsrtowcs.c: New file.
5537         * m4/mbsrtowcs.m4: New file.
5538         * modules/mbsrtowcs: New file.
5539         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
5540         HAVE_MBSRTOWCS.
5541         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
5542         HAVE_MBSRTOWCS.
5543         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
5544
5545 2008-12-19  Bruno Haible  <bruno@clisp.org>
5546
5547         New module 'mbrlen'.
5548         * lib/wchar.in.h (mbrlen): New declaration.
5549         * lib/mbrlen.c: New file.
5550         * m4/mbrlen.m4: New file.
5551         * modules/mbrlen: New file.
5552         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
5553         HAVE_MBRLEN.
5554         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
5555         HAVE_MBRLEN.
5556         * doc/posix-functions/mbrlen.texi: Document the new module.
5557
5558 2008-12-19  Bruno Haible  <bruno@clisp.org>
5559
5560         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
5561         * modules/mbrtowc (Depends-on): Add verify.
5562         Suggested by Paul Eggert.
5563
5564 2008-12-18  Bruno Haible  <bruno@clisp.org>
5565
5566         * modules/mbsinit-tests: New file.
5567         * tests/test-mbsinit.sh: New file.
5568         * tests/test-mbsinit.c: New file.
5569
5570 2008-12-18  Bruno Haible  <bruno@clisp.org>
5571
5572         * modules/mbrtowc-tests: New file.
5573         * tests/test-mbrtowc1.sh: New file.
5574         * tests/test-mbrtowc2.sh: New file.
5575         * tests/test-mbrtowc3.sh: New file.
5576         * tests/test-mbrtowc4.sh: New file.
5577         * tests/test-mbrtowc.c: New file.
5578
5579         New module 'mbrtowc'.
5580         * lib/wchar.in.h (mbstate_t): Override when the system does not have
5581         mbsinit and mbrtowc.
5582         (mbrtowc): New declaration.
5583         * lib/mbrtowc.c: New file.
5584         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
5585         * modules/mbrtowc: New file.
5586         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
5587         HAVE_MBRTOWC.
5588         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
5589         HAVE_MBRTOWC.
5590         * doc/posix-functions/mbrtowc.texi: Document the new module.
5591
5592 2008-12-18  Bruno Haible  <bruno@clisp.org>
5593
5594         New module 'wctob'.
5595         * lib/wchar.in.h (wctob): New declaration.
5596         * lib/wctob.c: New file.
5597         * m4/wctob.m4: New file.
5598         * modules/wctob: New file.
5599         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
5600         HAVE_WCTOB.
5601         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
5602         * doc/posix-functions/wctob.texi: Document the new module.
5603
5604 2008-12-18  Bruno Haible  <bruno@clisp.org>
5605
5606         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
5607         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
5608
5609 2008-12-18  Simon Josefsson  <simon@josefsson.org>
5610
5611         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
5612         G. Christensen" <tgc@jupiterrise.com>.
5613
5614         * lib/flock.c: Need to include errno.h.  Reported by "Tom
5615         G. Christensen" <tgc@jupiterrise.com>.
5616
5617         * lib/flock.c: Need to include string.h.  Reported by "Tom
5618         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
5619         <ebb9@byu.net>.
5620
5621 2008-12-18  Bruno Haible  <bruno@clisp.org>
5622
5623         * m4/locale-ja.m4: New file, from GNU gettext.
5624
5625 2008-12-17  Bruno Haible  <bruno@clisp.org>
5626
5627         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
5628         Suggested by Eric Blake.
5629
5630 2008-12-17  Bruno Haible  <bruno@clisp.org>
5631
5632         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
5633
5634 2008-12-17  Bruno Haible  <bruno@clisp.org>
5635
5636         * lib/mbsinit.c: Include verify.h. Verify an assumption.
5637         * modules/mbsinit (Depends-on): Add verify.
5638         Suggested by Paul Eggert.
5639
5640 2008-12-17  Bruno Haible  <bruno@clisp.org>
5641
5642         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
5643         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
5644         gl_FUNC_MBRTOWC.
5645         * m4/mbiter.m4 (gl_MBITER): LIkewise.
5646         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
5647         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
5648         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
5649         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
5650         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
5651         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
5652         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
5653         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
5654         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
5655         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
5656         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
5657         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
5658         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
5659         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
5660         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5661         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
5662         * modules/trim (configure.ac): Likewise.
5663
5664 2008-12-17  Bruno Haible  <bruno@clisp.org>
5665
5666         * modules/btowc-tests: New file.
5667         * tests/test-btowc1.sh: New file.
5668         * tests/test-btowc2.sh: New file.
5669         * tests/test-btowc.c: New file.
5670
5671         New module 'btowc'.
5672         * lib/wchar.in.h (btowc): New declaration.
5673         * lib/btowc.c: New file.
5674         * m4/btowc.m4: New file.
5675         * modules/btowc: New file.
5676         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
5677         HAVE_BTOWC.
5678         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
5679         * doc/posix-functions/btowc.texi: Document the new module.
5680
5681 2008-12-17  Bruno Haible  <bruno@clisp.org>
5682
5683         New module 'mbsinit'.
5684         * lib/wchar.in.h (mbsinit): New declaration.
5685         * lib/mbsinit.c: New file.
5686         * m4/mbsinit.m4: New file.
5687         * modules/mbsinit: New file.
5688         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
5689         HAVE_MBSINIT.
5690         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
5691         HAVE_MBSINIT.
5692         * doc/posix-functions/mbsinit.texi: Document the new module.
5693
5694 2008-12-16  Bruno Haible  <bruno@clisp.org>
5695
5696         * lib/unistd.in.h: Add comment.
5697         * tests/test-environ.c: Don't include <stdlib.h>.
5698
5699 2008-12-16  Bruno Haible  <bruno@clisp.org>
5700
5701         * lib/parse-duration.h (parse_duration): Document return value
5702         convention.
5703         * lib/parse-duration.c: Include specification header first. Add
5704         comments.
5705         (_): Remove macro.
5706         (parse_year_month_day, parse_hour_minute_second): Move side effects
5707         outside of strchr call.
5708         (parse_non_iso8601): Move side effects outside of isspace call.
5709         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
5710         call.
5711
5712 2008-12-16  Bruno Haible  <bruno@clisp.org>
5713
5714         * tests/test-parse-duration.sh: Produce no output when the test
5715         succeeds.
5716
5717 2008-12-16  Bruno Haible  <bruno@clisp.org>
5718
5719         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
5720         expressions.
5721
5722 2008-12-15  Bruno Haible  <bruno@clisp.org>
5723
5724         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
5725         * doc/glibc-functions/flistxattr.texi: Likewise.
5726         * doc/glibc-functions/fopencookie.texi: Likewise.
5727         * doc/glibc-functions/fremovexattr.texi: Likewise.
5728         * doc/glibc-functions/fsetxattr.texi: Likewise.
5729         * doc/glibc-functions/getxattr.texi: Likewise.
5730         * doc/glibc-functions/lgetxattr.texi: Likewise.
5731         * doc/glibc-functions/listxattr.texi: Likewise.
5732         * doc/glibc-functions/llistxattr.texi: Likewise.
5733         * doc/glibc-functions/lremovexattr.texi: Likewise.
5734         * doc/glibc-functions/lsetxattr.texi: Likewise.
5735         * doc/glibc-functions/removexattr.texi: Likewise.
5736         * doc/glibc-functions/setxattr.texi: Likewise.
5737         * doc/posix-functions/open_memstream.texi: Likewise.
5738
5739 2008-12-15  Eric Blake  <ebb9@byu.net>
5740
5741         Update doc for cygwin 1.7.
5742         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
5743         functions.
5744         * doc/posix-functions/fchmodat.texi: Likewise.
5745         * doc/posix-functions/fchownat.texi: Likewise.
5746         * doc/posix-functions/fdopendir.texi: Likewise.
5747         * doc/posix-functions/fmemopen.texi: Likewise.
5748         * doc/posix-functions/freeaddrinfo.texi: Likewise.
5749         * doc/posix-functions/fstatat.texi: Likewise.
5750         * doc/posix-functions/futimens.texi: Likewise.
5751         * doc/posix-functions/gai_strerror.texi: Likewise.
5752         * doc/posix-functions/getaddrinfo.texi: Likewise.
5753         * doc/posix-functions/getnameinfo.texi: Likewise.
5754         * doc/posix-functions/if_freenameindex.texi: Likewise.
5755         * doc/posix-functions/if_indextoname.texi: Likewise.
5756         * doc/posix-functions/if_nameindex.texi: Likewise.
5757         * doc/posix-functions/if_nametoindex.texi: Likewise.
5758         * doc/posix-functions/insque.texi: Likewise.
5759         * doc/posix-functions/linkat.texi: Likewise.
5760         * doc/posix-functions/llrint.texi: Likewise.
5761         * doc/posix-functions/llrintf.texi: Likewise.
5762         * doc/posix-functions/llrintl.texi: Likewise.
5763         * doc/posix-functions/lockf.texi: Likewise.
5764         * doc/posix-functions/lrintl.texi: Likewise.
5765         * doc/posix-functions/mkdirat.texi: Likewise.
5766         * doc/posix-functions/mkfifoat.texi: Likewise.
5767         * doc/posix-functions/mknodat.texi: Likewise.
5768         * doc/posix-functions/mq_close.texi: Likewise.
5769         * doc/posix-functions/mq_getattr.texi: Likewise.
5770         * doc/posix-functions/mq_notify.texi: Likewise.
5771         * doc/posix-functions/mq_open.texi: Likewise.
5772         * doc/posix-functions/mq_receive.texi: Likewise.
5773         * doc/posix-functions/mq_send.texi: Likewise.
5774         * doc/posix-functions/mq_setattr.texi: Likewise.
5775         * doc/posix-functions/mq_timedreceive.texi: Likewise.
5776         * doc/posix-functions/mq_timedsend.texi: Likewise.
5777         * doc/posix-functions/mq_unlink.texi: Likewise.
5778         * doc/posix-functions/open_memstream.texi: Likewise.
5779         * doc/posix-functions/openat.texi: Likewise.
5780         * doc/posix-functions/posix_fadvise.texi: Likewise.
5781         * doc/posix-functions/posix_fallocate.texi: Likewise.
5782         * doc/posix-functions/posix_madvise.texi: Likewise.
5783         * doc/posix-functions/posix_memalign.texi: Likewise.
5784         * doc/posix-functions/posix_openpt.texi: Likewise.
5785         * doc/posix-functions/readlinkat.texi: Likewise.
5786         * doc/posix-functions/remque.texi: Likewise.
5787         * doc/posix-functions/renameat.texi: Likewise.
5788         * doc/posix-functions/rintl.texi: Likewise.
5789         * doc/posix-functions/sem_unlink.texi: Likewise.
5790         * doc/posix-functions/shm_open.texi: Likewise.
5791         * doc/posix-functions/shm_unlink.texi: Likewise.
5792         * doc/posix-functions/signgam.texi: Likewise.
5793         * doc/posix-functions/sigset.texi: Likewise.
5794         * doc/posix-functions/stpcpy.texi: Likewise.
5795         * doc/posix-functions/stpncpy.texi: Likewise.
5796         * doc/posix-functions/strerror.texi: Likewise.
5797         * doc/posix-functions/strtod.texi: Likewise.
5798         * doc/posix-functions/symlinkat.texi: Likewise.
5799         * doc/posix-functions/unlinkat.texi: Likewise.
5800         * doc/posix-functions/utimensat.texi: Likewise.
5801         * doc/glibc-functions/bindresvport.texi: Likewise.
5802         * doc/glibc-functions/dn_expand.texi: Likewise.
5803         * doc/glibc-functions/exp10.texi: Likewise.
5804         * doc/glibc-functions/exp10f.texi: Likewise.
5805         * doc/glibc-functions/fgetxattr.texi: Likewise.
5806         * doc/glibc-functions/flistxattr.texi: Likewise.
5807         * doc/glibc-functions/fopencookie.texi: Likewise.
5808         * doc/glibc-functions/freeifaddrs.texi: Likewise.
5809         * doc/glibc-functions/fremovexattr.texi: Likewise.
5810         * doc/glibc-functions/fsetxattr.texi: Likewise.
5811         * doc/glibc-functions/getifaddrs.texi: Likewise.
5812         * doc/glibc-functions/getxattr.texi: Likewise.
5813         * doc/glibc-functions/lgetxattr.texi: Likewise.
5814         * doc/glibc-functions/listxattr.texi: Likewise.
5815         * doc/glibc-functions/llistxattr.texi: Likewise.
5816         * doc/glibc-functions/lremovexattr.texi: Likewise.
5817         * doc/glibc-functions/lsetxattr.texi: Likewise.
5818         * doc/glibc-functions/pow10.texi: Likewise.
5819         * doc/glibc-functions/pow10f.texi: Likewise.
5820         * doc/glibc-functions/rcmd_af.texi: Likewise.
5821         * doc/glibc-functions/removexattr.texi: Likewise.
5822         * doc/glibc-functions/res_init.texi: Likewise.
5823         * doc/glibc-functions/res_mkquery.texi: Likewise.
5824         * doc/glibc-functions/res_query.texi: Likewise.
5825         * doc/glibc-functions/res_querydomain.texi: Likewise.
5826         * doc/glibc-functions/res_send.texi: Likewise.
5827         * doc/glibc-functions/rresvport_af.texi: Likewise.
5828         * doc/glibc-functions/setxattr.texi: Likewise.
5829         * doc/glibc-functions/strcasestr.texi: Likewise.
5830
5831 2008-12-15  Bruno Haible  <bruno@clisp.org>
5832
5833         Fix compilation error on OSF/1 4.0.
5834         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
5835         <sys/time.h>, simply delegate to the system header.
5836         Reported by Daniel Richard G. <oss@teragram.com>.
5837
5838 2008-12-15  Bruno Haible  <bruno@clisp.org>
5839
5840         * doc/posix-functions/openat.texi: Mention the 'openat' module.
5841         * doc/posix-functions/fchmodat.texi: Likewise.
5842         * doc/posix-functions/fchownat.texi: Likewise.
5843         * doc/posix-functions/fdopendir.texi: Likewise.
5844         * doc/posix-functions/fstatat.texi: Likewise.
5845         * doc/posix-functions/mkdirat.texi: Likewise.
5846         * doc/posix-functions/unlinkat.texi: Likewise.
5847
5848 2008-12-14  Bruno Haible  <bruno@clisp.org>
5849
5850         Update doc for POSIX:2008.
5851         * doc/posix-functions/faccessat.texi: New file.
5852         * doc/posix-functions/fchmodat.texi: New file.
5853         * doc/posix-functions/fchownat.texi: New file.
5854         * doc/posix-functions/fdopendir.texi: New file.
5855         * doc/posix-functions/fstatat.texi: New file.
5856         * doc/posix-functions/futimens.texi: New file.
5857         * doc/posix-functions/linkat.texi: New file.
5858         * doc/posix-functions/mkdirat.texi: New file.
5859         * doc/posix-functions/mkfifoat.texi: New file.
5860         * doc/posix-functions/mknodat.texi: New file.
5861         * doc/posix-functions/open_wmemstream.texi: New file.
5862         * doc/posix-functions/openat.texi: New file.
5863         * doc/posix-functions/psiginfo.texi: New file.
5864         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
5865         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
5866         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
5867         * doc/posix-functions/readlinkat.texi: New file.
5868         * doc/posix-functions/renameat.texi: New file.
5869         * doc/posix-functions/strerror_l.texi: New file.
5870         * doc/posix-functions/symlinkat.texi: New file.
5871         * doc/posix-functions/unlinkat.texi: New file.
5872         * doc/posix-functions/utimensat.texi: New file.
5873         * doc/gnulib.texi (Function Substitutes): Add these subsections.
5874
5875 2008-12-14  Bruno Haible  <bruno@clisp.org>
5876
5877         Update doc for POSIX:2008.
5878         * doc/posix-functions/alphasort.texi: Renamed from
5879         doc/glibc-functions/alphasort.texi.
5880         * doc/posix-functions/dirfd.texi: Renamed from
5881         doc/glibc-functions/dirfd.texi.
5882         * doc/posix-functions/dprintf.texi: Renamed from
5883         doc/glibc-functions/dprintf.texi.
5884         * doc/posix-functions/duplocale.texi: Renamed from
5885         doc/glibc-functions/duplocale.texi.
5886         * doc/posix-functions/fexecve.texi: Renamed from
5887         doc/glibc-functions/fexecve.texi.
5888         * doc/posix-functions/fmemopen.texi: Renamed from
5889         doc/glibc-functions/fmemopen.texi.
5890         * doc/posix-functions/freelocale.texi: Renamed from
5891         doc/glibc-functions/freelocale.texi.
5892         * doc/posix-functions/getdate_err.texi: Renamed from
5893         doc/glibc-functions/getdate_err.texi.
5894         * doc/posix-functions/isalnum_l.texi: Renamed from
5895         doc/glibc-functions/isalnum_l.texi.
5896         * doc/posix-functions/isalpha_l.texi: Renamed from
5897         doc/glibc-functions/isalpha_l.texi.
5898         * doc/posix-functions/isblank_l.texi: Renamed from
5899         doc/glibc-functions/isblank_l.texi.
5900         * doc/posix-functions/iscntrl_l.texi: Renamed from
5901         doc/glibc-functions/iscntrl_l.texi.
5902         * doc/posix-functions/isdigit_l.texi: Renamed from
5903         doc/glibc-functions/isdigit_l.texi.
5904         * doc/posix-functions/isgraph_l.texi: Renamed from
5905         doc/glibc-functions/isgraph_l.texi.
5906         * doc/posix-functions/islower_l.texi: Renamed from
5907         doc/glibc-functions/islower_l.texi.
5908         * doc/posix-functions/isprint_l.texi: Renamed from
5909         doc/glibc-functions/isprint_l.texi.
5910         * doc/posix-functions/ispunct_l.texi: Renamed from
5911         doc/glibc-functions/ispunct_l.texi.
5912         * doc/posix-functions/isspace_l.texi: Renamed from
5913         doc/glibc-functions/isspace_l.texi.
5914         * doc/posix-functions/isupper_l.texi: Renamed from
5915         doc/glibc-functions/isupper_l.texi.
5916         * doc/posix-functions/iswalnum_l.texi: Renamed from
5917         doc/glibc-functions/iswalnum_l.texi.
5918         * doc/posix-functions/iswalpha_l.texi: Renamed from
5919         doc/glibc-functions/iswalpha_l.texi.
5920         * doc/posix-functions/iswblank_l.texi: Renamed from
5921         doc/glibc-functions/iswblank_l.texi.
5922         * doc/posix-functions/iswcntrl_l.texi: Renamed from
5923         doc/glibc-functions/iswcntrl_l.texi.
5924         * doc/posix-functions/iswctype_l.texi: Renamed from
5925         doc/glibc-functions/iswctype_l.texi.
5926         * doc/posix-functions/iswdigit_l.texi: Renamed from
5927         doc/glibc-functions/iswdigit_l.texi.
5928         * doc/posix-functions/iswgraph_l.texi: Renamed from
5929         doc/glibc-functions/iswgraph_l.texi.
5930         * doc/posix-functions/iswlower_l.texi: Renamed from
5931         doc/glibc-functions/iswlower_l.texi.
5932         * doc/posix-functions/iswprint_l.texi: Renamed from
5933         doc/glibc-functions/iswprint_l.texi.
5934         * doc/posix-functions/iswpunct_l.texi: Renamed from
5935         doc/glibc-functions/iswpunct_l.texi.
5936         * doc/posix-functions/iswspace_l.texi: Renamed from
5937         doc/glibc-functions/iswspace_l.texi.
5938         * doc/posix-functions/iswupper_l.texi: Renamed from
5939         doc/glibc-functions/iswupper_l.texi.
5940         * doc/posix-functions/iswxdigit_l.texi: Renamed from
5941         doc/glibc-functions/iswxdigit_l.texi.
5942         * doc/posix-functions/isxdigit_l.texi: Renamed from
5943         doc/glibc-functions/isxdigit_l.texi.
5944         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
5945         doc/glibc-functions/mbsnrtowcs.texi.
5946         * doc/posix-functions/mkdtemp.texi: Renamed from
5947         doc/glibc-functions/mkdtemp.texi.
5948         * doc/posix-functions/newlocale.texi: Renamed from
5949         doc/glibc-functions/newlocale.texi.
5950         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
5951         doc/glibc-functions/nl_langinfo_l.texi.
5952         * doc/posix-functions/open_memstream.texi: Renamed from
5953         doc/glibc-functions/open_memstream.texi.
5954         * doc/posix-functions/opterr.texi: Renamed from
5955         doc/glibc-functions/opterr.texi.
5956         * doc/posix-functions/optind.texi: Renamed from
5957         doc/glibc-functions/optind.texi.
5958         * doc/posix-functions/optopt.texi: Renamed from
5959         doc/glibc-functions/optopt.texi.
5960         * doc/posix-functions/psignal.texi: Renamed from
5961         doc/glibc-functions/psignal.texi.
5962         * doc/posix-functions/scandir.texi: Renamed from
5963         doc/glibc-functions/scandir.texi.
5964         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
5965         doc/glibc-functions/sched_get_priority_min.texi.
5966         * doc/posix-functions/signgam.texi: Renamed from
5967         doc/glibc-functions/signgam.texi.
5968         * doc/posix-functions/stpcpy.texi: Renamed from
5969         doc/glibc-functions/stpcpy.texi.
5970         * doc/posix-functions/stpncpy.texi: Renamed from
5971         doc/glibc-functions/stpncpy.texi.
5972         * doc/posix-functions/strcasecmp_l.texi: Renamed from
5973         doc/glibc-functions/strcasecmp_l.texi.
5974         * doc/posix-functions/strcoll_l.texi: Renamed from
5975         doc/glibc-functions/strcoll_l.texi.
5976         * doc/posix-functions/strfmon_l.texi: Renamed from
5977         doc/glibc-functions/strfmon_l.texi.
5978         * doc/posix-functions/strftime_l.texi: Renamed from
5979         doc/glibc-functions/strftime_l.texi.
5980         * doc/posix-functions/strncasecmp_l.texi: Renamed from
5981         doc/glibc-functions/strncasecmp_l.texi.
5982         * doc/posix-functions/strndup.texi: Renamed from
5983         doc/glibc-functions/strndup.texi.
5984         * doc/posix-functions/strnlen.texi: Renamed from
5985         doc/glibc-functions/strnlen.texi.
5986         * doc/posix-functions/strsignal.texi: Renamed from
5987         doc/glibc-functions/strsignal.texi.
5988         * doc/posix-functions/strxfrm_l.texi: Renamed from
5989         doc/glibc-functions/strxfrm_l.texi.
5990         * doc/posix-functions/timer_gettime.texi: Renamed from
5991         doc/glibc-functions/timer_gettime.texi.
5992         * doc/posix-functions/tolower_l.texi: Renamed from
5993         doc/glibc-functions/tolower_l.texi.
5994         * doc/posix-functions/toupper_l.texi: Renamed from
5995         doc/glibc-functions/toupper_l.texi.
5996         * doc/posix-functions/towctrans_l.texi: Renamed from
5997         doc/glibc-functions/towctrans_l.texi.
5998         * doc/posix-functions/towlower_l.texi: Renamed from
5999         doc/glibc-functions/towlower_l.texi.
6000         * doc/posix-functions/towupper_l.texi: Renamed from
6001         doc/glibc-functions/towupper_l.texi.
6002         * doc/posix-functions/uselocale.texi: Renamed from
6003         doc/glibc-functions/uselocale.texi.
6004         * doc/posix-functions/vdprintf.texi: Renamed from
6005         doc/glibc-functions/vdprintf.texi.
6006         * doc/posix-functions/wcpcpy.texi:
6007         Renamed from doc/glibc-functions/wcpcpy.texi.
6008         * doc/posix-functions/wcpncpy.texi: Renamed from
6009         doc/glibc-functions/wcpncpy.texi.
6010         * doc/posix-functions/wcscasecmp.texi: Renamed from
6011         doc/glibc-functions/wcscasecmp.texi.
6012         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
6013         doc/glibc-functions/wcscasecmp_l.texi.
6014         * doc/posix-functions/wcscoll_l.texi: Renamed from
6015         doc/glibc-functions/wcscoll_l.texi.
6016         * doc/posix-functions/wcsdup.texi: Renamed from
6017         doc/glibc-functions/wcsdup.texi.
6018         * doc/posix-functions/wcsncasecmp.texi: Renamed from
6019         doc/glibc-functions/wcsncasecmp.texi.
6020         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
6021         doc/glibc-functions/wcsncasecmp_l.texi.
6022         * doc/posix-functions/wcsnlen.texi: Renamed from
6023         doc/glibc-functions/wcsnlen.texi.
6024         * doc/posix-functions/wcsnrtombs.texi: Renamed from
6025         doc/glibc-functions/wcsnrtombs.texi.
6026         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
6027         doc/glibc-functions/wcsxfrm_l.texi.
6028         * doc/posix-functions/wctrans_l.texi: Renamed from
6029         doc/glibc-functions/wctrans_l.texi.
6030         * doc/posix-functions/wctype_l.texi: Renamed from
6031         doc/glibc-functions/wctype_l.texi.
6032         * doc/gnulib.texi (Function Substitutes): Add these subsections.
6033         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
6034         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
6035         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
6036         these subsections.
6037         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
6038         Remove sections.
6039
6040 2008-12-14  Bruno Haible  <bruno@clisp.org>
6041
6042         Update doc for POSIX:2008.
6043         * doc/posix-functions/*.texi: Update URL of POSIX specification.
6044
6045 2008-12-14  Bruno Haible  <bruno@clisp.org>
6046
6047         Update doc for POSIX:2008.
6048         * doc/pastposix-functions/bcmp.texi: Renamed from
6049         doc/posix-functions/bcmp.texi.
6050         * doc/pastposix-functions/bcopy.texi: Renamed from
6051         doc/posix-functions/bcopy.texi.
6052         * doc/pastposix-functions/bsd_signal.texi: Renamed from
6053         doc/posix-functions/bsd_signal.texi.
6054         * doc/pastposix-functions/bzero.texi: Renamed from
6055         doc/posix-functions/bzero.texi.
6056         * doc/pastposix-functions/ecvt.texi: Renamed from
6057         doc/posix-functions/ecvt.texi.
6058         * doc/pastposix-functions/fcvt.texi: Renamed from
6059         doc/posix-functions/fcvt.texi.
6060         * doc/pastposix-functions/ftime.texi: Renamed from
6061         doc/posix-functions/ftime.texi.
6062         * doc/pastposix-functions/gcvt.texi: Renamed from
6063         doc/posix-functions/gcvt.texi.
6064         * doc/pastposix-functions/getcontext.texi: Renamed from
6065         doc/posix-functions/getcontext.texi.
6066         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
6067         doc/posix-functions/gethostbyaddr.texi.
6068         * doc/pastposix-functions/gethostbyname.texi: Renamed from
6069         doc/posix-functions/gethostbyname.texi.
6070         * doc/pastposix-functions/getwd.texi: Renamed from
6071         doc/posix-functions/getwd.texi.
6072         * doc/pastposix-functions/h_errno.texi: Renamed from
6073         doc/posix-functions/h_errno.texi.
6074         * doc/pastposix-functions/index.texi: Renamed from
6075         doc/posix-functions/index.texi.
6076         * doc/pastposix-functions/makecontext.texi: Renamed from
6077         doc/posix-functions/makecontext.texi.
6078         * doc/pastposix-functions/mktemp.texi: Renamed from
6079         doc/posix-functions/mktemp.texi.
6080         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
6081         doc/posix-functions/pthread_attr_getstackaddr.texi.
6082         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
6083         doc/posix-functions/pthread_attr_setstackaddr.texi.
6084         * doc/pastposix-functions/rindex.texi: Renamed from
6085         doc/posix-functions/rindex.texi.
6086         * doc/pastposix-functions/scalb.texi: Renamed from
6087         doc/posix-functions/scalb.texi.
6088         * doc/pastposix-functions/setcontext.texi: Renamed from
6089         doc/posix-functions/setcontext.texi.
6090         * doc/pastposix-functions/swapcontext.texi: Renamed from
6091         doc/posix-functions/swapcontext.texi.
6092         * doc/pastposix-functions/ualarm.texi: Renamed from
6093         doc/posix-functions/ualarm.texi.
6094         * doc/pastposix-functions/usleep.texi: Renamed from
6095         doc/posix-functions/usleep.texi.
6096         * doc/pastposix-functions/vfork.texi: Renamed from
6097         doc/posix-functions/vfork.texi.
6098         * doc/pastposix-functions/wcswcs.texi: Renamed from
6099         doc/posix-functions/wcswcs.texi.
6100         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
6101         (Function Substitutes): Update.
6102
6103 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6104
6105         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
6106         m4/strerror.m4.
6107
6108 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6109             Bruno Haible  <bruno@clisp.org>
6110
6111         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
6112
6113 2008-12-13  Bruno Haible  <bruno@clisp.org>
6114
6115         * modules/strtoull (Depends-on): Remove unistd.
6116
6117 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6118
6119         * modules/strtoull (Depends-on): Add stdlib.
6120
6121 2008-12-11  Simon Josefsson  <simon@josefsson.org>
6122
6123         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
6124
6125 2008-12-10  Jim Meyering  <meyering@redhat.com>
6126
6127         gl_ASSERT: don't say assertions are disabled when they're not
6128         * m4/assert.m4 (gl_ASSERT): Do not make configure report
6129         "checking whether to enable assertions... no", when they are in
6130         fact enabled.  This is solely a bug in the output of configure.
6131         In spite of saying "no", NDEBUG was not defined in that case.
6132         Also, as noted by Eric Blake, leave assertions enabled upon
6133         --enable-assert=INVALID.
6134
6135 2008-12-10  Bruno Haible  <bruno@clisp.org>
6136
6137         Change MODULES.html to refer to POSIX:2008 where possible.
6138         * MODULES.html.sh (POSIX2008_URL): New variable.
6139         (posix_headers): Remove sys/timeb, ucontext.
6140         (posix2001_headers): New variable.
6141         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
6142         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
6143         index, makecontext, mktemp, pthread_attr_getstackaddr,
6144         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
6145         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
6146         (posix2001_functions): New variable.
6147         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
6148         otherwise.
6149
6150 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6151
6152         add missing include to parse-duration.c
6153         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
6154         * modules/parse-duration (Depends-on): Add xalloc.
6155
6156         fix sed script reading maint.mk
6157         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
6158         (syntax-check-rules): Use it.
6159
6160 2008-12-09  Bruno Haible  <bruno@clisp.org>
6161
6162         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
6163         MacOS X 10.4/PowerPC.
6164         Reported by Simon Josefsson.
6165
6166 2008-12-08  Jim Meyering  <meyering@redhat.com>
6167
6168         work around mingw's lack of some S_IF definitions
6169         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
6170         Reported by Simon Josefsson.
6171
6172 2008-12-08  Bruno Haible  <bruno@clisp.org>
6173
6174         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
6175         applied to variables. Needed on MacOS X 10.4/PowerPC.
6176         Reported by Simon Josefsson.
6177
6178 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
6179         and Eric Blake  <ebb9@byu.net>
6180
6181         assert: honor --enable-assert
6182         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
6183         order to honor --enable-assert, rather than treating it as a
6184         synonym for --disable-assert.
6185
6186 2008-12-08  Jim Meyering  <meyering@redhat.com>
6187
6188         * lib/posixtm.c: Remove now-useless declaration of mktime.
6189
6190         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
6191
6192 2008-12-07  Bruno Haible  <bruno@clisp.org>
6193
6194         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
6195         test_once): Mark functions as static.
6196         * tests/test-tls.c (test_tls): Likewise.
6197
6198 2008-12-07  Bruno Haible  <bruno@clisp.org>
6199
6200         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
6201         iconv_register_autodetect.
6202
6203 2008-12-07  Jim Meyering  <meyering@redhat.com>
6204
6205         posixtm.c: avoid a warning
6206         * lib/posixtm.c (posixtime): Don't initialize tm0.
6207         It's no longer needed to placate gcc4's -Wuninitialized,
6208         and the attempt to placate would elicit a new warning.
6209
6210         unicodeio.c: mark unused parameters
6211         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6212         (fallback_failure_callback): Likewise.
6213
6214 2008-12-07  Bruno Haible  <bruno@clisp.org>
6215
6216         * gnulib-tool (func_create_testdir): When building the tests
6217         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
6218         Reported by Simon Josefsson.
6219
6220 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6221
6222         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
6223
6224 2008-12-06  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
6227         Suggested by Eric Blake.
6228
6229 2008-12-06  Bruno Haible  <bruno@clisp.org>
6230
6231         Fix a c-stack test failure on MacOS X.
6232         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
6233         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
6234         handler for SIGBUS as well.
6235         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
6236         install a signal handler for SIGBUS as well.
6237         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
6238
6239 2008-12-06  Bruno Haible  <bruno@clisp.org>
6240
6241         Advocacy documentation.
6242         * doc/gnulib-intro.texi (Benefits): New section.
6243         * doc/gnulib.texi: Update.
6244
6245 2008-12-06  Bruno Haible  <bruno@clisp.org>
6246
6247         Document the 'manywarnings' module.
6248         * doc/manywarnings.texi: New file.
6249         * doc/gnulib.texi: Include it.
6250
6251 2008-12-05  Eric Blake  <ebb9@byu.net>
6252
6253         tests: silence some gcc warnings
6254         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
6255         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
6256         type mismatches.
6257
6258 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6259             Bruno Haible  <bruno@clisp.org>
6260
6261         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
6262
6263 2008-11-29  Jim Meyering  <meyering@redhat.com>
6264
6265         unicodeio.c: mark unused parameters
6266         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
6267         (fallback_failure_callback): Likewise.
6268
6269         fts: fix a thinko
6270         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
6271         (set_stat_type): Return S_IF*-valued "type" directly.
6272         Prompted by James Youngman's spotting a related bug.
6273         Confirmed by further testing through find.
6274
6275         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
6276         * lib/fts.c (D_TYPE): Define.
6277         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
6278         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
6279         (s_ifmt_shift_bits): New function.
6280         (set_stat_type): New function.
6281         (fts_build): When not calling fts_stat, call set_stat_type
6282         to propagate dirent.d_type info to fts_read caller.
6283         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
6284         fts_statp->st_mode type information may be valid.
6285
6286 2008-11-28  Simon Josefsson  <simon@josefsson.org>
6287
6288         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
6289         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
6290         <sds@gnu.org>.
6291
6292 2008-11-20  Bruno Haible  <bruno@clisp.org>
6293
6294         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
6295         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
6296         INCLUDE_NEXT.
6297         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
6298         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
6299         * modules/math (Makefile.am): Substitute
6300         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
6301         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6302
6303 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
6304             Bruno Haible  <bruno@clisp.org>
6305
6306         * lib/stdint.in.h: Define all type macros so that their expansion is
6307         a single typedef'ed token. Fixes a compilation failure in Boost which
6308         does "using ::int8_t;".
6309
6310 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6311
6312         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
6313         gl_MANYWARN_ALL_GCC.
6314         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
6315         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
6316         * modules/manywarnings: New file.
6317         * MODULES.html.sh: Mention manywarnings module.
6318
6319 2008-11-18  Bruno Haible  <bruno@clisp.org>
6320
6321         * doc/gnulib-tool.texi (Unit tests): New section.
6322
6323 2008-11-18  Simon Josefsson  <simon@josefsson.org>
6324
6325         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
6326         paths like 'lib/po/foo.po'.
6327
6328 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6329
6330         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
6331         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
6332
6333 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6334
6335         * m4/warnings.m4: Use CPPFLAGS to really check whether the
6336         parameter works.
6337
6338 2008-11-17  Simon Josefsson  <simon@josefsson.org>
6339
6340         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
6341
6342 2008-11-17  Bruce Korb  <bkorb@gnu.org>
6343
6344         * modules/parse-duration-tests: New file.
6345         * tests/test-parse-duration.sh: New file.
6346         * tests/test-parse-duration.c: New file.
6347
6348         New module 'parse-duration'.
6349         * lib/parse-duration.h: New file.
6350         * lib/parse-duration.c: New file.
6351         * modules/parse-duration: New file.
6352
6353 2008-11-17  Bruno Haible  <bruno@clisp.org>
6354
6355         * tests/test-select-out.sh: Comment out the first pipe test.
6356         Reported by Simon Josefsson.
6357
6358 2008-11-17  Bruno Haible  <bruno@clisp.org>
6359
6360         * modules/getaddrinfo (Depends-on): Add servent, hostent.
6361         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
6362         gl_HOSTENT.
6363
6364 2008-11-17  Bruno Haible  <bruno@clisp.org>
6365
6366         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
6367         -lnetwork and -lnet. Needed for Haiku and BeOS.
6368
6369 2008-11-16  Bruno Haible  <bruno@clisp.org>
6370
6371         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
6372
6373 2008-11-16  Bruno Haible  <bruno@clisp.org>
6374
6375         Avoid test failure on Haiku.
6376         * tests/test-fsync.c: Include <errno.h>.
6377         (main): Don't require that fsync (0) fails.
6378
6379 2008-11-15  Bruno Haible  <bruno@clisp.org>
6380
6381         New module 'hostent'.
6382         * modules/hostent: New file.
6383         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
6384
6385 2008-11-15  Bruno Haible  <bruno@clisp.org>
6386
6387         New module 'servent'.
6388         * modules/servent: New file.
6389         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
6390
6391 2008-11-15  Bruno Haible  <bruno@clisp.org>
6392
6393         Avoid generating same test program with two different rules.
6394         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
6395         test-frexp to test-frexp-nolibm.
6396         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
6397         test-frexpl to test-frexpl-nolibm.
6398
6399 2008-11-15  Bruno Haible  <bruno@clisp.org>
6400
6401         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
6402         $(FREXPL_LIBM).
6403
6404 2008-11-15  Bruno Haible  <bruno@clisp.org>
6405
6406         * lib/netdb.in.h: Activate the definitions also when the system's
6407         <netdb.h> has 'struct addrinfo'.
6408         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
6409         EAI_OVERFLOW or AI_NUMERICSERV.
6410         * doc/posix-headers/netdb.texi: Document the problem.
6411
6412 2008-11-15  Bruno Haible  <bruno@clisp.org>
6413
6414         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
6415
6416         Make the 'sched' module work on platforms where <sched.h> exists but
6417         is incomplete (such as Haiku).
6418         * lib/sched.in.h; Include the system's <sched.h> if it exists.
6419         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
6420         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
6421         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
6422         HAVE_STRUCT_SCHED_PARAM.
6423         * modules/sched (Depends-on): Add include_next.
6424         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
6425         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
6426         * doc/posix-headers/sched.texi: Document the issue.
6427
6428 2008-11-13  Jim Meyering  <meyering@redhat.com>
6429
6430         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
6431         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
6432         test would fail due to the difference in the Report bugs to ...
6433         line.  The expected address is empty, "<>", while the actual
6434         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
6435
6436 2008-11-12  Bruno Haible  <bruno@clisp.org>
6437
6438         lstat: don't compile lstat.c on systems lacking lstat
6439         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
6440         which don't have lstat; this is handled by lib/sys_stat.in.h already.
6441         Reported by Daniel P. Berrange via Jim Meyering.
6442
6443 2008-11-12  Jim Meyering  <meyering@redhat.com>
6444
6445         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
6446
6447 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6448
6449         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
6450         instead.
6451
6452 2008-11-12  Bruno Haible  <bruno@clisp.org>
6453
6454         * lib/unicodeio.c: Include unistr.h.
6455         (utf8_wctomb): Remove function.
6456         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
6457
6458 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6459
6460         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
6461         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
6462         <bruno@clisp.org>.
6463         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
6464
6465 2008-11-12  Simon Josefsson  <simon@josefsson.org>
6466
6467         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
6468         * doc/gnulib.texi: Add section for warnings.
6469
6470 2008-11-11  Bruno Haible  <bruno@clisp.org>
6471
6472         * lib/sockets.h: Add a comment.
6473
6474 2008-11-11  Karl Berry  <karl@gnu.org>
6475
6476         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
6477
6478 2008-11-11  Eric Blake  <ebb9@byu.net>
6479
6480         fdl.texi: avoid git symlinks
6481         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
6482
6483 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6484
6485         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
6486
6487 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6488
6489         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
6490         (gl_WARN_ADD): Substitute $2 if literal.
6491
6492 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6493
6494         * m4/warning.m4: Remove.
6495
6496 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
6497
6498         * m4/warnings.m4: Almost complete rewrite. :-)
6499
6500 2008-11-10  Simon Josefsson  <simon@josefsson.org>
6501
6502         * modules/warnings: New module.
6503         * m4/warnings.m4: New file.
6504         * MODULES.html.sh: Mention warnings module.
6505         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
6506         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6507
6508 2008-11-10  Eric Blake  <ebb9@byu.net>
6509
6510         fdl.texi: make a symlink to the latest version
6511         * doc/standards.texi: Revert today's earlier change.
6512         * doc/fdl-1.2.texi: Rename from old fdl.texi...
6513         * doc/fdl.texi: ...and replace this with a symlink to the newer
6514         fdl-1.3.texi.
6515
6516 2008-11-10  Bruno Haible  <bruno@clisp.org>
6517
6518         * tests/test-select-fd.c (main): Accept the result file name as fourth
6519         argument.
6520         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
6521         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
6522
6523 2008-11-10  Bruno Haible  <bruno@clisp.org>
6524
6525         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
6526         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
6527         as autoconf-substituted macros.
6528         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
6529         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
6530         gl_NETDB_H_DEFAULTS. Set these variables.
6531         * modules/netdb (Makefile.am): Substitute these variables.
6532
6533 2008-11-10  Eric Blake  <ebb9@byu.net>
6534
6535         standards.texi: include correct file for FDL 1.3
6536         * doc/standards.texi (GNU Free Documentation License): Change
6537         include file to pull in FDL 1.3, not 1.2.
6538
6539         fdl.texi: revert accidental change to license
6540         * doc/fdl.texi: This is FDL 1.2, not 1.3.
6541
6542 2008-11-10  Bruno Haible  <bruno@clisp.org>
6543
6544         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
6545         cross-compiling guesses also when the native compile gives no result.
6546
6547 2008-11-10  Bruno Haible  <bruno@clisp.org>
6548
6549         * lib/spawni.c (__spawni): Force variable into the stack.
6550
6551 2008-11-10  Bruno Haible  <bruno@clisp.org>
6552
6553         Add support for Haiku.
6554         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
6555         glibc and BeOS, but also on Haiku.
6556         * lib/fpurge.c (fpurge): Likewise.
6557         * lib/freadable.c (freadable): Likewise.
6558         * lib/freadahead.c (freadahead): Likewise.
6559         * lib/freading.c (freading): Likewise.
6560         * lib/freadptr.c (freadptr): Likewise.
6561         * lib/freadseek.c (freadptrinc): Likewise.
6562         * lib/fseeko.c (rpl_fseeko): Likewise.
6563         * lib/fseterr.c (fseterr): Likewise.
6564         * lib/fwritable.c (fwritable): Likewise.
6565         * lib/fwriting.c (fwriting): Likewise.
6566         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
6567
6568 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
6569
6570         * lib/config.charset: Treat Haiku like BeOS.
6571
6572 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
6573
6574         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
6575         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
6576
6577 2008-11-08  Bruno Haible  <bruno@clisp.org>
6578
6579         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
6580         AC_CACHE_CHECK.
6581
6582 2008-11-08  Bruno Haible  <bruno@clisp.org>
6583
6584         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
6585
6586 2008-11-08  Bruno Haible  <bruno@clisp.org>
6587
6588         * tests/test-select-fd.c: New file.
6589         * tests/test-select-in.sh: New file.
6590         * tests/test-select-out.sh: New file.
6591         * tests/test-select-stdin.c: New file.
6592         * modules/select-tests (Files): Add the new files.
6593         (Depends-on): Add gettimeofday.
6594         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
6595         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
6596         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
6597
6598 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
6599             Bruno Haible  <bruno@clisp.org>
6600
6601         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
6602
6603 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
6604
6605         * build-aux/pmccabe2html: Added support for C++ source files.
6606
6607 2008-11-05  Ben Pfaff  <blp@gnu.org>
6608
6609         Fix lib/close.c build on Windows.
6610         * modules/close (Files): Add lib/w32sock.h.
6611
6612 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
6613
6614         Accept Bison's NEWS format.
6615         * build-aux/announce-gen (print_news_deltas): Tweak
6616         $re_prefix.
6617
6618 2008-11-04  Bruno Haible  <bruno@clisp.org>
6619
6620         * modules/random_r (Maintainer): Add glibc.
6621
6622 2008-11-04  Simon Josefsson  <simon@josefsson.org>
6623
6624         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
6625         by karl@freefriends.org (Karl Berry).
6626         * doc/alloca.texi: Likewise.
6627         * doc/c-ctype.texi: Likewise.
6628         * doc/c-strcase.texi: Likewise.
6629         * doc/c-strcaseeq.texi: Likewise.
6630         * doc/c-strcasestr.texi: Likewise.
6631         * doc/c-strstr.texi: Likewise.
6632         * doc/c-strtod.texi: Likewise.
6633         * doc/c-strtold.texi: Likewise.
6634         * doc/ctime.texi: Likewise.
6635         * doc/error.texi: Likewise.
6636         * doc/fdl.texi: Likewise.
6637         * doc/gcd.texi: Likewise.
6638         * doc/getdate.texi: Likewise.
6639         * doc/gnulib-intro.texi: Likewise.
6640         * doc/gnulib-tool.texi: Likewise.
6641         * doc/gnulib.texi: Likewise.
6642         * doc/inet_ntoa.texi: Likewise.
6643         * doc/maintain.texi: Likewise.
6644         * doc/make-stds.texi: Likewise.
6645         * doc/quote.texi: Likewise.
6646         * doc/regexprops-generic.texi: Likewise.
6647         * doc/standards.texi: Likewise.
6648         * doc/verify.texi: Likewise.
6649         * doc/visibility.texi: Likewise.
6650         * doc/gnulib.texi (GNU Free Documentation License): Include
6651         fdl-1.3.texi instead of fdl.texi.
6652
6653 2008-11-04  Simon Josefsson  <simon@josefsson.org>
6654
6655         * doc/fdl-1.3.texi: New file, from
6656         <http://www.gnu.org/licenses/fdl-1.3.texi>.
6657         * modules/fdl-1.3: Add.
6658         * MODULES.html.sh: Add fdl-1.3.
6659
6660 2008-11-03  Bruno Haible  <bruno@clisp.org>
6661
6662         Make determination of absolute name of header file work with AIX xlc.
6663         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
6664         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
6665         preprocessing.
6666         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6667         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
6668
6669 2008-11-03  Simon Josefsson  <simon@josefsson.org>
6670
6671         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
6672         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
6673         <ludo@gnu.org>.
6674
6675 2008-11-02  Bruno Haible  <bruno@clisp.org>
6676
6677         Mark 'strpbrk' obsolete.
6678         * modules/strpbrk (Status, Notice): New sections.
6679         * modules/strtok_r (Depends-on): Add strpbrk.
6680
6681 2008-11-02  Bruno Haible  <bruno@clisp.org>
6682
6683         Mark 'strdup' obsolete.
6684         * modules/strdup (Status, Notice): New sections.
6685         * modules/findprog (Depends-on): Add strdup.
6686         * modules/getaddrinfo (Depends-on): Likewise.
6687         * modules/localename (Depends-on): Likewise.
6688         * modules/relocatable-lib (Depends-on): Likewise.
6689         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
6690         * modules/relocatable-prog (Depends-on): Likewise.
6691         * modules/trim (Depends-on): Likewise.
6692         * modules/unictype/gen-ctype (Depends-on): Likewise.
6693         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
6694
6695 2008-11-02  Bruno Haible  <bruno@clisp.org>
6696
6697         Mark 'strcspn' obsolete.
6698         * modules/strcspn (Status, Notice): New sections.
6699
6700 2008-11-02  Bruno Haible  <bruno@clisp.org>
6701
6702         Mark 'rmdir' obsolete.
6703         * modules/rmdir (Status, Notice): New sections.
6704         * modules/clean-temp (Depends-on): Add rmdir.
6705         * modules/openat (Depends-on): Likewise.
6706
6707 2008-11-02  Bruno Haible  <bruno@clisp.org>
6708
6709         Mark 'raise' obsolete.
6710         * modules/raise (Status, Notice): New sections.
6711         (Include): Specify <signal.h>.
6712         * modules/stdio (Depends-on): Add raise.
6713         * modules/write (Depends-on): Likewise.
6714
6715 2008-11-02  Bruno Haible  <bruno@clisp.org>
6716
6717         Mark 'memset' obsolete.
6718         * modules/memset (Status, Notice): New sections.
6719
6720 2008-11-02  Bruno Haible  <bruno@clisp.org>
6721
6722         Mark 'memmove' obsolete.
6723         * modules/memmove (Status, Notice): New sections.
6724         * modules/argp (Depends-on): Add memmove.
6725         * modules/argz (Depends-on): Likewise.
6726         * modules/canonicalize (Depends-on): Likewise.
6727         * modules/canonicalize-lgpl (Depends-on): Likewise.
6728         * modules/fts (Depends-on): Likewise.
6729         * modules/getcwd (Depends-on): Likewise.
6730         * modules/human (Depends-on): Likewise.
6731         * modules/regex (Depends-on): Likewise.
6732         * modules/striconveh (Depends-on): Likewise.
6733         * modules/trim (Depends-on): Likewise.
6734         * modules/unistr/u8-move (Depends-on): Likewise.
6735         * modules/unistr/u16-move (Depends-on): Likewise.
6736         * modules/unistr/u32-move (Depends-on): Likewise.
6737
6738 2008-11-02  Bruno Haible  <bruno@clisp.org>
6739
6740         Mark 'memcpy' obsolete.
6741         * modules/memcpy (Status, Notice): New sections.
6742
6743 2008-11-02  Bruno Haible  <bruno@clisp.org>
6744
6745         Mark 'memcmp' obsolete.
6746         * modules/memcmp (Status, Notice): New sections.
6747         * modules/argmatch (Depends-on): Add memchr.
6748         * modules/backupfile (Depends-on): Likewise.
6749         * modules/c-strcasestr (Depends-on): Likewise.
6750         * modules/crypto/des (Depends-on): Likewise.
6751         * modules/csharpcomp (Depends-on): Likewise.
6752         * modules/fnmatch (Depends-on): Likewise.
6753         * modules/git-merge-changelog (Depends-on): Likewise.
6754         * modules/isnand (Depends-on): Likewise.
6755         * modules/isnand-nolibm (Depends-on): Likewise.
6756         * modules/isnanf (Depends-on): Likewise.
6757         * modules/isnanf-nolibm (Depends-on): Likewise.
6758         * modules/isnanl (Depends-on): Likewise.
6759         * modules/isnanl-nolibm (Depends-on): Likewise.
6760         * modules/mbchar (Depends-on): Likewise.
6761         * modules/memcoll (Depends-on): Likewise.
6762         * modules/quotearg (Depends-on): Likewise.
6763         * modules/regex (Depends-on): Likewise.
6764         * modules/relocatable-prog (Depends-on): Likewise.
6765         * modules/same (Depends-on): Likewise.
6766         * modules/signbit (Depends-on): Likewise.
6767         * modules/strcasestr-simple (Depends-on): Likewise.
6768         * modules/unictype/gen-ctype (Depends-on): Likewise.
6769         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
6770         * modules/uniname/uniname (Depends-on): Likewise.
6771         * modules/unistr/u8-cmp (Depends-on): Likewise.
6772
6773 2008-11-02  Bruno Haible  <bruno@clisp.org>
6774
6775         Mark 'memchr' obsolete.
6776         * modules/memchr (Status, Notice): New sections.
6777         * modules/argp (Depends-on): Add memchr.
6778         * modules/base64 (Depends-on): Likewise.
6779         * modules/c-strcasestr (Depends-on): Likewise.
6780         * modules/chdir-long (Depends-on): Likewise.
6781         * modules/fnmatch (Depends-on): Likewise.
6782         * modules/getsubopt (Depends-on): Likewise.
6783         * modules/git-merge-changelog (Depends-on): Likewise.
6784         * modules/glob (Depends-on): Likewise.
6785         * modules/strcasestr-simple (Depends-on): Likewise.
6786         * modules/strnlen (Depends-on): Likewise.
6787
6788 2008-11-02  Bruno Haible  <bruno@clisp.org>
6789
6790         Mark 'atexit' obsolete.
6791         * modules/atexit (Status, Notice): New sections.
6792         * modules/chdir-long (Depends-on): Add atexit.
6793         * modules/wait-process (Depends-on): Likewise.
6794
6795 2008-11-02  Bruno Haible  <bruno@clisp.org>
6796
6797         * gnulib-tool: New option --with-obsolete.
6798         (func_usage): Document it.
6799         (func_modules_transitive_closure): Drop obsolete dependencies if
6800         incobsolete is not true.
6801         (func_import): Read and save the incobsolete variable to the cache.
6802
6803 2008-11-02  Bruno Haible  <bruno@clisp.org>
6804
6805         * modules/TEMPLATE-EXTENDED: New field 'Status'.
6806         * gnulib-tool: New option --extract-status.
6807         (func_usage): Document it.
6808         (sed_extract_prog): Recognize it.
6809         (func_get_status): New function.
6810
6811 2008-10-30  Simon Josefsson  <simon@josefsson.org>
6812
6813         * modules/sockets (License): Change from LGPL to LGPLv2+.
6814
6815 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6816
6817         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
6818
6819 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6820
6821         * MODULES.html.sh (Support for systems lacking POSIX:2001):
6822         Mention times and sys_times.
6823         * modules/sys_times, modules/sys_times-tests: New modules.
6824         * modules/times, modules/times-tests: Likewise
6825         * m4/sys_times_h.m4: New file.
6826         * lib/sys_times.in.h: Likewise
6827         * lib/times.c: Likewise.
6828         * tests/test-sys_times.c: Likewise.
6829         * tests/test-times.c: Likewise.
6830         * doc/posix-headers/sys_times.texi: Update.
6831         * doc/posix-functions/times.texi: Update.
6832
6833 2008-10-28  Jim Meyering  <meyering@redhat.com>
6834
6835         * modules/tempname (Depends-on): Add lstat.
6836
6837         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
6838
6839 2008-10-28  Simon Josefsson  <simon@josefsson.org>
6840
6841         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
6842         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
6843         using idiom used elsewhere in gnulib.
6844
6845 2008-10-27  Jim Meyering  <meyering@redhat.com>
6846
6847         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
6848
6849 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6850
6851         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
6852         TESTS_ENVIRONMENT, for shell scripts that needs to call built
6853         programs.
6854         * tests/test-argp-2.sh: Use $EXEEXT when needed.
6855
6856 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6857
6858         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
6859
6860 2008-10-27  Bruno Haible  <bruno@clisp.org>
6861
6862         * tests/test-lstat.c: Include <stdio.h>.
6863
6864 2008-10-27  Simon Josefsson  <simon@josefsson.org>
6865
6866         * modules/lstat-tests: New module.
6867         * tests/test-lstat.c: New file.
6868
6869 2008-10-26  Jim Meyering  <meyering@redhat.com>
6870
6871         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
6872
6873 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6874             Bruno Haible  <bruno@clisp.org>
6875
6876         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
6877         * modules/configmake (Include): Add a note that the include must come
6878         after all system headers.
6879         * lib/javaversion.c: Include configmake.h after all other includes.
6880
6881 2008-10-26  Bruno Haible  <bruno@clisp.org>
6882
6883         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
6884         HAVE_STRUCT_RANDOM_DATA to 1.
6885         (gl_STDLIB_H): Simplify.
6886
6887 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6888
6889         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
6890         substitute HAVE_STRUCT_RANDOM_DATA.
6891         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
6892         random_data.
6893         * modules/stdlib (Makefile.am): Substitute
6894         HAVE_STRUCT_RANDOM_DATA.
6895
6896 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6897
6898         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
6899         * doc/gnulib-intro.texi (Copyright): Likewise.
6900
6901 2008-10-26  Simon Josefsson  <simon@josefsson.org>
6902
6903         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
6904         findings.
6905
6906 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
6907             Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/unistd.in.h: Include <winsock2.h>.
6910         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
6911         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
6912         Provide dummy declarations.
6913         (gethostname): Override.
6914         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
6915         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
6916         gl_PREREQ_SYS_H_WINSOCK2.
6917         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
6918         * doc/posix-functions/gethostname.texi: More details.
6919
6920 2008-10-25  Bruno Haible  <bruno@clisp.org>
6921
6922         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
6923         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
6924         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
6925
6926         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
6927         here ...
6928         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
6929         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
6930         gl_UNISTD_H_DEFAULTS.
6931
6932 2008-10-25  Eric Blake  <ebb9@byu.net>
6933
6934         signbit: avoid spurious compiler failure
6935         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
6936         declarations inside function.
6937
6938 2008-10-24  Simon Josefsson  <simon@josefsson.org>
6939             Bruno Haible  <bruno@clisp.org>
6940
6941         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
6942         * modules/random_r (Depends-on): Add stdint.
6943
6944 2008-10-24  Bruno Haible  <bruno@clisp.org>
6945
6946         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
6947         Eggert.
6948         * modules/strerror (License): Likewise.
6949
6950 2008-10-24  Jim Meyering  <meyering@redhat.com>
6951
6952         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
6953         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
6954
6955 2008-10-24  Eric Blake  <ebb9@byu.net>
6956
6957         getgroups: fix compilation when getgroups is available
6958         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
6959         but with <config.h> override of getgroups disabled.
6960
6961 2008-10-24  Simon Josefsson  <simon@josefsson.org>
6962
6963         * doc/gnulib.texi (Header files): Add note about C++ problems.
6964         Explained by Bruno Haible <bruno@clisp.org>.
6965
6966 2008-10-23  Bruno Haible  <bruno@clisp.org>
6967
6968         Define a dummy SA_NODEFER macro on Interix.
6969         * lib/signal.in.h (SA_NODEFER): Define fallback.
6970         Reported by Aleksey Cheusov <cheusov@tut.by> via
6971         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
6972
6973 2008-10-23  Bruno Haible  <bruno@clisp.org>
6974
6975         * modules/freadahead (License): Change to LGPLv2+.
6976         Suggested by Simon Josefsson.
6977
6978 2008-10-23  Jim Meyering  <meyering@redhat.com>
6979
6980         random_r: new module
6981         * modules/random_r: New file.
6982         * m4/random_r.m4: New file.
6983         * lib/random_r.c: New file, from glibc.
6984         * modules/random_r-tests: New file.
6985         * tests/test-random_r.c: New file.
6986         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
6987          Declare.
6988         (RAND_MAX): Define.
6989         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
6990         * modules/stdlib: Substitute them, too.
6991         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
6992         * doc/glibc-functions/initstate_r.texi: Mention the new module.
6993         * doc/glibc-functions/random_r.texi: Likewise.
6994         * doc/glibc-functions/setstate_r.texi: Likewise.
6995         * doc/glibc-functions/srandom_r.texi: Likewise.
6996         * config/srclist.txt: Mention it.
6997
6998 2008-10-23  David Lutterkort  <lutter@redhat.com>
6999
7000         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
7001         link requirement
7002
7003 2008-10-23  Jim Meyering  <meyering@redhat.com>
7004
7005         selinux-h: mark parameters of stub functions as intentionally unused
7006         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
7007         * lib/se-context.in.h: Likewise.
7008
7009 2008-10-22  Simon Josefsson  <simon@josefsson.org>
7010
7011         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
7012
7013 2008-10-22  Simon Josefsson  <simon@josefsson.org>
7014
7015         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
7016
7017 2008-10-22  Eric Blake  <ebb9@byu.net>
7018
7019         glthread/thread: avoid compiler warning
7020         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
7021         Add unreachable abort to silence compiler.
7022
7023 2008-10-22  Eric Blake  <ebb9@byu.net>
7024
7025         netdb: also supply struct addrinfo for cygwin 1.5.x
7026         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
7027         older cygwin.
7028         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
7029         cygwin.
7030         * doc/posix-headers/netdb.texi (netdb.h): Document this.
7031
7032 2008-10-22  Bruno Haible  <bruno@clisp.org>
7033
7034         * users.txt: Update entry about pspp.
7035
7036 2008-10-21  Bruno Haible  <bruno@clisp.org>
7037
7038         Simplification.
7039         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
7040         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
7041
7042         Simplification.
7043         * lib/ioctl.c (ioctl): Don't undefine.
7044         * lib/socket.c (socket): Don't undefine.
7045
7046         Remove unused module indicator macros.
7047         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
7048         GNULIB_$1 as a C macro.
7049
7050         * doc/posix-functions/close.texi: Undo last change.
7051         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
7052         Windows platforms.
7053
7054 2008-10-21  Bruno Haible  <bruno@clisp.org>
7055
7056         Add gethostname() declaration to <unistd.h>.
7057         * lib/unistd.in.h (gethostname): New declaration.
7058         * lib/gethostname.c: Include <unistd.h>.
7059         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
7060         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
7061         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
7062         and HAVE_GETHOSTNAME.
7063         * modules/gethostname (Depends-on): Add unistd.
7064         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7065         (Include): Specify <unistd.h>.
7066         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
7067         HAVE_GETHOSTNAME.
7068         * tests/test-gethostname.c: Include <unistd.h> first.
7069
7070 2008-10-21  Bruno Haible  <bruno@clisp.org>
7071
7072         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
7073         * modules/select-tests (Depends-on): Likewise.
7074         Reported by Simon Josefsson.
7075
7076 2008-10-21  Simon Josefsson  <simon@josefsson.org>
7077
7078         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
7079         * lib/accept.c: New file, based on winsock.c.
7080         * lib/bind.c: New file, based on winsock.c.
7081         * lib/connect.c: New file, based on winsock.c.
7082         * lib/getpeername.c: New file, based on winsock.c.
7083         * lib/getsockname.c: New file, based on winsock.c.
7084         * lib/getsockopt.c: New file, based on winsock.c.
7085         * lib/ioctl.c: New file, based on winsock.c.
7086         * lib/listen.c: New file, based on winsock.c.
7087         * lib/recv.c: New file, based on winsock.c.
7088         * lib/recvfrom.c: New file, based on winsock.c.
7089         * lib/send.c: New file, based on winsock.c.
7090         * lib/sendto.c: New file, based on winsock.c.
7091         * lib/setsockopt.c: New file, based on winsock.c.
7092         * lib/shutdown.c: New file, based on winsock.c.
7093         * lib/socket.c: New file, based on winsock.c.
7094         * lib/w32sock.h: New file, based on winsock.c.
7095         * lib/winsock.c: Remove file.
7096         * modules/accept: Likewise.
7097         * modules/bind: Likewise.
7098         * modules/connect: Likewise.
7099         * modules/getpeername: Likewise.
7100         * modules/getsockname: Likewise.
7101         * modules/getsockopt: Likewise.
7102         * modules/ioctl: Likewise.
7103         * modules/listen: Likewise.
7104         * modules/recv: Likewise.
7105         * modules/recvfrom: Likewise.
7106         * modules/send: Likewise.
7107         * modules/sendto: Likewise.
7108         * modules/setsockopt: Likewise.
7109         * modules/shutdown: Likewise.
7110         * modules/socket: Use socket.c instead of winsock.c.
7111         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
7112         * doc/posix-functions/accept.texi: Doc fix.
7113         * doc/posix-functions/bind.texi: Doc fix.
7114         * doc/posix-functions/close.texi: Doc fix.
7115         * doc/posix-functions/connect.texi: Doc fix.
7116         * doc/posix-functions/getpeername.texi: Doc fix.
7117         * doc/posix-functions/getsockname.texi: Doc fix.
7118         * doc/posix-functions/getsockopt.texi: Doc fix.
7119         * doc/posix-functions/ioctl.texi: Doc fix.
7120         * doc/posix-functions/listen.texi: Doc fix.
7121         * doc/posix-functions/recv.texi: Doc fix.
7122         * doc/posix-functions/recvfrom.texi: Doc fix.
7123         * doc/posix-functions/send.texi: Doc fix.
7124         * doc/posix-functions/sendto.texi: Doc fix.
7125         * doc/posix-functions/setsockopt.texi: Doc fix.
7126         * doc/posix-functions/shutdown.texi: Doc fix.
7127         * doc/posix-functions/socket.texi: Doc fix.
7128
7129 2008-10-20  Bruno Haible  <bruno@clisp.org>
7130
7131         Take into account the role of SIGABRT_COMPAT on Windows 2008.
7132         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
7133         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
7134         as an alias for SIGABRT.
7135         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
7136         (sigaction): Map it to SIGABRT.
7137         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
7138
7139 2008-10-20  Bruno Haible  <bruno@clisp.org>
7140
7141         * lib/fts.c: Don't include lstat.h.
7142         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
7143
7144         Move the lstat() declaration to <sys/stat.h>.
7145         * lib/lstat.h: Remove file.
7146         * lib/sys_stat.in.h: Add special invocation convention.
7147         (lstat): New declaration.
7148         * lib/lstat.c (orig_lstat): New function.
7149         (rpl_lstat): Use orig_lstat instead of lstat.
7150         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
7151         AC_C_INLINE. Set REPLACE_LSTAT.
7152         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
7153         and REPLACE_LSTAT.
7154         * modules/lstat (Files): Remove lib/lstat.h.
7155         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7156         (Include): Specify <sys/stat.h> instead of lstat.h.
7157         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
7158         REPLACE_LSTAT.
7159         * NEWS: Mention the change.
7160
7161 2008-10-20  Bruno Haible  <bruno@clisp.org>
7162
7163         * modules/posix_spawn-tests: New file.
7164         * tests/test-posix_spawn3.c: New file.
7165
7166 2008-10-20  Bruno Haible  <bruno@clisp.org>
7167
7168         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
7169         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7170         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
7171         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
7172         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
7173
7174 2008-10-20  Bruno Haible  <bruno@clisp.org>
7175
7176         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
7177         of posix_spawn on AIX 5.3.
7178
7179 2008-10-20  Bruno Haible  <bruno@clisp.org>
7180
7181         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
7182
7183 2008-10-20  Bruno Haible  <bruno@clisp.org>
7184
7185         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
7186         of AC_LANG_PROGRAM.
7187
7188 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7189
7190         * lib/netdb.in.h: Don't define GNU specific constants until they
7191         are supported or needed.  Reported by Bruno Haible
7192         <bruno@clisp.org>.
7193
7194 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7195
7196         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
7197
7198 2008-10-20  Simon Josefsson  <simon@josefsson.org>
7199
7200         * lib/getaddrinfo.h: Remove file.
7201         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
7202         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
7203         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
7204         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
7205         * modules/netdb: Substitute GNULIB_GETADDRINFO.
7206         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
7207         * tests/test-getaddrinfo.c: Likewise.
7208         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
7209         * NEWS: Mention change.
7210
7211 2008-10-19  Bruno Haible  <bruno@clisp.org>
7212
7213         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
7214
7215 2008-10-19  Bruno Haible  <bruno@clisp.org>
7216
7217         * lib/wait-process.c: Include simply <sys/wait.h>.
7218         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
7219         WIFSTOPPED): Remove fallback definitions.
7220         * modules/wait-process (Depends-on): Add sys_wait.
7221
7222         New module 'sys_wait'.
7223         * modules/sys_wait: New file.
7224         * lib/sys_wait.in.h: New file, partially copied from
7225         lib/wait-process.c.
7226         * m4/sys_wait_h.m4: New file.
7227         * doc/posix-headers/sys_wait.texi: Mention the new module.
7228
7229 2008-10-19  Bruno Haible  <bruno@clisp.org>
7230
7231         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
7232
7233 2008-10-19  Bruno Haible  <bruno@clisp.org>
7234
7235         Assume that waitpid() fills an 'int' status, not a 'union wait'.
7236         * lib/wait-process.c (WAIT_T): Remove type.
7237         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
7238         (wait_subprocess): Update.
7239
7240 2008-10-19  Bruno Haible  <bruno@clisp.org>
7241
7242         New module 'atoll'.
7243         * modules/atoll: New file.
7244         * lib/stdlib.in.h (atoll): New declaration.
7245         * lib/atoll.c: New file, from glibc with modifications.
7246         * m4/atoll.m4: New file.
7247         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
7248         HAVE_ATOLL.
7249         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
7250         * doc/posix-functions/atoll.texi: Mention the new module.
7251
7252 2008-10-19  Bruno Haible  <bruno@clisp.org>
7253
7254         Add strtoull() declaration to <stdlib.h>.
7255         * lib/stdlib.in.h (strtoull): New declaration.
7256         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7257         Set HAVE_STRTOULL.
7258         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
7259         HAVE_STRTOULL.
7260         * modules/strtoull (Depends-on): Add stdlib.
7261         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7262         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
7263         HAVE_STRTOULL.
7264
7265 2008-10-19  Bruno Haible  <bruno@clisp.org>
7266
7267         Add strtoll() declaration to <stdlib.h>.
7268         * lib/stdlib.in.h (strtoll): New declaration.
7269         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
7270         Set HAVE_STRTOLL.
7271         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
7272         HAVE_STRTOLL.
7273         * modules/strtoll (Depends-on): Add stdlib.
7274         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7275         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
7276
7277 2008-10-19  Bruno Haible  <bruno@clisp.org>
7278
7279         * modules/bcopy (Depends-on): Add strings.
7280         (Include): Specify <strings.h>.
7281
7282 2008-10-19  Bruno Haible  <bruno@clisp.org>
7283
7284         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
7285
7286 2008-10-19  Bruno Haible  <bruno@clisp.org>
7287
7288         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
7289         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
7290         mingw.
7291
7292 2008-10-19  Bruno Haible  <bruno@clisp.org>
7293
7294         * lib/atanl.c: Don't include isnanl.h.
7295         * lib/cosl.c: Likewise.
7296         * lib/ldexpl.c: Likewise.
7297         * lib/logl.c: Likewise.
7298         * lib/sinl.c: Likewise.
7299         * lib/sqrtl.c: Likewise.
7300         * lib/tanl.c: Likewise.
7301
7302         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
7303         * lib/isnanf.h: Remove file.
7304         * lib/isnand.h: Remove file.
7305         * lib/isnanl.h: Remove file.
7306         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
7307         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
7308         macros.
7309         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
7310         HAVE_ISNANF, don't define it as a C macro.
7311         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
7312         HAVE_ISNAND, don't define it as a C macro.
7313         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
7314         HAVE_ISNANL, don't define it as a C macro.
7315         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
7316         HAVE_ISNAN[FDL].
7317         * modules/isnanf (Files): Remove lib/isnanf.h.
7318         (Depends-on): Add math.
7319         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7320         (Include): Specify <math.h> instead of isnanf.h.
7321         * modules/isnand (Files): Remove lib/isnand.h.
7322         (Depends-on): Add math.
7323         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7324         (Include): Specify <math.h> instead of isnand.h.
7325         * modules/isnanl (Files): Remove lib/isnanl.h.
7326         (Depends-on): Add math.
7327         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
7328         (Include): Specify <math.h> instead of isnanl.h.
7329         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
7330         HAVE_ISNAN[FDL].
7331         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
7332         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
7333         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
7334         * NEWS: Mention the change.
7335
7336 2008-10-18  Bruno Haible  <bruno@clisp.org>
7337
7338         Add getusershell(), setusershell(), endusershell() declarations to
7339         <unistd.h>.
7340         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
7341         declarations.
7342         * lib/getusershell.c: Include unistd.h.
7343         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
7344         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7345         HAVE_GETUSERSHELL.
7346         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
7347         and HAVE_GETUSERSHELL.
7348         * modules/getusershell (Depends-on): Add unistd, extensions.
7349         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7350         (Include): Specify <unistd.h>.
7351         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
7352         HAVE_GETUSERSHELL.
7353
7354 2008-10-18  Bruno Haible  <bruno@clisp.org>
7355
7356         Add a getloadavg() declaration to <stdlib.h>.
7357         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
7358         getloadavg declaration.
7359         (getloadavg): New declaration.
7360         * lib/getloadavg.c: Include <stdlib.h> first.
7361         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
7362         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
7363         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
7364         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
7365         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7366         * modules/getloadavg (Depends-on): Add stdlib, extensions.
7367         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7368         (Include): Specify <stdlib.h>.
7369         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
7370         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
7371
7372 2008-10-18  Bruno Haible  <bruno@clisp.org>
7373
7374         * lib/dirchownmod.c: Don't include lchmod.h.
7375
7376         Move the lchmod() declaration to <sys/stat.h>.
7377         * lib/lchmod.h: Remove file.
7378         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
7379         (lchmod): New declaration, moved here from lib/lchown.h.
7380         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
7381         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
7382         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
7383         and HAVE_LCHMOD.
7384         * modules/lchmod (Files): Remove lib/lchmod.h.
7385         (Depends-on): Add sys_stat, extensions.
7386         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
7387         (Include): Specify <sys/stat.h> instead of lchmod.h.
7388         * modules/sys_stat (Depends-on): Add link-warning.
7389         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
7390         definition of GL_LINK_WARNING.
7391         * NEWS: Mention the change.
7392
7393 2008-10-18  Bruno Haible  <bruno@clisp.org>
7394
7395         * lib/fchdir.c: Don't include dirfd.h.
7396         * lib/fts.c: Likewise.
7397         * lib/getcwd.c: Likewise.
7398         * lib/glob.c: Likewise.
7399
7400         Move the dirfd() declaration to <dirent.h>.
7401         * lib/dirfd.h: Remove file.
7402         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
7403         (dirfd): New declaration.
7404         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
7405         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
7406         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
7407         HAVE_DECL_DIRFD.
7408         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
7409         HAVE_DECL_DIRFD.
7410         * modules/dirfd (Files): Remove lib/dirfd.h.
7411         (Depends-on): Add dirent, extensions.
7412         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
7413         (Include): Specify <dirent.h> instead of dirfd.h.
7414         * modules/dirent (Depends-on): Add link-warning.
7415         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
7416         definition of GL_LINK_WARNING.
7417         * NEWS: Mention the change.
7418
7419 2008-10-18  Bruno Haible  <bruno@clisp.org>
7420
7421         Move the euidaccess() declaration to <unistd.h>.
7422         * lib/euidaccess.h: Remove file.
7423         * lib/unistd.in.h (euidaccess): New declaration.
7424         * lib/euidaccess.c: Don't include euidaccess.h.
7425         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
7426         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
7427         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
7428         and HAVE_EUIDACCESS.
7429         * modules/euidaccess (Files): Remove lib/euidaccess.h.
7430         (Depends-on): Add unistd.
7431         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7432         (Include): Specify <unistd.h> instead of euidaccess.h.
7433         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
7434         HAVE_EUIDACCESS.
7435         * NEWS: Mention the change.
7436
7437 2008-10-18  Bruno Haible  <bruno@clisp.org>
7438
7439         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
7440
7441         Move the getdomainname() declaration to <unistd.h>.
7442         * lib/getdomainname.h: Remove file.
7443         * lib/unistd.in.h (getdomainname): New declaration.
7444         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
7445         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
7446         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
7447         HAVE_GETDOMAINNAME.
7448         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7449         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
7450         * modules/getdomainname (Files): Remove lib/getdomainname.h.
7451         (Depends-on): Add unistd, extensions.
7452         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7453         (Includes): Specify <unistd.h> instead of getdomainname.h.
7454         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
7455         HAVE_GETDOMAINNAME.
7456         * NEWS: Mention the change.
7457
7458 2008-10-18  Bruno Haible  <bruno@clisp.org>
7459
7460         * modules/dirent: New file.
7461         * m4/dirent_h.m4: New file.
7462         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
7463         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
7464         * modules/fchdir (Files): Remove lib/dirent.in.h.
7465         (Depends-on): Add dirent.
7466         (Makefile.am): Move rules to modules/dirent.
7467         * doc/posix-headers/dirent.texi: Mention the new module.
7468
7469 2008-10-18  Bruno Haible  <bruno@clisp.org>
7470
7471         Avoid -Wunused-parameter warnings in public gnulib header files.
7472         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
7473         macro.
7474         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
7475
7476 2008-10-18  Bruno Haible  <bruno@clisp.org>
7477
7478         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
7479         * doc/glibc-functions/error.texi: Mention the module 'error'.
7480         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
7481         * doc/glibc-functions/getdomainname.texi: Mention the module
7482         'getdomainname'.
7483         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
7484         * doc/glibc-functions/getpagesize.texi: Mention the module
7485         'getpagesize'.
7486         * doc/glibc-functions/getusershell.texi: Mention the module
7487         'getusershell'.
7488         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
7489         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
7490         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
7491         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
7492         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
7493         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
7494         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
7495         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
7496         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
7497         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
7498         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
7499         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
7500         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
7501         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
7502
7503 2008-10-17  Bruno Haible  <bruno@clisp.org>
7504
7505         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
7506         HP-UX and IRIX, use -0.0L.
7507         * tests/test-ceill.c (minus_zero): Likewise.
7508         * tests/test-floorl.c (minus_zero): Likewise.
7509         * tests/test-frexpl.c (minus_zero): Likewise.
7510         * tests/test-isnan.c (minus_zerol): Likewise.
7511         * tests/test-isnanl.h (minus_zero): Likewise.
7512         * tests/test-ldexpl.c (minus_zero): Likewise.
7513         * tests/test-roundl.c (minus_zero): Likewise.
7514         * tests/test-signbit.c (minus_zerol): Likewise.
7515         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
7516         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
7517         * tests/test-truncl.c (minus_zero): Likewise.
7518         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
7519         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
7520         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
7521         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
7522
7523 2008-10-17  Bruno Haible  <bruno@clisp.org>
7524
7525         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
7526         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
7527         that it gets activated only for gcc >= 3.0.
7528         * lib/dirent.in.h: Likewise.
7529         * lib/errno.in.h: Likewise.
7530         * lib/fcntl.in.h: Likewise.
7531         * lib/float.in.h: Likewise.
7532         * lib/iconv.in.h: Likewise.
7533         * lib/inttypes.in.h: Likewise.
7534         * lib/locale.in.h: Likewise.
7535         * lib/math.in.h: Likewise.
7536         * lib/netdb.in.h: Likewise.
7537         * lib/netinet_in.in.h: Likewise.
7538         * lib/search.in.h: Likewise.
7539         * lib/signal.in.h: Likewise.
7540         * lib/spawn.in.h: Likewise.
7541         * lib/stdarg.in.h: Likewise.
7542         * lib/stdint.in.h: Likewise.
7543         * lib/stdio.in.h: Likewise.
7544         * lib/stdlib.in.h: Likewise.
7545         * lib/string.in.h: Likewise.
7546         * lib/strings.in.h: Likewise.
7547         * lib/sys_file.in.h: Likewise.
7548         * lib/sys_ioctl.in.h: Likewise.
7549         * lib/sys_select.in.h: Likewise.
7550         * lib/sys_socket.in.h: Likewise.
7551         * lib/sys_stat.in.h: Likewise.
7552         * lib/sys_time.in.h: Likewise.
7553         * lib/sysexits.in.h: Likewise.
7554         * lib/time.in.h: Likewise.
7555         * lib/unistd.in.h: Likewise.
7556         * lib/wchar.in.h: Likewise.
7557         * lib/wctype.in.h: Likewise.
7558         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7559
7560 2008-10-17  Jim Meyering  <meyering@redhat.com>
7561
7562         ignore-value: don't depend on inline module
7563         * modules/ignore-value (Depends-on): Remove 'inline'.
7564         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
7565         Suggestion from Bruno Haible.
7566
7567 2008-10-17  Bruno Haible  <bruno@clisp.org>
7568
7569         New implementation of condition variables for Win32.
7570         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
7571         (gl_linked_waitqueue_t): New type.
7572         (gl_cond_t): Use it.
7573         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
7574         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
7575         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
7576         (glthread_cond_init_func, glthread_cond_wait_func,
7577         glthread_cond_timedwait_func, glthread_cond_signal_func,
7578         glthread_cond_broadcast_func, glthread_cond_destroy_func):
7579         Reimplemented on the basis of gl_linked_waitqueue_t.
7580         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
7581         gl_waitqueue_t.
7582         (gl_rwlock_t): Update.
7583         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
7584
7585 2008-10-17  Simon Josefsson  <simon@josefsson.org>
7586
7587         * modules/recvfrom (Depends-on): Add dependency on getpeername.
7588         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7589
7590 2008-10-17  Jim Meyering  <meyering@redhat.com>
7591
7592         ignore-value: new module
7593         * modules/ignore-value: New file.
7594         * lib/ignore-value.h: New file.
7595         * MODULES.html.sh (Compiler warning management): New section,
7596         just for this module.  More to come.
7597
7598 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7599
7600         open-safer.c: avoid 'signed and unsigned in conditional...' warning
7601         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
7602         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
7603
7604 2008-10-16  Jim Meyering  <meyering@redhat.com>
7605
7606         openat-die.c: avoid 'no previous prototype' warning
7607         * lib/openat-die.c: Include "openat.h".
7608         Reported by Reuben Thomas <rrt@sc3d.org>.
7609
7610 2008-10-16  Simon Josefsson  <simon@josefsson.org>
7611
7612         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
7613         * lib/netdb.in.h: Fix typo.
7614         Reported by Bruno Haible  <bruno@clisp.org>
7615
7616         * lib/netdb.in.h: Include sys/socket.h for platforms without
7617         netdb.h, to get structures like hostent on MinGW.
7618         * modules/netdb (Depends-on): Add sys_socket.
7619
7620 2008-10-15  Simon Josefsson  <simon@josefsson.org>
7621
7622         * modules/netdb, modules/netdb-tests: New file.
7623         * m4/netdb_h.m4: New file.
7624         * lib/netdb.in.h: Add, currently just an empty file pending
7625         definitions.
7626         * tests/test-netdb.c: New file.
7627         * doc/posix-headers/netdb.texi: Mention that we replace it if
7628         needed.
7629         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7630         netdb.
7631
7632 2008-10-15  Simon Josefsson  <simon@josefsson.org>
7633
7634         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
7635         with code.
7636
7637 2008-10-13  Bruno Haible  <bruno@clisp.org>
7638
7639         * lib/glthread/cond.c (glthread_cond_wait_func,
7640         glthread_cond_timedwait_func): Add a comment.
7641
7642 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7643
7644         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
7645         * tests/test-select.c: Likewise,
7646
7647 2008-10-13  Bruno Haible  <bruno@clisp.org>
7648
7649         * lib/glthread/cond.c (glthread_cond_wait_func,
7650         glthread_cond_timedwait_func): Fix variable name.
7651         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
7652
7653 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
7654
7655         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
7656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
7657         struct sockaddr.sa_len.
7658         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
7659
7660 2008-10-13  Simon Josefsson  <simon@josefsson.org>
7661
7662         * build-aux/pmccabe2html: Add css and css_url parameters.
7663
7664 2008-10-12  Bruno Haible  <bruno@clisp.org>
7665
7666         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
7667         calling aclx_get.
7668         Reported by Rainer Tammer <tammer@tammer.net>.
7669
7670 2008-10-12  Bruno Haible  <bruno@clisp.org>
7671
7672         Use msvcrt aware primitives for creation/termination of Win32 threads.
7673         * lib/glthread/thread.c: Include <process.h>.
7674         (glthread_create_func): Use _beginthreadex instead of CreateThread.
7675         (wrapper_func): Update signature.
7676         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
7677
7678 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7679             Bruno Haible  <bruno@clisp.org>
7680
7681         Provide a Win32 implementation of the 'cond' module.
7682         * lib/glthread/cond.h [USE_WIN32]: New implementation.
7683         * lib/glthread/cond.c (glthread_cond_init_func,
7684         glthread_cond_wait_func, glthread_cond_timedwait_func,
7685         glthread_cond_signal_func, glthread_cond_broadcast_func,
7686         glthread_cond_destroy_func) [USE_WIN32]: New functions.
7687         * modules/cond (Dependencies): Add gettimeofday.
7688
7689 2008-10-11  Bruno Haible  <bruno@clisp.org>
7690
7691         Make sleep work on older versions of mingw.
7692         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
7693         only whether it exists.
7694         * doc/posix-functions/sleep.texi: Mention the problem with older
7695         versions of mingw.
7696
7697 2008-10-11  Bruno Haible  <bruno@clisp.org>
7698
7699         New module 'shutdown'.
7700         * modules/shutdown: New file.
7701         * lib/sys_socket.in.h (shutdown): New declaration.
7702         * lib/winsock.c (shutdown): New function.
7703         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
7704         GNULIB_SHUTDOWN.
7705         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
7706         * doc/posix-functions/shutdown.texi: Document the new module.
7707
7708 2008-10-11  Jim Meyering  <meyering@redhat.com>
7709
7710         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
7711
7712 2008-10-11  Bruno Haible  <bruno@clisp.org>
7713
7714         New module 'fclose'.
7715         * modules/fclose: New file.
7716         * lib/stdio.in.h (fclose): New declaration.
7717         * lib/fclose.c: New file.
7718         * m4/fclose.m4: New file.
7719         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
7720         REPLACE_FCLOSE.
7721         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
7722         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
7723         REPLACE_FCLOSE.
7724         * modules/close (Depends-on): fclose.
7725         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
7726
7727 2008-10-11  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
7730         set errno and don't call _close.
7731
7732 2008-10-10  Bruno Haible  <bruno@clisp.org>
7733
7734         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
7735         ACL, not afterwards. Fixes test failure on Cygwin.
7736
7737 2008-10-09  Ben Pfaff  <blp@gnu.org>
7738
7739         * build-aux/announce-gen: Fix gnulib version related part of usage
7740         message.  Die with a useful error message if no tarballs are
7741         found.
7742
7743 2008-10-10  Jim Meyering  <meyering@redhat.com>
7744
7745         bootstrap: use git's --depth=N option only if it's supported
7746         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
7747         recognize the --depth option.  Reported by Pádraig Brady.
7748
7749 2008-10-09  Bruno Haible  <bruno@clisp.org>
7750
7751         New module 'ioctl'.
7752         * modules/ioctl: New file.
7753         * lib/sys_socket.in.h (ioctl): Remove declaration.
7754         * lib/winsock.c: Include <sys/ioctl.h>.
7755         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
7756         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
7757         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
7758         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
7759         * doc/posix-functions/ioctl.texi: Mention the new module.
7760
7761 2008-10-09  Bruno Haible  <bruno@clisp.org>
7762
7763         New module 'sys_ioctl'.
7764         * lib/sys_ioctl.in.h: New file.
7765         * m4/sys_ioctl_h.m4: New file.
7766         * modules/sys_ioctl: New file.
7767         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
7768
7769 2008-10-09  Bruno Haible  <bruno@clisp.org>
7770
7771         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
7772         * lib/winsock.c: Include <stdarg.h>.
7773         (rpl_ioctl): Change to second argument 'int' and then varargs.
7774
7775 2008-10-09  Bruno Haible  <bruno@clisp.org>
7776
7777         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
7778         when the sys_socket module is present and the system has <winsock2.h>.
7779
7780 2008-10-09  Bruno Haible  <bruno@clisp.org>
7781
7782         * doc/posix-functions/close.texi: Mention module 'close' instead of
7783         module 'sys_socket'.
7784
7785 2008-10-09  Bruno Haible  <bruno@clisp.org>
7786
7787         * doc/glibc-headers/sys_ioctl.texi: New file.
7788         * doc/gnulib.texi: Include it.
7789
7790 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7791             Bruno Haible  <bruno@clisp.org>
7792
7793         Combine the two replacements of 'close'.
7794         * lib/sys_socket.in.h (close): Define to a reminder to include
7795         <unistd.h>.
7796         (_gl_close_fd_maybe_socket): New declaration.
7797         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
7798         * lib/winsock.c (close): Remove undefinition.
7799         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
7800         needed for the gnulib module 'close'.
7801         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
7802         define to an error symbol or to a warning, if suitable.
7803         * lib/close.c: Include <sys/socket.h>.
7804         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
7805         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
7806         UNISTD_H_HAVE_WINSOCK2_H.
7807         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
7808         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7809         UNISTD_H_HAVE_WINSOCK2_H.
7810         * modules/sys_socket (Files): Add m4/unistd_h.m4.
7811         (configure.ac): Set a module indicator.
7812         (Makefile.am): Substitute GNULIB_CLOSE.
7813         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
7814         * modules/poll-tests (Depends-on): Add close.
7815         * modules/select-tests (Depends-on): Likewise.
7816
7817 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7818             Bruno Haible  <bruno@clisp.org>
7819
7820         New module 'close'.
7821         * modules/close: New file.
7822         * lib/unistd.in.h (close): Move declaration out of the
7823         FCHDIR_REPLACEMENT scope.
7824         (_gl_unregister_fd): New declaration.
7825         * lib/close.c: New file.
7826         * lib/fchdir.c (rpl_close): Remove function.
7827         * m4/close.m4: New file.
7828         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
7829         close.
7830         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
7831         REPLACE_CLOSE.
7832         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
7833         REPLACE_CLOSE.
7834         * modules/fchdir (Depends-on): Add close.
7835
7836 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7837             Bruno Haible  <bruno@clisp.org>
7838
7839         * lib/fcntl.in.h (open): Simplify conditionals.
7840         (_gl_register_fd): New declaration.
7841         * lib/fchdir.c (rpl_open): Remove function.
7842         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
7843         also.
7844         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
7845         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
7846         open.
7847
7848 2008-10-09  Jim Meyering  <meyering@redhat.com>
7849
7850         GNUmakefile: use the more name-space-friendly "_version"
7851         * top/GNUmakefile (_dummy): Update.
7852         (_version): Rename from "version".
7853
7854 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7855             Bruno Haible  <bruno@clisp.org>
7856
7857         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
7858         rpl_close.
7859         (_gl_register_fd): New function, extracted from rpl_open.
7860         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
7861         (rpl_open, rpl_opendir): Use _gl_register_fd.
7862
7863 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
7864
7865         Fix organization of 'open' replacement.
7866         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
7867         (gl_FUNC_OPEN): Use it.
7868         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
7869
7870 2008-10-08  Bruno Haible  <bruno@clisp.org>
7871
7872         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
7873
7874 2008-10-08  Simon Josefsson  <simon@josefsson.org>
7875
7876         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
7877         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
7878         listen).
7879
7880 2008-10-08  Eric Blake  <ebb9@byu.net>
7881
7882         GNUmakefile: add 'make version' target
7883         * top/GNUmakefile (_curr-ver): Split version update rules...
7884         (version): ...into a target.
7885
7886 2008-10-07  Bruno Haible  <bruno@clisp.org>
7887
7888         Use a more portable replacement expression for -0.0L.
7889         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
7890         instead of -0.0L. Fix m4 quotation.
7891
7892         * tests/test-signbit.c: Include <float.h>.
7893         (minus_zero): New variable.
7894         (test_signbitl): Use minus_zero instead of -zero.
7895         * modules/signbit-tests (Depends-on): Add float.
7896
7897         * tests/test-ceill.c: Include <float.h>.
7898         (zero): Remove variable.
7899         (minus_zero): New variable.
7900         (main): Use minus_zero instead of -zero.
7901         * modules/ceill-tests (Depends-on): Add float.
7902
7903         * tests/test-floorl.c: Include <float.h>.
7904         (zero): Remove variable.
7905         (minus_zero): New variable.
7906         (main): Use minus_zero instead of -zero.
7907         * modules/floorl-tests (Depends-on): Add float.
7908
7909         * tests/test-roundl.c: Include <float.h>.
7910         (zero): Remove variable.
7911         (minus_zero): New variable.
7912         (main): Use minus_zero instead of -zero.
7913         * modules/roundl-tests (Depends-on): Add float.
7914
7915         * tests/test-truncl.c: Include <float.h>.
7916         (zero): Remove variable.
7917         (minus_zero): New variable.
7918         (main): Use minus_zero instead of -zero.
7919         * modules/truncl-tests (Depends-on): Add float.
7920
7921         * tests/test-frexpl.c (zero): Remove variable.
7922         (minus_zero): New variable.
7923         (main): Use minus_zero instead of -zero.
7924         * modules/frexpl-tests (Depends-on): Add float.
7925
7926         * tests/test-isnan.c (zerol): Remove variable.
7927         (minus_zerol): New variable.
7928         (test_long_double): Use minus_zerol instead of -zerol.
7929         * modules/isnan-tests (Depends-on): Add float.
7930
7931         * tests/test-isnanl.h (zero): Remove variable.
7932         (minus_zero): New variable.
7933         (main): Use minus_zero instead of -zero.
7934         * modules/isnanl-nolibm-tests (Depends-on): Add float.
7935         * modules/isnanl-tests (Depends-on): Add float.
7936
7937         * tests/test-ldexpl.c (zero): Remove variable.
7938         (minus_zero): New variable.
7939         (main): Use minus_zero instead of -zero.
7940         * modules/ldexpl-tests (Depends-on): Add float.
7941
7942         * tests/test-snprintf-posix.h (zerol): Remove variable.
7943         (minus_zerol): New variable.
7944         (test_function): Use minus_zerol instead of -zerol.
7945         * modules/snprintf-posix-tests (Depends-on): Add float.
7946         * modules/vsnprintf-posix-tests (Depends-on): Add float.
7947
7948         * tests/test-sprintf-posix.h (zerol): Remove variable.
7949         (minus_zerol): New variable.
7950         (test_function): Use minus_zerol instead of -zerol.
7951         * modules/sprintf-posix-tests (Depends-on): Add float.
7952         * modules/vsprintf-posix-tests (Depends-on): Add float.
7953
7954         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
7955         (minus_zerol): New variable.
7956         (test_function): Use minus_zerol instead of -zerol.
7957         * modules/vasnprintf-posix-tests (Depends-on): Add float.
7958
7959         * tests/test-vasprintf-posix.c (zerol): Remove variable.
7960         (minus_zerol): New variable.
7961         (test_function): Use minus_zerol instead of -zerol.
7962         * modules/vasprintf-posix-tests (Depends-on): Add float.
7963
7964 2008-10-07  Simon Josefsson  <simon@josefsson.org>
7965
7966         * MODULES.html.sh (Support for building documentation): Mention
7967         pmccabe2html.  Sort entries.
7968
7969         Add pmccabe2html module, from gnupdf.
7970         * build-aux/pmccabe.css: New file.
7971         * build-aux/pmccabe2html: New file.
7972         * m4/pmccabe2html.m4: New file.
7973         * modules/pmccabe2html: New file.
7974
7975 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
7976
7977         flock: new module
7978         * MODULES.html.sh: Add to list of modules.
7979         * lib/flock.c: flock implementation for Windows and Unix systems
7980         which have fcntl.
7981         * doc/glibc-functions/flock.texi: Update documentation.
7982         * lib/sys_file.in.h: <sys/file.h> header file.
7983         * m4/flock.m4: M4 macros.
7984         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
7985         * modules/flock: flock module.
7986         * modules/flock-tests: flock tests module.
7987         * modules/sys_file: sys/file.h module.
7988         * tests/test-flock.c: test suite for flock.
7989
7990 2008-10-06  Jim Meyering  <meyering@redhat.com>
7991
7992         bootstrap: check for LT_INIT more portably still ;-)
7993         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
7994         Spotted by Bruno Haible.
7995
7996 2008-10-06  Eric Blake  <ebb9@byu.net>
7997
7998         test-signbit: avoid tripping Irix cc bug on -0.0L
7999         * tests/test-signbit.c (minus_zerol): Delete, and replace with
8000         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
8001         entire testsuite consistent and avoids an Irix 6.2 bug.
8002
8003 2008-10-05  Bruno Haible  <bruno@clisp.org>
8004             Jim Meyering  <jim@meyering.net>
8005
8006         Add an option for ignoring EPIPE during close_stdout.
8007         * lib/closeout.h: Include <stdbool.h>.
8008         (close_stdout_set_ignore_EPIPE): New declaration.
8009         * lib/closeout.c: Include <stdbool.h>.
8010         (ignore_EPIPE): New variable.
8011         (close_stdout_set_ignore_EPIPE): New function.
8012         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
8013         * lib/close-stream.c (close_stream): Mention the possible EPIPE
8014         failure.
8015         * modules/closeout (Depends-on): Add stdbool.
8016
8017 2008-10-05  Bruno Haible  <bruno@clisp.org>
8018
8019         * modules/accept: New file.
8020         * modules/bind: New file.
8021         * modules/connect: New file.
8022         * modules/getpeername: New file.
8023         * modules/getsockname: New file.
8024         * modules/getsockopt: New file.
8025         * modules/listen: New file.
8026         * modules/recv: New file.
8027         * modules/recvfrom: New file.
8028         * modules/send: New file.
8029         * modules/sendto: New file.
8030         * modules/setsockopt: New file.
8031         * modules/socket: New file.
8032         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
8033         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
8034         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
8035         the particular module is requested. Add a link warning when the
8036         particular module is not requested.
8037         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
8038         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
8039         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
8040         the particular module is requested.
8041         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
8042         gl_SYS_SOCKET_H_DEFAULTS): New macros.
8043         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
8044         * modules/sys_socket (Depends-on): Add link-warning.
8045         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
8046         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
8047         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
8048         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
8049         GL_LINK_WARNING.
8050         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
8051         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
8052         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
8053         * doc/posix-functions/getpeername.texi: Mention the new module
8054         'getpeername'.
8055         * doc/posix-functions/getsockname.texi: Mention the new module
8056         'getsockname'.
8057         * doc/posix-functions/getsockopt.texi: Mention the new module
8058         'getsockopt'.
8059         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
8060         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
8061         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
8062         * doc/posix-functions/send.texi: Mention the new module 'send'.
8063         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
8064         * doc/posix-functions/setsockopt.texi: Mention the new module
8065         'setsockopt'.
8066         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
8067         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
8068         listen, connect, accept.
8069         * modules/select-tests (Depends-on): Likewise.
8070
8071 2008-10-05  Bruno Haible  <bruno@clisp.org>
8072
8073         * lib/winsock.c (strerror): Remove unused #undef.
8074         (rpl_close): Remove unused local variable.
8075
8076         * modules/sys_socket (Depends-on); Add errno.
8077
8078 2008-10-05  Bruno Haible  <bruno@clisp.org>
8079
8080         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
8081         (select): Add a link warning when the 'select' module is not used.
8082         * modules/sys_select (Depends-on): Add link-warning.
8083         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
8084         Suggested by Paolo Bonzini.
8085
8086 2008-10-05  Jim Meyering  <meyering@redhat.com>
8087
8088         bootstrap: check for LT_INIT more portably
8089         * build-aux/bootstrap: Avoid using grep -E, since it's not
8090         portable enough.  Suggestion from Bruno Haible.
8091
8092 2008-10-05  Bruno Haible  <bruno@clisp.org>
8093
8094         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
8095         as being fixed by gnulib.
8096
8097 2008-10-05  Bruno Haible  <bruno@clisp.org>
8098
8099         * modules/select-tests: New file, mostly copied from
8100         modules/sys_select-tests.
8101         * tests/test-select.c: New file, mostly copied from
8102         tests/test-sys_select.c.
8103         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
8104         * modules/sys_select-tests (Depends-on): Remove all dependencies.
8105         (Makefile.am): Remove test_sys_select_LDADD.
8106
8107         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
8108         to an undefined symbol, for an error message.
8109         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
8110         (gl_SYS_SELECT_H_DEFAULTS): New macro.
8111         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
8112         winsock-select.c here.
8113         * modules/sys_select (Files): Remove lib/winsock-select.c.
8114         (Depends-on): Remove alloca.
8115         (Makefile.am): Substitute GNULIB_SELECT.
8116         * modules/select: New file.
8117         * doc/posix-functions/select.texi: Update.
8118
8119 2008-10-05  Bruno Haible  <bruno@clisp.org>
8120
8121         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
8122         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
8123         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
8124         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
8125         getdtablesize.
8126         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
8127         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
8128
8129 2008-10-05  Bruno Haible  <bruno@clisp.org>
8130
8131         * modules/getdtablesize-tests: New file.
8132         * tests/test-getdtablesize.c: New file.
8133
8134         New module 'getdtablesize'.
8135         * lib/unistd.in.h (getdtablesize): New declaration.
8136         * lib/getdtablesize.c: New file.
8137         * m4/getdtablesize.m4: New file.
8138         * modules/getdtablesize: New file.
8139         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8140         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
8141         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
8142         HAVE_GETDTABLESIZE.
8143         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
8144
8145 2008-10-05  Bruno Haible  <bruno@clisp.org>
8146
8147         * modules/sched (Makefile.am): Fix typo.
8148         Reported by Simon Josefsson.
8149
8150 2008-10-05  Jim Meyering  <meyering@redhat.com>
8151
8152         bootstrap: check for LT_INIT, too
8153         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
8154         are deprecated.  Suggestion from Ralf Wildenhues.
8155
8156 2008-10-05  Bruno Haible  <bruno@clisp.org>
8157
8158         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
8159         overriding them by ours.
8160         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
8161
8162 2008-10-05  Jim Meyering  <meyering@redhat.com>
8163
8164         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
8165         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
8166         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
8167
8168 2008-10-04  Bruno Haible  <bruno@clisp.org>
8169
8170         * modules/dup2 (License): Change to LGPLv2+.
8171         * modules/sleep (License): Likewise.
8172         * modules/perror (License): Likewise.
8173         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
8174         Blake.
8175         * modules/signal (License): Likewise.
8176         * modules/sigprocmask (License): Likewise.
8177         * modules/raise (License): Change to LGPLv2+, with approval by Jim
8178         Meyering.
8179
8180 2008-10-04  Bruno Haible  <bruno@clisp.org>
8181
8182         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
8183         Reported by Rainer Tammer <tammer@tammer.net>.
8184
8185 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
8186             Bruno Haible  <bruno@clisp.org>
8187
8188         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
8189         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
8190         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
8191
8192 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
8193
8194         filevercmp: new module
8195         * lib/filevercmp.h: New function filevercmp comparing version strings.
8196         * lib/filevercmp.c: Implementation of filevercmp function.
8197         * modules/filevercmp: Module metadata.
8198         * tests/test-filevercmp.c: Unit test for new module.
8199         * modules/filevercmp-tests: Unit test metadata.
8200         * MODULES.html.sh: Add filevercmp module.
8201
8202 2008-10-03  Bruno Haible  <bruno@clisp.org>
8203
8204         * lib/c-ctype.h: Add comment.
8205         Reported by Jim Meyering.
8206
8207 2008-10-02  Bruno Haible  <bruno@clisp.org>
8208
8209         * modules/posix_spawn-internal (Depends-on): Add 'open'.
8210
8211 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8212
8213         * build-aux/bootstrap: Allow renaming bootstrap, and change the
8214         name of bootstrap.conf accordingly.
8215
8216 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8217
8218         * build-aux/bootstrap: Install git-merge-changelog configuration
8219         items into .gitconfig if needed.
8220
8221 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
8222
8223         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
8224         git repository, and initialize/update it accordingly.
8225
8226 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
8227
8228         * modules/fsync-tests: New file.
8229         * tests/test-fsync.c: New file.
8230
8231         New module 'fsync'.
8232         * lib/fsync.c: New file.
8233         * m4/fsync.m4: New file.
8234         * modules/fsync: New file.
8235         * lib/unistd.in.h (fsync): New declaration.
8236         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
8237         GNULIB_FSYNC and HAVE_FSYNC.
8238         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
8239         * MODULES.html.sh (posix_functions): Add fsync.
8240         * doc/posix-functions/fsync.texi: Mention the new module.
8241
8242 2008-10-02  Jim Meyering  <meyering@redhat.com>
8243
8244         fts.c: sync with similar code from coreutils' remove.c
8245         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
8246         Guard also with "#if defined __linux__", since for now at least,
8247         this code is Linux-kernel-specific.
8248
8249 2008-10-02  Jim Meyering  <meyering@redhat.com>
8250
8251         fts: bug fixes
8252         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
8253         Include <sys/vfs.h>, not <sys/statfs.h>.
8254
8255         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
8256         Include <sys/vfs.h>, not <sys/statfs.h>.
8257
8258 2008-10-01  Bruno Haible  <bruno@clisp.org>
8259
8260         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
8261         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
8262         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
8263         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
8264         * doc/posix-functions/posix_spawnp.texi: Likewise.
8265         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
8266         whether posix_spawn actually works.
8267         * m4/pipe.m4 (gl_PIPE): Likewise.
8268         * modules/execute (Files): Add m4/posix_spawn.m4.
8269         * modules/pipe (Files): Add m4/posix_spawn.m4.
8270         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
8271
8272 2008-10-01  Jim Meyering  <meyering@redhat.com>
8273
8274         remove trailing spaces
8275         * NEWS: Likewise.
8276         * lib/poll.c (poll): Likewise.
8277         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
8278         * lib/winsock.c (rpl_close): Likewise.
8279         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
8280         * modules/yield: Likewise.
8281         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
8282         * tests/test-sys_select.c (connect_to_socket): Likewise.
8283
8284         fts.c: adjust a new interface to be more generally useful
8285         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
8286         (fts_build): Adjust caller.
8287
8288 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8289
8290         * modules/cond-tests: New file.
8291         * tests/test-cond.c: New file.
8292
8293 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8294             Bruno Haible  <bruno@clisp.org>
8295
8296         * modules/cond (Dependencies): Add errno, time.
8297         * lib/glthread/cond.h: Include <time.h>.
8298         (gl_cond_define, gl_cond_define_initialized): Use the same definition
8299         across platforms.
8300
8301 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8302             Bruno Haible  <bruno@clisp.org>
8303
8304         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
8305
8306 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8307             Bruno Haible  <bruno@clisp.org>
8308
8309         * modules/tls-tests (Depends-on): Add thread, yield.
8310         (configure.ac): Remove all checks.
8311         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
8312         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8313         gl_thread_self): Remove definitions. Include glthread/thread.h and
8314         glthread/yield.h instead.
8315         (test_tls): Pass an additional NULL argument to gl_thread_join.
8316
8317 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8318             Bruno Haible  <bruno@clisp.org>
8319
8320         * modules/lock-tests (Depends-on): Add thread, yield.
8321         (configure.ac): Remove all checks.
8322         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
8323         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
8324         gl_thread_self): Remove definitions. Include glthread/thread.h and
8325         glthread/yield.h instead.
8326         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
8327         additional NULL argument to gl_thread_join.
8328
8329 2008-09-30  Bruno Haible  <bruno@clisp.org>
8330
8331         Fix the Win32 implementation of the 'thread' module.
8332         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
8333         pointer type.
8334         (gl_thread_self): Invoke gl_thread_self_func.
8335         (gl_thread_self_func): New declaration.
8336         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
8337         (do_init_self_key, init_self_key): New functions.
8338         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
8339         Remove some fields.
8340         (running_threads, running_lock): Remove variables.
8341         (get_current_thread_handle): New function.
8342         (gl_thread_self_func, wrapper_func, glthread_create_func,
8343         glthread_join_func, gl_thread_exit_func): Largely rewritten and
8344         simplified.
8345
8346 2008-09-30  Bruno Haible  <bruno@clisp.org>
8347
8348         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
8349         files.
8350
8351 2008-09-30  Jim Meyering  <meyering@redhat.com>
8352
8353         fts.m4: correct the test for statfs.f_type
8354         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
8355         when checking for statfs.f_type.
8356
8357 2008-09-15  Simon Josefsson  <simon@josefsson.org>
8358
8359         tests: avoid some compiler warnings
8360         * tests/test-memchr.c (main): Pass NULL indirectly.
8361         * tests/test-getdate.c (main): Remove unused variable 'ret'.
8362
8363 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
8364
8365         getdate.y: disallow countable dayshifts like "4 yesterday ago"
8366         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
8367         exactly specified dayshifts.
8368         (dayshift): New rule.
8369         (rel): Add dayshift.
8370         (relative_time_table) [tomorrow, yesterday, today, now]:
8371         Use tDAY_SHIFT in place of tDAY_UNIT.
8372         * tests/test-getdate.c: Add tests for now-disallowed countable
8373         dayshifts, e.g., "4 yesterday ago".
8374
8375 2008-09-29  Bruno Haible  <bruno@clisp.org>
8376
8377         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
8378         * tests/test-posix_spawn1.in.sh: Renamed from
8379         tests/test-posix_spawn.in.sh.
8380         * tests/test-posix_spawn2.c: New file.
8381         * tests/test-posix_spawn2.in.sh: New file.
8382         * modules/posix_spawnp-tests (Files): Update.
8383         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
8384
8385 2008-09-29  Bruno Haible  <bruno@clisp.org>
8386
8387         Propagate effects of putenv/setenv/unsetenv to child processes.
8388         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
8389         * lib/pipe.c (create_pipe): Likewise.
8390
8391 2008-09-29  Bruno Haible  <bruno@clisp.org>
8392
8393         Enable use of shell scripts as executables in mingw.
8394         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
8395         run the program as a shell script.
8396         * lib/pipe.c (create_pipe): Likewise.
8397         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
8398         resulting array.
8399
8400 2008-09-29  Eric Blake  <ebb9@byu.net>
8401
8402         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
8403
8404 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
8405
8406         * doc/posix-functions/accept.texi: Update mingw problems.
8407         * doc/posix-functions/bind.texi: Update mingw problems.
8408         * doc/posix-functions/close.texi: Update mingw problems.
8409         * doc/posix-functions/connect.texi: Update mingw problems.
8410         * doc/posix-functions/getpeername.texi: Update mingw problems.
8411         * doc/posix-functions/getsockname.texi: Update mingw problems.
8412         * doc/posix-functions/getsockopt.texi: Update mingw problems.
8413         * doc/posix-functions/ioctl.texi: Update mingw problems.
8414         * doc/posix-functions/listen.texi: Update mingw problems.
8415         * doc/posix-functions/recv.texi: Update mingw problems.
8416         * doc/posix-functions/recvfrom.texi: Update mingw problems.
8417         * doc/posix-functions/select.texi: Update mingw problems.
8418         * doc/posix-functions/send.texi: Update mingw problems.
8419         * doc/posix-functions/sendto.texi: Update mingw problems.
8420         * doc/posix-functions/setsockopt.texi: Update mingw problems.
8421         * doc/posix-functions/socket.texi: Update mingw problems.
8422
8423 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
8424             Bruno Haible  <bruno@clisp.org>
8425
8426         * lib/sys_select.in.h: Include sys/time.h.
8427         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
8428         * modules/sys_select: Depend on sys_time.
8429         * tests/test-sys_select.c: Test that sys/select.h defines struct
8430         timeval fully.
8431
8432 2008-09-29  Bruno Haible  <bruno@clisp.org>
8433
8434         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
8435         * lib/sys_select.in.h: Likewise.
8436
8437 2008-09-29  Bruno Haible  <bruno@clisp.org>
8438
8439         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
8440
8441 2008-09-29  Bruno Haible  <bruno@clisp.org>
8442
8443         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
8444         Set LIBSOCKET instead of augmenting LIBS.
8445         * modules/sockets (Link): New section.
8446         * modules/sockets-tests (test_sockets_LDADD): New variable.
8447         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
8448         * modules/poll-tests (test_poll_LDADD): New variable.
8449         * NEWS: Document the change.
8450
8451 2008-09-29  Bruno Haible  <bruno@clisp.org>
8452
8453         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
8454         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
8455         ARPA_INET_H directly.
8456         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8457
8458 2008-09-28  Bruno Haible  <bruno@clisp.org>
8459
8460         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
8461         from gl_HEADER_SYS_SOCKET.
8462         (gl_HEADER_SYS_SOCKET): Invoke it.
8463         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8464
8465 2008-09-28  Bruno Haible  <bruno@clisp.org>
8466
8467         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
8468         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
8469         Needed on OSF/1 4.0.
8470
8471 2008-09-28  Bruno Haible  <bruno@clisp.org>
8472
8473         Override open more carefully.
8474         * lib/open.c (orig_open): New function.
8475         (rpl_open): Use orig_open instead of open.
8476         * lib/fcntl.in.h: Add special invocation convention.
8477         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
8478         (gl_FUNC_OPEN): Invoke it.
8479
8480         Override freopen more carefully.
8481         * lib/freopen.c (orig_freopen): New function.
8482         (rpl_freopen): Use orig_freopen instead of freopen.
8483         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
8484         (gl_FUNC_FREOPEN): Invoke it.
8485
8486         Override fopen more carefully.
8487         * lib/fopen.c (orig_fopen): New function.
8488         (rpl_fopen): Use orig_fopen instead of fopen.
8489         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
8490         (gl_FUNC_FOPEN): Invoke it.
8491         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
8492
8493 2008-09-28  Bruno Haible  <bruno@clisp.org>
8494
8495         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
8496         SIGPIPE.
8497
8498 2008-09-28  Bruno Haible  <bruno@clisp.org>
8499
8500         * tests/test-sigaction.c (handler, main): Disable the check whether
8501         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
8502         glibc systems with LinuxThreads.
8503
8504 2008-09-28  Bruno Haible  <bruno@clisp.org>
8505
8506         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
8507
8508         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
8509         with AIX xlc.
8510         * lib/fcntl.in.h (open): Likewise.
8511         Reported by Rainer Tammer <tammer@tammer.net>.
8512
8513 2008-09-28  Bruno Haible  <bruno@clisp.org>
8514
8515         * modules/posix_spawnp-tests: New file.
8516         * tests/test-posix_spawn.c: New file.
8517         * tests/test-posix_spawn.in.sh: New file.
8518
8519         New module 'posix_spawnp'.
8520         * modules/posix_spawnp: New file.
8521         * lib/spawnp.c: New file, from GNU libc with modifications.
8522         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
8523
8524         New module 'posix_spawn'.
8525         * modules/posix_spawn: New file.
8526         * lib/spawn.c: New file, from GNU libc with modifications.
8527         * doc/posix-functions/posix_spawn.texi: Mention the new module.
8528
8529         New module 'posix_spawnattr_destroy'.
8530         * modules/posix_spawnattr_destroy: New file.
8531         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
8532         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
8533         module.
8534
8535         New module 'posix_spawnattr_setsigmask'.
8536         * modules/posix_spawnattr_setsigmask: New file.
8537         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
8538         modifications.
8539         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
8540         new module.
8541
8542         New module 'posix_spawnattr_getsigmask'.
8543         * modules/posix_spawnattr_getsigmask: New file.
8544         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
8545         modifications.
8546         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
8547         new module.
8548
8549         New module 'posix_spawnattr_setsigdefault'.
8550         * modules/posix_spawnattr_setsigdefault: New file.
8551         * lib/spawnattr_setdefault.c: New file, from GNU libc with
8552         modifications.
8553         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
8554         new module.
8555
8556         New module 'posix_spawnattr_getsigdefault'.
8557         * modules/posix_spawnattr_getsigdefault: New file.
8558         * lib/spawnattr_getdefault.c: New file, from GNU libc with
8559         modifications.
8560         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
8561         new module.
8562
8563         New module 'posix_spawnattr_setschedpolicy'.
8564         * modules/posix_spawnattr_setschedpolicy: New file.
8565         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
8566         modifications.
8567         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
8568         new module.
8569
8570         New module 'posix_spawnattr_getschedpolicy'.
8571         * modules/posix_spawnattr_getschedpolicy: New file.
8572         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
8573         modifications.
8574         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
8575         new module.
8576
8577         New module 'posix_spawnattr_setschedparam'.
8578         * modules/posix_spawnattr_setschedparam: New file.
8579         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
8580         modifications.
8581         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
8582         new module.
8583
8584         New module 'posix_spawnattr_getschedparam'.
8585         * modules/posix_spawnattr_getschedparam: New file.
8586         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
8587         modifications.
8588         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
8589         new module.
8590
8591         New module 'posix_spawnattr_setpgroup'.
8592         * modules/posix_spawnattr_setpgroup: New file.
8593         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
8594         modifications.
8595         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
8596         module.
8597
8598         New module 'posix_spawnattr_getpgroup'.
8599         * modules/posix_spawnattr_getpgroup: New file.
8600         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
8601         modifications.
8602         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
8603         module.
8604
8605         New module 'posix_spawnattr_setflags'.
8606         * modules/posix_spawnattr_setflags: New file.
8607         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
8608         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
8609         module.
8610
8611         New module 'posix_spawnattr_getflags'.
8612         * modules/posix_spawnattr_getflags: New file.
8613         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
8614         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
8615         module.
8616
8617         New module 'posix_spawnattr_init'.
8618         * modules/posix_spawnattr_init: New file.
8619         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
8620         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
8621         module.
8622
8623         New module 'posix_spawn_file_actions_destroy'.
8624         * modules/posix_spawn_file_actions_destroy: New file.
8625         * lib/spawn_faction_destroy.c: New file, from GNU libc with
8626         modifications.
8627         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
8628         the new module.
8629
8630         New module 'posix_spawn_file_actions_addopen'.
8631         * modules/posix_spawn_file_actions_addopen: New file.
8632         * lib/spawn_faction_addopen.c: New file, from GNU libc with
8633         modifications.
8634         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
8635         the new module.
8636
8637         New module 'posix_spawn_file_actions_adddup2'.
8638         * modules/posix_spawn_file_actions_adddup2: New file.
8639         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
8640         modifications.
8641         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
8642         the new module.
8643
8644         New module 'posix_spawn_file_actions_addclose'.
8645         * modules/posix_spawn_file_actions_addclose: New file.
8646         * lib/spawn_faction_addclose.c: New file, from GNU libc with
8647         modifications.
8648         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
8649         the new module.
8650
8651         New module 'posix_spawn_file_actions_init'.
8652         * modules/posix_spawn_file_actions_init: New file.
8653         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
8654         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
8655         new module.
8656
8657         New module 'posix_spawn-internal'.
8658         * modules/posix_spawn-internal: New file.
8659         * lib/spawn_int.h: New file, from GNU libc with modifications.
8660         * lib/spawni.c: New file, from GNU libc with modifications.
8661         * m4/posix_spawn.m4: New file.
8662
8663         New module 'spawn'.
8664         * modules/spawn: New file.
8665         * lib/spawn.in.h: New file, from GNU libc with modifications.
8666         * m4/spawn_h.m4: New file.
8667         * doc/posix-headers/spawn.texi: Mention the new module.
8668
8669 2008-09-28  Bruno Haible  <bruno@clisp.org>
8670
8671         * modules/sched-tests: New file.
8672         * tests/test-sched.c: New file.
8673
8674         New module 'sched'.
8675         * modules/sched: New file.
8676         * lib/sched.in.h: New file.
8677         * m4/sched_h.m4: New file.
8678         * doc/posix-headers/sched.texi: Mention the new module.
8679
8680 2008-09-27  Eric Blake  <ebb9@byu.net>
8681
8682         Fix previous patch, and tweak references to $0.
8683         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
8684         (func_version, func_gnulib_dir): Don't call this program
8685         gnulib-tool.
8686         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
8687         with using $0 in function.
8688         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
8689         (func_fatal_error): Reuse the name the user invoked us with.
8690
8691 2008-09-27  Bruno Haible  <bruno@clisp.org>
8692
8693         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
8694         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
8695         (gl_ICONV_H): Not here.
8696         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
8697         instead of assigning ICONV_H directly.
8698
8699         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
8700         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
8701         WCHAR_H directly.
8702
8703 2008-09-27  Bruno Haible  <bruno@clisp.org>
8704
8705         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
8706         * modules/arpa_inet (Depends-on): Add link-warning.
8707         (Makefile.am): Insert the definition of GL_LINK-WARNING.
8708         * modules/unistd (Makefile.am): Likewise.
8709
8710 2008-09-26  Bruno Haible  <bruno@clisp.org>
8711
8712         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
8713         variables.
8714         (func_version): Essentially copied from gnulib-tool.
8715         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
8716         func_readlink): Copied from gnulib-tool.
8717
8718 2008-09-26  Bruno Haible  <bruno@clisp.org>
8719
8720         * gnulib-tool (func_version): Change directory to $gnulib_dir before
8721         invoking git-version-gen.
8722
8723 2008-09-26  Bruno Haible  <bruno@clisp.org>
8724
8725         * posix-modules: Update to directory names changed on 2008-01-19.
8726         Remove commas in output before splitting into words. No more need to
8727         avoid 'ftruncate' since 2007-02-19.
8728
8729 2008-09-26  Bruno Haible  <bruno@clisp.org>
8730
8731         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
8732
8733 2008-09-26  Bruno Haible  <bruno@clisp.org>
8734
8735         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
8736         * modules/fwriteerror (Depends-on): Add errno.
8737
8738 2008-09-26  Bruno Haible  <bruno@clisp.org>
8739
8740         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
8741         * tests/test-vc-list-files-cvs.sh: Likewise.
8742
8743 2008-09-26  Bruno Haible  <bruno@clisp.org>
8744
8745         * doc/posix-headers/sys_resource.texi: Reorder items.
8746
8747 2008-09-26  Jim Meyering  <meyering@redhat.com>
8748
8749         fts: tweak inode comparison function
8750         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
8751         inode numbers, as documented.
8752
8753         fts: sort dirent entries on inode number before traversing
8754         This avoids a quadratic, seek-related performance penalty when
8755         operating on a directory containing many entries (measurable at 10k;
8756         3.5 hours at 2 million entries with a cold cache) on certain types
8757         of file systems, including ext3 and ext4, but not tmpfs.
8758         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
8759         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
8760         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
8761         (fs_handles_readdir_ordered_dirents_efficiently): New function.
8762         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
8763         (fts_build): Set the stat.st_ino member from D_INO.
8764         If it is likely to be useful, sort dirent entries on inode number.
8765
8766         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
8767         and the struct statfs.f_type member.
8768         * modules/fts (Depends-on): Add d-ino.
8769
8770 2008-09-26  Bruno Haible  <bruno@clisp.org>
8771
8772         * modules/sigpipe-die (Depends-on): Add sigpipe.
8773
8774         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
8775         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
8776         and GNULIB_STDIO_H_SIGPIPE are set.
8777         * lib/stdio-write.c: New file.
8778         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
8779         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8780         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8781         REPLACE_STDIO_WRITE_FUNCS.
8782         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
8783         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8784         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8785         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
8786         * modules/stdio (Files): Add lib/stdio-write.c.
8787         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
8788         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
8789         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
8790         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
8791         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
8792         REPLACE_FPRINTF_POSIX.
8793         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
8794         REPLACE_PRINTF_POSIX.
8795         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
8796         REPLACE_VFPRINTF_POSIX.
8797         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
8798         REPLACE_VPRINTF_POSIX.
8799         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
8800         SIGPIPE issue.
8801         * doc/posix-functions/fputc.texi: Likewise.
8802         * doc/posix-functions/fputs.texi: Likewise.
8803         * doc/posix-functions/fwrite.texi: Likewise.
8804         * doc/posix-functions/printf.texi: Likewise.
8805         * doc/posix-functions/putc.texi: Likewise.
8806         * doc/posix-functions/putchar.texi: Likewise.
8807         * doc/posix-functions/puts.texi: Likewise.
8808         * doc/posix-functions/vfprintf.texi: Likewise.
8809         * doc/posix-functions/vprintf.texi: Likewise.
8810
8811         * modules/safe-write (Depends-on): Add write.
8812
8813         * modules/sigpipe-tests: New file.
8814         * tests/test-sigpipe.c: New file.
8815         * tests/test-sigpipe.sh: New file.
8816
8817         * modules/write: New file.
8818         * lib/unistd.in.h: Include <sys/types.h>.
8819         (write): New declaration.
8820         * lib/write.c: New file.
8821         * m4/write.m4: New file.
8822         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8823         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
8824         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
8825         GNULIB_WRITE, REPLACE_WRITE.
8826         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
8827         and the SIGPIPE issue.
8828
8829         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
8830         (raise): New declaration.
8831         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
8832         (ext_signal): New function.
8833         (rpl_raise): New function.
8834         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
8835         GNULIB_SIGNAL_H_SIGPIPE.
8836         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
8837         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
8838
8839         * modules/sigpipe: New file.
8840         * m4/sigpipe.m4: New file.
8841
8842 2008-09-25  Derek Price  <derek@ximbiot.com>
8843             Bruno Haible  <bruno@clisp.org>
8844
8845         * gnulib-tool (func_import): Report all license incompatibilities, not
8846         just the first one.
8847
8848 2008-09-25  Bruno Haible  <bruno@clisp.org>
8849
8850         * gnulib-tool (func_import): When computing the edits, consider not
8851         only the Makefile.ams that exist but also those that will be generated.
8852
8853 2008-09-25  Simon Josefsson  <simon@josefsson.org>
8854
8855         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
8856         fixes gnulib-tool --test warning about duplicate dependency.
8857
8858 2008-09-25  Bruno Haible  <bruno@clisp.org>
8859
8860         * gnulib-tool: Don't ask the user to perform edits in the generated
8861         Makefile.ams.
8862         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
8863         apply to the Makefile.am being generated.
8864         (func_emit_tests_Makefile_am): Execute edits that apply to the
8865         Makefile.am being generated.
8866         (func_import): Setup list of Makefile.am edits before emitting the
8867         Makefile.ams, not at the end.
8868         (func_create_testdir): Update.
8869         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8870
8871 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8872
8873         * gnulib-tool (func_import): Store the --tests-base option in the
8874         comment in gnulib-cache.m4.
8875
8876 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
8877
8878         * NEWS: Document increased portability that sys_select now provides.
8879
8880         * lib/sys_select.in.h: Install select wrapper.
8881         * lib/sys_socket.in.h: Use more descriptive name when there is no
8882         select wrapper.
8883         * lib/winsock-select.c: New.
8884         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
8885         Require gl_HEADER_SYS_SOCKET.
8886         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
8887         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
8888         * tests/test-sys_select.c: Add functional tests.
8889
8890 2008-09-24  Eric Blake  <ebb9@byu.net>
8891
8892         open, fopen: close fd leak in last patch
8893         * lib/open.c (rpl_open): Close fd before returning error.
8894         * lib/fopen.c (rpl_fopen): Close fd before returning error.
8895         * doc/posix-functions/open.texi (open): Document that Irix also
8896         has the bug.
8897         * doc/posix-functions/fopen.texi (fopen): Likewise.
8898         Reported by Paolo Bonzini.
8899
8900 2008-09-24  Bruno Haible  <bruno@clisp.org>
8901
8902         Ensure that a filename ending in a slash cannot be used to access a
8903         non-directory.
8904         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
8905         to check whether it's really a directory.
8906         * lib/fopen.c: Include fcntl.h, unistd.h.
8907         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
8908         and fdopen().
8909         * modules/fopen (Depends-on): Add unistd.
8910         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
8911         * tests/test-fopen.c (main): Likewise.
8912         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
8913         * doc/posix-functions/fopen.texi: Likewise.
8914         Reported by Eric Blake.
8915
8916 2008-09-23  Eric Blake  <ebb9@byu.net>
8917
8918         c-stack: avoid compiler optimizations when provoking overflow
8919         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
8920         recursion harder to optimize, to ensure a stack overflow occurs.
8921         * tests/test-c-stack.c (recurse): Likewise.
8922         Borrowed from libsigsegv.
8923
8924         c-stack: work around Irix sigaltstack bug
8925         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
8926         whether sigaltstack uses wrong end of stack_t (copied in part from
8927         libsigsegv).
8928         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
8929         Irix bug, without requiring an over-allocation.
8930         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
8931         bug.
8932
8933         fopen: document mingw bug on directories
8934         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
8935         not allowing a stream visiting a directory, even though reading
8936         from such a stream is not portable.
8937
8938 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8939
8940         * lib/poll.c: Rewrite.
8941         * modules/poll: Depend on alloca.
8942
8943 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8944
8945         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
8946         instead define prototypes for a full set of wrappers.  Ensure
8947         that Cygwin does not use the compatibility code, which is only
8948         for MinGW.
8949         * lib/winsock.c: New.
8950         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
8951         * modules/sys_socket: Add lib/winsock.c.
8952
8953         * modules/poll-tests: Add errno and perror.
8954         * tests/test-poll.c: Use ioctl, not ioctlsocket.
8955
8956 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
8957
8958         * tests/test-poll.c: Downgrade minimum needed Winsock version.
8959
8960 2008-09-23  Bruno Haible  <bruno@clisp.org>
8961
8962         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
8963         * doc/glibc-functions/*: Likewise.
8964
8965 2008-09-23  Simon Josefsson  <simon@josefsson.org>
8966
8967         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
8968         success.
8969
8970 2008-09-22  Eric Blake  <ebb9@byu.net>
8971             Bruno Haible  <bruno@clisp.org>
8972
8973         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
8974         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
8975         supply %A but mishandle pseudo-NaN.
8976         Reported by Simon Josefsson.
8977
8978 2008-09-21  Bruno Haible  <bruno@clisp.org>
8979
8980         * tests/test-lock.c (main): Tweak skip message.
8981         * tests/test-tls.c (main): Likewise.
8982
8983 2008-09-21  Bruno Haible  <bruno@clisp.org>
8984
8985         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
8986         whether 'struct sigaction' has sa_sigaction here...
8987         (gl_PREREQ_SIG_HANDLER_H): ... not here.
8988         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
8989
8990 2008-09-21  Bruno Haible  <bruno@clisp.org>
8991
8992         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
8993         section.
8994         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
8995         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
8996         the new section.
8997         (Support for obsolete systems lacking POSIX:2001): New section.
8998         (String handling <string.h>): Move strdup to the new section.
8999         Suggested by Simon Josefsson and Paolo Bonzini.
9000
9001 2008-09-21  Bruno Haible  <bruno@clisp.org>
9002
9003         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
9004         exponents in %e and %g results on 'long double'. Needed for mingw's
9005         improved *printf functions.
9006         * tests/test-vasprintf-posix.c (test_function): Likewise.
9007         * tests/test-snprintf-posix.h (test_function): Likewise.
9008         * tests/test-sprintf-posix.h (test_function): Likewise.
9009         Reported by Eric Blake.
9010
9011 2008-09-21  Bruno Haible  <bruno@clisp.org>
9012
9013         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
9014         * tests/test-sprintf-posix.h (test_function): Likewise.
9015
9016 2008-09-21  Bruno Haible  <bruno@clisp.org>
9017
9018         * modules/getpass (Depends-on): Add strdup-posix.
9019
9020         New module 'strdup-posix'.
9021         * modules/strdup-posix: New file.
9022         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
9023         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
9024         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9025         REPLACE_STRDUP.
9026         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
9027         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
9028         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9029         strdup-posix.
9030
9031         * modules/strdup (Depends-on): Remove malloc-posix.
9032
9033 2008-09-20  Bruno Haible  <bruno@clisp.org>
9034
9035         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
9036         Wildenhues.
9037
9038 2008-09-20  Bruno Haible  <bruno@clisp.org>
9039
9040         Ensure that wint_t gets defined on IRIX 5.3.
9041         * lib/wchar.in.h (wint_t): Define if not defined by the system.
9042         * lib/wctype.in.h (wint_t): Likewise.
9043         (__wctype_wint_t): Remove type.
9044         (isw*): Use wint_t instead of __wctype_wint_t.
9045         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
9046         * modules/wchar (Files): Add m4/wint_t.m4.
9047         (Makefile.am): Substitute HAVE_WINT_T.
9048         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
9049         * tests/test-wctype.c: Check that wint_t is defined.
9050         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
9051         * doc/posix-headers/wctype.texi: Likewise.
9052         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9053
9054 2008-09-18  Bruno Haible  <bruno@clisp.org>
9055
9056         * gnulib-tool (func_exit): Update comment.
9057
9058 2008-09-18  Simon Josefsson  <simon@josefsson.org>
9059
9060         * modules/getaddrinfo (Depends-on): Remove strdup, this module
9061         assumes strdup exists and does not depend on strdup to return
9062         ENOMEM on out of memory conditions.
9063
9064 2008-09-18  Bruno Haible  <bruno@clisp.org>
9065
9066         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
9067         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
9068         digits for the exponent.
9069
9070 2008-09-18  Jim Meyering  <meyering@redhat.com>
9071             Bruno Haible  <bruno@clisp.org>
9072
9073         * lib/vasnprintf.c (decimal_point_char): Define also if
9074         NEED_PRINTF_INFINITE_LONG_DOUBLE.
9075
9076 2008-09-16  Bruno Haible  <bruno@clisp.org>
9077         and Eric Blake  <ebb9@byu.net>
9078
9079         vasnprintf: support Irix 5.3
9080         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
9081         that mishandle long double infinity.
9082         Reported by Tom G. Christensen.
9083
9084 2008-09-16  Bruno Haible  <bruno@clisp.org>
9085
9086         * doc/glibc-functions/scandir.texi: Mention the function is missing on
9087         Solaris 9.
9088         * doc/glibc-functions/alphasort.texi: Likewise.
9089         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
9090
9091 2008-09-16  Jim Meyering  <meyering@redhat.com>
9092
9093         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
9094         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
9095         a umask modification leak out of a subshell.  Otherwise, the
9096         opensolaris /bin/sh would be accepted and thus cause unwarranted
9097         failures in the coreutils test suite.
9098
9099 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
9100
9101         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
9102         to succeed.
9103
9104 2008-09-16  Jim Meyering  <meyering@redhat.com>
9105
9106         avoid spurious test failure when library is built without ACL support
9107         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
9108         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
9109         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
9110         * tests/test-copy-acl.sh: Likewise.
9111
9112 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9113
9114         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
9115         based on character occurrence counts.
9116
9117 2008-09-15  Eric Blake  <ebb9@byu.net>
9118
9119         tests: avoid some compiler warnings
9120         * tests/test-memchr.c (main): Pass NULL indirectly.
9121         * tests/test-closein.c (main): Avoid unused variable.
9122
9123 2008-09-15  Bruno Haible  <bruno@clisp.org>
9124
9125         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
9126         are missing on OpenBSD 4.0 individually.
9127         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9128
9129 2008-09-15  Bruno Haible  <bruno@clisp.org>
9130
9131         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
9132         * doc/posix-functions/strerror.texi: Mention also Cygwin.
9133         * doc/posix-functions/perror.texi: Likewise.
9134         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
9135         is missing.
9136         Reported by Eric Blake.
9137
9138         * lib/errno.in.h: Use replacement values >= 2000.
9139         Reported by Eric Blake.
9140
9141 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9142
9143         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
9144         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
9145         limit.
9146         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
9147         compareseq was aborted.
9148
9149 2008-09-14  Bruno Haible  <bruno@clisp.org>
9150
9151         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
9152         yvec_edit_count.
9153         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
9154         (fstrcmp_bounded): Simplify result computation accordingly.
9155
9156 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9157
9158         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
9159         (fstrcmp): Define in terms of fstrcmp_bounded.
9160         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
9161         lower_bound argument.
9162         Return quickly if the result is certainly < lower_bound.
9163         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
9164
9165 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9166
9167         * lib/diffseq.h (EARLY_ABORT): New macro.
9168         (compareseq): Change return type to bool. Return true when EARLY_ABORT
9169         evaluates to true.
9170
9171 2008-09-14  Bruno Haible  <bruno@clisp.org>
9172
9173         * modules/perror-tests: New file.
9174         * tests/test-perror.sh: New file.
9175         * tests/test-perror.c: New file.
9176
9177         New module 'perror'.
9178         * lib/stdio.in.h (perror): New declaration.
9179         * lib/perror.c: New file.
9180         * m4/perror.m4: New file.
9181         * modules/perror: New file.
9182         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
9183         * doc/posix-functions/perror.texi: Mention the perror module.
9184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
9185         REPLACE_PERROR.
9186         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
9187         REPLACE_PERROR.
9188
9189 2008-09-14  Bruno Haible  <bruno@clisp.org>
9190
9191         * modules/stdio (Makefile.am): Reorder to match the order in
9192         lib/stdio.in.h.
9193         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9194
9195 2008-09-13  Bruno Haible  <bruno@clisp.org>
9196
9197         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
9198
9199 2008-09-13  Bruno Haible  <bruno@clisp.org>
9200
9201         Extend strerror to cover the added errno values.
9202         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
9203         (rpl_strerror): Provide error messages for the added errno values and
9204         for the WSA* values.
9205         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
9206         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
9207         strerror.
9208         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
9209         * modules/strerror (Depends-on): Add errno.
9210         * doc/posix-functions/strerror.texi: Document the change.
9211         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
9212         and EOVERFLOW.
9213
9214 2008-09-13  Bruno Haible  <bruno@clisp.org>
9215
9216         * modules/EOVERFLOW: Remove file.
9217         * m4/eoverflow.m4: Remove file.
9218         * modules/EOVERFLOW-tests: Remove file.
9219         * tests/test-EOVERFLOW.c: Remove file.
9220         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
9221         * modules/ftell (Depends-on): Likewise.
9222         * modules/getdelim (Depends-on): Likewise.
9223         * modules/getugroups (Depends-on): Likewise.
9224         * modules/poll (Depends-on): Likewise.
9225         * modules/snprintf (Depends-on): Likewise.
9226         * modules/sprintf-posix (Depends-on): Likewise.
9227         * modules/vasnprintf (Depends-on): Likewise.
9228         * modules/vasprintf (Depends-on): Likewise.
9229         * modules/vfprintf-posix (Depends-on): Likewise.
9230         * modules/vsnprintf (Depends-on): Likewise.
9231         * modules/vsprintf-posix (Depends-on): Likewise.
9232         * modules/xvasprintf (Depends-on): Likewise.
9233         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9234         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
9235         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
9236         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
9237         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9238         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
9239         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
9240         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
9241         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9242         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
9243         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
9244         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
9245         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9246         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
9247         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
9248         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
9249         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9250         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
9251         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
9252         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
9253         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9254         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
9255         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
9256         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
9257         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
9258         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9259         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
9260         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
9261         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
9262         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
9263         * MODULES.html.sh: Remove EOVERFLOW.
9264         * NEWS: Mention the change.
9265
9266 2008-09-13  Bruno Haible  <bruno@clisp.org>
9267
9268         * modules/errno-tests: New file.
9269         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
9270
9271         * lib/errno.in.h: New file.
9272         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
9273         * modules/errno: New file.
9274         * doc/posix-headers/errno.texi: Update documentation.
9275         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
9276
9277 2008-09-13  Bruno Haible  <bruno@clisp.org>
9278
9279         * tests/test-poll.c: Use #if for native Windows, rather than testing
9280         __MSVCRT__.
9281
9282 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9283             Bruno Haible  <bruno@clisp.org>
9284
9285         * lib/glob.c: Don't include <pwd.h> on native Windows.
9286         (WINDOWS32): New macro.
9287         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
9288
9289 2008-09-13  Bruno Haible  <bruno@clisp.org>
9290
9291         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
9292         (ETIMEDOUT): Remove macro.
9293         (glthread_cond_timedwait_multithreaded): New declaration.
9294         (glthread_cond_timedwait): Use it.
9295         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
9296         (glthread_cond_timedwait_multithreaded): New function.
9297
9298 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9299
9300         * modules/poll-tests: Do not check for io.h.
9301         * tests/test-poll.c: Check for __MSVCRT__ instead.
9302
9303 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9304
9305         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
9306         * modules/poll-tests: Add inet_pton, stdbool, sockets.
9307         * tests/test-poll.c: Use them.  Use _pipe on Windows.
9308
9309 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
9310
9311         * modules/poll-tests: New.
9312         * tests/test-poll.c: New.
9313
9314 2008-09-12  Eric Blake  <ebb9@byu.net>
9315
9316         frexp: test for NetBSD failure on -0.0
9317         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
9318         not all, bugs from NetBSD 3.0 have been fixed.
9319         * doc/posix-functions/frexp.texi (frexp): Document bug.
9320         Reported by Thomas Klausner.
9321
9322         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
9323         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
9324         literal -0.0.
9325         Reported by Jonathan C. Patschke <jp@centtech.com>.
9326
9327 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9328
9329         * lib/glthread/cond.h: Use dummy implementation also if
9330         USE_WIN32_THREADS.
9331
9332 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9333
9334         * modules/fnmatch-posix (License): Change to LGPLv2+.
9335         * modules/fnmatch-gnu (License): Likewise.
9336
9337 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9338
9339         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
9340
9341 2008-09-11  Jim Meyering  <meyering@redhat.com>
9342
9343         * users.txt: Add gtk-vnc.
9344
9345 2008-09-08  Simon Josefsson  <simon@josefsson.org>
9346
9347         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
9348         rotate amounts.
9349
9350         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
9351         required for 16-bit and 8-bit rotates.
9352         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
9353         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
9354         UINT8_MAX instead of hard-coded constants.
9355         Suggested by Paul Eggert.
9356
9357 2008-09-07  Bruno Haible  <bruno@clisp.org>
9358
9359         * tests/test-striconveh.c (main): Check behaviour when converting from
9360         UTF-7.
9361
9362         Make striconveh work better with stateful encodings.
9363         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
9364         that iconv does not increment the inptr when returning -1/EINVAL.
9365
9366 2008-09-07  Bruno Haible  <bruno@clisp.org>
9367
9368         * build-aux/config.rpath: Update according to libtool-2.2.6.
9369         * build-aux/config.libpath: Likewise.
9370
9371 2008-09-06  Bruno Haible  <bruno@clisp.org>
9372
9373         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
9374         * lib/freadptr.c (freadptr): Likewise.
9375         * lib/freadseek.c (freadptrinc): Likewise.
9376         Reported by Simon Josefsson.
9377
9378 2008-09-06  Bruno Haible  <bruno@clisp.org>
9379
9380         * modules/freadptr (License): Change to LGPLv2+.
9381         * modules/freadseek (License): Likewise.
9382         Suggested by Eric Blake.
9383
9384         * modules/memchr2 (License): Change to LGPLv2+.
9385         Approved by Eric Blake.
9386
9387 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9388             Bruno Haible  <bruno@clisp.org>
9389
9390         Make gnulib-tool work with native 'sed' on AIX.
9391         * gnulib-tool (sed_noop): New variable.
9392         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
9393         func_add_or_update, func_create_testdir): Use it to initialize sed
9394         script variables.
9395         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9396
9397 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
9398             Bruno Haible  <bruno@clisp.org>
9399
9400         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
9401         also works after #include directives.
9402
9403 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
9404
9405         getdate.y: reject an out-of-range timezone value
9406         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
9407         the range [-24...+24].  When specified with only one or two digits,
9408         * tests/test-getdate.c: Tests for the fix.
9409         * doc/getdate.texi: Document this change.
9410
9411 2008-09-03  Bruno Haible  <bruno@clisp.org>
9412
9413         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
9414
9415 2008-09-02  Simon Josefsson  <simon@josefsson.org>
9416
9417         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
9418         <bruce.korb@gmail.com> with ideas from Ben Pfaff
9419         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
9420         Blake <ebb9@byu.net>.
9421
9422         * tests/test-bitrotate.c: Add more test vectors.
9423
9424 2008-09-02  Eric Blake  <ebb9@byu.net>
9425
9426         vasnprintf-posix: handle large precision via %.*d
9427         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
9428         when handling it ourselves.
9429         * tests/test-vasnprintf-posix.c (test_function): Add test.
9430         * tests/test-snprintf-posix.h (test_function): Likewise.
9431         * tests/test-sprintf-posix.h (test_function): Likewise.
9432         * tests/test-vasprintf-posix.c (test_function): Likewise.
9433         Reported by Alain Guibert.
9434
9435 2008-09-01  Eric Blake  <ebb9@byu.net>
9436
9437         c-stack: make configure-time check more robust
9438         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
9439         successful sigaction call.
9440         Reported by Tom G. Christensen.
9441
9442 2008-09-01  Bruno Haible  <bruno@clisp.org>
9443
9444         New module 'findprog-lgpl'.
9445         * modules/findprog-lgpl: New file.
9446         * lib/findprog-lgpl.c: New file.
9447         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
9448         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
9449         to decide whether to use strdup or xstrdup, concatenated_filename or
9450         xconcatenated_filename.
9451
9452 2008-09-01  Bruno Haible  <bruno@clisp.org>
9453
9454         Split module 'concat-filename' into 'concat-filename' (LGPL) and
9455         'xconcat-filename' (GPL).
9456         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
9457         (License): Change to LGPLv2+.
9458         * modules/xconcat-filename: New file.
9459         * lib/concat-filename.h (concatenated_filename): Change specification.
9460         (xconcatenated_filename): New declaration.
9461         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
9462         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
9463         memory situations.
9464         * lib/xconcat-filename.c: New file.
9465         * NEWS: Mention the change.
9466         * lib/findprog.c: Include concat-filename.h, not filename.h.
9467         (find_in_path): Use xconcatenated_filename instead of
9468         concatenated_filename.
9469         * lib/javacomp.c: Include concat-filename.h, not filename.h.
9470         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
9471         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
9472         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
9473         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
9474         instead of concatenated_filename.
9475         * lib/javaexec.c: Include concat-filename.h, not filename.h.
9476         (execute_java_class): Use xconcatenated_filename instead of
9477         concatenated_filename.
9478         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
9479         * modules/javacomp (Depends-on): Likewise.
9480         * modules/javaexec (Depends-on): Likewise.
9481
9482 2008-09-01  Bruno Haible  <bruno@clisp.org>
9483
9484         Split module 'filename' into 'filename' and 'concat-filename'.
9485         * modules/filename: Keep only lib/filename.h.
9486         (License): Change to LGPLv2+.
9487         * modules/concat-filename: New file, extracted from modules/filename.
9488         * lib/filename.h (concatenated_filename): Remove declaration.
9489         * lib/concat-filename.h: New file, extracted from lib/filename.h.
9490         * lib/concat-filename.c: Include concat-filename.h.
9491         * NEWS: Mention the change.
9492
9493 2008-09-01  Simon Josefsson  <simon@josefsson.org>
9494
9495         * lib/bitrotate.h (rotl8, rotr8): Add.
9496
9497         * modules/bitrotate (configure.ac): Need
9498         AC_REQUIRE([AC_C_INLINE]).
9499         (Description): Mention stdint.h.  Reported by Bruno Haible
9500         <bruno@clisp.org>.
9501
9502         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
9503         Paolo Bonzini <bonzini@gnu.org>.
9504
9505 2008-08-31  Bruno Haible  <bruno@clisp.org>
9506
9507         Assume Solaris specific bi-arch conventions on Solaris systems.
9508         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
9509         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
9510         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
9511         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
9512         like acl_libdirstem.
9513         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
9514         acl_libdirstem.
9515         * NEWS: Mention the change.
9516         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
9517
9518 2008-08-31  Jim Meyering  <meyering@redhat.com>
9519
9520         * lib/strftime.h: Add comments describing the two added arguments.
9521
9522         remove duplicate #include directives
9523         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
9524         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
9525
9526 2008-08-31  Bruno Haible  <bruno@clisp.org>
9527
9528         New module 'sigpipe-die'.
9529         * modules/sigpipe-die: New file.
9530         * lib/sigpipe-die.h: New file.
9531         * lib/sigpipe-die.c: New file.
9532         * MODULES.html.sh (Signal handling): Add sigpipe-die.
9533
9534 2008-08-31  Bruno Haible  <bruno@clisp.org>
9535
9536         Don't override previously installed signal handlers.
9537         * lib/fatal-signal.c (saved_sigactions): New variable.
9538         (uninstall_handlers): Reset the signal to the saved handler, not
9539         to SIG_DFL (except when ignored).
9540         (install_handlers): Save the previous handlers.
9541
9542 2008-08-30  Bruno Haible  <bruno@clisp.org>
9543
9544         * gnulib-tool (func_reset_sigpipe): New function.
9545         (func_get_automake_snippet, func_modules_transitive_closure,
9546         func_import): Invoke it before a join command that reads from stdin,
9547         to avoid "echo: write error: Broken pipe" error messages on stderr.
9548         Reported by Sam Steingold <sds@gnu.org>.
9549
9550 2008-08-30  Bruno Haible  <bruno@clisp.org>
9551
9552         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
9553         Code copied from m4/open.m4.
9554         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
9555         access and the filename ends in a slash. Code copied from lib/open.c.
9556         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
9557         * tests/test-fopen.c (main): Check against bug with trailing slash.
9558
9559 2008-08-29  Bruno Haible  <bruno@clisp.org>
9560
9561         Avoid some "gcc -pedantic" warnings.
9562         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
9563         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
9564         * lib/dirent.in.h: Likewise.
9565         * lib/fcntl.in.h: Likewise.
9566         * lib/float.in.h: Likewise.
9567         * lib/iconv.in.h: Likewise.
9568         * lib/inttypes.in.h: Likewise.
9569         * lib/locale.in.h: Likewise.
9570         * lib/math.in.h: Likewise.
9571         * lib/netinet_in.in.h: Likewise.
9572         * lib/search.in.h: Likewise.
9573         * lib/signal.in.h: Likewise.
9574         * lib/stdarg.in.h: Likewise.
9575         * lib/stdint.in.h: Likewise.
9576         * lib/stdio.in.h: Likewise.
9577         * lib/stdlib.in.h: Likewise.
9578         * lib/string.in.h: Likewise.
9579         * lib/strings.in.h: Likewise.
9580         * lib/sys_select.in.h: Likewise.
9581         * lib/sys_socket.in.h: Likewise.
9582         * lib/sys_stat.in.h: Likewise.
9583         * lib/sys_time.in.h: Likewise.
9584         * lib/sysexits.in.h: Likewise.
9585         * lib/time.in.h: Likewise.
9586         * lib/unistd.in.h: Likewise.
9587         * lib/wchar.in.h: Likewise.
9588         * lib/wctype.in.h: Likewise.
9589         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
9590         * modules/fchdir (Makefile.am): Likewise.
9591         * modules/fcntl (Makefile.am): Likewise.
9592         * modules/float (Makefile.am): Likewise.
9593         * modules/iconv_open (Makefile.am): Likewise.
9594         * modules/inttypes (Makefile.am): Likewise.
9595         * modules/locale (Makefile.am): Likewise.
9596         * modules/math (Makefile.am): Likewise.
9597         * modules/netinet_in (Makefile.am): Likewise.
9598         * modules/search (Makefile.am): Likewise.
9599         * modules/signal (Makefile.am): Likewise.
9600         * modules/stdarg (Makefile.am): Likewise.
9601         * modules/stdint (Makefile.am): Likewise.
9602         * modules/stdio (Makefile.am): Likewise.
9603         * modules/stdlib (Makefile.am): Likewise.
9604         * modules/string (Makefile.am): Likewise.
9605         * modules/strings (Makefile.am): Likewise.
9606         * modules/sys_select (Makefile.am): Likewise.
9607         * modules/sys_socket (Makefile.am): Likewise.
9608         * modules/sys_stat (Makefile.am): Likewise.
9609         * modules/sys_time (Makefile.am): Likewise.
9610         * modules/sysexits (Makefile.am): Likewise.
9611         * modules/time (Makefile.am): Likewise.
9612         * modules/unistd (Makefile.am): Likewise.
9613         * modules/wchar (Makefile.am): Likewise.
9614         * modules/wctype (Makefile.am): Likewise.
9615         Reported by Reuben Thomas <rrt@sc3d.org>.
9616
9617 2008-08-29  Bruno Haible  <bruno@clisp.org>
9618
9619         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
9620         any more.
9621
9622 2008-08-29  Simon Josefsson  <simon@josefsson.org>
9623
9624         * MODULES.html.sh (Misc): Add bitrotate.
9625
9626         * modules/bitrotate: New file.
9627
9628         * lib/bitrotate.h: New file.
9629
9630         * modules/bitrotate-tests: New file.
9631
9632         * tests/test-bitrotate.c: New file.
9633
9634         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
9635         on the bitrotate module.
9636
9637         * lib/arctwo.c: Use new bitrotate module.
9638
9639 2008-08-29  Jim Meyering  <meyering@redhat.com>
9640
9641         bootstrap: merge changes from coreutils
9642         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
9643         of copied files.  Remove a kludge, now that this is fixed.
9644         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
9645         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
9646         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
9647
9648 2008-08-29  Bruno Haible  <bruno@clisp.org>
9649
9650         * MODULES.html.sh: Remove --cvs-urls option.
9651
9652 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
9653
9654         maint.mk: adjust to file name change
9655         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
9656
9657 2008-08-28  Jim Meyering  <meyering@redhat.com>
9658
9659         * modules/getndelim2 (License): Relicense to LGPLv2+.
9660         Approved by Richard Stallman for the version of 1995, and by
9661         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
9662
9663 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
9664
9665         * lib/getdelim.c (flockfile, funlockfile): Make all of them
9666         dummy if one is not available.  Do not touch them if
9667         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
9668         (getc_maybe_unlocked): New.
9669         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
9670
9671 2008-08-26  Eric Blake  <ebb9@byu.net>
9672
9673         doc/INSTALL: resync from autoconf
9674         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
9675         (INSTALL_PRELUDE): Delete; this is done more efficiently by
9676         moving...
9677         * install.texi [!autoconf]: ...here.  Resync from autoconf.
9678         * INSTALL: Regenerate.
9679         * INSTALL.ISO: New file.
9680         * INSTALL.UTF-8: Likewise.
9681
9682 2008-08-26  Jim Meyering  <meyering@redhat.com>
9683
9684         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
9685         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
9686         these definitions conditional, so that they may be overridden, too.
9687
9688 2008-08-26  Bruno Haible  <bruno@clisp.org>
9689
9690         Generate INSTALL file variants with prettier quotes.
9691         * doc/Makefile (INSTALL_PRELUDE): New macro.
9692         (INSTALL): Use it.
9693         (INSTALL.ISO, INSTALL.UTF-8): New rules.
9694
9695 2008-08-26  Bruno Haible  <bruno@clisp.org>
9696
9697         Run makeinfo in an English locale.
9698         * doc/Makefile (MAKEINFO): New variable.
9699
9700 2008-08-26  Bruno Haible  <bruno@clisp.org>
9701
9702         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
9703         Suggested by Eric Blake.
9704
9705 2008-08-25  Bruno Haible  <bruno@clisp.org>
9706
9707         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
9708
9709 2008-08-25  Eric Blake  <ebb9@byu.net>
9710
9711         c-stack: test that stack overflow can be caught
9712         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
9713         that platform allows handling stack overflow; at least OS/2 EMX
9714         has sigaltstack, but crashes before transferring control to
9715         handler on stack overflow.
9716         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
9717         check for HAVE_STACK_OVERFLOW_HANDLING.
9718         Reported by Elbert Pol.
9719
9720 2008-08-25  Bruno Haible  <bruno@clisp.org>
9721
9722         * doc/posix-functions/strftime.texi: Fix description of strftime
9723         module.
9724
9725 2008-08-24  Bruno Haible  <bruno@clisp.org>
9726
9727         * tests/uniwidth/test-uc_width2.c: New file.
9728         * tests/uniwidth/test-uc_width2.sh: New file.
9729         * modules/uniwidth/width-tests (Files): Add the new files.
9730         (TESTS): Add uniwidth/test-uc_width2.sh.
9731         (TESTS_ENVIRONMENT): New variable.
9732         (check_PROGRAMS): Add test-uc_width2.
9733         (test_uc_width2_SOURCES): New variable.
9734
9735         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
9736         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
9737         not 0x00AB.
9738         Reported by Alexander V. Lukyanov <lav@netis.ru>.
9739
9740 2008-08-22  Eric Blake  <ebb9@byu.net>
9741
9742         test-lock, test-tls: mention why a test is skipped
9743         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
9744         skipped.
9745         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
9746
9747         count-one-bits: relax license
9748         * modules/count-one-bits (License): Relicense to LGPLv2+.
9749         Suggested by Ludovic Courtès, approved by Ben Pfaff.
9750
9751 2008-08-22  Andreas Schwab  <schwab@suse.de>
9752
9753         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
9754         Remove spurious space in assignment.
9755
9756 2008-08-21  Simon Josefsson  <simon@josefsson.org>
9757
9758         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
9759         Paul Eggert <eggert@CS.UCLA.EDU>.
9760
9761 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
9762
9763         * modules/gettext: Add m4/threadlib.m4.
9764
9765 2008-08-19  Eric Blake  <ebb9@byu.net>
9766
9767         test-c-stack: fix compilation failure on FreeBSD 5.0
9768         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
9769         headers before <sys/resource.h>.
9770         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
9771         the bug.
9772         Reported by Nelson H. F. Beebe.
9773
9774         strverscmp: migrate from "strverscmp.h" to <string.h>
9775         * modules/string (Makefile.am): Add new hooks.
9776         * modules/strverscmp (Files): Remove strverscmp.h.
9777         (Depends-on): Add string.
9778         (configure.ac): Add indicator.
9779         (Include): Mention new header.
9780         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
9781         defaults.
9782         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
9783         results.
9784         * lib/strverscmp.h: Delete.
9785         * lib/string.in.h (strverscmp): Provide declaration, when needed.
9786         * tests/test-strverscmp.c (includes): Adjust client.
9787         * lib/check-version.c (includes): Likewise.
9788         * NEWS: Document the change.
9789
9790         strverscmp: add unit test
9791         * modules/strverscmp-tests: New file.
9792         * tests/test-strverscmp.c: Likewise.
9793
9794 2008-08-19  Simon Josefsson  <simon@josefsson.org>
9795
9796         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
9797         regarding Windows crypto stuff, from Mono.
9798
9799 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
9800
9801         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
9802         if present, for intel RND.  Return error on failures.
9803
9804 2008-08-18  Ben Pfaff  <blp@gnu.org>
9805
9806         gitlog-to-changelog: give better diagnostic for failed pipe-open
9807         * build-aux/gitlog-to-changelog: Improve error message: suggest
9808         that the version of Git may be too old.
9809
9810 2008-08-18  Simon Josefsson  <simon@josefsson.org>
9811
9812         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
9813         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
9814
9815 2008-08-18  Bruno Haible  <bruno@clisp.org>
9816
9817         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
9818         pthread_in_use().
9819
9820 2008-08-18  Bruno Haible  <bruno@clisp.org>
9821
9822         * lib/glthread/threadlib.c: Include <pthread.h>.
9823
9824 2008-08-18  Bruno Haible  <bruno@clisp.org>
9825
9826         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
9827         glthread_recursive_lock_* macros.
9828         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
9829         Fix syntax error.
9830
9831 2008-08-18  Bruno Haible  <bruno@clisp.org>
9832
9833         * lib/glthread/thread.c: Avoid forcing a context switch right after
9834         thread creation.
9835
9836 2008-08-17  Bruno Haible  <bruno@clisp.org>
9837
9838         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
9839         * lib/glthread/thread.h: Provide Win32 specific implementation.
9840         * modules/thread (Files): Add lib/glthread/thread.c.
9841         (Depends-on): Add lock.
9842         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
9843
9844 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9845
9846         New module 'yield'.
9847         * modules/yield: New file.
9848         * lib/glthread/yield.h: New file.
9849         * m4/yield.m4: New file.
9850         * MODULES.html.sh (Multithreading): Add yield.
9851
9852 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9853
9854         New module 'thread'.
9855         * modules/thread: New file.
9856         * lib/glthread/thread.h: New file.
9857         * m4/thread.m4: New file.
9858         * MODULES.html.sh (Multithreading): Add thread.
9859
9860 2008-08-17  Bruno Haible  <bruno@clisp.org>
9861
9862         * lib/glthread/lock.h: Include <stdlib.h> always.
9863         * lib/glthread/tls.h: Likewise.
9864         * lib/glthread/cond.h: Likewise.
9865
9866 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9867
9868         New module 'cond'.
9869         * modules/cond: New file.
9870         * lib/glthread/cond.h: New file.
9871         * lib/glthread/cond.c: New file.
9872         * m4/cond.m4: New file.
9873         * MODULES.html.sh (Multithreading): Add cond.
9874
9875 2008-08-16  Eric Blake  <ebb9@byu.net>
9876
9877         c-stack: fix regression on Irix 5.3 from 2008-06-21
9878         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
9879         sa_sigaction...
9880         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
9881         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
9882         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
9883         * modules/signal (Makefile.am): Use the value.
9884         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
9885         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
9886         * doc/posix-headers/signal.texi (signal.h): Document this
9887         portability issue.
9888         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
9889         Reported by Tom G. Christensen.
9890
9891 2008-08-17  Bruno Haible  <bruno@clisp.org>
9892
9893         New module 'threadlib'.
9894         * modules/threadlib: New file.
9895         * lib/glthread/threadlib.c: New file, extracted from
9896         lib/glthread/lock.c.
9897         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
9898         functions.
9899         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
9900         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
9901         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
9902         macros.
9903         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
9904         (gl_DISABLE_THREADS): Remove macro.
9905         * modules/lock (Files): Remove build-aux/config.rpath.
9906         (Depends-on): Remove havelib. Add threadlib.
9907         (configure.ac-early): Remove section.
9908         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
9909         * modules/tls (Depends-on): Remove lock. Add threadlib.
9910         (Link): New section, copied from threadlib.
9911         * MODULES.html.sh (Multithreading): Add threadlib.
9912
9913 2008-08-14  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
9916         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
9917         glthread_rwlock_unlock, glthread_rwlock_destroy,
9918         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
9919         glthread_recursive_lock_destroy): Define as macros always.
9920         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
9921         glthread_lock_lock.
9922         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
9923         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
9924         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
9925         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
9926         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
9927         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
9928         (glthread_recursive_lock_lock_func): Renamed from
9929         glthread_recursive_lock_lock.
9930         (glthread_recursive_lock_unlock_func): Renamed from
9931         glthread_recursive_lock_unlock.
9932         (glthread_recursive_lock_destroy_func): Renamed from
9933         glthread_recursive_lock_destroy.
9934
9935 2008-08-14  Bruno Haible  <bruno@clisp.org>
9936
9937         * lib/glthread/lock.h: Renamed from lib/lock.h.
9938         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
9939         * lib/glthread/tls.h: Renamed from lib/tls.h.
9940         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
9941         * lib/fstrcmp.c: Update includes.
9942         * lib/strsignal.c: Update includes.
9943         * modules/lock (Files, Makefile.am): Update.
9944         (Include): Change to "glthread/lock.h".
9945         * modules/tls (Files, Makefile.am): Update.
9946         (Include): Change to "glthread/tls.h".
9947         * tests/test-lock.c: Update includes.
9948         * tests/test-tls.c: Update includes.
9949         * NEWS: Mention the renamed header files.
9950
9951 2008-08-11  Jim Meyering  <meyering@redhat.com>
9952
9953         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
9954
9955 2008-08-11  Eric Blake  <ebb9@byu.net>
9956
9957         test-c-stack: avoid C99-ism
9958         * tests/test-c-stack.c (main): Fix whitespace, move declaration
9959         before statement.
9960         Reported by Alain Guibert.
9961
9962 2008-08-10  Jim Meyering  <meyering@redhat.com>
9963
9964         ensure that return value of uinttostr et al are not ignored
9965         * lib/inttostr.h (__GNUC_PREREQ): Define.
9966         (__attribute_warn_unused_result__): Define.
9967         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
9968
9969 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
9970
9971         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
9972         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
9973
9974 2008-08-07  Jim Meyering  <meyering@redhat.com>
9975
9976         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
9977
9978         * modules/mkstemp (License): Relicense under LGPLv2+.
9979         * modules/tempname (License): Likewise.
9980
9981 2008-08-06  Bruno Haible  <bruno@clisp.org>
9982
9983         * lib/poll.c (poll): Further micro-optimization.
9984
9985 2008-08-06  Jim Meyering  <meyering@redhat.com>
9986
9987         inet_pton.c: use locale-independent tolower
9988         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
9989         (inet_pton6): Use c_tolower rather than tolower.
9990         * modules/inet_pton (Depends-on): Add c-ctype.
9991
9992 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
9993
9994         * lib/poll.c (poll): Avoid division when timeout is 0, cache
9995         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
9996
9997 2008-08-06  Jim Meyering  <meyering@redhat.com>
9998
9999         * modules/inet_pton (License): Relicense under LGPLv2+.
10000
10001 2008-08-03  Bruno Haible  <bruno@clisp.org>
10002
10003         Additional non-aborting API for lock and tls.
10004         * lib/lock.h: Include <errno.h>.
10005         (glthread_lock_init): New macro/function.
10006         (gl_lock_init): Define as wrapper around glthread_lock_init.
10007         (glthread_lock_lock): New macro/function.
10008         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
10009         (glthread_lock_unlock): New macro/function.
10010         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
10011         (glthread_lock_destroy): New macro/function.
10012         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
10013         (glthread_rwlock_init): New macro/function.
10014         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
10015         (glthread_rwlock_rdlock): New macro/function.
10016         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
10017         (glthread_rwlock_wrlock): New macro/function.
10018         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
10019         (glthread_rwlock_unlock): New macro/function.
10020         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
10021         (glthread_rwlock_destroy): New macro/function.
10022         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
10023         (glthread_recursive_lock_init): New macro/function.
10024         (gl_recursive_lock_init): Define as wrapper around
10025         glthread_recursive_lock_init.
10026         (glthread_recursive_lock_lock): New macro/function.
10027         (gl_recursive_lock_lock): Define as wrapper around
10028         glthread_recursive_lock_lock.
10029         (glthread_recursive_lock_unlock): New macro/function.
10030         (gl_recursive_lock_unlock): Define as wrapper around
10031         glthread_recursive_lock_unlock.
10032         (glthread_recursive_lock_destroy): New macro/function.
10033         (gl_recursive_lock_destroy): Define as wrapper around
10034         glthread_recursive_lock_destroy.
10035         (glthread_once): New macro/function.
10036         (gl_once): Define as wrapper around glthread_once.
10037         Update function declarations.
10038         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
10039         glthread_rwlock_init. Return error code.
10040         (glthread_rwlock_rdlock_multithreaded): Renamed from
10041         glthread_rwlock_rdlock. Return error code.
10042         (glthread_rwlock_wrlock_multithreaded): Renamed from
10043         glthread_rwlock_wrlock. Return error code.
10044         (glthread_rwlock_unlock_multithreaded): Renamed from
10045         glthread_rwlock_unlock. Return error code.
10046         (glthread_rwlock_destroy_multithreaded): Renamed from
10047         glthread_rwlock_destroy. Return error code.
10048         (glthread_recursive_lock_init_multithreaded): Renamed from
10049         glthread_recursive_lock_init. Return error code.
10050         (glthread_recursive_lock_lock_multithreaded): Renamed from
10051         glthread_recursive_lock_lock. Return error code.
10052         (glthread_recursive_lock_unlock_multithreaded): Renamed from
10053         glthread_recursive_lock_unlock. Return error code.
10054         (glthread_recursive_lock_destroy_multithreaded): Renamed from
10055         glthread_recursive_lock_destroy. Return error code.
10056         (glthread_once_call): Make static.
10057         (glthread_once_multithreaded): Renamed from glthread_once.
10058         * lib/tls.h: Include <errno.h>.
10059         (glthread_tls_key_init): New macro/function.
10060         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
10061         (glthread_tls_set): New macro/function.
10062         (gl_tls_set): Define as wrapper around glthread_tls_set.
10063         (glthread_tls_key_destroy): New macro/function.
10064         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
10065         Update function declarations.
10066         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
10067         glthread_tls_get.
10068         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10069
10070 2008-08-04  Eric Blake  <ebb9@byu.net>
10071
10072         gnumakefile: use space, not TAB, outside of targets
10073         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
10074
10075 2008-08-02  Jim Meyering  <meyering@redhat.com>
10076
10077         getdate.y: avoid locale-dependent date parsing failure
10078         In Turkish locales, getdate would fail to recognize keywords
10079         containing a lowercase "i".  The solution is not to rely on
10080         locale-sensitive case-conversion.
10081         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
10082         (lookup_word): Use c_toupper in place of toupper.
10083         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
10084         Reported by Vefa Bicakci <bicave@superonline.com> in
10085         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
10086         * modules/getdate (Depends-on): Add c-ctype.
10087
10088 2008-08-02  Bruno Haible  <bruno@clisp.org>
10089
10090         * gnulib-tool (func_import): When updating or creating a .gitignore
10091         file, prepend each added line with a slash, and ignore leading slashes
10092         from the existing lines.
10093         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10094
10095 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10096
10097         Portability fix for GNU make 3.79.1.
10098         * top/GNUmakefile: Avoid 'else COND', which older GNU make
10099         versions do not understand.
10100
10101 2008-08-01  Bruno Haible  <bruno@clisp.org>
10102
10103         Work around bug of HP-UX 10.20 cc with -0.0 literal.
10104         * tests/test-isnanf.h (zero): New variable.
10105         (main): Avoid literal -0.0f.
10106         * tests/test-isnand.h (zero): New variable.
10107         (main): Avoid literal -0.0.
10108         * tests/test-isnanl.h (zero): New variable.
10109         (main): Avoid literal -0.0L.
10110         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
10111         (test_float, test_double, test_long_double): Avoid literals -0.0f,
10112         -0.0, -0.0L.
10113         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
10114         (test_signbitd): Avoid literal -0.0.
10115         (test_signbitl): Avoid literal -0.0L.
10116         * tests/test-ceilf1.c (zero): New variable.
10117         (main): Avoid literal -0.0f.
10118         * tests/test-ceill.c (zero): New variable.
10119         (main): Avoid literal -0.0L.
10120         * tests/test-floorf1.c (zero): New variable.
10121         (main): Avoid literal -0.0f.
10122         * tests/test-floorl.c (zero): New variable.
10123         (main): Avoid literal -0.0L.
10124         * tests/test-roundf1.c (zero): New variable.
10125         (main): Avoid literal -0.0f.
10126         * tests/test-round1.c (zero): New variable.
10127         (main): Avoid literal -0.0.
10128         * tests/test-roundl.c (zero): New variable.
10129         (main): Avoid literal -0.0L.
10130         * tests/test-truncf1.c (zero): New variable.
10131         (main): Avoid literal -0.0f.
10132         * tests/test-trunc1.c (zero): New variable.
10133         (main): Avoid literal -0.0.
10134         * tests/test-truncl.c (zero): New variable.
10135         (main): Avoid literal -0.0L.
10136         * tests/test-frexp.c (zero): New variable.
10137         (main): Avoid literal -0.0.
10138         * tests/test-frexpl.c (zero): New variable.
10139         (main): Avoid literal -0.0L.
10140         * tests/test-ldexpl.c (zero): New variable.
10141         (main): Avoid literal -0.0L.
10142         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10143         (zerod, zerol): New variables.
10144         (test_function): Avoid literals -0.0, -0.0L.
10145         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
10146         (zerod, zerol): New variables.
10147         (test_function): Avoid literals -0.0, -0.0L.
10148         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10149         (zerod, zerol): New variables.
10150         (test_function): Avoid literals -0.0, -0.0L.
10151         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
10152         (zerod, zerol): New variables.
10153         (test_function): Avoid literals -0.0, -0.0L.
10154         * tests/test-strtod.c (zero): New variable.
10155         (main): Avoid literal -0.0.
10156         Reported by Jonathan C. Patschke <jp@centtech.com>.
10157
10158 2008-07-31  Jim Meyering  <meyering@redhat.com>
10159
10160         sha256.h: correct definition of SHA224_DIGEST_SIZE
10161         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
10162         Reported by Paulie Pena IV <paulie4@gmail.com>.
10163         Define as 224 / 8, rather than as a literal.
10164         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
10165         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
10166         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
10167
10168 2008-07-31  Bruno Haible  <bruno@clisp.org>
10169
10170         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
10171         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
10172         Reported by Jonathan Patschke <jp@centtech.com>.
10173
10174 2008-07-31  Bruno Haible  <bruno@clisp.org>
10175
10176         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
10177         Reported by Paolo Bonzini <bonzini@gnu.org>.
10178
10179 2008-07-30  Eric Blake  <ebb9@byu.net>
10180
10181         test-strtod: allow compilation without -lm
10182         * tests/test-strtod.c (main): Avoid link dependence on fabs.
10183         Reported by Dennis Clarke <blastwave@gmail.com>.
10184
10185 2008-07-28  Jim Meyering  <meyering@redhat.com>
10186
10187         bootstrap: work also when there are no .po files in po/
10188         * build-aux/bootstrap (update_po_files): Complete the change
10189         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
10190
10191 2008-07-27  Jim Meyering  <meyering@redhat.com>
10192
10193         * users.txt: Add zile.
10194
10195 2008-07-26  Ben Pfaff  <blp@gnu.org>
10196
10197         Add missing dependencies on new m4/exponent[fdl].m4 files.
10198         * modules/isnanf-nolibm: Add m4/exponentf.m4.
10199         * modules/isnand-nolibm: Add m4/exponentd.m4.
10200         * modules/isnanl-nolibm: Add m4/exponentl.m4.
10201         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
10202         m4/isnan[fdl].m4, because the macros actually used moved.
10203         Reported by Jim Meyering.
10204
10205 2008-07-14  Ben Pfaff  <blp@gnu.org>
10206
10207         Add isinf module.
10208         * lib/isinf.c: New file.
10209         * lib/math.in.h: Define isinf macro if we have decided to replace
10210         it.
10211         * m4/isinf.m4: New file.
10212         * m4/math_h.m4: Initialize and substitute variables for isinf
10213         module.
10214         * modules/isinf: New file.
10215         * modules/isinf-tests: New file.
10216         * modules/math: Add substitutions for new module.
10217         * tests/test-isinf.c: New file.
10218         * doc/posix-functions/isinf.texi: Mention new module.
10219         * MODULES.html.sh: Mention new module.
10220
10221 2008-07-14  Ben Pfaff  <blp@gnu.org>
10222
10223         Factor out some macros for use by additional modules.
10224         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
10225         exponentf.m4.
10226         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
10227         exponentd.m4.
10228         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
10229         file exponentl.m4.
10230         * m4/exponentf.m4: New file.
10231         * m4/exponentd.m4: New file.
10232         * m4/exponentl.m4: New file.
10233         * modules/isnanf: Use new file m4/exponentf.m4.
10234         * modules/isnand: Use new file m4/exponentd.m4.
10235         * modules/isnanl: Use new file m4/exponentl.m4.
10236
10237 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
10238
10239         mktime.c: normalize tp->tm_isdst value to -1/0/1.
10240         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
10241         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
10242         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
10243
10244         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
10245         readlink on platforms without PATH_MAX.
10246
10247 2008-07-21  Eric Blake  <ebb9@byu.net>
10248
10249         Warn, not fail, on stale version.
10250         * top/GNUmakefile (_curr-ver): Tone down previous patch.
10251
10252         Don't allow installation with stale devel version number.
10253         * top/GNUmakefile (_is-install-target): New macro.
10254         (_curr-ver): Forbid installation with stale version number.
10255
10256 2008-07-20  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
10259         TESTS_ENVIRONMENT.
10260         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
10261
10262 2008-07-20  Bruno Haible  <bruno@clisp.org>
10263
10264         * lib/c-stack.h (c_stack_action): Add documentation.
10265         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
10266
10267 2008-07-20  Bruno Haible  <bruno@clisp.org>
10268
10269         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
10270         * modules/readlink (License): Likewise.
10271
10272 2008-07-17  Eric Blake  <ebb9@byu.net>
10273
10274         * modules/c-stack (Link): Fix typo.
10275
10276         Make c-stack use libsigsegv, when available.
10277         * modules/c-stack (Depends-on): Add libsigsegv.
10278         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
10279         needed.
10280         * lib/c-stack.c (SIGSTKSZ): Define fallback.
10281         (segv_handler, overflow_handler, c_stack_action)
10282         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
10283         implementation when libsigsegv is available, but only when using
10284         the library is necessary.
10285         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
10286         comment, explaining why XSI check fails on Linux.
10287         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
10288         * tests/test-c-stack2.sh: Tweak skip message.
10289         * NEWS: Document new link-time requirements.
10290
10291 2008-07-16  Eric Blake  <ebb9@byu.net>
10292
10293         c-stack: Expose false positives when not using libsigsegv.
10294         * modules/c-stack-tests (Files): Expand test.
10295         * tests/test-c-stack.c (main): Add means to conditionally trigger
10296         non-overflow SIGSEGV.
10297         * tests/test-c-stack2.sh: New file.
10298
10299 2008-07-14  Bruno Haible  <bruno@clisp.org>
10300
10301         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
10302         Reported by Eric Blake.
10303
10304 2008-07-14  Sam Steingold  <sds@gnu.org>
10305             Bruno Haible  <bruno@clisp.org>
10306
10307         New module libsigsegv.
10308         * modules/libsigsegv: New file.
10309         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
10310         modifications.
10311         * MODULES.html.sh (Signal handling): New section.
10312
10313 2008-07-14  Bruno Haible  <bruno@clisp.org>
10314
10315         * modules/unictype/ctype-* (Description): Add the word "function".
10316         Improves the resulting doc in MODULES.html.
10317
10318 2008-07-12  Ben Pfaff  <blp@gnu.org>
10319
10320         Add longlong module.
10321         * modules/longlong: New file.
10322
10323 2008-07-12  Bruno Haible  <bruno@clisp.org>
10324
10325         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
10326         to empty.
10327
10328 2008-07-10  Ben Pfaff  <blp@gnu.org>
10329
10330         Add isnan module.
10331         * doc/posix-functions/isnan.texi: Mention new module.
10332         * lib/math.in.h: Define isnan macro if we have decided to replace
10333         it.
10334         * m4/isnan.m4: New file.
10335         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
10336         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
10337         also.
10338         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
10339         redundancy.
10340         * m4/math_h.m4: Initialize and substitute variables for isnan
10341         module.
10342         * modules/isnan: New file.
10343         * modules/isnan-tests: New file.
10344         * modules/math: Add substitutions for new module.
10345         * tests/test-isnan.c: New file.
10346         * MODULES.html.sh: Mention new module.
10347
10348 2008-07-10  Ben Pfaff  <blp@gnu.org>
10349
10350         Add isnanf module.
10351         * lib/isnanf.m4: New file.
10352         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
10353         (gl_HAVE_ISNANF_IN_LIBM): New macro.
10354         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
10355         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
10356         * modules/isnanf: New file.
10357         * modules/isnanf-tests: New file.
10358         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
10359         files.
10360         * tests/test-isnanf-nolibm.c: factored most of its contents into
10361         new file tests/test-isnanf.h.
10362         * tests/test-isnanf.h: New file.
10363         * tests/test-isnanf.c: New file.
10364         * MODULES.html.sh: Mention new module.
10365         * doc/glibc-functions/isnanf.texi: Mention new module.
10366
10367 2008-07-10  Ben Pfaff  <blp@gnu.org>
10368
10369         Add isnand module.
10370         * lib/isnand.h: New file.
10371         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
10372         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
10373         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
10374         functionality also.
10375         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
10376         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
10377         (gl_HAVE_ISNAND_IN_LIBM): New macro.
10378         * modules/isnand: New file.
10379         * modules/isnand-tests: New file.
10380         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
10381         files.
10382         * tests/test-isnand-nolibm.c: factored most of its contents into
10383         new file tests/test-isnand.h.
10384         * tests/test-isnand.h: New file.
10385         * tests/test-isnand.c: New file.
10386         * MODULES.html.sh: Mention new module.
10387
10388 2008-07-10  Ben Pfaff  <blp@gnu.org>
10389
10390         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
10391         * lib/isnand.h: Rename lib/isnand-nolibm.h.
10392         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
10393         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
10394         * modules/isnanf-nolibm: Update references to renamed files.
10395         * modules/isnand-nolibm: Likewise.
10396         * modules/isnanf-nolibm-tests: Likewise.
10397         * modules/isnand-nolibm-tests: Likewise.
10398         * lib/frexp.c: Likewise.
10399         * lib/isfinite.c: Likewise.
10400         * lib/signbitd.c: Likewise.
10401         * lib/signbitf.c: Likewise.
10402         * lib/vasnprintf.c: Likewise.
10403         * tests/test-ceilf1.c: Likewise.
10404         * tests/test-ceilf2.c: Likewise.
10405         * tests/test-floorf1.c: Likewise.
10406         * tests/test-floorf2.c: Likewise.
10407         * tests/test-frexp.c: Likewise.
10408         * tests/test-round1.c: Likewise.
10409         * tests/test-round2.c: Likewise.
10410         * tests/test-roundf1.c: Likewise.
10411         * tests/test-strtod.c: Likewise.
10412         * tests/test-trunc1.c: Likewise.
10413         * tests/test-trunc2.c: Likewise.
10414         * tests/test-truncf1.c: Likewise.
10415         * tests/test-truncf2.c: Likewise.
10416         * NEWS: Mention the renamed header files.
10417
10418 2008-07-11  Jim Meyering  <meyering@redhat.com>
10419
10420         vc-list-files: make the last-resort awk code more portable
10421         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
10422         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
10423         does not support it.
10424
10425 2008-07-10  Eric Blake  <ebb9@byu.net>
10426
10427         Work with tar's bootstrap.
10428         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
10429         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
10430         an m4 comment.
10431
10432 2008-07-09  Jim Meyering  <meyering@redhat.com>
10433
10434         posix-shell.m4: fix typo that made this test malfunction
10435         * m4/posix-shell.m4: Remove capitalization in variable name.
10436
10437 2008-07-08  Bruno Haible  <bruno@clisp.org>
10438
10439         * m4/onceonly.m4: Update comments.
10440         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10441
10442 2008-07-04  Jim Meyering  <meyering@redhat.com>
10443
10444         * users.txt: Add vc-dwim.
10445         (bison, coreutils): Use the gitweb URL.
10446
10447 2008-07-03  Jim Meyering  <meyering@redhat.com>
10448
10449         * users.txt: Add libffcall.  From Sam Steingold.
10450
10451 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
10452
10453         getdate.y: do not ignore TZ with relative day, month or year offset
10454         * lib/getdate.y (get_date): Move the tz-handling block to follow the
10455         relative-date-handling, since otherwise, the latter would clobber the
10456         sole output (an updated Start value) of the tz-handling block.
10457         * tests/test-getdate.c: Tests for the fix
10458
10459 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10460
10461         Recognize 'foo_LIBRARIES += libgnu.a'.
10462         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
10463         makefile snippet has already specified an installation location,
10464         also using '+='.
10465
10466 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
10467
10468         getdate.y: factor out common actions
10469         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
10470         Use them in place of open-coded actions.
10471
10472 2008-07-01  Simon Josefsson  <simon@josefsson.org>
10473
10474         Add self-test for getdate module.
10475         * modules/getdate-tests: New file.
10476         * tests/test-getdate.c: New file.
10477
10478 2008-06-29  Bruno Haible  <bruno@clisp.org>
10479
10480         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
10481         .gitignore.
10482         Reported by Sylvain Beucler <beuc@beuc.net>.
10483
10484 2008-06-29  Bruno Haible  <bruno@clisp.org>
10485
10486         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
10487         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
10488
10489 2008-06-29  Bruno Haible  <bruno@clisp.org>
10490
10491         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
10492         EXTRA_DIST.
10493         Reported by Sylvain Beucler <beuc@beuc.net>.
10494
10495 2008-06-26  Jim Meyering  <meyering@redhat.com>
10496
10497         make several modules depend on the "open" module
10498         This provides slightly increased consistency when opening-for-write
10499         the name of a non-directory spelled with a trailing slash.
10500         * modules/chdir-safer: Likewise.
10501         * modules/chown: Likewise.
10502         * modules/clean-temp: Likewise.
10503         * modules/copy-file: Likewise.
10504         * modules/fchdir: Likewise.
10505         * modules/fcntl-safer: Likewise.
10506         * modules/pipe: Likewise.
10507         * modules/utime: Likewise.
10508         Prompted by Eric Blake and Bruno Haible.
10509
10510 2008-06-24  Andreas Schwab  <schwab@suse.de>
10511
10512         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
10513         literals can be used as initializers for global variables.
10514
10515 2008-06-23  Eric Blake  <ebb9@byu.net>
10516
10517         Make gnulib-cache.m4 easier to diff.
10518         * gnulib-tool (func_import): Allow newlines when reading cached
10519         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
10520
10521 2008-06-23  Bruno Haible  <bruno@clisp.org>
10522
10523         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
10524         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
10525         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
10526         m4/signalblocking.m4.
10527         (gl_PREREQ_SIGACTION): Don't invoke it.
10528         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
10529         gl_PREREQ_SIG_HANDLER_H.
10530         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
10531         Don't check for sigaction here.
10532
10533 2008-06-23  Bruno Haible  <bruno@clisp.org>
10534
10535         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
10536         (install_handlers): Don't set the SA_RESETHAND flag.
10537
10538 2008-06-23  Bruno Haible  <bruno@clisp.org>
10539
10540         * m4/sigaction.m4: Comment fixes.
10541         * lib/signal.in.h: Likewise.
10542
10543 2008-06-23  Eric Blake  <ebb9@byu.net>
10544
10545         Fix typo.
10546         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
10547
10548         Avoid SA_ namespace.
10549         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
10550         Reported by Ralf Wildenhues.
10551
10552         Avoid test failure due to SA_RESTORER.
10553         * tests/test-sigaction.c (SA_MASK): New macro.
10554         (main): Avoid failing due to extension flags being set.
10555         Reported by Jim Meyering.
10556
10557         Revert use of sig-handler.h in sigprocmask.c.
10558         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
10559         it requires the existence of struct sigaction.
10560         * lib/sigprocmask.c (handler_t): Restore typedef.
10561         (rpl_signal, old_handlers): Use local type.
10562
10563 2008-06-22  Bruno Haible  <bruno@clisp.org>
10564
10565         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
10566         conditionally.
10567         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10568
10569 2008-06-22  Bruno Haible  <bruno@clisp.org>
10570
10571         * doc/posix-functions/siginterrupt.texi: Move note.
10572
10573         * lib/signal.in.h (SA_RESTART): New macro.
10574         * lib/sigaction.c: Update comment.
10575
10576         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
10577
10578         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
10579         (gl_PREREQ_SIGPROCMASK): Invoke it.
10580         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
10581
10582         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
10583
10584         * lib/sigprocmask.c: Update a comment.
10585
10586 2008-06-21  Eric Blake  <ebb9@byu.net>
10587
10588         Use sigaction module rather than signal().
10589         * modules/c-stack (Depends-on): Add sigaction.
10590         * modules/fatal-signal (Depends-on): Likewise.
10591         * modules/nanosleep (Depends-on): Likewise.
10592         * modules/sigprocmask (Files): Add sig-handler.h.
10593         * modules/sigaction (Files): Likewise.
10594         * lib/sig-handler.h (get_handler): New file, suggested by Paul
10595         Eggert.
10596         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
10597         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
10598         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
10599         (init_fatal_signals): Likewise.
10600         * lib/nanosleep.c (rpl_nanosleep): Likewise.
10601         (siginterrupt): Delete fallback.
10602         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
10603         instead.
10604         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
10605         siginterrupt.
10606
10607         New module sigaction, for mingw.
10608         * modules/sigaction: New module...
10609         * modules/sigaction-tests: ...and its test.
10610         * m4/sigaction.m4: New file.
10611         * lib/sigaction.c: Likewise.
10612         * tests/test-sigaction.c: Likewise.
10613         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
10614         * modules/signal (Makefile.am): Likewise.
10615         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
10616         needed.
10617         * doc/posix-headers/signal.texi (signal.h): Mention provided
10618         types.
10619         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
10620         that sigaction is preferable.
10621         * doc/posix-functions/sigaction.texi (sigaction): Mention new
10622         module.
10623         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10624         sigaction.
10625
10626         Improve robustness of sigprocmask by overriding signal.
10627         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
10628         is in use.
10629         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
10630         (SIGKILL, SIGSTOP): Provide fallbacks.
10631         (rpl_signal): Implement.
10632         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
10633         signal can be called inside handlers.
10634
10635         Fix nanosleep module on mingw.
10636         * modules/nanosleep (Depends-on): Add sys_select.
10637         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
10638
10639         Fix licensing of sigprocmask.
10640         * modules/raise (License): Relicense as LGPL.
10641
10642 2008-06-21  Bruno Haible  <bruno@clisp.org>
10643
10644         * lib/propername.c (proper_name_utf8): Don't use the transliterated
10645         result if it contains question marks.
10646         Reported by Michael Geng <linux@michaelgeng.de>.
10647
10648 2008-06-19  Bruno Haible  <bruno@clisp.org>
10649
10650         Fix CVS-ism.
10651         * doc/gnulib.texi: Include updated-stamp.texi.
10652         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
10653         (updated-stamp.texi): New rule.
10654         (gnulib.info): Depend on it.
10655         * doc/.gitignore: Add updated-stamp.texi.
10656         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
10657
10658 2008-06-19  Bruno Haible  <bruno@clisp.org>
10659
10660         * doc/Makefile (gnulib.info): Update and simplify dependencies.
10661         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
10662
10663 2008-06-19  Eric Blake  <ebb9@byu.net>
10664
10665         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
10666         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
10667         Reported by Stepan Kasal.
10668
10669 2008-06-18  Bruno Haible  <bruno@clisp.org>
10670
10671         * lib/fatal-signal.c (init_fatal_signals): Add comment.
10672         Reported by Eric Blake.
10673
10674 2008-06-18  Eric Blake  <ebb9@byu.net>
10675
10676         Work around cygwin 1.5.25 strsignal bug.
10677         * tests/test-strsignal.c: Allow for const char *.
10678         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
10679
10680 2008-06-18  Simon Josefsson  <simon@josefsson.org>
10681
10682         * users.txt: Update URL to article and add author/date
10683         information.
10684
10685 2008-06-17  Bruno Haible  <bruno@clisp.org>
10686
10687         New macro gl_DISABLE_THREADS.
10688         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
10689         if the user did not pass --enable-threads or --disable-threads option.
10690         (gl_DISABLE_THREADS): New macro.
10691         Reported by Eric Blake <ebb9@byu.net>.
10692
10693 2008-06-17  Bruno Haible  <bruno@clisp.org>
10694
10695         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
10696         when the macro ignores it.
10697         Based on a patch by Eric Blake <ebb9@byu.net>.
10698
10699 2008-06-17  Bruno Haible  <bruno@clisp.org>
10700
10701         * modules/tls (License): Change to LGPLv2+.
10702         Reported by Eric Blake.
10703
10704 2008-06-17  Eric Blake  <ebb9@byu.net>
10705
10706         Simplify c-stack prerequisites.
10707         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
10708         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
10709         no longer requires <ucontext.h> to exist.  Optimize setrlimit
10710         check.
10711         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
10712         <sys/resource.h>.
10713
10714         Move c-stack test into testsuite.
10715         * modules/c-stack-tests: New file.
10716         * lib/c-stack.c [DEBUG]: Move test program...
10717         * tests/test-c-stack.c: ...into this new file.  Skip rather than
10718         fail test if sigaltstack is lacking.
10719         * tests/test-c-stack.sh: New driver file.
10720
10721 2008-06-16  Eric Blake  <ebb9@byu.net>
10722
10723         Use raise module consistently.
10724         * modules/fatal-signal (Depends-on): Add raise.
10725         * modules/sigprocmask (Depends-on): Likewise.
10726         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
10727         * lib/sigprocmask.c (sigprocmask): Likewise.
10728         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
10729         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
10730
10731         Fix compliance bug in sigpending.
10732         * lib/sigprocmask.c (sigpending): Return pending array via
10733         parameter, not return value.
10734
10735 2008-06-14  Eric Blake  <ebb9@byu.net>
10736
10737         Improve obstack-printf test code.
10738         * tests/test-obstack-printf.c (test_function): Fix comment, and
10739         simplify usage of obstack_* in macros.  Add a test for coverage.
10740         Reported by Bruno Haible.
10741
10742 2008-06-14  Bruno Haible  <bruno@clisp.org>
10743
10744         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
10745         array size as a constant, not as a const variable.
10746         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
10747         AC_USE_SYSTEM_EXTENSIONS.
10748         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
10749         Test whether the obstack_printf function actually exists.
10750         * modules/obstack-printf (Depends-on): Add extensions.
10751         (Include): Remove obstack.h.
10752         * modules/obstack-printf-posix (Depends-on): Add extensions.
10753         (Include): Remove obstack.h.
10754
10755 2008-06-13  Eric Blake  <ebb9@byu.net>
10756
10757         Add obstack-printf and obstack-printf-posix modules.
10758         * modules/obstack-printf: New file.
10759         * modules/obstack-printf-posix: Likewise.
10760         * MODULES.html.sh (Misc): Mention them.
10761         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
10762         Likewise.
10763         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
10764         Likewise.
10765         * modules/stdio (Makefile.am): Accomodate new modules.
10766         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10767         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
10768         Declare.
10769         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
10770         functions.
10771         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
10772         (gl_REPLACE_OBSTACK_PRINTF): New macros
10773         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
10774         * tests/test-obstack-printf.c: New file.
10775         * modules/obstack-printf-tests: Likewise.
10776         * modules/obstack-printf-posix-tests: Likewise.
10777
10778 2008-06-11  Bruno Haible  <bruno@clisp.org>
10779
10780         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
10781         * lib/open.c: Include errno.h.
10782         (open): Fail when attempting to write to a file that has a trailing
10783         slash.
10784         * tests/test-open.c (main): Test against trailing slash bug.
10785         * doc/posix-functions/open.texi: Mention the trailing slash bug.
10786
10787 2008-06-10  Bruno Haible  <bruno@clisp.org>
10788
10789         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
10790         for $? to work inside the trap command, with various /bin/sh-s.
10791         * tests/test-vc-list-files-cvs.sh: Likewise.
10792
10793 2008-06-10  Bruno Haible  <bruno@clisp.org>
10794
10795         * lib/acl-internal.h: Don't include gettext.h here.
10796         * lib/set-mode-acl.c: Include gettext.h here.
10797         * lib/copy-acl.c: Likewise.
10798
10799 2008-06-10  Bruno Haible  <bruno@clisp.org>
10800
10801         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
10802         * lib/wait-process.c (wait_subprocess): Likewise.
10803         * lib/execute.h (execute): Add termsigp argument.
10804         * lib/execute.c (execute): Likewise.
10805         * lib/csharpcomp.c (compile_csharp_using_pnet,
10806         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
10807         * lib/csharpexec.c (execute_csharp_using_pnet,
10808         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
10809         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
10810         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
10811         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
10812         is_jikes_present): Update.
10813         * lib/javaexec.c (execute_java_class): Update.
10814         * lib/javaversion.c (execute_and_read_line): Update.
10815         * NEWS: Document the changes.
10816         Reported by Eric Blake.
10817
10818 2008-06-10  Eric Blake  <ebb9@byu.net>
10819
10820         Add missing include.
10821         * tests/test-strstr.c (includes): Add <signal.h>.
10822         * tests/test-strcasestr.c (includes): Likewise.
10823         * tests/test-memmem.c (includes): Likewise.
10824
10825 2008-06-10  Bruno Haible  <bruno@clisp.org>
10826
10827         * lib/wait-process.c (wait_subprocess): Add an assertion.
10828
10829 2008-06-10  Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
10832
10833 2008-06-10  Bruno Haible  <bruno@clisp.org>
10834
10835         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
10836         using alarm().
10837         * tests/test-strcasestr.c (main): Likewise.
10838         * tests/test-strstr.c (main): Likewise.
10839
10840 2008-06-09  Bruno Haible  <bruno@clisp.org>
10841
10842         Work around the Solaris 10 ACE ACLs ABI change.
10843         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
10844         declare if ACL_NO_TRIVIAL is present.
10845         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
10846         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
10847         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
10848         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
10849         define if ACL_NO_TRIVIAL is present.
10850         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
10851         and use the current ABI.
10852         (file_has_acl): Use same #if condition as elsewhere.
10853         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
10854         in use, and use the current ABI.
10855         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
10856         Reported by Jim Meyering.
10857
10858 2008-06-09  Eric Blake  <ebb9@byu.net>
10859
10860         Work around environments that (stupidly) ignore SIGALRM.
10861         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
10862         before using alarm().
10863         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10864         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10865         Reported by Ian Beckwith <ianb@erislabs.net>.
10866
10867         Produce autobuild blurb earlier in log.
10868         * modules/autobuild (configure.ac-early): Move AB_INIT here.
10869
10870 2008-06-09  Jim Meyering  <meyering@redhat.com>
10871         and OndÅ™ej Vašík  <ovasik@redhat.com>
10872
10873         utimens.c: correct kernel bug work-around
10874         OndÅ™ej Vašík found that the invalid return value of 280 indicates
10875         failure, not success, and the kernel bug we're trying to work
10876         around affects not just the utimensat call, but also the fallback
10877         futimens call.
10878         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
10879         not success.
10880         [HAVE_FUTIMENS]: Use the same work-around, here.
10881
10882 2008-06-09  Jim Meyering  <meyering@redhat.com>
10883
10884         add more guards around definition of ACE_-related code
10885         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
10886         ALLOW and ACE_OWNER are also defined.
10887
10888 2008-06-08  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/acl-internal.h: Add me as co-author.
10891         * lib/file-has-acl.c: Likewise.
10892         * lib/set-mode-acl.c: Likewise.
10893         * lib/copy-acl.c: Likewise.
10894
10895 2008-06-08  Bruno Haible  <bruno@clisp.org>
10896
10897         Add support for AIX ACLs.
10898         * lib/acl-internal.h (acl_nontrivial): New declaration.
10899         * lib/file-has-acl.c (acl_nontrivial): New function.
10900         (file_has_acl): Add implementation using AIX 4 ACL API.
10901         * lib/set-mode-acl.c (qset_acl): Likewise.
10902         * lib/copy-acl.c (qcopy_acl): Likewise.
10903
10904 2008-06-08  Bruno Haible  <bruno@clisp.org>
10905
10906         Add support for HP-UX ACLs.
10907         * lib/acl-internal.h (acl_nontrivial): New declaration.
10908         * lib/file-has-acl.c (acl_nontrivial): New function.
10909         (file_has_acl): Add implementation using HP-UX 11 ACL API.
10910         * lib/set-mode-acl.c (qset_acl): Likewise.
10911         * lib/copy-acl.c (qcopy_acl): Likewise.
10912
10913 2008-06-08  Bruno Haible  <bruno@clisp.org>
10914
10915         Add support for Cygwin ACLs.
10916         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
10917         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
10918         the chmod_or_fchmod call.
10919         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
10920
10921 2008-06-08  Bruno Haible  <bruno@clisp.org>
10922
10923         Fix bug with setuid modes in Solaris 10+ code.
10924         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
10925         succeeded, when the mode contains some special bits.
10926
10927 2008-06-08  Bruno Haible  <bruno@clisp.org>
10928
10929         Add support for Solaris 7..10 ACLs.
10930         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
10931         declarations.
10932         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
10933         functions.
10934         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
10935         * lib/set-mode-acl.c (qset_acl): Likewise.
10936         * lib/copy-acl.c (qcopy_acl): Likewise.
10937
10938 2008-06-08  Bruno Haible  <bruno@clisp.org>
10939
10940         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
10941         declaration.
10942         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
10943         (acl_access_nontrivial): Remove MacOS X case.
10944         (file_has_acl): Use acl_extended_nontrivial.
10945         * lib/copy-acl.c (qcopy_acl): Likewise.
10946
10947 2008-06-08  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
10950
10951 2008-06-08  Jim Meyering  <meyering@redhat.com>
10952
10953         * modules/acl (Maintainer): Add Bruno Haible.
10954
10955 2008-06-07  Bruno Haible  <bruno@clisp.org>
10956
10957         Improve support for Tru64 ACLs.
10958         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
10959         ACL on OSF/1.
10960
10961 2008-06-07  Bruno Haible  <bruno@clisp.org>
10962
10963         Add support for MacOS X ACLs.
10964         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
10965         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
10966         * lib/set-mode-acl.c (qset_acl): Likewise.
10967         * lib/copy-acl.c (qcopy_acl): Likewise.
10968
10969 2008-06-07  Bruno Haible  <bruno@clisp.org>
10970
10971         Fix memory leak introduced on 2008-05-22.
10972         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
10973         use.
10974
10975 2008-06-07  Bruno Haible  <bruno@clisp.org>
10976
10977         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
10978         to construct an empty ACL.
10979
10980 2008-06-07  Bruno Haible  <bruno@clisp.org>
10981
10982         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
10983         precisely.
10984         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
10985
10986 2008-06-07  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
10989         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
10990
10991 2008-06-07  Bruno Haible  <bruno@clisp.org>
10992
10993         * doc/posix-functions/_setjmp.texi: Explain the use of this function
10994         regardless of POSIX.
10995         * doc/posix-functions/_longjmp.texi: Likewise.
10996         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
10997         SystemV platform in this case.
10998
10999 2008-06-06  Eric Blake  <ebb9@byu.net>
11000
11001         Document abort() bugs.
11002         * doc/posix-functions/abort.texi (abort): Mention anomalies.
11003
11004         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
11005         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
11006         sigsetjmp.
11007         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
11008         siglongjmp, but only as a macro.
11009         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
11010         is obsolete.
11011         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
11012
11013         Tweak documentation to cover cygwin argz bugs.
11014         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
11015         argz bug fix; no code change needed since no cygwin releases
11016         occurred between the last fix and the bug being tested.
11017         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
11018         module and recently fixed cygwin bugs.
11019         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
11020         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
11021         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
11022         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
11023         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
11024         Likewise.
11025         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
11026         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
11027         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
11028         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
11029         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
11030         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
11031         Likewise.
11032
11033         Avoid gcc warning on cygwin.
11034         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
11035         !ACL_NO_TRIVIAL]: Avoid unused variable.
11036
11037 2008-06-05  Eric Blake  <ebb9@byu.net>
11038
11039         Be tolerant of UNKNOWN version in gnulib-tool test dir.
11040         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
11041         git-version-gen fails to come up with a version.
11042         Reported by Simon Josefsson.
11043
11044 2008-06-05  Jim Meyering  <meyering@redhat.com>
11045             Paul Eggert  <eggert@cs.ucla.edu>
11046
11047         utimens.c: work around a probable Linux kernel bug
11048         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
11049         appears to be a kernel bug that causes utimensat to return 280
11050         instead of 0, indicating success.
11051
11052 2008-06-04  Bruno Haible  <bruno@clisp.org>
11053
11054         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
11055         2008-06-01 commit.
11056
11057 2008-06-04  Bruno Haible  <bruno@clisp.org>
11058
11059         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
11060         * lib/file-has-acl.c (acl_access_nontrivial): New function.
11061         (file_has_acl): Use it. Save errno afterwards.
11062         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
11063
11064 2008-06-03  Bruno Haible  <bruno@clisp.org>
11065
11066         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
11067         draft code. Simplify #ifs.
11068         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
11069         Put Solaris code after POSIX-draft code. Fix comments regarding
11070         Solaris 10, HP-UX. Mention Cygwin.
11071         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
11072
11073 2008-06-03  Eric Blake  <ebb9@byu.net>
11074
11075         Provide fallback for older kernels.
11076         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
11077         Provide runtime fallback if kernel lacks support.
11078         Reported by Mike Frysinger.
11079
11080 2008-06-02  Bruno Haible  <bruno@clisp.org>
11081
11082         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
11083         it exists.
11084
11085 2008-06-02  Bruno Haible  <bruno@clisp.org>
11086
11087         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
11088         * lib/copy-acl.c (qcopy_acl): Update comment.
11089
11090 2008-06-02  Bruno Haible  <bruno@clisp.org>
11091
11092         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
11093         like ACL APIs.
11094
11095 2008-06-02  Bruno Haible  <bruno@clisp.org>
11096
11097         * tests/test-file-has-acl.sh: Use different code for Cygwin.
11098         * tests/test-set-mode-acl.sh: Likewise.
11099         * tests/test-copy-acl.sh: Likewise.
11100         * tests/test-copy-file.sh: Likewise.
11101
11102 2008-06-02  Bruno Haible  <bruno@clisp.org>
11103
11104         * tests/test-file-has-acl.sh: Remove unused code.
11105
11106 2008-06-01  Bruno Haible  <bruno@clisp.org>
11107
11108         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
11109         (copy_acl): Just a wrapper around qcopy_acl that emits the error
11110         messages.
11111         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
11112
11113 2008-06-01  Bruno Haible  <bruno@clisp.org>
11114
11115         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
11116         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
11117         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
11118         APIs.
11119         * modules/acl-tests (configure.ac): Remove tests now contained in
11120         m4/acl.m4.
11121
11122 2008-06-02  Jim Meyering  <meyering@redhat.com>
11123
11124         announce-gen: use a better key-server host name
11125         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
11126         it may be more consistently reliable.  Suggested by Werner Koch
11127         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
11128
11129 2008-06-01  Bruno Haible  <bruno@clisp.org>
11130
11131         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
11132         Reported by Voroskoi Andras <voroskoi@gmail.com>.
11133
11134 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
11135
11136         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
11137
11138 2008-06-01  Bruno Haible  <bruno@clisp.org>
11139
11140         New ACL tests.
11141         * tests/test-file-has-acl.sh: New file.
11142         * tests/test-file-has-acl.c: New file.
11143         * tests/test-set-mode-acl.sh: New file.
11144         * tests/test-set-mode-acl.c: New file.
11145         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
11146         * tests/test-copy-acl.c: New file.
11147         * modules/acl-tests: New file, based on modules/copy-file-tests.
11148         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
11149         (Depends-on): Add acl-tests.
11150         (configure.ac): Remove checks.
11151         (Makefile.am): Don't create test-sameacls program here any more.
11152
11153 2008-06-01  Bruno Haible  <bruno@clisp.org>
11154
11155         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
11156         * tests/test-sameacls.c: Include progname.h.
11157         (main): Invoke set_program_name. Portability fixes for MacOS X,
11158         Solaris, HP-UX.
11159
11160 2008-06-01  Bruno Haible  <bruno@clisp.org>
11161
11162         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
11163         function.
11164         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
11165
11166 2008-06-01  Bruno Haible  <bruno@clisp.org>
11167
11168         * modules/rpmatch (Depends-on): Add strdup.
11169
11170 2008-06-01  Bruno Haible  <bruno@clisp.org>
11171
11172         * lib/pipe.c: Include unistd-safer.h.
11173         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
11174         * modules/pipe (Depends-on): Add unistd-safer.
11175
11176 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11177
11178         * modules/autobuild (configure.ac): Call AB_INIT.
11179
11180 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11181
11182         * tests/test-getaddrinfo.c: Don't print debug messages by default.
11183         Suggested by Bruno Haible <bruno@clisp.org>.
11184
11185 2008-05-30  Simon Josefsson  <simon@josefsson.org>
11186
11187         * tests/test-base64.c: Cast size_t to unsigned long when invoking
11188         printf.  Use %lu instead of %d.  Reported by Bruno Haible
11189         <bruno@clisp.org>.
11190
11191 2008-05-29  Eric Blake  <ebb9@byu.net>
11192
11193         Prefer new POSIX 200x interfaces over futimesat.
11194         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
11195         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
11196         when available.
11197         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
11198
11199 2008-05-28  Bruno Haible  <bruno@clisp.org>
11200
11201         * modules/stpcpy (License): Change to LGPLv2+.
11202         Requested by David Lutterkort <dlutter@redhat.com>.
11203
11204 2008-05-27  Bruno Haible  <bruno@clisp.org>
11205
11206         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
11207         current mingw.
11208         Reported by Jose E. Marchesi <jemarch@gnu.org>.
11209
11210 2008-05-27  Bruno Haible  <bruno@clisp.org>
11211
11212         * modules/iconv_open (Link): New section, from module 'iconv'.
11213         * modules/striconv (Link): Likewise.
11214         * modules/striconveh (Link): Likewise.
11215         * modules/xstriconv (Link): Likewise.
11216         * modules/unicodeio (Link): Likewise.
11217         * modules/propername (Link): Likewise.
11218         Reported by Jim Meyering.
11219
11220 2008-05-26  Jim Meyering  <meyering@redhat.com>
11221
11222         sha256: do not artificially restrict buffer length to be < 2^32
11223         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
11224         uint32_t to size_t.
11225         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
11226         to match.
11227
11228         avoid unaligned access errors, e.g., on sparc
11229         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
11230         direct access through a possibly-unaligned uint64* pointer.
11231         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
11232         direct access through a possibly-unaligned uint32* pointer.
11233         Prompted by this patch from Tom "spot" Callaway:
11234         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
11235
11236         sha512.c: fix typo in comment
11237         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
11238
11239 2008-05-25  Bruno Haible  <bruno@clisp.org>
11240
11241         * lib/set-mode-acl.c: Renamed from lib/acl.c.
11242         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
11243         (Makefile.am): Update lib_SOURCES.
11244
11245 2008-05-25  Bruno Haible  <bruno@clisp.org>
11246
11247         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
11248
11249 2008-05-25  Jim Meyering  <meyering@redhat.com>
11250
11251         useless-if-before-free: freed expr may have white-space differences
11252         * build-aux/useless-if-before-free: Recognize cases in which the
11253         freed expression differs from the tested one in embedded white
11254         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
11255         $1 was used, so we can't make any regexp shy.  Improved tests now
11256         detect this.
11257
11258         useless-if-before-free: accept white space in the expression.
11259         * build-aux/useless-if-before-free: For now, any white space
11260         in the expression must be identical in the free argument.
11261
11262         useless-if-before-free: efficiency tweak
11263         * build-aux/useless-if-before-free: Make the expression-matching
11264         regexp "shy".
11265         Make the *outer* regexp shy, not the expr-matching one.
11266
11267         update code-in-comment to accept cast of free arg
11268         * build-aux/useless-if-before-free: Update regexp.
11269
11270 2008-05-25  Bruno Haible  <bruno@clisp.org>
11271
11272         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
11273         * modules/copy-file-tests (Files, Makefile.am): Update.
11274         * tests/test-copy-file.c (func_test_copy): Update.
11275
11276 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
11277
11278         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
11279
11280 2008-05-23  Bruno Haible  <bruno@clisp.org>
11281
11282         Improve support for ACLs on OSF/1.
11283         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
11284         Remove fallback for unknown flavors of ACLs.
11285
11286 2008-05-22  Bruno Haible  <bruno@clisp.org>
11287
11288         Add support for ACLs on OSF/1.
11289         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
11290         replacements.
11291         (acl_free_text): New macro fallback.
11292         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
11293         acl_free.
11294         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
11295         acl_free_text function. Require AC_C_INLINE.
11296
11297 2008-05-22  Bruno Haible  <bruno@clisp.org>
11298
11299         Make copy_acl work on MacOS X 10.5.
11300         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
11301         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
11302         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
11303         If MODE_INSIDE_ACL, don't assume that every system has the same text
11304         representation for ACLs as FreeBSD.
11305         * lib/copy-acl.c (copy_acl): Add support for platforms with
11306         !MODE_INSIDE_ACL.
11307         * lib/file-has-acl.c (file_has_acl): Likewise.
11308         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
11309         FreeBSD, MacOS X, or IRIX, respectively.
11310
11311 2008-05-22  Bruno Haible  <bruno@clisp.org>
11312
11313         * lib/acl.h: Don't include <sys/acl.h>.
11314         (GETACLCNT): Move fallback to lib/acl-internal.h.
11315         * lib/acl-internal.h: Include <sys/acl.h> here.
11316         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
11317
11318 2008-05-22  Bruno Haible  <bruno@clisp.org>
11319
11320         Split off copy_acl function to separate file.
11321         * lib/copy-acl.c: New file, extracted from lib/acl.c.
11322         * lib/acl.c (copy_acl): Moved function to separate file.
11323         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
11324         * modules/acl (Files): Add lib/copy-acl.c.
11325         (Makefiles.am): Augment lib_SOURCES.
11326
11327 2008-05-22  Bruno Haible  <bruno@clisp.org>
11328
11329         * modules/copy-file-tests: New file.
11330         * tests/test-copy-file.sh: New file.
11331         * tests/test-copy-file.c: New file.
11332         * tests/test-copy-file-sameacls.c: New file.
11333
11334 2008-05-22  Eric Blake  <ebb9@byu.net>
11335
11336         Avoid gcc warning.
11337         * tests/test-memcmp.c (main): Pass NULL indirectly.
11338
11339 2008-05-21  Bruno Haible  <bruno@clisp.org>
11340
11341         Add reference doc about ACLs.
11342         * doc/acl-resources.txt: New file.
11343         * doc/acl-cygwin.txt: New file.
11344
11345 2008-05-21  Bruno Haible  <bruno@clisp.org>
11346
11347         Avoid one more warning from gcc.
11348         * lib/vasnprintf.c (IF_LINT): Update comments.
11349         (VASNPRINTF): Use it also for the 'prefix' array initializer.
11350
11351 2008-05-21  Jim Meyering  <meyering@redhat.com>
11352
11353         avoid a warning from gcc
11354         * lib/vasnprintf.c (IF_LINT): Define.
11355         (scale10_round_decimal_long_double):
11356         Use it to avoid a "may be used uninitialized" warning.
11357         (scale10_round_decimal_double): Likewise.
11358
11359 2008-05-21  Simon Josefsson  <simon@josefsson.org>
11360
11361         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
11362         declared.
11363
11364 2008-05-20  Bruno Haible  <bruno@clisp.org>
11365
11366         * tests/test-memcmp.c (main): Test also the sign of the result. Test
11367         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
11368
11369 2008-05-20  Simon Josefsson  <simon@josefsson.org>
11370
11371         * modules/memcmp-tests: New file.
11372         * tests/test-memcmp.c: New file.
11373
11374 2008-05-19  Bruno Haible  <bruno@clisp.org>
11375
11376         * modules/propername (Notice, configure.ac): Put quoted "..." into
11377         --keyword option.
11378         * lib/propername.h: Update comments accordingly.
11379         Reported by Eric Blake.
11380
11381 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
11382
11383         * modules/getpass-gnu (Depends-on): Add fseeko.
11384
11385 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11386
11387         * modules/base64-tests: New file.
11388
11389 2008-05-19  Bo Borgerson <gigabo@gmail.com>
11390
11391         * lib/base64.c (base64_decode_ctx): If a decode context structure
11392         was passed in use it to ignore newlines.  If a context structure
11393         was _not_ passed in, continue to treat newlines as garbage (this
11394         is the historical behavior).  Formerly base64_decode.
11395         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
11396         takes a decode context structure.
11397         * lib/base64.h (base64_decode): Macro for four-argument calls.
11398         (base64_decode_alloc): Likewise.
11399         * lib/base64.c (base64_decode_ctx): If a decode context structure
11400         was passed in use it to ignore newlines.  If a context structure
11401         was _not_ passed in, continue to treat newlines as garbage (this
11402         is the historical behavior).  Formerly base64_decode.
11403         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
11404         takes a decode context structure.
11405         * lib/base64.h (base64_decode): Macro for four-argument calls.
11406         (base64_decode_alloc): Likewise.
11407
11408 2008-05-19  Jim Meyering  <meyering@redhat.com>
11409
11410         avoid a warning from gcc
11411         * lib/trim.c (IF_LINT): Define.
11412         (trim2): Use it to avoid a "may be used uninitialized" warning.
11413
11414         Fix doc typo.
11415         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
11416
11417 2008-05-19  Bruno Haible  <bruno@clisp.org>
11418
11419         * doc/glibc-functions/getpass.texi: Document limits of other
11420         implementations.
11421
11422 2008-05-19  Simon Josefsson  <simon@josefsson.org>
11423             Bruno Haible <bruno@clisp.org>
11424
11425         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
11426
11427 2008-05-18  Bruno Haible  <bruno@clisp.org>
11428
11429         * modules/propername: New file, from GNU gettext.
11430         * lib/propername.h: New file, from GNU gettext.
11431         * lib/propername.c: New file, from GNU gettext.
11432         * MODULES.html.sh (Internationalization functions): Add propername.
11433
11434 2008-05-16  Jim Meyering  <meyering@redhat.com>
11435             Bruno Haible  <bruno@clisp.org>
11436
11437         Avoid some warnings from "gcc -Wshadow".
11438         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
11439
11440 2008-05-15  Eric Blake  <ebb9@byu.net>
11441
11442         Extend previous patch to cygwin 1.7.0.
11443         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
11444         fast implementation in cygwin >= 1.7.0.
11445         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11446         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11447
11448 2008-05-15  Bruno Haible  <bruno@clisp.org>
11449
11450         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
11451         implementation in glibc >= 2.9.
11452         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11453         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11454
11455 2008-05-15  Bruno Haible  <bruno@clisp.org>
11456
11457         * MODULES.html.sh (Internationalization functions): Remove linebreak.
11458         (Unicode string functions): Add unilbrk/*.
11459         Reported by Karl Berry.
11460
11461 2008-05-15  Eric Blake  <ebb9@byu.net>
11462
11463         Fix violation of <stdbool.h> replacement in regex.
11464         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
11465         * lib/regexec.c (re_search_internal): Likewise.
11466         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
11467
11468 2008-05-15  Jim Meyering  <meyering@redhat.com>
11469
11470         avoid distracting test output when git or cvs is not found
11471         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
11472         * tests/test-vc-list-files-git.sh: Likewise.
11473
11474 2008-05-15  Eric Blake  <ebb9@byu.net>
11475
11476         Glibc finally accepted the memmem speedup code, bugzilla #5514.
11477         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
11478         glibc version.
11479         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11480         * doc/posix-functions/strstr.texi (strstr): Likewise.
11481         * lib/str-two-way.h (MAX): Sychronize with glibc.
11482
11483 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
11484
11485         * lib/regcomp.c (optimize_utf8): Add a note on why we test
11486         opr.ctx_type.
11487         (calc_first): Initialize constraint field.
11488         (duplicate_node_closure): Use it instead of special casing ANCHORS.
11489         Fix grammar.
11490         (duplicate_node): Merge constraint field for all node types.
11491         (calc_eclosure_iter): Look at constraint field for all node types.
11492         * lib/regex_internal.c (create_cd_newstate): Don't look at
11493         opr.ctx_type.
11494
11495 2008-05-14  Bruno Haible  <bruno@clisp.org>
11496
11497         Help GCC to do better code generation.
11498         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
11499         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
11500         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
11501         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
11502         Declare with attribute 'malloc' if supported.
11503
11504 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
11505
11506         use "echo STR|wc -c" rather than unportable "expr length STR"
11507         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
11508         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
11509
11510 2008-05-14  Jim Meyering  <meyering@redhat.com>
11511
11512         use dd ibs=$n count=1 ... rather than less-portable head -c$n
11513         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
11514         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
11515         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
11516         via Collin Lasse.
11517
11518 2008-05-14  Eric Blake  <ebb9@byu.net>
11519
11520         Avoid quadratic growth in gl_LIBSOURCES.
11521         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
11522         Suggested by Bruno Haible.
11523
11524         Test xmemdup0.
11525         * modules/xmemdup0-tests: New file.
11526         * tests/test-xmemdup0.c: Likewise.
11527
11528 2008-05-13  Eric Blake  <ebb9@byu.net>
11529
11530         Split xmemdup0 into its own module.
11531         * modules/xmemdup0: New file.
11532         * lib/xmemdup0.h: Likewise.
11533         * lib/xmemdup0.c: Likewise.
11534         * MODULES.html.sh (Memory management functions): Add xmemdup0.
11535         * lib/xalloc.h (xmemdup0): Remove.
11536         * lib/xmalloc.c (xmemdup0): Likewise.
11537
11538 2008-05-13  Eric Blake  <ebb9@byu.net>
11539             Bruno Haible  <bruno@clisp.org>
11540
11541         Reduce number of forks required during autoconf.
11542         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
11543         and gl_LIBSOURCES_DIR.
11544         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
11545         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
11546         m4_syscmd per file.
11547         <m4_foreach_w>: Move...
11548         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
11549
11550 2008-05-13  Eric Blake  <ebb9@byu.net>
11551
11552         * gnulib-tool: Fix various comment typos.
11553
11554 2008-05-12  Bruno Haible  <bruno@clisp.org>
11555
11556         Tailor the linebreaking algorithm.
11557         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
11558
11559 2008-05-12  Bruno Haible  <bruno@clisp.org>
11560
11561         Update to Unicode 5.0.0.
11562         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
11563         LBP_JV, LBP_JT. Redistribute values.
11564         (unilbrk_table): Change size.
11565         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
11566         Unicode TR#14 rev. 22.
11567         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
11568         LBP_JV, LBP_JT. Redistribute values.
11569         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
11570         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
11571         Update.
11572         * lib/unilbrk/lbrkprop1.h: Regenerated.
11573         * lib/unilbrk/lbrkprop2.h: Regenerated.
11574         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
11575         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
11576         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
11577         Likewise.
11578         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
11579         Likewise.
11580         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
11581         result.
11582         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
11583         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
11584         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
11585         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
11586         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
11587         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
11588
11589 2008-05-11  Bruno Haible  <bruno@clisp.org>
11590
11591         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
11592
11593 2008-05-11  Bruno Haible  <bruno@clisp.org>
11594
11595         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
11596         * modules/unilbrk/gen-lbrk: New file.
11597
11598 2008-05-11  Bruno Haible  <bruno@clisp.org>
11599
11600         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
11601         * m4/sha512.m4 (gl_SHA512): Likewise.
11602
11603 2008-05-11  Jim Meyering  <meyering@redhat.com>
11604
11605         New modules: crypto/sha256, crypto/sha512 (from coreutils)
11606         * modules/crypto/sha256: New file.
11607         * modules/crypto/sha512: Likewise.
11608         * lib/sha256.c: Likewise.
11609         * lib/sha256.h: Likewise.
11610         * lib/sha512.c: Likewise.
11611         * lib/sha512.h: Likewise.
11612         * lib/u64.h: Likewise.
11613         * m4/sha256.m4: Likewise.
11614         * m4/sha512.m4: Likewise.
11615         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
11616
11617 2008-05-10  Bruno Haible  <bruno@clisp.org>
11618
11619         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
11620         (Input/Output <stdio.h>): Add xprintf.
11621         (Signal handling <signal.h>): Add strsignal.
11622         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
11623         (Core language properties): Add func.
11624         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
11625         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
11626         strings.
11627         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
11628         (Input/output): New section.
11629         (File system functions): Add openat-die, stat-macros.
11630         (Networking functions): Add sockets.
11631         (Unicode string functions): Add unictype/*.
11632         (Support for building libraries and executables): Add gperf.
11633         (Support for building documentation): Add agpl-3.0.
11634         (Misc): Add nocrash.
11635
11636 2008-05-10  Bruno Haible  <bruno@clisp.org>
11637
11638         * modules/unictype/gen-ctype: New file.
11639
11640 2008-05-10  Jim Meyering  <meyering@redhat.com>
11641
11642         Make chdir-safer.c more efficient on a system with no symlinks.
11643         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
11644         also if ELOOP is zero.  Suggested by Bruno Haible.
11645
11646         Make chdir-safer.c slightly safer.
11647         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
11648         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
11649
11650         Avoid compile failure on systems without ELOOP (like mingw).
11651         * lib/chdir-safer.c (ELOOP): Define if not already defined.
11652         Reported by Bruno Haible.
11653
11654 2008-05-10  Bruno Haible  <bruno@clisp.org>
11655
11656         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
11657         (is_utf8_encoding): Use a case-insensitive comparison.
11658         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
11659         streq.
11660
11661 2008-05-10  Bruno Haible  <bruno@clisp.org>
11662
11663         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
11664         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
11665         * lib/unilbrk/ulc-common.h (iconv_string_length,
11666         iconv_string_keeping_offsets): Remove declarations.
11667         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
11668         Don't include <iconv.h>, streq.h, xsize.h.
11669         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
11670         conversion.
11671         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
11672         <iconv.h>, streq.h, xsize.h.
11673         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
11674         conversion.
11675         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
11676         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
11677         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
11678         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
11679
11680 2008-05-10  Bruno Haible  <bruno@clisp.org>
11681
11682         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
11683         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
11684
11685         * modules/unilbrk/u32-width-linebreaks-tests: New file.
11686         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
11687
11688         * modules/unilbrk/u16-width-linebreaks-tests: New file.
11689         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
11690
11691         * modules/unilbrk/u8-width-linebreaks-tests: New file.
11692         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
11693
11694         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
11695         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
11696
11697         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
11698         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
11699
11700         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
11701         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
11702
11703         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
11704         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
11705
11706 2008-05-10  Bruno Haible  <bruno@clisp.org>
11707
11708         Split up 'linebreak' module.
11709         * lib/unilbrk.h: New file, based on lib/linebreak.h.
11710         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
11711         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
11712         modifications.
11713         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
11714         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
11715         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
11716         lib/linebreak.c.
11717         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
11718         lib/linebreak.c.
11719         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
11720         lib/linebreak.c.
11721         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
11722         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
11723         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
11724         lib/linebreak.c.
11725         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
11726         lib/linebreak.c.
11727         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
11728         lib/linebreak.c.
11729         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
11730         lib/linebreak.c.
11731         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
11732         lib/linebreak.c.
11733         * modules/unilbrk/base: New file.
11734         * modules/unilbrk/tables: New file.
11735         * modules/unilbrk/u8-possible-linebreaks: New file.
11736         * modules/unilbrk/u16-possible-linebreaks: New file.
11737         * modules/unilbrk/u32-possible-linebreaks: New file.
11738         * modules/unilbrk/ulc-common: New file.
11739         * modules/unilbrk/ulc-possible-linebreaks: New file.
11740         * modules/unilbrk/u8-width-linebreaks: New file.
11741         * modules/unilbrk/u16-width-linebreaks: New file.
11742         * modules/unilbrk/u32-width-linebreaks: New file.
11743         * modules/unilbrk/ulc-width-linebreaks: New file.
11744         * lib/linebreak.h: Remove file.
11745         * lib/linebreak.c: Remove file.
11746         * m4/linebreak.m4: Remove file.
11747         * modules/linebreak: Remove file.
11748         * NEWS: Mention the changes.
11749
11750 2008-05-09  Eric Blake  <ebb9@byu.net>
11751
11752         Add xmemdup0.
11753         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
11754         implementation.
11755         * lib/xmalloc.c (xmemdup0): New C implementation.
11756
11757 2008-05-08  Bruno Haible  <bruno@clisp.org>
11758
11759         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
11760
11761 2008-05-07  Eric Blake  <ebb9@byu.net>
11762
11763         Support cross-compilation of <wctype.h>.
11764         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
11765         AC_CACHE_CHECK.
11766
11767 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
11768
11769         * build-aux/vc-list-files: Add support for bzr.
11770
11771 2008-05-03  Jim Meyering  <meyering@redhat.com>
11772
11773         avoid failed assertion with tight malloc
11774         * tests/test-getndelim2.c: Correct an off-by-one assertion.
11775
11776 2008-05-03  Simon Josefsson  <simon@josefsson.org>
11777
11778         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
11779         are needed from arpa/inet.h.
11780         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
11781         Reported by Bruno Haible.
11782
11783 2008-05-02  Jim Meyering  <meyering@redhat.com>
11784
11785         avoid compilation error on FreeBSD 6
11786         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
11787
11788 2008-05-01  Jim Meyering  <meyering@redhat.com>
11789
11790         useless-if-before-free: correct --help's exit status description
11791         * build-aux/useless-if-before-free (usage): Like grep, exit 0
11792         for one or more matches, etc.  Reported by Bruno Haible.
11793
11794         vc-list-files: make the stand-alone gnulib test work
11795         * modules/vc-list-files-tests (configure.ac):
11796         Define and AC_SUBST abs_aux_dir.
11797         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
11798         $(abs_top_srcdir) to each script and having each of them
11799         duplicate the work of setting PATH, set PATH here, using
11800         the new variable, abs_aux_dir instead.
11801         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
11802         * tests/test-vc-list-files-git.sh: Likewise.
11803         Reported by Bruno Haible.
11804
11805 2008-05-01  Bruno Haible  <bruno@clisp.org>
11806
11807         * lib/getndelim2.c (getndelim2): Fix newsize computation during
11808         reallocation. Rename 'done' to 'found_delimiter'.
11809
11810 2008-05-01  Jim Meyering  <meyering@redhat.com>
11811
11812         vc-list-files: accommodate /bin/sh like the one from Solaris 10
11813         * build-aux/vc-list-files: Use `...`, not $(...).
11814
11815 2008-04-30  Jim Meyering  <meyering@redhat.com>
11816
11817         add tests for vc-list-files
11818         * modules/vc-list-files-tests: New module.
11819         * tests/test-vc-list-files-cvs.sh: New file.
11820         * tests/test-vc-list-files-git.sh: New file.
11821
11822         avoid a warning from gcc
11823         * lib/getndelim2.c (IF_LINT): Define.
11824         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
11825
11826         vc-list-files: work properly with build-aux/cvsu, too
11827         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
11828         to all cvs-based clauses.
11829
11830         vc-list-files: work properly in the CVS+awk case, too
11831         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
11832
11833         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
11834         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
11835         take more than one file argument, so .  Add quotes, just in case $dir
11836         ever contains a shell meta-character.  Prompted by Soren Hansen in
11837         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
11838
11839 2008-04-29  Eric Blake  <ebb9@byu.net>
11840
11841         Optimize getndelim2 to use block operations when possible.
11842         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
11843         freadseek, and memchr2.
11844         * lib/getndelim2.c (getndelim2): Use them for block reads.
11845
11846 2008-04-29  Bruno Haible  <bruno@clisp.org>
11847
11848         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
11849         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11850         * modules/inet_ntop (Depends-on): Add extensions.
11851         * modules/inet_pton (Depends-on): Likewise.
11852         Reported by Simon Josefsson.
11853
11854 2008-04-29  Jim Meyering  <meyering@redhat.com>
11855
11856         When the is more than one match in a block, match all of them.
11857         * build-aux/useless-if-before-free: Iterate through each block
11858         until there are no more matches.
11859
11860         Fix broken useless-if-before-free script.
11861         * build-aux/useless-if-before-free: Fix typo: missing "?" after
11862         the expression to match cast of argument to free-like function.
11863
11864 2008-04-29  Eric Blake  <ebb9@byu.net>
11865
11866         Use new header.
11867         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
11868
11869 2008-04-29  Jim Meyering  <meyering@redhat.com>
11870
11871         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
11872         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
11873         by gnulib to exist and to declare e.g., inet_ntop.
11874         Don't include "inet_ntop.h", now removed.
11875
11876         * m4/arpa_inet_h.m4: Remove trailing blanks.
11877
11878 2008-04-29  Eric Blake  <ebb9@byu.net>
11879
11880         Silence valgrind on safe reads beyond potential array bounds.
11881         * lib/rawmemchr.valgrind: New file.
11882         * lib/strchrnul.valgrind: Likewise.
11883         * modules/rawmemchr (Files): Distribute new file.
11884         * modules/strchrnul (Files): Likewise.
11885         Suggested by Bruno Haible.
11886
11887 2008-04-29  Bruno Haible  <bruno@clisp.org>
11888
11889         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
11890         (inet_ntop, inet_pton): Change portability warning's wording.
11891         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
11892         Invoke gl_CHECK_NEXT_HEADERS.
11893         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
11894         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
11895         set ARPA_INET_H.
11896         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11897         * modules/arpa_inet (Description): No longer only for systems that
11898         lack it.
11899         (Depends-on): Add include_next.
11900         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
11901         HAVE_ARPA_INET_H.
11902
11903 2008-04-29  Jim Meyering  <meyering@redhat.com>
11904
11905         * modules/mkdir (License): Re-license as LGPLv2+.
11906
11907 2008-04-29  Bruno Haible  <bruno@clisp.org>
11908
11909         * modules/rawmemchr (Maintainer): Set to Eric.
11910         * modules/strchrnul (Maintainer): Likewise.
11911
11912 2008-04-29  Simon Josefsson  <simon@josefsson.org>
11913
11914         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
11915         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
11916
11917         * modules/arpa_inet (arpa/inet.h): Use them.
11918
11919 2008-04-28  Eric Blake  <ebb9@byu.net>
11920
11921         Test getndelim2.
11922         * modules/getndelim2-tests: New file.
11923         * tests/test-getndelim2.c: Likewise.
11924         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
11925         stream.
11926         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
11927
11928         * MODULES.html.sh: Document new module.
11929
11930 2008-04-20  Bruno Haible  <bruno@clisp.org>
11931
11932         * lib/c-stack.c (die): Use raise.
11933         * modules/c-stack (Depends-on): Add raise.
11934
11935 2008-04-28  Bruno Haible  <bruno@clisp.org>
11936
11937         Expect rpmatch to be declared.
11938         * lib/yesno.c (rpmatch): Remove declaration.
11939
11940         Declare rpmatch.
11941         * lib/stdlib.in.h (rpmatch): New declaration.
11942         * lib/rpmatch.c: Include <stdlib.h> first.
11943         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
11944         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
11945         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
11946         HAVE_RPMATCH.
11947         * modules/rpmatch (Depends-on): Add stdlib, extensions.
11948         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11949         (Include): Set to <stdlib.h>.
11950         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
11951         HAVE_RPMATCH.
11952         * NEWS: Document the change.
11953
11954 2008-04-28  Bruno Haible  <bruno@clisp.org>
11955
11956         Change rpmatch to use nl_langinfo when appropriate.
11957         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
11958         (N_): New macro.
11959         (localized_pattern): New function/macro.
11960         (try): Remove match, nomatch arguments. Copy the pattern into safe
11961         memory before caching it.
11962         (rpmatch): Use localized_pattern. Add translator comments.
11963         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
11964         Suggested by Eric Blake.
11965         * modules/rpmatch (Depends-on): Add stdbool.
11966
11967 2008-04-28  Eric Blake  <ebb9@byu.net>
11968
11969         Add rawmemchr module, matching glibc.
11970         * modules/string (Makefile.am): New indicator.
11971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
11972         * lib/string.in.h (rawmemchr): Declare when appropriate.
11973         * modules/rawmemchr: New file.
11974         * m4/rawmemchr.m4: Likewise.
11975         * lib/rawmemchr.c: Likewise.
11976         * modules/rawmemchr-tests: Likewise.
11977         * tests/test-rawmemchr.c: Likewise.
11978         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
11979         module.
11980         * modules/strchrnul (Depends-on): Add rawmemchr.
11981         * lib/strchrnul.c (strchrnul): Optimize a corner case.
11982
11983         Whitespace cleanup.
11984         * tests/test-strchrnul.c: Reindent.
11985         * lib/strchrnul.c: Likewise.
11986
11987         Optimize and test strchrnul.
11988         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
11989         * modules/strchrnul-tests: New file.
11990         * tests/test-strchrnul.c: Likewise.
11991
11992         Remove intprops dependency.
11993         * modules/memchr (Depends-on): Remove intprops.
11994         * modules/memrchr (Depends-on): Likewise.
11995         * modules/memchr2 (Depends-on): Likewise.
11996         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
11997         * lib/memrchr.c (__memrchr): Likewise.
11998         * lib/memrchr2.c (memchr2): Likewise.
11999         Reported by Simon Josefsson.
12000
12001 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12002
12003         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
12004         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12005
12006 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12007
12008         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
12009
12010         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
12011
12012         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
12013
12014         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
12015         declarations.
12016         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
12017
12018         * m4/inet_pton.m4: Don't check for header files.
12019
12020         * m4/inet_ntop.m4: Don't check for header files.
12021
12022 2008-04-28  Simon Josefsson  <simon@josefsson.org>
12023
12024         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
12025         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
12026         trigger for cygwin).
12027         Reported by Bruno Haible  <bruno@clisp.org>.
12028
12029 2008-04-28  Bruno Haible  <bruno@clisp.org>
12030
12031         * doc/posix-functions/strdup.texi: Mention mingw problem.
12032
12033 2008-04-27  Bruno Haible  <bruno@clisp.org>
12034
12035         * modules/stat-time-tests (Depends-on): Add sleep.
12036         * tests/test-stat-time.c (force_unlink): New function.
12037         (cleanup): Use it.
12038         (test_mtime): Remove the ctime related tests.
12039         (test_ctime): New function, containing the ctime related tests.
12040         (main): Call test_ctime, except on native Windows platforms.
12041
12042 2008-04-27  Bruno Haible  <bruno@clisp.org>
12043
12044         * lib/rpmatch.c (rpmatch): Add some comments.
12045         Reported by James Youngman <jay@gnu.org>.
12046
12047 2008-04-27  Bruno Haible  <bruno@clisp.org>
12048
12049         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
12050         quiet NaNs.
12051
12052 2008-04-27  Bruno Haible  <bruno@clisp.org>
12053
12054         Make test-yesno.sh work on mingw.
12055         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
12056         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
12057         (main): Set stdin to binary mode.
12058         * modules/yesno-tests (Depends-on): Add binary-io.
12059
12060 2008-04-27  Bruno Haible  <bruno@clisp.org>
12061
12062         Fix 'isfinite' on x86, x86_64, ia64 platforms.
12063         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
12064         argument that lie outside the IEEE 854 domain.
12065         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
12066         (gl_ISFINITE): Use it.
12067         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
12068
12069 2008-04-27  Bruno Haible  <bruno@clisp.org>
12070
12071         Allow local renaming in config.h.
12072         * lib/memrchr.c (memrchr): Don't undefine outside libc.
12073
12074 2008-04-27  Bruno Haible  <bruno@clisp.org>
12075
12076         * lib/memchr.c (__memchr): Change type of 'i'.
12077         * lib/memchr2.c (memchr2): Likewise.
12078
12079 2008-04-26  Eric Blake  <ebb9@byu.net>
12080         and Bruno Haible  <bruno@clisp.org>
12081
12082         Optimize and test memrchr.
12083         * modules/memrchr (Depends-on): Add intprops.
12084         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
12085         * modules/memrchr-tests: New file.
12086         * tests/test-memrchr.c: New file.
12087
12088 2008-04-26  Bruno Haible  <bruno@clisp.org>
12089
12090         Add tentative support for DragonFly BSD.
12091         * lib/stdio-impl.h: Add macros for DragonFly BSD.
12092         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
12093         fp.
12094         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12095         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
12096         * lib/fpurge.c (fpurge): Likewise.
12097         * lib/freadable.c (freaadable): Likewise.
12098         * lib/freadahead.c (freadahead): Likewise.
12099         * lib/freading.c (freading): Likewise.
12100         * lib/freadptr.c (freadptr): Likewise.
12101         * lib/freadseek.c (freadptrinc): Likewise.
12102         * lib/fseeko.c (fseeko): Likewise.
12103         * lib/fseterr.c (fseterr): Likewise.
12104         * lib/fwritable.c (fwritable): Likewise.
12105         * lib/fwriting.c (fwriting): Likewise.
12106
12107 2008-04-26  Bruno Haible  <bruno@clisp.org>
12108
12109         * lib/stdio-impl.h: New file.
12110         * lib/fbufmode.c: Include stdio-impl.h.
12111         (fbufmode): Use fp_, remove redundant #defines.
12112         * lib/fflush.c: Include stdio-impl.h.
12113         (clear_ungetc_buffer): Remove redundant #defines.
12114         * lib/fpurge.c: Include stdio-impl.h.
12115         (fpurge): Remove redundant #defines.
12116         * lib/freadable.c: Include stdio-impl.h.
12117         (freadable): Remove redundant #defines.
12118         * lib/freadahead.c: Include stdio-impl.h.
12119         (freadahead): Remove redundant #defines.
12120         * lib/freading.c: Include stdio-impl.h.
12121         (freading): Remove redundant #defines.
12122         * lib/freadptr.c: Include stdio-impl.h.
12123         (freadptr): Remove redundant #defines.
12124         * lib/freadseek.c: Include stdio-impl.h.
12125         (freadptrinc): Remove redundant #defines.
12126         * lib/fseeko.c: Include stdio-impl.h.
12127         (rpl_fseeko): Remove redundant #defines.
12128         * lib/fseterr.c: Include stdio-impl.h.
12129         (fseterr): Remove redundant #defines.
12130         * lib/fwritable.c: Include stdio-impl.h.
12131         (fwritable: Remove redundant #defines.
12132         * lib/fwriting.c: Include stdio-impl.h.
12133         (fwriting): Remove redundant #defines.
12134         * modules/fbufmode (Files): Add lib/stdio-impl.h.
12135         * modules/fflush (Files): Likewise.
12136         * modules/fpurge (Files): Likewise.
12137         * modules/freadable (Files): Likewise.
12138         * modules/freadahead (Files): Likewise.
12139         * modules/freading (Files): Likewise.
12140         * modules/freadptr (Files): Likewise.
12141         * modules/freadseek (Files): Likewise.
12142         * modules/fseeko (Files): Likewise.
12143         * modules/fseterr (Files): Likewise.
12144         * modules/fwritable (Files): Likewise.
12145         * modules/fwriting (Files): Likewise.
12146
12147 2008-04-26  Bruno Haible  <bruno@clisp.org>
12148
12149         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
12150         restore_seek_optimization, update_fpos_cache): New functions, extracted
12151         from rpl_fflush.
12152         (rpl_fflush): Use them.
12153         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
12154         (gl_REPLACE_FFLUSH): Use it.
12155
12156 2008-04-26  Bruno Haible  <bruno@clisp.org>
12157
12158         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
12159         on Solaris.
12160         * tests/test-xstrtoimax.sh: Likewise.
12161         * tests/test-xstrtoumax.sh: Likewise.
12162         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12163
12164 2008-04-26  Bruno Haible  <bruno@clisp.org>
12165
12166         * modules/memchr-tests: New file.
12167         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
12168
12169 2008-04-26  Eric Blake  <ebb9@byu.net>
12170             Bruno Haible  <bruno@clisp.org>
12171
12172         * lib/memchr.c: Include intprops.h.
12173         (__memchr): Optimize parallel detection of matching bytes. Rename local
12174         variables. Add explanatory comments.
12175
12176 2008-04-26  Bruno Haible  <bruno@clisp.org>
12177
12178         Fix module 'memchr', broken since 2000-10-28.
12179         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
12180
12181 2008-04-26  Bruno Haible  <bruno@clisp.org>
12182
12183         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
12184         comments.
12185
12186 2008-04-25  Eric Blake  <ebb9@byu.net>
12187
12188         Use native fstatat on cygwin 1.7.0.
12189         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
12190         first.
12191
12192 2008-04-23  Eric Blake  <ebb9@byu.net>
12193
12194         Improve memchr2 performance.
12195         * lib/memchr2.c (memchr2): Further optimize parallel detection of
12196         NUL bytes.
12197         * modules/memchr2 (Depends-on): Use intprops.h.
12198
12199 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12200
12201         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
12202         an inline function instead of a CPP macro.  Patch by Ben Pfaff
12203         <blp@cs.stanford.edu>.
12204
12205 2008-04-23  Simon Josefsson  <simon@josefsson.org>
12206
12207         * lib/arpa_inet.in.h: New file.
12208
12209         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
12210         (Makefile.am): Sed in substitute header file.
12211
12212         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
12213         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
12214
12215         * modules/inet_ntop (configure.ac): Use
12216         gl_ARPA_INET_MODULE_INDICATOR.
12217
12218         * modules/inet_pton (configure.ac): Use
12219         gl_ARPA_INET_MODULE_INDICATOR.
12220
12221 2008-04-22  Jim Meyering  <meyering@redhat.com>
12222
12223         * modules/verify (License): Re-license as LGPLv2+.
12224
12225 2008-04-22  Simon Josefsson  <simon@josefsson.org>
12226
12227         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
12228         parameter to void* as per POSIX standard (MinGW uses char*).
12229
12230 2008-04-21  Bruno Haible  <bruno@clisp.org>
12231
12232         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12233         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12234         Define to replacements if REPLACE_ISWCNTRL is 1.
12235         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
12236         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
12237         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
12238         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
12239         what it fixes.
12240         * doc/posix-functions/iswalpha.texi: Likewise.
12241         * doc/posix-functions/iswblank.texi: Likewise.
12242         * doc/posix-functions/iswcntrl.texi: Likewise.
12243         * doc/posix-functions/iswdigit.texi: Likewise.
12244         * doc/posix-functions/iswgraph.texi: Likewise.
12245         * doc/posix-functions/iswlower.texi: Likewise.
12246         * doc/posix-functions/iswprint.texi: Likewise.
12247         * doc/posix-functions/iswpunct.texi: Likewise.
12248         * doc/posix-functions/iswspace.texi: Likewise.
12249         * doc/posix-functions/iswupper.texi: Likewise.
12250         * doc/posix-functions/iswxdigit.texi: Likewise.
12251         Reported by Alain Guibert.
12252
12253 2008-04-21  Bruno Haible  <bruno@clisp.org>
12254
12255         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
12256         Patch by Alain Guibert.
12257
12258 2008-04-21  Bruno Haible  <bruno@clisp.org>
12259
12260         Fix test failures on mingw.
12261         * tests/test-xstrtol.c (print_no_progname): New function.
12262         (main): Install it in error_print_progname hook.
12263         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
12264         * tests/test-xstrtoimax.sh: Likewise.
12265         * tests/test-xstrtoumax.sh: Likewise.
12266
12267 2008-04-21  Bruno Haible  <bruno@clisp.org>
12268
12269         Fix test failure on mingw.
12270         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
12271
12272 2008-04-21  Bruno Haible  <bruno@clisp.org>
12273
12274         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
12275         Actually assign a value.
12276
12277 2008-04-20  Bruno Haible  <bruno@clisp.org>
12278
12279         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
12280         take 2.
12281         * lib/canonicalize.c (canonicalize_file_name): Elide if the
12282         'canonicalize-lgpl' module is also used.
12283         * lib/canonicalize-lgpl.c: Undo last change.
12284         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
12285
12286 2008-04-20  Bruno Haible  <bruno@clisp.org>
12287
12288         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
12289         config.h. Provide _mkdir based fallback for mingw.
12290         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
12291         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
12292         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
12293         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
12294         rather than defining mkdir in config.h.
12295         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
12296         (gl_SYS_STAT_H_DEFAULTS): New macro.
12297         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
12298         HAVE_IO_H any more.
12299         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
12300         HAVE_DECL_MKDIR and HAVE_IO_H.
12301
12302 2008-04-20  Bruno Haible  <bruno@clisp.org>
12303
12304         * lib/isapipe.c: Port to native Windows platforms.
12305
12306 2008-04-20  Bruno Haible  <bruno@clisp.org>
12307
12308         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
12309
12310 2008-04-21  Eric Blake  <ebb9@byu.net>
12311
12312         Work around preprocessors that don't handle UINTMAX_MAX.
12313         * lib/memchr2.c (memchr2): Avoid embedded #if.
12314         Reported by Alain Guibert, fix suggested by Bruno Haible.
12315
12316 2008-04-21  Simon Josefsson  <simon@josefsson.org>
12317
12318         * doc/posix-functions/strftime.texi (strftime): Explain better
12319         Windows incompatibility.  Suggested by Micah Cowan
12320         <micah@cowan.name>.
12321
12322 2008-04-20  Bruno Haible  <bruno@clisp.org>
12323
12324         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
12325         unistr/u8-mblen.
12326
12327 2008-04-20  Bruno Haible  <bruno@clisp.org>
12328
12329         Fix test failure on platforms with non-GNU iconv.
12330         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
12331         (U_TO_U8): Use it, rather than u16_to_u8.
12332         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
12333         units at the end of the input string.
12334         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
12335
12336 2008-04-20  Bruno Haible  <bruno@clisp.org>
12337
12338         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
12339         when the resulting length is 0.
12340         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
12341
12342 2008-04-20  Bruno Haible  <bruno@clisp.org>
12343
12344         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
12345         works.
12346         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
12347
12348 2008-04-20  Bruno Haible  <bruno@clisp.org>
12349
12350         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
12351         * modules/tsearch-tests (configure.ac): Test for initstate function.
12352
12353 2008-04-20  Bruno Haible  <bruno@clisp.org>
12354
12355         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
12356         for nlink_t if missing.
12357         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
12358
12359 2008-04-19  Bruno Haible  <bruno@clisp.org>
12360
12361         Work around snprintf bug on Linux libc5.
12362         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
12363         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12364         gl_SNPRINTF_SIZE1.
12365         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12366         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
12367         that test failed.
12368         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
12369         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
12370         * modules/snprintf (Files): Add m4/printf.m4.
12371         * modules/vsnprintf (Files): Likewise.
12372         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
12373         * doc/posix-functions/vsnprintf.texi: Likewise.
12374
12375 2008-04-19  Bruno Haible  <bruno@clisp.org>
12376
12377         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
12378         from 0.0058 to less than 10^-7.
12379
12380 2008-04-19  Bruno Haible  <bruno@clisp.org>
12381
12382         Fix rounding when a precision is given.
12383         * lib/vasnprintf.c (is_borderline): New function.
12384         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
12385         9...9x.
12386         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
12387         %e, %g.
12388         * tests/test-vasprintf-posix.c (test_function): Likewise.
12389         * tests/test-snprintf-posix.h (test_function): Likewise.
12390         * tests/test-sprintf-posix.h (test_function): Likewise.
12391         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
12392         * tests/test-printf-posix.h (test_function): Likewise.
12393         * tests/test-printf-posix.output: Update.
12394         Reported by John Darrington <john@darrington.wattle.id.au> via
12395         Ben Pfaff <blp@cs.stanford.edu>.
12396
12397 2008-04-18  Simon Josefsson  <simon@josefsson.org>
12398
12399         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
12400         Suggested by Bruno Haible <bruno@clisp.org>.
12401
12402 2008-04-17  Bruno Haible  <bruno@clisp.org>
12403
12404         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
12405         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
12406         implementation.
12407         Patch by Bruce Merry <bmerry@gmail.com>.
12408
12409 2008-04-17  Simon Josefsson  <simon@josefsson.org>
12410
12411         * doc/posix-functions/strftime.texi (strftime): Mention that %e
12412         doesn't work under Windows.
12413
12414 2008-04-16  Bruno Haible  <bruno@clisp.org>
12415
12416         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
12417         New macros.
12418         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
12419         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
12420         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
12421         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
12422         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
12423         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
12424         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
12425         macros.
12426         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
12427         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
12428         Northern Sotho, Uighur.
12429
12430 2008-04-16  Bruno Haible  <bruno@clisp.org>
12431
12432         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
12433         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
12434         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
12435         Reported by Daniel Bergström <daniel@octocode.com>.
12436
12437 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
12438             Bruno Haible  <bruno@clisp.org>
12439
12440         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
12441         function.
12442         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
12443         New functions, mostly extracted from gl_locale_name_default.
12444         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
12445
12446 2008-04-16  Eric Blake  <ebb9@byu.net>
12447
12448         Adjust strtod detection to catch glibc 2.7 bug.
12449         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
12450         Reported by John Gatewood Ham.
12451
12452 2008-04-16  Bruno Haible  <bruno@clisp.org>
12453
12454         Add tentative support for Linux libc5.
12455         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
12456         * lib/fpurge.c (fpurge): Likewise.
12457         * lib/freadable.c (freadable): Likewise.
12458         * lib/freadahead.c (freadahead): Likewise.
12459         * lib/freading.c (freading): Likewise.
12460         * lib/freadptr.c (freadptr): Likewise.
12461         * lib/freadseek.c (freadptrinc): Likewise.
12462         * lib/fseeko.c (rpl_fseeko): Likewise.
12463         * lib/fseterr.c (fseterr): Likewise.
12464         * lib/fwritable.c (fwritable): Likewise.
12465         * lib/fwriting.c (fwriting): Likewise.
12466         Reported by Alain Guibert <alguibert+bts@free.fr>.
12467
12468 2008-04-15  Bruno Haible  <bruno@clisp.org>
12469
12470         * modules/mathl (configure.ac): Define module indicator.
12471
12472 2008-04-15  Bruno Haible  <bruno@clisp.org>
12473
12474         * lib/logl.c (logl): Remove unused variables.
12475
12476 2008-04-15  Bruno Haible  <bruno@clisp.org>
12477
12478         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
12479         fails.
12480
12481 2008-04-15  Bruno Haible  <bruno@clisp.org>
12482
12483         * lib/trim.c (trim2): Fix argument of isspace() macro.
12484
12485 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
12486
12487         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
12488         to 0.
12489         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
12490
12491 2008-04-14  Bruno Haible  <bruno@clisp.org>
12492
12493         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
12494         AC_LANG_PROGRAM argument.
12495         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
12496         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
12497         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
12498         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12499         * m4/math_h.m4 (gl_MATH_H): Likewise.
12500         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
12501         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12502         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12503         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
12504         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
12505         * m4/regex.m4 (gl_REGEX): Likewise.
12506         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
12507         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
12508         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12509         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
12510         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12511         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12512         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12513         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12514
12515 2008-04-14  Jim Meyering  <meyering@redhat.com>
12516
12517         test-strtod: fix typos: s/abs/fabs/
12518         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
12519
12520 2008-04-13  Bruno Haible  <bruno@clisp.org>
12521
12522         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
12523         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
12524         module is also used and while not building the reloc-wrapper.
12525
12526 2008-04-13  Bruno Haible  <bruno@clisp.org>
12527
12528         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
12529
12530 2008-04-13  Bruno Haible  <bruno@clisp.org>
12531
12532         Fix AIX compilation failure introduced on 2008-04-02.
12533         * tests/test-frexp.c (exp): Undefine before redefining.
12534         * tests/test-frexpl.c (exp): Likewise.
12535
12536 2008-04-13  Bruno Haible  <bruno@clisp.org>
12537
12538         Work around a HP-UX stdio bug.
12539         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
12540         * tests/test-ftello.c (main): Likewise.
12541         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
12542         * doc/posix-functions/ftello.texi: Likewise.
12543
12544 2008-04-13  Bruno Haible  <bruno@clisp.org>
12545
12546         Make test-signbit pass on HP-UX/hppa.
12547         * tests/test-signbit.c (minus_zerol): New variable.
12548         (test_signbitl): Use it.
12549
12550 2008-04-13  Bruno Haible  <bruno@clisp.org>
12551
12552         Make truncl work on OSF/1 4.0.
12553         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
12554         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
12555         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
12556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
12557         HAVE_DECL_TRUNCL.
12558         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
12559         HAVE_DECL_TRUNCL.
12560         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
12561
12562 2008-04-13  Bruno Haible  <bruno@clisp.org>
12563
12564         * lib/unictype.h: Remove trailing comma from enumeration definitions.
12565
12566 2008-04-13  Bruno Haible  <bruno@clisp.org>
12567
12568         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
12569         expression, so as to avoid HP-UX 11 cc compiler bug.
12570
12571 2008-04-13  Bruno Haible  <bruno@clisp.org>
12572
12573         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
12574
12575 2008-04-13  Bruno Haible  <bruno@clisp.org>
12576
12577         * lib/git-merge-changelog.c: Remove empty declaration outside of
12578         functions.
12579
12580 2008-04-13  Bruno Haible  <bruno@clisp.org>
12581
12582         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
12583
12584 2008-04-13  Bruno Haible  <bruno@clisp.org>
12585
12586         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
12587         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
12588         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
12589         also if it exists but lacks definitions of the SHUT_* macros.
12590         * modules/sys_socket (Description): Update.
12591         Reported by Elbert Pol <e.pol@chello.nl>.
12592
12593 2008-04-13  Bruno Haible  <bruno@clisp.org>
12594
12595         * lib/localcharset.c (OS2): Don't redefine if already defined.
12596         Reported by Elbert Pol <e.pol@chello.nl>.
12597
12598 2008-04-13  Bruno Haible  <bruno@clisp.org>
12599
12600         * lib/binary-io.h [__EMX__]: Include <io.h>.
12601         Reported by Elbert Pol <e.pol@chello.nl>.
12602
12603 2008-04-12  Bruno Haible  <bruno@clisp.org>
12604
12605         * lib/fpucw.h: Enable the definitions also for x86_64.
12606         Needed for NetBSD/x86_64.
12607         Reported by Thomas Klausner <tk@giga.or.at>.
12608
12609 2008-04-12  Bruno Haible  <bruno@clisp.org>
12610
12611         * tests/test-strtod.c: Include isnand.h.
12612         (main): Use isnand instead of isnan.
12613         Reported by Jim Meyering.
12614
12615 2008-04-12  Bruno Haible  <bruno@clisp.org>
12616
12617         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
12618         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
12619
12620 2008-04-12  Jim Meyering  <meyering@redhat.com>
12621
12622         * m4/math_h.m4 (gl_MATH_H): Fix typos.
12623
12624 2008-04-12  Bruno Haible  <bruno@clisp.org>
12625
12626         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
12627         Reported by Elbert Pol <e.pol@chello.nl>.
12628
12629 2008-04-12  Eric Blake  <ebb9@byu.net>
12630
12631         Work around Solaris 10 math.h bug.
12632         * m4/math_h.m4 (gl_MATH_H): Check for bug.
12633         (gl_MATH_H_DEFAULTS): Set up default.
12634         * modules/math (Makefile.am): Replace new indicators.
12635         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
12636         * tests/test-math.c (main): Test this.
12637         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
12638         * doc/posix-headers/math.texi (math.h): Mention bug.
12639         Reported by Nelson H. F. Beebe and Jim Meyering.
12640
12641 2008-04-11  Bruno Haible  <bruno@clisp.org>
12642
12643         Adapt to future versions of Apple GCC.
12644         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
12645         Reported by Peter O'Gorman <peter@pogma.com>.
12646
12647 2008-04-11  Bruno Haible  <bruno@clisp.org>
12648
12649         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
12650
12651 2008-04-11  Bruno Haible  <bruno@clisp.org>
12652
12653         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
12654
12655         * modules/getaddrinfo-tests (Makefile.am): Define
12656         test_getaddrinfo_LDADD.
12657
12658 2008-04-11  Bruno Haible  <bruno@clisp.org>
12659
12660         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
12661         (init): Fix syntax error.
12662         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
12663         is declared.
12664
12665 2008-04-11  Bruno Haible  <bruno@clisp.org>
12666
12667         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
12668         * modules/glob (Depends-on): Add stdbool.
12669
12670 2008-04-11  Bruno Haible  <bruno@clisp.org>
12671
12672         * lib/trim.c: Include <string.h>.
12673
12674 2008-04-11  Eric Blake  <ebb9@byu.net>
12675
12676         Avoid compile failure on OS/2.
12677         * lib/regex_internal.h (internal_function): Disable optimization
12678         on OS/2 (__EMX__), where it caused compiler error.
12679         Reported by Elbert Pol.
12680
12681 2008-04-11  Bruno Haible  <bruno@clisp.org>
12682
12683         Flush the standard error stream before aborting. Needed on mingw.
12684         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
12685         * tests/test-array_list.c (ASSERT): Likewise.
12686         * tests/test-array_oset.c (ASSERT): Likewise.
12687         * tests/test-avltree_list.c (ASSERT): Likewise.
12688         * tests/test-avltree_oset.c (ASSERT): Likewise.
12689         * tests/test-avltreehash_list.c (ASSERT): Likewise.
12690         * tests/test-binary-io.c (ASSERT): Likewise.
12691         * tests/test-byteswap.c (ASSERT): Likewise.
12692         * tests/test-c-ctype.c (ASSERT): Likewise.
12693         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
12694         * tests/test-c-strcasestr.c (ASSERT): Likewise.
12695         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
12696         * tests/test-c-strstr.c (ASSERT): Likewise.
12697         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
12698         * tests/test-canonicalize.c (ASSERT): Likewise.
12699         * tests/test-carray_list.c (ASSERT): Likewise.
12700         * tests/test-ceilf1.c (ASSERT): Likewise.
12701         * tests/test-ceilf2.c (ASSERT): Likewise.
12702         * tests/test-ceill.c (ASSERT): Likewise.
12703         * tests/test-count-one-bits.c (ASSERT): Likewise.
12704         * tests/test-fbufmode.c (ASSERT): Likewise.
12705         * tests/test-fflush2.c (ASSERT): Likewise.
12706         * tests/test-floorf1.c (ASSERT): Likewise.
12707         * tests/test-floorf2.c (ASSERT): Likewise.
12708         * tests/test-floorl.c (ASSERT): Likewise.
12709         * tests/test-fopen.c (ASSERT): Likewise.
12710         * tests/test-fpending.c (ASSERT): Likewise.
12711         * tests/test-fprintf-posix.c (ASSERT): Likewise.
12712         * tests/test-fpurge.c (ASSERT): Likewise.
12713         * tests/test-freadable.c (ASSERT): Likewise.
12714         * tests/test-freadahead.c (ASSERT): Likewise.
12715         * tests/test-freading.c (ASSERT): Likewise.
12716         * tests/test-freadptr.c (ASSERT): Likewise.
12717         * tests/test-freadptr2.c (ASSERT): Likewise.
12718         * tests/test-freadseek.c (ASSERT): Likewise.
12719         * tests/test-freopen.c (ASSERT): Likewise.
12720         * tests/test-frexp.c (ASSERT): Likewise.
12721         * tests/test-frexpl.c (ASSERT): Likewise.
12722         * tests/test-fseek.c (ASSERT): Likewise.
12723         * tests/test-fseeko.c (ASSERT): Likewise.
12724         * tests/test-fstrcmp.c (ASSERT): Likewise.
12725         * tests/test-ftell.c (ASSERT): Likewise.
12726         * tests/test-ftello.c (ASSERT): Likewise.
12727         * tests/test-func.c (ASSERT): Likewise.
12728         * tests/test-fwritable.c (ASSERT): Likewise.
12729         * tests/test-fwriting.c (ASSERT): Likewise.
12730         * tests/test-getdelim.c (ASSERT): Likewise.
12731         * tests/test-getline.c (ASSERT): Likewise.
12732         * tests/test-i-ring.c (ASSERT): Likewise.
12733         * tests/test-iconv-utf.c (ASSERT): Likewise.
12734         * tests/test-iconv.c (ASSERT): Likewise.
12735         * tests/test-isfinite.c (ASSERT): Likewise.
12736         * tests/test-isnand.c (ASSERT): Likewise.
12737         * tests/test-isnanf.c (ASSERT): Likewise.
12738         * tests/test-isnanl.h (ASSERT): Likewise.
12739         * tests/test-ldexpl.c (ASSERT): Likewise.
12740         * tests/test-linked_list.c (ASSERT): Likewise.
12741         * tests/test-linkedhash_list.c (ASSERT): Likewise.
12742         * tests/test-localename.c (ASSERT): Likewise.
12743         * tests/test-lseek.c (ASSERT): Likewise.
12744         * tests/test-mbscasecmp.c (ASSERT): Likewise.
12745         * tests/test-mbscasestr1.c (ASSERT): Likewise.
12746         * tests/test-mbscasestr2.c (ASSERT): Likewise.
12747         * tests/test-mbscasestr3.c (ASSERT): Likewise.
12748         * tests/test-mbscasestr4.c (ASSERT): Likewise.
12749         * tests/test-mbschr.c (ASSERT): Likewise.
12750         * tests/test-mbscspn.c (ASSERT): Likewise.
12751         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
12752         * tests/test-mbspbrk.c (ASSERT): Likewise.
12753         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
12754         * tests/test-mbsrchr.c (ASSERT): Likewise.
12755         * tests/test-mbsspn.c (ASSERT): Likewise.
12756         * tests/test-mbsstr1.c (ASSERT): Likewise.
12757         * tests/test-mbsstr2.c (ASSERT): Likewise.
12758         * tests/test-mbsstr3.c (ASSERT): Likewise.
12759         * tests/test-memchr2.c (ASSERT): Likewise.
12760         * tests/test-memmem.c (ASSERT): Likewise.
12761         * tests/test-open.c (ASSERT): Likewise.
12762         * tests/test-printf-frexp.c (ASSERT): Likewise.
12763         * tests/test-printf-frexpl.c (ASSERT): Likewise.
12764         * tests/test-printf-posix.c (ASSERT): Likewise.
12765         * tests/test-quotearg.c (ASSERT): Likewise.
12766         * tests/test-rbtree_list.c (ASSERT): Likewise.
12767         * tests/test-rbtree_oset.c (ASSERT): Likewise.
12768         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
12769         * tests/test-round1.c (ASSERT): Likewise.
12770         * tests/test-roundf1.c (ASSERT): Likewise.
12771         * tests/test-roundl.c (ASSERT): Likewise.
12772         * tests/test-signbit.c (ASSERT): Likewise.
12773         * tests/test-sleep.c (ASSERT): Likewise.
12774         * tests/test-snprintf-posix.c (ASSERT): Likewise.
12775         * tests/test-snprintf.c (ASSERT): Likewise.
12776         * tests/test-sprintf-posix.c (ASSERT): Likewise.
12777         * tests/test-stat-time.c (ASSERT): Likewise.
12778         * tests/test-strcasestr.c (ASSERT): Likewise.
12779         * tests/test-strerror.c (ASSERT): Likewise.
12780         * tests/test-striconv.c (ASSERT): Likewise.
12781         * tests/test-striconveh.c (ASSERT): Likewise.
12782         * tests/test-striconveha.c (ASSERT): Likewise.
12783         * tests/test-strsignal.c (ASSERT): Likewise.
12784         * tests/test-strstr.c (ASSERT): Likewise.
12785         * tests/test-strtod.c (ASSERT): Likewise.
12786         * tests/test-trunc1.c (ASSERT): Likewise.
12787         * tests/test-trunc2.c (ASSERT): Likewise.
12788         * tests/test-truncf1.c (ASSERT): Likewise.
12789         * tests/test-truncf2.c (ASSERT): Likewise.
12790         * tests/test-truncl.c (ASSERT): Likewise.
12791         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
12792         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
12793         * tests/test-vasnprintf.c (ASSERT): Likewise.
12794         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
12795         * tests/test-vasprintf.c (ASSERT): Likewise.
12796         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
12797         * tests/test-vprintf-posix.c (ASSERT): Likewise.
12798         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
12799         * tests/test-vsnprintf.c (ASSERT): Likewise.
12800         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
12801         * tests/test-wcwidth.c (ASSERT): Likewise.
12802         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
12803         * tests/test-xprintf-posix.c (ASSERT): Likewise.
12804         * tests/test-xvasprintf.c (ASSERT): Likewise.
12805         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
12806         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
12807         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
12808         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
12809         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
12810         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
12811         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
12812         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
12813         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
12814         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
12815         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
12816         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
12817         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
12818         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
12819         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
12820         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
12821         * tests/unictype/test-block_list.c (ASSERT): Likewise.
12822         * tests/unictype/test-block_of.c (ASSERT): Likewise.
12823         * tests/unictype/test-block_test.c (ASSERT): Likewise.
12824         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
12825         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
12826         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
12827         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
12828         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
12829         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
12830         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
12831         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
12832         * tests/unictype/test-combining.c (ASSERT): Likewise.
12833         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
12834         * tests/unictype/test-digit.c (ASSERT): Likewise.
12835         * tests/unictype/test-mirror.c (ASSERT): Likewise.
12836         * tests/unictype/test-numeric.c (ASSERT): Likewise.
12837         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
12838         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
12839         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
12840         * tests/unictype/test-scripts.c (ASSERT): Likewise.
12841         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
12842         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
12843         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
12844         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
12845         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
12846         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
12847         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
12848         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
12849         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
12850         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
12851         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
12852         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
12853         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
12854         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
12855         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
12856         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
12857         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
12858         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
12859         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
12860         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
12861         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
12862         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
12863         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
12864         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
12865         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
12866         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
12867         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
12868         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
12869         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
12870         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
12871         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
12872         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
12873         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
12874         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
12875         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
12876         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
12877         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
12878         Reported by Eric Blake.
12879
12880 2008-04-11  Bruno Haible  <bruno@clisp.org>
12881
12882         * lib/wchar.in.h: Tweak comment.
12883
12884 2008-04-11  Bruno Haible  <bruno@clisp.org>
12885
12886         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
12887         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
12888         gl_COMMON.
12889         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
12890
12891 2008-04-11  Bruno Haible  <bruno@clisp.org>
12892
12893         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
12894
12895 2008-04-11  Simon Josefsson  <simon@josefsson.org>
12896
12897         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
12898         of attempting to use non-existing /dev/*random.  Based on patch
12899         from Adam Strzelecki <ono@java.pl> in
12900         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
12901
12902 2008-04-08  Bruno Haible  <bruno@clisp.org>
12903
12904         Add tentative support for emx+gcc.
12905         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
12906         * lib/fpurge.c (fpurge): Likewise.
12907         * lib/freadable.c (freadable): Likewise.
12908         * lib/freadahead.c (freadahead): Likewise.
12909         * lib/freading.c (freading): Likewise.
12910         * lib/freadptr.c (freadptr): Likewise.
12911         * lib/freadseek.c (freadptrinc): Likewise.
12912         * lib/fseeko.c (rpl_fseeko): Likewise.
12913         * lib/fseterr.c (fseterr): Likewise.
12914         * lib/fwritable.c (fwritable): Likewise.
12915         * lib/fwriting.c (fwriting): Likewise.
12916         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
12917
12918 2008-04-09  Eric Blake  <ebb9@byu.net>
12919
12920         Avoid some autoconf warnings.
12921         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
12922         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
12923         * m4/afs.m4 (gl_AFS): Likewise.
12924         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
12925         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
12926         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
12927         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
12928         (gl_INTEGER_TYPE_SUFFIX): Likewise.
12929         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
12930         (AC_CHECK_DECLS_ONCE): Likewise.
12931         Rename file...
12932         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
12933         gnulib-tool requires autoconf 2.59 or better.
12934         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
12935
12936 2008-04-08  Eric Blake  <ebb9@byu.net>
12937
12938         Use 'git describe --match' if present (added in git 1.5.5).
12939         * build-aux/git-version-gen: Limit result to tags that match 'v*'
12940         if possible.
12941
12942 2008-04-08  Bruno Haible  <bruno@clisp.org>
12943
12944         Add tentative support for OpenServer.
12945         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
12946         _ptr, _cnt.
12947         * lib/fpurge.c (fpurge): Likewise.
12948         * lib/freadable.c (freadable): Likewise.
12949         * lib/freadahead.c (freadahead): Likewise.
12950         * lib/freading.c (freading): Likewise.
12951         * lib/freadptr.c (freadptr): Likewise.
12952         * lib/freadseek.c (freadptrinc): Likewise.
12953         * lib/fseeko.c (rpl_fseeko): Likewise.
12954         * lib/fseterr.c (fseterr): Likewise.
12955         * lib/fwritable.c (fwritable): Likewise.
12956         * lib/fwriting.c (fwriting): Likewise.
12957         Reported by Roger Cornelius <rac@tenzing.org> and
12958         Brian K. White <brian@aljex.com>.
12959
12960 2008-04-06  Jim Meyering  <meyering@redhat.com>
12961
12962         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
12963
12964 2008-04-06  Bruno Haible  <bruno@clisp.org>
12965
12966         Avoid possible error with non-ASCII bytes in UTF-8 locales.
12967         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
12968         * tests/test-printf-posix.sh: Likewise.
12969         * tests/test-vfprintf-posix.sh: Likewise.
12970         * tests/test-vprintf-posix.sh: Likewise.
12971         * tests/test-xprintf-posix.sh: Likewise.
12972
12973 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12974
12975         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
12976         hide error from 'ls', needed on OS/2.
12977         Report by Elbert Pol <elbert.pol@gmail.com>.
12978
12979 2008-04-04  Eric Blake  <ebb9@byu.net>
12980
12981         Make test-fseeko.c failures meaningful.
12982         * tests/test-fseeko.c: Print line number on failure.
12983         * tests/test-fseek.c: Likewise.
12984         Reported by Nelson H. F. Beebe.
12985
12986         Improve strtod bug detection check.
12987         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
12988         required for Solaris 10.
12989         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
12990
12991 2008-04-04  Bruno Haible  <bruno@clisp.org>
12992
12993         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
12994         by m4/setenv.m4.
12995
12996 2008-04-03  Eric Blake  <ebb9@byu.net>
12997
12998         Ensure sane .version contents.
12999         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
13000         version string.
13001         * build-aux/git-version-gen: Improve documentation.
13002
13003         Make GNU make output nicer.
13004         * top/GNUmakefile [!_have-Makefile]: Add dependency on
13005         MAKECMDGOALS to enforce message for all command line targets.  Set
13006         srcdir for use in maint.mk.
13007
13008         Another maintainer tweak.
13009         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
13010         a target that regenerates version.
13011
13012 2008-04-03  Jim Meyering  <meyering@redhat.com>
13013
13014         vc-list-files: don't cause coreutils "make po-check" failure
13015         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
13016
13017 2008-04-03  Eric Blake  <ebb9@byu.net>
13018
13019         Allow VPATH usage of vc-list-files.
13020         * build-aux/vc-list-files (scriptversion): Add timestamp.
13021         (options): Add --help, --version, -C.
13022         (CVS): Support installed cvsu.
13023
13024 2008-04-02  Bruno Haible  <bruno@clisp.org>
13025
13026         Avoid some "statement with no effect" warnings from gcc.
13027         * tests/test-wctype.c (main): Explicitly ignore unused values.
13028         Reported by Jim Meyering.
13029
13030 2008-04-02  Jim Meyering  <meyering@redhat.com>
13031
13032         Avoid some warnings from "gcc -Wshadow".
13033         * tests/test-frexp.c (exp): Define to a different identifier.
13034         * tests/test-frexpl.c (exp): Likewise.
13035
13036 2008-04-03  Jim Meyering  <meyering@redhat.com>
13037
13038         bootstrap: remove dangling *.[ch] symlinks from lib
13039         * build-aux/bootstrap [dangling symlink removal]: Move find's
13040         -depth option to precede all others, to avoid a warning.
13041         Remove *.[ch] files too, and from "$source_base" (usually lib/).
13042
13043 2008-04-02  Bruno Haible  <bruno@clisp.org>
13044
13045         Avoid some warnings from "gcc -Wshadow".
13046         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
13047         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
13048         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
13049         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
13050         Reported by Jim Meyering.
13051
13052 2008-04-01  Bruno Haible  <bruno@clisp.org>
13053
13054         Fix test to work on IRIX 6.5 with cc.
13055         * tests/test-math.c (numeric_equal): New function.
13056         (main): Use it.
13057
13058 2008-04-01  Bruno Haible  <bruno@clisp.org>
13059
13060         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
13061
13062 2008-04-01  Bruno Haible  <bruno@clisp.org>
13063
13064         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
13065         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13066         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
13067         (Depends-on): Remove math.
13068
13069         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
13070         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13071         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
13072         (Depends-on): Remove math.
13073
13074         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
13075         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13076         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
13077         (Depends-on): Remove math.
13078         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
13079         (Depends-on): Remove math.
13080
13081         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
13082         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
13083         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
13084         (Depends-on): Remove math.
13085         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
13086         (Depends-on): Remove math.
13087
13088         * tests/test-round1.c: Include nan.h.
13089         (main): Use NaNd instead of NAN.
13090         * modules/round-tests (Files): Add tests/nan.h.
13091
13092         * tests/test-trunc1.c: Include nan.h.
13093         (main): Use NaNd instead of NAN.
13094         * modules/trunc-tests (Files): Add tests/nan.h.
13095
13096         * tests/test-roundf1.c: Include nan.h.
13097         (main): Use NaNf instead of NAN.
13098         * modules/roundf-tests (Files): Add tests/nan.h.
13099
13100         * tests/test-truncf1.c: Include nan.h.
13101         (main): Use NaNf instead of NAN.
13102         * modules/truncf-tests (Files): Add tests/nan.h.
13103
13104         * tests/test-ceilf1.c: Include nan.h.
13105         (main): Use NaNf instead of NAN.
13106         * modules/ceilf-tests (Files): Add tests/nan.h.
13107
13108         * tests/test-floorf1.c: Include nan.h.
13109         (main): Use NaNf instead of NAN.
13110         * modules/floorf-tests (Files): Add tests/nan.h.
13111
13112         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
13113         (main): Use NaNf instead of NAN.
13114         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
13115
13116         * tests/test-isnand.c: Include nan.h instead of <math.h>.
13117         (main): Use NaNd instead of NAN.
13118         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
13119
13120         * tests/test-frexp.c: Include nan.h.
13121         (main): Use NaNd instead of NAN.
13122         * modules/frexp-tests (Files): Add tests/nan.h.
13123
13124         * lib/isnan.c: Don't include <math.h>.
13125         (FUNC): Don't use NAN macro.
13126         * modules/isnand-nolibm (Depends-on): Remove math.
13127         * modules/isnanf-nolibm (Depends-on): Remove math.
13128         * modules/isnanl (Depends-on): Remove math.
13129         * modules/isnanl-nolibm (Depends-on): Remove math.
13130
13131         * tests/nan.h: New file.
13132
13133 2008-04-01  Eric Blake  <ebb9@byu.net>
13134
13135         Fix typos.
13136         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
13137         values to be the right type.
13138
13139         For now, cater to gnulib strtod inaccuracies.
13140         * tests/test-strtod.c (main): Allow 1-ulp error on expected
13141         fractional results.  While not as nice from a QoI perspective, it
13142         is a quicker patch than correctly implementing decimal to binary
13143         rounding.
13144
13145 2008-03-31  Eric Blake  <ebb9@byu.net>
13146
13147         Guarantee a definition of NAN.
13148         * lib/math.in.h (NAN): Define if missing.
13149         * tests/test-math.c (main): Test it.
13150         * doc/posix-headers/math.texi (math.h): Document this.
13151         * lib/isnan.c (rpl_isnand): Use it.
13152         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
13153         * tests/test-floorf1.c (NaN): Likewise.
13154         * tests/test-frexp.c (NaN): Likewise.
13155         * tests/test-isnand.c (NaN): Likewise.
13156         * tests/test-isnanf.c (NaN): Likewise.
13157         * tests/test-round1.c (NaN): Likewise.
13158         * tests/test-roundf1.c (NaN): Likewise.
13159         * tests/test-snprintf-posix.h (NaN): Likewise.
13160         * tests/test-sprintf-posix.h (NaN): Likewise.
13161         * tests/test-trunc1.c (NaN): Likewise.
13162         * tests/test-truncf1.c (NaN): Likewise.
13163         * tests/test-vasnprintf-posix.c (NaN): Likewise.
13164         * tests/test-vasprintf-posix.c (NaN): Likewise.
13165         * modules/isnand-nolibm (Depends-on): Add math.
13166         * modules/isnanf-nolibm (Depends-on): Likewise.
13167         * modules/isnanl (Depends-on): Likewise.
13168         * modules/isnanl-nolibm (Depends-on): Likewise.
13169         * modules/snprintf-posix-tests (Depends-on): Likewise.
13170         * modules/sprintf-posix-tests (Depends-on): Likewise.
13171         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
13172         * modules/vsprintf-posix-tests (Depends-on): Likewise.
13173         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
13174         * modules/vasprintf-posix-tests (Depends-on): Likewise.
13175
13176 2008-03-31  Bruno Haible  <bruno@clisp.org>
13177
13178         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
13179         * doc/posix-functions/strtod.texi: Likewise.
13180
13181 2008-03-31  Bruno Haible  <bruno@clisp.org>
13182
13183         * tests/test-strtod.c (main): Don't use C99 syntax.
13184
13185 2008-03-31  Bruno Haible  <bruno@clisp.org>
13186
13187         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
13188         Reported by Eric Blake.
13189
13190 2008-03-31  Jim Meyering  <meyering@redhat.com>
13191
13192         Don't compare actual signbit return values.
13193         * tests/test-strtod.c (main): Rather, compare only their
13194         zero/non-zero nature.
13195
13196 2008-03-31  Eric Blake  <ebb9@byu.net>
13197
13198         More strtod documentation.
13199         * doc/posix-functions/strtod.texi (strtod): Interpret more test
13200         failures as distinct bugs.
13201
13202 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
13205         Problem reported by Erik Benada in
13206         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
13207
13208 2008-03-30  Bruno Haible  <bruno@clisp.org>
13209
13210         * tests/test-strtod.c: Add comments about which assertion fails on which
13211         platform.
13212         * doc/posix-functions/strtod.texi: Add info about many more platforms.
13213
13214 2008-03-30  Eric Blake  <ebb9@byu.net>
13215
13216         Test signbit behavior on zeros.
13217         * tests/test-signbit.c (test_signbitf): Add tests for zero.
13218         (test_signbitd, test_signbitl): Likewise.
13219
13220         More strtod touchups.
13221         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
13222         sign of negative underflow, for now.  Use .5, not .1.
13223         * doc/posix-functions/strtod.texi (strtod): Mention these
13224         limitations.
13225         Reported by Jim Meyering.
13226
13227 2008-03-30  Bruno Haible  <bruno@clisp.org>
13228
13229         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
13230         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
13231
13232 2008-03-30  Bruno Haible  <bruno@clisp.org>
13233
13234         Avoid failure when attempting to return empty iconv results on some
13235         platforms.
13236         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
13237         allocation, don't report ENOMEM when the resulting string is empty.
13238
13239 2008-03-30  Bruno Haible  <bruno@clisp.org>
13240
13241         Fix buffer overrun.
13242         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
13243         Don't consider the width for tmp_length. Check count against tmp_length
13244         before doing the padding. Ensure enough allocation during padding.
13245
13246 2008-03-30  Eric Blake  <ebb9@byu.net>
13247
13248         strtod touchups.
13249         * lib/strtod.c (strtod): Avoid compiler warnings.
13250         Reported by Jim Meyering.
13251
13252 2008-03-30  Bruno Haible  <bruno@clisp.org>
13253
13254         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
13255         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
13256         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
13257         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
13258         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
13259         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
13260         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
13261         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
13262
13263         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
13264         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
13265         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
13266         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
13267         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
13268         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
13269         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
13270         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
13271
13272         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
13273         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
13274         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
13275         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
13276         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
13277         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
13278         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
13279         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
13280
13281         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
13282         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
13283
13284         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
13285         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
13286
13287         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
13288         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
13289
13290         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
13291         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
13292         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
13293
13294         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
13295         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
13296         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
13297
13298         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
13299         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
13300         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
13301
13302         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
13303         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
13304         * modules/vasprintf (Depends-on): Add EOVERFLOW.
13305
13306         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
13307         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
13308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
13309         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
13310         (Depends-on): Add EOVERFLOW.
13311         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
13312         (Depends-on): Add EOVERFLOW.
13313         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13314         (Depends-on): Add EOVERFLOW.
13315         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
13316         (Depends-on): Add EOVERFLOW.
13317         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13318         (Depends-on): Add EOVERFLOW.
13319         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
13320         (Depends-on): Add EOVERFLOW.
13321         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13322         (Depends-on): Add EOVERFLOW.
13323         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
13324         (Depends-on): Add EOVERFLOW.
13325
13326         * lib/sprintf.c (EOVERFLOW): Remove fallback.
13327         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
13328         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
13329
13330         * lib/snprintf.c (EOVERFLOW): Remove fallback.
13331         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
13332         * modules/snprintf (Depends-on): Add EOVERFLOW.
13333
13334         * lib/poll.c (EOVERFLOW): Remove fallback.
13335         * modules/poll (Depends-on): Add EOVERFLOW.
13336
13337         * lib/getugroups.c (EOVERFLOW): Remove fallback.
13338         * modules/getugroups (Depends-on): Add EOVERFLOW.
13339
13340         * lib/getdelim.c (EOVERFLOW): Remove fallback.
13341         * modules/getdelim (Depends-on): Add EOVERFLOW.
13342
13343         * lib/ftell.c (EOVERFLOW): Remove fallback.
13344         * modules/ftell (Depends-on): Add EOVERFLOW.
13345
13346         * lib/fprintf.c (EOVERFLOW): Remove fallback.
13347         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
13348         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
13349
13350         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
13351
13352         * modules/EOVERFLOW-tests: New file.
13353         * tests/test-EOVERFLOW.c: New file.
13354
13355         * modules/EOVERFLOW: New file.
13356         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
13357
13358 2008-03-30  Bruno Haible  <bruno@clisp.org>
13359
13360         Fix bug introduced on 2007-06-10.
13361         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
13362         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
13363
13364 2008-03-30  Bruno Haible  <bruno@clisp.org>
13365
13366         Improve freadseek's efficiency after ungetc.
13367         * lib/freadseek.c: Include freadahead.h.
13368         (freadptrinc): New function, extracted from freadseek.
13369         (freadseek): Use it in a loop. Use freadahead to determine the number
13370         of loop iterations.
13371         * modules/freadseek (Depends-on): Add freadahead.
13372         (configure.ac): Require AC_C_INLINE.
13373
13374 2008-03-30  Bruno Haible  <bruno@clisp.org>
13375
13376         * lib/freadseek.c (freadseek): Don't ignore the return value of
13377         freadptr.
13378
13379 2008-03-29  Eric Blake  <ebb9@byu.net>
13380
13381         Add hex float support.
13382         * modules/strtod (Depends-on): Add c-ctype.
13383         (Link): Mention POW_LIB.
13384         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
13385         whitespace between 'e' and exponent.
13386         * tests/test-strtod.c (main): Enable hex float tests.
13387         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
13388         now provides.
13389
13390         Document various strtod bugs, with some fixes.
13391         * doc/posix-functions/strtod.texi (strtod): Document bugs with
13392         "-0x", "inf", "nan", and hex constants.
13393         * doc/posix-functions/atof.texi (atof): Likewise.
13394         * modules/stdlib (Makefile.am): Support strtod.
13395         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
13396         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
13397         detect additional strtod bugs.
13398         * lib/stdlib.in.h (rpl_strtod): Add declarations.
13399         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
13400         bool where appropriate.  Parse 'inf' and 'nan'.
13401         * tests/test-strtod.c: New file.
13402         * modules/strtod (Depends-on): Add stdbool, stdlib.
13403         (configure.ac): Turn on module indicator.
13404         * modules/strtod-tests: New module.
13405
13406 2008-03-29  Eric Blake  <ebb9@byu.net>
13407
13408         Fix ftell on mingw.
13409         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
13410         * modules/ftell-tests (Depends-on): Add binary-io.
13411         * modules/ftello-tests (Depends-on): Likewise.
13412         * tests/test-ftell.c (main): Enhance test to cover behavior after
13413         ungetc.  Enforce binary mode.
13414         * tests/test-ftello.c (main): Likewise.
13415
13416         Pass test-freadseek on cygwin.
13417         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
13418         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
13419         ungetc buffer.
13420
13421         * tests/test-fflush2.c (main): Fix typo.
13422
13423 2008-03-29  Bruno Haible  <bruno@clisp.org>
13424
13425         * tests/test-fflush2.c (main): Temporarily disable the contents of
13426         this test.
13427         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
13428         Reported by Eric Blake.
13429
13430 2008-03-28  Simon Josefsson  <simon@josefsson.org>
13431
13432         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
13433         (GC_SHA224_DIGEST_SIZE): Add.
13434
13435         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
13436         (gc_hash_digest_length): Likewise.
13437         (gc_hash_buffer): Likewise.
13438
13439 2008-03-25  Bruno Haible  <bruno@clisp.org>
13440
13441         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
13442         detail which gettext release to use.
13443         Reported by Simon Josefsson.
13444
13445 2008-03-26  Jim Meyering  <meyering@redhat.com>
13446
13447         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
13448         * modules/gnumakefile (clean-GNUmakefile): Also, use
13449         test ... && ... || : syntax rather than if-then ... fi.
13450
13451         gnumakefile: Don't double-quote-expand $(VPATH) value.
13452         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
13453
13454 2008-03-24  Eric Blake  <ebb9@byu.net>
13455
13456         Alter GNUmakefile to install into top directory.
13457         * modules/maintainer-makefile: Split, and add dependency...
13458         * modules/gnumakefile: to this new module.
13459         * build-aux/GNUmakefile: Move...
13460         * top/GNUmakefile: ...here.
13461         * build-aux/maint.mk: Move...
13462         * top/maint.mk: ...here.
13463         * MODULES.html.sh (Support for maintaining...): Document new
13464         module.
13465
13466 2008-03-23  Bruno Haible  <bruno@clisp.org>
13467
13468         * gnulib-tool: New options --vc-files, --no-vc-files.
13469         (func_usage): Document them.
13470         (vc_files): New variable.
13471         (func_import): Consider vc_files.
13472         (func_create_testdir): Set vc_files to empty.
13473         Suggested by Jim Meyering and Karl Berry.
13474
13475 2008-03-23  Bruno Haible  <bruno@clisp.org>
13476
13477         Fix regex compilation error on HP-UX 11.
13478         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
13479         * modules/regex (Files): Add m4/mbstate_t.m4.
13480         Reported by Ton Voon <ton.voon@altinity.com>.
13481
13482 2008-03-23  Bruno Haible  <bruno@clisp.org>
13483
13484         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
13485
13486 2008-03-23  Eric Blake  <ebb9@byu.net>
13487             Bruno Haible  <bruno@clisp.org>
13488
13489         Install files from top/ in the destination directory.
13490         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13491         augmentation also for the files from top/.
13492         (func_import, func_create_testdir): Rewrite file names:
13493         top/filename -> filename.
13494
13495 2008-03-23  Bruno Haible  <bruno@clisp.org>
13496
13497         Tweak "gnulib --version" output.
13498         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
13499
13500 2008-03-23  Bruno Haible  <bruno@clisp.org>
13501
13502         Tweak "gnulib --version" output.
13503         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
13504         rather than contents of ChangeLog, when possible.
13505
13506 2008-03-21  Eric Blake  <ebb9@byu.net>
13507
13508         More --version tweaks.
13509         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
13510         date of last ChangeLog entry.
13511
13512 2008-03-21  Jim Meyering  <meyering@redhat.com>
13513
13514         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
13515
13516 2008-03-20  Eric Blake  <ebb9@byu.net>
13517
13518         VPATH fix.
13519         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
13520
13521 2008-03-20  Simon Josefsson  <simon@josefsson.org>
13522
13523         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
13524         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
13525
13526 2008-03-20  Eric Blake  <ebb9@byu.net>
13527
13528         Sync GNUmakefile with coreutils.
13529         * build-aux/GNUmakefile (have-Makefile): Rename...
13530         (_have-Makefile): ...to this, for namespace consideration.
13531         (GNUmakefile.cfg): Include, if present.
13532         (_autoreconf): Define a default.
13533         (_is-dist-target): New rule for rebuilds to pick up intra-release
13534         version.
13535         (maint-cfg.mk): Rename...
13536         (cfg.mk): ...to this.
13537
13538 2008-03-18  Jim Meyering  <meyering@redhat.com>
13539
13540         New script and module: mktempd
13541         * MODULES.html.sh (maint+release support): Add mktempd.
13542         * build-aux/mktempd: New file.
13543         * modules/mktempd: New file.
13544
13545 2008-03-15  Jim Meyering  <meyering@redhat.com>
13546
13547         Undo last change.
13548         * lib/sha1.c, lib/md5.c: 63 != ~63.
13549         Reported by Andreas Schwab.
13550
13551         sha1.c, md5.c: Hoist a redundant expression.
13552         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
13553         "ctx->buflen" only once, before calling *_process_block.
13554         * lib/md5.c (md5_process_bytes): Likewise.
13555
13556 2008-03-14  Eric Blake  <ebb9@byu.net>
13557
13558         Bump copyright year in files generated by gnulib-tool.
13559         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
13560         gnulib-tool, rather than hard-coding it.
13561
13562         Fix 'gnulib-tool --version' output to work with git.
13563         * gnulib-tool (func_gnulib_dir): New function, extracted from...
13564         (startup): ...here.
13565         (func_version): Use it to invoke git-version-gen, rather than
13566         relying on CVS keyword expansion.  Modernize wording.
13567         (cvsdatestamp, last_checkin_date, version): Kill unused
13568         variables.
13569
13570 2008-03-12  Jim Meyering  <meyering@redhat.com>
13571
13572         Recognize optional cast of the argument to free.
13573         * build-aux/useless-if-before-free: Update regexps.
13574
13575         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
13576
13577 2008-03-11  Bruno Haible  <bruno@clisp.org>
13578
13579         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
13580         by a single package.
13581         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
13582         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
13583         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
13584         Reported by Sam Steingold <sds@gnu.org>.
13585
13586 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13587
13588         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
13589         repositories.
13590
13591 2008-03-11  Bruno Haible  <bruno@clisp.org>
13592
13593         Avoid conflicts between local macro definitions.
13594         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
13595         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
13596
13597 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
13598             Bruno Haible  <bruno@clisp.org>
13599
13600         Make va_copy work with some version of xlc on AIX 5.1.
13601         * lib/stdarg.in.h: New file.
13602         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
13603         On AIX, use a <stdarg.h> file substitute.
13604         * modules/stdarg (Files): Add lib/stdarg.in.h.
13605         (Depends-on): Add include_next.
13606         (Makefile.am): Build a stdarg.h substitute if requested.
13607         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
13608
13609 2008-03-10  Bruno Haible  <bruno@clisp.org>
13610
13611         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
13612         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13613         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
13614
13615 2008-03-10  Bruno Haible  <bruno@clisp.org>
13616
13617         * modules/stdlib (Depends-on): Add include_next, remove
13618         absolute-header.
13619
13620 2008-03-09  Bruno Haible  <bruno@clisp.org>
13621
13622         * lib/freadahead.h (freadahead): Document more precisely.
13623         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
13624         the sum of both buffer sizes.
13625         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
13626         * NEWS: Document the change.
13627
13628 2008-03-09  Bruno Haible  <bruno@clisp.org>
13629
13630         Extend freadptr to return also the buffer size.
13631         * lib/freadptr.h (freadptr): Add sizep argument.
13632         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
13633         (freadptr): Add sizep argument. Determine buffer size like freadahead
13634         does.
13635         * tests/test-freadptr.c: Don't include freadahead.h.
13636         (main): Adapt for new calling convention of freadptr.
13637         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
13638         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
13639         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
13640         tests/test-freadptr2.sh.
13641         (Depends): Remove freadahead.
13642         (TESTS): Add test-freadptr2.sh.
13643         (check_PROGRAMS): Add test-freadptr2.
13644
13645 2008-03-09  Bruno Haible  <bruno@clisp.org>
13646
13647         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
13648         Report and solution by Simon Josefsson.
13649
13650 2008-03-06  Bruno Haible  <bruno@clisp.org>
13651
13652         Make fflush after ungetc work on BSD platforms.
13653         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
13654         * tests/test-fflush2.c: New file.
13655         * tests/test-fflush2.sh: New file.
13656         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
13657         tests/test-fflush2.c.
13658         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
13659         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
13660
13661 2008-03-06  Eric Blake  <ebb9@byu.net>
13662
13663         Likewise for ftello.
13664         * modules/ftello (Dependencies): Add extensions.
13665         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
13666
13667 2008-03-06  Bruno Haible  <bruno@clisp.org>
13668
13669         * modules/fseeko (Dependencies): Add extensions.
13670         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
13671         Needed on glibc systems.
13672
13673 2008-03-06  Bruno Haible  <bruno@clisp.org>
13674
13675         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
13676         email address.
13677         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13678
13679 2008-03-06  Bruno Haible  <bruno@clisp.org>
13680
13681         * users.txt: Add libgnupdf.
13682
13683 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13684
13685         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
13686         (Header File Substitutes, Function Substitutes,
13687         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
13688         (Build robot for gnulib): Fix typo.
13689
13690 2008-03-06  Bruno Haible  <bruno@clisp.org>
13691
13692         * doc/gnulib-tool.texi (VCS Issues): Small updates.
13693         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
13694
13695 2008-03-06  Bruno Haible  <bruno@clisp.org>
13696
13697         * doc/func.texi: New file, extracted from doc/gnulib.texi.
13698         * doc/gnulib.texi: Include it.
13699
13700 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13701
13702         * modules/func (License): Change license to unlimited; there was
13703         no LGPL parts in the module anyway.
13704
13705 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13706
13707         * modules/__func__: Renamed to modules/func.
13708         * modules/__func__-tests: Renamed to modules/func-tests.
13709         * tests/test-__func__.c: Renamed to tests/test-func.c.
13710         * m4/__func__.m4: Renamed to m4/func.m4.
13711         * doc/gnulib.texi (__func__): Section renamed to func.
13712         Suggested by Eric Blake <ebb9@byu.net>.
13713
13714 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13715
13716         * doc/gnulib.texi (__func__): Use C99 terminology when talking
13717         about __func__.  Make example self-contained.  Suggested by Eric
13718         Blake <ebb9@byu.net>.
13719
13720         * tests/test-__func__.c (main): Avoid extraneous () around __func.
13721         Suggested by Eric Blake <ebb9@byu.net>.
13722
13723 2008-03-06  Simon Josefsson  <simon@josefsson.org>
13724
13725         * modules/__func__: New file.
13726         * modules/__func__-tests: New file.
13727         * tests/test-__func__.c: New file.
13728         * m4/__func__.m4: New file.
13729         * doc/gnulib.texi (__func__): Document __func__ module.
13730
13731 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13732
13733         * modules/byteswap (License): Re-license as LGPLv2+.
13734
13735 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13736
13737         * doc/Makefile: Add pdf target.
13738
13739 2008-03-05  Simon Josefsson  <simon@josefsson.org>
13740
13741         * modules/inline (License): Use 'unlimited', since there are only
13742         *.m4 files in this module.
13743
13744 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
13745             Bruno Haible  <bruno@clisp.org>
13746
13747         Add support for HP C 7.1 on OpenVMS 8.3.
13748         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
13749
13750 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
13751
13752         Update VMS specifics.
13753         * lib/getopt.c [VMS]: Remove include of unixlib.h.
13754
13755 2008-03-02  Jim Meyering  <meyering@redhat.com>
13756
13757         Remove the last dependency on the "free" module.
13758         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
13759         Reported by Bob Proulx.
13760
13761         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
13762
13763         Remove useless "if" tests before free.  Deprecate "free" module.
13764         * doc/posix-functions/free.texi: Mention that this
13765         module is no longer useful.
13766         * modules/free (Notice): Say this module is obsolete.
13767         * modules/readutmp (Depends-on): Remove free.
13768         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
13769         * lib/putenv.c (putenv): Likewise.
13770         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
13771         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
13772         * tests/test-c-strcasestr.c (main): Likewise.
13773         * tests/test-c-strstr.c (main): Likewise.
13774         * tests/test-mbscasestr1.c (main): Likewise.
13775         * tests/test-mbscasestr2.c (main): Likewise.
13776         * tests/test-mbsstr1.c (main): Likewise.
13777         * tests/test-mbsstr2.c (main): Likewise.
13778         * tests/test-memmem.c (main): Likewise.
13779         * tests/test-strcasestr.c (main): Likewise.
13780         * tests/test-striconv.c (main): Likewise.
13781         * tests/test-striconveh.c (main): Likewise.
13782         * tests/test-striconveha.c (main): Likewise.
13783         * tests/test-strstr.c (main): Likewise.
13784
13785         * build-aux/git-version-gen: Adjust a comment and the Usage string.
13786
13787         bootstrap: sync from coreutils again
13788         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
13789
13790 2008-03-01  Jim Meyering  <meyering@redhat.com>
13791
13792         bootstrap: sync from coreutils
13793         * build-aux/bootstrap (update_po_files): Copy a .po file into place
13794         also when the target doesn't exist.
13795
13796 2008-03-01  Eric Blake  <ebb9@byu.net>
13797
13798         Fix bugs in last patch.
13799         * lib/memchr2.c (memchr2): Fix typo.
13800         * tests/test-memchr2.c: Test previous bug, and don't use GNU
13801         extension.
13802         Reported by Bruce Korb.
13803
13804         New module 'memchr2'.
13805         * modules/memchr2: New file.
13806         * modules/memchr2-tests: Likewise.
13807         * lib/memchr2.h: Likewise.
13808         * lib/memchr2.c: Likewise, based on memchr.c.
13809         * tests/test-memchr2.c: New test.
13810         * MODULES.html.sh (String handling): Add memchr2.
13811
13812 2008-02-29  Bruno Haible  <bruno@clisp.org>
13813
13814         * modules/freadseek-tests: New file.
13815         * tests/test-freadseek.sh: New file.
13816         * tests/test-freadseek.c: New file.
13817
13818         New module 'freadseek'.
13819         * modules/freadseek: New file.
13820         * lib/freadseek.h: New file.
13821         * lib/freadseek.c: New file.
13822         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
13823
13824 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
13825
13826         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
13827         wydawca.
13828
13829         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
13830         program_invocation_name and program_invocation_short_name are
13831         present.
13832
13833 2008-02-28  Bruno Haible  <bruno@clisp.org>
13834
13835         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
13836         * tests/test-freadptr.sh: Also test non-seekable stdin.
13837
13838 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
13839
13840         * build-aux/bootstrap (source_base, m4_base)
13841         (doc_base, tests_base): New variables.
13842         (gnulib_tool_options): Do not hardcode base directories, use
13843         the above variables instead.
13844
13845 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
13846
13847         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
13848
13849 2008-02-28  Bruno Haible  <bruno@clisp.org>
13850
13851         * modules/freadptr-tests: New file.
13852         * tests/test-freadptr.sh: New file.
13853         * tests/test-freadptr.c: New file.
13854
13855         New module 'freadptr'.
13856         * modules/freadptr: New file.
13857         * lib/freadptr.h: New file.
13858         * lib/freadptr.c: New file.
13859         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
13860
13861 2008-02-26  Karl Berry  <karl@freefriends.org>
13862
13863         Sync from Libtool:
13864         * libltdl/argz.c (argz_add, argz_count): New functions.
13865         * libltdl/argz.in.h: Declare them.
13866         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
13867
13868 2008-02-22  Bruno Haible  <bruno@clisp.org>
13869
13870         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
13871         is a pointer type.  Needed for HP-UX 10.
13872         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
13873         * doc/posix-functions/gmtime_r.texi: Likewise.
13874         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
13875
13876 2008-02-24  Bruno Haible  <bruno@clisp.org>
13877
13878         * modules/environ-tests: New file.
13879         * tests/test-environ.c: New file.
13880
13881         New module 'environ'.
13882         * modules/environ: New file.
13883         * lib/unistd.in.h (environ): New declaration.
13884         * m4/environ.m4: New file.
13885         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
13886         after use.
13887         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
13888         HAVE_DECL_ENVIRON.
13889         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
13890         HAVE_DECL_ENVIRON.
13891         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
13892         wrong claim that 'environ' is missing on some systems.
13893         * modules/execute (Depends-on): Add environ.
13894         * lib/execute.c (environ): Remove fallback declaration.
13895         * modules/pipe (Depends-on): Add environ.
13896         * lib/pipe.c (environ): Remove fallback declaration.
13897         * modules/setenv (Depends-on): Add environ.
13898         * lib/setenv.c (environ): Remove fallback declaration.
13899         * modules/unsetenv (Depends-on): Add environ.
13900         * lib/unsetenv.c (environ): Remove fallback declaration.
13901         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
13902         m4/environ.m4.
13903         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
13904         (gl_PREREQ_UNSETENV): Likewise.
13905
13906 2008-02-24  Bruno Haible  <bruno@clisp.org>
13907
13908         * doc/posix-functions/environ.texi: Document the MacOS X problem.
13909
13910 2008-02-20  Bob Proulx  <bob@proulx.com>
13911
13912         Enable use of older two part flavor 'git describe'.
13913         * build-aux/git-version-gen: If using the older two part flavor of
13914         git version then recreate the third part now present in the
13915         newer three part flavor of git describe.
13916
13917 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
13918
13919         * lib/fts.c (fts_build): Typo correction to comment.
13920
13921 2008-02-17  Bruno Haible  <bruno@clisp.org>
13922
13923         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
13924         generating no-op conflicts.
13925
13926 2008-02-17  Bruno Haible  <bruno@clisp.org>
13927
13928         Speed up by 10%.
13929         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
13930         result_entries, rather than an index-based loop.
13931
13932 2008-02-17  Bruno Haible  <bruno@clisp.org>
13933
13934         Speed up by 25%.
13935         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
13936         'hashcode_cached'.
13937         (entry_create): New function.
13938         (entry_hashcode): Use the cached hashcode if possible.
13939         (read_changelog_file, try_split_merged_entry): Use entry_create.
13940
13941 2008-02-17  Bruno Haible  <bruno@clisp.org>
13942
13943         Speed up from O(n^2) to O(n) for long ChangeLog files.
13944         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
13945         (read_changelog_file): Change implementation of entries_reversed list
13946         to rbtreehash.
13947         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
13948
13949 2008-02-17  Bruno Haible  <bruno@clisp.org>
13950
13951         New option --split-merged-entry.
13952         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
13953         (find_paragraph_end, try_split_merged_entry): New functions.
13954         (long_options): Add option --split-merged-entry.
13955         (usage): Document option --split-merged-entry.
13956         (main): Implement option --split-merged-entry.
13957         Reported by Eric Blake.
13958
13959 2008-02-17  Bruno Haible  <bruno@clisp.org>
13960
13961         * lib/git-merge-changelog.c: Include c-strstr.h.
13962         (main): Support the "git pull --rebase" situation.
13963         * modules/git-merge-changelog (Depends-on): Add c-strstr.
13964         Reported by Eric Blake.
13965
13966 2008-02-16  Eric Blake  <ebb9@byu.net>
13967
13968         Avoid doubling \ in common case of "c-maybe" quoting style.
13969         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
13970         eliding outer quotes.
13971         * lib/quotearg.h: Document this.
13972         * tests/test-quotearg.c (result_strings, inputs, results_g)
13973         (flag_results, locale_results): Test it by adding a new string to
13974         each test group.
13975         (compare_strings): Test new string.
13976
13977 2008-02-13  Eric Blake  <ebb9@byu.net>
13978
13979         Avoid trigraph quoting in default output.
13980         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
13981         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
13982         unless explicitly requested.
13983         * tests/test-quotearg.c (flag_results, main): Add additional tests.
13984
13985 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
13986
13987         Don't rely on signed integer overflowing to negative value.
13988         * lib/getugroups.c (getugroups): Include <limits.h>.
13989         Instead, compare against INT_MAX, and increment only if the test passes.
13990
13991 2008-02-13  Jim Meyering  <meyering@redhat.com>
13992         and Eric Blake  <ebb9@byu.net>
13993
13994         Avoid shadowing warning and compile errors on Linux.
13995         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
13996         forwarding macros on Linux.
13997         (dcgettext): Define a stub, for Linux.
13998         (results_g, main): Avoid warnings.
13999
14000 2008-02-12  Eric Blake  <ebb9@byu.net>
14001
14002         Silence warning in last patch.
14003         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
14004
14005         Quotearg part 4: add tests, fix c-maybe colon quoting.
14006         * lib/quotearg.h: Improve documentation.
14007         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
14008         escapes when adding outer quotes.  When quoting trigraphs, use
14009         valid C notation.  When quoting NUL, omit extra characters if next
14010         character is not digit.  Alter prototype.
14011         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
14012         callers.
14013         * modules/quotearg-tests: New module.
14014         * tests/test-quotearg.c: New test.
14015
14016 2008-02-07  Eric Blake  <ebb9@byu.net>
14017
14018         Quotearg part 3: add flag to control outer quote elision.
14019         * lib/quotearg.h (c_maybe_quoting_style): New style.
14020         (enum quoting_flags): Better documentation of flags.
14021         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
14022         c-maybe style.
14023         (quotearg_buffer_restyled): Handle new flag to elide outer
14024         quotes.
14025
14026         Quotearg part 2: add flag that can control NUL elision.
14027         * lib/quotearg.h (set_quoting_flags): New prototype.
14028         * lib/quotearg.c (struct quoting_options): Add flag field.
14029         (set_quoting_flags): New function.
14030         (quotearg_buffer_restyled): Add flags parameter.
14031         (quotearg_alloc_mem): Set the flag if length cannot be returned.
14032         (quotearg_n_options): Set the flag, since length cannot be
14033         returned.
14034         (quoting_options_from_style): Default flags correctly.
14035
14036         Quotearg part 1: more wrappers, restore quotearg_char state.
14037         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
14038         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
14039         (quotearg_colon_mem): New wrappers.
14040         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
14041         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
14042         functions.
14043         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
14044         (quotearg_colon_mem): New functions.
14045
14046 2008-02-11  Bruno Haible  <bruno@clisp.org>
14047
14048         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
14049         library in the current directory: it does not work with parallel make.
14050         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14051
14052 2008-02-11  Bruno Haible  <bruno@clisp.org>
14053
14054         * .gitattributes: New file.
14055
14056 2008-02-11  Jim Meyering  <meyering@redhat.com>
14057
14058         useless-if-before-free: Fix reversed exit values.
14059         * build-aux/useless-if-before-free: Use correct values
14060         for EXIT_MATCH and EXIT_NO_MATCH.
14061
14062         * build-aux/useless-if-before-free: Close stdout carefully.
14063
14064 2008-02-10  Bruno Haible  <bruno@clisp.org>
14065
14066         New module 'git-merge-changelog'.
14067         * modules/git-merge-changelog: New file.
14068         * lib/git-merge-changelog.c: New file.
14069
14070 2008-02-10  Jim Meyering  <meyering@redhat.com>
14071
14072         useless-if-before-free: New option: --list (-l).
14073
14074         useless-if-before-free: Don't exit immediately upon open failure.
14075         * build-aux/useless-if-before-free: Exit 2 for errors.
14076         Upon failure to open a file, don't exit immediately.
14077         Rather, just warn and continue with any remaining files.
14078
14079 2008-02-10  Bruno Haible  <bruno@clisp.org>
14080
14081         New abstract list operation 'node_set_value'.
14082         * lib/gl_list.h (gl_list_node_set_value): New function.
14083         (struct gl_list_implementation): New field node_set_value.
14084         * lib/gl_list.c (gl_list_node_set_value): New function.
14085         * lib/gl_array_list.c (gl_array_node_set_value): New function.
14086         (gl_array_list_implementation): Update.
14087         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
14088         (gl_carray_list_implementation): Update.
14089         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
14090         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14091         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14092         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
14093         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14094         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14095         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14096         Update.
14097         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14098         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
14099         (gl_sublist_list_implementation): Update.
14100
14101 2008-02-10  Bruno Haible  <bruno@clisp.org>
14102
14103         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
14104         Needed when ELEMENT is #defined to 'some_type *'.
14105
14106 2008-02-10  Jim Meyering  <meyering@redhat.com>
14107
14108         New script and module: useless-if-before-free
14109         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
14110         * build-aux/useless-if-before-free: New file.
14111         * modules/useless-if-before-free: New file.
14112
14113         * build-aux/gitlog-to-changelog: Use committer date, not author date.
14114
14115         xstrtol_error: Fix typo.
14116         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
14117         s/exit_failure/exit_status/.
14118
14119 2008-02-09  Jim Meyering  <meyering@redhat.com>
14120
14121         New script and module: gitlog-to-changelog
14122         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
14123         * modules/gitlog-to-changelog: New file.
14124         * build-aux/gitlog-to-changelog: New file.
14125
14126 2008-02-08  Jim Meyering  <meyering@redhat.com>
14127
14128         Avoid two "parameter unused" warnings.
14129         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
14130         Mark "st" as used.
14131
14132         Use "git COMMAND", not "git-COMMAND".
14133         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
14134         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
14135         * build-aux/git-version-gen: Use "git status", not "git-status".
14136
14137 2008-02-07  Bruno Haible  <bruno@clisp.org>
14138
14139         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
14140         Avoids a crash on Windows Vista.
14141         Reported by Adam Strzelecki <ono@java.pl> via
14142         Simon Josefsson <simon@josefsson.org>.
14143
14144 2008-02-06  Bruno Haible  <bruno@clisp.org>
14145
14146         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
14147         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
14148         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
14149         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
14150         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14151         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14152         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
14153         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
14154         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14155         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14156         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14157         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14158         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14159         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14160         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14161         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
14162         left-adjust flag.
14163         * tests/test-snprintf-posix.h (test_function): Likewise.
14164         * tests/test-sprintf-posix.h (test_function): Likewise.
14165         * tests/test-vasprintf-posix.c (test_function): Likewise.
14166         * doc/posix-functions/fprintf.texi: Update.
14167         * doc/posix-functions/printf.texi: Update.
14168         * doc/posix-functions/snprintf.texi: Update.
14169         * doc/posix-functions/sprintf.texi: Update.
14170         * doc/posix-functions/vfprintf.texi: Update.
14171         * doc/posix-functions/vprintf.texi: Update.
14172         * doc/posix-functions/vsnprintf.texi: Update.
14173         * doc/posix-functions/vsprintf.texi: Update.
14174         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14175
14176 2008-02-06  Bruno Haible  <bruno@clisp.org>
14177
14178         Fix bug introduced on 2008-01-26.
14179         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
14180
14181 2008-02-06  Bruno Haible  <bruno@clisp.org>
14182
14183         Fix bug introduced on 2007-06-10.
14184         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
14185         !NEED_PRINTF_FLAG_ZERO.
14186
14187 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
14188
14189         getloadavg: use libperfstat on AIX5
14190         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
14191
14192 2008-02-03  Bruno Haible  <bruno@clisp.org>
14193
14194         * lib/diffseq.h: Add comments about required #includes.
14195         Reported by Michael Biggs <gnulib@doubleplum.net>.
14196
14197 2008-02-01  Bruno Haible  <bruno@clisp.org>
14198
14199         * users.txt: Add gnuit.
14200
14201 2008-01-31  Bruno Haible  <bruno@clisp.org>
14202
14203         * lib/md4.c (set_uint32): Mark as inline.
14204         * lib/md5.c (set_uint32): Likewise.
14205         * lib/sha1.c (set_uint32): Likewise.
14206         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
14207         * m4/md5.m4 (gl_MD5): Likewise.
14208         * m4/sha1.m4 (gl_SHA1): Likewise.
14209
14210 2008-01-31  Jim Meyering  <meyering@redhat.com>
14211
14212         Use "sizeof VAR", rather than a literal "4".
14213         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
14214         * lib/md4.c (md4_read_ctx): Likewise.
14215         * lib/sha1.c (sha1_read_ctx): Likewise.
14216
14217 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14218
14219         * tests/test-sha1.c: New file, based on test-md5.c.
14220
14221         * modules/crypto/sha1-tests: New file.
14222
14223 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14224
14225         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
14226
14227 2008-01-31  Jim Meyering  <meyering@redhat.com>
14228
14229         Prefer "sizeof v" over the equivalent "4".
14230         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
14231         * lib/md5.c (set_uint32): Likewise.
14232         * lib/sha1.c (set_uint32): Likewise.
14233
14234 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14235
14236         * lib/sha1.c (set_uint32): Mark function as static.
14237
14238 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14239
14240         md2: clarify comments to say that alignment is not required.
14241         * lib/md2.h: Remove warning about alignment in comment.
14242         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
14243         never been required.
14244
14245 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14246
14247         md4: adapt alignment constraint fix from sha1.
14248         * lib/md4.c (set_uint32): New function, from sha1.c
14249         (md4_read_ctx): Use it.
14250         (md4_finish_ctx): Doc fix.
14251         * lib/md4.h: Doc fix.
14252
14253 2008-01-31  Simon Josefsson  <simon@josefsson.org>
14254
14255         md5: adapt alignment constraint fix from sha1.
14256         * lib/md5.c (set_uint32): New function, from sha1.c
14257         (md5_read_ctx): Use it.
14258         (md5_finish_ctx): Doc fix.
14259         * lib/md5.h: Doc fix.
14260
14261 2008-01-30  Peter Palfrader  <weasel@debian.org>
14262
14263         sha1: remove the result buffer alignment constraint
14264         * lib/sha1.c (set_uint32): New function.
14265         (sha1_read_ctx): Rewrite to remove the result buffer alignment
14266         constraint.
14267         (sha1_finish_ctx): Remove comment warning about alignment constraint.
14268         * lib/sha1.h: Likewise.
14269
14270 2008-01-30  Andreas Schwab  <schwab@suse.de>
14271             Bruno Haible  <bruno@clisp.org>
14272
14273         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
14274         correct definition of LDBL_MIN_EXP.
14275
14276 2008-01-30  Karl Berry  <karl@gnu.org>
14277
14278         * config/srclist-update: try to preserve x bit on updates.
14279         * config/srclistvars.sh: update for karl.
14280
14281 2008-01-29  Jim Meyering  <meyering@redhat.com>
14282
14283         vasnprintf.c: Avoid warning about unused label
14284         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
14285         "overflow" label definition and associated code with the
14286         same cpp condition that guards the sole use of that label.
14287
14288 2008-01-26  Bruno Haible  <bruno@clisp.org>
14289
14290         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
14291         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
14292         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
14293         * lib/isnanl-nolibm.h (isnanl): Likewise.
14294         Reported by Paul Eggert <eggert@cs.ucla.edu>.
14295
14296 2008-01-26  Bruno Haible  <bruno@clisp.org>
14297
14298         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
14299         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
14300
14301 2008-01-26  Bruno Haible  <bruno@clisp.org>
14302
14303         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
14304         GCC >= 4.0 built-in.
14305         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
14306
14307 2008-01-26  Bruno Haible  <bruno@clisp.org>
14308
14309         Rename isnan, applicable to 'double' only, to isnand.
14310         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
14311         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
14312         (configure.ac): Update.
14313         (Include): Replace "isnan.h" with "isnand.h".
14314         * m4/isnand.m4: Renamed from m4/isnan.m4.
14315         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
14316         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
14317         instead of isnan.c.
14318         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
14319         instead of HAVE_ISNAN_IN_LIBC.
14320         (isnand): Renamed from isnan.
14321         * lib/isnand.c: New file.
14322         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
14323         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
14324         (Makefile.am): Update.
14325         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
14326         Include isnand.h instead of isnan.h.
14327         (main): Test isnand instead of isnan.
14328         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
14329         isnan-nolibm.
14330         * modules/frexp (Depends-on): Likewise.
14331         * modules/frexp-tests (Depends-on): Likewise.
14332         * modules/frexp-nolibm (Depends-on): Likewise.
14333         * modules/frexp-nolibm-tests (Depends-on): Likewise.
14334         * modules/isfinite (Depends-on): Likewise.
14335         * modules/round-tests (Depends-on): Likewise.
14336         * modules/signbit (Depends-on): Likewise.
14337         * modules/signbit-tests (Depends-on): Likewise.
14338         * modules/snprintf-posix (Depends-on): Likewise.
14339         * modules/sprintf-posix (Depends-on): Likewise.
14340         * modules/trunc-tests (Depends-on): Likewise.
14341         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14342         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14343         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14344         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14345         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14346         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14347         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14348         * modules/vasnprintf-posix (Depends-on): Likewise.
14349         * modules/vasprintf-posix (Depends-on): Likewise.
14350         * modules/vfprintf-posix (Depends-on): Likewise.
14351         * modules/vsnprintf-posix (Depends-on): Likewise.
14352         * modules/vsprintf-posix (Depends-on): Likewise.
14353         * lib/frexp.c: Include isnand.h instead of isnan.h.
14354         (ISNAN): Set to isnand instead of isnan.
14355         * lib/isfinite.c: Include isnand.h instead of isnan.h.
14356         (gl_isfinited): Use isnand instead of isnan.
14357         * lib/signbitd.c: Include isnand.h instead of isnan.h.
14358         (gl_signbitd): Use isnand instead of isnan.
14359         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
14360         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
14361         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
14362         (main): Use isnand instead of isnan.
14363         * tests/test-round1.c: Include isnand.h.
14364         (main): Use isnand instead of isnan.
14365         * tests/test-round2.c: Include isnand.h instead of isnan.h.
14366         (ISNAN): Set to isnand instead of isnan.
14367         * tests/test-trunc1.c: Include isnand.h.
14368         (main): Use isnand instead of isnan.
14369         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
14370         (equal): Use isnand instead of isnan.
14371         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
14372         isnand-nolibm.
14373         * NEWS: Mention the change.
14374
14375 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
14376             Bruno Haible  <bruno@clisp.org>
14377
14378         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
14379         the GCC builtins for signbits are present and set
14380         REPLACE_SIGNBIT_USING_GCC if so.
14381         * lib/math.in.h (signbit): Define using GCC builtins if
14382         REPLACE_SIGNBIT_USING_GCC is set.
14383         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
14384         REPLACE_SIGNBIT_USING_GCC.
14385         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
14386
14387 2008-01-25  Jim Meyering  <meyering@redhat.com>
14388
14389         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
14390         * lib/poll.c: Include <config.h>, not "config.h".
14391         * tests/test-getaddrinfo.c: Likewise.
14392
14393 2008-01-25  Simon Josefsson  <simon@josefsson.org>
14394
14395         * modules/sockets-tests: New file.
14396
14397 2008-01-24  Simon Josefsson  <simon@josefsson.org>
14398
14399         * modules/sockets: New module, can be used to call WSA_Startup and
14400         WSA_Cleanup when needed.
14401
14402         * lib/sockets.h, lib/sockets.c: New files.
14403
14404         * m4/sockets.m4: New file.
14405
14406         * tests/test-sockets.c: New file.
14407
14408 2008-01-19  Bruno Haible  <bruno@clisp.org>
14409
14410         * doc/posix-headers: Renamed from doc/headers.
14411         * doc/posix-functions: Renamed from doc/functions.
14412         * doc/gnulib.texi: Update.
14413
14414 2008-01-19  Bruno Haible  <bruno@clisp.org>
14415
14416         * doc/glibc-functions/strcasestr.texi: Include contents of
14417         doc/functions/strcasestr.texi, fixing the list of platforms.
14418         * doc/functions/strcasestr.texi: Remove file.
14419
14420 2008-01-19  Bruno Haible  <bruno@clisp.org>
14421
14422         * doc/glibc-functions/memmem.texi: Include contents of
14423         doc/functions/memmem.texi.
14424         * doc/functions/memmem.texi: Remove file.
14425
14426 2008-01-18  Bruno Haible  <bruno@clisp.org>
14427
14428         * doc/glibc-functions/*.texi: New files.
14429         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
14430         to use the new files.
14431
14432 2008-01-17  Bruno Haible  <bruno@clisp.org>
14433
14434         * tests/test-gethostname.c (main): Fix printf statement.
14435
14436 2008-01-17  Simon Josefsson  <simon@josefsson.org>
14437
14438         * modules/gethostname-tests: New file.
14439
14440         * tests/test-gethostname.c: New file.
14441
14442 2008-01-17  Simon Josefsson  <simon@josefsson.org>
14443
14444         * lib/gethostname.c: Include string.h unconditionally, strncpy is
14445         used by the UNAME case.  Reported by Bruno Haible
14446         <bruno@clisp.org>.
14447
14448 2008-01-17  Eric Blake  <ebb9@byu.net>
14449
14450         Convert c-strcasestr to be more efficient.
14451         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
14452         (Depends-on): Add c-strcase, remove malloca, strnlen.
14453         * tests/test-c-strcasestr.c (main): Enhance test.
14454         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
14455
14456 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14457
14458         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
14459         Use it in creating po/Makevars.
14460
14461 2008-01-15  Simon Josefsson  <simon@josefsson.org>
14462
14463         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
14464         Applications that requires it should initialize libgcrypt
14465         manually.
14466
14467 2008-01-16  Simon Josefsson  <simon@josefsson.org>
14468
14469         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
14470
14471 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
14472
14473         Fix problem with getdate on mingw32 reported by Simon Josefsson
14474         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
14475         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
14476         tzname", when deciding whether to declare tzname.
14477         * lib/strftime.c (tzname): Likewise.
14478
14479 2008-01-15  Bruno Haible  <bruno@clisp.org>
14480
14481         Work around a MacOS X 10.5 bug in frexpl().
14482         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
14483         * doc/functions/frexpl.texi: Document the bug.
14484         Reported by Elias Pipping <pipping@gentoo.org>.
14485
14486 2008-01-14  Eric Blake  <ebb9@byu.net>
14487
14488         Touch up previous patch.
14489         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
14490         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
14491
14492         Convert strcasestr module to use Two-Way algorithm.
14493         * modules/strcasestr-simple: New module, based on the old
14494         strcasestr, but with Two-Way rather than KMP.
14495         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
14496         * lib/string.in.h (rpl_strcasestr): Declare.
14497         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
14498         performance.
14499         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
14500         * modules/string (Makefile.am): Support strcasestr.
14501         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14502         * modules/strcasestr-tests (Depends-on): Check for alarm.
14503         * tests/test-strcasestr.c: Augment test.
14504         * lib/str-two-way.h: Clean up stray macro.
14505         * NEWS: Document new module.
14506         * MODULES.html.sh (string handling): Likewise.
14507         * doc/functions/strcasestr.texi: New file.
14508         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
14509         here, since it is not a POSIX function.
14510
14511 2008-01-14  Colin Watson  <cjwatson@debian.org>
14512             Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
14515         works fine; if not, set REPLACE_STRSIGNAL.
14516         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
14517         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14518         REPLACE_STRSIGNAL.
14519         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
14520         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
14521         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
14522
14523 2008-01-14  Bruno Haible  <bruno@clisp.org>
14524
14525         * modules/strsignal (Include): Change to <string.h>.
14526
14527 2008-01-14  Colin Watson  <cjwatson@debian.org>
14528
14529         * modules/argp (Notice): Add a notice recommending to change
14530         XGETTEXT_OPTIONS.
14531         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
14532
14533 2008-01-13  Colin Watson  <cjwatson@debian.org>
14534
14535         * modules/strsignal-tests: New file.
14536         * tests/test-strsignal.c: New file.
14537
14538         * lib/strsignal.c: New file, from glibc with modifications.
14539         * lib/siglist.h: New file, from glibc with modifications.
14540         * lib/string.in.h (strsignal): New declaration.
14541         * m4/strsignal.m4: New file.
14542         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14543         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
14544         * modules/strsignal: New file.
14545         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
14546         HAVE_DECL_STRSIGNAL.
14547
14548 2008-01-13  Bruno Haible  <bruno@clisp.org>
14549
14550         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
14551         locale encoding is not ASCII. Needed for OpenBSD 4.0.
14552         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
14553         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
14554
14555 2008-01-13  Bruno Haible  <bruno@clisp.org>
14556
14557         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
14558         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
14559         * lib/argp.h (__attribute__): Likewise.
14560         * lib/c-stack.c (__attribute__): Likewise.
14561         * lib/error.h (__attribute__): Likewise.
14562         * lib/fts.c (__attribute__): Likewise.
14563         * lib/openat.h (__attribute__): Likewise.
14564         * lib/stdio.in.h (__attribute__): Likewise.
14565         * lib/string.in.h (__attribute__): Likewise.
14566         * lib/utimens.c (__attribute__): Likewise.
14567         * lib/vasnprintf.h (__attribute__): Likewise.
14568         * lib/xalloc.h (__attribute__): Likewise.
14569         * lib/xprintf.h (__attribute__): Likewise.
14570         * lib/xstrtol.h (__attribute__): Likewise.
14571         * lib/xvasprintf.h (__attribute__): Likewise.
14572
14573 2008-01-12  Bruno Haible  <bruno@clisp.org>
14574
14575         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
14576         * doc/glibc-headers/a.out.texi: New file.
14577         * doc/glibc-headers/aliases.texi: New file.
14578         * doc/glibc-headers/alloca.texi: New file.
14579         * doc/glibc-headers/ar.texi: New file.
14580         * doc/glibc-headers/argp.texi: New file.
14581         * doc/glibc-headers/argz.texi: New file.
14582         * doc/glibc-headers/byteswap.texi: New file.
14583         * doc/glibc-headers/crypt.texi: New file.
14584         * doc/glibc-headers/endian.texi: New file.
14585         * doc/glibc-headers/envz.texi: New file.
14586         * doc/glibc-headers/err.texi: New file.
14587         * doc/glibc-headers/error.texi: New file.
14588         * doc/glibc-headers/execinfo.texi: New file.
14589         * doc/glibc-headers/fpu_control.texi: New file.
14590         * doc/glibc-headers/fstab.texi: New file.
14591         * doc/glibc-headers/fts.texi: New file.
14592         * doc/glibc-headers/getopt.texi: New file.
14593         * doc/glibc-headers/ieee754.texi: New file.
14594         * doc/glibc-headers/ifaddrs.texi: New file.
14595         * doc/glibc-headers/libintl.texi: New file.
14596         * doc/glibc-headers/mcheck.texi: New file.
14597         * doc/glibc-headers/mntent.texi: New file.
14598         * doc/glibc-headers/obstack.texi: New file.
14599         * doc/glibc-headers/paths.texi: New file.
14600         * doc/glibc-headers/printf.texi: New file.
14601         * doc/glibc-headers/pty.texi: New file.
14602         * doc/glibc-headers/resolv.texi: New file.
14603         * doc/glibc-headers/shadow.texi: New file.
14604         * doc/glibc-headers/sysexits.texi: New file.
14605         * doc/glibc-headers/ttyent.texi: New file.
14606
14607 2008-01-12  Jim Meyering  <meyering@redhat.com>
14608
14609         announce-gen: emit Gnulib's git-based version string.
14610         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
14611         New option --gnulib-version=V, where V is expected to be
14612         the output of running git describe in the gnulib directory.
14613         (get_tool_versions): Request feedback on xdelta.  I suspect it's
14614         not useful, and plan to stop publishing an xdelta file with each
14615         coreutils release.
14616
14617         * build-aux/announce-gen: Also check for lzma-compressed files.
14618
14619 2008-01-11  Bruno Haible  <bruno@clisp.org>
14620
14621         * tests/test-memmem.c (main): Increase maximum allowed time.
14622         * tests/test-strstr.c (main): Likewise.
14623
14624 2008-01-11  Bruno Haible  <bruno@clisp.org>
14625
14626         * doc/functions/memmem.texi: Add more precisions about platforms.
14627         * doc/functions/strstr.texi: Likewise.
14628
14629 2008-01-10  Eric Blake  <ebb9@byu.net>
14630
14631         * m4/strstr.m4: Delete cruft from copy-n-paste.
14632         Reported by Bruno Haible.
14633
14634 2008-01-10  Bruno Haible  <bruno@clisp.org>
14635
14636         Make c-strstr rely on strstr.
14637         * lib/c-strstr.c: Don't include str-kmp.h.
14638         (c_strstr): Define in terms of strstr.
14639         * modules/c-strstr (Files): Remove lib/str-kmp.h.
14640         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
14641
14642 2008-01-10  Bruno Haible  <bruno@clisp.org>
14643
14644         * doc/gnulib.texi (String Functions in C Locale): New section.
14645         * doc/c-ctype.texi: New file.
14646         * doc/c-strcase.texi: New file.
14647         * doc/c-strcaseeq.texi: New file.
14648         * doc/c-strcasestr.texi: New file.
14649         * doc/c-strstr.texi: New file.
14650         * doc/c-strtod.texi: New file.
14651         * doc/c-strtold.texi: New file.
14652
14653 2008-01-10  Eric Blake  <ebb9@byu.net>
14654
14655         * lib/relocatable.h: Fix a comment.
14656
14657 2008-01-10  Eric Blake  <ebb9@byu.net>
14658
14659         Share two-way algorithm.
14660         * lib/str-two-way.h: New file, merged from...
14661         * lib/memmem.c: ...here...
14662         * lib/strstr.c: ...and here.
14663         * modules/memmem (Files): Use it.
14664         * modules/strstr (Files): Likewise.
14665
14666         Avoid quadratic strstr implementations.
14667         * lib/strstr.c: New file.
14668         * m4/strstr.m4: Likewise.
14669         * modules/strstr: Likewise.
14670         * modules/strstr-tests: Likewise.
14671         * tests/test-strstr.c: Likewise.
14672         * lib/string.in.h (rpl_strstr): Declare.
14673         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
14674         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
14675         * modules/string (Makefile.am): Likewise.
14676         * MODULES.html.sh (string handling): Mention new module.
14677         * doc/functions/strstr.texi (strstr): Document the bug.
14678
14679 2008-01-10  Bruno Haible  <bruno@clisp.org>
14680
14681         * lib/relocatable.h (relocate): State whether result is freshly
14682         allocated or not.
14683         * lib/relocatable.c (relocate): Return a freshly allocated string
14684         instead of a pointer to a privately held string.
14685         Reported by Sylvain Beucler <beuc@gnu.org>.
14686
14687 2008-01-10  Colin Watson  <cjwatson@debian.org>
14688
14689         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
14690         s/S_ISNLK/S_ISLNK/.
14691
14692 2008-01-09  Bruno Haible  <bruno@clisp.org>
14693
14694         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
14695         and other files.
14696         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
14697         if it's only a guess.
14698         * modules/memmem: Simplify by depending on memmem-simple.
14699
14700 2008-01-09  Bruno Haible  <bruno@clisp.org>
14701
14702         Work around OpenBSD 4.0 tdelete() bug.
14703         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
14704         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
14705         macros and don't redefine the enum values.
14706         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
14707         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
14708         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
14709
14710 2008-01-09  Bruno Haible  <bruno@clisp.org>
14711
14712         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
14713         (main): Don't perform the tests if setlocale did not install a UTF-8
14714         locale. Needed on OpenBSD 4.0.
14715         * modules/wcwidth-tests (Depends-on): Add localcharset.
14716
14717 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14718
14719         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
14720         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
14721         * NEWS: announce this.
14722         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
14723
14724 2008-01-09  Simon Josefsson  <simon@josefsson.org>
14725         and Eric Blake  <ebb9@byu.net>
14726
14727         Add memmem-simple module.
14728         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
14729         (gl_FUNC_MEMMEM): Separate performance from presence checks.
14730         * modules/memmem-simple: New file.
14731         * modules/memmem (Description): Tweak.
14732         * MODULES.html.sh (string handling): Mention new module.
14733         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
14734         addressed by memmem-simple.
14735         * NEWS: Document the difference.
14736
14737 2008-01-09  Eric Blake  <ebb9@byu.net>
14738
14739         Give gcc some memmem optimization hints.
14740         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
14741         (strcasestr): Declare as pure.
14742         * modules/memmem (Maintainer): Claim my implementation.
14743
14744 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14745
14746         Support AIX 6.1 and higher.
14747         * build-aux/config.libpath: Likewise.
14748         * build-aux/config.rpath: Likewise.
14749
14750 2008-01-08  Jim Meyering  <meyering@redhat.com>
14751             Bruno Haible  <bruno@clisp.org>
14752
14753         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
14754         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
14755         Reported by Peter Fales in
14756         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
14757
14758 2008-01-08  Bruno Haible  <bruno@clisp.org>
14759
14760         * modules/unictype/category-of (Depends-on): Add
14761         unictype/category-none.
14762         * modules/unictype/category-and-tests (Depends-on): Add
14763         unictype/category-{L,N,Lu,Nd}.
14764         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
14765         * modules/unictype/category-or-tests (Depends-on): Add
14766         unictype/category-{L,N}.
14767         * modules/unictype/category-name-tests (Depends-on): Add
14768         unictype/category-{Z,Nl}.
14769         Reported by Simon Josefsson.
14770
14771 2008-01-08  Bruno Haible  <bruno@clisp.org>
14772
14773         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
14774         convention better.
14775         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
14776         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
14777         Reported by Peter Miller <millerp@canb.auug.org.au>.
14778
14779 2008-01-08  Eric Blake  <ebb9@byu.net>
14780
14781         Rewrite memmem to guarantee linear complexity without malloc.
14782         * lib/memmem.c (memmem): Use Two-Way rather than
14783         Knuth-Morris-Pratt, to allow O(1) space usage.
14784         (critical_factorization, two_way_short_needle)
14785         (two_way_long_needle): New functions.
14786         (knuth_morris_pratt): Delete.
14787         * modules/memmem (Depends-on): No longer need malloca or stdbool.
14788         Add stdint.
14789         * tests/test-memmem.c (main): Add tests for periodic needle and
14790         sublinear performance.
14791         * doc/functions/memmem.texi (memmem): Document other deficiencies
14792         in cygwin and older glibc.
14793
14794 2008-01-08  Bruno Haible  <bruno@clisp.org>
14795
14796         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
14797         augmentation.
14798
14799 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
14800
14801         Add a configure time option: --disable-acl.
14802         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
14803         AC_ARG_ENABLE(acl).
14804
14805 2008-01-06  Simon Josefsson  <simon@josefsson.org>
14806
14807         * tests/test-localename.c: Don't include obsolete "setenv.h".
14808
14809         * modules/localename-tests (Depends-on): Need unsetenv.
14810
14811 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14812
14813         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
14814
14815 2008-01-06  Colin Watson  <cjwatson@debian.org>
14816
14817         * users.txt: Add man-db.
14818
14819 2008-01-07  Bruno Haible  <bruno@clisp.org>
14820
14821         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
14822         previous section name.
14823
14824 2008-01-07  Bruno Haible  <bruno@clisp.org>
14825
14826         * lib/progname.c (set_program_name): Don't strip off a leading
14827         "lt-" prefix outside a .libs directory.
14828         Suggested by Paul Eggert.
14829
14830 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
14831             Bruno Haible  <bruno@clisp.org>
14832
14833         Improve memory cleanup in 'relocatable' module.
14834         * lib/relocatable.h (compute_curr_prefix): Change return type to
14835         'char *'.
14836         * lib/relocatable.c (compute_curr_prefix): Change return type to
14837         'char *'. Free curr_installdir after use.
14838         (relocate): Free curr_prefix_better after use.
14839         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
14840
14841 2008-01-01  Bruno Haible  <bruno@clisp.org>
14842
14843         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
14844         failure on older glibc systems.
14845         Reported by Peter Fales <psfales@alcatel-lucent.com>.
14846
14847 2008-01-05  Eric Blake  <ebb9@byu.net>
14848
14849         Avoid quadratic system memmem.
14850         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
14851         Reported by Ralf Wildenhues.
14852
14853         Fix memmem test for mingw.
14854         * modules/memmem-tests (configure.ac): Check for alarm.
14855         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
14856         it.
14857         * doc/functions/memmem.texi: New file.
14858         * doc/gnulib.texi (Function Substitutes): Add memmem.
14859         Reported by Bruno Haible.
14860
14861 2008-01-04  Bruno Haible  <bruno@clisp.org>
14862
14863         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
14864         Require gl_HEADER_STRINGS_H_DEFAULTS, not
14865         gl_HEADER_STRING_H_DEFAULTS.
14866
14867 2008-01-04  Eric Blake  <ebb9@byu.net>
14868
14869         Shorten duration of memmem test.
14870         * tests/test-memmem.c (main): Use alarm to declare failure if test
14871         is taking too long.
14872         Reported by Ralf Wildenhues.
14873
14874 2007-12-21  Simon Josefsson  <simon@josefsson.org>
14875
14876         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
14877         string, needed by strerror.
14878
14879 2008-01-03  Colin Watson  <cjwatson@debian.org>
14880             Bruno Haible  <bruno@clisp.org>
14881
14882         * doc/gnulib-tool.texi (Localization): New section.
14883
14884 2008-01-02  Bruno Haible  <bruno@clisp.org>
14885
14886         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
14887         variables to 'unsigned char *' type.
14888         Reported by Paul Eggert.
14889
14890 2008-01-02  Jim Meyering  <jim@meyering.net>
14891
14892         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
14893
14894 2007-12-31  Jim Meyering  <jim@meyering.net>
14895
14896         Avoid use of private FTS type name.
14897         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
14898
14899 2007-12-30  Karl Berry  <karl@gnu.org>
14900
14901         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
14902         work around defect in Texinfo and/or the standalone Info browser.
14903
14904 2007-12-30  Bruno Haible  <bruno@clisp.org>
14905
14906         Unify 5 copies of the KMP code.
14907         * lib/str-kmp.h: New file.
14908         * lib/c-strcasestr.c: Include str-kmp.h.
14909         (knuth_morris_pratt): Remove function.
14910         (c_strcasestr): Update.
14911         * lib/c-strstr.c: Include str-kmp.h.
14912         (knuth_morris_pratt): Remove function.
14913         (c_strcasestr): Update.
14914         * lib/mbscasestr.c: Include str-kmp.h.
14915         (knuth_morris_pratt_unibyte): Remove function.
14916         * lib/mbsstr.c: Include str-kmp.h.
14917         (knuth_morris_pratt_unibyte): Remove function.
14918         * lib/strcasestr.c: Include str-kmp.h.
14919         (knuth_morris_pratt): Remove function.
14920         (strcasestr): Update.
14921         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
14922         * modules/c-strstr (Files): Likewise.
14923         * modules/mbscasestr (Files): Likewise.
14924         * modules/mbsstr (Files): Likewise.
14925         * modules/strcasestr (Files): Likewise.
14926         Suggested by Paul Eggert.
14927
14928 2007-12-30  Bruno Haible  <bruno@clisp.org>
14929
14930         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
14931         defined.
14932
14933 2007-12-30  Bruno Haible  <bruno@clisp.org>
14934
14935         * lib/xmalloca.h: Include xalloc.h.
14936         (xnmalloca): New macro.
14937
14938 2007-12-30  Bruno Haible  <bruno@clisp.org>
14939
14940         * lib/malloca.h (nmalloca): New macro.
14941         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
14942         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
14943         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
14944         knuth_morris_pratt_multibyte): Likewise.
14945         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
14946         knuth_morris_pratt_multibyte): Likewise.
14947         * lib/memmem.c (knuth_morris_pratt): Likewise.
14948         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
14949
14950 2007-12-25  Bruno Haible  <bruno@clisp.org>
14951
14952         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
14953         * lib/glob.c: Don't include openat.h.
14954         (link_exists2_p): Add back the code that deals with the
14955         !GLOB_ALTDIRFUNC case.
14956         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
14957         let it do the filename concatenation.
14958         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
14959         * modules/glob (Depends-on): Remove openat.
14960
14961 2007-12-31  Bruno Haible  <bruno@clisp.org>
14962
14963         * modules/dirfd (License): Change to LGPLv2+.
14964         Approved by Jim Meyering.
14965
14966 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
14967
14968         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
14969         when multiplying M by sizeof (size_t).
14970
14971 2007-12-10  Martin Lambers  <marlam@marlam.de>
14972
14973         Override getpagesize on mingw.
14974         * lib/getpagesize.c: New file.
14975         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
14976         * modules/getpagesize (Files): Add lib/getpagesize.c.
14977         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
14978         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
14979         REPLACE_GETPAGESIZE.
14980         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
14981
14982 2007-12-25  Bruno Haible  <bruno@clisp.org>
14983
14984         * modules/localcharset (Notice): New field.
14985         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
14986         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
14987
14988 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
14989             Bruno Haible  <bruno@clisp.org>
14990
14991         Avoid using the syntax symbol() in formatted documentation.
14992         * MODULES.html.sh (func_module): When replacing symbol() with a
14993         hyperlink, remove the parentheses. Show an error if some remain.
14994         Recognize and render the '...' syntax.
14995         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
14996         Rework. Add paragraph about GCC's inlining.
14997         * doc/alloca.texi: Likewise.
14998         * doc/error.texi: Remove parentheses from symbol reference.
14999         * doc/gnulib-intro.texi: Likewise.
15000         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
15001         * modules/fnmatch (Description): Reword to say "the ... function".
15002         * modules/full-read (Description): Likewise.
15003         * modules/full-write (Description): Likewise.
15004         * modules/safe-read (Description): Likewise.
15005         * modules/safe-write (Description): Likewise.
15006         * modules/strchrnul (Description): Likewise.
15007         * modules/trim (Description): Likewise.
15008         * modules/error (Description): Remove parentheses from symbol
15009         references.
15010         * modules/verror (Description): Likewise.
15011         Reported by Karl Berry.
15012
15013 2007-12-25  Bruno Haible  <bruno@clisp.org>
15014
15015         Fixup after 2007-10-16 commit.
15016         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
15017
15018 2007-12-24  Bruno Haible  <bruno@clisp.org>
15019
15020         Make --enable-relocatable work with DESTDIR.
15021         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
15022         to compute installdir from destprog.
15023         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
15024         also set the RELOC_DESTDIR variable.
15025         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15026
15027 2007-12-24  Bruno Haible  <bruno@clisp.org>
15028
15029         Fix link error due to xalloc_die().
15030         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
15031         of xreadlink.
15032         * lib/relocwrapper.c: Update comments.
15033         * build-aux/install-reloc: Remove xreadlink.c from file list.
15034         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
15035         xreadlink.c.
15036         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15037
15038 2007-12-24  Bruno Haible  <bruno@clisp.org>
15039
15040         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
15041         * lib/setenv.h: Remove file.
15042         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
15043         lib/setenv.h.
15044         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
15045         (Depends-on): Add stdlib.
15046         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
15047         gl_FUNC_UNSETENV.
15048         (Include): Replace setenv.h with <stdlib.h>.
15049         * modules/unsetenv: New file.
15050         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
15051         * lib/unsetenv.c: Include <stdlib.h> first.
15052         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
15053         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
15054         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
15055         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
15056         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
15057         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
15058         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
15059         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
15060         * doc/functions/unsetenv.texi: Update.
15061         * modules/xsetenv (Depends-on): Add unsetenv.
15062         * modules/getdate (Depends-on): Likewise.
15063         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
15064         * lib/xsetenv.c: Don't include setenv.h.
15065         * lib/getdate.y: Likewise.
15066         * lib/relocwrapper.c: Likewise.
15067         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
15068         (Depends-on): Add stdlib.
15069         * NEWS: Mention the changes.
15070         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
15071
15072 2007-12-23  Bruno Haible  <bruno@clisp.org>
15073
15074         * lib/memmem.c (memmem): Use lowercase variable names. Tab
15075         indentation.
15076
15077 2007-12-23  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/c-strcasestr.c: Add more comments.
15080         * lib/c-strstr.c: Likewise.
15081         * lib/mbscasestr.c: Likewise.
15082         * lib/mbsstr.c: Likewise.
15083         * lib/strcasestr.c: Likewise.
15084         * lib/memmem.c: Likewise.
15085
15086 2007-12-23  Bruno Haible  <bruno@clisp.org>
15087
15088         * tests/test-memmem.c: Include <string.h> first.
15089
15090 2007-12-22  Bruno Haible  <bruno@clisp.org>
15091
15092         * gnulib-tool (func_create_testdir): Change $auxdir while generating
15093         the contents of $testsbase.
15094         Reported by Ralf Wildenhues.
15095
15096 2007-12-22  Bruno Haible  <bruno@clisp.org>
15097
15098         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
15099         two variables local_ldadd_before, local_ldadd_last.
15100
15101 2007-12-20  Eric Blake  <ebb9@byu.net>
15102
15103         Work around circular library issue when cross-compiling.
15104         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
15105         that progname.o does not need to pull in rpl_memcmp.
15106
15107 2007-12-19  Eric Blake  <ebb9@byu.net>
15108
15109         Fix memmem to avoid O(n^2) worst-case complexity.
15110         * lib/memmem.c (knuth_morris_pratt): New function.
15111         (memmem): Use it if first few naive iterations fail.
15112         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
15113         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
15114         * modules/memchr (License): Likewise.
15115         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
15116         malloca.
15117         * tests/test-memmem.c: Rewrite, borrowing ideas from
15118         test-mbsstr1.c; the old version wouldn't even compile!
15119         * modules/memmem-tests: New file.
15120         * lib/string.in.h (rpl_memmem): Add declaration.
15121         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
15122         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
15123         REPLACE_MEMMEM.
15124
15125 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15126
15127         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
15128         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
15129         before any system include files, and undef after them all.  This
15130         should fix a problem on VMS reported by John E. Malmberg in
15131         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
15132
15133 2007-12-17  Eric Blake  <ebb9@byu.net>
15134
15135         Revert addition of verify, for BSD/OS.
15136         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
15137         can't handle large files, for the sake of obsolete platforms.
15138         * modules/fseeko (Depends-on): Remove verify.
15139         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
15140         * doc/functions/ftello.texi (ftello): Likewise.
15141         * doc/functions/fgetpos.texi (fgetpos): Likewise.
15142         Reported by Larry Jones.
15143
15144 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
15145
15146         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
15147         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
15148
15149 2007-12-17  Jim Meyering  <meyering@redhat.com>
15150
15151         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
15152         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
15153         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
15154         * modules/getcwd (Depends-on): Add openat.
15155         Reported by Petr Salinger.
15156
15157 2007-12-17  Bruno Haible  <bruno@clisp.org>
15158
15159         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
15160         avoid a segmentation fault of the configure test on x86_64 systems.
15161
15162 2007-12-15  Jim Meyering  <meyering@redhat.com>
15163
15164         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
15165
15166 2007-12-13  Eric Blake  <ebb9@byu.net>
15167
15168         Another fseek test.
15169         * tests/test-fseek.c (main): Also test ungetc handling.
15170         * tests/test-fseeko.c (main): Likewise.
15171         * modules/fseeko (Depends-on): Add verify.
15172         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
15173         large.
15174         Reported by Larry Jones.
15175
15176         Fix fseeko on mingw.
15177         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
15178         seek.
15179
15180         Beef up fseek tests.
15181         * tests/test-fseek.c (main): Also test eof handling.
15182         * tests/test-fseeko.c (main): Likewise.
15183         Reported by Larry Jones.
15184
15185 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
15186
15187         Fix fseeko on BSD-based platforms.
15188         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
15189         successful seek.
15190
15191 2007-12-12  Eric Blake  <ebb9@byu.net>
15192
15193         Allow circular dependency of separate libtests.a
15194         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
15195         when use_libtests.
15196
15197 2007-12-11  Eric Blake  <ebb9@byu.net>
15198
15199         Fix bug with -0.0L in previous patch.
15200         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
15201         * tests/test-isnan.c (main): Also test on zeroes.
15202         * tests/test-isnanf.c (main): Likewise.
15203         * tests/test-isnanl.h (main): Likewise.
15204
15205         Detect pseudo-denormals on x86 even when cross-compiling.
15206         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
15207         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
15208         invalid bit patterns that happen to satisfy ==.
15209
15210         Avoid link failures with separate libtests.a.
15211         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
15212         last, to satisfy circular dependencies.
15213
15214 2007-12-11  Eric Blake  <ebb9@byu.net>
15215         and Bruno Haible  <bruno@clisp.org>
15216
15217         Fix OpenBSD 4.0 <float.h> handling of long double.
15218         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
15219         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
15220         * doc/headers/float.texi (float.h): Document OpenBSD bug.
15221
15222 2007-12-11  Jim Meyering  <meyering@redhat.com>
15223
15224         * users.txt: Add libvirt.
15225
15226         Support versions of autoconf prior to 2.59c.
15227         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
15228         if it is not already defined.
15229
15230 2007-12-09  Bruno Haible  <bruno@clisp.org>
15231
15232         Let 'gnulib-tool --import' collect sources needed for the tests in
15233         tests/ rather than in lib/.
15234         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
15235         argument. If true, add rules to generate libtests.a, and put libtests.a
15236         into $(LDADD). Consider source files in subdirectories and set
15237         uses_subdirs.
15238         (func_emit_initmacro_start, func_emit_initmacro_end,
15239         func_emit_initmacro_done): Pass all arguments explicitly.
15240         (func_import): Determine two module lists main_modules,
15241         testsrelated_modules. Determine use_libtests. Determine two variables
15242         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
15243         instead of just sed_transform_lib_file. Determine two variables
15244         main_files and testsrelated_files. Compute 'files' as the union of
15245         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
15246         func_add_or_update. In the generated gnulib-comp.m4, collect the
15247         object files for tests/ in different variables than those for lib/.
15248         Substitute LIBTESTS_LIBDEPS.
15249         (func_create_testdir): Combine the uses_subdirs results from
15250         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
15251
15252 2007-12-09  Bruno Haible  <bruno@clisp.org>
15253
15254         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
15255         the build-aux directory.
15256
15257 2007-12-09  Bruno Haible  <bruno@clisp.org>
15258
15259         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
15260         introduced on 2006-09-09.
15261
15262 2007-12-07  Jim Meyering  <meyering@redhat.com>
15263
15264         Let these macros work also with autoconf-2.59.
15265         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
15266         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
15267         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
15268
15269 2007-12-06  Jim Meyering  <meyering@redhat.com>
15270
15271         Avoid a configure-time syntax error in gl_FUNC_ACL.
15272         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
15273         function in each branch, before testing the cache variable.
15274
15275 2007-12-04  Eric Blake  <ebb9@byu.net>
15276
15277         Make scripts executable.
15278         * build-aux/config.guess: Add execute permissions.
15279         * build-aux/config.sub: Likewise.
15280         * build-aux/gendocs.sh: Likewise.
15281
15282         Fix frexp on mingw.
15283         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
15284         cross-compiling.
15285         * doc/functions/frexp.texi (frexp): Document the bug.
15286
15287         Make cygwin fseeko check more reliable.
15288         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
15289         version numbers, rather than unrelated feature check.
15290         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
15291         * doc/functions/ftello.texi (ftello): Likewise.
15292         Reported by Bruno Haible.
15293
15294         * m4/strerror.m4: Bump version number.
15295
15296 2007-12-03  Bruno Haible  <bruno@clisp.org>
15297
15298         * doc/functions/mprotect.texi: Mention the mingw problem.
15299
15300 2007-12-03  Eric Blake  <ebb9@byu.net>
15301
15302         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
15303         REPLACE_STRERROR is initialized before this macro.
15304
15305 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15306
15307         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
15308         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
15309         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
15310         put -lsec in even for programs other than 'ls'.  This fixes a problem
15311         for gettext reported by Bruno Haible in
15312         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
15313         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
15314         Add support for Solaris 10.  This isn't efficient, but should get the
15315         job done for now.
15316
15317 2007-12-03  James Youngman  <jay@gnu.org>
15318
15319         * doc/regexprops-generic.texi: change "an close-group" to "a
15320         close-group" and "illegal" to "not allowed".
15321
15322 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15323
15324         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
15325         pr_byname.h. Needed for the rare case when the maintainer has done
15326         "make maintainer-clean" in the source directory and then attempts a
15327         build outside the source directory.
15328         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
15329         scripts_byname.h.
15330
15331 2007-12-02  Martin Lambers <marlam@marlam.de>
15332             Bruno Haible  <bruno@clisp.org>
15333
15334         * lib/getpagesize.h: Remove file.
15335         * lib/unistd.in.h: Include declaration of getpagesize here.
15336         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
15337         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
15338         HAVE_SYS_PARAM_H.
15339         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
15340         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15341         * modules/getpagesize (Files): Remove lib/getpagesize.h.
15342         (Depends-on): Add unistd.
15343         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15344         (Include): Use <unistd.h> instead of getpagesize.h.
15345         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
15346         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
15347         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
15348         gl_GETPAGESIZE invocation, already handled by module dependency.
15349         * lib/pagealign_alloc.c: Don't include getpagesize.h.
15350
15351 2007-12-02  Bruno Haible  <bruno@clisp.org>
15352
15353         * modules/strings-tests: New file.
15354         * tests/test-strings.c: New file.
15355
15356         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
15357         * lib/strings.in.h: New file.
15358         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
15359         * m4/strings_h.m4: New file.
15360         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
15361         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
15362         * modules/strings: New file.
15363         * modules/string (Makefile.am): Update.
15364         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
15365         Reported by Karl Berry.
15366
15367 2007-12-01  Eric Blake  <ebb9@byu.net>
15368
15369         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
15370         accomodate fix in cygwin 1.5.25.
15371
15372 2007-12-01  Jim Meyering  <meyering@redhat.com>
15373
15374         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
15375         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
15376         that would inhibit utf8-optimization of a regexp containing line-
15377         or buffer-anchors, e.g., `^', `$'.
15378
15379 2007-11-30  Bruno Haible  <bruno@clisp.org>
15380
15381         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
15382         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
15383         glthread_recursive_lock_init.
15384         * lib/lock.c (glthread_recursive_lock_init)
15385         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
15386         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15387
15388 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
15389
15390         New function qset_acl, like set_acl but with syscall semantics.
15391         * lib/acl.h (qset_acl): New decl.
15392         * lib/acl.c (qset_acl): New function.
15393         (set_acl): Use new function.  Use more-consistent diagnostics.
15394
15395 2007-11-28  Jim Meyering  <meyering@redhat.com>
15396
15397         * modules/physmem (License): Change from GPL to LGPLv2+.
15398
15399 2007-11-26  Bruno Haible  <bruno@clisp.org>
15400
15401         * lib/vasnprintf.c (decode_long_double): Don't abort if the
15402         'long double' type has excess precision.
15403         Reported by Jim Meyering in
15404         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
15405
15406 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15407
15408         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
15409         Sync from <http://gnu.org/licenses>.
15410         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
15411         with license text from same location.
15412         * doc/maintain.texi, doc/standards.texi:  Sync from
15413         <http://savannah.gnu.org/projects/gnustandards>.
15414
15415 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
15416         and Jim Meyering  <meyering@redhat.com>
15417
15418         Adjust getdate' grammar to accept a slightly more regular language.
15419         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
15420         Before, the former was rejected.
15421         * lib/getdate.y (digits_to_date_time): New function, factored
15422         out of ...
15423         (number): ...here.  Just call digits_to_date_time.
15424         (hybrid): New non-terminal to handle an <unsigned number,
15425         signed relative offset> sequence consistently.
15426
15427 2007-11-18  Jim Meyering  <meyering@redhat.com>
15428
15429         Pull my changes from coreutils:
15430         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
15431         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
15432         use of $gnulib_tool_option_extras, so that it's separated from the
15433         preceding argument.
15434
15435         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
15436         * build-aux/bootstrap (cp_mark_as_generated): Create any required
15437         parent destination directories before copying a file into place.
15438
15439 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
15440
15441         bootstrap: work also with 4-argument variant of AC_INIT
15442         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
15443
15444 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15445
15446         Port test-getaddrinfo to Solaris.
15447         Problem reported by Bruno Haible in
15448         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
15449         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
15450         explanation of setting 'hints'.
15451         Don't reject an implementation merely because it returns EAI_SERVICE.
15452         (EAI_SERVICE): Define to 0 if not defined.
15453
15454 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         The license of gnu-make and posix-shell is now "GPLed build tool".
15457         * modules/gnu-make (License): Likewise.
15458         * modules/posix-shell (License): Likewise.
15459
15460         New module posix-shell, for determining a POSIX shell
15461         or perhaps something that is close enough to a POSIX shell.
15462         * m4/posix-shell.m4: New file.
15463         * modules/posix-shell: New file.
15464
15465         * MODULES.html.sh: Mention new module.
15466
15467         New module gnu-make, for determining whether we're using GNU Make.
15468         * m4/gnu-make.m4: New file.
15469         * modules/gnu-make: New file.
15470         * MODULES.html.sh: Mention new module.
15471
15472 2007-11-14  Jim Meyering  <meyering@redhat.com>
15473
15474         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
15475         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
15476         use this macro to create a function _definition_.
15477         Remove useless "#undef ARGMATCH_DIE".
15478
15479 2007-11-14  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/config.charset: Update for OpenBSD 4.1.
15482         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
15483
15484 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
15485
15486         Document 64-bit #if problems in stdint.texi.
15487         * doc/headers/stdint.texi (stdint.h): Mention problems with
15488         64-bit-#if, and how to work around them.
15489
15490         Don't insist on 'long long int' support in the preprocessor.  It
15491         breaks too many things.  For example, PRIdMAX still uses a 'long
15492         long int' format with the latest Sun compiler, even though
15493         HAVE_LONG_LONG_INT isn't defined due to that compiler's
15494         preprocessor problem.  This causes the latest coreutils to dump
15495         core on Solaris 10 sparc with the Sun C compiler.
15496         Instead, fix the 2007-10-16 problem in a different way, by evaluating
15497         the troublesome expressions at configure-time, not at #if-time.
15498         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
15499         preprocessor.
15500         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
15501         compile-time C checks, done at 'configure'-time.
15502         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
15503         * modules/inttypes (Makefile): Substitute the new symbols that
15504         gl_INTTYPES_H now generates.
15505         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
15506
15507 2007-11-12  Bruno Haible  <bruno@clisp.org>
15508
15509         Tests for Unicode character classification functions.
15510
15511         * modules/unictype/bidicategory-byname-tests: New file.
15512         * modules/unictype/bidicategory-name-tests: New file.
15513         * modules/unictype/bidicategory-of-tests: New file.
15514         * modules/unictype/bidicategory-test-tests: New file.
15515         * modules/unictype/block-list-tests: New file.
15516         * modules/unictype/block-of-tests: New file.
15517         * modules/unictype/block-test-tests: New file.
15518         * modules/unictype/category-C-tests: New file.
15519         * modules/unictype/category-Cc-tests: New file.
15520         * modules/unictype/category-Cf-tests: New file.
15521         * modules/unictype/category-Cn-tests: New file.
15522         * modules/unictype/category-Co-tests: New file.
15523         * modules/unictype/category-Cs-tests: New file.
15524         * modules/unictype/category-L-tests: New file.
15525         * modules/unictype/category-Ll-tests: New file.
15526         * modules/unictype/category-Lm-tests: New file.
15527         * modules/unictype/category-Lo-tests: New file.
15528         * modules/unictype/category-Lt-tests: New file.
15529         * modules/unictype/category-Lu-tests: New file.
15530         * modules/unictype/category-M-tests: New file.
15531         * modules/unictype/category-Mc-tests: New file.
15532         * modules/unictype/category-Me-tests: New file.
15533         * modules/unictype/category-Mn-tests: New file.
15534         * modules/unictype/category-N-tests: New file.
15535         * modules/unictype/category-Nd-tests: New file.
15536         * modules/unictype/category-Nl-tests: New file.
15537         * modules/unictype/category-No-tests: New file.
15538         * modules/unictype/category-P-tests: New file.
15539         * modules/unictype/category-Pc-tests: New file.
15540         * modules/unictype/category-Pd-tests: New file.
15541         * modules/unictype/category-Pe-tests: New file.
15542         * modules/unictype/category-Pf-tests: New file.
15543         * modules/unictype/category-Pi-tests: New file.
15544         * modules/unictype/category-Po-tests: New file.
15545         * modules/unictype/category-Ps-tests: New file.
15546         * modules/unictype/category-S-tests: New file.
15547         * modules/unictype/category-Sc-tests: New file.
15548         * modules/unictype/category-Sk-tests: New file.
15549         * modules/unictype/category-Sm-tests: New file.
15550         * modules/unictype/category-So-tests: New file.
15551         * modules/unictype/category-Z-tests: New file.
15552         * modules/unictype/category-Zl-tests: New file.
15553         * modules/unictype/category-Zp-tests: New file.
15554         * modules/unictype/category-Zs-tests: New file.
15555         * modules/unictype/category-and-not-tests: New file.
15556         * modules/unictype/category-and-tests: New file.
15557         * modules/unictype/category-byname-tests: New file.
15558         * modules/unictype/category-name-tests: New file.
15559         * modules/unictype/category-none-tests: New file.
15560         * modules/unictype/category-of-tests: New file.
15561         * modules/unictype/category-or-tests: New file.
15562         * modules/unictype/category-test-withtable-tests: New file.
15563         * modules/unictype/combining-class-tests: New file.
15564         * modules/unictype/ctype-alnum-tests: New file.
15565         * modules/unictype/ctype-alpha-tests: New file.
15566         * modules/unictype/ctype-blank-tests: New file.
15567         * modules/unictype/ctype-cntrl-tests: New file.
15568         * modules/unictype/ctype-digit-tests: New file.
15569         * modules/unictype/ctype-graph-tests: New file.
15570         * modules/unictype/ctype-lower-tests: New file.
15571         * modules/unictype/ctype-print-tests: New file.
15572         * modules/unictype/ctype-punct-tests: New file.
15573         * modules/unictype/ctype-space-tests: New file.
15574         * modules/unictype/ctype-upper-tests: New file.
15575         * modules/unictype/ctype-xdigit-tests: New file.
15576         * modules/unictype/decimal-digit-tests: New file.
15577         * modules/unictype/digit-tests: New file.
15578         * modules/unictype/mirror-tests: New file.
15579         * modules/unictype/numeric-tests: New file.
15580         * modules/unictype/property-alphabetic-tests: New file.
15581         * modules/unictype/property-ascii-hex-digit-tests: New file.
15582         * modules/unictype/property-bidi-arabic-digit-tests: New file.
15583         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
15584         * modules/unictype/property-bidi-block-separator-tests: New file.
15585         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
15586         * modules/unictype/property-bidi-common-separator-tests: New file.
15587         * modules/unictype/property-bidi-control-tests: New file.
15588         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
15589         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
15590         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
15591         * modules/unictype/property-bidi-european-digit-tests: New file.
15592         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
15593         * modules/unictype/property-bidi-left-to-right-tests: New file.
15594         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
15595         * modules/unictype/property-bidi-other-neutral-tests: New file.
15596         * modules/unictype/property-bidi-pdf-tests: New file.
15597         * modules/unictype/property-bidi-segment-separator-tests: New file.
15598         * modules/unictype/property-bidi-whitespace-tests: New file.
15599         * modules/unictype/property-byname-tests: New file.
15600         * modules/unictype/property-combining-tests: New file.
15601         * modules/unictype/property-composite-tests: New file.
15602         * modules/unictype/property-currency-symbol-tests: New file.
15603         * modules/unictype/property-dash-tests: New file.
15604         * modules/unictype/property-decimal-digit-tests: New file.
15605         * modules/unictype/property-default-ignorable-code-point-tests: New file.
15606         * modules/unictype/property-deprecated-tests: New file.
15607         * modules/unictype/property-diacritic-tests: New file.
15608         * modules/unictype/property-extender-tests: New file.
15609         * modules/unictype/property-format-control-tests: New file.
15610         * modules/unictype/property-grapheme-base-tests: New file.
15611         * modules/unictype/property-grapheme-extend-tests: New file.
15612         * modules/unictype/property-grapheme-link-tests: New file.
15613         * modules/unictype/property-hex-digit-tests: New file.
15614         * modules/unictype/property-hyphen-tests: New file.
15615         * modules/unictype/property-id-continue-tests: New file.
15616         * modules/unictype/property-id-start-tests: New file.
15617         * modules/unictype/property-ideographic-tests: New file.
15618         * modules/unictype/property-ids-binary-operator-tests: New file.
15619         * modules/unictype/property-ids-trinary-operator-tests: New file.
15620         * modules/unictype/property-ignorable-control-tests: New file.
15621         * modules/unictype/property-iso-control-tests: New file.
15622         * modules/unictype/property-join-control-tests: New file.
15623         * modules/unictype/property-left-of-pair-tests: New file.
15624         * modules/unictype/property-line-separator-tests: New file.
15625         * modules/unictype/property-logical-order-exception-tests: New file.
15626         * modules/unictype/property-lowercase-tests: New file.
15627         * modules/unictype/property-math-tests: New file.
15628         * modules/unictype/property-non-break-tests: New file.
15629         * modules/unictype/property-not-a-character-tests: New file.
15630         * modules/unictype/property-numeric-tests: New file.
15631         * modules/unictype/property-other-alphabetic-tests: New file.
15632         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
15633         * modules/unictype/property-other-grapheme-extend-tests: New file.
15634         * modules/unictype/property-other-id-continue-tests: New file.
15635         * modules/unictype/property-other-id-start-tests: New file.
15636         * modules/unictype/property-other-lowercase-tests: New file.
15637         * modules/unictype/property-other-math-tests: New file.
15638         * modules/unictype/property-other-uppercase-tests: New file.
15639         * modules/unictype/property-paired-punctuation-tests: New file.
15640         * modules/unictype/property-paragraph-separator-tests: New file.
15641         * modules/unictype/property-pattern-syntax-tests: New file.
15642         * modules/unictype/property-pattern-white-space-tests: New file.
15643         * modules/unictype/property-private-use-tests: New file.
15644         * modules/unictype/property-punctuation-tests: New file.
15645         * modules/unictype/property-quotation-mark-tests: New file.
15646         * modules/unictype/property-radical-tests: New file.
15647         * modules/unictype/property-sentence-terminal-tests: New file.
15648         * modules/unictype/property-soft-dotted-tests: New file.
15649         * modules/unictype/property-space-tests: New file.
15650         * modules/unictype/property-terminal-punctuation-tests: New file.
15651         * modules/unictype/property-test-tests: New file.
15652         * modules/unictype/property-titlecase-tests: New file.
15653         * modules/unictype/property-unassigned-code-value-tests: New file.
15654         * modules/unictype/property-unified-ideograph-tests: New file.
15655         * modules/unictype/property-uppercase-tests: New file.
15656         * modules/unictype/property-variation-selector-tests: New file.
15657         * modules/unictype/property-white-space-tests: New file.
15658         * modules/unictype/property-xid-continue-tests: New file.
15659         * modules/unictype/property-xid-start-tests: New file.
15660         * modules/unictype/property-zero-width-tests: New file.
15661         * modules/unictype/scripts-tests: New file.
15662         * modules/unictype/syntax-c-ident-tests: New file.
15663         * modules/unictype/syntax-c-whitespace-tests: New file.
15664         * modules/unictype/syntax-java-ident-tests: New file.
15665         * modules/unictype/syntax-java-whitespace-tests: New file.
15666         * tests/unictype/test-bidi_byname.c: New file.
15667         * tests/unictype/test-bidi_name.c: New file.
15668         * tests/unictype/test-bidi_of.c: New file.
15669         * tests/unictype/test-bidi_test.c: New file.
15670         * tests/unictype/test-block_list.c: New file.
15671         * tests/unictype/test-block_of.c: New file.
15672         * tests/unictype/test-block_test.c: New file.
15673         * tests/unictype/test-categ_and.c: New file.
15674         * tests/unictype/test-categ_and_not.c: New file.
15675         * tests/unictype/test-categ_byname.c: New file.
15676         * tests/unictype/test-categ_name.c: New file.
15677         * tests/unictype/test-categ_none.c: New file.
15678         * tests/unictype/test-categ_of.c: New file.
15679         * tests/unictype/test-categ_or.c: New file.
15680         * tests/unictype/test-categ_test_withtable.c: New file.
15681         * tests/unictype/test-combining.c: New file.
15682         * tests/unictype/test-decdigit.c: New file.
15683         * tests/unictype/test-digit.c: New file.
15684         * tests/unictype/test-mirror.c: New file.
15685         * tests/unictype/test-numeric.c: New file.
15686         * tests/unictype/test-pr_byname.c: New file.
15687         * tests/unictype/test-pr_test.c: New file.
15688         * tests/unictype/test-predicate-part1.h: New file.
15689         * tests/unictype/test-predicate-part2.h: New file.
15690         * tests/unictype/test-scripts.c: New file.
15691         * tests/unictype/test-sy_c_ident.c: New file.
15692         * tests/unictype/test-sy_java_ident.c: New file.
15693
15694         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
15695         for Unicode 5.0.0.
15696         * tests/unictype/test-categ_Cc.c: Likewise.
15697         * tests/unictype/test-categ_Cf.c: Likewise.
15698         * tests/unictype/test-categ_Cn.c: Likewise.
15699         * tests/unictype/test-categ_Co.c: Likewise.
15700         * tests/unictype/test-categ_Cs.c: Likewise.
15701         * tests/unictype/test-categ_L.c: Likewise.
15702         * tests/unictype/test-categ_Ll.c: Likewise.
15703         * tests/unictype/test-categ_Lm.c: Likewise.
15704         * tests/unictype/test-categ_Lo.c: Likewise.
15705         * tests/unictype/test-categ_Lt.c: Likewise.
15706         * tests/unictype/test-categ_Lu.c: Likewise.
15707         * tests/unictype/test-categ_M.c: Likewise.
15708         * tests/unictype/test-categ_Mc.c: Likewise.
15709         * tests/unictype/test-categ_Me.c: Likewise.
15710         * tests/unictype/test-categ_Mn.c: Likewise.
15711         * tests/unictype/test-categ_N.c: Likewise.
15712         * tests/unictype/test-categ_Nd.c: Likewise.
15713         * tests/unictype/test-categ_Nl.c: Likewise.
15714         * tests/unictype/test-categ_No.c: Likewise.
15715         * tests/unictype/test-categ_P.c: Likewise.
15716         * tests/unictype/test-categ_Pc.c: Likewise.
15717         * tests/unictype/test-categ_Pd.c: Likewise.
15718         * tests/unictype/test-categ_Pe.c: Likewise.
15719         * tests/unictype/test-categ_Pf.c: Likewise.
15720         * tests/unictype/test-categ_Pi.c: Likewise.
15721         * tests/unictype/test-categ_Po.c: Likewise.
15722         * tests/unictype/test-categ_Ps.c: Likewise.
15723         * tests/unictype/test-categ_S.c: Likewise.
15724         * tests/unictype/test-categ_Sc.c: Likewise.
15725         * tests/unictype/test-categ_Sk.c: Likewise.
15726         * tests/unictype/test-categ_Sm.c: Likewise.
15727         * tests/unictype/test-categ_So.c: Likewise.
15728         * tests/unictype/test-categ_Z.c: Likewise.
15729         * tests/unictype/test-categ_Zl.c: Likewise.
15730         * tests/unictype/test-categ_Zp.c: Likewise.
15731         * tests/unictype/test-categ_Zs.c: Likewise.
15732         * tests/unictype/test-ctype_alnum.c: Likewise.
15733         * tests/unictype/test-ctype_alpha.c: Likewise.
15734         * tests/unictype/test-ctype_blank.c: Likewise.
15735         * tests/unictype/test-ctype_cntrl.c: Likewise.
15736         * tests/unictype/test-ctype_digit.c: Likewise.
15737         * tests/unictype/test-ctype_graph.c: Likewise.
15738         * tests/unictype/test-ctype_lower.c: Likewise.
15739         * tests/unictype/test-ctype_print.c: Likewise.
15740         * tests/unictype/test-ctype_punct.c: Likewise.
15741         * tests/unictype/test-ctype_space.c: Likewise.
15742         * tests/unictype/test-ctype_upper.c: Likewise.
15743         * tests/unictype/test-ctype_xdigit.c: Likewise.
15744         * tests/unictype/test-decdigit.h: Likewise.
15745         * tests/unictype/test-digit.h: Likewise.
15746         * tests/unictype/test-numeric.h: Likewise.
15747         * tests/unictype/test-pr_alphabetic.c: Likewise.
15748         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
15749         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
15750         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
15751         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
15752         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
15753         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
15754         * tests/unictype/test-pr_bidi_control.c: Likewise.
15755         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
15756         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
15757         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
15758         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
15759         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
15760         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
15761         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
15762         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
15763         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
15764         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
15765         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
15766         * tests/unictype/test-pr_combining.c: Likewise.
15767         * tests/unictype/test-pr_composite.c: Likewise.
15768         * tests/unictype/test-pr_currency_symbol.c: Likewise.
15769         * tests/unictype/test-pr_dash.c: Likewise.
15770         * tests/unictype/test-pr_decimal_digit.c: Likewise.
15771         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
15772         * tests/unictype/test-pr_deprecated.c: Likewise.
15773         * tests/unictype/test-pr_diacritic.c: Likewise.
15774         * tests/unictype/test-pr_extender.c: Likewise.
15775         * tests/unictype/test-pr_format_control.c: Likewise.
15776         * tests/unictype/test-pr_grapheme_base.c: Likewise.
15777         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
15778         * tests/unictype/test-pr_grapheme_link.c: Likewise.
15779         * tests/unictype/test-pr_hex_digit.c: Likewise.
15780         * tests/unictype/test-pr_hyphen.c: Likewise.
15781         * tests/unictype/test-pr_id_continue.c: Likewise.
15782         * tests/unictype/test-pr_id_start.c: Likewise.
15783         * tests/unictype/test-pr_ideographic.c: Likewise.
15784         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
15785         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
15786         * tests/unictype/test-pr_ignorable_control.c: Likewise.
15787         * tests/unictype/test-pr_iso_control.c: Likewise.
15788         * tests/unictype/test-pr_join_control.c: Likewise.
15789         * tests/unictype/test-pr_left_of_pair.c: Likewise.
15790         * tests/unictype/test-pr_line_separator.c: Likewise.
15791         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
15792         * tests/unictype/test-pr_lowercase.c: Likewise.
15793         * tests/unictype/test-pr_math.c: Likewise.
15794         * tests/unictype/test-pr_non_break.c: Likewise.
15795         * tests/unictype/test-pr_not_a_character.c: Likewise.
15796         * tests/unictype/test-pr_numeric.c: Likewise.
15797         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
15798         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
15799         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
15800         * tests/unictype/test-pr_other_id_continue.c: Likewise.
15801         * tests/unictype/test-pr_other_id_start.c: Likewise.
15802         * tests/unictype/test-pr_other_lowercase.c: Likewise.
15803         * tests/unictype/test-pr_other_math.c: Likewise.
15804         * tests/unictype/test-pr_other_uppercase.c: Likewise.
15805         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
15806         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
15807         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
15808         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
15809         * tests/unictype/test-pr_private_use.c: Likewise.
15810         * tests/unictype/test-pr_punctuation.c: Likewise.
15811         * tests/unictype/test-pr_quotation_mark.c: Likewise.
15812         * tests/unictype/test-pr_radical.c: Likewise.
15813         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
15814         * tests/unictype/test-pr_soft_dotted.c: Likewise.
15815         * tests/unictype/test-pr_space.c: Likewise.
15816         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
15817         * tests/unictype/test-pr_titlecase.c: Likewise.
15818         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
15819         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
15820         * tests/unictype/test-pr_uppercase.c: Likewise.
15821         * tests/unictype/test-pr_variation_selector.c: Likewise.
15822         * tests/unictype/test-pr_white_space.c: Likewise.
15823         * tests/unictype/test-pr_xid_continue.c: Likewise.
15824         * tests/unictype/test-pr_xid_start.c: Likewise.
15825         * tests/unictype/test-pr_zero_width.c: Likewise.
15826         * tests/unictype/test-sy_c_whitespace.c: Likewise.
15827         * tests/unictype/test-sy_java_whitespace.c: Likewise.
15828
15829 2007-11-12  Bruno Haible  <bruno@clisp.org>
15830
15831         Unicode character classification functions.
15832         * lib/unictype.h: New file.
15833         * modules/unictype/base: New file.
15834         * modules/unictype/category-L: New file.
15835         * modules/unictype/category-Lu: New file.
15836         * modules/unictype/category-Ll: New file.
15837         * modules/unictype/category-Lt: New file.
15838         * modules/unictype/category-Lm: New file.
15839         * modules/unictype/category-Lo: New file.
15840         * modules/unictype/category-M: New file.
15841         * modules/unictype/category-Mn: New file.
15842         * modules/unictype/category-Mc: New file.
15843         * modules/unictype/category-Me: New file.
15844         * modules/unictype/category-N: New file.
15845         * modules/unictype/category-Nd: New file.
15846         * modules/unictype/category-Nl: New file.
15847         * modules/unictype/category-No: New file.
15848         * modules/unictype/category-P: New file.
15849         * modules/unictype/category-Pc: New file.
15850         * modules/unictype/category-Pd: New file.
15851         * modules/unictype/category-Ps: New file.
15852         * modules/unictype/category-Pe: New file.
15853         * modules/unictype/category-Pi: New file.
15854         * modules/unictype/category-Pf: New file.
15855         * modules/unictype/category-Po: New file.
15856         * modules/unictype/category-S: New file.
15857         * modules/unictype/category-Sm: New file.
15858         * modules/unictype/category-Sc: New file.
15859         * modules/unictype/category-Sk: New file.
15860         * modules/unictype/category-So: New file.
15861         * modules/unictype/category-Z: New file.
15862         * modules/unictype/category-Zs: New file.
15863         * modules/unictype/category-Zl: New file.
15864         * modules/unictype/category-Zp: New file.
15865         * modules/unictype/category-C: New file.
15866         * modules/unictype/category-Cc: New file.
15867         * modules/unictype/category-Cf: New file.
15868         * modules/unictype/category-Cs: New file.
15869         * modules/unictype/category-Co: New file.
15870         * modules/unictype/category-Cn: New file.
15871         * modules/unictype/category-or: New file.
15872         * modules/unictype/category-of: New file.
15873         * modules/unictype/category-test: New file.
15874         * modules/unictype/category-test-withtable: New file.
15875         * modules/unictype/category-byname: New file.
15876         * modules/unictype/category-none: New file.
15877         * modules/unictype/category-and: New file.
15878         * modules/unictype/category-and-not: New file.
15879         * modules/unictype/category-name: New file.
15880         * modules/unictype/combining-class: New file.
15881         * modules/unictype/category-all: New file.
15882         * modules/unictype/bidicategory-all: New file.
15883         * modules/unictype/bidicategory-byname: New file.
15884         * modules/unictype/bidicategory-name: New file.
15885         * modules/unictype/bidicategory-of: New file.
15886         * modules/unictype/bidicategory-test: New file.
15887         * modules/unictype/decimal-digit: New file.
15888         * modules/unictype/digit: New file.
15889         * modules/unictype/numeric: New file.
15890         * modules/unictype/mirror: New file.
15891         * modules/unictype/property-white-space: New file.
15892         * modules/unictype/property-alphabetic: New file.
15893         * modules/unictype/property-other-alphabetic: New file.
15894         * modules/unictype/property-not-a-character: New file.
15895         * modules/unictype/property-default-ignorable-code-point: New file.
15896         * modules/unictype/property-other-default-ignorable-code-point: New
15897         file.
15898         * modules/unictype/property-deprecated: New file.
15899         * modules/unictype/property-logical-order-exception: New file.
15900         * modules/unictype/property-variation-selector: New file.
15901         * modules/unictype/property-private-use: New file.
15902         * modules/unictype/property-unassigned-code-value: New file.
15903         * modules/unictype/property-uppercase: New file.
15904         * modules/unictype/property-other-uppercase: New file.
15905         * modules/unictype/property-lowercase: New file.
15906         * modules/unictype/property-other-lowercase: New file.
15907         * modules/unictype/property-titlecase: New file.
15908         * modules/unictype/property-soft-dotted: New file.
15909         * modules/unictype/property-id-start: New file.
15910         * modules/unictype/property-other-id-start: New file.
15911         * modules/unictype/property-id-continue: New file.
15912         * modules/unictype/property-other-id-continue: New file.
15913         * modules/unictype/property-xid-start: New file.
15914         * modules/unictype/property-xid-continue: New file.
15915         * modules/unictype/property-pattern-white-space: New file.
15916         * modules/unictype/property-pattern-syntax: New file.
15917         * modules/unictype/property-join-control: New file.
15918         * modules/unictype/property-grapheme-base: New file.
15919         * modules/unictype/property-grapheme-extend: New file.
15920         * modules/unictype/property-other-grapheme-extend: New file.
15921         * modules/unictype/property-grapheme-link: New file.
15922         * modules/unictype/property-bidi-control: New file.
15923         * modules/unictype/property-bidi-left-to-right: New file.
15924         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
15925         * modules/unictype/property-bidi-arabic-right-to-left: New file.
15926         * modules/unictype/property-bidi-european-digit: New file.
15927         * modules/unictype/property-bidi-eur-num-separator: New file.
15928         * modules/unictype/property-bidi-eur-num-terminator: New file.
15929         * modules/unictype/property-bidi-arabic-digit: New file.
15930         * modules/unictype/property-bidi-common-separator: New file.
15931         * modules/unictype/property-bidi-block-separator: New file.
15932         * modules/unictype/property-bidi-segment-separator: New file.
15933         * modules/unictype/property-bidi-whitespace: New file.
15934         * modules/unictype/property-bidi-non-spacing-mark: New file.
15935         * modules/unictype/property-bidi-boundary-neutral: New file.
15936         * modules/unictype/property-bidi-pdf: New file.
15937         * modules/unictype/property-bidi-embedding-or-override: New file.
15938         * modules/unictype/property-bidi-other-neutral: New file.
15939         * modules/unictype/property-hex-digit: New file.
15940         * modules/unictype/property-ascii-hex-digit: New file.
15941         * modules/unictype/property-ideographic: New file.
15942         * modules/unictype/property-unified-ideograph: New file.
15943         * modules/unictype/property-radical: New file.
15944         * modules/unictype/property-ids-binary-operator: New file.
15945         * modules/unictype/property-ids-trinary-operator: New file.
15946         * modules/unictype/property-zero-width: New file.
15947         * modules/unictype/property-space: New file.
15948         * modules/unictype/property-non-break: New file.
15949         * modules/unictype/property-iso-control: New file.
15950         * modules/unictype/property-format-control: New file.
15951         * modules/unictype/property-dash: New file.
15952         * modules/unictype/property-hyphen: New file.
15953         * modules/unictype/property-punctuation: New file.
15954         * modules/unictype/property-line-separator: New file.
15955         * modules/unictype/property-paragraph-separator: New file.
15956         * modules/unictype/property-quotation-mark: New file.
15957         * modules/unictype/property-sentence-terminal: New file.
15958         * modules/unictype/property-terminal-punctuation: New file.
15959         * modules/unictype/property-currency-symbol: New file.
15960         * modules/unictype/property-math: New file.
15961         * modules/unictype/property-other-math: New file.
15962         * modules/unictype/property-paired-punctuation: New file.
15963         * modules/unictype/property-left-of-pair: New file.
15964         * modules/unictype/property-combining: New file.
15965         * modules/unictype/property-composite: New file.
15966         * modules/unictype/property-decimal-digit: New file.
15967         * modules/unictype/property-numeric: New file.
15968         * modules/unictype/property-diacritic: New file.
15969         * modules/unictype/property-extender: New file.
15970         * modules/unictype/property-ignorable-control: New file.
15971         * modules/unictype/property-test: New file.
15972         * modules/unictype/property-byname: New file.
15973         * modules/unictype/property-all: New file.
15974         * modules/unictype/scripts: New file.
15975         * modules/unictype/scripts-all: New file.
15976         * modules/unictype/block-of: New file.
15977         * modules/unictype/block-test: New file.
15978         * modules/unictype/block-list: New file.
15979         * modules/unictype/block-all: New file.
15980         * modules/unictype/syntax-c-whitespace: New file.
15981         * modules/unictype/syntax-java-whitespace: New file.
15982         * modules/unictype/syntax-c-ident: New file.
15983         * modules/unictype/syntax-java-ident: New file.
15984         * modules/unictype/ctype-alnum: New file.
15985         * modules/unictype/ctype-alpha: New file.
15986         * modules/unictype/ctype-cntrl: New file.
15987         * modules/unictype/ctype-digit: New file.
15988         * modules/unictype/ctype-graph: New file.
15989         * modules/unictype/ctype-lower: New file.
15990         * modules/unictype/ctype-print: New file.
15991         * modules/unictype/ctype-punct: New file.
15992         * modules/unictype/ctype-space: New file.
15993         * modules/unictype/ctype-upper: New file.
15994         * modules/unictype/ctype-xdigit: New file.
15995         * modules/unictype/ctype-blank: New file.
15996         * lib/unictype/bidi_byname.c: New file.
15997         * lib/unictype/bidi_name.c: New file.
15998         * lib/unictype/bidi_of.c: New file.
15999         * lib/unictype/bidi_test.c: New file.
16000         * lib/unictype/bitmap.h: New file.
16001         * lib/unictype/block_test.c: New file.
16002         * lib/unictype/blocks.c: New file.
16003         * lib/unictype/categ_C.c: New file.
16004         * lib/unictype/categ_Cc.c: New file.
16005         * lib/unictype/categ_Cf.c: New file.
16006         * lib/unictype/categ_Cn.c: New file.
16007         * lib/unictype/categ_Co.c: New file.
16008         * lib/unictype/categ_Cs.c: New file.
16009         * lib/unictype/categ_L.c: New file.
16010         * lib/unictype/categ_Ll.c: New file.
16011         * lib/unictype/categ_Lm.c: New file.
16012         * lib/unictype/categ_Lo.c: New file.
16013         * lib/unictype/categ_Lt.c: New file.
16014         * lib/unictype/categ_Lu.c: New file.
16015         * lib/unictype/categ_M.c: New file.
16016         * lib/unictype/categ_Mc.c: New file.
16017         * lib/unictype/categ_Me.c: New file.
16018         * lib/unictype/categ_Mn.c: New file.
16019         * lib/unictype/categ_N.c: New file.
16020         * lib/unictype/categ_Nd.c: New file.
16021         * lib/unictype/categ_Nl.c: New file.
16022         * lib/unictype/categ_No.c: New file.
16023         * lib/unictype/categ_P.c: New file.
16024         * lib/unictype/categ_Pc.c: New file.
16025         * lib/unictype/categ_Pd.c: New file.
16026         * lib/unictype/categ_Pe.c: New file.
16027         * lib/unictype/categ_Pf.c: New file.
16028         * lib/unictype/categ_Pi.c: New file.
16029         * lib/unictype/categ_Po.c: New file.
16030         * lib/unictype/categ_Ps.c: New file.
16031         * lib/unictype/categ_S.c: New file.
16032         * lib/unictype/categ_Sc.c: New file.
16033         * lib/unictype/categ_Sk.c: New file.
16034         * lib/unictype/categ_Sm.c: New file.
16035         * lib/unictype/categ_So.c: New file.
16036         * lib/unictype/categ_Z.c: New file.
16037         * lib/unictype/categ_Zl.c: New file.
16038         * lib/unictype/categ_Zp.c: New file.
16039         * lib/unictype/categ_Zs.c: New file.
16040         * lib/unictype/categ_and.c: New file.
16041         * lib/unictype/categ_and_not.c: New file.
16042         * lib/unictype/categ_byname.c: New file.
16043         * lib/unictype/categ_name.c: New file.
16044         * lib/unictype/categ_none.c: New file.
16045         * lib/unictype/categ_of.c: New file.
16046         * lib/unictype/categ_or.c: New file.
16047         * lib/unictype/categ_test.c: New file.
16048         * lib/unictype/combining.c: New file.
16049         * lib/unictype/ctype_alnum.c: New file.
16050         * lib/unictype/ctype_alpha.c: New file.
16051         * lib/unictype/ctype_blank.c: New file.
16052         * lib/unictype/ctype_cntrl.c: New file.
16053         * lib/unictype/ctype_digit.c: New file.
16054         * lib/unictype/ctype_graph.c: New file.
16055         * lib/unictype/ctype_lower.c: New file.
16056         * lib/unictype/ctype_print.c: New file.
16057         * lib/unictype/ctype_punct.c: New file.
16058         * lib/unictype/ctype_space.c: New file.
16059         * lib/unictype/ctype_upper.c: New file.
16060         * lib/unictype/ctype_xdigit.c: New file.
16061         * lib/unictype/decdigit.c: New file.
16062         * lib/unictype/digit.c: New file.
16063         * lib/unictype/identsyntaxmap.h: New file.
16064         * lib/unictype/mirror.c: New file.
16065         * lib/unictype/numeric.c: New file.
16066         * lib/unictype/pr_alphabetic.c: New file.
16067         * lib/unictype/pr_ascii_hex_digit.c: New file.
16068         * lib/unictype/pr_bidi_arabic_digit.c: New file.
16069         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
16070         * lib/unictype/pr_bidi_block_separator.c: New file.
16071         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
16072         * lib/unictype/pr_bidi_common_separator.c: New file.
16073         * lib/unictype/pr_bidi_control.c: New file.
16074         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
16075         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
16076         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
16077         * lib/unictype/pr_bidi_european_digit.c: New file.
16078         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
16079         * lib/unictype/pr_bidi_left_to_right.c: New file.
16080         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
16081         * lib/unictype/pr_bidi_other_neutral.c: New file.
16082         * lib/unictype/pr_bidi_pdf.c: New file.
16083         * lib/unictype/pr_bidi_segment_separator.c: New file.
16084         * lib/unictype/pr_bidi_whitespace.c: New file.
16085         * lib/unictype/pr_byname.c: New file.
16086         * lib/unictype/pr_byname.gperf: New file.
16087         * lib/unictype/pr_combining.c: New file.
16088         * lib/unictype/pr_composite.c: New file.
16089         * lib/unictype/pr_currency_symbol.c: New file.
16090         * lib/unictype/pr_dash.c: New file.
16091         * lib/unictype/pr_decimal_digit.c: New file.
16092         * lib/unictype/pr_default_ignorable_code_point.c: New file.
16093         * lib/unictype/pr_deprecated.c: New file.
16094         * lib/unictype/pr_diacritic.c: New file.
16095         * lib/unictype/pr_extender.c: New file.
16096         * lib/unictype/pr_format_control.c: New file.
16097         * lib/unictype/pr_grapheme_base.c: New file.
16098         * lib/unictype/pr_grapheme_extend.c: New file.
16099         * lib/unictype/pr_grapheme_link.c: New file.
16100         * lib/unictype/pr_hex_digit.c: New file.
16101         * lib/unictype/pr_hyphen.c: New file.
16102         * lib/unictype/pr_id_continue.c: New file.
16103         * lib/unictype/pr_id_start.c: New file.
16104         * lib/unictype/pr_ideographic.c: New file.
16105         * lib/unictype/pr_ids_binary_operator.c: New file.
16106         * lib/unictype/pr_ids_trinary_operator.c: New file.
16107         * lib/unictype/pr_ignorable_control.c: New file.
16108         * lib/unictype/pr_iso_control.c: New file.
16109         * lib/unictype/pr_join_control.c: New file.
16110         * lib/unictype/pr_left_of_pair.c: New file.
16111         * lib/unictype/pr_line_separator.c: New file.
16112         * lib/unictype/pr_logical_order_exception.c: New file.
16113         * lib/unictype/pr_lowercase.c: New file.
16114         * lib/unictype/pr_math.c: New file.
16115         * lib/unictype/pr_non_break.c: New file.
16116         * lib/unictype/pr_not_a_character.c: New file.
16117         * lib/unictype/pr_numeric.c: New file.
16118         * lib/unictype/pr_other_alphabetic.c: New file.
16119         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
16120         * lib/unictype/pr_other_grapheme_extend.c: New file.
16121         * lib/unictype/pr_other_id_continue.c: New file.
16122         * lib/unictype/pr_other_id_start.c: New file.
16123         * lib/unictype/pr_other_lowercase.c: New file.
16124         * lib/unictype/pr_other_math.c: New file.
16125         * lib/unictype/pr_other_uppercase.c: New file.
16126         * lib/unictype/pr_paired_punctuation.c: New file.
16127         * lib/unictype/pr_paragraph_separator.c: New file.
16128         * lib/unictype/pr_pattern_syntax.c: New file.
16129         * lib/unictype/pr_pattern_white_space.c: New file.
16130         * lib/unictype/pr_private_use.c: New file.
16131         * lib/unictype/pr_punctuation.c: New file.
16132         * lib/unictype/pr_quotation_mark.c: New file.
16133         * lib/unictype/pr_radical.c: New file.
16134         * lib/unictype/pr_sentence_terminal.c: New file.
16135         * lib/unictype/pr_soft_dotted.c: New file.
16136         * lib/unictype/pr_space.c: New file.
16137         * lib/unictype/pr_terminal_punctuation.c: New file.
16138         * lib/unictype/pr_test.c: New file.
16139         * lib/unictype/pr_titlecase.c: New file.
16140         * lib/unictype/pr_unassigned_code_value.c: New file.
16141         * lib/unictype/pr_unified_ideograph.c: New file.
16142         * lib/unictype/pr_uppercase.c: New file.
16143         * lib/unictype/pr_variation_selector.c: New file.
16144         * lib/unictype/pr_white_space.c: New file.
16145         * lib/unictype/pr_xid_continue.c: New file.
16146         * lib/unictype/pr_xid_start.c: New file.
16147         * lib/unictype/pr_zero_width.c: New file.
16148         * lib/unictype/scripts.c: New file.
16149         * lib/unictype/sy_c_ident.c: New file.
16150         * lib/unictype/sy_c_whitespace.c: New file.
16151         * lib/unictype/sy_java_ident.c: New file.
16152         * lib/unictype/sy_java_whitespace.c: New file.
16153
16154         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
16155         Unicode 5.0.0.
16156         * lib/unictype/blocks.h: Likewise.
16157         * lib/unictype/categ_C.h: Likewise.
16158         * lib/unictype/categ_Cc.h: Likewise.
16159         * lib/unictype/categ_Cf.h: Likewise.
16160         * lib/unictype/categ_Cn.h: Likewise.
16161         * lib/unictype/categ_Co.h: Likewise.
16162         * lib/unictype/categ_Cs.h: Likewise.
16163         * lib/unictype/categ_L.h: Likewise.
16164         * lib/unictype/categ_Ll.h: Likewise.
16165         * lib/unictype/categ_Lm.h: Likewise.
16166         * lib/unictype/categ_Lo.h: Likewise.
16167         * lib/unictype/categ_Lt.h: Likewise.
16168         * lib/unictype/categ_Lu.h: Likewise.
16169         * lib/unictype/categ_M.h: Likewise.
16170         * lib/unictype/categ_Mc.h: Likewise.
16171         * lib/unictype/categ_Me.h: Likewise.
16172         * lib/unictype/categ_Mn.h: Likewise.
16173         * lib/unictype/categ_N.h: Likewise.
16174         * lib/unictype/categ_Nd.h: Likewise.
16175         * lib/unictype/categ_Nl.h: Likewise.
16176         * lib/unictype/categ_No.h: Likewise.
16177         * lib/unictype/categ_P.h: Likewise.
16178         * lib/unictype/categ_Pc.h: Likewise.
16179         * lib/unictype/categ_Pd.h: Likewise.
16180         * lib/unictype/categ_Pe.h: Likewise.
16181         * lib/unictype/categ_Pf.h: Likewise.
16182         * lib/unictype/categ_Pi.h: Likewise.
16183         * lib/unictype/categ_Po.h: Likewise.
16184         * lib/unictype/categ_Ps.h: Likewise.
16185         * lib/unictype/categ_S.h: Likewise.
16186         * lib/unictype/categ_Sc.h: Likewise.
16187         * lib/unictype/categ_Sk.h: Likewise.
16188         * lib/unictype/categ_Sm.h: Likewise.
16189         * lib/unictype/categ_So.h: Likewise.
16190         * lib/unictype/categ_Z.h: Likewise.
16191         * lib/unictype/categ_Zl.h: Likewise.
16192         * lib/unictype/categ_Zp.h: Likewise.
16193         * lib/unictype/categ_Zs.h: Likewise.
16194         * lib/unictype/categ_of.h: Likewise.
16195         * lib/unictype/combining.h: Likewise.
16196         * lib/unictype/ctype_alnum.h: Likewise.
16197         * lib/unictype/ctype_alpha.h: Likewise.
16198         * lib/unictype/ctype_blank.h: Likewise.
16199         * lib/unictype/ctype_cntrl.h: Likewise.
16200         * lib/unictype/ctype_digit.h: Likewise.
16201         * lib/unictype/ctype_graph.h: Likewise.
16202         * lib/unictype/ctype_lower.h: Likewise.
16203         * lib/unictype/ctype_print.h: Likewise.
16204         * lib/unictype/ctype_punct.h: Likewise.
16205         * lib/unictype/ctype_space.h: Likewise.
16206         * lib/unictype/ctype_upper.h: Likewise.
16207         * lib/unictype/ctype_xdigit.h: Likewise.
16208         * lib/unictype/decdigit.h: Likewise.
16209         * lib/unictype/digit.h: Likewise.
16210         * lib/unictype/mirror.h: Likewise.
16211         * lib/unictype/numeric.h: Likewise.
16212         * lib/unictype/pr_alphabetic.h: Likewise.
16213         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
16214         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
16215         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
16216         * lib/unictype/pr_bidi_block_separator.h: Likewise.
16217         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
16218         * lib/unictype/pr_bidi_common_separator.h: Likewise.
16219         * lib/unictype/pr_bidi_control.h: Likewise.
16220         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
16221         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
16222         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
16223         * lib/unictype/pr_bidi_european_digit.h: Likewise.
16224         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
16225         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
16226         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
16227         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
16228         * lib/unictype/pr_bidi_pdf.h: Likewise.
16229         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
16230         * lib/unictype/pr_bidi_whitespace.h: Likewise.
16231         * lib/unictype/pr_combining.h: Likewise.
16232         * lib/unictype/pr_composite.h: Likewise.
16233         * lib/unictype/pr_currency_symbol.h: Likewise.
16234         * lib/unictype/pr_dash.h: Likewise.
16235         * lib/unictype/pr_decimal_digit.h: Likewise.
16236         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
16237         * lib/unictype/pr_deprecated.h: Likewise.
16238         * lib/unictype/pr_diacritic.h: Likewise.
16239         * lib/unictype/pr_extender.h: Likewise.
16240         * lib/unictype/pr_format_control.h: Likewise.
16241         * lib/unictype/pr_grapheme_base.h: Likewise.
16242         * lib/unictype/pr_grapheme_extend.h: Likewise.
16243         * lib/unictype/pr_grapheme_link.h: Likewise.
16244         * lib/unictype/pr_hex_digit.h: Likewise.
16245         * lib/unictype/pr_hyphen.h: Likewise.
16246         * lib/unictype/pr_id_continue.h: Likewise.
16247         * lib/unictype/pr_id_start.h: Likewise.
16248         * lib/unictype/pr_ideographic.h: Likewise.
16249         * lib/unictype/pr_ids_binary_operator.h: Likewise.
16250         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
16251         * lib/unictype/pr_ignorable_control.h: Likewise.
16252         * lib/unictype/pr_iso_control.h: Likewise.
16253         * lib/unictype/pr_join_control.h: Likewise.
16254         * lib/unictype/pr_left_of_pair.h: Likewise.
16255         * lib/unictype/pr_line_separator.h: Likewise.
16256         * lib/unictype/pr_logical_order_exception.h: Likewise.
16257         * lib/unictype/pr_lowercase.h: Likewise.
16258         * lib/unictype/pr_math.h: Likewise.
16259         * lib/unictype/pr_non_break.h: Likewise.
16260         * lib/unictype/pr_not_a_character.h: Likewise.
16261         * lib/unictype/pr_numeric.h: Likewise.
16262         * lib/unictype/pr_other_alphabetic.h: Likewise.
16263         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
16264         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
16265         * lib/unictype/pr_other_id_continue.h: Likewise.
16266         * lib/unictype/pr_other_id_start.h: Likewise.
16267         * lib/unictype/pr_other_lowercase.h: Likewise.
16268         * lib/unictype/pr_other_math.h: Likewise.
16269         * lib/unictype/pr_other_uppercase.h: Likewise.
16270         * lib/unictype/pr_paired_punctuation.h: Likewise.
16271         * lib/unictype/pr_paragraph_separator.h: Likewise.
16272         * lib/unictype/pr_pattern_syntax.h: Likewise.
16273         * lib/unictype/pr_pattern_white_space.h: Likewise.
16274         * lib/unictype/pr_private_use.h: Likewise.
16275         * lib/unictype/pr_punctuation.h: Likewise.
16276         * lib/unictype/pr_quotation_mark.h: Likewise.
16277         * lib/unictype/pr_radical.h: Likewise.
16278         * lib/unictype/pr_sentence_terminal.h: Likewise.
16279         * lib/unictype/pr_soft_dotted.h: Likewise.
16280         * lib/unictype/pr_space.h: Likewise.
16281         * lib/unictype/pr_terminal_punctuation.h: Likewise.
16282         * lib/unictype/pr_titlecase.h: Likewise.
16283         * lib/unictype/pr_unassigned_code_value.h: Likewise.
16284         * lib/unictype/pr_unified_ideograph.h: Likewise.
16285         * lib/unictype/pr_uppercase.h: Likewise.
16286         * lib/unictype/pr_variation_selector.h: Likewise.
16287         * lib/unictype/pr_white_space.h: Likewise.
16288         * lib/unictype/pr_xid_continue.h: Likewise.
16289         * lib/unictype/pr_xid_start.h: Likewise.
16290         * lib/unictype/pr_zero_width.h: Likewise.
16291         * lib/unictype/scripts.h: Likewise.
16292         * lib/unictype/scripts_byname.gperf: Likewise.
16293         * lib/unictype/sy_c_ident.h: Likewise.
16294         * lib/unictype/sy_c_whitespace.h: Likewise.
16295         * lib/unictype/sy_java_ident.h: Likewise.
16296         * lib/unictype/sy_java_whitespace.h: Likewise.
16297
16298         * lib/unictype/Makefile: New file.
16299         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
16300         glibc.
16301         * lib/unictype/3level.h: New file, copied from glibc.
16302         * lib/unictype/3levelbit.h: New file.
16303
16304 2007-11-11  Bruno Haible  <bruno@clisp.org>
16305
16306         * modules/gperf: New file.
16307         * modules/iconv_open (Depends-on): Add it.
16308         (Makefile.am): Remove the GPERF definition.
16309
16310 2007-11-11  Bruno Haible  <bruno@clisp.org>
16311
16312         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
16313         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
16314
16315 2007-11-11  Bruno Haible  <bruno@clisp.org>
16316
16317         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
16318         (usage): Remove function.
16319
16320 2007-11-11  Bruno Haible  <bruno@clisp.org>
16321
16322         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
16323         gl_FUNC_CEILF_LIBS.
16324         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
16325         gl_FUNC_CEIL_LIBS.
16326         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
16327         gl_FUNC_CEILL_LIBS.
16328         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
16329         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
16330         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
16331
16332 2007-11-11  Bruno Haible  <bruno@clisp.org>
16333
16334         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
16335         roundf were declared but do not exist on functions.
16336         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
16337         roundl were declared but do not exist on functions.
16338         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
16339         HAVE_FLOORL_AND_CEILL, respectively.
16340         Needed for Sun C on Solaris 10.
16341
16342 2007-11-11  Bruno Haible  <bruno@clisp.org>
16343
16344         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
16345         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
16346         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
16347         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
16348         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
16349         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
16350         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
16351         HAVE_DECL_ROUNDF.
16352         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
16353         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
16354         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
16355         of HAVE_DECL_ROUND*.
16356         * modules/math (Makefile.am): Update.
16357
16358 2007-11-10  Bruno Haible  <bruno@clisp.org>
16359
16360         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
16361         ptrdiff_t as m4/intl.m4.
16362
16363 2007-11-10  Jim Meyering  <meyering@redhat.com>
16364
16365         Avoid link failure for the argmatch test.
16366         * tests/test-argmatch.c (usage): Define function to avoid a link
16367         failure: argmatch_die requires a usage function.
16368
16369 2007-11-09  Bruno Haible  <bruno@clisp.org>
16370
16371         * doc/functions/snprintf.texi: Mention BeOS deficiency.
16372         * doc/functions/vsnprintf.texi: Likewise.
16373         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
16374         with a size argument < 2.
16375
16376 2007-11-09  Bruno Haible  <bruno@clisp.org>
16377
16378         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
16379         buffer. Fixes an inefficiency introduced on 2007-11-03.
16380
16381 2007-11-09  Bruno Haible  <bruno@clisp.org>
16382
16383         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
16384         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
16385
16386 2007-11-08  Jim Meyering  <meyering@redhat.com>
16387
16388         Change cache variable name prefix "jm_" to "gl_" everywhere.
16389         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
16390         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
16391         * m4/uptime.m4: s/gl_/jm_/
16392
16393 2007-11-07  Bruno Haible  <bruno@clisp.org>
16394
16395         Update to GNU gettext 0.17.
16396         * m4/intl.m4: Update to GNU gettext 0.17.
16397         * m4/po.m4: Likewise.
16398         * modules/gettext (Files): Remove m4/ulonglong.m4.
16399         (configure.ac): Require gettext infrastructure from version 0.17.
16400
16401 2007-11-06  Bruno Haible  <bruno@clisp.org>
16402
16403         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
16404         symbolic values are not defined in a public header.
16405         * lib/freadable.c (freadable) [QNX]: Likewise.
16406         * lib/freadahead.c (freadahead) [QNX]: Likewise.
16407         * lib/freading.c (freading) [QNX]: Likewise.
16408         * lib/fseterr.c (fseterr) [QNX]: Likewise.
16409         * lib/fwritable.c (fwritable) [QNX]: Likewise.
16410         * lib/fwriting.c (fwriting) [QNX]: Likewise.
16411         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
16412         Reported by Alain Magloire.
16413
16414         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
16415
16416 2007-11-05  Bruno Haible  <bruno@clisp.org>
16417
16418         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
16419         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
16420         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
16421         Reported by Eric Blake.
16422
16423 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16424             Bruno Haible  <bruno@clisp.org>
16425
16426         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
16427         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
16428         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
16429         (malloc): Undefine also before including <stdlib.h>.
16430         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
16431         Needed on OSF/1 4.0.
16432
16433 2007-11-05  Jim Meyering  <meyering@redhat.com>
16434
16435         git-version-gen: sync from coreutils.
16436         * build-aux/git-version-gen: Add comments.
16437         Change the first '-' to '.' in the snapshot version string,
16438         e.g., 6.9-377-08144 -> 6.9.377-08144
16439         Remove first parameter.
16440         Don't declare a version "-dirty" merely because a time
16441         stamp has changed.
16442
16443 2007-11-04  Bruno Haible  <bruno@clisp.org>
16444
16445         * lib/lock.h: Protect all macro definitions containing an 'if'
16446         statement through a "do { ... } while (0)".
16447         * lib/tls.h: Likewise.
16448
16449 2007-11-04  Bruno Haible  <bruno@clisp.org>
16450
16451         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
16452
16453 2007-11-04  Bruno Haible  <bruno@clisp.org>
16454
16455         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
16456         * modules/fprintf-posix (Depends-on): Add nocrash.
16457         * modules/snprintf-posix (Depends-on): Likewise.
16458         * modules/sprintf-posix (Depends-on): Likewise.
16459         * modules/vasnprintf-posix (Depends-on): Likewise.
16460         * modules/vasprintf-posix (Depends-on): Likewise.
16461         * modules/vfprintf-posix (Depends-on): Likewise.
16462         * modules/vsnprintf-posix (Depends-on): Likewise.
16463         * modules/vsprintf-posix (Depends-on): Likewise.
16464         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16465         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16466         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16467         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16468         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16469         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16470         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16471
16472 2007-11-04  Bruno Haible  <bruno@clisp.org>
16473
16474         * modules/nocrash: New file.
16475         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
16476         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
16477
16478 2007-11-04  Bruno Haible  <bruno@clisp.org>
16479
16480         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
16481         precision handling.
16482         * tests/test-vasprintf-posix.c (test_function): Likewise.
16483         * tests/test-snprintf-posix.h (test_function): Likewise.
16484         * tests/test-sprintf-posix.h (test_function): Likewise.
16485
16486         Fix *printf behaviour for large precisions on mingw and BeOS.
16487         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
16488         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
16489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
16490         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16491         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16492         gl_PRINTF_PRECISION and test its result. Invoke
16493         gl_PREREQ_VASNPRINTF_PRECISION.
16494         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16495         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16496         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16497         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16498         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16499         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16500         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16501         * doc/functions/fprintf.texi: Update.
16502         * doc/functions/printf.texi: Update.
16503         * doc/functions/snprintf.texi: Update.
16504         * doc/functions/sprintf.texi: Update.
16505         * doc/functions/vfprintf.texi: Update.
16506         * doc/functions/vprintf.texi: Update.
16507         * doc/functions/vsnprintf.texi: Update.
16508         * doc/functions/vsprintf.texi: Update.
16509
16510 2007-11-04  Bruno Haible  <bruno@clisp.org>
16511
16512         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
16513
16514 2007-11-04  Bruno Haible  <bruno@clisp.org>
16515
16516         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
16517         Reported by Sylvain Beucler <beuc@gnu.org>.
16518
16519 2007-11-03  Bruno Haible  <bruno@clisp.org>
16520
16521         * tests/test-fprintf-posix2.sh: New file.
16522         * tests/test-fprintf-posix2.c: New file.
16523         * modules/fprintf-posix-tests (Files): Add them.
16524         (TESTS): Add test-fprintf-posix2.sh.
16525         (configure.ac): Check for getrlimit and setrlimit.
16526         (check_PROGRAMS): Add test-fprintf-posix2.
16527
16528         * tests/test-printf-posix2.sh: New file.
16529         * tests/test-printf-posix2.c: New file.
16530         * modules/printf-posix-tests (Files): Add them.
16531         (TESTS): Add test-printf-posix2.sh.
16532         (configure.ac): Check for getrlimit and setrlimit.
16533         (check_PROGRAMS): Add test-printf-posix2.
16534
16535         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
16536         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
16537         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
16538         (decode_double): New function, copied from decode_long_double.
16539         (scale10_round_decimal_decoded): New function, extracted from
16540         scale10_round_decimal_long_double.
16541         (scale10_round_decimal_long_double): Use it.
16542         (scale10_round_decimal_double): New function.
16543         (floorlog10): New function.
16544         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
16545         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
16546         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16547         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16548         gl_PRINTF_ENOMEM and test its result. Invoke
16549         gl_PREREQ_VASNPRINTF_ENOMEM.
16550         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16551         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16552         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16553         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16554         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16555         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16556         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16557         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
16558         * modules/snprintf-posix (Depends-on): Likewise.
16559         * modules/sprintf-posix (Depends-on): Likewise.
16560         * modules/vasnprintf-posix (Depends-on): Likewise.
16561         * modules/vasprintf-posix (Depends-on): Likewise.
16562         * modules/vfprintf-posix (Depends-on): Likewise.
16563         * modules/vsnprintf-posix (Depends-on): Likewise.
16564         * modules/vsprintf-posix (Depends-on): Likewise.
16565         * doc/functions/fprintf.texi: Update.
16566         * doc/functions/printf.texi: Update.
16567         * doc/functions/snprintf.texi: Update.
16568         * doc/functions/sprintf.texi: Update.
16569         * doc/functions/vfprintf.texi: Update.
16570         * doc/functions/vprintf.texi: Update.
16571         * doc/functions/vsnprintf.texi: Update.
16572         * doc/functions/vsprintf.texi: Update.
16573
16574 2007-11-03  Bruno Haible  <bruno@clisp.org>
16575
16576         * modules/frexp-nolibm-tests: New file.
16577
16578         * modules/frexp-nolibm: New file.
16579         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
16580
16581 2007-11-03  Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
16584         value is C99 compliant.
16585         Needed for OSF/1 5.1.
16586
16587 2007-11-03  Bruno Haible  <bruno@clisp.org>
16588
16589         Fix out-of-memory handling of vasnprintf.
16590         * lib/printf-parse.c: Include <errno.h>.
16591         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
16592         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
16593         is already set.
16594
16595 2007-11-02  Eric Blake  <ebb9@byu.net>
16596
16597         Fix tests on cygwin.
16598         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
16599
16600 2007-11-01  Bruno Haible  <bruno@clisp.org>
16601
16602         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
16603         warning.
16604         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
16605         needed for POSIX compatibility.
16606
16607 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
16610         for compatibility with GNU.
16611
16612 2007-11-01  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
16615         (putenv): Renamed from rpl_putenv. Change argument type from
16616         'const char *' to 'char *'.
16617         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
16618         of defining putenv in config.h, just set REPLACE_PUTENV.
16619         * modules/putenv (Depends-on): Add stdlib.
16620         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16621         (Include): Use <stdlib.h>.
16622         * lib/stdlib.in.h (putenv): New declaration.
16623         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
16624         REPLACE_PUTENV.
16625         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
16626         REPLACE_PUTENV.
16627         Needed for MacOS X 10.5.0.
16628         Reported by Peter O'Gorman <peter@pogma.com>.
16629
16630 2007-11-01  Jim Meyering  <meyering@redhat.com>
16631
16632         Treat an empty date string exactly like "0".
16633         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
16634         if the remaining date string (to be parsed) is empty, use "0".
16635         Reported by Mischa Molhoek and discussed in this thread:
16636         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
16637
16638 2007-10-31  Bruno Haible  <bruno@clisp.org>
16639
16640         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
16641         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
16642         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
16643         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
16644         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
16645         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
16646
16647 2007-10-31  Bruno Haible  <bruno@clisp.org>
16648
16649         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
16650         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
16651         (AC_TYPE_LONG_LONG_INT): Use it.
16652         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
16653         it as well.
16654         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
16655         to m4/longlong.m4.
16656         * modules/stdint (Files): Remove m4/ulonglong.m4.
16657         * modules/strtoull (Files): Use m4/longlong.m4 instead of
16658         m4/ulonglong.m4.
16659         * modules/strtoumax (Files): Likewise.
16660
16661 2007-10-30  Bruno Haible  <bruno@clisp.org>
16662
16663         * modules/xvasprintf-posix: New file.
16664         Suggested by Eric Blake.
16665
16666 2007-10-30  Bruno Haible  <bruno@clisp.org>
16667
16668         * modules/xprintf-posix-tests: New file.
16669         * tests/test-xprintf-posix.sh: New file.
16670         * tests/test-xprintf-posix.c: New file.
16671         * tests/test-xfprintf-posix.c: New file.
16672
16673         * modules/xprintf-posix: New file.
16674
16675 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16676
16677         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
16678         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
16679         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
16680
16681 2007-10-29  Bruno Haible  <bruno@clisp.org>
16682
16683         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
16684         contain the special marker '_cv_'.
16685         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16686         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16687         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16688         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
16689         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16690         Reported by Ralf Wildenhues.
16691
16692 2007-10-29  Bruno Haible  <bruno@clisp.org>
16693
16694         * gnulib-tool (func_import): When --lgpl is not specified, set
16695         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
16696         GPLv3.
16697         Reported by Simon Josefsson.
16698
16699 2007-10-28  Bruno Haible  <bruno@clisp.org>
16700
16701         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
16702         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
16703         HAVE_DECL_ISFINITE.
16704         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
16705         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
16706         HAVE_DECL_ISFINITE.
16707
16708 2007-10-28  Bruno Haible  <bruno@clisp.org>
16709
16710         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
16711         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
16712
16713 2007-10-28  Bruno Haible  <bruno@clisp.org>
16714
16715         Fix link errors with Sun C 5.0 on Solaris 10.
16716         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
16717         function is declared but not present in the compiler's libm.
16718         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
16719         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
16720         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
16721         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
16722         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
16723         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
16724         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
16725         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
16726         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
16727         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
16728         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
16729         HAVE_DECL_FLOORL.
16730
16731 2007-10-28  Bruno Haible  <bruno@clisp.org>
16732
16733         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
16734         gl_FUNC_FLOORL. Cache the result.
16735         (gl_FUNC_FLOORL): Use it.
16736         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
16737         gl_FUNC_CEILL. Cache the result.
16738         (gl_FUNC_CEILL): Use it.
16739
16740         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
16741         gl_FUNC_FLOOR. Cache the result.
16742         (gl_FUNC_FLOOR): Use it.
16743         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
16744         gl_FUNC_CEIL. Cache the result.
16745         (gl_FUNC_CEIL): Use it.
16746
16747         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
16748         gl_FUNC_FLOORF. Cache the result.
16749         (gl_FUNC_FLOORF): Use it.
16750         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
16751         gl_FUNC_CEILF. Cache the result.
16752         (gl_FUNC_CEILF): Use it.
16753
16754 2007-10-28  Bruno Haible  <bruno@clisp.org>
16755
16756         * gnulib-tool: Allow specifying the LGPL version number through
16757         --lgpl=2 or --lgpl=3.
16758         (func_usage): Document --lgpl with argument.
16759         Handle --lgpl=... arguments.
16760         (func_import): Recognize also gl_LGPL calls with an argument. When
16761         --lgpl=2 is used and the module's license is just LGPL, report an
16762         error. Set sed_transform_lib_file according to the lgpl variable. In
16763         the generated files, use --lgpl or gl_LGPL invocations with argument,
16764         if necessary.
16765         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
16766         an LGPv2+ license.
16767         * doc/gnulib-tool.texi (Modified imports): Update explanation of
16768         gl_LGPL macro.
16769
16770 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16771             Bruno Haible  <bruno@clisp.org>
16772
16773         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
16774         (u16_uctomb_aux): Likewise.
16775         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
16776         !HAVE_INLINE.
16777         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
16778
16779 2007-10-28  Bruno Haible  <bruno@clisp.org>
16780
16781         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
16782         Invoke AM_GETTEXT_OPTION if it exists.
16783         * modules/vasprintf: Likewise.
16784         * modules/verror: Likewise.
16785         * modules/xprintf: Likewise.
16786         * modules/xvasprintf: Likewise.
16787
16788 2007-10-27  Ben Pfaff  <blp@gnu.org>
16789
16790         * lib/math.in.h: Define isfinite macro and prototypes for
16791         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
16792         implementations.
16793         * m4/math_h.m4: New substitutions for isfinite module.
16794         * lib/isfinite.c: New file.
16795         * m4/isfinite.m4: New file.
16796         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
16797         * modules/isfinite: New file.
16798         * modules/isfinite-tests: New file.
16799         * tests/tests-isfinite.c: New file.
16800         * doc/functions/isfinite.texi: Mention isfinite module.
16801         * MODULES.html.sh: Mention new module.
16802
16803 2007-10-27  Ben Pfaff  <blp@gnu.org>
16804
16805         Ralf Wildenhues reported that Tru64 4.0D declares the round
16806         functions but does not have definitions.
16807         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
16808         cannot be found in any library, set the output variable to
16809         "missing" instead of "".
16810         * m4/round.m4: Also use our substitute if we cannot find round in
16811         any library, even if it is declared.
16812         * m4/roundf.m4: Likewise for roundf.
16813         * m4/roundl.m4: Likewise for roundl.
16814         * lib/math.in.h: Undefine roundf, round, roundl before defining
16815         their replacements, to allow for hypothetical systems where these
16816         may be defined as macros but not available in libraries.
16817
16818 2007-10-27  Bruno Haible  <bruno@clisp.org>
16819
16820         * doc/gnulib.texi: Invoke @firstparagraphindent.
16821         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
16822         changes in gnulib.
16823         (Source changes): New section.
16824
16825 2007-10-26  Bruno Haible  <bruno@clisp.org>
16826
16827         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
16828         borrowed from autoconf.
16829
16830 2007-10-26  Bruno Haible  <bruno@clisp.org>
16831
16832         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
16833         strerror returned the empty string. Needed on HP-UX 11.00.
16834
16835 2007-10-24  Micah Cowan  <micah@cowan.name>
16836
16837         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
16838         * build-aux/bootstrap: Remove support for now-unnecessary option,
16839         --cvs-user, and envvars CVS_USER, CVS_RSH.
16840
16841 2007-10-24  Jim Meyering  <meyering@redhat.com>
16842
16843         Avoid diagnostics from sha1sum when there is no cached checksum.
16844         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
16845         if the po.s1 file hasn't been created yet.
16846
16847         * build-aux/bootstrap: Sync from coreutils:
16848         2007-10-24  Jim Meyering  <meyering@redhat.com>
16849         Get gnulib from the git repository, not from an obsolete cvs one.
16850         * build-aux/bootstrap: Suggestion from Micah Cowan.
16851         2007-10-04  Jim Meyering  <jim@meyering.net>
16852         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
16853         (update_po_files): Work also when there are no .po files in po/.
16854
16855 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * README: Append ".git" to git and cg examples.
16858         Problem reported by Benoit Sigoure.
16859
16860 2007-10-23  Micah Cowan  <micah@cowan.name>
16861
16862         * users.txt: Add wget.
16863
16864 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16865
16866         Fix linking of some unistdio tests on FreeBSD.
16867         * modules/unistdio/u16-vsnprintf-tests
16868         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
16869         * modules/unistdio/u16-vsprintf-tests
16870         (test_u16_vsnprintf1_LDADD): Likewise.
16871         * modules/unistdio/u32-vsnprintf-tests
16872         (test_u32_vsnprintf1_LDADD): Likewise.
16873         * modules/unistdio/u32-vsprintf-tests
16874         (test_u32_vsprintf1_LDADD): Likewise.
16875         * modules/unistdio/u8-vsnprintf-tests
16876         (test_u8_vsnprintf1_LDADD): Likewise.
16877         * modules/unistdio/u8-vsprintf-tests
16878         (test_u8_vsprintf1_LDADD): Likewise.
16879         * modules/unistdio/ulc-vsnprintf-tests
16880         (test_ulc_vsnprintf1_LDADD): Likewise.
16881         * modules/unistdio/ulc-vsprintf-tests
16882         (test_ulc_vsprintf1_LDADD): Likewise.
16883
16884         Fix linking of some uniconv tests on FreeBSD.
16885         * modules/uniconv/u16-conv-from-enc-tests
16886         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
16887         * modules/uniconv/u16-conv-to-enc-tests
16888         (test_u16_conv_to_enc_LDADD): Likewise.
16889         * modules/uniconv/u16-strconv-from-enc-tests
16890         (test_u16_strconv_from_enc_LDADD): Likewise.
16891         * modules/uniconv/u16-strconv-to-enc-tests
16892         (test_u16_strconv_to_enc_LDADD): Likewise.
16893         * modules/uniconv/u32-conv-from-enc-tests
16894         (test_u32_conv_from_enc_LDADD): Likewise.
16895         * modules/uniconv/u32-conv-to-enc-tests
16896         (test_u32_conv_to_enc_LDADD): Likewise.
16897         * modules/uniconv/u32-strconv-from-enc-tests
16898         (test_u32_strconv_from_enc_LDADD): Likewise.
16899         * modules/uniconv/u32-strconv-to-enc-tests
16900         (test_u32_strconv_to_enc_LDADD): Likewise.
16901         * modules/uniconv/u8-conv-from-enc-tests
16902         (test_u8_conv_from_enc_LDADD): Likewise.
16903         * modules/uniconv/u8-conv-to-enc-tests
16904         (test_u8_conv_to_enc_LDADD): Likewise.
16905         * modules/uniconv/u8-strconv-from-enc-tests
16906         (test_u8_strconv_from_enc_LDADD): Likewise.
16907         * modules/uniconv/u8-strconv-to-enc-tests
16908         (test_u8_strconv_to_enc_LDADD): Likewise.
16909
16910 2007-10-22  Bruno Haible  <bruno@clisp.org>
16911
16912         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
16913         size.
16914
16915 2007-10-22  Eric Blake  <ebb9@byu.net>
16916
16917         Tweak x*printf documentation.
16918         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
16919         variable name and comments.
16920         Suggested by Bruno Haible.
16921
16922 2007-10-22  Bruno Haible  <bruno@clisp.org>
16923
16924         * lib/acl.c (copy_acl): Fix file name in comment.
16925
16926 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16927
16928         Fix Tru64 problem with stdbool.h.
16929         * lib/stdbool.in.h (false, true):
16930         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
16931         Don't declare as an enum in this situation; it runs afoul of Tru64.
16932         Problem reported by Steven M. Schweda in
16933         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
16934
16935 2007-10-22  Eric Blake  <ebb9@byu.net>
16936
16937         Also wrap vf?printf.
16938         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
16939         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
16940         (xvprintf, xvfprintf): New functions.
16941
16942 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16943
16944         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
16945         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
16946
16947         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
16948         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
16949
16950 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16951
16952         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
16953         by Bruno Haible.
16954
16955 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16956
16957         * lib/getloadavg.c
16958         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
16959         Undef `sys' after including sys/table.h, for Tru64 4.0D.
16960
16961         * tests/test-i-ring.c: Work for C89.
16962
16963 2007-10-22  Bruno Haible  <bruno@clisp.org>
16964
16965         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
16966         -1u, in preprocessor expression, so that we don't test for the bug
16967         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
16968         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
16969
16970 2007-10-22  Eric Blake  <ebb9@byu.net>
16971
16972         * tests/test-yesno.sh: Silence stderr during test.
16973
16974 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16975
16976         * modules/crypto/gc-camellia: New file.
16977
16978         * m4/gc-camellia.m4: New file.
16979
16980         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
16981
16982         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
16983
16984 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16985
16986         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
16987         --help to stdout.  Reported by sms@antinode.org (Steven
16988         M. Schweda).
16989
16990 2007-10-22  Simon Josefsson  <simon@josefsson.org>
16991
16992         * users.txt: Fix link to libksba.
16993
16994 2007-10-21  Ben Pfaff  <blp@gnu.org>
16995
16996         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
16997         round.c roundf implementation that depends on floorf and ceilf to
16998         be tested unconditionally.
16999
17000 2007-10-21  Ben Pfaff  <blp@gnu.org>
17001
17002         * m4/check-libm-func.m4: Removed.
17003         * m4/check-math-lib.m4: New file.
17004         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
17005         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
17006         definition and lack of AC_LIBOBJ([roundf]).
17007         * m4/roundl.m4: Ditto, and similarly for roundl.
17008         * modules/round: Reference new m4 file.
17009         * modules/roundf: Ditto.
17010         * modules/roundl: Ditto.
17011         * tests/test-round2.c (main): Use ROUND instead of round.
17012         Bug report from Bruno Haible.
17013
17014 2007-10-21  Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
17017         context.
17018
17019 2007-10-21  Bruno Haible  <bruno@clisp.org>
17020
17021         * tests/test-wcwidth.c (main): Allow negative result for some control
17022         characters.
17023
17024         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
17025         Needed on OSF/1 5.1.
17026
17027 2007-10-21  Bruno Haible  <bruno@clisp.org>
17028
17029         * tests/test-floorf1.c: Include isnanf.h.
17030         (main): Use isnanf() instead of isnan().
17031         * tests/test-ceilf1.c: Include isnanf.h.
17032         (main): Use isnanf() instead of isnan().
17033         * tests/test-truncf1.c: Include isnanf.h.
17034         (main): Use isnanf() instead of isnan().
17035         * tests/test-roundf1.c: Include isnanf.h.
17036         (main): Use isnanf() instead of isnan().
17037
17038 2007-10-21  Eric Blake  <ebb9@byu.net>
17039
17040         * users.txt: Update URL for m4.
17041
17042 2007-10-21  Bruno Haible  <bruno@clisp.org>
17043
17044         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
17045
17046 2007-10-21  Bruno Haible  <bruno@clisp.org>
17047
17048         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
17049         Git's management files if the CVS files are not present.
17050
17051 2007-10-20  Bruno Haible  <bruno@clisp.org>
17052
17053         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
17054         gcc-3.4.x.
17055
17056 2007-10-20  Ben Pfaff  <blp@gnu.org>
17057
17058         * lib/math.in.h: Declare round, roundf, roundl if we are providing
17059         implementations.
17060         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
17061         * lib/round.c: New file.
17062         * lib/roundf.c: New file.
17063         * lib/roundl.c: New file.
17064         * m4/round.m4: New file.
17065         * m4/roundf.m4: New file.
17066         * m4/roundl.m4: New file.
17067         * m4/check-libm-func-m4: New file.
17068         * modules/math: Replace round, roundf, roundl related @VARS@ in
17069         math.in.h.
17070         * modules/round: New file.
17071         * modules/round-tests: New file.
17072         * modules/roundf: New file.
17073         * modules/roundf-tests: New file.
17074         * modules/roundl: New file.
17075         * modules/roundl-tests: New file.
17076         * tests/test-round1.c: New file.
17077         * tests/test-round2.c: New file.
17078         * tests/test-roundf1.c: New file.
17079         * tests/test-roundf2.c: New file.
17080         * tests/test-roundl.c: New file.
17081         * doc/functions/round.texi: Mention round module.
17082         * doc/functions/roundf.texi: Mention roundf module.
17083         * doc/functions/roundl.texi: Mention roundl module.
17084         * MODULES.html.sh: Mention new modules.
17085         Thanks to Bruno Haible for suggestions.
17086
17087 2007-10-20  Jim Meyering  <meyering@redhat.com>
17088
17089         * lib/xprintf.c: Include <config.h> unconditionally.
17090
17091         Change xprintf's license to GPL.
17092         * modules/xprintf (License): s/LGPL/GPL/, since this module
17093         depends on modules (exit and exitfail) which are GPL.
17094         Suggestion from Bruno Haible.
17095
17096         xprintf fixes.
17097         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
17098         Use a clearer diagnostic.
17099         Patch from Bruno Haible.
17100
17101 2007-10-20  Bruno Haible  <bruno@clisp.org>
17102
17103         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
17104         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
17105         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17106
17107 2007-10-20  Bruno Haible  <bruno@clisp.org>
17108
17109         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
17110         precision in the comparison result > x - 1 or similar.
17111         * tests/test-ceilf2.c (correct_result_p): Likewise.
17112         * tests/test-truncf2.c (correct_result_p): Likewise.
17113         * tests/test-trunc2.c (correct_result_p): Likewise.
17114         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17115
17116 2007-10-20  Bruno Haible  <bruno@clisp.org>
17117
17118         * modules/ceil: New file.
17119         * m4/ceil.m4: New file.
17120         * doc/functions/ceil.texi: Mention the 'ceil' module.
17121
17122 2007-10-20  Bruno Haible  <bruno@clisp.org>
17123
17124         * modules/floor: New file.
17125         * m4/floor.m4: New file.
17126         * doc/functions/floor.texi: Mention the 'floor' module.
17127
17128 2007-10-20  Bruno Haible  <bruno@clisp.org>
17129
17130         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
17131         of %a.
17132         * modules/floorf-tests (Depends-on): Likewise.
17133         * modules/truncf-tests (Depends-on): Likewise.
17134         * modules/trunc-tests (Depends-on): Likewise.
17135         Reported by Ben Pfaff.
17136
17137 2007-10-19  Jim Meyering  <meyering@redhat.com>
17138
17139         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
17140         Don't bother testing specific errno values.  Just test ferror.
17141
17142         New module: xprintf
17143         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
17144
17145 2007-10-19  Bruno Haible  <bruno@clisp.org>
17146
17147         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
17148         syntax.
17149         * modules/javaexec (Makefile.am): Likewise.
17150         * modules/relocatable-prog (Makefile.am): Likewise.
17151         Suggested by Jim Meyering.
17152
17153 2007-10-18  Bruno Haible  <bruno@clisp.org>
17154
17155         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
17156         Reported by Jim Meyering.
17157
17158 2007-10-18  Eric Blake  <ebb9@byu.net>
17159
17160         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
17161
17162 2007-10-18  Bruno Haible  <bruno@clisp.org>
17163
17164         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
17165         the format string into writable memory. Needed in Fortify conditions.
17166
17167 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
17168             Bruno Haible  <bruno@clisp.org>
17169
17170         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
17171         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
17172         * modules/trim (Depends-on): Add mbchar.
17173         (configure.ac): Add gl_FUNC_MBRTOWC.
17174         (Makefile.am): Augment lib_SOURCES.
17175
17176 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         Modify glob.c to use fstatat and dirfd, to simplify it.
17179         Suggested by Eric Blake.
17180         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
17181         Don't include <stdbool.h>; not used.
17182         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
17183         (link_exists_p): Simplify implementation, since we can now assume
17184         dirfd and fstatat.
17185         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
17186
17187 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17188
17189         * gnulib-tool (func_get_dependencies): Fix sed script to
17190         match only tests.
17191
17192 2007-10-17  Bruno Haible  <bruno@clisp.org>
17193
17194         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
17195         allow locale names without encoding suffix.
17196         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
17197         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17198
17199 2007-10-16  Bruno Haible  <bruno@clisp.org>
17200
17201         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
17202         * lib/getgroups.c (getgroups): Likewise.
17203         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
17204
17205 2007-10-16  Bruno Haible  <bruno@clisp.org>
17206
17207         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
17208         * modules/malloc-posix (License): Likewise.
17209         * modules/realloc-posix (License): Likewise.
17210         * modules/calloc-posix (License): Likewise.
17211         * modules/intprops (License): Change from GPL to LGPL, with
17212         Paul Eggert's approval.
17213
17214 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17215
17216         Merge glibc changes into lib/glob.c.
17217
17218         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
17219         2007-10-15 04:59:03 UTC.  Here are the changes:
17220
17221         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
17222
17223         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
17224
17225         * lib/glob.c: Add some branch prediction throughout.
17226
17227         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
17228
17229         [BZ #5103]
17230         * lib/glob.c (glob): Recognize patterns starting \/.
17231
17232         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
17233
17234         [BZ #3996]
17235         * lib/glob.c (attribute_hidden): Define if not defined.
17236         (glob): Unescape dirname, filename or username when needed and not
17237         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
17238         is NULL.  Handle unescaped [ in pattern without closing ].
17239         Don't pass GLOB_CHECK down to recursive glob for directories.
17240         (__glob_pattern_type): New function.
17241         (__glob_pattern_p): Implement using __glob_pattern_type.
17242         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
17243         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
17244         Remove unreachable code.
17245
17246         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
17247
17248         * lib/glob.c (glob_in_dir): Add some comments and asserts to
17249         explain why there are no leaks.
17250
17251         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
17252
17253         [BZ #3253]
17254         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
17255         time, rather allocate increasingly bigger arrays of pointers, if
17256         possible with alloca, if too large with malloc.
17257
17258 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17259
17260         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
17261         Problem reported by H.Merijn Brand in
17262         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
17263         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
17264         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
17265
17266 2007-10-15  Bruno Haible  <bruno@clisp.org>
17267
17268         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
17269         with explicit rpl_ prefix.
17270         * lib/fopen.c (fopen): Likewise.
17271         * lib/freopen.c (freopen): Likewise.
17272         * lib/iconv.c (iconv): Likewise.
17273         * lib/iconv_close.c (iconv_close): Likewise.
17274
17275 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17276
17277         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
17278
17279 2007-10-15  Bruno Haible  <bruno@clisp.org>
17280
17281         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
17282         <stddef.h> instead of <stdlib.h> since we only need NULL.
17283         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17284
17285 2007-10-15  Bruno Haible  <bruno@clisp.org>
17286
17287         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
17288         Replace paragraph talking about LIBOBJS.
17289         Reported by Colin Watson <cjwatson@debian.org>.
17290
17291 2007-10-15  Bruno Haible  <bruno@clisp.org>
17292
17293         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
17294         <stdlib.h> before using NULL.
17295
17296 2007-10-15  Simon Josefsson  <simon@josefsson.org>
17297
17298         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
17299         Reported by Albert Chin <china@thewrittenword.com>.
17300
17301 2007-10-14  Bruno Haible  <bruno@clisp.org>
17302
17303         * modules/iconv_open-utf-tests: New file.
17304         * tests/test-iconv-utf.c: New file.
17305
17306         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
17307         * modules/iconv_open-utf: New file.
17308         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
17309         (iconv, iconv_close): New declarations.
17310         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
17311         be defined.
17312         (iconv_open): Add special handling of conversion between UTF-8 and
17313         UTF-{16,32}{BE,LE}.
17314         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
17315         * lib/iconv_close.c: New file.
17316         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
17317         gl_FUNC_ICONV_OPEN.
17318         (gl_FUNC_ICONV_OPEN): Use it.
17319         (gl_FUNC_ICONV_OPEN_UTF): New macro.
17320         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
17321         and REPLACE_ICONV_UTF.
17322         * modules/iconv_open (Depends-on): Add c-strcase.
17323         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
17324         ICONV_CONST.
17325         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
17326
17327 2007-10-13  Albert Chin  <china@thewrittenword.com>
17328             Bruno Haible  <bruno@clisp.org>
17329
17330         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
17331         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
17332
17333 2007-10-13  Bruno Haible  <bruno@clisp.org>
17334
17335         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
17336         defined, use the ISO C99 inline semantics.
17337         * lib/argp.h (ARGP_EI): Likewise.
17338
17339 2007-10-13  Bruno Haible  <bruno@clisp.org>
17340
17341         Handle 'inline' change in gcc 4.3.0.
17342         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
17343         argp_fmtstream_write, argp_fmtstream_set_lmargin,
17344         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
17345         argp_fmtstream_point): Disable 'extern' declaration if the function
17346         definition is going to be provided inline.
17347         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
17348         semantics, not the ISO C99 inline semantics.
17349         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
17350         'extern' declaration if the function definition is going to be provided
17351         inline.
17352         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
17353         the GNU C inline semantics, not the ISO C99 inline semantics. With
17354         GCC 4.2, avoid a warning.
17355
17356 2007-10-13  Bruno Haible  <bruno@clisp.org>
17357
17358         * lib/freading.h (freading): Enable the use of __freading for
17359         glibc >= 2.7.
17360         * lib/freading.c (freading): Likewise.
17361
17362 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17363
17364         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
17365         "warning: C99 inline functions are not supported; using GNU89".
17366
17367 2007-10-12  Bruno Haible  <bruno@clisp.org>
17368
17369         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
17370         of 2.
17371         * tests/test-ceilf2.c: New file.
17372         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
17373
17374         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
17375         * modules/ceilf-tests: Update.
17376
17377 2007-10-12  Bruno Haible  <bruno@clisp.org>
17378
17379         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
17380         of 2.
17381         * tests/test-floorf2.c: New file.
17382         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
17383
17384         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
17385         * modules/floorf-tests: Update.
17386
17387 2007-10-12  Bruno Haible  <bruno@clisp.org>
17388
17389         * tests/test-trunc2.c: New file.
17390         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
17391
17392         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
17393         * modules/trunc-tests: Update.
17394
17395 2007-10-12  Bruno Haible  <bruno@clisp.org>
17396
17397         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
17398         of 2.
17399         * tests/test-truncf2.c: New file.
17400         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
17401
17402         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
17403         * modules/truncf-tests: Update.
17404
17405 2007-10-11  Eric Blake  <ebb9@byu.net>
17406
17407         Don't claim strerror is broken on Interix.
17408         * doc/functions/strerror.texi (strerror): Known broken systems are
17409         now Solaris 8, and not Interix.
17410         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
17411         Interix on cross-compile.
17412         Reported by Martin Koeppe in
17413         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
17414
17415 2007-10-11  Bruno Haible  <bruno@clisp.org>
17416
17417         * modules/i-ring-tests: New file.
17418         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
17419         instead of assert.
17420
17421 2007-10-11  Bruno Haible  <bruno@clisp.org>
17422
17423         * modules/filenamecat-tests: New file.
17424         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
17425         * lib/filenamecat.c: Remove test code.
17426
17427 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17428
17429         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
17430
17431         * lib/strerror.c: Include <string.h> always, to test interface,
17432         and to remove the need for the dummy.
17433         Include intprops.h to compute width instead of doing it ourselves
17434         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
17435         (strerror): Define it to return NULL if there's no system strerror.
17436         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
17437         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
17438         ancient pre-strerror Unix systems well any more.  Saying "unknown
17439         system error" is enough.
17440         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
17441         simpler strerror.c implementation.
17442         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
17443         Simplify the tests to reflect the simpler strerror implementation.
17444         * modules/strerror (Depends-on): Add intprops.
17445
17446 2007-10-09  Eric Blake  <ebb9@byu.net>
17447
17448         Silence test-fpending.
17449         * modules/fpending-tests (Files): Add wrapper script.
17450         * tests/test-fpending.sh: New file.
17451
17452 2007-10-09  Bruno Haible  <bruno@clisp.org>
17453
17454         * MODULES.html.sh (func_module): Don't create a hyperlink for
17455         function names like 'printf_frexp'.
17456         (Misc): Add crc, memxor.
17457         (Characteristics of floating types): New section.
17458         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
17459         isnanf-nolibm, signbit, trunc, truncf, truncl.
17460         (Enhancements for ISO C 99 functions): New subsection Input/output.
17461         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
17462         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
17463         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
17464         (Compatibility checks for POSIX:2001 functions): Add clock-time.
17465         (Enhancements for POSIX:2001 functions): Add chdir-long.
17466         (File system functions): Add areadlink, chdir-safer, read-file.
17467         Remove cycle-check.
17468         (File system as inode set): New section.
17469         (Date and time): Add gethrxtime.
17470         (Multithreading): Add openmp.
17471         (Internationalization functions): Add localename.
17472         (Unicode string functions): Add unistr/u*-mbsnlen.
17473         (Support for maintaining and releasing projects): Add git-version-gen.
17474         (Lone files): Remove directories.
17475
17476 2007-10-08  Ben Pfaff  <blp@gnu.org>
17477
17478         * lib/xmalloca.h: Fix typo in comment.
17479
17480 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17481
17482         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
17483         when avoiding problems with integer overflow.  Use a portable test
17484         instead.
17485
17486 2007-10-08  Simon Josefsson  <simon@josefsson.org>
17487
17488         * modules/dummy (License): Change to LGPLv2+.
17489         * modules/float (License): Likewise
17490         * modules/realloc (License): Likewise
17491         * modules/stdlib (License): Likewise
17492
17493 2007-10-07  Bruno Haible  <bruno@clisp.org>
17494
17495         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
17496         * floor.c (TWO_MANT_DIG): Likewise.
17497         * ceil.c (TWO_MANT_DIG): Likewise.
17498         Reported by Ben Pfaff.
17499
17500 2007-10-07  Bruno Haible  <bruno@clisp.org>
17501
17502         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
17503         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
17504         * lib/frexp.c (FUNC): Likewise.
17505         * lib/printf-frexp.h (printf_frexp): Likewise.
17506         * lib/printf-frexpl.h (printf_frexpl): Likewise.
17507         * lib/printf-frexp.c (FUNC): Likewise.
17508         Suggested by Jim Meyering.
17509
17510 2007-10-07  Jim Meyering  <meyering@redhat.com>
17511
17512         Make xnanosleep's integer overflow test more robust.
17513         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
17514         so that gcc-4.3.0 doesn't optimize away this test for overflow.
17515
17516 2007-10-07  Bruno Haible  <bruno@clisp.org>
17517
17518         * NEWS: Mention the license change.
17519
17520         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
17521         abbreviations in the modules files.
17522
17523         Change copyright notice from GPLv2+ to GPLv3+.
17524         * README: Change copyright notice.
17525         * MODULES.html.sh: Likewise.
17526         * build-aux/bootstrap.conf: Likewise.
17527         * build-aux/config.libpath: Likewise.
17528         * build-aux/csharpcomp.sh.in: Likewise.
17529         * build-aux/csharpexec.sh.in: Likewise.
17530         * build-aux/install-reloc: Likewise.
17531         * build-aux/javacomp.sh.in: Likewise.
17532         * build-aux/javaexec.sh.in: Likewise.
17533         * build-aux/ldd.sh.in: Likewise.
17534         * build-aux/reloc-ldflags: Likewise.
17535         * build-aux/relocatable.sh.in: Likewise.
17536         * build-aux/x-to-1.in: Likewise.
17537         * check-module: Likewise.
17538         * config/srclistvars.sh: Likewise.
17539         * gnulib-tool: Likewise.
17540         * lib/acl-internal.h: Likewise.
17541         * lib/acl.c: Likewise.
17542         * lib/acl.h: Likewise.
17543         * lib/acl_entries.c: Likewise.
17544         * lib/areadlink-with-size.c: Likewise.
17545         * lib/areadlink.c: Likewise.
17546         * lib/areadlink.h: Likewise.
17547         * lib/argmatch.c: Likewise.
17548         * lib/argmatch.h: Likewise.
17549         * lib/argp-ba.c: Likewise.
17550         * lib/argp-eexst.c: Likewise.
17551         * lib/argp-fmtstream.c: Likewise.
17552         * lib/argp-fmtstream.h: Likewise.
17553         * lib/argp-fs-xinl.c: Likewise.
17554         * lib/argp-help.c: Likewise.
17555         * lib/argp-namefrob.h: Likewise.
17556         * lib/argp-parse.c: Likewise.
17557         * lib/argp-pin.c: Likewise.
17558         * lib/argp-pv.c: Likewise.
17559         * lib/argp-pvh.c: Likewise.
17560         * lib/argp-xinl.c: Likewise.
17561         * lib/argp.h: Likewise.
17562         * lib/at-func.c: Likewise.
17563         * lib/atanl.c: Likewise.
17564         * lib/backupfile.c: Likewise.
17565         * lib/backupfile.h: Likewise.
17566         * lib/basename.c: Likewise.
17567         * lib/binary-io.h: Likewise.
17568         * lib/byteswap.in.h: Likewise.
17569         * lib/c-stack.c: Likewise.
17570         * lib/c-stack.h: Likewise.
17571         * lib/c-strcasestr.c: Likewise.
17572         * lib/c-strcasestr.h: Likewise.
17573         * lib/c-strstr.c: Likewise.
17574         * lib/c-strstr.h: Likewise.
17575         * lib/c-strtod.c: Likewise.
17576         * lib/calloc.c: Likewise.
17577         * lib/canon-host.c: Likewise.
17578         * lib/canon-host.h: Likewise.
17579         * lib/canonicalize-lgpl.c: Likewise.
17580         * lib/canonicalize.c: Likewise.
17581         * lib/canonicalize.h: Likewise.
17582         * lib/ceil.c: Likewise.
17583         * lib/ceilf.c: Likewise.
17584         * lib/ceill.c: Likewise.
17585         * lib/chdir-long.c: Likewise.
17586         * lib/chdir-long.h: Likewise.
17587         * lib/chdir-safer.c: Likewise.
17588         * lib/chdir-safer.h: Likewise.
17589         * lib/chown.c: Likewise.
17590         * lib/classpath.c: Likewise.
17591         * lib/classpath.h: Likewise.
17592         * lib/clean-temp.c: Likewise.
17593         * lib/clean-temp.h: Likewise.
17594         * lib/cloexec.c: Likewise.
17595         * lib/close-stream.c: Likewise.
17596         * lib/closein.c: Likewise.
17597         * lib/closein.h: Likewise.
17598         * lib/closeout.c: Likewise.
17599         * lib/closeout.h: Likewise.
17600         * lib/concat-filename.c: Likewise.
17601         * lib/copy-file.c: Likewise.
17602         * lib/copy-file.h: Likewise.
17603         * lib/count-one-bits.h: Likewise.
17604         * lib/crc.c: Likewise.
17605         * lib/crc.h: Likewise.
17606         * lib/creat-safer.c: Likewise.
17607         * lib/csharpcomp.c: Likewise.
17608         * lib/csharpcomp.h: Likewise.
17609         * lib/csharpexec.c: Likewise.
17610         * lib/csharpexec.h: Likewise.
17611         * lib/cycle-check.c: Likewise.
17612         * lib/cycle-check.h: Likewise.
17613         * lib/diacrit.c: Likewise.
17614         * lib/diacrit.h: Likewise.
17615         * lib/diffseq.h: Likewise.
17616         * lib/dirchownmod.c: Likewise.
17617         * lib/dirent.in.h: Likewise.
17618         * lib/dirfd.c: Likewise.
17619         * lib/dirfd.h: Likewise.
17620         * lib/dirname.c: Likewise.
17621         * lib/dirname.h: Likewise.
17622         * lib/dummy.c: Likewise.
17623         * lib/dup-safer.c: Likewise.
17624         * lib/dup2.c: Likewise.
17625         * lib/eealloc.h: Likewise.
17626         * lib/error.c: Likewise.
17627         * lib/error.h: Likewise.
17628         * lib/euidaccess.c: Likewise.
17629         * lib/exclude.c: Likewise.
17630         * lib/exclude.h: Likewise.
17631         * lib/execute.c: Likewise.
17632         * lib/execute.h: Likewise.
17633         * lib/exitfail.c: Likewise.
17634         * lib/exitfail.h: Likewise.
17635         * lib/expl.c: Likewise.
17636         * lib/fatal-signal.c: Likewise.
17637         * lib/fatal-signal.h: Likewise.
17638         * lib/fbufmode.c: Likewise.
17639         * lib/fbufmode.h: Likewise.
17640         * lib/fchdir.c: Likewise.
17641         * lib/fchmodat.c: Likewise.
17642         * lib/fchownat.c: Likewise.
17643         * lib/fcntl--.h: Likewise.
17644         * lib/fcntl-safer.h: Likewise.
17645         * lib/fcntl.in.h: Likewise.
17646         * lib/fd-safer.c: Likewise.
17647         * lib/fflush.c: Likewise.
17648         * lib/file-has-acl.c: Likewise.
17649         * lib/file-set.c: Likewise.
17650         * lib/file-type.c: Likewise.
17651         * lib/file-type.h: Likewise.
17652         * lib/fileblocks.c: Likewise.
17653         * lib/filemode.c: Likewise.
17654         * lib/filemode.h: Likewise.
17655         * lib/filename.h: Likewise.
17656         * lib/filenamecat.c: Likewise.
17657         * lib/filenamecat.h: Likewise.
17658         * lib/findprog.c: Likewise.
17659         * lib/findprog.h: Likewise.
17660         * lib/float.in.h: Likewise.
17661         * lib/floor.c: Likewise.
17662         * lib/floorf.c: Likewise.
17663         * lib/floorl.c: Likewise.
17664         * lib/fopen-safer.c: Likewise.
17665         * lib/fopen.c: Likewise.
17666         * lib/fpending.c: Likewise.
17667         * lib/fpending.h: Likewise.
17668         * lib/fprintf.c: Likewise.
17669         * lib/fprintftime.h: Likewise.
17670         * lib/fpucw.h: Likewise.
17671         * lib/fpurge.c: Likewise.
17672         * lib/fpurge.h: Likewise.
17673         * lib/freadable.c: Likewise.
17674         * lib/freadable.h: Likewise.
17675         * lib/freadahead.c: Likewise.
17676         * lib/freadahead.h: Likewise.
17677         * lib/freading.c: Likewise.
17678         * lib/freading.h: Likewise.
17679         * lib/free.c: Likewise.
17680         * lib/freopen.c: Likewise.
17681         * lib/frexp.c: Likewise.
17682         * lib/frexpl.c: Likewise.
17683         * lib/fseek.c: Likewise.
17684         * lib/fseterr.c: Likewise.
17685         * lib/fseterr.h: Likewise.
17686         * lib/fstatat.c: Likewise.
17687         * lib/fstrcmp.c: Likewise.
17688         * lib/fstrcmp.h: Likewise.
17689         * lib/fsusage.c: Likewise.
17690         * lib/fsusage.h: Likewise.
17691         * lib/ftell.c: Likewise.
17692         * lib/ftello.c: Likewise.
17693         * lib/fts-cycle.c: Likewise.
17694         * lib/fts.c: Likewise.
17695         * lib/fts_.h: Likewise.
17696         * lib/full-read.c: Likewise.
17697         * lib/full-read.h: Likewise.
17698         * lib/full-write.c: Likewise.
17699         * lib/full-write.h: Likewise.
17700         * lib/fwritable.c: Likewise.
17701         * lib/fwritable.h: Likewise.
17702         * lib/fwriteerror.c: Likewise.
17703         * lib/fwriteerror.h: Likewise.
17704         * lib/fwriting.c: Likewise.
17705         * lib/fwriting.h: Likewise.
17706         * lib/gcd.c: Likewise.
17707         * lib/gcd.h: Likewise.
17708         * lib/getcwd.c: Likewise.
17709         * lib/getdate.h: Likewise.
17710         * lib/getdate.y: Likewise.
17711         * lib/getdomainname.c: Likewise.
17712         * lib/getdomainname.h: Likewise.
17713         * lib/getgroups.c: Likewise.
17714         * lib/gethostname.c: Likewise.
17715         * lib/gethrxtime.c: Likewise.
17716         * lib/gethrxtime.h: Likewise.
17717         * lib/getloadavg.c: Likewise.
17718         * lib/getndelim2.c: Likewise.
17719         * lib/getndelim2.h: Likewise.
17720         * lib/getnline.c: Likewise.
17721         * lib/getnline.h: Likewise.
17722         * lib/getopt.c: Likewise.
17723         * lib/getopt.in.h: Likewise.
17724         * lib/getopt1.c: Likewise.
17725         * lib/getopt_int.h: Likewise.
17726         * lib/getpagesize.h: Likewise.
17727         * lib/getsubopt.c: Likewise.
17728         * lib/gettime.c: Likewise.
17729         * lib/getugroups.c: Likewise.
17730         * lib/getugroups.h: Likewise.
17731         * lib/getusershell.c: Likewise.
17732         * lib/gl_anyavltree_list1.h: Likewise.
17733         * lib/gl_anyavltree_list2.h: Likewise.
17734         * lib/gl_anyhash_list1.h: Likewise.
17735         * lib/gl_anyhash_list2.h: Likewise.
17736         * lib/gl_anylinked_list1.h: Likewise.
17737         * lib/gl_anylinked_list2.h: Likewise.
17738         * lib/gl_anyrbtree_list1.h: Likewise.
17739         * lib/gl_anyrbtree_list2.h: Likewise.
17740         * lib/gl_anytree_list1.h: Likewise.
17741         * lib/gl_anytree_list2.h: Likewise.
17742         * lib/gl_anytree_oset.h: Likewise.
17743         * lib/gl_anytreehash_list1.h: Likewise.
17744         * lib/gl_anytreehash_list2.h: Likewise.
17745         * lib/gl_array_list.c: Likewise.
17746         * lib/gl_array_list.h: Likewise.
17747         * lib/gl_array_oset.c: Likewise.
17748         * lib/gl_array_oset.h: Likewise.
17749         * lib/gl_avltree_list.c: Likewise.
17750         * lib/gl_avltree_list.h: Likewise.
17751         * lib/gl_avltree_oset.c: Likewise.
17752         * lib/gl_avltree_oset.h: Likewise.
17753         * lib/gl_avltreehash_list.c: Likewise.
17754         * lib/gl_avltreehash_list.h: Likewise.
17755         * lib/gl_carray_list.c: Likewise.
17756         * lib/gl_carray_list.h: Likewise.
17757         * lib/gl_linked_list.c: Likewise.
17758         * lib/gl_linked_list.h: Likewise.
17759         * lib/gl_linkedhash_list.c: Likewise.
17760         * lib/gl_linkedhash_list.h: Likewise.
17761         * lib/gl_list.c: Likewise.
17762         * lib/gl_list.h: Likewise.
17763         * lib/gl_oset.c: Likewise.
17764         * lib/gl_oset.h: Likewise.
17765         * lib/gl_rbtree_list.c: Likewise.
17766         * lib/gl_rbtree_list.h: Likewise.
17767         * lib/gl_rbtree_oset.c: Likewise.
17768         * lib/gl_rbtree_oset.h: Likewise.
17769         * lib/gl_rbtreehash_list.c: Likewise.
17770         * lib/gl_rbtreehash_list.h: Likewise.
17771         * lib/gl_sublist.c: Likewise.
17772         * lib/gl_sublist.h: Likewise.
17773         * lib/group-member.c: Likewise.
17774         * lib/group-member.h: Likewise.
17775         * lib/hard-locale.c: Likewise.
17776         * lib/hard-locale.h: Likewise.
17777         * lib/hash-pjw.c: Likewise.
17778         * lib/hash-pjw.h: Likewise.
17779         * lib/hash-triple.c: Likewise.
17780         * lib/hash.c: Likewise.
17781         * lib/hash.h: Likewise.
17782         * lib/human.c: Likewise.
17783         * lib/human.h: Likewise.
17784         * lib/i-ring.c: Likewise.
17785         * lib/i-ring.h: Likewise.
17786         * lib/idcache.c: Likewise.
17787         * lib/imaxabs.c: Likewise.
17788         * lib/imaxdiv.c: Likewise.
17789         * lib/inet_pton.c: Likewise.
17790         * lib/inet_pton.h: Likewise.
17791         * lib/intprops.h: Likewise.
17792         * lib/inttostr.c: Likewise.
17793         * lib/inttostr.h: Likewise.
17794         * lib/inttypes.in.h: Likewise.
17795         * lib/isapipe.c: Likewise.
17796         * lib/isdir.c: Likewise.
17797         * lib/isnan.c: Likewise.
17798         * lib/isnan.h: Likewise.
17799         * lib/isnanf.c: Likewise.
17800         * lib/isnanf.h: Likewise.
17801         * lib/isnanl-nolibm.h: Likewise.
17802         * lib/isnanl.c: Likewise.
17803         * lib/isnanl.h: Likewise.
17804         * lib/javacomp.c: Likewise.
17805         * lib/javacomp.h: Likewise.
17806         * lib/javaexec.c: Likewise.
17807         * lib/javaexec.h: Likewise.
17808         * lib/javaversion.c: Likewise.
17809         * lib/javaversion.h: Likewise.
17810         * lib/javaversion.java: Likewise.
17811         * lib/lbrkprop.h: Likewise.
17812         * lib/lchmod.h: Likewise.
17813         * lib/lchown.c: Likewise.
17814         * lib/ldexpl.c: Likewise.
17815         * lib/linebreak.c: Likewise.
17816         * lib/linebreak.h: Likewise.
17817         * lib/linebuffer.c: Likewise.
17818         * lib/linebuffer.h: Likewise.
17819         * lib/locale.in.h: Likewise.
17820         * lib/logl.c: Likewise.
17821         * lib/long-options.c: Likewise.
17822         * lib/long-options.h: Likewise.
17823         * lib/lstat.c: Likewise.
17824         * lib/lstat.h: Likewise.
17825         * lib/math.in.h: Likewise.
17826         * lib/mbchar.c: Likewise.
17827         * lib/mbchar.h: Likewise.
17828         * lib/mbfile.h: Likewise.
17829         * lib/mbiter.h: Likewise.
17830         * lib/mbscasecmp.c: Likewise.
17831         * lib/mbscasestr.c: Likewise.
17832         * lib/mbschr.c: Likewise.
17833         * lib/mbscspn.c: Likewise.
17834         * lib/mbslen.c: Likewise.
17835         * lib/mbsncasecmp.c: Likewise.
17836         * lib/mbsnlen.c: Likewise.
17837         * lib/mbspbrk.c: Likewise.
17838         * lib/mbspcasecmp.c: Likewise.
17839         * lib/mbsrchr.c: Likewise.
17840         * lib/mbssep.c: Likewise.
17841         * lib/mbsspn.c: Likewise.
17842         * lib/mbsstr.c: Likewise.
17843         * lib/mbstok_r.c: Likewise.
17844         * lib/mbswidth.c: Likewise.
17845         * lib/mbswidth.h: Likewise.
17846         * lib/mbuiter.h: Likewise.
17847         * lib/memcasecmp.c: Likewise.
17848         * lib/memcasecmp.h: Likewise.
17849         * lib/memchr.c: Likewise.
17850         * lib/memcmp.c: Likewise.
17851         * lib/memcoll.c: Likewise.
17852         * lib/memcoll.h: Likewise.
17853         * lib/memcpy.c: Likewise.
17854         * lib/memrchr.c: Likewise.
17855         * lib/mkancesdirs.c: Likewise.
17856         * lib/mkdir-p.c: Likewise.
17857         * lib/mkdir-p.h: Likewise.
17858         * lib/mkdir.c: Likewise.
17859         * lib/mkdirat.c: Likewise.
17860         * lib/mkdtemp.c: Likewise.
17861         * lib/mkstemp-safer.c: Likewise.
17862         * lib/mkstemp.c: Likewise.
17863         * lib/modechange.c: Likewise.
17864         * lib/modechange.h: Likewise.
17865         * lib/mountlist.c: Likewise.
17866         * lib/mountlist.h: Likewise.
17867         * lib/mpsort.c: Likewise.
17868         * lib/nanosleep.c: Likewise.
17869         * lib/obstack.c: Likewise.
17870         * lib/obstack.h: Likewise.
17871         * lib/open-safer.c: Likewise.
17872         * lib/open.c: Likewise.
17873         * lib/openat-die.c: Likewise.
17874         * lib/openat-priv.h: Likewise.
17875         * lib/openat-proc.c: Likewise.
17876         * lib/openat.c: Likewise.
17877         * lib/openat.h: Likewise.
17878         * lib/pagealign_alloc.c: Likewise.
17879         * lib/pagealign_alloc.h: Likewise.
17880         * lib/physmem.c: Likewise.
17881         * lib/physmem.h: Likewise.
17882         * lib/pipe-safer.c: Likewise.
17883         * lib/pipe.c: Likewise.
17884         * lib/pipe.h: Likewise.
17885         * lib/posixtm.c: Likewise.
17886         * lib/posixtm.h: Likewise.
17887         * lib/posixver.c: Likewise.
17888         * lib/printf-frexp.c: Likewise.
17889         * lib/printf-frexp.h: Likewise.
17890         * lib/printf-frexpl.c: Likewise.
17891         * lib/printf-frexpl.h: Likewise.
17892         * lib/printf.c: Likewise.
17893         * lib/progname.c: Likewise.
17894         * lib/progname.h: Likewise.
17895         * lib/progreloc.c: Likewise.
17896         * lib/putenv.c: Likewise.
17897         * lib/quote.c: Likewise.
17898         * lib/quote.h: Likewise.
17899         * lib/quotearg.c: Likewise.
17900         * lib/quotearg.h: Likewise.
17901         * lib/raise.c: Likewise.
17902         * lib/readline.c: Likewise.
17903         * lib/readline.h: Likewise.
17904         * lib/readlink.c: Likewise.
17905         * lib/readtokens.c: Likewise.
17906         * lib/readtokens.h: Likewise.
17907         * lib/readtokens0.c: Likewise.
17908         * lib/readtokens0.h: Likewise.
17909         * lib/readutmp.c: Likewise.
17910         * lib/readutmp.h: Likewise.
17911         * lib/realloc.c: Likewise.
17912         * lib/relocwrapper.c: Likewise.
17913         * lib/rename-dest-slash.c: Likewise.
17914         * lib/rename.c: Likewise.
17915         * lib/rmdir.c: Likewise.
17916         * lib/rpmatch.c: Likewise.
17917         * lib/safe-read.c: Likewise.
17918         * lib/safe-read.h: Likewise.
17919         * lib/safe-write.c: Likewise.
17920         * lib/safe-write.h: Likewise.
17921         * lib/same-inode.h: Likewise.
17922         * lib/same.c: Likewise.
17923         * lib/same.h: Likewise.
17924         * lib/save-cwd.c: Likewise.
17925         * lib/save-cwd.h: Likewise.
17926         * lib/savedir.c: Likewise.
17927         * lib/savedir.h: Likewise.
17928         * lib/savewd.c: Likewise.
17929         * lib/savewd.h: Likewise.
17930         * lib/search.in.h: Likewise.
17931         * lib/setenv.c: Likewise.
17932         * lib/setenv.h: Likewise.
17933         * lib/settime.c: Likewise.
17934         * lib/sh-quote.c: Likewise.
17935         * lib/sh-quote.h: Likewise.
17936         * lib/sig2str.c: Likewise.
17937         * lib/sig2str.h: Likewise.
17938         * lib/signal.in.h: Likewise.
17939         * lib/signbitd.c: Likewise.
17940         * lib/signbitf.c: Likewise.
17941         * lib/signbitl.c: Likewise.
17942         * lib/sigprocmask.c: Likewise.
17943         * lib/sincosl.c: Likewise.
17944         * lib/sleep.c: Likewise.
17945         * lib/sprintf.c: Likewise.
17946         * lib/sqrtl.c: Likewise.
17947         * lib/stat-time.h: Likewise.
17948         * lib/stdio--.h: Likewise.
17949         * lib/stdio-safer.h: Likewise.
17950         * lib/stdlib--.h: Likewise.
17951         * lib/stdlib-safer.h: Likewise.
17952         * lib/stdlib.in.h: Likewise.
17953         * lib/stpcpy.c: Likewise.
17954         * lib/stpncpy.c: Likewise.
17955         * lib/strchrnul.c: Likewise.
17956         * lib/strcspn.c: Likewise.
17957         * lib/strerror.c: Likewise.
17958         * lib/strftime.c: Likewise.
17959         * lib/strftime.h: Likewise.
17960         * lib/striconveh.c: Likewise.
17961         * lib/striconveh.h: Likewise.
17962         * lib/striconveha.c: Likewise.
17963         * lib/striconveha.h: Likewise.
17964         * lib/stripslash.c: Likewise.
17965         * lib/strnlen1.c: Likewise.
17966         * lib/strnlen1.h: Likewise.
17967         * lib/strtod.c: Likewise.
17968         * lib/strtoimax.c: Likewise.
17969         * lib/strtok_r.c: Likewise.
17970         * lib/strtol.c: Likewise.
17971         * lib/strtoll.c: Likewise.
17972         * lib/strtoul.c: Likewise.
17973         * lib/strtoull.c: Likewise.
17974         * lib/sysexits.in.h: Likewise.
17975         * lib/tempname.c: Likewise.
17976         * lib/tempname.h: Likewise.
17977         * lib/timespec.h: Likewise.
17978         * lib/tls.c: Likewise.
17979         * lib/tls.h: Likewise.
17980         * lib/tmpdir.c: Likewise.
17981         * lib/tmpdir.h: Likewise.
17982         * lib/tmpfile-safer.c: Likewise.
17983         * lib/tmpfile.c: Likewise.
17984         * lib/trigl.c: Likewise.
17985         * lib/trigl.h: Likewise.
17986         * lib/trim.c: Likewise.
17987         * lib/trim.h: Likewise.
17988         * lib/trunc.c: Likewise.
17989         * lib/truncf.c: Likewise.
17990         * lib/truncl.c: Likewise.
17991         * lib/tsearch.c: Likewise.
17992         * lib/unicodeio.c: Likewise.
17993         * lib/unicodeio.h: Likewise.
17994         * lib/unistd--.h: Likewise.
17995         * lib/unistd-safer.h: Likewise.
17996         * lib/unistdio/ulc-fprintf.c: Likewise.
17997         * lib/unistdio/ulc-vfprintf.c: Likewise.
17998         * lib/unlinkdir.c: Likewise.
17999         * lib/unlinkdir.h: Likewise.
18000         * lib/unlocked-io.h: Likewise.
18001         * lib/unsetenv.c: Likewise.
18002         * lib/userspec.c: Likewise.
18003         * lib/utime.c: Likewise.
18004         * lib/utimecmp.c: Likewise.
18005         * lib/utimecmp.h: Likewise.
18006         * lib/utimens.c: Likewise.
18007         * lib/verify.h: Likewise.
18008         * lib/verror.c: Likewise.
18009         * lib/verror.h: Likewise.
18010         * lib/version-etc-fsf.c: Likewise.
18011         * lib/version-etc.c: Likewise.
18012         * lib/version-etc.h: Likewise.
18013         * lib/vfprintf.c: Likewise.
18014         * lib/vprintf.c: Likewise.
18015         * lib/vsprintf.c: Likewise.
18016         * lib/w32spawn.h: Likewise.
18017         * lib/wait-process.c: Likewise.
18018         * lib/wait-process.h: Likewise.
18019         * lib/wcwidth.c: Likewise.
18020         * lib/write-any-file.c: Likewise.
18021         * lib/xalloc-die.c: Likewise.
18022         * lib/xalloc.h: Likewise.
18023         * lib/xasprintf.c: Likewise.
18024         * lib/xgetcwd.c: Likewise.
18025         * lib/xgetcwd.h: Likewise.
18026         * lib/xgetdomainname.c: Likewise.
18027         * lib/xgetdomainname.h: Likewise.
18028         * lib/xgethostname.c: Likewise.
18029         * lib/xmalloc.c: Likewise.
18030         * lib/xmalloca.c: Likewise.
18031         * lib/xmalloca.h: Likewise.
18032         * lib/xmemcoll.c: Likewise.
18033         * lib/xnanosleep.c: Likewise.
18034         * lib/xreadlink.c: Likewise.
18035         * lib/xreadlink.h: Likewise.
18036         * lib/xsetenv.c: Likewise.
18037         * lib/xsetenv.h: Likewise.
18038         * lib/xstriconv.c: Likewise.
18039         * lib/xstriconv.h: Likewise.
18040         * lib/xstrndup.c: Likewise.
18041         * lib/xstrndup.h: Likewise.
18042         * lib/xstrtod.c: Likewise.
18043         * lib/xstrtod.h: Likewise.
18044         * lib/xstrtol-error.c: Likewise.
18045         * lib/xstrtol.c: Likewise.
18046         * lib/xstrtol.h: Likewise.
18047         * lib/xtime.h: Likewise.
18048         * lib/xvasprintf.c: Likewise.
18049         * lib/xvasprintf.h: Likewise.
18050         * lib/yesno.c: Likewise.
18051         * lib/yesno.h: Likewise.
18052         * posix-modules: Likewise.
18053         * tests/test-alloca-opt.c: Likewise.
18054         * tests/test-arcfour.c: Likewise.
18055         * tests/test-arctwo.c: Likewise.
18056         * tests/test-argmatch.c: Likewise.
18057         * tests/test-argp-2.sh: Likewise.
18058         * tests/test-argp.c: Likewise.
18059         * tests/test-arpa_inet.c: Likewise.
18060         * tests/test-array_list.c: Likewise.
18061         * tests/test-array_oset.c: Likewise.
18062         * tests/test-atexit.c: Likewise.
18063         * tests/test-avltree_list.c: Likewise.
18064         * tests/test-avltree_oset.c: Likewise.
18065         * tests/test-avltreehash_list.c: Likewise.
18066         * tests/test-base64.c: Likewise.
18067         * tests/test-binary-io.c: Likewise.
18068         * tests/test-byteswap.c: Likewise.
18069         * tests/test-c-ctype.c: Likewise.
18070         * tests/test-c-strcasecmp.c: Likewise.
18071         * tests/test-c-strcasestr.c: Likewise.
18072         * tests/test-c-strncasecmp.c: Likewise.
18073         * tests/test-c-strstr.c: Likewise.
18074         * tests/test-canonicalize-lgpl.c: Likewise.
18075         * tests/test-canonicalize.c: Likewise.
18076         * tests/test-carray_list.c: Likewise.
18077         * tests/test-ceilf.c: Likewise.
18078         * tests/test-ceill.c: Likewise.
18079         * tests/test-count-one-bits.c: Likewise.
18080         * tests/test-crc.c: Likewise.
18081         * tests/test-dirname.c: Likewise.
18082         * tests/test-fbufmode.c: Likewise.
18083         * tests/test-fcntl.c: Likewise.
18084         * tests/test-fflush.c: Likewise.
18085         * tests/test-floorf.c: Likewise.
18086         * tests/test-floorl.c: Likewise.
18087         * tests/test-fopen.c: Likewise.
18088         * tests/test-fprintf-posix.c: Likewise.
18089         * tests/test-fprintf-posix.h: Likewise.
18090         * tests/test-fpurge.c: Likewise.
18091         * tests/test-freadable.c: Likewise.
18092         * tests/test-freadahead.c: Likewise.
18093         * tests/test-freading.c: Likewise.
18094         * tests/test-freopen.c: Likewise.
18095         * tests/test-frexp.c: Likewise.
18096         * tests/test-frexpl.c: Likewise.
18097         * tests/test-fseek.c: Likewise.
18098         * tests/test-fseeko.c: Likewise.
18099         * tests/test-fseterr.c: Likewise.
18100         * tests/test-fstrcmp.c: Likewise.
18101         * tests/test-ftell.c: Likewise.
18102         * tests/test-ftello.c: Likewise.
18103         * tests/test-fwritable.c: Likewise.
18104         * tests/test-fwriting.c: Likewise.
18105         * tests/test-getaddrinfo.c: Likewise.
18106         * tests/test-getpass.c: Likewise.
18107         * tests/test-gettimeofday.c: Likewise.
18108         * tests/test-hmac-md5.c: Likewise.
18109         * tests/test-hmac-sha1.c: Likewise.
18110         * tests/test-iconv.c: Likewise.
18111         * tests/test-iconvme.c: Likewise.
18112         * tests/test-inttypes.c: Likewise.
18113         * tests/test-isnan.c: Likewise.
18114         * tests/test-isnanf.c: Likewise.
18115         * tests/test-isnanl-nolibm.c: Likewise.
18116         * tests/test-isnanl.c: Likewise.
18117         * tests/test-isnanl.h: Likewise.
18118         * tests/test-ldexpl.c: Likewise.
18119         * tests/test-linked_list.c: Likewise.
18120         * tests/test-linkedhash_list.c: Likewise.
18121         * tests/test-locale.c: Likewise.
18122         * tests/test-localename.c: Likewise.
18123         * tests/test-lock.c: Likewise.
18124         * tests/test-lseek.c: Likewise.
18125         * tests/test-malloca.c: Likewise.
18126         * tests/test-math.c: Likewise.
18127         * tests/test-mbscasecmp.c: Likewise.
18128         * tests/test-mbscasestr1.c: Likewise.
18129         * tests/test-mbscasestr2.c: Likewise.
18130         * tests/test-mbscasestr3.c: Likewise.
18131         * tests/test-mbscasestr4.c: Likewise.
18132         * tests/test-mbschr.c: Likewise.
18133         * tests/test-mbscspn.c: Likewise.
18134         * tests/test-mbsncasecmp.c: Likewise.
18135         * tests/test-mbspbrk.c: Likewise.
18136         * tests/test-mbspcasecmp.c: Likewise.
18137         * tests/test-mbsrchr.c: Likewise.
18138         * tests/test-mbsspn.c: Likewise.
18139         * tests/test-mbsstr1.c: Likewise.
18140         * tests/test-mbsstr2.c: Likewise.
18141         * tests/test-mbsstr3.c: Likewise.
18142         * tests/test-md5.c: Likewise.
18143         * tests/test-memmem.c: Likewise.
18144         * tests/test-netinet_in.c: Likewise.
18145         * tests/test-open.c: Likewise.
18146         * tests/test-printf-frexp.c: Likewise.
18147         * tests/test-printf-frexpl.c: Likewise.
18148         * tests/test-printf-posix.c: Likewise.
18149         * tests/test-printf-posix.h: Likewise.
18150         * tests/test-rbtree_list.c: Likewise.
18151         * tests/test-rbtree_oset.c: Likewise.
18152         * tests/test-rbtreehash_list.c: Likewise.
18153         * tests/test-read-file.c: Likewise.
18154         * tests/test-rijndael.c: Likewise.
18155         * tests/test-search.c: Likewise.
18156         * tests/test-signbit.c: Likewise.
18157         * tests/test-sleep.c: Likewise.
18158         * tests/test-snprintf-posix.c: Likewise.
18159         * tests/test-snprintf-posix.h: Likewise.
18160         * tests/test-snprintf.c: Likewise.
18161         * tests/test-sprintf-posix.c: Likewise.
18162         * tests/test-sprintf-posix.h: Likewise.
18163         * tests/test-stat-time.c: Likewise.
18164         * tests/test-stdbool.c: Likewise.
18165         * tests/test-stdint.c: Likewise.
18166         * tests/test-stdio.c: Likewise.
18167         * tests/test-stdlib.c: Likewise.
18168         * tests/test-stpncpy.c: Likewise.
18169         * tests/test-strcasestr.c: Likewise.
18170         * tests/test-striconv.c: Likewise.
18171         * tests/test-striconveh.c: Likewise.
18172         * tests/test-striconveha.c: Likewise.
18173         * tests/test-string.c: Likewise.
18174         * tests/test-sys_select.c: Likewise.
18175         * tests/test-sys_socket.c: Likewise.
18176         * tests/test-sys_stat.c: Likewise.
18177         * tests/test-sys_time.c: Likewise.
18178         * tests/test-sysexits.c: Likewise.
18179         * tests/test-time.c: Likewise.
18180         * tests/test-tls.c: Likewise.
18181         * tests/test-trunc.c: Likewise.
18182         * tests/test-truncf.c: Likewise.
18183         * tests/test-truncl.c: Likewise.
18184         * tests/test-unistd.c: Likewise.
18185         * tests/test-vasnprintf-posix.c: Likewise.
18186         * tests/test-vasnprintf-posix2.c: Likewise.
18187         * tests/test-vasnprintf.c: Likewise.
18188         * tests/test-vasprintf-posix.c: Likewise.
18189         * tests/test-vasprintf.c: Likewise.
18190         * tests/test-verify.c: Likewise.
18191         * tests/test-vfprintf-posix.c: Likewise.
18192         * tests/test-vprintf-posix.c: Likewise.
18193         * tests/test-vsnprintf-posix.c: Likewise.
18194         * tests/test-vsnprintf.c: Likewise.
18195         * tests/test-vsprintf-posix.c: Likewise.
18196         * tests/test-wchar.c: Likewise.
18197         * tests/test-wctype.c: Likewise.
18198         * tests/test-wcwidth.c: Likewise.
18199         * tests/test-xstrtol.c: Likewise.
18200         * tests/test-xvasprintf.c: Likewise.
18201         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
18202         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
18203         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
18204         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
18205         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
18206         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
18207         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
18208         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
18209         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
18210         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
18211         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
18212         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
18213         * tests/uniname/test-uninames.c: Likewise.
18214         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
18215         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
18216         * tests/unistdio/test-u16-printf1.h: Likewise.
18217         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
18218         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
18219         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
18220         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
18221         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
18222         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
18223         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
18224         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
18225         * tests/unistdio/test-u32-printf1.h: Likewise.
18226         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
18227         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
18228         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
18229         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
18230         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
18231         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
18232         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
18233         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
18234         * tests/unistdio/test-u8-printf1.h: Likewise.
18235         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
18236         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
18237         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
18238         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
18239         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
18240         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
18241         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
18242         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
18243         * tests/unistdio/test-ulc-printf1.h: Likewise.
18244         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
18245         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
18246         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
18247         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
18248         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
18249         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
18250         * tests/uniwidth/test-u16-strwidth.c: Likewise.
18251         * tests/uniwidth/test-u16-width.c: Likewise.
18252         * tests/uniwidth/test-u32-strwidth.c: Likewise.
18253         * tests/uniwidth/test-u32-width.c: Likewise.
18254         * tests/uniwidth/test-u8-strwidth.c: Likewise.
18255         * tests/uniwidth/test-u8-width.c: Likewise.
18256         * tests/uniwidth/test-uc_width.c: Likewise.
18257         * config/srclist-update: Likewise.
18258         (fixlicense): Update to GPLv3+.
18259
18260         Change copyright notice from LGPLv2.1+ to LGPLv3+.
18261         * tests/test-tsearch.c: Change copyright notice.
18262
18263         Change copyright notice from LGPLv2.0+ to LGPLv3+.
18264         * lib/c-strcaseeq.h: Change copyright notice.
18265         * lib/streq.h: Likewise.
18266         * lib/uniconv.h: Likewise.
18267         * lib/uniconv/u-conv-from-enc.h: Likewise.
18268         * lib/uniconv/u-conv-to-enc.h: Likewise.
18269         * lib/uniconv/u-strconv-from-enc.h: Likewise.
18270         * lib/uniconv/u-strconv-to-enc.h: Likewise.
18271         * lib/uniconv/u16-conv-from-enc.c: Likewise.
18272         * lib/uniconv/u16-conv-to-enc.c: Likewise.
18273         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
18274         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
18275         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
18276         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
18277         * lib/uniconv/u32-conv-from-enc.c: Likewise.
18278         * lib/uniconv/u32-conv-to-enc.c: Likewise.
18279         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
18280         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
18281         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
18282         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
18283         * lib/uniconv/u8-conv-from-enc.c: Likewise.
18284         * lib/uniconv/u8-conv-to-enc.c: Likewise.
18285         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
18286         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
18287         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
18288         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
18289         * lib/uniname.h: Likewise.
18290         * lib/uniname/uniname.c: Likewise.
18291         * lib/unistdio.h: Likewise.
18292         * lib/unistdio/u-asnprintf.h: Likewise.
18293         * lib/unistdio/u-asprintf.h: Likewise.
18294         * lib/unistdio/u-printf-args.c: Likewise.
18295         * lib/unistdio/u-printf-args.h: Likewise.
18296         * lib/unistdio/u-printf-parse.h: Likewise.
18297         * lib/unistdio/u-snprintf.h: Likewise.
18298         * lib/unistdio/u-sprintf.h: Likewise.
18299         * lib/unistdio/u-vasprintf.h: Likewise.
18300         * lib/unistdio/u-vsnprintf.h: Likewise.
18301         * lib/unistdio/u-vsprintf.h: Likewise.
18302         * lib/unistdio/u16-asnprintf.c: Likewise.
18303         * lib/unistdio/u16-asprintf.c: Likewise.
18304         * lib/unistdio/u16-printf-parse.c: Likewise.
18305         * lib/unistdio/u16-snprintf.c: Likewise.
18306         * lib/unistdio/u16-sprintf.c: Likewise.
18307         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
18308         * lib/unistdio/u16-u16-asprintf.c: Likewise.
18309         * lib/unistdio/u16-u16-snprintf.c: Likewise.
18310         * lib/unistdio/u16-u16-sprintf.c: Likewise.
18311         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
18312         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
18313         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
18314         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
18315         * lib/unistdio/u16-vasnprintf.c: Likewise.
18316         * lib/unistdio/u16-vasprintf.c: Likewise.
18317         * lib/unistdio/u16-vsnprintf.c: Likewise.
18318         * lib/unistdio/u16-vsprintf.c: Likewise.
18319         * lib/unistdio/u32-asnprintf.c: Likewise.
18320         * lib/unistdio/u32-asprintf.c: Likewise.
18321         * lib/unistdio/u32-printf-parse.c: Likewise.
18322         * lib/unistdio/u32-snprintf.c: Likewise.
18323         * lib/unistdio/u32-sprintf.c: Likewise.
18324         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
18325         * lib/unistdio/u32-u32-asprintf.c: Likewise.
18326         * lib/unistdio/u32-u32-snprintf.c: Likewise.
18327         * lib/unistdio/u32-u32-sprintf.c: Likewise.
18328         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
18329         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
18330         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
18331         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
18332         * lib/unistdio/u32-vasnprintf.c: Likewise.
18333         * lib/unistdio/u32-vasprintf.c: Likewise.
18334         * lib/unistdio/u32-vsnprintf.c: Likewise.
18335         * lib/unistdio/u32-vsprintf.c: Likewise.
18336         * lib/unistdio/u8-asnprintf.c: Likewise.
18337         * lib/unistdio/u8-asprintf.c: Likewise.
18338         * lib/unistdio/u8-printf-parse.c: Likewise.
18339         * lib/unistdio/u8-snprintf.c: Likewise.
18340         * lib/unistdio/u8-sprintf.c: Likewise.
18341         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
18342         * lib/unistdio/u8-u8-asprintf.c: Likewise.
18343         * lib/unistdio/u8-u8-snprintf.c: Likewise.
18344         * lib/unistdio/u8-u8-sprintf.c: Likewise.
18345         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
18346         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
18347         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
18348         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
18349         * lib/unistdio/u8-vasnprintf.c: Likewise.
18350         * lib/unistdio/u8-vasprintf.c: Likewise.
18351         * lib/unistdio/u8-vsnprintf.c: Likewise.
18352         * lib/unistdio/u8-vsprintf.c: Likewise.
18353         * lib/unistdio/ulc-asnprintf.c: Likewise.
18354         * lib/unistdio/ulc-asprintf.c: Likewise.
18355         * lib/unistdio/ulc-printf-parse.c: Likewise.
18356         * lib/unistdio/ulc-snprintf.c: Likewise.
18357         * lib/unistdio/ulc-sprintf.c: Likewise.
18358         * lib/unistdio/ulc-vasnprintf.c: Likewise.
18359         * lib/unistdio/ulc-vasprintf.c: Likewise.
18360         * lib/unistdio/ulc-vsnprintf.c: Likewise.
18361         * lib/unistdio/ulc-vsprintf.c: Likewise.
18362         * lib/unistr.h: Likewise.
18363         * lib/unistr/u-cpy-alloc.h: Likewise.
18364         * lib/unistr/u-cpy.h: Likewise.
18365         * lib/unistr/u-endswith.h: Likewise.
18366         * lib/unistr/u-move.h: Likewise.
18367         * lib/unistr/u-set.h: Likewise.
18368         * lib/unistr/u-startswith.h: Likewise.
18369         * lib/unistr/u-stpcpy.h: Likewise.
18370         * lib/unistr/u-stpncpy.h: Likewise.
18371         * lib/unistr/u-strcat.h: Likewise.
18372         * lib/unistr/u-strcpy.h: Likewise.
18373         * lib/unistr/u-strcspn.h: Likewise.
18374         * lib/unistr/u-strdup.h: Likewise.
18375         * lib/unistr/u-strlen.h: Likewise.
18376         * lib/unistr/u-strncat.h: Likewise.
18377         * lib/unistr/u-strncpy.h: Likewise.
18378         * lib/unistr/u-strnlen.h: Likewise.
18379         * lib/unistr/u-strpbrk.h: Likewise.
18380         * lib/unistr/u-strspn.h: Likewise.
18381         * lib/unistr/u-strstr.h: Likewise.
18382         * lib/unistr/u-strtok.h: Likewise.
18383         * lib/unistr/u16-check.c: Likewise.
18384         * lib/unistr/u16-chr.c: Likewise.
18385         * lib/unistr/u16-cmp.c: Likewise.
18386         * lib/unistr/u16-cpy-alloc.c: Likewise.
18387         * lib/unistr/u16-cpy.c: Likewise.
18388         * lib/unistr/u16-endswith.c: Likewise.
18389         * lib/unistr/u16-mblen.c: Likewise.
18390         * lib/unistr/u16-mbsnlen.c: Likewise.
18391         * lib/unistr/u16-mbtouc-aux.c: Likewise.
18392         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
18393         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
18394         * lib/unistr/u16-mbtouc.c: Likewise.
18395         * lib/unistr/u16-mbtoucr.c: Likewise.
18396         * lib/unistr/u16-move.c: Likewise.
18397         * lib/unistr/u16-next.c: Likewise.
18398         * lib/unistr/u16-prev.c: Likewise.
18399         * lib/unistr/u16-set.c: Likewise.
18400         * lib/unistr/u16-startswith.c: Likewise.
18401         * lib/unistr/u16-stpcpy.c: Likewise.
18402         * lib/unistr/u16-stpncpy.c: Likewise.
18403         * lib/unistr/u16-strcat.c: Likewise.
18404         * lib/unistr/u16-strchr.c: Likewise.
18405         * lib/unistr/u16-strcmp.c: Likewise.
18406         * lib/unistr/u16-strcpy.c: Likewise.
18407         * lib/unistr/u16-strcspn.c: Likewise.
18408         * lib/unistr/u16-strdup.c: Likewise.
18409         * lib/unistr/u16-strlen.c: Likewise.
18410         * lib/unistr/u16-strmblen.c: Likewise.
18411         * lib/unistr/u16-strmbtouc.c: Likewise.
18412         * lib/unistr/u16-strncat.c: Likewise.
18413         * lib/unistr/u16-strncmp.c: Likewise.
18414         * lib/unistr/u16-strncpy.c: Likewise.
18415         * lib/unistr/u16-strnlen.c: Likewise.
18416         * lib/unistr/u16-strpbrk.c: Likewise.
18417         * lib/unistr/u16-strrchr.c: Likewise.
18418         * lib/unistr/u16-strspn.c: Likewise.
18419         * lib/unistr/u16-strstr.c: Likewise.
18420         * lib/unistr/u16-strtok.c: Likewise.
18421         * lib/unistr/u16-to-u32.c: Likewise.
18422         * lib/unistr/u16-to-u8.c: Likewise.
18423         * lib/unistr/u16-uctomb-aux.c: Likewise.
18424         * lib/unistr/u16-uctomb.c: Likewise.
18425         * lib/unistr/u32-check.c: Likewise.
18426         * lib/unistr/u32-chr.c: Likewise.
18427         * lib/unistr/u32-cmp.c: Likewise.
18428         * lib/unistr/u32-cpy-alloc.c: Likewise.
18429         * lib/unistr/u32-cpy.c: Likewise.
18430         * lib/unistr/u32-endswith.c: Likewise.
18431         * lib/unistr/u32-mblen.c: Likewise.
18432         * lib/unistr/u32-mbsnlen.c: Likewise.
18433         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
18434         * lib/unistr/u32-mbtouc.c: Likewise.
18435         * lib/unistr/u32-mbtoucr.c: Likewise.
18436         * lib/unistr/u32-move.c: Likewise.
18437         * lib/unistr/u32-next.c: Likewise.
18438         * lib/unistr/u32-prev.c: Likewise.
18439         * lib/unistr/u32-set.c: Likewise.
18440         * lib/unistr/u32-startswith.c: Likewise.
18441         * lib/unistr/u32-stpcpy.c: Likewise.
18442         * lib/unistr/u32-stpncpy.c: Likewise.
18443         * lib/unistr/u32-strcat.c: Likewise.
18444         * lib/unistr/u32-strchr.c: Likewise.
18445         * lib/unistr/u32-strcmp.c: Likewise.
18446         * lib/unistr/u32-strcpy.c: Likewise.
18447         * lib/unistr/u32-strcspn.c: Likewise.
18448         * lib/unistr/u32-strdup.c: Likewise.
18449         * lib/unistr/u32-strlen.c: Likewise.
18450         * lib/unistr/u32-strmblen.c: Likewise.
18451         * lib/unistr/u32-strmbtouc.c: Likewise.
18452         * lib/unistr/u32-strncat.c: Likewise.
18453         * lib/unistr/u32-strncmp.c: Likewise.
18454         * lib/unistr/u32-strncpy.c: Likewise.
18455         * lib/unistr/u32-strnlen.c: Likewise.
18456         * lib/unistr/u32-strpbrk.c: Likewise.
18457         * lib/unistr/u32-strrchr.c: Likewise.
18458         * lib/unistr/u32-strspn.c: Likewise.
18459         * lib/unistr/u32-strstr.c: Likewise.
18460         * lib/unistr/u32-strtok.c: Likewise.
18461         * lib/unistr/u32-to-u16.c: Likewise.
18462         * lib/unistr/u32-to-u8.c: Likewise.
18463         * lib/unistr/u32-uctomb.c: Likewise.
18464         * lib/unistr/u8-check.c: Likewise.
18465         * lib/unistr/u8-chr.c: Likewise.
18466         * lib/unistr/u8-cmp.c: Likewise.
18467         * lib/unistr/u8-cpy-alloc.c: Likewise.
18468         * lib/unistr/u8-cpy.c: Likewise.
18469         * lib/unistr/u8-endswith.c: Likewise.
18470         * lib/unistr/u8-mblen.c: Likewise.
18471         * lib/unistr/u8-mbsnlen.c: Likewise.
18472         * lib/unistr/u8-mbtouc-aux.c: Likewise.
18473         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
18474         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
18475         * lib/unistr/u8-mbtouc.c: Likewise.
18476         * lib/unistr/u8-mbtoucr.c: Likewise.
18477         * lib/unistr/u8-move.c: Likewise.
18478         * lib/unistr/u8-next.c: Likewise.
18479         * lib/unistr/u8-prev.c: Likewise.
18480         * lib/unistr/u8-set.c: Likewise.
18481         * lib/unistr/u8-startswith.c: Likewise.
18482         * lib/unistr/u8-stpcpy.c: Likewise.
18483         * lib/unistr/u8-stpncpy.c: Likewise.
18484         * lib/unistr/u8-strcat.c: Likewise.
18485         * lib/unistr/u8-strchr.c: Likewise.
18486         * lib/unistr/u8-strcmp.c: Likewise.
18487         * lib/unistr/u8-strcpy.c: Likewise.
18488         * lib/unistr/u8-strcspn.c: Likewise.
18489         * lib/unistr/u8-strdup.c: Likewise.
18490         * lib/unistr/u8-strlen.c: Likewise.
18491         * lib/unistr/u8-strmblen.c: Likewise.
18492         * lib/unistr/u8-strmbtouc.c: Likewise.
18493         * lib/unistr/u8-strncat.c: Likewise.
18494         * lib/unistr/u8-strncmp.c: Likewise.
18495         * lib/unistr/u8-strncpy.c: Likewise.
18496         * lib/unistr/u8-strnlen.c: Likewise.
18497         * lib/unistr/u8-strpbrk.c: Likewise.
18498         * lib/unistr/u8-strrchr.c: Likewise.
18499         * lib/unistr/u8-strspn.c: Likewise.
18500         * lib/unistr/u8-strstr.c: Likewise.
18501         * lib/unistr/u8-strtok.c: Likewise.
18502         * lib/unistr/u8-to-u16.c: Likewise.
18503         * lib/unistr/u8-to-u32.c: Likewise.
18504         * lib/unistr/u8-uctomb-aux.c: Likewise.
18505         * lib/unistr/u8-uctomb.c: Likewise.
18506         * lib/unitypes.h: Likewise.
18507         * lib/uniwidth.h: Likewise.
18508         * lib/uniwidth/cjk.h: Likewise.
18509         * lib/uniwidth/u16-strwidth.c: Likewise.
18510         * lib/uniwidth/u16-width.c: Likewise.
18511         * lib/uniwidth/u32-strwidth.c: Likewise.
18512         * lib/uniwidth/u32-width.c: Likewise.
18513         * lib/uniwidth/u8-strwidth.c: Likewise.
18514         * lib/uniwidth/u8-width.c: Likewise.
18515         * lib/uniwidth/width.c: Likewise.
18516
18517 2007-10-07  Bruno Haible  <bruno@clisp.org>
18518
18519         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
18520         The file is still under LGPL (see modules/inttypes).
18521
18522 2007-10-06  Bruno Haible  <bruno@clisp.org>
18523
18524         * modules/trunc (Dependencies): Add 'extensions'.
18525         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
18526         Reported by Ben Pfaff <blp@gnu.org>.
18527
18528 2007-10-06  Bruno Haible  <bruno@clisp.org>
18529
18530         * modules/freopen-tests: New file.
18531         * tests/test-freopen.c: New file.
18532
18533         * modules/fopen-tests: New file.
18534         * tests/test-fopen.c: New file.
18535
18536         * modules/fopen: New file.
18537         * lib/fopen.c: New file.
18538         * m4/fopen.m4: New file.
18539         * modules/freopen: New file.
18540         * lib/freopen.c: New file.
18541         * m4/freopen.m4: New file.
18542         * lib/stdio.in.h (fopen, freopen): New declarations.
18543         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
18544         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
18545         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
18546         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
18547         * doc/functions/fopen.texi: Mention the 'fopen' module.
18548         * doc/functions/freopen.texi: Mention the 'freopen' module.
18549
18550 2007-10-06  Bruno Haible  <bruno@clisp.org>
18551
18552         * modules/open-tests: New file.
18553         * tests/test-open.c: New file.
18554
18555         * modules/open: New file.
18556         * lib/open.c: New file.
18557         * m4/open.m4: New file.
18558         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
18559         lib/open.c does.
18560         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
18561         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
18562         macros.
18563         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
18564         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
18565         REPLACE_OPEN.
18566         * doc/functions/open.texi: Mention the 'open' module.
18567
18568 2007-10-04  Bruno Haible  <bruno@clisp.org>
18569
18570         * modules/ceill-tests: New file.
18571         * tests/test-ceill.c: New file.
18572
18573         * modules/ceill: New file.
18574         * lib/ceill.c: Replace entire file.
18575         * m4/ceill.m4: New file.
18576         * lib/math.in.h (ceill): Replace declaration.
18577         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
18578         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
18579         * doc/functions/ceill.texi: Mention the 'ceill' module.
18580         * modules/mathl (Files): Remove lib/ceill.c.
18581         (Depends-on): Add ceill.
18582
18583 2007-10-04  Bruno Haible  <bruno@clisp.org>
18584
18585         * modules/ceilf-tests: New file.
18586         * tests/test-ceilf.c: New file.
18587
18588         * modules/ceilf: New file.
18589         * lib/ceil.c: New file.
18590         * lib/ceilf.c: New file.
18591         * m4/ceilf.m4: New file.
18592         * lib/math.in.h (ceilf): New declaration.
18593         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
18594         HAVE_DECL_CEILF.
18595         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
18596         HAVE_DECL_CEILF.
18597         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
18598
18599 2007-10-04  Bruno Haible  <bruno@clisp.org>
18600
18601         * modules/floorl-tests: New file.
18602         * tests/test-floorl.c: New file.
18603
18604         * modules/floorl: New file.
18605         * lib/floorl.c: Replace entire file.
18606         * m4/floorl.m4: New file.
18607         * lib/math.in.h (floorl): Replace declaration.
18608         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
18609         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
18610         * doc/functions/floorl.texi: Mention the 'floorl' module.
18611         * modules/mathl (Files): Remove lib/floorl.c.
18612         (Depends-on): Add floorl.
18613
18614 2007-10-04  Bruno Haible  <bruno@clisp.org>
18615
18616         * modules/floorf-tests: New file.
18617         * tests/test-floorf.c: New file.
18618
18619         * modules/floorf: New file.
18620         * lib/floor.c: New file.
18621         * lib/floorf.c: New file.
18622         * m4/floorf.m4: New file.
18623         * lib/math.in.h (floorf): New declaration.
18624         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
18625         HAVE_DECL_FLOORF.
18626         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
18627         HAVE_DECL_FLOORF.
18628         * doc/functions/floorf.texi: Mention the 'floorf' module.
18629
18630 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
18631             Bruno Haible  <bruno@clisp.org>
18632
18633         Advertise for the Git server instead of the CVS server.
18634         * doc/gnulib-intro.texi (Steady Development): Mention the Git
18635         repository instead of the CVS one.
18636         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
18637         about all VCS systems generically.
18638         * doc/gnulib.texi (Introduction): Capitalize `Git'.
18639
18640 2007-10-04  Bruno Haible  <bruno@clisp.org>
18641
18642         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
18643         means.
18644         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
18645
18646 2007-10-04  Bruno Haible  <bruno@clisp.org>
18647
18648         * modules/truncl-tests: New file.
18649         * tests/test-truncl.c: New file.
18650
18651         * modules/truncl: New file.
18652         * lib/truncl.c: New file.
18653         * m4/truncl.m4: New file.
18654         * lib/math.in.h (truncl): New declaration.
18655         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
18656         HAVE_DECL_TRUNCL.
18657         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
18658         HAVE_DECL_TRUNCL.
18659         * doc/functions/truncl.texi: Mention the 'truncl' module.
18660
18661 2007-10-04  Bruno Haible  <bruno@clisp.org>
18662
18663         * modules/truncf-tests: New file.
18664         * tests/test-truncf.c: New file.
18665
18666         * modules/truncf: New file.
18667         * lib/trunc.c: Make paramerizable through USE_* macros.
18668         * lib/truncf.c: New file.
18669         * m4/truncf.m4: New file.
18670         * lib/math.in.h (truncf): New declaration.
18671         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
18672         HAVE_DECL_TRUNCF.
18673         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
18674         HAVE_DECL_TRUNCF.
18675         * doc/functions/truncf.texi: Mention the 'truncf' module.
18676
18677 2007-10-03  Bruno Haible  <bruno@clisp.org>
18678
18679         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
18680         augmentation also for tests modules.
18681         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
18682         * modules/atexit-tests (Makefile.am): Likewise.
18683         * modules/binary-io-tests (Makefile.am): Likewise.
18684         * modules/c-strcase-tests (Makefile.am): Likewise.
18685         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
18686         * modules/canonicalize-tests (Makefile.am): Likewise.
18687         * modules/closein-tests (Makefile.am): Likewise.
18688         * modules/fprintf-posix-tests (Makefile.am): Likewise.
18689         * modules/freadahead-tests (Makefile.am): Likewise.
18690         * modules/fseek-tests (Makefile.am): Likewise.
18691         * modules/fseeko-tests (Makefile.am): Likewise.
18692         * modules/ftell-tests (Makefile.am): Likewise.
18693         * modules/ftello-tests (Makefile.am): Likewise.
18694         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
18695         * modules/isnanl-tests (Makefile.am): Likewise.
18696         * modules/lseek-tests (Makefile.am): Likewise.
18697         * modules/mbscasecmp-tests (Makefile.am): Likewise.
18698         * modules/mbscasestr-tests (Makefile.am): Likewise.
18699         * modules/mbschr-tests (Makefile.am): Likewise.
18700         * modules/mbscspn-tests (Makefile.am): Likewise.
18701         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
18702         * modules/mbspbrk-tests (Makefile.am): Likewise.
18703         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
18704         * modules/mbsrchr-tests (Makefile.am): Likewise.
18705         * modules/mbsspn-tests (Makefile.am): Likewise.
18706         * modules/mbsstr-tests (Makefile.am): Likewise.
18707         * modules/printf-posix-tests (Makefile.am): Likewise.
18708         * modules/snprintf-posix-tests (Makefile.am): Likewise.
18709         * modules/sprintf-posix-tests (Makefile.am): Likewise.
18710         * modules/tsearch-tests (Makefile.am): Likewise.
18711         * modules/uniname/uniname-tests (Makefile.am): Likewise.
18712         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
18713         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
18714         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
18715         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
18716         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
18717         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
18718         * modules/vprintf-posix-tests (Makefile.am): Likewise.
18719         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
18720         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
18721         * modules/xstrtoimax-tests (Makefile.am): Likewise.
18722         * modules/xstrtol-tests (Makefile.am): Likewise.
18723         * modules/xstrtoumax-tests (Makefile.am): Likewise.
18724         * modules/yesno-tests (Makefile.am): Likewise.
18725
18726 2007-10-03  Bruno Haible  <bruno@clisp.org>
18727
18728         * modules/trunc-tests: New file.
18729         * tests/test-trunc.c: New file.
18730
18731         * modules/trunc: New file.
18732         * lib/trunc.c: New file.
18733         * m4/trunc.m4: New file.
18734         * lib/math.in.h (trunc): New declaration.
18735         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
18736         HAVE_DECL_TRUNC.
18737         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
18738         HAVE_DECL_TRUNC.
18739         * doc/functions/trunc.texi: Mention the 'trunc' module.
18740
18741 2007-10-03  Bruno Haible  <bruno@clisp.org>
18742
18743         * tests/test-fpending.c: New file, mostly copied
18744         from coreutils/lib/t-fpending.c.
18745         * modules/fpending-tests: New file.
18746
18747 2007-10-03  Bruno Haible  <bruno@clisp.org>
18748
18749         Port the stdio extensions to QNX (untested).
18750         * lib/fseterr.c (fseterr): Add support for QNX.
18751         * lib/fbufmode.c (fbufmode): Likewise.
18752         * lib/freadable.c (freadable): Likewise.
18753         * lib/fwritable.c (fwritable): Likewise.
18754         * lib/freading.c (freading): Likewise.
18755         * lib/fwriting.c (fwriting): Likewise.
18756         * lib/freadahead.c (freadahed): Likewise.
18757         * lib/fpurge.c (fpurge): Likewise.
18758         * lib/fseeko.c (rpl_fseeko): Likewise.
18759
18760 2007-10-03  Bruno Haible  <bruno@clisp.org>
18761             Jim Meyering  <jim@meyering.net>
18762             Eric Blake  <ebb9@byu.net>
18763
18764         * doc/relocatable.texi: Use @command instead of @program.
18765
18766 2007-10-02  Jim Meyering  <jim@meyering.net>
18767
18768         Perform one more "_.h" -> ".in.h" substitution.
18769         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
18770         instead of unistd_.h here, too.
18771
18772 2007-10-01  Bruno Haible  <bruno@clisp.org>
18773
18774         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
18775         Needed for the alloca-opt module.
18776
18777 2007-09-30  Bruno Haible  <bruno@clisp.org>
18778
18779         * lib/alloca.in.h: Renamed from lib/alloca_.h.
18780         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
18781         alloca_.h.
18782         * lib/argz.in.h: Renamed from lib/argz_.h.
18783         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
18784         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
18785         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
18786         byteswap_.h.
18787         * lib/dirent.in.h: Renamed from lib/dirent_.h.
18788         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
18789         dirent_.h.
18790         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
18791         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
18792         fcntl_.h.
18793         * lib/float.in.h: Renamed from lib/float_.h.
18794         * modules/float (Files, Makefile.am): Use float.in.h instead of
18795         float_.h.
18796         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
18797         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
18798         fnmatch_.h.
18799         * lib/getopt.in.h: Renamed from lib/getopt_.h.
18800         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
18801         getopt_.h.
18802         * lib/glob.in.h: Renamed from lib/glob_.h.
18803         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
18804         * lib/iconv.in.h: Renamed from lib/iconv_.h.
18805         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
18806         iconv_.h.
18807         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
18808         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
18809         inttypes_.h.
18810         * lib/locale.in.h: Renamed from lib/locale_.h.
18811         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
18812         locale_.h.
18813         * lib/math.in.h: Renamed from lib/math_.h.
18814         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
18815         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
18816         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
18817         of netinet_in_.h. Add dependency.
18818         * lib/poll.in.h: Renamed from lib/poll_.h.
18819         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
18820         * lib/search.in.h: Renamed from lib/search_.h.
18821         * modules/search (Files, Makefile.am): Use search.in.h instead of
18822         search_.h.
18823         * lib/signal.in.h: Renamed from lib/signal_.h.
18824         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
18825         _signal.h.
18826         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
18827         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
18828         stdbool_.h.
18829         * lib/stdint.in.h: Renamed from lib/stdint_.h.
18830         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
18831         stdint_.h.
18832         * lib/stdio.in.h: Renamed from lib/stdio_.h.
18833         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
18834         stdio_.h.
18835         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
18836         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
18837         stdlib_.h.
18838         * lib/string.in.h: Renamed from lib/string_.h.
18839         * modules/string (Files, Makefile.am): Use string.in.h instead of
18840         string_.h.
18841         * doc/gnulib-tool.texi (Initial import): Update.
18842         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
18843         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
18844         of sys_select_.h. Add dependency.
18845         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
18846         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
18847         of sys_socket_.h.
18848         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
18849         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
18850         sys_stat_.h.
18851         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
18852         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
18853         sys_time_.h.
18854         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
18855         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
18856         sysexits_.h.
18857         * lib/time.in.h: Renamed from lib/time_.h.
18858         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
18859         * lib/unistd.in.h: Renamed from lib/unistd_.h.
18860         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
18861         unistd_.h.
18862         * lib/wchar.in.h: Renamed from lib/wchar_.h.
18863         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
18864         wchar_.h.
18865         * lib/wctype.in.h: Renamed from lib/wctype_.h.
18866         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
18867         wctype_.h.
18868         * build-aux/bootstrap (slurp): Update.
18869         * lib/.cppi-disable: Update.
18870
18871 2007-09-30  Bruno Haible  <bruno@clisp.org>
18872
18873         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
18874         Needed on BeOS.
18875
18876 2007-09-30  Bruno Haible  <bruno@clisp.org>
18877
18878         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
18879
18880 2007-09-29  Bruno Haible  <bruno@clisp.org>
18881
18882         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
18883
18884 2007-09-29  Bruno Haible  <bruno@clisp.org>
18885
18886         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
18887         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
18888         * build-aux/install-reloc: Compile also areadlink.c.
18889         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
18890
18891 2007-09-29  Bruno Haible  <bruno@clisp.org>
18892
18893         * gnulib-tool (func_emit_initmacro_done): Indentation.
18894
18895 2007-09-29  Bruno Haible  <bruno@clisp.org>
18896
18897         * README: Add CVS checkout update instructions.
18898         Info from Bob Proulx <bob@proulx.com>.
18899
18900 2007-09-28  Eric Blake  <ebb9@byu.net>
18901
18902         Provide move-if-change.
18903         * build-aux/move-if-change: New file, based on best practice
18904         rather than any canonical upstream location.
18905
18906 2007-09-28  Jim Meyering  <jim@meyering.net>
18907
18908         Fix canonicalize loop-detection corner case.
18909         Do not attempt to stat the symlink values stored via seen_triple.
18910         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
18911         on linux-2.6.18, (but not 2.6.22).
18912         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
18913         triple_compare.  The former compares dev,ino,filename, while the latter
18914         would actually stat dirname(filename) when dev and ino were equal.
18915         * lib/hash-triple.c: Install <string.h>.
18916         (STREQ): Define.
18917         (triple_compare_ino_str): New function.
18918         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
18919
18920 2007-09-28  Eric Blake  <ebb9@byu.net>
18921
18922         Enforce that AC_REPLACE_FUNCS files exist.
18923         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
18924         override check for typos.
18925
18926         Fix test-closein on Solaris 10.
18927         * tests/test-closein.c (main): Don't assume stdin can be inherited
18928         closed on all systems.
18929         * tests/test-closein.sh: Likewise.
18930         Reported by Piotr Tarnowski.
18931
18932 2007-09-28  Jim Meyering  <jim@meyering.net>
18933
18934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
18935
18936 2007-09-27  Jim Meyering  <jim@meyering.net>
18937
18938         canonicalize: Avoid a false-positive cycle failure.
18939         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
18940         Sort.  Remove cycle-check.
18941         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
18942         not cycle-check.h.
18943         (seen_triple): New function.
18944         (canonicalize_filename_mode): Use it instead of cycle-check.
18945         * tests/test-canonicalize.c: Add a test for this bug.
18946         * tests/test-canonicalize.sh: Set up and run the test.
18947
18948         New module, file-set, from coreutils.
18949         * modules/file-set: Define it.
18950         * lib/file-set.c, lib/file-set.h: Implement.
18951
18952         New module, hash-triple, from coreutils.
18953         * modules/hash-triple: Define it.
18954         * lib/hash-triple.c, lib/hash-triple.h: Implement.
18955
18956 2007-09-25  Eric Blake  <ebb9@byu.net>
18957
18958         Fix strerror on Interix.
18959         * lib/string_.h (strerror): Declare replacement.
18960         * doc/functions/strerror.texi (strerror): Document the Interix
18961         shortcoming.
18962         * modules/string (Makefile.am): Support new hooks.
18963         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
18964         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
18965         gl_FUNC_STRERROR_SEPARATE.
18966         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
18967         * lib/strerror.c (rpl_strerror): Provide replacement.
18968         * modules/strerror (Depends-on): Add string.
18969         (configure.ac): Detect use of module.
18970         * tests/test-strerror.c: New file.
18971         * modules/strerror-tests: New test module.
18972         * modules/argp (Depends-on): Add strerror.
18973         * modules/error (Depends-on): Likewise.
18974         Reported by Martin Koeppe.
18975
18976 2007-09-24  Bruno Haible  <bruno@clisp.org>
18977
18978         * README: Update git instructions.
18979
18980 2007-09-24  Eric Blake  <ebb9@byu.net>
18981
18982         Revert fpending breakage from 2007-09-08.
18983         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
18984         __fpending.c.
18985
18986 2007-09-24  Jim Meyering  <jim@meyering.net>
18987
18988         filenamecat.c: Add a test.
18989         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
18990         showing how the function works when DIR is the empty string.
18991
18992 2007-09-21  Simon Josefsson  <simon@josefsson.org>
18993
18994         * tests/test-canonicalize.sh: Turn on executable bit.
18995
18996 2007-09-19  Eric Blake  <ebb9@byu.net>
18997
18998         * README: Update CVS instructions.
18999
19000 2007-09-18  Bruno Haible  <bruno@clisp.org>
19001
19002         * modules/areadlink: New file.
19003         * lib/areadlink.h (areadlink): New declaration.
19004         * lib/areadlink.c: New file, based on lib/xreadlink.c.
19005
19006 2007-09-17  Jim Meyering  <jim@meyering.net>
19007
19008         * lib/savewd.c (ESTALE) [!defined]: Define.
19009         Reported to be required on Interix by Martin Koeppe.
19010
19011 2007-09-17  Bruno Haible  <bruno@clisp.org>
19012
19013         * gnulib-tool (func_version): Use $version.
19014
19015 2007-09-16  Bruno Haible  <bruno@clisp.org>
19016
19017         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
19018         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
19019         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
19020         Reported by Greg Schafer <gschafer@zip.com.au>.
19021
19022 2007-09-15  Bruno Haible  <bruno@clisp.org>
19023
19024         * gnulib-tool (sed): Try a little harder to make bash understand the
19025         alias.
19026         Reported by Bruce Korb <bruce.korb@gmail.com>.
19027
19028 2007-09-13  Eric Blake  <ebb9@byu.net>
19029
19030         * ChangeLog: Remove conflict markers.
19031
19032 2007-09-13  Simon Josefsson  <simon@josefsson.org>
19033
19034         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
19035         Reported by Bruno Haible <bruno@clisp.org>.
19036
19037 2007-09-12  Bruno Haible  <bruno@clisp.org>
19038
19039         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
19040         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
19041         is not defined.
19042
19043 2007-09-12  Eric Blake  <ebb9@byu.net>
19044
19045         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
19046         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
19047         Autoconf definition.
19048         * modules/euidaccess (Depends-on): Add extensions, for
19049         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
19050         * modules/fnmatch (Depends-on): Likewise.
19051         * modules/getaddrinfo (Depends-on): Likewise.
19052         * modules/getdelim (Depends-on): Likewise.
19053         * modules/getline (Depends-on): Likewise.
19054         * modules/getsubopt (Depends-on): Likewise.
19055         * modules/gettext (Depends-on): Likewise.
19056         * modules/group-member (Depends-on): Likewise.
19057         * modules/mbchar (Depends-on): Likewise.
19058         * modules/memmem (Depends-on): Likewise.
19059         * modules/mempcpy (Depends-on): Likewise.
19060         * modules/memrchr (Depends-on): Likewise.
19061         * modules/pagealign_alloc (Depends-on): Likewise.
19062         * modules/readutmp (Depends-on): Likewise.
19063         * modules/stpcpy (Depends-on): Likewise.
19064         * modules/stpncpy (Depends-on): Likewise.
19065         * modules/strchrnul (Depends-on): Likewise.
19066         * modules/strndup (Depends-on): Likewise.
19067         * modules/strsep (Depends-on): Likewise.
19068         * modules/strverscmp (Depends-on): Likewise.
19069         * modules/vasprintf (Depends-on): Likewise.
19070         * modules/wcwidth (Depends-on): Likewise.
19071         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
19072         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
19073         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
19074         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
19075         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
19076         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
19077         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
19078         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19079         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
19080         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
19081         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
19082         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19083         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19084         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
19085         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
19086         * m4/readutmp.m4 (gl_READUTMP): Likewise.
19087         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19088         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19089         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19090         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19091         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19092         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19093         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19094         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
19095         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
19096         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19097         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
19098         so that lock.m4 can be used in gettext without extensions module.
19099
19100 2007-09-11  Bruno Haible  <bruno@clisp.org>
19101
19102         * m4/isc-posix.m4: Remove file.
19103         Suggested by Eric Blake.
19104
19105 2007-09-11  Eric Blake  <ebb9@byu.net>
19106
19107         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
19108
19109 2007-09-10  Bruno Haible  <bruno@clisp.org>
19110
19111         * posix-modules: Fix typo in error message.
19112         Reported by Matt <mkraai@beckman.com>.
19113
19114 2007-09-09  Bruno Haible  <bruno@clisp.org>
19115
19116         * doc/functions/getdelim.texi: Update list of platforms lacking the
19117         function.
19118         * doc/functions/getline.texi: Likewise.
19119
19120 2007-09-09  Jim Meyering  <jim@meyering.net>
19121
19122         * lib/hash.c (hash_initialize): Detect calloc failure.
19123         Reported by Bruno Haible.
19124
19125 2007-09-09  Bruno Haible  <bruno@clisp.org>
19126
19127         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
19128         malloc or realloc fails.
19129
19130 2007-09-09  Bruno Haible  <bruno@clisp.org>
19131
19132         * modules/getcwd (Depends-on): Add malloc-posix.
19133         * modules/glob (Depends-on): Likewise.
19134         * modules/putenv (Depends-on): Likewise.
19135         * modules/strdup (Depends-on): Likewise.
19136         * modules/getdelim (Depends-on): Add realloc-posix.
19137         * modules/read-file (Depends-on): Likewise.
19138
19139 2007-09-09  Bruno Haible  <bruno@clisp.org>
19140
19141         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
19142         (gl_FUNC_MALLOC_POSIX): Require it.
19143         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
19144         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
19145         * modules/realloc (Files): Add m4/malloc.m4.
19146         * modules/calloc (Files): Likewise.
19147
19148 2007-09-09  Bruno Haible  <bruno@clisp.org>
19149
19150         * modules/malloc-posix: New file.
19151         * modules/malloc (Depends-on): Add malloc-posix.
19152         * lib/malloc.c: Include errno.h.
19153         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
19154         and a POSIX-compatible malloc into a single function. Set ENOMEM
19155         when returning NULL.
19156         * m4/malloc.m4: New file.
19157         * doc/functions/malloc.texi: Mention the malloc-posix module.
19158         * lib/stdlib_.h (malloc): New declaration.
19159         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19160         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
19161         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
19162         and HAVE_MALLOC_POSIX.
19163
19164 2007-09-09  Bruno Haible  <bruno@clisp.org>
19165
19166         * modules/realloc-posix: New file.
19167         * modules/realloc (Depends-on): Add realloc-posix.
19168         * lib/realloc.c: Include errno.h.
19169         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
19170         and a POSIX-compatible realloc into a single function. Set ENOMEM
19171         when returning NULL.
19172         * m4/realloc.m4: New file.
19173         * doc/functions/realloc.texi: Mention the realloc-posix module.
19174         * lib/stdlib_.h (realloc): New declaration.
19175         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19176         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
19177         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
19178         and HAVE_REALLOC_POSIX.
19179
19180 2007-09-09  Bruno Haible  <bruno@clisp.org>
19181
19182         * modules/calloc-posix: New file.
19183         * modules/calloc (Depends-on): Add calloc-posix.
19184         * lib/calloc.c: Include errno.h.
19185         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
19186         and a POSIX-compatible calloc into a single function. Set ENOMEM
19187         when returning NULL.
19188         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
19189         * doc/functions/calloc.texi: Mention the calloc-posix module.
19190         * lib/stdlib_.h (calloc): New declaration.
19191         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
19192         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
19193         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
19194         and HAVE_CALLOC_POSIX.
19195
19196 2007-09-09  Bruno Haible  <bruno@clisp.org>
19197
19198         Allow for modules to show an arbitrary notice.
19199         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
19200         * gnulib-tool: New option --extract-notice.
19201         (func_usage): Document it.
19202         (sed_extract_prog): Update.
19203         (func_get_notice): New function.
19204         (func_modules_notice): New function.
19205         (func_import, func_create_testdir): Invoke it.
19206         Suggested by Jim Meyering.
19207
19208 2007-09-09  Bruno Haible  <bruno@clisp.org>
19209
19210         * gnulib-tool: New options --verbose, --quiet.
19211         (func_usage): Document them.
19212         (verbose): New variable.
19213         (func_execute_command): New function.
19214         (func_import): Don't show the module list and the file list if
19215         $verbose < 0.
19216         (func_create_testdir): Likewise. Use func_execute_command.
19217         (func_create_megatestdir): Use func_execute_command.
19218
19219 2007-09-08  Bruno Haible  <bruno@clisp.org>
19220
19221         * gnulib-tool (func_import): Prefer rsync over wget when available,
19222         for fetching the PO files.
19223
19224 2007-09-08  Bruno Haible  <bruno@clisp.org>
19225
19226         * posix-modules: New file. Portions copied from gnulib-tool.
19227         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
19228
19229 2007-09-08  Jim Meyering  <jim@meyering.net>
19230
19231         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
19232         * lib/fpending.h: Rename from __fpending.h.
19233         * lib/fpending.c: Rename from __fpending.c.
19234         Include "fpending.h", not "__fpending.h".
19235         * lib/__fpending.h, lib/__fpending.c: Remove files.
19236         * modules/fpending (Files): Reflect new file names.
19237         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
19238
19239 2007-09-08  Bruno Haible  <bruno@clisp.org>
19240
19241         * m4/inttypes-h.m4: Remove stub file.
19242
19243 2007-09-07  Simon Josefsson  <simon@josefsson.org>
19244
19245         * doc/headers/stdint.texi: Discuss #include_next issue.
19246
19247 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19248
19249         * build-aux/bootstrap: Remove obsolete comment about wget --help.
19250
19251 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19252
19253         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
19254         in variable name.
19255
19256 2007-09-03  Jim Meyering  <jim@meyering.net>
19257
19258         New module: git-version-gen.
19259         * modules/git-version-gen: New file.
19260
19261         Import changes from coreutils for bootstrap script.
19262
19263         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
19264
19265         bootstrap: uses rsync to download the .po files
19266         * build-aux/bootstrap (po_download_command_format): New global.
19267         (download_po_files): Use rsync.
19268         (update_po_files): Don't remove .po files after download,
19269         so future rsync runs can take advantage of the copies.
19270
19271         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
19272
19273         Solve the unnecessary-.po-file-regeneration problem once and for all.
19274         * build-aux/bootstrap (download_po_files): New function, renamed from
19275         get_translations.  Now, downloads, but doesn't update LINGUAS.
19276         (update_po_files): New function.
19277
19278         bootstrap: Ignore more.
19279         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
19280         uniwidth to e.g., lib/.gitignore.
19281         (slurp): Handle the sys_stat_.h -> sys mapping, too.
19282
19283         * build-aux/bootstrap: New setting: vc_ignore.
19284         (insert_sorted_if_absent): Create $file if absent.
19285         Adapt to new, possibly empty, list: $vc_ignore.
19286
19287         bootstrap: generate more ignorable names
19288         * build-aux/bootstrap (slurp): When generating ignorable names,
19289         also map .sin to .sed, .gperf to .c, and .y to .c.
19290
19291 2007-09-03  Jim Meyering  <jim@meyering.net>
19292
19293         * build-aux/git-version-gen: New file, from coreutils.  For details, see
19294         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
19295
19296 2007-09-02  Bruno Haible  <bruno@clisp.org>
19297
19298         Fix mis-recognition of 'mcs' on QNX 6.
19299         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
19300         output contains the string "Mono".
19301         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
19302         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
19303
19304 2007-09-01  Bruno Haible  <bruno@clisp.org>
19305
19306         Fix collision between uniwidth/* and linebreak modules.
19307         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
19308         u32_width): Remove declarations.
19309         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
19310         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
19311         streq3, streq2, streq1, streq0): Remove functions.
19312         (STREQ): Remove macro.
19313         (is_cjk_encoding): Remove function.
19314         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
19315         (uc_width, u8_width, u16_width, u32_width): Remove functions.
19316         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
19317         * NEWS: Document the change.
19318
19319 2007-09-01  Bruno Haible  <bruno@clisp.org>
19320
19321         * lib/streq.h: Add double-inclusion guard.
19322
19323 2007-09-01  Karl Berry  <karl@gnu.org>
19324
19325         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
19326
19327 2007-08-28  Jim Meyering  <jim@meyering.net>
19328
19329         Rename mreadlink_with_size to areadlink_with_size.
19330         * NEWS: Document the change.
19331         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
19332         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
19333         * lib/mreadlink.h: Rename this to...
19334         * lib/areadlink.h: ...this.
19335         * modules/mreadlink-with-size: Rename this to...
19336         * modules/areadlink-with-size: ...this.
19337         * lib/canonicalize.c: Reflect the renaming.
19338         * modules/canonicalize: Likewise.
19339
19340 2007-08-26  Bruno Haible  <bruno@clisp.org>
19341
19342         * gnulib-tool (func_import): When deciding which files to remove,
19343         consider also dangling symbolic links.
19344         Reported by Eric Blake.
19345
19346 2007-08-26  Bruno Haible  <bruno@clisp.org>
19347
19348         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
19349
19350 2007-08-23  Simon Josefsson  <simon@josefsson.org>
19351
19352         * lib/readline.c: Don't include getline.h, the prototype is now
19353         found in stdio.h.
19354
19355 2007-08-23  Jim Meyering  <jim@meyering.net>
19356
19357         Getdelim touchup.
19358         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
19359         around the funlockfile call, since funlockfile never sets errno.
19360         Don't set errno upon failed realloc.
19361
19362 2007-08-22  Eric Blake  <ebb9@byu.net>
19363
19364         Getline touchups.
19365         * lib/getdelim.c (getdelim): Revert regression that required *n to
19366         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
19367         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
19368         getdelim, rather than whether implementation is missing.
19369         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
19370         * lib/stdio_.h (getline): Also declare if replacement is
19371         required.
19372         * doc/functions/getdelim.texi: New file.
19373         * doc/functions/getline.texi: Likewise.
19374         * doc/gnulib.texi (Function Substitutes): Add new files.
19375         Reported by Bruno Haible.
19376
19377 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
19378
19379         * users.txt: Add Guile.
19380
19381 2007-08-22  Eric Blake  <ebb9@byu.net>
19382
19383         * tests/test-getdelim.c (main): Use remove, not unlink.
19384         * tests/test-getline.c (main): Likewise.
19385
19386         Move getline and getdelim into stdio.h, per POSIX 200x.
19387         * modules/getline (Files): Remove getline.h.
19388         (Depends-on): Add stdio.
19389         (configure.ac): Add module indicator.
19390         * modules/getdelim (Files): Remove getdelim.h.
19391         (Depends-on): Add stdio.
19392         (configure.ac): Add module indicator.
19393         * modules/stdio (Makefile.am): Work with new indicators.
19394         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
19395         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
19396         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
19397         * lib/getdelim.h: Delete.
19398         * lib/getline.h: Delete.
19399         * lib/stdio_.h (getdelim, getline): Declare.
19400         * modules/getdelim-tests: New module.
19401         * modules/getline-tests: Likewise.
19402         * tests/test-getdelim.c: New file.
19403         * tests/test-getline.c: Likewise.
19404         * NEWS: Document the change.
19405         * lib/getline.c: Update choice of header.
19406         * lib/csharpcomp.c: Likewise.
19407         * lib/getpass.c: Likewise.
19408         * lib/javacomp.c: Likewise.
19409         * lib/javaversion.c: Likewise.
19410         * lib/yesno.c: Likewise.
19411         * lib/getdelim.c: Likewise.
19412         (getdelim): Set errno on failure, and avoid memory leak.
19413
19414 2007-08-19  Bruno Haible  <bruno@clisp.org>
19415
19416         * modules/closein (Depends-on): Add freadahead.
19417         * lib/closein.c: Include freadahead.h.
19418         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
19419         is zero.
19420
19421 2007-08-19  Bruno Haible  <bruno@clisp.org>
19422
19423         * modules/freadahead-tests: New file.
19424         * tests/test-freadahead.sh: New file.
19425         * tests/test-freadahead.c: New file.
19426
19427         * modules/freadahead: New file.
19428         * lib/freadahead.h: New file.
19429         * lib/freadahead.c: New file.
19430         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
19431         fbufmode, fpurge, freadable, fwritable.
19432
19433 2007-08-19  Eric Blake  <ebb9@byu.net>
19434
19435         Test yesno in combination with closein.
19436         * lib/yesno.c (yesno): Document use of stdin.
19437         * modules/yesno-tests (Files): New module.
19438         * tests/test-yesno.c (main): New file.
19439         * tests/test-yesno.sh: Likewise.
19440
19441 2007-08-19  Bruno Haible  <bruno@clisp.org>
19442
19443         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
19444         * lib/fseeko.c (rpl_fseeko): Likewise.
19445         * lib/fseterr.c (fseterr): Likewise.
19446
19447 2007-08-19  Bruno Haible  <bruno@clisp.org>
19448
19449         * tests/test-lseek.c (main): Disable a test for BeOS.
19450         * doc/functions/lseek.texi: Document the BeOS bug.
19451
19452 2007-08-19  Bruno Haible  <bruno@clisp.org>
19453             Eric Blake  <ebb9@byu.net>
19454
19455         * lib/lseek.c: Include <sys/stat.h>.
19456         (rpl_lseek): Add workaround code also for Unix platforms.
19457         Needed for BeOS.
19458         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
19459         * doc/functions/lseek.texi: Document BeOS definiency.
19460
19461 2007-08-18  Bruno Haible  <bruno@clisp.org>
19462
19463         * modules/fstrcmp-tests: New file.
19464         * tests/test-fstrcmp.c: New file.
19465
19466 2007-08-18  Bruno Haible  <bruno@clisp.org>
19467
19468         * modules/fstrcmp: New file, from GNU gettext with modifications.
19469         * lib/fstrcmp.h: New file, from GNU gettext.
19470         * lib/fstrcmp.c: New file, from GNU gettext.
19471         * MODULES.html.sh (String handling): Add fstrcmp.
19472
19473 2007-08-18  Bruno Haible  <bruno@clisp.org>
19474
19475         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
19476         'bool'.
19477         (diag, compareseq): Remove const from the ctxt argument.
19478         (USE_HEURISTIC): Undefine at the end.
19479
19480 2007-08-18  Jim Meyering  <jim@meyering.net>
19481
19482         New file: lib/idcache.h
19483         * NEWS: Mention the addition.
19484         * modules/idcache (Files): Add lib/idcache.h
19485         * lib/idcache.c: Include "idcache.h".
19486         Don't include <sys/types.h>.
19487         Add a FIXME comment.
19488         Move file-scoped "static" declarations to the top.
19489         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
19490
19491 2007-08-17  Bruno Haible  <bruno@clisp.org>
19492         and Paul Eggert  <eggert@cs.ucla.edu>
19493
19494         * MODULES.html.sh: Add diffseq.
19495         * modules/diffseq: New file.
19496         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
19497         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
19498
19499 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         Import changes from coreutils for bootstrap script.
19502
19503         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
19504
19505         * build-aux/bootstrap (slurp): Work even in environments where
19506         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
19507         current code does not slurp files whose names start with ".", and
19508         this looks like it might be a troublesome area.
19509
19510         2007-07-11  Jim Meyering  <jim@meyering.net>
19511
19512         If there's a GPL vN copyright comment, require that N == 3.
19513
19514         2007-07-08  Jim Meyering  <jim@meyering.net>
19515
19516         Run the coreutils-specific code only if tests/Makefile.am.in exists.
19517         * build-aux/bootstrap (mam_template): Move definition out of loop.
19518
19519         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
19520
19521         * build-aux/bootstrap (symlink_to_dir): Rename function from
19522         symlink_to_gnulib.  Add a directory parameter.  Update all
19523         callers.
19524         (cp_mark_as_generated): Also check for -- and link to -- files in
19525         gl/.
19526
19527         2007-07-08  Jim Meyering  <jim@meyering.net>
19528
19529         Adapt to deeper hierarchy in gnulib.
19530         * build-aux/bootstrap (symlink_to_dir): If the destination
19531         directory doesn't exist, create it. This is required at least for
19532         "lib/uniwidth/cjk.h".
19533
19534         2007-05-15  Jim Meyering  <jim@meyering.net>
19535
19536         * build-aux/bootstrap: Now that generated Makefile.am files
19537         are no longer under version control, they must be created at
19538         bootstrap time.
19539
19540 2007-08-14  Ben Pfaff  <blp@gnu.org>
19541
19542         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
19543
19544 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19545
19546         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
19547         given the changes below.
19548         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
19549         even on hosts that have padding bits beyond the supported 64.
19550
19551 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
19554         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
19555         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
19556         depends on it.
19557         (xstrtol_error): Remove.
19558         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
19559         but with a different signature.
19560         (ATTRIBUTE_NORETURN, __attribute__): New macros.
19561         * lib/xstrtol-error.c: Include exitfail.h.
19562         (xstrtol_fatal): New function, with a different signature from the
19563         old xstrtol_error, so that the caller need not worry about passing
19564         in an exit status, or about storage management of the option argument.
19565         (xstrtol_error): Now a static function.  Redo signature to
19566         implement xstrtol_fatal.  Output the correct number of hyphens in
19567         front of the option so that the caller need not worry about
19568         storage management.
19569         (N_): New macro.
19570         (_): Remove; not used now.
19571         * modules/xstrtol: Depend on getopt.
19572         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
19573         of old STRTOL_FATAL_ERROR macro.
19574         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
19575         of test program.
19576         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
19577         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
19578
19579 2007-08-08  Eric Blake  <ebb9@byu.net>
19580
19581         * lib/xstrtol-error.c: Add missing include.
19582
19583         Move xstrtol messages into gnulib domain, when --pobase is used.
19584         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
19585         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
19586         * modules/xstrtol (Files): Distribute new file.
19587         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
19588         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
19589         * tests/test-xstrtol.c: ...into new file.
19590         * tests/test-xstrtoul.c: Also test xstrtoul.
19591         * tests/test-xstrtoimax.c: Also test xstrtoimax.
19592         * tests/test-xstrtoumax.c: Also test xstrtoumax.
19593         * tests/test-xstrtol.sh: Drive the tests.
19594         * tests/test-xstrtoimax.sh: Likewise.
19595         * tests/test-xstrtoumax.sh: Likewise.
19596         * modules/xstrtol-tests: New module.
19597         * modules/xstrtoimax-tests: Likewise.
19598         * modules/xstrtoumax-tests: Likewise.
19599
19600 2007-08-08  Jim Meyering  <jim@meyering.net>
19601
19602         New function: mfile_name_concat.
19603         * lib/filenamecat.c (mfile_name_concat): New function, just like
19604         file_name_concat, but return NULL upon failure rather than exiting
19605         with a diagnostic.
19606         * lib/filenamecat.h: Declare it.
19607
19608 2007-08-07  Bruno Haible  <bruno@clisp.org>
19609
19610         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
19611         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
19612         warning from gcc.
19613         Reported by Eric Blake.
19614
19615 2007-08-07  Simon Josefsson  <simon@josefsson.org>
19616
19617         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
19618         * modules/crypto/arcfour (License): Likewise.
19619         * modules/crypto/des-tests (License): Likewise.
19620         * modules/crypto/gc-arctwo-tests (License): Likewise.
19621         * modules/crypto/gc-des-tests (License): Likewise.
19622         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
19623         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
19624         * modules/crypto/gc-md2-tests (License): Likewise.
19625         * modules/crypto/gc-md4-tests (License): Likewise.
19626         * modules/crypto/gc-md5-tests (License): Likewise.
19627         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
19628         * modules/crypto/gc-rijndael-tests (License): Likewise.
19629         * modules/crypto/gc-sha1-tests (License): Likewise.
19630         * modules/crypto/gc-tests (License): Likewise.
19631         * modules/crypto/hmac-md5 (License): Likewise.
19632         * modules/crypto/hmac-sha1 (License): Likewise.
19633         * modules/crypto/md2-tests (License): Likewise.
19634         * modules/crypto/md4-tests (License): Likewise.
19635         * modules/crypto/md5 (License): Likewise.
19636         * modules/crypto/rijndael (License): Likewise.
19637         * modules/crypto/sha1 (License): Likewise.
19638         * modules/memxor (License): Likewise.
19639
19640 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19641         and Bruno Haible  <bruno@clisp.org>
19642
19643         * NEWS: Describe interface changes to human, xstrtol.
19644         * lib/human.h: Include <xstrtol.h>.
19645         (human_options): Return enum strtol_error, not int.  Remove
19646         bool arg; take int * instead.
19647         * lib/human.c: Don't include "gettext.h".
19648         (_): Remove; no longer used.
19649         Don't include <xstrtol.h>, since human.h does it.
19650         (human_options): Adjust to abovementioned interface changes.
19651         Do not report error to stderr; that's now the caller's
19652         responsibility.
19653         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
19654         interface change.
19655         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
19656         Str, Argument_type_string.  All uses changed.  Put " argument"
19657         in diagnostics to make them clearer.  Change wording of suffix
19658         message for clarity.
19659         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
19660         Argument_type_string.
19661         (STRTOL_FATAL_WARN): Remove; no longer used.
19662         * modules/human (Depends-on): Remove gettext-h.
19663
19664 2007-08-06  Simon Josefsson  <simon@josefsson.org>
19665
19666         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
19667
19668 2007-07-31  Bruno Haible  <bruno@clisp.org>
19669
19670         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
19671         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
19672         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
19673
19674 2007-07-31  Bruno Haible  <bruno@clisp.org>
19675
19676         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
19677         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
19678
19679 2007-07-30  Bruno Haible  <bruno@clisp.org>
19680
19681         * modules/base64 (License): Use the synonymous term "LGPLv2+".
19682         * modules/c-ctype (License): Likewise.
19683         * modules/c-strcase (License): Likewise.
19684         * modules/check-version (License): Likewise.
19685         * modules/iconv (License): Likewise.
19686         * modules/iconv_open (License): Likewise.
19687         * modules/read-file (License): Likewise.
19688         * modules/striconv (License): Likewise.
19689         * modules/strverscmp (License): Likewise.
19690         * modules/vasprintf (License): Likewise.
19691         * modules/crypto/des (License): Likewise.
19692         * modules/crypto/gc (License): Likewise.
19693         * modules/crypto/gc-arcfour (License): Likewise.
19694         * modules/crypto/gc-arctwo (License): Likewise.
19695         * modules/crypto/gc-des (License): Likewise.
19696         * modules/crypto/gc-hmac-md5 (License): Likewise.
19697         * modules/crypto/gc-hmac-sha1 (License): Likewise.
19698         * modules/crypto/gc-md2 (License): Likewise.
19699         * modules/crypto/gc-md4 (License): Likewise.
19700         * modules/crypto/gc-md5 (License): Likewise.
19701         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
19702         * modules/crypto/gc-random (License): Likewise.
19703         * modules/crypto/gc-rijndael (License): Likewise.
19704         * modules/crypto/gc-sha1 (License): Likewise.
19705         * modules/crypto/md2 (License): Likewise.
19706         * modules/crypto/md4 (License): Likewise.
19707
19708 2007-07-30  Jim Meyering  <jim@meyering.net>
19709
19710         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
19711         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
19712         it has valid stat data.  This bug would cause du not to count the
19713         sizes of inaccessible directories.
19714         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
19715         in <http://bugzilla.redhat.com/250077>.
19716
19717 2007-07-25  Peter O'Gorman  <peter@pogma.com>
19718             Bruno Haible  <bruno@clisp.org>
19719
19720         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
19721         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
19722         #include_next, gives a diagnostic about it, but reports no error in
19723         the exit code.
19724         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19725
19726 2007-07-24  Ben Pfaff  <blp@gnu.org>
19727
19728         Improve name: "count-one-bits" is better than "popcount".
19729         * MODULES.html.sh: Update name.
19730         * lib/popcount.h: Renamed lib/count-one-bits.h.
19731         (popcount): Renamed count_one_bits.
19732         (popcountl): Renamed count_one_bits_l.
19733         (popcountll): Renamed count_one_bits_ll.
19734         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
19735         * modules/popcount: Renamed module/count-one-bits.
19736         * modules/popcount-tests: Renamed module/count-one-bits-tests.
19737         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
19738
19739 2007-07-23  Ben Pfaff  <blp@gnu.org>
19740
19741         * lib/popcount.h (popcount32): Reduce size of constants, to allow
19742         better code generation, and add U to large constants to avoid
19743         warnings, in non-GCC case.
19744         Suggested by Bruno Haible.
19745
19746 2007-07-23  Ben Pfaff  <blp@gnu.org>
19747
19748         * lib/popcount.h: Use verify_true instead of if...abort.
19749         * modules/popcount: Depend on verify module.
19750         Suggested by Jim Meyering.
19751
19752 2007-07-23  Bruno Haible  <bruno@clisp.org>
19753
19754         * gnulib-tool (func_import): Create a .cvsignore file also when the
19755         directory is not yet in CVS but the toplevel directory is. When
19756         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
19757         Reported by Karl Berry.
19758
19759 2007-07-22  Ben Pfaff  <blp@gnu.org>
19760
19761         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
19762         case.
19763         Suggested by Eric Blake.
19764
19765 2007-07-22  Ben Pfaff  <blp@gnu.org>
19766
19767         New module: popcount.
19768         * MODULES.html.sh: Add popcount.
19769         * modules/popcount: New file.
19770         * modules/popcount-tests: New file.
19771         * tests/test-popcount.c: New file.
19772         * lib/popcount.h: New file.
19773         * m4/popcount.m4: New file.
19774
19775 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19776
19777         * build-aux/announce-gen: Update to GPLv3.
19778
19779         * build-aux/config.guess: Update from config.
19780
19781 2007-07-21  Bruno Haible  <bruno@clisp.org>
19782
19783         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
19784         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
19785
19786 2007-07-20  Jim Meyering  <jim@meyering.net>
19787
19788         * check-module: Diagnose a self-dependency.
19789
19790 2007-07-19  Bruno Haible  <bruno@clisp.org>
19791
19792         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
19793         empty.
19794         Reported by Eric Blake.
19795
19796 2007-07-18  Bruno Haible  <bruno@clisp.org>
19797
19798         * gnulib-tool: New options --po-base, --po-domain.
19799         (func_usage): Document them.
19800         (pobase, po_domain): New variables.
19801         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
19802         DEFAULT_TEXT_DOMAIN.
19803         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
19804         (func_import): Consider pobase and po_domain. Create a po/ directory.
19805         (func_create_testdir): Set pobase and po_domain to empty.
19806         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
19807         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
19808
19809 2007-07-18  Bruno Haible  <bruno@clisp.org>
19810
19811         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19812         EXTRA_DIST augmentation for files in build-aux/.
19813
19814 2007-07-16  Bruno Haible  <bruno@clisp.org>
19815
19816         * modules/lseek (License): Use the synonymous term "LGPLv2+".
19817         * modules/getdelim (License): Likewise.
19818
19819 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19820
19821         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
19822         * modules/d-type (License): Likewise.
19823         * modules/extensions (License): Likewise.
19824         * modules/fnmatch (License): Likewise.
19825         * modules/fseeko (License): Likewise.
19826         * modules/getaddrinfo (License): Likewise.
19827         * modules/getline (License): Likewise.
19828         * modules/getlogin_r (License): Likewise.
19829         * modules/getpass (License): Likewise.
19830         * modules/gettimeofday (License): Likewise.
19831         * modules/glob (License): Likewise.
19832         * modules/inet_ntop (License): Likewise.
19833         * modules/malloc (License): Likewise.
19834         * modules/malloca (License): Likewise.
19835         * modules/memmem (License): Likewise.
19836         * modules/mempcpy (License): Likewise.
19837         * modules/memset (License): Likewise.
19838         * modules/minmax (License): Likewise.
19839         * modules/mktime (License): Likewise.
19840         * modules/netinet_in (License): Likewise.
19841         * modules/pathmax (License): Likewise.
19842         * modules/poll (License): Likewise.
19843         * modules/regex (License): Likewise.
19844         * modules/snprintf (License): Likewise.
19845         * modules/stdbool (License): Likewise.
19846         * modules/stdint (License): Likewise.
19847         * modules/stdio (License): Likewise.
19848         * modules/strcase (License): Likewise.
19849         * modules/strcasestr (License): Likewise.
19850         * modules/strdup (License): Likewise.
19851         * modules/string (License): Likewise.
19852         * modules/strndup (License): Likewise.
19853         * modules/strnlen (License): Likewise.
19854         * modules/strpbrk (License): Likewise.
19855         * modules/strptime (License): Likewise.
19856         * modules/strsep (License): Likewise.
19857         * modules/sys_select (License): Likewise.
19858         * modules/sys_socket (License): Likewise.
19859         * modules/sys_stat (License): Likewise.
19860         * modules/sys_time (License): Likewise.
19861         * modules/time (License): Likewise.
19862         * modules/time_r (License): Likewise.
19863         * modules/timegm (License): Likewise.
19864         * modules/unistd (License): Likewise.
19865         * modules/vsnprintf (License): Likewise.
19866         * modules/wctype (License): Likewise.
19867
19868 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19869
19870         * modules/argz (License): LGPLv2+.
19871
19872 2007-07-15  Karl Berry  <karl@gnu.org>
19873
19874         * doc/gnulib.texi: revise node structure per new fdl.texi.
19875
19876 2007-07-14  Bruno Haible  <bruno@clisp.org>
19877
19878         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
19879         the output file.
19880         * lib/uniname/uninames.h: Regenerated.
19881
19882 2007-07-14  Karl Berry  <karl@gnu.org>
19883
19884         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
19885         omitting sectioning and index commands.
19886
19887 2007-07-13  Bruno Haible  <bruno@clisp.org>
19888
19889         New gnulib-tool option --more-symlinks.
19890         * gnulib-tool (func_usage): Document --more-symlinks.
19891         (do_copyrights): New variable.
19892         Recognize option --more-symlinks.
19893         (func_import): Don't add a copyright notice transform to
19894         sed_transform_lib_file if do_copyrights is empty.
19895
19896 2007-07-13  Bruno Haible  <bruno@clisp.org>
19897
19898         * lib/vasnprintf.c (decimal_point_char): Define also if
19899         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
19900         && !NEED_PRINTF_DIRECTIVE_A.
19901         Reported by Clemens Koller <clemens.koller@anagramm.de> via
19902         Gary V. Vaughan <gary@gnu.org>.
19903
19904 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
19905
19906         * lib/inttypes_.h: Undo previous change, since it was fixed
19907         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
19908
19909 2007-07-13  Bruno Haible  <bruno@clisp.org>
19910
19911         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
19912         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
19913
19914 2007-07-13  Jim Meyering  <jim@meyering.net>
19915
19916         df: Don't fail for Tru64's "file-on-file mount".
19917         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
19918         so we fall through and use statfs instead.  Details here:
19919         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
19920         Reported by Albert Chin.
19921
19922 2007-07-13  Bruno Haible  <bruno@clisp.org>
19923
19924         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
19925         * modules/configmake (License): Likewise.
19926         * modules/gettext (License): Likewise.
19927         * modules/gettext-h (License): Likewise.
19928         * modules/include_next (License): Likewise.
19929         * modules/link-warning (License): Likewise.
19930         * modules/localcharset (License): Likewise.
19931         * modules/localename (License): Likewise.
19932         * modules/lock (License): Likewise.
19933         * modules/relocatable-lib-lgpl (License): Likewise.
19934         * modules/size_max (License): Likewise.
19935         * modules/vasnprintf (License): Likewise.
19936         * modules/wchar (License): Likewise.
19937         * modules/xsize (License): Likewise.
19938
19939 2007-07-13  Bruno Haible  <bruno@clisp.org>
19940
19941         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
19942         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
19943
19944 2007-07-12  Bruno Haible  <bruno@clisp.org>
19945
19946         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
19947         in the modules files.
19948
19949 2007-07-11  Karl Berry  <karl@gnu.org>
19950
19951         * MODULES.html.sh (func_module): use
19952          sed -e '\|^'"${includefile}"'$|d'
19953          instead of /.../d, to avoid errors on $includefile's containing /.
19954
19955 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
19956
19957         * gnulib-tool (func_import): Avoid duplication of --avoid
19958         statements
19959         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
19960         names to `_' in variable names.
19961
19962 2007-07-10  Eric Blake  <ebb9@byu.net>
19963
19964         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
19965         * NEWS: Document this change.
19966
19967 2007-07-08  Bruno Haible  <bruno@clisp.org>
19968
19969         Update to Unicode 5.0.
19970         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
19971         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
19972         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
19973         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
19974         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
19975         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
19976         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
19977         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
19978         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
19979         U+10A3F, U+1D242..U+1D244.
19980         (nonspacing_table_ind): Update.
19981         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
19982         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
19983
19984 2007-07-08  Bruno Haible  <bruno@clisp.org>
19985
19986         Update to Unicode 5.0.
19987         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
19988         code transform. Extend the name index field of unicode_name_to_code and
19989         unicode_code_to_name from 16 to 24 bits.
19990         * lib/uniname/uniname.c (unicode_character_name,
19991         unicode_name_character): Add the range 0x12xxx to the code transform.
19992         * lib/uniname/uninames.h: Regenerated.
19993         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
19994
19995 2007-07-07  Bruno Haible  <bruno@clisp.org>
19996
19997         * modules/wcwidth-tests: New file.
19998         * tests/test-wcwidth.c: New file.
19999
20000         Work around MacOS X wcwidth() bug.
20001         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
20002         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
20003         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
20004         original wcwidth in non-UTF-8 locales.
20005         * modules/wcwidth (Depends-on): Add localcharset, streq,
20006         uniwidth/width.
20007         * doc/functions/wcwidth.texi: Update.
20008
20009 2007-07-07  Bruno Haible  <bruno@clisp.org>
20010
20011         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
20012         (wcwidth): New declaration.
20013         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
20014         macros.
20015         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
20016         here. Prepare for creating <wchar.h> unconditionally.
20017         * modules/wchar (Depends-on): Add link-warning.
20018         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
20019         REPLACE_WCWIDTH, and GL_LINK_WARNING.
20020         * lib/wcwidth.h: Remove file.
20021         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
20022         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
20023         * modules/wcwidth (Files): Remove lib/wcwidth.h.
20024         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
20025         (Include): Replace wcwidth.h with <wchar.h>.
20026         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
20027         * lib/mbchar.h: Don't include wcwidth.h.
20028         * lib/mbswidth.c: Likewise.
20029         * NEWS: Mention the change.
20030
20031 2007-07-07  Bruno Haible  <bruno@clisp.org>
20032
20033         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
20034         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
20035         definition with an external declaration.
20036         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
20037         defined as a function. Remove AC_C_INLINE requirement.
20038         * modules/wcwidth (Files): Add lib/wcwidth.c.
20039         (Makefile.am): Remove redundant statement.
20040
20041 2007-07-07  Bruno Haible  <bruno@clisp.org>
20042
20043         * MODULES.html.sh (Unicode string functions): Add the new modules.
20044
20045         * tests/uniwidth/test-u32-strwidth.c: New file.
20046         * modules/uniwidth/u32-strwidth-tests: New file.
20047
20048         * lib/uniwidth/u32-strwidth.c: New file.
20049         * modules/uniwidth/u32-strwidth: New file.
20050
20051         * tests/uniwidth/test-u16-strwidth.c: New file.
20052         * modules/uniwidth/u16-strwidth-tests: New file.
20053
20054         * lib/uniwidth/u16-strwidth.c: New file.
20055         * modules/uniwidth/u16-strwidth: New file.
20056
20057         * tests/uniwidth/test-u8-strwidth.c: New file.
20058         * modules/uniwidth/u8-strwidth-tests: New file.
20059
20060         * lib/uniwidth/u8-strwidth.c: New file.
20061         * modules/uniwidth/u8-strwidth: New file.
20062
20063         * tests/uniwidth/test-u32-width.c: New file.
20064         * modules/uniwidth/u32-width-tests: New file.
20065
20066         * lib/uniwidth/u32-width.c: New file.
20067         * modules/uniwidth/u32-width: New file.
20068
20069         * tests/uniwidth/test-u16-width.c: New file.
20070         * modules/uniwidth/u16-width-tests: New file.
20071
20072         * lib/uniwidth/u16-width.c: New file.
20073         * modules/uniwidth/u16-width: New file.
20074
20075         * tests/uniwidth/test-u8-width.c: New file.
20076         * modules/uniwidth/u8-width-tests: New file.
20077
20078         * lib/uniwidth/u8-width.c: New file.
20079         * modules/uniwidth/u8-width: New file.
20080
20081         * tests/uniwidth/test-uc_width.c: New file.
20082         * modules/uniwidth/width-tests: New file.
20083
20084         * lib/uniwidth/width.c: New file, from GNU libiconv.
20085         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
20086         * modules/uniwidth/width: New file.
20087
20088         * lib/uniwidth.h: New file, from GNU libiconv.
20089         * modules/uniwidth/base: New file.
20090
20091 2007-07-07  Bruno Haible  <bruno@clisp.org>
20092
20093         * lib/uniname.h: New file, from GNU gettext.
20094         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
20095         * lib/uniname/uninames.h: New file, from GNU gettext.
20096         * lib/uniname/uniname.c: New file, from GNU gettext.
20097         * tests/uniname/test-uninames.sh: New file.
20098         * tests/uniname/test-uninames.c: New file, from GNU gettext.
20099         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
20100         * modules/uniname/base: New file.
20101         * modules/uniname/uniname: New file.
20102         * modules/uniname/uniname-tests: New file.
20103         * MODULES.html.sh (Unicode string functions): Add the new modules.
20104
20105 2007-07-06  Bruno Haible  <bruno@clisp.org>
20106
20107         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
20108
20109 2007-07-06  Bruno Haible  <bruno@clisp.org>
20110
20111         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
20112         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
20113         includes <cygwin/sys_time.h> which includes <sys/select.h> which
20114         include <sys/time.h>.
20115         Reported by Eric Blake.
20116
20117 2007-07-06  Eric Blake  <ebb9@byu.net>
20118
20119         Fix testing canonicalize on cygwin.
20120         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20121         Revert patch from 2007-06-19.
20122         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
20123         canonicalize module is also in use.
20124         * tests/test-canonicalize.c: New file.
20125         * tests/test-canonicalize.sh: Likewise.
20126         * modules/canonicalize-tests: Likewise.
20127
20128 2007-07-06  Jim Meyering  <jim@meyering.net>
20129
20130         * lib/getugroups.c (getugroups): Detect getgrent failure.
20131         Adjust comment to reflect reality: this function may return -1.
20132
20133 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
20134
20135         * build-aux/bootstrap (TP_URL,get_translations): Update to use
20136         the new TP address.
20137         (usage): Fix typo
20138         (gnulib_mk): New variable.
20139
20140 2007-07-05  Jim Meyering  <jim@meyering.net>
20141
20142         Don't let endgrent clobber errno, no matter how improbable.
20143         * lib/getugroups.c (getugroups): Save and restore errno around
20144         endgrent call.
20145
20146         Close the group DB even when failing with 2^31 or more members.
20147         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
20148
20149 2007-07-04  Jim Meyering  <jim@meyering.net>
20150
20151         * lib/getugroups.h: New file.
20152         * lib/getugroups.c: Include "getugroups.h".
20153         Remove uses of "register" keyword.
20154         Move local variable, "cp", down into scope where used.
20155         Give "username" parameter the "const" attribute.
20156         * modules/getugroups (Files): Add lib/getugroups.h
20157
20158 2007-07-04  Karl Berry  <karl@gnu.org>
20159
20160         * MODULES.html.sh (func_all_modules): Complete rename of
20161         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
20162
20163 2007-07-02  Bruno Haible  <bruno@clisp.org>
20164
20165         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
20166         mode, when inttypes.h comes from gnulib.
20167         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20168
20169 2007-07-02  Simon Josefsson  <simon@josefsson.org>
20170
20171         * NEWS: Mention lgpl module name change.
20172
20173         * modules/lgpl-2.1: Renamed from lgpl.
20174
20175         * NEWS: Mention gpl module name change.
20176
20177         * modules/gpl-3.0: New file, based on gpl-2.0.
20178
20179         * modules/gpl-2.0: Renamed from gpl.
20180
20181         * modules/gpl: Fix filename, doc/gpl.texi is now found at
20182         doc/gpl-2.0.texi.
20183
20184 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20185
20186         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
20187         #define __STDC_LIMIT_MACROS temporarily while including
20188         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
20189         Problem reported by Joel E. Denny in
20190         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
20191
20192 2007-07-01  Bruno Haible  <bruno@clisp.org>
20193
20194         * lib/unistdio.h: New file.
20195         * lib/unistdio/u-asnprintf.h: New file.
20196         * lib/unistdio/u-asprintf.h: New file.
20197         * lib/unistdio/u-printf-args.c: New file.
20198         * lib/unistdio/u-printf-args.h: New file.
20199         * lib/unistdio/u-printf-parse.h: New file.
20200         * lib/unistdio/u-snprintf.h: New file.
20201         * lib/unistdio/u-sprintf.h: New file.
20202         * lib/unistdio/u-vasprintf.h: New file.
20203         * lib/unistdio/u-vsnprintf.h: New file.
20204         * lib/unistdio/u-vsprintf.h: New file.
20205         * lib/unistdio/ulc-asnprintf.c: New file.
20206         * lib/unistdio/ulc-asprintf.c: New file.
20207         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
20208         * lib/unistdio/ulc-printf-parse.c: New file.
20209         * lib/unistdio/ulc-snprintf.c: New file.
20210         * lib/unistdio/ulc-sprintf.c: New file.
20211         * lib/unistdio/ulc-vasnprintf.c: New file.
20212         * lib/unistdio/ulc-vasprintf.c: New file.
20213         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
20214         * lib/unistdio/ulc-vsnprintf.c: New file.
20215         * lib/unistdio/ulc-vsprintf.c: New file.
20216         * lib/unistdio/u8-asnprintf.c: New file.
20217         * lib/unistdio/u8-asprintf.c: New file.
20218         * lib/unistdio/u8-printf-parse.c: New file.
20219         * lib/unistdio/u8-snprintf.c: New file.
20220         * lib/unistdio/u8-sprintf.c: New file.
20221         * lib/unistdio/u8-vasnprintf.c: New file.
20222         * lib/unistdio/u8-vasprintf.c: New file.
20223         * lib/unistdio/u8-vsnprintf.c: New file.
20224         * lib/unistdio/u8-vsprintf.c: New file.
20225         * lib/unistdio/u8-u8-asnprintf.c: New file.
20226         * lib/unistdio/u8-u8-asprintf.c: New file.
20227         * lib/unistdio/u8-u8-snprintf.c: New file.
20228         * lib/unistdio/u8-u8-sprintf.c: New file.
20229         * lib/unistdio/u8-u8-vasnprintf.c: New file.
20230         * lib/unistdio/u8-u8-vasprintf.c: New file.
20231         * lib/unistdio/u8-u8-vsnprintf.c: New file.
20232         * lib/unistdio/u8-u8-vsprintf.c: New file.
20233         * lib/unistdio/u16-asnprintf.c: New file.
20234         * lib/unistdio/u16-asprintf.c: New file.
20235         * lib/unistdio/u16-printf-parse.c: New file.
20236         * lib/unistdio/u16-snprintf.c: New file.
20237         * lib/unistdio/u16-sprintf.c: New file.
20238         * lib/unistdio/u16-vasnprintf.c: New file.
20239         * lib/unistdio/u16-vasprintf.c: New file.
20240         * lib/unistdio/u16-vsnprintf.c: New file.
20241         * lib/unistdio/u16-vsprintf.c: New file.
20242         * lib/unistdio/u16-u16-asnprintf.c: New file.
20243         * lib/unistdio/u16-u16-asprintf.c: New file.
20244         * lib/unistdio/u16-u16-snprintf.c: New file.
20245         * lib/unistdio/u16-u16-sprintf.c: New file.
20246         * lib/unistdio/u16-u16-vasnprintf.c: New file.
20247         * lib/unistdio/u16-u16-vasprintf.c: New file.
20248         * lib/unistdio/u16-u16-vsnprintf.c: New file.
20249         * lib/unistdio/u16-u16-vsprintf.c: New file.
20250         * lib/unistdio/u32-asnprintf.c: New file.
20251         * lib/unistdio/u32-asprintf.c: New file.
20252         * lib/unistdio/u32-printf-parse.c: New file.
20253         * lib/unistdio/u32-snprintf.c: New file.
20254         * lib/unistdio/u32-sprintf.c: New file.
20255         * lib/unistdio/u32-vasnprintf.c: New file.
20256         * lib/unistdio/u32-vasprintf.c: New file.
20257         * lib/unistdio/u32-vsnprintf.c: New file.
20258         * lib/unistdio/u32-vsprintf.c: New file.
20259         * lib/unistdio/u32-u32-asnprintf.c: New file.
20260         * lib/unistdio/u32-u32-asprintf.c: New file.
20261         * lib/unistdio/u32-u32-snprintf.c: New file.
20262         * lib/unistdio/u32-u32-sprintf.c: New file.
20263         * lib/unistdio/u32-u32-vasnprintf.c: New file.
20264         * lib/unistdio/u32-u32-vasprintf.c: New file.
20265         * lib/unistdio/u32-u32-vsnprintf.c: New file.
20266         * lib/unistdio/u32-u32-vsprintf.c: New file.
20267         * tests/unistdio/test-ulc-asnprintf1.c: New file.
20268         * tests/unistdio/test-ulc-asnprintf1.h: New file.
20269         * tests/unistdio/test-ulc-printf1.h: New file.
20270         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
20271         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
20272         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
20273         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
20274         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
20275         * tests/unistdio/test-ulc-vasprintf1.c: New file.
20276         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
20277         * tests/unistdio/test-ulc-vsprintf1.c: New file.
20278         * tests/unistdio/test-u8-asnprintf1.c: New file.
20279         * tests/unistdio/test-u8-asnprintf1.h: New file.
20280         * tests/unistdio/test-u8-printf1.h: New file.
20281         * tests/unistdio/test-u8-vasnprintf1.c: New file.
20282         * tests/unistdio/test-u8-vasnprintf2.c: New file.
20283         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
20284         * tests/unistdio/test-u8-vasnprintf3.c: New file.
20285         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
20286         * tests/unistdio/test-u8-vasprintf1.c: New file.
20287         * tests/unistdio/test-u8-vsnprintf1.c: New file.
20288         * tests/unistdio/test-u8-vsprintf1.c: New file.
20289         * tests/unistdio/test-u16-asnprintf1.c: New file.
20290         * tests/unistdio/test-u16-asnprintf1.h: New file.
20291         * tests/unistdio/test-u16-printf1.h: New file.
20292         * tests/unistdio/test-u16-vasnprintf1.c: New file.
20293         * tests/unistdio/test-u16-vasnprintf2.c: New file.
20294         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
20295         * tests/unistdio/test-u16-vasnprintf3.c: New file.
20296         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
20297         * tests/unistdio/test-u16-vasprintf1.c: New file.
20298         * tests/unistdio/test-u16-vsnprintf1.c: New file.
20299         * tests/unistdio/test-u16-vsprintf1.c: New file.
20300         * tests/unistdio/test-u32-asnprintf1.c: New file.
20301         * tests/unistdio/test-u32-asnprintf1.h: New file.
20302         * tests/unistdio/test-u32-printf1.h: New file.
20303         * tests/unistdio/test-u32-vasnprintf1.c: New file.
20304         * tests/unistdio/test-u32-vasnprintf2.c: New file.
20305         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
20306         * tests/unistdio/test-u32-vasnprintf3.c: New file.
20307         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
20308         * tests/unistdio/test-u32-vasprintf1.c: New file.
20309         * tests/unistdio/test-u32-vsnprintf1.c: New file.
20310         * tests/unistdio/test-u32-vsprintf1.c: New file.
20311         * modules/unistdio/base: New file.
20312         * modules/unistdio/u-printf-args: New file.
20313         * modules/unistdio/ulc-asnprintf: New file.
20314         * modules/unistdio/ulc-asprintf: New file.
20315         * modules/unistdio/ulc-fprintf: New file.
20316         * modules/unistdio/ulc-printf-parse: New file.
20317         * modules/unistdio/ulc-snprintf: New file.
20318         * modules/unistdio/ulc-sprintf: New file.
20319         * modules/unistdio/ulc-vasnprintf: New file.
20320         * modules/unistdio/ulc-vasprintf: New file.
20321         * modules/unistdio/ulc-vfprintf: New file.
20322         * modules/unistdio/ulc-vsnprintf: New file.
20323         * modules/unistdio/ulc-vsprintf: New file.
20324         * modules/unistdio/u8-asnprintf: New file.
20325         * modules/unistdio/u8-asprintf: New file.
20326         * modules/unistdio/u8-printf-parse: New file.
20327         * modules/unistdio/u8-snprintf: New file.
20328         * modules/unistdio/u8-sprintf: New file.
20329         * modules/unistdio/u8-vasnprintf: New file.
20330         * modules/unistdio/u8-vasprintf: New file.
20331         * modules/unistdio/u8-vsnprintf: New file.
20332         * modules/unistdio/u8-vsprintf: New file.
20333         * modules/unistdio/u8-u8-asnprintf: New file.
20334         * modules/unistdio/u8-u8-asprintf: New file.
20335         * modules/unistdio/u8-u8-snprintf: New file.
20336         * modules/unistdio/u8-u8-sprintf: New file.
20337         * modules/unistdio/u8-u8-vasnprintf: New file.
20338         * modules/unistdio/u8-u8-vasprintf: New file.
20339         * modules/unistdio/u8-u8-vsnprintf: New file.
20340         * modules/unistdio/u8-u8-vsprintf: New file.
20341         * modules/unistdio/u16-asnprintf: New file.
20342         * modules/unistdio/u16-asprintf: New file.
20343         * modules/unistdio/u16-printf-parse: New file.
20344         * modules/unistdio/u16-snprintf: New file.
20345         * modules/unistdio/u16-sprintf: New file.
20346         * modules/unistdio/u16-vasnprintf: New file.
20347         * modules/unistdio/u16-vasprintf: New file.
20348         * modules/unistdio/u16-vsnprintf: New file.
20349         * modules/unistdio/u16-vsprintf: New file.
20350         * modules/unistdio/u16-u16-asnprintf: New file.
20351         * modules/unistdio/u16-u16-asprintf: New file.
20352         * modules/unistdio/u16-u16-snprintf: New file.
20353         * modules/unistdio/u16-u16-sprintf: New file.
20354         * modules/unistdio/u16-u16-vasnprintf: New file.
20355         * modules/unistdio/u16-u16-vasprintf: New file.
20356         * modules/unistdio/u16-u16-vsnprintf: New file.
20357         * modules/unistdio/u16-u16-vsprintf: New file.
20358         * modules/unistdio/u32-asnprintf: New file.
20359         * modules/unistdio/u32-asprintf: New file.
20360         * modules/unistdio/u32-printf-parse: New file.
20361         * modules/unistdio/u32-snprintf: New file.
20362         * modules/unistdio/u32-sprintf: New file.
20363         * modules/unistdio/u32-vasnprintf: New file.
20364         * modules/unistdio/u32-vasprintf: New file.
20365         * modules/unistdio/u32-vsnprintf: New file.
20366         * modules/unistdio/u32-vsprintf: New file.
20367         * modules/unistdio/u32-u32-asnprintf: New file.
20368         * modules/unistdio/u32-u32-asprintf: New file.
20369         * modules/unistdio/u32-u32-snprintf: New file.
20370         * modules/unistdio/u32-u32-sprintf: New file.
20371         * modules/unistdio/u32-u32-vasnprintf: New file.
20372         * modules/unistdio/u32-u32-vasprintf: New file.
20373         * modules/unistdio/u32-u32-vsnprintf: New file.
20374         * modules/unistdio/u32-u32-vsprintf: New file.
20375         * modules/unistdio/ulc-asnprintf-tests: New file.
20376         * modules/unistdio/ulc-vasnprintf-tests: New file.
20377         * modules/unistdio/ulc-vasprintf-tests: New file.
20378         * modules/unistdio/ulc-vsnprintf-tests: New file.
20379         * modules/unistdio/ulc-vsprintf-tests: New file.
20380         * modules/unistdio/u8-asnprintf-tests: New file.
20381         * modules/unistdio/u8-vasnprintf-tests: New file.
20382         * modules/unistdio/u8-vasprintf-tests: New file.
20383         * modules/unistdio/u8-vsnprintf-tests: New file.
20384         * modules/unistdio/u8-vsprintf-tests: New file.
20385         * modules/unistdio/u16-asnprintf-tests: New file.
20386         * modules/unistdio/u16-vasnprintf-tests: New file.
20387         * modules/unistdio/u16-vasprintf-tests: New file.
20388         * modules/unistdio/u16-vsnprintf-tests: New file.
20389         * modules/unistdio/u16-vsprintf-tests: New file.
20390         * modules/unistdio/u32-asnprintf-tests: New file.
20391         * modules/unistdio/u32-vasnprintf-tests: New file.
20392         * modules/unistdio/u32-vasprintf-tests: New file.
20393         * modules/unistdio/u32-vsnprintf-tests: New file.
20394         * modules/unistdio/u32-vsprintf-tests: New file.
20395         * MODULES.html.sh (Unicode string functions): Add the new modules.
20396
20397 2007-07-01  Bruno Haible  <bruno@clisp.org>
20398
20399         * lib/sprintf.c (sprintf): Limit the available length estimation,
20400         to avoid address wraparound.
20401         * lib/vsprintf.c (vsprintf): Likewise.
20402         * modules/sprintf-posix (Dependencies): Add stdint.
20403         * modules/vsprintf-posix (Dependencies): Likewise.
20404
20405 2007-07-01  Bruno Haible  <bruno@clisp.org>
20406
20407         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
20408         Windows PATH as well. Conservative double-quoting. Comments.
20409
20410 2007-07-01  Bruno Haible  <bruno@clisp.org>
20411             Eric Blake  <ebb9@byu.net>
20412             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20413
20414         * gnulib-tool (self_abspathname): Fix algorithm to cope with
20415         empty components in $PATH, denoting '.'.
20416
20417 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20418
20419         * gnulib-tool: Fix indentation.
20420         (func_create_megatestdir): Likewise.
20421         Report by Bruno Haible.
20422
20423 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20424
20425         Sync from Automake.
20426         * build-aux/gnupload: Fix shell portability issues with for loops.
20427         Report by Karl Berry.
20428
20429 2007-06-29  Simon Josefsson  <simon@josefsson.org>
20430
20431         * build-aux/maint.mk (POURL): Use translationproject.org.
20432
20433 2007-06-27  Simon Josefsson  <simon@josefsson.org>
20434             Bruno Haible  <bruno@clisp.org>
20435
20436         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
20437         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
20438         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
20439         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
20440         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
20441
20442 2007-06-27  Bruno Haible  <bruno@clisp.org>
20443
20444         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
20445         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
20446
20447 2007-06-26  Karl Berry  <karl@gnu.org>
20448
20449         * MODULES.html.sh: remove xreadlink-with-size.
20450
20451 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20452
20453         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
20454         method that I hope also handles the double-include problem noted
20455         by Bruno Haible in
20456         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
20457
20458 2007-06-23  Bruno Haible  <bruno@clisp.org>
20459
20460         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20461         Don't let the 'mostlyclean' target fail if the last subdirectory could
20462         not be removed.
20463         Reported by Karl Berry.
20464
20465 2007-06-23  Bruno Haible  <bruno@clisp.org>
20466
20467         * gnulib-tool (echo): Add a speedier workaround for ksh.
20468         * tests/test-echo.sh: Likewise.
20469
20470 2007-06-23  Bruno Haible  <bruno@clisp.org>
20471
20472         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
20473         * tests/test-echo.sh: Likewise.
20474
20475 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20476
20477         * gnulib-tool (IFS): Initialize early, so we don't set it to
20478         empty later.
20479         (self_abspathname): Rewrite algorithm to set it, reindent.
20480         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
20481         (func_create_megatestdir): Merge some sed scripts.
20482
20483 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20484
20485         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
20486         exposed by Sun Studio 11 cc on Solaris 8.
20487
20488 2007-06-22  Bruno Haible  <bruno@clisp.org>
20489
20490         * gnulib-tool (echo): Ensure the echo primitive does not interpret
20491         backslashes.
20492         * tests/test-echo.sh: New file.
20493
20494 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20495
20496         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
20497         simplify `sed_replace_build_aux' scripts, they are portable but
20498         echoing them with `echo' is not.
20499         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
20500
20501 2007-06-21  Karl Berry  <karl@gnu.org>
20502
20503         * config/srclist.txt: guess we can't handle the licenses via
20504         srclist at the moment.
20505
20506 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
20507
20508         * MODULES.html.sh: Add include_next.
20509         * modules/include_next: New file.
20510
20511 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
20512
20513         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
20514         INCLUDE_NEXT.
20515         (gl_CHECK_NEXT_HEADERS): New macro.
20516         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
20517         the obsolescent gl_ABSOLUTE_HEADER.
20518         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
20519         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
20520         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
20521         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
20522         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
20523         * m4/math_h.m4 (gl_MATH_H): Likewise.
20524         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
20525         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
20526         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
20527         * m4/stdint.m4 (gl_STDINT_H): Likewise.
20528         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
20529         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
20530         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
20531         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
20532         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
20533         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
20534         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
20535         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
20536         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
20537         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
20538         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
20539         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20540         * m4/inttypes.m4 (gl_INTTYPES_H): Define
20541         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
20542         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
20543         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
20544         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
20545         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
20546         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
20547         * lib/float_.h: Likewise.
20548         * lib/inttypes_.h: Likewise.
20549         * lib/math_.h: Likewise.
20550         * lib/search_.h: Likewise.
20551         * lib/signal_.h: Likewise.
20552         * lib/stdint_.h: Likewise.
20553         * lib/stdio_.h: Likewise.
20554         * lib/stdlib_.h: Likewise.
20555         * lib/string_.h: Likewise.
20556         * lib/sys_stat_.h: Likewise.
20557         * lib/sys_time_.h: Likewise.
20558         * lib/time_.h: Likewise.
20559         * lib/unistd_.h: Likewise.
20560         * lib/wchar_.h: Likewise.
20561         * lib/wctype_.h: Likewise.
20562         * lib/dirent_.h: Likewise.
20563         * lib/iconv_.h: Likewise.
20564         * lib/locale_.h: Likewise.
20565         * lib/netinet_in_.h: Likewise.
20566         * lib/sys_select_.h: Likewise.
20567         * lib/sys_socket_.h: Likewise.
20568         * lib/sysexits_.h: Likewise.
20569         * modules/fcntl (Depends-on): Depend on include_next, not
20570         absolute_header.
20571         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
20572         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
20573         * modules/fchdir: Likewise.
20574         * modules/float: Likewise.
20575         * modules/iconv_open: Likewise.
20576         * modules/inttypes: Likewise.
20577         * modules/locale: Likewise.
20578         * modules/math: Likewise.
20579         * modules/netinet_in: Likewise.
20580         * modules/search: Likewise.
20581         * modules/signal: Likewise.
20582         * modules/stdint: Likewise.
20583         * modules/stdio: Likewise.
20584         * modules/stdlib: Likewise.
20585         * modules/string: Likewise.
20586         * modules/sys_select: Likewise.
20587         * modules/sys_socket: Likewise.
20588         * modules/sys_stat: Likewise.
20589         * modules/sys_time: Likewise.
20590         * modules/sysexits: Likewise.
20591         * modules/time: Likewise.
20592         * modules/unistd: Likewise.
20593         * modules/wchar: Likewise.
20594         * modules/wctype: Likewise.
20595         * modules/sys_stat: Change maintainer to "all".
20596         * modules/unistd: Likewise.
20597
20598 2007-06-20  Karl Berry  <karl@gnu.org>
20599
20600         * config/srclist.txt: track www changes in license files.
20601
20602 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
20603
20604         * build-aux/bootstrap: Remove stray dot.
20605         Make sure build_aux settings are honored when linking
20606         gnulib_extra_files.
20607
20608 2007-06-19  Eric Blake  <ebb9@byu.net>
20609
20610         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
20611         Allow compilation on cygwin.
20612
20613 2007-06-19  Jim Meyering  <jim@meyering.net>
20614
20615         xreadlink-with-size: Remove module.  No longer used.
20616         Ex-callers now use xreadlink or mreadlink-with-size.
20617         * modules/xreadlink-with-size: Remove module.
20618         * lib/xreadlink-with-size.c: Remove file.
20619         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
20620         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
20621         just before the function definition *is* accurate.
20622
20623         Eliminate one way canonicalize_filename_mode could exit.
20624         * lib/canonicalize.c (canonicalize_filename_mode):
20625         Use mreadlink_with_size, not xreadlink_with_size.
20626
20627 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
20628
20629         Detect porting problems to FreeBSD/arm, which has time_t wider than
20630         long int.  Original problem reported for GNU diff by Xin Li in
20631         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
20632         * modules/getdate (Depends-on): Add intprops, verify.
20633         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
20634         is an integer type no wider than long int.
20635
20636 2007-06-18  Jim Meyering  <jim@meyering.net>
20637
20638         New module: mreadlink-with-size.
20639         * MODULES.html.sh: Add mreadlink-with-size.
20640         * modules/mreadlink-with-size: New module
20641         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
20642         not xreadlink-with-size.
20643         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
20644
20645 2007-06-16  Bruno Haible  <bruno@clisp.org>
20646
20647         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
20648         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
20649         Reported by Gary V. Vaughan <gary@gnu.org>.
20650
20651 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
20652
20653         Revamp lchown so that it lives in unistd.h where it belongs.
20654         * lib/lchown.h: Remove.
20655         * lib/dirchownmod.c: Don't include lib/lchown.h.
20656         * lib/fchownat.c: Likewise.
20657         * lib/openat.c: Likewise.
20658         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
20659         does not follow symlinks.
20660         (EOPNOTSUPP): Define if not defined.
20661         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
20662         is defined to 0.
20663         (lchown): New decl.
20664         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
20665         Do not check for lchown decl.
20666         Set REPLACE_LCHOWN.
20667         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
20668         REPLACE_LCHOWN.
20669         * modules/chown: Make it clear it follows symlinks.
20670         * modules/lchown: Make it clear it doesn't follow symlinks.
20671         (Files): Remove lib/lchown.h
20672         (Depends-on): Add unistd.
20673         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
20674         (Include): Include <unistd.h>, not "lchown.h".
20675         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
20676         REPLACE_LCHOWN.
20677
20678 2007-06-15  Jim Meyering  <jim@meyering.net>
20679
20680         Change license (GPL to LGPL) of fsusage and dependents.
20681         * modules/fsusage (License): Change to LGPL.
20682         * modules/full-read (License): Likewise.
20683         * modules/full-write (License): Likewise.
20684         * modules/safe-read (License): Likewise.
20685         * modules/safe-write (License): Likewise.
20686
20687 2007-06-14  Ben Pfaff  <blp@gnu.org>
20688
20689         Missing part of allocsa -> malloca transition.
20690         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
20691         gl_MALLOCA.
20692
20693 2007-06-12  Bruno Haible  <bruno@clisp.org>
20694
20695         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
20696         to ia64, x86_64, i386.
20697         Reported by Eric Blake.
20698
20699 2007-06-12  Bruno Haible  <bruno@clisp.org>
20700
20701         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
20702         cross-compiling to x86_64.
20703
20704 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
20705
20706         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
20707         glitch reported by Ralf Wildenhues in
20708         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
20709
20710         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
20711         Vin Shelton.
20712
20713 2007-06-11  Bruno Haible  <bruno@clisp.org>
20714
20715         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
20716         replacement string.
20717         Reported by Eric Blake.
20718
20719 2007-06-10  Bruno Haible  <bruno@clisp.org>
20720
20721         Prepare vasnprintf code for use with Unicode strings.
20722         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
20723         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
20724         TYPE_U32_STRING.
20725         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
20726         a_u32_string variants.
20727         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
20728         * lib/printf-args.c: Don't include config.h and the specification
20729         header if PRINTF_FETCHARGS is already defined.
20730         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
20731         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
20732         TYPE_U16_STRING, TYPE_U32_STRING.
20733         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
20734         u16_directive, u16_directives, u32_directive, u32_directives): New
20735         types.
20736         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
20737         New declarations.
20738         * lib/printf-parse.c: Don't include config.h and the specification
20739         header if PRINTF_PARSE is already defined. Eliminate the set of
20740         parameters for WIDE_CHAR_VERSION; the user of this file must provide
20741         them now. Include c-ctype.h.
20742         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
20743         directive and CHAR_T_ONLY_ASCII.
20744         * lib/vasnprintf.c: Don't include config.h and the specification header
20745         if VASNPRINTF is already defined.
20746         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
20747         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
20748         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
20749         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
20750         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
20751         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
20752         code accordingly.
20753         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
20754         pad_ourselves also in this case, with the 'c' and 's' directives, and
20755         with a different notion of "width".
20756         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
20757
20758 2007-06-10  Bruno Haible  <bruno@clisp.org>
20759
20760         * modules/unistr/u32-mbsnlen: New file.
20761         * lib/unistr/u32-mbsnlen.c: New file.
20762
20763         * modules/unistr/u16-mbsnlen: New file.
20764         * lib/unistr/u16-mbsnlen.c: New file.
20765
20766         * modules/unistr/u8-mbsnlen: New file.
20767         * lib/unistr/u8-mbsnlen.c: New file.
20768
20769         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
20770         declarations.
20771
20772 2007-06-10  Bruno Haible  <bruno@clisp.org>
20773
20774         * lib/string_.h (mbsnlen): New declaration.
20775         * lib/mbsnlen.c: New file.
20776         * m4/mbsnlen.m4: New file.
20777         * modules/mbsnlen: New file.
20778         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
20779         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
20780         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
20781
20782 2007-06-10  Bruno Haible  <bruno@clisp.org>
20783
20784         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
20785
20786 2007-06-10  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
20789         * lib/mbuiter.h: Likewise.
20790
20791 2007-06-10  Bruno Haible  <bruno@clisp.org>
20792
20793         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
20794         declaration.
20795
20796 2007-06-10  Karl Berry  <karl@gnu.org>
20797
20798         * config/srclist.txt: remove gettext entries, Bruno prefers
20799         to update individually.
20800
20801 2007-06-10  Bruno Haible  <bruno@clisp.org>
20802
20803         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
20804         'maxlen'. Ensure only length + width bytes are allocated, not
20805         length + 1 + width.
20806
20807 2007-06-09  Bruno Haible  <bruno@clisp.org>
20808
20809         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
20810         (CHAR_T): Remove macro.
20811         (VASNPRINTF): Update.
20812
20813 2007-06-09  Bruno Haible  <bruno@clisp.org>
20814
20815         * MODULES.html.sh (Unicode string functions): Add the new modules.
20816
20817         * modules/uniconv/u32-conv-to-enc: New file.
20818         * lib/uniconv/u32-conv-to-enc.c: New file.
20819         * modules/uniconv/u32-conv-to-enc-tests: New file.
20820         * tests/uniconv/test-u32-conv-to-enc.c: New file.
20821
20822         * modules/uniconv/u16-conv-to-enc: New file.
20823         * lib/uniconv/u16-conv-to-enc.c: New file.
20824         * lib/uniconv/u-conv-to-enc.h: New file.
20825         * modules/uniconv/u16-conv-to-enc-tests: New file.
20826         * tests/uniconv/test-u16-conv-to-enc.c: New file.
20827
20828         * modules/uniconv/u8-conv-to-enc: New file.
20829         * lib/uniconv/u8-conv-to-enc.c: New file.
20830         * modules/uniconv/u8-conv-to-enc-tests: New file.
20831         * tests/uniconv/test-u8-conv-to-enc.c: New file.
20832
20833         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
20834         u32_conv_to_encoding): New declarations.
20835
20836 2007-06-09  Bruno Haible  <bruno@clisp.org>
20837
20838         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
20839
20840 2007-06-09  Bruno Haible  <bruno@clisp.org>
20841
20842         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
20843         * modules/malloca: Renamed from modules/allocsa, updated.
20844         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
20845         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
20846         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
20847         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
20848         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
20849         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
20850         * modules/xmalloca: Renamed from modules/xallocsa, updated.
20851         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
20852         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
20853         * modules/c-strcasestr (Depends-on): Update.
20854         * lib/c-strcasestr.c: Update.
20855         * modules/c-strstr (Depends-on): Update.
20856         * lib/c-strstr.c: Update.
20857         * modules/canonicalize-lgpl (Depends-on): Update.
20858         * lib/canonicalize-lgpl.c: Update.
20859         * modules/clean-temp (Depends-on): Update.
20860         * lib/clean-temp.c: Update.
20861         * modules/csharpcomp (Depends-on): Update.
20862         * lib/csharpcomp.c: Update.
20863         * modules/csharpexec (Depends-on): Update.
20864         * lib/csharpexec.c: Update.
20865         * modules/javacomp (Depends-on): Update.
20866         * lib/javacomp.c: Update.
20867         * modules/javaexec (Depends-on): Update.
20868         * lib/javaexec.c: Update.
20869         * modules/mbscasestr (Depends-on): Update.
20870         * lib/mbscasestr.c: Update.
20871         * modules/mbsstr (Depends-on): Update.
20872         * lib/mbsstr.c: Update.
20873         * modules/setenv (Depends-on): Update.
20874         * lib/setenv.c: Update.
20875         * modules/strcasestr (Depends-on): Update.
20876         * lib/strcasestr.c: Update.
20877         * modules/striconveha (Depends-on): Update.
20878         * lib/striconveha.c: Update.
20879         * modules/relocatable-prog-wrapper (Files): Update.
20880         * lib/relocwrapper.c: Update.
20881         * build-aux/install-reloc: Update.
20882         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
20883
20884 2007-06-08  Bruno Haible  <bruno@clisp.org>
20885
20886         Port to uClibc.
20887         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
20888         * lib/fpurge.c (fpurge): Likewise.
20889         * lib/freading.c (freading): Likewise.
20890         * lib/fseeko.c (rpl_fseeko): Likewise.
20891         * lib/fseterr.c (fseterr): Likewise.
20892         * lib/fwriting.c (fwriting): Likewise.
20893         * tests/test-fflush.c (main): Avoid a failure on uClibc.
20894
20895 2007-06-08  Bruno Haible  <bruno@clisp.org>
20896
20897         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
20898         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
20899         * modules/gettext (Files): Add m4/intlmacosx.m4.
20900
20901 2007-06-07  Bruno Haible  <bruno@clisp.org>
20902
20903         * modules/localename-tests: New file.
20904         * tests/test-localename.c: New file.
20905
20906         New module 'localename'.
20907         * lib/localename.h: New file.
20908         * lib/localename.c: New file, from GNU gettext.
20909         * m4/localename.m4: New file.
20910         * modules/localename: New file.
20911
20912 2007-06-07  Bruno Haible  <bruno@clisp.org>
20913
20914         Work around the lack of <wchar.h> on some builds of uClibc.
20915         * doc/headers/wchar.texi: Update.
20916         * lib/wchar_.h: Include <wchar.h> only if it exists.
20917         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
20918         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
20919         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
20920         doesn't exist.
20921         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
20922         * modules/mbfile (Depends-on): Add wchar.
20923         * modules/mbiter (Depends-on): Likewise.
20924         * modules/mbuiter (Depends-on): Likewise.
20925         Reported by Simon Josefsson.
20926
20927 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
20928
20929         Work around problem reported by Steven M. Schweda in
20930         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
20931         Tru64 5.1B with the Compaq compiler environment installed declares
20932         an 'isblank' function but does not define it in the C library.
20933         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
20934         * lib/regex_internal.h (isblank): Likewise.
20935         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
20936         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20937
20938 2007-06-05  Bruno Haible  <bruno@clisp.org>
20939
20940         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
20941         ia64.
20942         * modules/printf-safe: New file.
20943         * modules/fprintf-posix (Depends-on): Add printf-safe.
20944         * modules/printf-posix (Depends-on): Likewise.
20945         * modules/snprintf-posix (Depends-on): Likewise.
20946         * modules/sprintf-posix (Depends-on): Likewise.
20947         * modules/vasnprintf-posix (Depends-on): Likewise.
20948         * modules/vasprintf-posix (Depends-on): Likewise.
20949         * modules/vfprintf-posix (Depends-on): Likewise.
20950         * modules/vprintf-posix (Depends-on): Likewise.
20951         * modules/vsnprintf-posix (Depends-on): Likewise.
20952         * modules/vsprintf-posix (Depends-on): Likewise.
20953         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
20954         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
20955         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
20956         "no" on i386, x86_64, ia64.
20957         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
20958         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20959         on i386, x86_64, ia64.
20960         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
20961         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
20962         on i386, x86_64, ia64.
20963         * tests/test-vasnprintf-posix.c: Include float.h.
20964         (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-vasprintf-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-snprintf-posix.c: Include float.h.
20972         * tests/test-sprintf-posix.c: Likewise.
20973         * tests/test-vsnprintf-posix.c: Likewise.
20974         * tests/test-vsprintf-posix.c: Likewise.
20975
20976 2007-06-05  Bruno Haible  <bruno@clisp.org>
20977
20978         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
20979         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
20980         non-IEEE numbers on i386, x86_64, ia64.
20981         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
20982         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
20983         * tests/test-isnanl.h: Include float.h.
20984         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
20985
20986 2007-06-05  Bruno Haible  <bruno@clisp.org>
20987
20988         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
20989         also the %a / %A. Handle the %a / %A code before this extra handling.
20990
20991 2007-06-05  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
20994         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
20995
20996 2007-06-05  Bruno Haible  <bruno@clisp.org>
20997
20998         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
20999         typo in variable name.
21000
21001 2007-06-05  Eric Blake  <ebb9@byu.net>
21002
21003         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
21004         Reported by Simon Josefsson.
21005
21006 2007-06-04  Bruno Haible  <bruno@clisp.org>
21007
21008         Avoid test failures on some PowerPC platforms.
21009         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
21010         Define differently for PowerPC.
21011         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
21012         Reported by Gary V. Vaughan <gary@gnu.org>.
21013
21014 2007-06-02  Bruno Haible  <bruno@clisp.org>
21015
21016         Fix test-stdint failure on FreeBSD/ia64.
21017         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
21018         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
21019         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
21020         * doc/headers/stdint.texi: Update.
21021
21022 2007-06-01  Bruno Haible  <bruno@clisp.org>
21023
21024         * tests/test-binary-io.c (main): Pass a third argument to open().
21025         Reported by Gary V. Vaughan <gary@gnu.org>.
21026
21027 2007-06-01  Bruno Haible  <bruno@clisp.org>
21028
21029         * doc/functions/frexpl.texi: Update for mingw.
21030
21031 2007-06-01  Bruno Haible  <bruno@clisp.org>
21032
21033         * tests/test-lseek.c (main): Disable test of errno for invalid third
21034         argument.
21035         * doc/functions/lseek.texi: Update.
21036         Reported by Gary V. Vaughan <gary@gnu.org>.
21037
21038 2007-05-28  Bruno Haible  <bruno@clisp.org>
21039
21040         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
21041
21042 2007-05-31  Eric Blake  <ebb9@byu.net>
21043
21044         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
21045         cross compiling.
21046
21047 2007-05-30  Eric Blake  <ebb9@byu.net>
21048         and Bruno Haible  <bruno@clisp.org>
21049
21050         Work around mingw test failures exposed by m4-1.4.9b.
21051         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
21052         * tests/test-unistd.c: Disable uid_t and git_t tests for the
21053         moment.
21054
21055 2007-05-30  Bruno Haible  <bruno@clisp.org>
21056
21057         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
21058         assuming that they are closed. Needed on HP-UX 11.
21059
21060 2007-05-29  Bruno Haible  <bruno@clisp.org>
21061
21062         Fix a problem with #include_next.
21063         * lib/dirent_.h: Split the double-inclusion guard.
21064         * lib/fcntl_.h: Likewise.
21065         * lib/float_.h: Likewise.
21066         * lib/iconv_.h: Likewise.
21067         * lib/inttypes_.h: Likewise.
21068         * lib/locale_.h: Likewise.
21069         * lib/math_.h: Likewise.
21070         * lib/netinet_in_.h: Likewise.
21071         * lib/search_.h: Likewise.
21072         * lib/signal_.h: Likewise.
21073         * lib/stdint_.h: Likewise.
21074         * lib/stdio_.h: Likewise.
21075         * lib/stdlib_.h: Likewise.
21076         * lib/string_.h: Likewise.
21077         * lib/sys_select_.h: Likewise.
21078         * lib/sys_socket_.h: Likewise.
21079         * lib/sys_stat_.h: Likewise.
21080         * lib/sys_time_.h: Likewise.
21081         * lib/sysexits_.h: Likewise.
21082         * lib/time_.h: Likewise.
21083         * lib/unistd_.h: Likewise.
21084         * lib/wchar_.h: Likewise.
21085         * lib/wctype_.h: Likewise.
21086
21087 2007-05-29  Bruno Haible  <bruno@clisp.org>
21088
21089         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
21090         for the moment.
21091
21092 2007-05-29  Bruno Haible  <bruno@clisp.org>
21093
21094         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
21095         invocation.
21096         Reported by Eric Blake.
21097
21098 2007-05-29  Bruno Haible  <bruno@clisp.org>
21099
21100         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
21101         compiling case.
21102
21103 2007-05-29  Eric Blake  <ebb9@byu.net>
21104             Bruno Haible  <bruno@clisp.org>
21105
21106         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
21107         cross compiles.
21108
21109 2007-05-28  Eric Blake  <ebb9@byu.net>
21110
21111         * modules/closein-tests (test_closein_LDADD): Support test on
21112         cygwin with libtool.
21113
21114 2007-05-28  Bruno Haible  <bruno@clisp.org>
21115
21116         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
21117         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
21118         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
21119         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
21120         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
21121         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
21122         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
21123         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
21124         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
21125
21126 2007-05-28  Eric Blake  <ebb9@byu.net>
21127
21128         Unconditionally include <config.h> in unit tests.
21129         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
21130         * tests/test-allocsa.c, tests/test-arcfour.c,
21131         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
21132         tests/test-array_list.c, tests/test-array_oset.c,
21133         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
21134         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
21135         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
21136         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
21137         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
21138         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
21139         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
21140         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
21141         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
21142         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
21143         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
21144         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
21145         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
21146         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
21147         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
21148         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
21149         test-md5.c, test-memmem.c, test-printf-posix.c,
21150         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
21151         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
21152         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
21153         test-strcasestr.c, test-striconv.c, test-striconveh.c,
21154         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
21155         test-vasnprintf-posix2.c, test-vasnprintf.c,
21156         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
21157         test-vfprintf-posix.c, test-vprintf-posix.c,
21158         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
21159         test-xvasprintf.c: Likewise.
21160
21161 2007-05-28  Bruno Haible  <bruno@clisp.org>
21162
21163         * gnulib-tool (func_import): Remember the --with-tests command-line
21164         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
21165         Reported by Eric Blake.
21166
21167 2007-05-28  Bruno Haible  <bruno@clisp.org>
21168
21169         * modules/ftell-tests: New file.
21170         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
21171         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
21172
21173         * lib/ftell.c: New file.
21174         * modules/ftell: New file.
21175         * m4/ftell.m4: New file.
21176         * doc/functions/ftell.texi: Update.
21177         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
21178         REPLACE_FTELL.
21179         * lib/stdio_.h (rpl_ftell): New declaration.
21180         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
21181         REPLACE_FTELL.
21182
21183 2007-05-28  Eric Blake  <ebb9@byu.net>
21184
21185         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
21186
21187 2007-05-28  Bruno Haible  <bruno@clisp.org>
21188
21189         * modules/fseek-tests: New file.
21190         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
21191         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
21192
21193         * lib/fseek.c: New file.
21194         * modules/fseek: New file.
21195         * m4/fseek.m4: New file.
21196         * doc/functions/fseek.texi: Update.
21197         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
21198         REPLACE_FSEEK.
21199         * lib/stdio_.h (rpl_fseek): New declaration.
21200         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
21201         REPLACE_FSEEK.
21202
21203 2007-05-28  Bruno Haible  <bruno@clisp.org>
21204
21205         * lib/stdio_.h (fflush): More comments.
21206
21207 2007-05-28  Bruno Haible  <bruno@clisp.org>
21208
21209         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
21210         runtime test.
21211
21212 2007-05-28  Eric Blake  <ebb9@byu.net>
21213
21214         Improve lseek module.
21215         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
21216         * lib/unistd_.h (lseek): Scale back link warning message.
21217         * tests/test-lseek.c: Beef up test.
21218         * tests/test-lseek.sh: Exercise more facets of lseek.
21219         Reported by Bruno Haible.
21220
21221 2007-05-28  Bruno Haible  <bruno@clisp.org>
21222
21223         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
21224         to define.
21225
21226 2007-05-27  Bruno Haible  <bruno@clisp.org>
21227
21228         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
21229
21230 2007-05-27  Bruno Haible  <bruno@clisp.org>
21231
21232         * modules/openmp: New file.
21233         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
21234         Noah Misch.
21235
21236 2007-05-26  Bruno Haible  <bruno@clisp.org>
21237
21238         * modules/chdir-long (Depends-on): Add fchdir.
21239         * modules/chdir-safer (Depends-on): Likewise.
21240         * modules/fts (Depends-on): Likewise.
21241         * modules/fts-lgpl (Depends-on): Likewise.
21242         * modules/openat (Depends-on): Likewise.
21243         * modules/savewd (Depends-on): Likewise.
21244
21245 2007-05-24  Eric Blake  <ebb9@byu.net>
21246
21247         Fix lseek on mingw.
21248         * modules/lseek: New module.
21249         * m4/lseek.m4: New file.
21250         * lib/lseek.c: New file.
21251         * modules/lseek-tests: New file.
21252         * tests/test-lseek.c: New file.
21253         * tests/test-lseek.sh: New file.
21254         * MODULES.html.sh: Document lseek module.
21255         * modules/fflush (Depends-on): Add lseek, fseeko.
21256         * modules/fseeko (Depends-on): Likewise.
21257         * modules/ftello (Depends-on): Likewise.
21258         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
21259         broken.
21260         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
21261         broken.
21262         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
21263         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
21264         * lib/ftello.c (rpl_ftello): Likewise.
21265         * tests/test-fseeko.c (main): Test this.
21266         * tests/test-fseeko.sh: Likewise.
21267         * tests/test-ftello.c (main): Likewise.
21268         * tests/test-ftello.sh: Likewise.
21269         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
21270         implies replacing fseek.
21271         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
21272         HAVE_FTELLO.
21273         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
21274         * modules/unistd (Makefile.am): Likewise.
21275         * lib/unistd_.h (lseek): Declare a replacement.
21276         * doc/functions/lseek.texi (lseek): Document this fix.
21277         * doc/functions/fseek.texi (fseek): Likewise.
21278         * doc/functions/ftell.texi (ftell): Likewise.
21279
21280 2007-05-24  Bruno Haible  <bruno@clisp.org>
21281
21282         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
21283         in the printed representation of a NaN.
21284         * tests/test-vasprintf-posix.c (test_function): Likewise.
21285         * tests/test-snprintf-posix.h (test_function): Likewise.
21286         * tests/test-sprintf-posix.h (test_function): Likewise.
21287         Reported by Eric Blake.
21288
21289 2007-05-23  Eric Blake  <ebb9@byu.net>
21290
21291         Fix fseeko/ftello on cygwin 1.5.24.
21292         * doc/functions/fseeko.texi (fseeko): Document the fix.
21293         * doc/functions/ftello.texi (ftello): Document the fix.
21294         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
21295         * doc/functions/stdout.text (stdout): New file.
21296         * doc/functions/stderr.text (stderr): New file.
21297         * doc/gnulib.texi (Function Substitutes): Use new files.
21298         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
21299         prior to 1.7.0.
21300         * tests/test-ftello.c (main): Likewise for ftello.
21301         * tests/test-fseeko.sh: New file.
21302         * tests/test-ftello.sh: New file.
21303         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
21304         with seekable stdin.
21305         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
21306         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
21307         (gl_REPLACE_FSEEKO): New macro.
21308         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
21309         * modules/fseeko (Files): Distribute fseeko.c.
21310         * modules/ftello (Files): Distribute ftello.c.
21311         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
21312         mode.
21313         * lib/ftello.c (rpl_ftello): New file.
21314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
21315         fseeko, ftello.
21316         (gl_STDIN_LARGE_OFFSET): New macro.
21317         * modules/stdio (Makefile.am): Perform the replacement.
21318         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
21319
21320 2007-05-23  Bruno Haible  <bruno@clisp.org>
21321
21322         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
21323         GNULIB_POSIXCHECK is defined.
21324
21325 2007-05-21  Bruno Haible  <bruno@clisp.org>
21326
21327         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
21328         Check also the output for NaN arguments. When cross-compiling, guess
21329         no on IRIX.
21330         * lib/vasnprintf.c: Update comments.
21331         * tests/test-vasnprintf-posix.c (strisnan): New function.
21332         (test_function): Use it.
21333         * tests/test-vasprintf-posix.c (strisnan): New function.
21334         (test_function): Use it.
21335         * tests/test-snprintf-posix.h (strisnan): New function.
21336         (test_function): Use it.
21337         * tests/test-sprintf-posix.h (strisnan): New function.
21338         (test_function): Use it.
21339         Reported by Eric Blake.
21340
21341 2007-05-20  Bruno Haible  <bruno@clisp.org>
21342
21343         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
21344         numbers that fails on BeOS.
21345         * doc/functions/frexpl.texi: Update.
21346
21347 2007-05-20  Jim Meyering  <jim@meyering.net>
21348
21349         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
21350         forced upon us by glibc-2.6.
21351
21352 2007-05-20  Bruno Haible  <bruno@clisp.org>
21353
21354         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
21355         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
21356         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
21357         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
21358         NEED_PRINTF_INFINITE.
21359         (is_infinitel): New function.
21360         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
21361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
21362         gl_PREREQ_VASNPRINTF_INFINITE.
21363         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
21364         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21365         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
21366         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
21367         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
21368         gl_PREREQ_VASNPRINTF_INFINITE.
21369         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21370         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21371         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21372         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21373         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21374         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21375         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21376         * doc/functions/fprintf.texi: Update.
21377         * doc/functions/printf.texi: Update.
21378         * doc/functions/snprintf.texi: Update.
21379         * doc/functions/sprintf.texi: Update.
21380         * doc/functions/vfprintf.texi: Update.
21381         * doc/functions/vprintf.texi: Update.
21382         * doc/functions/vsnprintf.texi: Update.
21383         * doc/functions/vsprintf.texi: Update.
21384
21385 2007-05-20  Bruno Haible  <bruno@clisp.org>
21386
21387         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
21388         was not found in libc.
21389         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
21390
21391 2007-05-20  Bruno Haible  <bruno@clisp.org>
21392
21393         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
21394         printed as "-nan" instead of "nan".
21395         * tests/test-vasprintf-posix.c (test_function): Likewise.
21396         * tests/test-snprintf-posix.h (test_function): Likewise.
21397         * tests/test-sprintf-posix.h (test_function): Likewise.
21398         Needed for HP-UX 11.
21399
21400 2007-05-20  Jim Meyering  <jim@meyering.net>
21401
21402         Fix buggy test for the fchownat-deref bug.
21403         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
21404         symlink required for the run-test.  Without it, this test would
21405         always declare that fchownat doesn't work, and client code would
21406         unnecessarily use the replacement function with fixed libc.
21407         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
21408         Reported by Greg Schafer.
21409
21410 2007-05-19  Bruno Haible  <bruno@clisp.org>
21411
21412         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
21413         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
21414         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
21415         Needed for IRIX 6.5 and Solaris 2.5.1.
21416
21417 2007-05-19  Bruno Haible  <bruno@clisp.org>
21418
21419         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
21420         (test_function): Skip tests involving -0.0 on platforms where
21421         -0.0 = 0.0.
21422         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
21423         (test_function): Skip tests involving -0.0 on platforms where
21424         -0.0 = 0.0.
21425         * tests/test-snprintf-posix.h (have_minus_zero): New function.
21426         (test_function): Skip tests involving -0.0 on platforms where
21427         -0.0 = 0.0.
21428         * tests/test-sprintf-posix.h (have_minus_zero): New function.
21429         (test_function): Skip tests involving -0.0 on platforms where
21430         -0.0 = 0.0.
21431         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
21432         tests.
21433         * tests/test-printf-posix.h (test_function): Likewise.
21434         * tests/test-printf-posix.output: Remove all -0.0 related results.
21435         Needed for IRIX 6.5.
21436
21437 2007-05-19  Bruno Haible  <bruno@clisp.org>
21438
21439         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
21440         printed as "nan0x7fffffff" instead of "nan".
21441         * tests/test-vasprintf-posix.c (test_function): Likewise.
21442         * tests/test-snprintf-posix.h (test_function): Likewise.
21443         * tests/test-sprintf-posix.h (test_function): Likewise.
21444         * tests/test-fprintf-posix.h (NaN): Remove macro.
21445         (test_function): Remove all NaN related tests.
21446         * tests/test-printf-posix.h (NaN): Remove macro.
21447         (test_function): Remove all NaN related tests.
21448         * tests/test-printf-posix.output: Remove all NaN related results.
21449         Needed for IRIX 6.5.
21450
21451 2007-05-19  Bruno Haible  <bruno@clisp.org>
21452
21453         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
21454         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
21455
21456 2007-05-19  Bruno Haible  <bruno@clisp.org>
21457
21458         * lib/float_.h: New file.
21459         * m4/float_h.m4: New file.
21460         * modules/float: New file.
21461         * modules/isnanl (Dependencies): Add float.
21462         * modules/isnanl-nolibm (Dependencies): Likewise.
21463         * modules/mathl (Dependencies): Likewise.
21464         * modules/printf-frexpl (Dependencies): Likewise.
21465         * modules/signbit (Dependencies): Likewise.
21466         * modules/vasnprintf (Dependencies): Likewise.
21467         * doc/headers/float.texi: Update.
21468
21469 2007-05-19  Jim Meyering  <jim@meyering.net>
21470
21471         * lib/utimens.c (gl_futimens): Rename from futimens,
21472         now that glibc-2.6 declares futimens.
21473         * lib/utimens.h: Likewise.
21474
21475 2007-05-19  Bruno Haible  <bruno@clisp.org>
21476
21477         Avoid test failures on mingw.
21478         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
21479         * tests/test-printf-posix.sh: Likewise.
21480         * tests/test-vfprintf-posix.sh: Likewise.
21481         * tests/test-vprintf-posix.sh: Likewise.
21482
21483 2007-05-19  Bruno Haible  <bruno@clisp.org>
21484
21485         Fix *printf result for NaN, Inf, -0.0 on mingw.
21486         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
21487         * lib/vasnprintf.c: Include math.h and isnan.h.
21488         (is_infinite_or_zero): New function.
21489         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
21490         values in the %f, %F, %e, %E, %g, %G directives.
21491         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
21492         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21493         gl_PRINTF_INFINITE and test its result. Invoke
21494         gl_PREREQ_VASNPRINTF_INFINITE.
21495         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21496         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21497         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21498         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21499         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21500         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21501         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21502         * doc/functions/fprintf.texi: Update.
21503         * doc/functions/printf.texi: Update.
21504         * doc/functions/snprintf.texi: Update.
21505         * doc/functions/sprintf.texi: Update.
21506         * doc/functions/vfprintf.texi: Update.
21507         * doc/functions/vprintf.texi: Update.
21508         * doc/functions/vsnprintf.texi: Update.
21509         * doc/functions/vsprintf.texi: Update.
21510
21511 2007-05-19  Bruno Haible  <bruno@clisp.org>
21512
21513         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
21514         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
21515         Instead of multiplying with 10^k, set extra_zeroes to k.
21516         (scale10_round_long_double): Remove function.
21517
21518 2007-05-18  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
21521         introduced on 2007-05-06.
21522
21523 2007-05-18  Bruno Haible  <bruno@clisp.org>
21524
21525         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
21526         %g directives.
21527         * tests/test-vasprintf-posix.c (test_function): Likewise.
21528         * tests/test-snprintf-posix.h (test_function): Likewise.
21529         * tests/test-sprintf-posix.h (test_function): Likewise.
21530
21531 2007-05-18  Bruno Haible  <bruno@clisp.org>
21532
21533         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
21534         (strmatch): New function.
21535         (test_function): Test the %f directive on numbers of various exponents.
21536         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
21537         (strmatch): New function.
21538         (test_function): Test the %f directive on numbers of various exponents.
21539         * tests/test-snprintf-posix.h (strmatch): New function.
21540         (test_function): Test the %f directive on numbers of various exponents.
21541         * tests/test-sprintf-posix.h (strmatch): New function.
21542         (test_function): Test the %f directive on numbers of various exponents.
21543         * tests/test-snprintf-posix.c (SIZEOF): New macro.
21544         * tests/test-sprintf-posix.c (SIZEOF): New macro.
21545         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
21546         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
21547
21548 2007-05-18  Bruno Haible  <bruno@clisp.org>
21549
21550         Add support for 'long double' number output.
21551         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
21552         * lib/vasnprintf.c: Include math.h and float+.h.
21553         (mp_limb_t): New type.
21554         (GMP_LIMB_BITS): New macro.
21555         (mp_twolimb_t): New type.
21556         (GMP_TWOLIMB_BITS): New macro.
21557         (mpn_t): New type.
21558         (multiply, divide, convert_to_decimal, decode_long_double,
21559         scale10_round_long_double, scale10_round_decimal_long_double,
21560         floorlog10l): New functions.
21561         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
21562         for the %f, %F, %e, %E, %g, %G directives.
21563         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
21564         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21565         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
21566         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
21567         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21568         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21569         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21570         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21571         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21572         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21573         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21574         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
21575         * modules/snprintf-posix (Depends-on): Likewise.
21576         * modules/sprintf-posix (Depends-on): Likewise.
21577         * modules/vasnprintf-posix (Depends-on): Likewise.
21578         * modules/vasprintf-posix (Depends-on): Likewise.
21579         * modules/vfprintf-posix (Depends-on): Likewise.
21580         * modules/vsnprintf-posix (Depends-on): Likewise.
21581         * modules/vsprintf-posix (Depends-on): Likewise.
21582         * modules/vasnprintf (Files): Add lib/float+.h.
21583         * doc/functions/fprintf.texi: Update.
21584         * doc/functions/printf.texi: Update.
21585         * doc/functions/snprintf.texi: Update.
21586         * doc/functions/sprintf.texi: Update.
21587         * doc/functions/vfprintf.texi: Update.
21588         * doc/functions/vprintf.texi: Update.
21589         * doc/functions/vsnprintf.texi: Update.
21590         * doc/functions/vsprintf.texi: Update.
21591
21592 2007-05-18  Bruno Haible  <bruno@clisp.org>
21593
21594         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
21595
21596 2007-05-18  Bruno Haible  <bruno@clisp.org>
21597
21598         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
21599         for printing 64-bit integers. Needed for mingw.
21600
21601 2007-05-18  Bruno Haible  <bruno@clisp.org>
21602
21603         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21604         gl_FUNC_FREXPL_WORKS.
21605         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
21606
21607 2007-05-18  Bruno Haible  <bruno@clisp.org>
21608
21609         * modules/frexpl-nolibm-tests: New file.
21610
21611         * modules/frexpl-nolibm: New file.
21612         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
21613
21614 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21615
21616         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
21617         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
21618         GCC 4.2, which otherwise issues a lot of warnings.
21619         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
21620         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
21621         Likewise.
21622         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
21623         * modules/iconv_open (iconv.h): Likewise.
21624         * modules/locale (locale.h): Likewise.
21625         * modules/netinet_in (netinet/in.h): Likewise.
21626         * modules/sys_select (sys_select.h): Likewise.
21627         * modules/sys_socket (sys/socket.h): Likewise.
21628         * modules/sys_stat (sys/stat.h): Likewise.
21629         * modules/sysexits (sysexits.h): Likewise.
21630         * modules/unistd (unistd.h): Likewise.
21631
21632 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21633
21634         * modules/closein-tests (Makefile.am): Distribute
21635         `test-closein.sh'.
21636
21637 2007-05-17  Bruno Haible  <bruno@clisp.org>
21638
21639         * tests/test-printf-posix.output: Renamed from
21640         tests/test-fprintf-posix.out.
21641         * modules/fprintf-posix-tests: Update.
21642         * modules/printf-posix-tests: Update.
21643         * modules/vfprintf-posix-tests: Update.
21644         * modules/vprintf-posix-tests: Update.
21645         * tests/test-fprintf-posix.sh: Update.
21646         * tests/test-printf-posix.sh: Update.
21647         * tests/test-vfprintf-posix.sh: Update.
21648         * tests/test-vprintf-posix.sh: Update.
21649         Reported by Ralf Wildenhues.
21650
21651 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21652
21653         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
21654         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
21655         GCC 4.2, which otherwise issues a lot of warnings.
21656         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
21657         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
21658         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
21659         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
21660         it should no longer be needed.
21661         * lib/string_.h: Likewise.
21662         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
21663         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
21664         * modules/inttypes (inttypes.h): Likewise.
21665         * modules/math (math.h): Likewise.
21666         * modules/search (search.h): Likewise.
21667         * modules/signal (signal.h): Likewise.
21668         * modules/stdint (stdint.h): Likewise.
21669         * modules/stdio (stdio.h): Likewise.
21670         * modules/stdlib (stdlib.h): Likewise.
21671         * modules/string (string.h): Likewise.
21672         * modules/sys_time (sys/time.h): Likewise.
21673         * modules/time (time.h): Likewise.
21674         * modules/wchar (wchar.h): Likewise.
21675         * modules/wctype (wtype.h): Likewise.
21676
21677 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
21678
21679         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
21680
21681 2007-05-13  Bruno Haible  <bruno@clisp.org>
21682
21683         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
21684         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
21685         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
21686         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
21687         (gl_PREREQ_STRTOK_R): Don't require it here.
21688
21689 2007-05-13  Bruno Haible  <bruno@clisp.org>
21690
21691         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
21692         when used in C++ mode.
21693
21694 2007-05-12  Bruno Haible  <bruno@clisp.org>
21695
21696         * lib/linebuffer.h: Tweak doc.
21697         * lib/linebuffer.c: Likewise.
21698
21699 2007-05-12  James Youngman  <jay@gnu.org>
21700
21701         * lib/linebuffer.c (readlinebuffer_delim): New function,
21702         like readlinebuffer, but use a caller-specified delimiter.
21703         (readlinebuffer): Just call readlinebuffer_delim with '\n'
21704         as the delimiter.
21705         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
21706
21707 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
21708
21709         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
21710         * modules/openat (Files): Remove openat-die.c.
21711         (Depends-on): Add openat-die.
21712         * modules/openat-die: New module.
21713
21714 2007-05-06  Bruno Haible  <bruno@clisp.org>
21715
21716         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
21717         Update with info about Cygwin.
21718         * doc/functions/fprintf.texi: Update.
21719         * doc/functions/printf.texi: Update.
21720         * doc/functions/snprintf.texi: Update.
21721         * doc/functions/sprintf.texi: Update.
21722         * doc/functions/vfprintf.texi: Update.
21723         * doc/functions/vprintf.texi: Update.
21724         * doc/functions/vsnprintf.texi: Update.
21725         * doc/functions/vsprintf.texi: Update.
21726         Reported by Eric Blake.
21727
21728 2007-05-06  Bruno Haible  <bruno@clisp.org>
21729
21730         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
21731         padding ourselves for the floating-point directives.
21732         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
21733         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
21734         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21735         gl_PRINTF_FLAG_ZERO and test its result. Invoke
21736         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
21737         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21738         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
21739         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21740         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21741         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21742         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21743         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21744         * tests/test-snprintf-posix.h (test_function): Also check the width
21745         and some flags in the %f directive.
21746         * tests/test-sprintf-posix.h (test_function): Likewise.
21747         * tests/test-vasnprintf-posix.c (test_function): Likewise.
21748         * tests/test-vasprintf-posix.c (test_function): Likewise.
21749         * doc/functions/fprintf.texi: Update.
21750         * doc/functions/printf.texi: Update.
21751         * doc/functions/snprintf.texi: Update.
21752         * doc/functions/sprintf.texi: Update.
21753         * doc/functions/vfprintf.texi: Update.
21754         * doc/functions/vprintf.texi: Update.
21755         * doc/functions/vsnprintf.texi: Update.
21756         * doc/functions/vsprintf.texi: Update.
21757
21758 2007-05-06  Bruno Haible  <bruno@clisp.org>
21759
21760         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
21761         pass the ' flag character to sprintf or snprintf.
21762         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
21763         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
21764         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21765         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
21766         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
21767         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21768         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
21769         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21770         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21771         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21772         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21773         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21774         * tests/test-snprintf-posix.h (test_function): Also check the grouping
21775         flag.
21776         * tests/test-sprintf-posix.h (test_function): Likewise.
21777         * tests/test-vasnprintf-posix.c (test_function): Likewise.
21778         * tests/test-vasprintf-posix.c (test_function): Likewise.
21779         * doc/functions/fprintf.texi: Update.
21780         * doc/functions/printf.texi: Update.
21781         * doc/functions/snprintf.texi: Update.
21782         * doc/functions/sprintf.texi: Update.
21783         * doc/functions/vfprintf.texi: Update.
21784         * doc/functions/vprintf.texi: Update.
21785         * doc/functions/vsnprintf.texi: Update.
21786         * doc/functions/vsprintf.texi: Update.
21787
21788 2007-05-01  Bruno Haible  <bruno@clisp.org>
21789
21790         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
21791
21792 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
21793
21794         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
21795         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
21796
21797 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
21800         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
21801         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
21802
21803 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
21804
21805         * lib/argp-help.c (struct hol_entry): New member `ord'.
21806         (HOL_ENTRY_PTRCMP): Use ord for comparison
21807         (hol_sort): Initialize ord.
21808
21809 2007-05-01  Bruno Haible  <bruno@clisp.org>
21810
21811         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
21812         Reported by Eric Blake.
21813         * doc/gnulib.texi (Function Substitutes): Update.
21814
21815 2007-05-01  Bruno Haible  <bruno@clisp.org>
21816
21817         * doc/functions.texi: Remove file, now redundant through
21818         doc/functions/*.texi.
21819
21820 2007-05-01  Bruno Haible  <bruno@clisp.org>
21821
21822         * modules/argp (Depends-on): Add sleep.
21823
21824 2007-05-01  Bruno Haible  <bruno@clisp.org>
21825
21826         * modules/sleep-tests: New file.
21827         * tests/test-sleep.c: New file.
21828
21829         * modules/sleep: New file.
21830         * lib/sleep.c: New file.
21831         * m4/sleep.m4: New file.
21832         * lib/unistd_.h (sleep): New declaration.
21833         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
21834         HAVE_SLEEP.
21835         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
21836         * doc/functions/sleep.texi: Document the sleep module.
21837
21838 2007-05-01  Bruno Haible  <bruno@clisp.org>
21839
21840         * lib/sigprocmask.h: Remove file.
21841         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
21842         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
21843         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
21844         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
21845         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
21846         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
21847         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
21848         HAVE_SIGSET_T as a shell variable.
21849         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
21850         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
21851         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
21852         (Depends-on): Add signal. Remove verify.
21853         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
21854         (Include): Mention <signal.h> instead of sigprocmask.h.
21855         * NEWS: Mention the change.
21856         * lib/fatal-signal.c: Don't include sigprocmask.h.
21857
21858 2007-05-01  Bruno Haible  <bruno@clisp.org>
21859
21860         * modules/signal: New file.
21861         * lib/signal_.h: New file.
21862         * m4/signal_h.m4: New file.
21863
21864 2007-05-01  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
21867         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
21868         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
21869         HAVE_WCTYPE_CTMP_BUG into wctype.h.
21870
21871 2007-05-01  Bruno Haible  <bruno@clisp.org>
21872
21873         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
21874         configure time.
21875         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
21876         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
21877         * modules/sys_stat (Makefile.am): Substitute their values into
21878         sys/stat.h.
21879
21880 2007-05-01  Bruno Haible  <bruno@clisp.org>
21881
21882         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
21883         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
21884         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
21885
21886 2007-05-01  Bruno Haible  <bruno@clisp.org>
21887
21888         * doc/header/assert.texi: Undo last change: don't mention the gnulib
21889         'assert' module here.
21890
21891 2007-05-01  Bruno Haible  <bruno@clisp.org>
21892
21893         * doc/functions/*.texi: New files.
21894         * doc/functions/google-ranking.txt: New file.
21895         * doc/gnulib.texi (Function Substitutes): New chapter.
21896         (ctime, inet_ntoa): Remove sections.
21897         * doc/ctime.texi: Remove file.
21898         * doc/inet_ntoa.texi: Remove file.
21899         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
21900         dependencies.
21901         (%.info): New rule, specifying a --reference-limit.
21902
21903 2007-05-01  Bruno Haible  <bruno@clisp.org>
21904
21905         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
21906
21907 2007-05-01  Bruno Haible  <bruno@clisp.org>
21908
21909         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
21910         the portability of 'mkdir' to mingw systems.
21911
21912 2007-05-01  Bruno Haible  <bruno@clisp.org>
21913
21914         * doc/headers/google-ranking.txt: New file.
21915
21916 2007-04-30  Eric Blake  <ebb9@byu.net>
21917
21918         Prefer fseeko to fseek.
21919         * modules/getpass (Depends-on): Add fseeko.
21920         * lib/getpass.c (getpass): Use fseeko, not fseek.
21921
21922 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
21923
21924         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
21925         assumes the sorting is stable, while most qsort implementations
21926         are not.  Use argument addresses to ensure they never compare as
21927         equal.
21928
21929         * tests/test-argp-2.sh (usage-indent test): Fix output
21930         (func_compare): Restore diff options
21931         * tests/test-argp.c: Restore #include "progname.h"
21932
21933 2007-04-29  Bruno Haible  <bruno@clisp.org>
21934
21935         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
21936         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21937         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
21938         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21939         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
21940         (configure.ac): Define CHECK_SNPRINTF_POSIX.
21941         (TESTS, check_PROGRAMS): Add test-snprintf.
21942         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
21943         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
21944         (TESTS, check_PROGRAMS): Add test-vsnprintf.
21945         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
21946         assertions that fail on HP-UX, OSF/1, or IRIX.
21947         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
21948
21949 2007-04-29  Bruno Haible  <bruno@clisp.org>
21950
21951         * MODULES.html.sh (posix_functions): Remove 'contents'.
21952
21953 2007-04-29  Karl Berry  <karl@gnu.org>
21954
21955         * config/srclist.txt (gendocs_template_min): new entry.
21956
21957 2007-04-29  Bruno Haible  <bruno@clisp.org>
21958
21959         Work around fpurge bug on BSD systems.
21960         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
21961         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
21962         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
21963         fpurge to rpl_fpurge if the system already has this function.
21964         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
21965         the case where the system already has this function. Correct invariants
21966         on BSD systems.
21967         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
21968         BSD systems.
21969
21970 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
21971
21972         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
21973         proposed by Sven Verdoolaege.
21974
21975         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
21976         options.
21977         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
21978         (usage and help tests): Update
21979
21980 2007-04-29  Bruno Haible  <bruno@clisp.org>
21981
21982         * tests/test-fflush.c (main): Use a file of size 17, not 10.
21983         Print more information in case of failure. Disable a test on BeOS.
21984
21985 2007-04-29  Bruno Haible  <bruno@clisp.org>
21986
21987         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
21988         This helps debugging on systems on which no gdb is available.
21989
21990 2007-04-29  Bruno Haible  <bruno@clisp.org>
21991
21992         * lib/freading.h: Improve comments.
21993         * lib/fwriting.h: Likewise.
21994         * tests/test-freading.c (main): Don't check freading immediately after
21995         repositioning. Needed for glibc.
21996
21997 2007-04-29  Bruno Haible  <bruno@clisp.org>
21998
21999         * lib/freading.c (freading): Trivial simplification.
22000
22001 2007-04-28  Bruno Haible  <bruno@clisp.org>
22002
22003         * tests/test-fwriting.c (main): Also test the interaction between
22004         fflush and fwriting.
22005         * modules/fwriting-tests (Depends-on): Add fflush.
22006
22007         * tests/test-freading.c (main): Also test the interaction between
22008         fflush and freading.
22009         * modules/freading-tests (Depends-on): Add fflush.
22010
22011 2007-04-28  Bruno Haible  <bruno@clisp.org>
22012
22013         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
22014         fseeko and ftello.
22015         Suggested by Eric Blake.
22016
22017 2007-04-28  Jim Meyering  <jim@meyering.net>
22018
22019         Avoid false-negative in gl_STDINT_H's C99 conformance test.
22020         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
22021         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
22022
22023 2007-04-27  Eric Blake  <ebb9@byu.net>
22024
22025         * doc/headers/assert.texi (assert.h): Document assert module use.
22026
22027 2007-04-27  Bruno Haible  <bruno@clisp.org>
22028
22029         * doc/headers/*.texi: New files.
22030         * doc/gnulib.texi (Header File Substitutes): New chapter.
22031         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
22032         dependencies.
22033         (standards.info ,standards.html, standards.dvi): Update dependencies.
22034         (mostlyclean, clean): New targets.
22035
22036 2007-04-27  Bruno Haible  <bruno@clisp.org>
22037
22038         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
22039         * modules/sysexits (Files, Makefile.am): Update.
22040
22041         * lib/sys_socket_.h: Renamed from lib/socket_.h.
22042         * modules/sys_socket (Files, Makefile.am): Update.
22043
22044         * lib/sys_stat_.h: Renamed from lib/stat_.h.
22045         * modules/sys_stat (Files, Makefile.am): Update.
22046
22047 2007-04-27  Eric Blake  <ebb9@byu.net>
22048
22049         * lib/freading.h: Improve comments.
22050         * lib/fwriting.h: Likewise.
22051         * lib/fflush.c: Likewise.
22052
22053         Fix closein for mingw.
22054         * modules/closein-tests: Add tests for closein.
22055         * tests/test-closein.c: New file.
22056         * tests/test-closein.sh: Likewise.
22057         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
22058         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
22059
22060 2007-04-27  Bruno Haible  <bruno@clisp.org>
22061
22062         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
22063         version is < 6.
22064         * lib/math_.h [__DECC]: Likewise.
22065         * lib/stdio_.h [__DECC]: Likewise.
22066         * lib/stdlib_.h [__DECC]: Likewise.
22067         * lib/string_.h [__DECC]: Likewise.
22068         * lib/time_.h [__DECC]: Likewise.
22069         * lib/wchar_.h [__DECC]: Likewise.
22070         * lib/wctype_.h [__DECC]: Likewise.
22071
22072 2007-04-27  Bruno Haible  <bruno@clisp.org>
22073
22074         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
22075
22076 2007-04-27  Bruno Haible  <bruno@clisp.org>
22077
22078         * lib/fflush.c: Add comments.
22079         * modules/fpurge-tests (Depends-on): Add fflush.
22080         * modules/freadable-tests (Depends-on): Likewise.
22081         * modules/fwritable-tests (Depends-on): Likewise.
22082
22083 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
22084
22085         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
22086         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
22087         Report by Bruno Haible <bruno@clisp.org>.
22088
22089 2007-04-26  Eric Blake  <ebb9@byu.net>
22090
22091         Fix fflush on mingw.
22092         * modules/fflush (Depends-on): Add freading.
22093         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
22094         but unread data.
22095
22096 2007-04-26  Eric Blake  <ebb9@byu.net>
22097         and Bruno Haible  <bruno@clisp.org>
22098
22099         Implement freading and fwriting.
22100         * lib/freading.c: New file.
22101         * lib/freading.h: Likewise.
22102         * m4/freading.m4: Likewise.
22103         * modules/freading: Likewise.
22104         * modules/freading-tests: Likewise.
22105         * tests/test-freading.c: Likewise.
22106         * lib/fwriting.c: New file.
22107         * lib/fwriting.h: Likewise.
22108         * m4/fwriting.m4: Likewise.
22109         * modules/fwriting: Likewise.
22110         * modules/fwriting-tests: Likewise.
22111         * tests/test-fwriting.c: Likewise.
22112         * MODULES.html.sh (File stream based Input/Output): Mention them.
22113
22114 2007-04-26  Bruno Haible  <bruno@clisp.org>
22115
22116         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
22117         'long' when we assume it.
22118         Suggested by Eric Blake.
22119
22120 2007-04-26  Bruno Haible  <bruno@clisp.org>
22121
22122         Ensure fseeko, ftello are declared on glibc systems.
22123         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
22124         * modules/fseeko (configure.ac-early): Likewise.
22125         * modules/ftello (configure.ac-early): Likewise.
22126         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
22127         AC_FUNC_FSEEKO for this.
22128         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
22129         (gl_CHECK_FSEEKO): Remove macro.
22130
22131 2007-04-26  Bruno Haible  <bruno@clisp.org>
22132
22133         * tests/test-fflush.c (main): Also check the ftell result after
22134         fflush and fseek/fseeko.
22135         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
22136         file descriptor position cache in the stream.
22137         * lib/fseeko.c (rpl_fseeko): Likewise.
22138
22139 2007-04-26  Bruno Haible  <bruno@clisp.org>
22140
22141         * modules/fflush-tests (Depends-on): Add fseeko.
22142
22143 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
22144             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22145
22146         * lib/argz_.h: ensure error_t definition is obtained in same
22147         mechanism system argz.h would have.
22148         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
22149         argz facilities are known bad.  Err on the side of caution if
22150         cross-compiling.
22151
22152 2007-04-25  Eric Blake  <ebb9@byu.net>
22153
22154         * lib/fpurge.c (includes): Use stdlib.h for free.
22155         * tests/test-fflush.c (main): Also test fflush-fseeko.
22156
22157 2007-04-25  Bruno Haible  <bruno@clisp.org>
22158
22159         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
22160         * lib/fseeko.c: New file.
22161         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
22162         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
22163         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
22164         gl_FUNC_FSEEKO.
22165         (gl_FUNC_FSEEKO): Invoke it.
22166         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
22167         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
22168         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
22169
22170 2007-04-25  Bruno Haible  <bruno@clisp.org>
22171
22172         * modules/fflush (Depends-on): Add ftello.
22173
22174 2007-04-25  Bruno Haible  <bruno@clisp.org>
22175
22176         * modules/ftello-tests: New file.
22177         * tests/test-ftello.c: New file.
22178
22179         * modules/ftello: New file.
22180         * m4/ftello.m4: New file.
22181         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
22182         HAVE_FTELLO.
22183         * lib/stdio_.h (ftello): New declaration.
22184         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
22185         HAVE_FTELLO.
22186
22187 2007-04-25  Bruno Haible  <bruno@clisp.org>
22188
22189         * modules/fseeko-tests: New file.
22190         * tests/test-fseeko.c: New file.
22191
22192         * modules/fseeko: New file.
22193         * m4/fseeko.m4: New file.
22194         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
22195         HAVE_FSEEKO.
22196         * lib/stdio_.h (fseeko): New declaration.
22197         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
22198         HAVE_FSEEKO.
22199
22200 2007-04-25  Bruno Haible  <bruno@clisp.org>
22201
22202         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
22203
22204 2007-04-25  Bruno Haible  <bruno@clisp.org>
22205
22206         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
22207         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
22208         * tests/test-unistd.c: Likewise.
22209         * tests/test-fcntl.c: Likewise.
22210
22211 2007-04-23  Eric Blake  <ebb9@byu.net>
22212
22213         * lib/fflush.c: Fix missing include.
22214         Reported by Bruno Haible.
22215
22216 2007-04-23  Bruno Haible  <bruno@clisp.org>
22217
22218         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
22219         Reported by Eric Blake.
22220
22221 2007-04-23  Bruno Haible  <bruno@clisp.org>
22222
22223         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
22224
22225 2007-04-23  Bruno Haible  <bruno@clisp.org>
22226
22227         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
22228
22229 2007-04-23  Bruno Haible  <bruno@clisp.org>
22230
22231         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
22232         Needed on HP-UX 11.
22233
22234 2007-04-16  Eric Blake  <ebb9@byu.net>
22235
22236         Make fflush rely on fpurge.
22237         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
22238         open coding all variants.
22239         * modules/fflush (Depends-on): Add fpurge and unistd.
22240         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
22241         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
22242
22243         Fix --with-tests compilation on cygwin.
22244         * modules/argmatch-tests (Makefile.am): List gnulib library first
22245         in LDADD.
22246         * modules/argp-tests (Makefile.am): Likewise.
22247         * modules/array-list-tests (Makefile.am): Likewise.
22248         * modules/array-oset-tests (Makefile.am): Likewise.
22249         * modules/avltree-list-tests (Makefile.am): Likewise.
22250         * modules/avltree-oset-tests (Makefile.am): Likewise.
22251         * modules/avltreehash-list-tests (Makefile.am): Likewise.
22252         * modules/carray-list-tests (Makefile.am): Likewise.
22253         * modules/dirname-tests (Makefile.am): Likewise.
22254         * modules/frexp-tests (Makefile.am): Likewise.
22255         * modules/isnanl-tests (Makefile.am): Likewise.
22256         * modules/linked-list-tests (Makefile.am): Likewise.
22257         * modules/linkedhash-list-tests (Makefile.am): Likewise.
22258         * modules/lock-tests (Makefile.am): Likewise.
22259         * modules/rbtree-list-tests (Makefile.am): Likewise.
22260         * modules/rbtree-oset-tests (Makefile.am): Likewise.
22261         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
22262         * modules/tls-tests (Makefile.am): Likewise.
22263         * modules/tsearch-tests (Makefile.am): Likewise.
22264         * modules/xvasprintf-tests (Makefile.am): Likewise.
22265
22266         Fix fpurge for cygwin.
22267         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
22268         value.
22269         * modules/fpurge-tests (Depends-on): Clean up trash.
22270
22271 2007-04-16  Simon Josefsson  <simon@josefsson.org>
22272
22273         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
22274
22275         * m4/autobuild.m4: Re-indent.
22276
22277 2007-04-13  Bruno Haible  <bruno@clisp.org>
22278
22279         * modules/fpurge-tests: New file.
22280         * tests/test-fpurge.c: New file.
22281
22282         * modules/fpurge: New file.
22283         * lib/fpurge.h: New file.
22284         * lib/fpurge.c: New file.
22285         * m4/fpurge.m4: New file.
22286
22287 2007-04-13  Bruno Haible  <bruno@clisp.org>
22288
22289         * modules/fbufmode-tests: New file.
22290         * tests/test-fbufmode.c: New file.
22291
22292         * modules/fbufmode: New file.
22293         * lib/fbufmode.h: New file.
22294         * lib/fbufmode.c: New file.
22295         * m4/fbufmode.m4: New file.
22296
22297 2007-04-13  Bruno Haible  <bruno@clisp.org>
22298
22299         * modules/fwritable-tests: New file.
22300         * tests/test-fwritable.c: New file.
22301
22302         * modules/fwritable: New file.
22303         * lib/fwritable.h: New file.
22304         * lib/fwritable.c: New file.
22305         * m4/fwritable.m4: New file.
22306
22307 2007-04-13  Bruno Haible  <bruno@clisp.org>
22308
22309         * modules/freadable-tests: New file.
22310         * tests/test-freadable.c: New file.
22311
22312         * modules/freadable: New file.
22313         * lib/freadable.h: New file.
22314         * lib/freadable.c: New file.
22315         * m4/freadable.m4: New file.
22316
22317 2007-04-13  Bruno Haible  <bruno@clisp.org>
22318
22319         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
22320         MOSTLYCLEANFILES.
22321
22322 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22323
22324         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
22325         gzip bootstrap.conf to avoid dragging in i18n machinery.
22326         (gnulib_tool_option): Use it.
22327
22328 2007-04-13  Bruno Haible  <bruno@clisp.org>
22329
22330         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
22331         %F directives.
22332         * tests/test-vasprintf-posix.c (test_function): Likewise.
22333         * tests/test-snprintf-posix.h (test_function): Likewise.
22334         * tests/test-sprintf-posix.h (test_function): Likewise.
22335         * tests/test-fprintf-posix.h (test_function): Likewise.
22336         * tests/test-printf-posix.h (test_function): Likewise.
22337         * tests/test-fprintf-posix.out: Likewise.
22338
22339 2007-04-13  Bruno Haible  <bruno@clisp.org>
22340
22341         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
22342         * modules/tls-tests (configure.ac): Likewise.
22343         Reported by Arto C. Nirkko <anirkko@insel.ch>.
22344
22345 2007-04-13  Bruno Haible  <bruno@clisp.org>
22346
22347         * lib/tls.c (glthread_tls_get): Fix return type.
22348         Patch by Arto C. Nirkko <anirkko@insel.ch>.
22349
22350 2007-04-12  Eric Blake  <ebb9@byu.net>
22351
22352         * modules/gettime (Depends-on): Remove gettime.
22353         Reported by Dmitry V. Levin.
22354
22355 2007-04-12  Bruno Haible  <bruno@clisp.org>
22356
22357         * modules/fflush (Include): Mention <stdio.h>.
22358         * modules/strtoimax (Include): Mention <inttypes.h>.
22359         * modules/strtoumax (Include): Likewise.
22360
22361 2007-04-12  Eric Blake  <ebb9@byu.net>
22362
22363         * .cvsignore: New file.
22364         * .gitignore: Likewise.
22365
22366 2007-04-12  Bruno Haible  <bruno@clisp.org>
22367
22368         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
22369         not before, since $(LDADD) often contains libgnu.a.
22370         * modules/striconv-tests (test_striconv_LDADD): Likewise.
22371         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
22372         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
22373         Needed on Cygwin.
22374
22375 2007-04-12  Eric Blake  <ebb9@byu.net>
22376
22377         Work around glibc's failure to flush stdin on fclose.
22378         * lib/closein.c (close_stdin): Flush stdin before closing.
22379
22380         Work around glibc's failure to reset seekable stdin on exit.
22381         * modules/closein: New module.
22382         * lib/closein.c: New file.
22383         * lib/closein.h: Likewise.
22384         * m4/closein.m4: Likewise.
22385         * MODULES.html.sh (File stream based Input/Output): Document it.
22386
22387 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22388
22389         * gnulib-tool: Rename generated 'autobuild' script to
22390         'do-autobuild' in --create-megatestdir output.
22391
22392         * doc/gnulib.texi (Build robot for gnulib): Fix.
22393
22394 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22395
22396         * modules/sysexits (Depends-on): Add absolute-header.
22397
22398 2007-04-12  Eric Blake  <ebb9@byu.net>
22399
22400         No need to preserve errno on success.
22401         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
22402         Reported by Bruno Haible.
22403
22404 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22405
22406         * MODULES.html.sh (Support for maintaining and releasing
22407         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
22408
22409 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22410
22411         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
22412
22413 2007-04-12  Simon Josefsson  <simon@josefsson.org>
22414
22415         * modules/autobuild: New module.
22416
22417         * m4/autobuild.m4: New file.
22418
22419 2007-04-11  Bruno Haible  <bruno@clisp.org>
22420
22421         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
22422         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
22423         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
22424         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
22425         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
22426         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22427         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22428         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
22429         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22430         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22431         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
22432         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22433         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22434         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
22435         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22436         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22437         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
22438         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22439         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22440         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
22441         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22442         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22443         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
22444         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22445         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22446         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
22447         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
22448         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
22449         Reported by Eric Blake.
22450
22451 2007-04-11  Bruno Haible  <bruno@clisp.org>
22452
22453         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
22454
22455 2007-04-10  Bruno Haible  <bruno@clisp.org>
22456
22457         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
22458         for NaN and Infinity. Needed on FreeBSD 6.1.
22459         * tests/test-vasnprintf-posix.c (test_function): Undo last change
22460         regarding results for "%010a" of Infinity and NaN.
22461         * tests/test-vasprintf-posix.c (test_function): Likewise.
22462         * tests/test-snprintf-posix.h (test_function): Likewise.
22463         * tests/test-sprintf-posix.h (test_function): Likewise.
22464         * tests/test-fprintf-posix.h (test_function): Likewise.
22465         * tests/test-printf-posix.h (test_function): Likewise.
22466         * tests/test-fprintf-posix.out: Likewise.
22467
22468 2007-04-10  Bruno Haible  <bruno@clisp.org>
22469
22470         * modules/locale-tests: New file.
22471         * tests/test-locale.c: New file.
22472
22473         * modules/locale: New file.
22474         * lib/locale_.h: New file.
22475         * m4/locale_h.m4: New file.
22476
22477 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
22478             Bruno Haible  <bruno@clisp.org>
22479
22480         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
22481         be determined, test for availability of the copysignf, copysign,
22482         copysignl functions.
22483         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
22484         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
22485         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
22486
22487 2007-04-09  Eric Blake  <ebb9@byu.net>
22488
22489         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
22490         * modules/stdio (Makefile.am): Support fflush.
22491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22492         * modules/fflush: New file.
22493         * lib/fflush.c: Likewise.
22494         * m4/fflush.m4: Likewise.
22495         * modules/fflush-tests: New test.
22496         * tests/test-fflush.c: Likewise.
22497         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
22498
22499 2007-04-06  Bruno Haible  <bruno@clisp.org>
22500
22501         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
22502         (VASNPRINTF): Use signbit for faster determination whether to print a
22503         minus sign.
22504         * modules/vasnprintf (Files): Remove lib/float+.h.
22505         * modules/fprintf-posix (Depends-on): Add signbit.
22506         * modules/snprintf-posix (Depends-on): Likewise.
22507         * modules/sprintf-posix (Depends-on): Likewise.
22508         * modules/vasnprintf-posix (Depends-on): Likewise.
22509         * modules/vasprintf-posix (Depends-on): Likewise.
22510         * modules/vfprintf-posix (Depends-on): Likewise.
22511         * modules/vsnprintf-posix (Depends-on): Likewise.
22512         * modules/vsprintf-posix (Depends-on): Likewise.
22513
22514 2007-04-06  Bruno Haible  <bruno@clisp.org>
22515
22516         * tests/test-frexp.c (main): Test also the sign bit of zero results.
22517         * tests/test-frexpl.c (main): Likewise.
22518         * tests/test-ldexpl.c (main): Likewise.
22519         * modules/frexp-tests (Depends-on): Add signbit.
22520         * modules/frexpl-tests (Depdends-on): Likewise.
22521         * modules/ldexpl-tests (Depdends-on): Likewise.
22522
22523 2007-04-06  Bruno Haible  <bruno@clisp.org>
22524
22525         * modules/signbit-tests: New file.
22526         * tests/test-signbit.c: New file.
22527
22528         * modules/signbit: New file.
22529         * lib/signbitf.c: New file.
22530         * lib/signbitd.c: New file.
22531         * lib/signbitl.c: New file.
22532         * m4/signbit.m4: New file.
22533         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
22534         (signbit): New macro.
22535         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
22536         REPLACE_SIGNBIT.
22537         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
22538         REPLACE_FREXPL into math.h.
22539
22540 2007-04-06  Bruno Haible  <bruno@clisp.org>
22541
22542         * modules/isnanf-nolibm-tests: New file.
22543         * tests/test-isnanf.c: New file.
22544
22545         * modules/isnanf-nolibm: New file.
22546         * lib/isnanf.h: New file.
22547         * lib/isnanf.c: New file.
22548         * lib/isnan.c: Consider the USE_FLOAT macro.
22549         * m4/isnanf.m4: New file.
22550
22551 2007-04-06  Bruno Haible  <bruno@clisp.org>
22552
22553         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
22554         (Link): New section.
22555
22556         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
22557
22558 2007-04-06  Bruno Haible  <bruno@clisp.org>
22559
22560         Assume the 'long double' type.
22561         * m4/longdouble.m4: Remove file.
22562         * config/srclist.txt: Don't mention longdouble.m4.
22563         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
22564         * lib/float+.h: Likewise.
22565         * lib/frexp.c: Likewise.
22566         * lib/printf-args.h: Likewise.
22567         * lib/printf-args.c: Likewise.
22568         * lib/printf-frexp.c: Likewise.
22569         * lib/printf-parse.c: Likewise.
22570         * lib/vasnprintf.c: Likewise.
22571         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
22572         * m4/intl.m4: Likewise.
22573         * m4/isnanl.m4: Likewise.
22574         * m4/printf.m4: Likewise.
22575         * m4/printf-frexpl.m4: Likewise.
22576         * m4/vasnprintf.m4: Likewise.
22577         * modules/allocsa (Files): Remove m4/longdouble.m4.
22578         * modules/gettext (Files): Likewise.
22579         * modules/relocatable-prog-wrapper (Files): Likewise.
22580         * modules/vasnprintf (Files): Likewise.
22581         * modules/isnanl (Files): Likewise.
22582         (Include): Simplify.
22583         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
22584         (Include): Simplify.
22585         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
22586         (Include): Simplify.
22587         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
22588         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22589         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
22590         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22591         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
22592         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22593         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
22594         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22595         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
22596         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22597         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
22598         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
22599         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
22600         * tests/test-isnanl.c: Likewise.
22601         * tests/test-snprintf-posix.h: Likewise.
22602         * tests/test-sprintf-posix.h: Likewise.
22603         * tests/test-vasnprintf-posix.c: Likewise.
22604         * tests/test-vasnprintf-posix2.c: Likewise.
22605         * tests/test-vasprintf-posix.c: Likewise.
22606
22607 2007-04-06  Bruno Haible  <bruno@clisp.org>
22608
22609         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
22610         * lib/math_.h [__DECC]: Include the overridden include file through
22611         #include_next, outside the double-inclusion guard.
22612         * lib/stdio_.h [__DECC]: Likewise.
22613         * lib/stdlib_.h [__DECC]: Likewise.
22614         * lib/string_.h [__DECC]: Likewise.
22615         * lib/time_.h [__DECC]: Likewise.
22616         * lib/wchar_.h [__DECC]: Likewise.
22617         * lib/wctype_.h [__DECC]: Likewise.
22618         * lib/inttypes_.h [__DECC]: Likewise.
22619         Reported by Albert Chin <china@thewrittenword.com> in
22620         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
22621
22622 2007-04-04  Eric Blake  <ebb9@byu.net>
22623
22624         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
22625         1.5.x.
22626
22627 2007-04-04  Bruno Haible  <bruno@clisp.org>
22628
22629         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
22630         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
22631
22632 2007-04-04  Bruno Haible  <bruno@clisp.org>
22633
22634         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
22635         results for "%010a" of Infinity and NaN.
22636         * tests/test-vasprintf-posix.c (test_function): Likewise.
22637         * tests/test-snprintf-posix.h (test_function): Likewise.
22638         * tests/test-sprintf-posix.h (test_function): Likewise.
22639         * tests/test-fprintf-posix.h (test_function): Remove these tests.
22640         * tests/test-printf-posix.h (test_function): Likewise.
22641         * tests/test-fprintf-posix.out: Update.
22642         Needed for FreeBSD 6.1.
22643
22644 2007-04-04  Bruno Haible  <bruno@clisp.org>
22645
22646         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
22647         directly used by the gnulib modules nor by gnulib-tool.
22648
22649 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22650
22651         * DEPENDENCIES: Give overall description of version dependency
22652         desirability.  Use more-typical names for apps.
22653         Add shell, coreutils, diffutils, grep, tar, gzip.
22654
22655 2007-04-04  Simon Josefsson  <simon@josefsson.org>
22656
22657         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
22658
22659 2007-04-04  Karl Berry  <karl@gnu.org>
22660
22661         * MODULES.html.sh (func_module): missing '.
22662
22663 2007-04-03  Bruno Haible  <bruno@clisp.org>
22664
22665         * modules/argmatch-tests (Makefile.am): New variable
22666         test_argmatch_LDADD.
22667         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
22668         * modules/array-list-tests (Makefile.am): New variable
22669         test_array_list_LDADD.
22670         * modules/array-oset-tests (Makefile.am): New variable
22671         test_array_oset_LDADD.
22672         * modules/avltree-list-tests (Makefile.am): New variable
22673         test_avltree_list_LDADD.
22674         * modules/avltree-oset-tests (Makefile.am): New variable
22675         test_avltree_oset_LDADD.
22676         * modules/avltreehash-list-tests (Makefile.am): New variable
22677         test_avltreehash_list_LDADD.
22678         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
22679         test_canonicalize_lgpl_LDADD.
22680         * modules/carray-list-tests (Makefile.am): New variable
22681         test_carray_list_LDADD.
22682         * modules/dirname-tests (Makefile.am): New variable
22683         test_dirname_LDADD.
22684         * modules/linked-list-tests (Makefile.am): New variable
22685         test_linked_list_LDADD.
22686         * modules/linkedhash-list-tests (Makefile.am): New variable
22687         test_linkedhash_list_LDADD.
22688         * modules/rbtree-list-tests (Makefile.am): New variable
22689         test_rbtree_list_LDADD.
22690         * modules/rbtree-oset-tests (Makefile.am): New variable
22691         test_rbtree_oset_LDADD.
22692         * modules/rbtreehash-list-tests (Makefile.am): New variable
22693         test_rbtreehash_list_LDADD.
22694         * modules/xvasprintf-tests (Makefile.am): New variable
22695         test_xvasprintf_LDADD.
22696         Reported by Eric Blake.
22697
22698 2007-04-03  Eric Blake  <ebb9@byu.net>
22699
22700         * DEPENDENCIES: Weaken m4 requirements.
22701
22702 2007-04-03  Bruno Haible  <bruno@clisp.org>
22703
22704         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
22705         * modules/isnanl-tests (configure.ac): Likewise.
22706
22707 2007-04-03  Ben Pfaff  <blp@gnu.org>
22708
22709         * modules/iconv_open: Add $(srcdir)/ to source directory
22710         references in Makefile fragments that call gperf, to fix VPATH
22711         builds.
22712
22713 2007-04-03  Bruno Haible  <bruno@clisp.org>
22714
22715         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
22716         * lib/ldexpl.c: Undo last change.
22717
22718 2007-04-03  Bruno Haible  <bruno@clisp.org>
22719
22720         * modules/printf-frexpl (Depends-on): Undo last change.
22721         (Files): Add m4/ldexpl.m4.
22722
22723 2007-04-03  Bruno Haible  <bruno@clisp.org>
22724
22725         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
22726         * modules/isnanl (Link): New section.
22727
22728         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
22729         * modules/frexp (Link): New section.
22730
22731         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
22732         * modules/frexpl (Link): New section.
22733
22734         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
22735         * modules/ldexpl (Link): New section.
22736
22737 2007-04-03  Bruno Haible  <bruno@clisp.org>
22738
22739         * modules/TEMPLATE-EXTENDED: New file.
22740         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
22741
22742 2007-04-03  Bruno Haible  <bruno@clisp.org>
22743
22744         * DEPENDENCIES: New file.
22745         Suggested by Simon Josefsson.
22746
22747 2007-04-03  Bruno Haible  <bruno@clisp.org>
22748
22749         * doc/gnulib.texi: Escape @.
22750
22751 2007-04-03  James Youngman  <jay@gnu.org>
22752         and Paul Eggert  <eggert@cs.ucla.edu>
22753
22754         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
22755         birthtime on all systems that have birthtime, not just those which
22756         use st_birthtimensec rather than st_birthtim.  Putting zero in
22757         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
22758         that the birth time is not available for files on an NFS mount.
22759
22760 2007-04-03  Simon Josefsson  <simon@josefsson.org>
22761
22762         * modules/memxor: Move back from crypto/, suggested by Bruno.
22763         * modules/crypto/hmac-sha1: Fix memxor dependency.
22764
22765         * modules/crypto/gc: Moved from ../.
22766
22767 2007-04-02  Eric Blake  <ebb9@byu.net>
22768
22769         * lib/ldexpl.c (includes): Avoid libm.
22770
22771         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
22772
22773 2007-04-02  Bruno Haible  <bruno@clisp.org>
22774
22775         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
22776         on IRIX.
22777
22778 2007-04-02  Bruno Haible  <bruno@clisp.org>
22779
22780         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
22781         x86 or x86_64 platforms running MacOS X.
22782         Reported by Ryan Schmidt <@ryandesign.com>.
22783
22784 2007-04-02  Bruno Haible  <bruno@clisp.org>
22785
22786         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
22787         i386.
22788
22789 2007-04-01  Simon Josefsson  <simon@josefsson.org>
22790
22791         * modules/crypto/arcfour: Moved from ../.
22792         * modules/crypto/arcfour-tests: Moved from ../.
22793         * modules/crypto/arctwo: Moved from ../.
22794         * modules/crypto/arctwo-tests: Moved from ../.
22795         * modules/crypto/des: Moved from ../.
22796         * modules/crypto/des-tests: Moved from ../.
22797         * modules/crypto/gc-arcfour: Moved from ../.
22798         * modules/crypto/gc-arcfour-tests: Moved from ../.
22799         * modules/crypto/gc-arctwo: Moved from ../.
22800         * modules/crypto/gc-arctwo-tests: Moved from ../.
22801         * modules/crypto/gc-des: Moved from ../.
22802         * modules/crypto/gc-des-tests: Moved from ../.
22803         * modules/crypto/gc-hmac-md5: Moved from ../.
22804         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
22805         * modules/crypto/gc-hmac-sha1: Moved from ../.
22806         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
22807         * modules/crypto/gc-md2: Moved from ../.
22808         * modules/crypto/gc-md2-tests: Moved from ../.
22809         * modules/crypto/gc-md4: Moved from ../.
22810         * modules/crypto/gc-md4-tests: Moved from ../.
22811         * modules/crypto/gc-md5: Moved from ../.
22812         * modules/crypto/gc-md5-tests: Moved from ../.
22813         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
22814         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
22815         * modules/crypto/gc-random: Moved from ../.
22816         * modules/crypto/gc-rijndael: Moved from ../.
22817         * modules/crypto/gc-rijndael-tests: Moved from ../.
22818         * modules/crypto/gc-sha1: Moved from ../.
22819         * modules/crypto/gc-sha1-tests: Moved from ../.
22820         * modules/crypto/gc-tests: Moved from ../.
22821         * modules/crypto/hmac-md5: Moved from ../.
22822         * modules/crypto/hmac-md5-tests: Moved from ../.
22823         * modules/crypto/hmac-sha1: Moved from ../.
22824         * modules/crypto/hmac-sha1-tests: Moved from ../.
22825         * modules/crypto/md2: Moved from ../.
22826         * modules/crypto/md2-tests: Moved from ../.
22827         * modules/crypto/md4: Moved from ../.
22828         * modules/crypto/md4-tests: Moved from ../.
22829         * modules/crypto/md5: Moved from ../.
22830         * modules/crypto/md5-tests: Moved from ../.
22831         * modules/crypto/memxor: Moved from ../.
22832         * modules/crypto/rijndael: Moved from ../.
22833         * modules/crypto/rijndael-tests: Moved from ../.
22834         * modules/crypto/sha1: Moved from ../.
22835
22836 2007-03-30  James Youngman  <jay@gnu.org>
22837
22838         * tests/test-stat-time.c (prepare_test): use chmod() rather than
22839         rename() to change the ctime of a file (because ctime is unaffected
22840         by rename on jfs2 on AIX 5.1).
22841         (main): Start by doing cleanup, in case a previous run failed leaving
22842         test files behind.
22843
22844 2007-03-31  Bruno Haible  <bruno@clisp.org>
22845
22846         Support old proprietary implementations of iconv.
22847         * modules/iconv_open: New file.
22848         * lib/iconv_.h: New file.
22849         * m4/iconv_h.m4: New file.
22850         * lib/iconv_open.c: New file.
22851         * lib/iconv_open-aix.gperf: New file.
22852         * lib/iconv_open-hpux.gperf: New file.
22853         * lib/iconv_open-irix.gperf: New file.
22854         * lib/iconv_open-osf.gperf: New file.
22855         * m4/iconv_open.m4: New file.
22856         * modules/linebreak (Depends-on): Add iconv_open.
22857         * modules/striconv (Depends-on): Likewise.
22858         * modules/striconveh (Depends-on): Likewise.
22859         * modules/unicodeio (Depends-on): Likewise.
22860         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
22861         (iconv_t)(-1).
22862         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
22863         conversion if cd is (iconv_t)(-1).
22864         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
22865         is not possible.
22866
22867 2007-03-31  Bruno Haible  <bruno@clisp.org>
22868
22869         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
22870         work on Solaris either. Protect also second use of "autodetect_jp".
22871
22872 2007-03-31  Bruno Haible  <bruno@clisp.org>
22873
22874         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
22875         the function is not present.
22876
22877 2007-03-31  Bruno Haible  <bruno@clisp.org>
22878
22879         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
22880         the function is not present.
22881
22882 2007-03-31  Bruno Haible  <bruno@clisp.org>
22883
22884         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
22885         a bug in HP-UX iconv_open().
22886
22887 2007-03-31  Bruno Haible  <bruno@clisp.org>
22888
22889         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
22890         (Mathematics <math.h>): New section, add fpieee.
22891         (Input/output <stdio.h>): Add fseterr.
22892         (Mathematics <math.h>): New section, add printf-frexp.
22893         (Container data structures): Add sublist.
22894         (Core language properties): Add fpucw, inline.
22895         (Functions for greatest-width integer types <inttypes.h>): Add
22896         imaxabs, imaxdiv, inttypes.
22897         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
22898         isnanl-nolibm, ldexp.
22899         (Mathematics <math.h>): New section, add printf-frexpl.
22900         (Support for systems lacking POSIX:2001): Add fprintf-posix,
22901         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
22902         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
22903         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
22904         (Unicode string functions): Add unistr/u*-mbtoucr.
22905         (Java): Add javacomp-script, javaexec-script.
22906         (C#): Add csharpcomp-script, csharpexec-script.
22907         (Support for building libraries and executables): Add havelib,
22908         relocatable-*.
22909         (Support for maintaining and releasing projects): Renamed from
22910         'Support for maintaining and release projects'. Add announce-gen.
22911
22912 2007-03-31  Bruno Haible  <bruno@clisp.org>
22913
22914         * README: Talk primarily about git.
22915         (git and CVS): Renamed from CVS.
22916         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
22917         gnulib is available through git.
22918         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
22919
22920 2007-03-30  Bruno Haible  <bruno@clisp.org>
22921
22922         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
22923         * lib/poll_.h: Likewise.
22924         * lib/stat_.h: Likewise.
22925         * lib/sys_time_.h: Likewise.
22926         * lib/sysexit_.h: Likewise.
22927         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
22928         * lib/stdbool_.h: Likewise.
22929         * lib/byteswap_.h: Add double-inclusion guard.
22930
22931 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
22932
22933         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
22934
22935 2007-03-30  Karl Berry  <karl@gnu.org>
22936
22937         * config/srclist-update: double space after USA in the license
22938         substitution, since that's how it's usually (?) written.
22939
22940 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22941
22942         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
22943         reported by Bruno Haible.
22944
22945 2007-03-29  Bruno Haible  <bruno@clisp.org>
22946
22947         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
22948         a bug in AIX iconv().
22949
22950 2007-03-29  Bruno Haible  <bruno@clisp.org>
22951
22952         * modules/ldexpl-tests: New file.
22953         * tests/test-ldexpl.c: New file.
22954
22955 2007-03-29  Bruno Haible  <bruno@clisp.org>
22956
22957         * lib/ldexpl.c: Include fpucw.h.
22958         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
22959         multiplication.
22960         * modules/ldexpl (Depends-on): Add fpucw.
22961
22962 2007-03-29  Bruno Haible  <bruno@clisp.org>
22963
22964         * modules/ldexpl: New file.
22965         * m4/ldexpl.m4: New file.
22966         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
22967         set.
22968         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
22969         REPLACE_LDEXPL.
22970         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
22971         REPLACE_LDEXPL.
22972         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
22973         gl_FUNC_LDEXPL_WORKS.
22974         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
22975         * modules/mathl (Files): Remove lib/ldexpl.c.
22976         (Depends-on): Add ldexpl.
22977
22978 2007-03-29  Bruno Haible  <bruno@clisp.org>
22979
22980         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
22981
22982 2007-03-29  Bruno Haible  <bruno@clisp.org>
22983
22984         * tests/test-striconveh.c (main): Don't assume that a direct conversion
22985         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
22986         and possibly also HP-UX.
22987         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
22988         work on AIX, IRIX, HP-UX, OSF/1.
22989         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
22990         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
22991         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
22992         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
22993         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
22994         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
22995
22996 2007-03-29  Bruno Haible  <bruno@clisp.org>
22997
22998         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
22999
23000 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
23001
23002         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
23003         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
23004
23005 2007-03-29  Eric Blake  <ebb9@byu.net>
23006
23007         * lib/acl-internal.h: Remove redundant include.
23008         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
23009         Cygwin when a file is locked.
23010
23011 2007-03-29  Bruno Haible  <bruno@clisp.org>
23012
23013         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
23014         file.
23015         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
23016
23017 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
23018
23019         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
23020         try to remove a parent directory if the child couldn't be removed
23021         (except for the first rmdir, which could fail because the child
23022         doesn't exist).  Problem reported by Jeff Blaine in
23023         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
23024
23025 2007-03-28  Bruno Haible  <bruno@clisp.org>
23026
23027         * lib/striconveh.c (utf8conv_carefully): New function.
23028         (mem_cd_iconveh_internal): Invoke it.
23029
23030 2007-03-28  Bruno Haible  <bruno@clisp.org>
23031
23032         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
23033         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
23034         input.
23035         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
23036         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
23037         unistr/u8-uctomb.
23038
23039 2007-03-28  Bruno Haible  <bruno@clisp.org>
23040
23041         * modules/unistr/u8-mbtoucr: New file.
23042         * lib/unistr/u8-mbtoucr.c: New file.
23043         * modules/unistr/u16-mbtoucr: New file.
23044         * lib/unistr/u16-mbtoucr.c: New file.
23045         * modules/unistr/u16-mbtoucr: New file.
23046         * lib/unistr/u16-mbtoucr.c: New file.
23047         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
23048
23049 2007-03-27  Simon Josefsson  <simon@josefsson.org>
23050             Bruno Haible  <bruno@clisp.org>
23051
23052         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
23053         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
23054         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
23055
23056         * m4/stdio_h.m4: Add stubs for vasprintf too.
23057
23058         * modules/stdio: Support vasprintf in sed command.
23059
23060         * modules/vasprintf: Depend on stdio for prototypes.  Remove
23061         vasprintf.h.  Add stdio module indicator.
23062
23063         * lib/stdio_.h: Declare asprintf and vasprintf, based on
23064         vasprintf.h.
23065
23066         * lib/vasprintf.h: File removed.
23067
23068         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
23069         * lib/vasprintf.c: Ditto.
23070         * lib/xvasprintf.c: Ditto.
23071         * tests/test-vasprintf-posix.c: Ditto.
23072         * tests/test-vasprintf.c: Ditto.
23073
23074 2007-03-27  Bruno Haible  <bruno@clisp.org>
23075
23076         Make vasnprintf multithread-safe.
23077         * lib/vasnprintf.c (decimal_point_char): New function.
23078         (VASNPRINTF): Use it.
23079         Suggested by Simon Josefsson.
23080
23081 2007-03-27  Eric Blake  <ebb9@byu.net>
23082
23083         Support sub-second birthtime on cygwin.
23084         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
23085         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
23086         (get_stat_birthtime): Also work with st_birthtim.
23087
23088 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
23089
23090         * lib/stat-time.h (USE_BIRTHTIME): Remove.
23091         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
23092         (get_stat_birthtime_ns): Do not try to use "spare" fields.
23093         (get_stat_birthtime_ns): Simplify compile-time tests.
23094         (get_stat_birthtime): Change the API to look like
23095         get_stat_mtime etc., except return a negative tv_nsec on error.
23096         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
23097         Don't check for "spare" fields.
23098         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
23099         or for struct stat.st_birthtime, as these tests aren't used.
23100         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
23101
23102 2007-03-27  Bruno Haible  <bruno@clisp.org>
23103
23104         * lib/stat-time.h: Include <sys/stat.h>.
23105
23106 2007-03-27  James Youngman  <jay@gnu.org>
23107
23108         * lib/stat-time.h (get_stat_birthtime): New function for
23109           retrieving st_birthtime as provided by UFS2 (hence *BSD).
23110         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
23111           and its variants.
23112         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
23113         * modules/stat-time-test: New file.
23114         * tests/test-stat-time.c: New test, devised by Bruno Haible.
23115
23116 2007-03-26  Bruno Haible  <bruno@clisp.org>
23117
23118         Better support of signalling NaNs.
23119         * lib/atanl.c: Include isnanl.h.
23120         (atanl): Perform test for NaN at the beginning of the function and
23121         through a call to isnanl.
23122         * lib/cosl.c: Include isnanl.h.
23123         (cosl): Perform test for NaN at the beginning of the function and
23124         through a call to isnanl.
23125         * lib/ldexpl.c: Include isnanl.h.
23126         (ldexpl): Perform test for NaN through a call to isnanl.
23127         * lib/logl.c: Include isnanl.h.
23128         (logl): Perform test for NaN at the beginning of the function and
23129         through a call to isnanl.
23130         * lib/sinl.c: Include isnanl.h.
23131         (sinl): Perform test for NaN at the beginning of the function and
23132         through a call to isnanl.
23133         * lib/sqrtl.c: Include isnanl.h.
23134         (sqrtl): Perform test for NaN at the beginning of the function and
23135         through a call to isnanl.
23136         * lib/tanl.c: Include isnanl.h.
23137         (tanl): Perform test for NaN at the beginning of the function and
23138         through a call to isnanl.
23139         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
23140         * modules/mathl (Depends-on): Add isnanl.
23141
23142 2007-03-26  Eric Blake  <ebb9@byu.net>
23143
23144         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
23145         regression in logic sense of previous patch.
23146
23147 2007-03-26  Bruno Haible  <bruno@clisp.org>
23148
23149         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
23150         unportable shell command "if ! ...".
23151         Reported by Ralf Wildenhues.
23152
23153 2007-03-25  Bruno Haible  <bruno@clisp.org>
23154
23155         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
23156         <sysexits.h> file, and only add EX_CONFIG.
23157         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
23158         absolute file name and whether it is sufficient. Substitute also
23159         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
23160         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
23161         ABSOLUTE_SYSEXITS_H into sysexits.h.
23162
23163 2007-03-25  Bruno Haible  <bruno@clisp.org>
23164
23165         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
23166         hints is NULL.
23167
23168 2007-03-25  Bruno Haible  <bruno@clisp.org>
23169
23170         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
23171         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
23172
23173 2007-03-25  Bruno Haible  <bruno@clisp.org>
23174
23175         * lib/vasnprintf.c: Include langinfo.h.
23176         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
23177         multithread-safe.
23178         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
23179         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
23180         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23181         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23182         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23183         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23184         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23185         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
23186         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23187         Reported by Simon Josefsson.
23188
23189 2007-03-25  Bruno Haible  <bruno@clisp.org>
23190
23191         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
23192         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
23193         * modules/vasnprintf (Depends-on): Add stdint.
23194
23195 2007-03-25  Bruno Haible  <bruno@clisp.org>
23196
23197         * modules/fpieee: New file.
23198         * m4/fpieee.m4: New file.
23199         * modules/isnan-nolibm (Depends-on): Add fpieee.
23200         * modules/isnanl-nolibm (Depends-on): Add fpieee.
23201         * modules/isnanl (Depends-on): Add fpieee.
23202
23203 2007-03-25  Bruno Haible  <bruno@clisp.org>
23204
23205         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
23206
23207 2007-03-25  Bruno Haible  <bruno@clisp.org>
23208
23209         Avoid test failures on IRIX 6.5.
23210         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
23211         (main): Use it.
23212         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
23213         macros.
23214         (main): Use them.
23215
23216 2007-03-25  Bruno Haible  <bruno@clisp.org>
23217
23218         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
23219         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
23220         exists but doesn't work.
23221         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
23222         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
23223         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
23224         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
23225
23226 2007-03-25  Bruno Haible  <bruno@clisp.org>
23227
23228         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
23229         returns inf. Needed on IRIX 6.5.
23230
23231 2007-03-25  Bruno Haible  <bruno@clisp.org>
23232
23233         * tests/test-frexpl.c: Include isnanl-nolibm.h.
23234         (main): Use isnanl instead of x != x idiom.
23235         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
23236
23237         * tests/test-frexp.c: Include isnan.h.
23238         (main): Use isnan instead of x != x idiom.
23239         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
23240
23241 2007-03-25  Bruno Haible  <bruno@clisp.org>
23242
23243         * tests/test-frexp.c (NaN): New function/macro.
23244         (main): Use it instead of 0.0 / 0.0.
23245         * tests/test-isnan.c (NaN): New function/macro.
23246         (main): Use it instead of 0.0 / 0.0.
23247         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
23248         (test_function): Use it instead of 0.0 / 0.0.
23249         * tests/test-vasprintf-posix.c (NaN): New function/macro.
23250         (test_function): Use it instead of 0.0 / 0.0.
23251         * tests/test-snprintf-posix.h (NaN): New function/macro.
23252         (test_function): Use it instead of 0.0 / 0.0.
23253         * tests/test-sprintf-posix.h (NaN): New function/macro.
23254         (test_function): Use it instead of 0.0 / 0.0.
23255         * tests/test-fprintf-posix.h (NaN): New function/macro.
23256         (test_function): Use it instead of 0.0 / 0.0.
23257         * tests/test-printf-posix.h (NaN): New function/macro.
23258         (test_function): Use it instead of 0.0 / 0.0.
23259
23260         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
23261
23262 2007-03-25  Bruno Haible  <bruno@clisp.org>
23263
23264         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
23265
23266 2007-03-25  Bruno Haible  <bruno@clisp.org>
23267
23268         * lib/regexec.c (merge_state_with_log): Make static.
23269
23270 2007-03-25  Bruno Haible  <bruno@clisp.org>
23271
23272         * lib/trigl.c (kernel_rem_pio2): Make static.
23273
23274 2007-03-25  Bruno Haible  <bruno@clisp.org>
23275
23276         * lib/sincosl.c (sincosl_table): Make static.
23277
23278 2007-03-25  Bruno Haible  <bruno@clisp.org>
23279
23280         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
23281         if the compiler does not support C99.
23282
23283 2007-03-25  Bruno Haible  <bruno@clisp.org>
23284
23285         * modules/time (Makefile.am): Ensure all rule action lines start with a
23286         tab.
23287
23288 2007-03-24  Bruno Haible  <bruno@clisp.org>
23289
23290         * modules/tsearch-tests: New file.
23291         * tests/test-tsearch.sh: New file.
23292         * tests/test-tsearch.c: New file, mostly copied from glibc.
23293
23294         * modules/search-tests: New file.
23295         * tests/test-search.c: New file.
23296
23297         * modules/search: New file.
23298         * lib/search_.h: New file, incorporating lib/tsearch.h.
23299         * m4/search_h.m4: New file.
23300         * lib/tsearch.h: Remove file.
23301         * lib/tsearch.c: Include search.h instead of tsearch.h.
23302         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
23303         HAVE_TSEARCH.
23304         * modules/tsearch (Files): Remove lib/tsearch.h.
23305         (Depends-on): Add search.
23306         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
23307         (Include): Change tsearch.h into search.h.
23308
23309 2007-03-24  Bruno Haible  <bruno@clisp.org>
23310
23311         * modules/fpucw: New file.
23312         * lib/fpucw.h: New file.
23313         * lib/frexp.c: Include fpucw.h.
23314         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23315         (FUNC): Use them.
23316         * lib/printf-frexp.c: Include fpucw.h.
23317         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
23318         (FUNC): Use them.
23319         * lib/vasnprintf.c: Include fpucw.h.
23320         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
23321         'long double' calculations.
23322         * tests/test-frexpl.c: Include fpucw.h.
23323         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23324         * tests/test-printf-frexpl.c: Include fpucw.h.
23325         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
23326         * modules/frexpl (Depends-on): Add fpucw.
23327         * modules/printf-frexpl (Depends-on): Likewise.
23328         * modules/fprintf-posix (Depends-on): Likewise.
23329         * modules/snprintf-posix (Depends-on): Likewise.
23330         * modules/sprintf-posix (Depends-on): Likewise.
23331         * modules/vasnprintf-posix (Depends-on): Likewise.
23332         * modules/vasprintf-posix (Depends-on): Likewise.
23333         * modules/vfprintf-posix (Depends-on): Likewise.
23334         * modules/vsnprintf-posix (Depends-on): Likewise.
23335         * modules/vsprintf-posix (Depends-on): Likewise.
23336         * modules/frexpl-tests (Depends-on): Likewise.
23337         * modules/printf-frexpl-tests (Depends-on): Likewise.
23338
23339 2007-03-24  Bruno Haible  <bruno@clisp.org>
23340
23341         * lib/float+.h: New file.
23342         * lib/isnan.c: Include float+.h.
23343         (SIZE): New macro.
23344         (FUNC): Compare only SIZE bytes of the value.
23345         * lib/vasnprintf.c: Include float+.h.
23346         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
23347         SIZEOF_LDBL or SIZEOF_DBL bytes.
23348         * modules/isnan-nolibm (Files): Add lib/float+.h.
23349         * modules/isnanl-nolibm (Files): Add lib/float+.h.
23350         * modules/isnanl (Files): Add lib/float+.h.
23351         * modules/vasnprintf (Files): Add lib/float+.h.
23352
23353 2007-03-24  Bruno Haible  <bruno@clisp.org>
23354
23355         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
23356         include isnanl-nolibm.h.
23357
23358 2007-03-24  Bruno Haible  <bruno@clisp.org>
23359
23360         * tests/test-read-file.c (main): Don't produce spurious output for
23361         expected situations. Make the test fail if it encountered unexpected
23362         results.
23363
23364 2007-03-24  Bruno Haible  <bruno@clisp.org>
23365
23366         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
23367         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
23368
23369 2007-03-24  Bruno Haible  <bruno@clisp.org>
23370
23371         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
23372
23373 2007-03-24  Bruno Haible  <bruno@clisp.org>
23374
23375         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
23376         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
23377
23378         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
23379         * modules/utf8-ucs4: Turn into a symbolic link to module
23380         unistr/u8-mbtouc.
23381
23382         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
23383         utf8-ucs4-unsafe.
23384         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
23385         unistr/u8-mbtouc-unsafe.
23386
23387         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
23388         * modules/utf16-ucs4: Turn into a symbolic link to module
23389         unistr/u16-mbtouc.
23390
23391         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
23392         utf16-ucs4-unsafe.
23393         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
23394         unistr/u16-mbtouc-unsafe.
23395
23396         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
23397         * modules/ucs4-utf8: Turn into a symbolic link to module
23398         unistr/u8-ubtomb.
23399
23400         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
23401         * modules/ucs4-utf16: Turn into a symbolic link to module
23402         unistr/u16-ubtomb.
23403
23404 2007-03-24  Bruno Haible  <bruno@clisp.org>
23405
23406         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
23407         Enable the function only if HAVE_INLINE.
23408         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
23409         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
23410         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
23411         Enable the function only if HAVE_INLINE.
23412         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
23413         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
23414         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
23415         Enable the function only if HAVE_INLINE.
23416         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
23417         Enable the function only if HAVE_INLINE.
23418         * modules/utf8-ucs4: Update.
23419         * modules/utf8-ucs4-unsafe: Update.
23420         * modules/utf16-ucs4: Update.
23421         * modules/utf16-ucs4-unsafe: Update.
23422         * modules/ucs4-utf8: Update.
23423         * modules/ucs4-utf16: Update.
23424
23425 2007-03-24  Bruno Haible  <bruno@clisp.org>
23426
23427         * lib/utf8-ucs4.h: Remove file.
23428         * lib/utf8-ucs4-unsafe.h: Remove file.
23429         * lib/utf16-ucs4.h: Remove file.
23430         * lib/utf16-ucs4-unsafe.h: Remove file.
23431         * lib/ucs4-utf8.h: Remove file.
23432         * lib/ucs4-utf16.h: Remove file.
23433         * lib/unistr.h: Include their previous contents.
23434         * m4/utf-ucs4.m4: Remove file.
23435         * m4/ucs4-utf.m4: Remove file.
23436         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
23437         (Depends-on): Add unistr/base.
23438         (configure.ac): Remove gl_UTF_UCS4.
23439         (Makefile.am): Update.
23440         (Include): Change to unistr.h.
23441         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
23442         (Depends-on): Add unistr/base.
23443         (configure.ac): Remove gl_UTF_UCS4.
23444         (Makefile.am): Update.
23445         (Include): Change to unistr.h.
23446         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
23447         (Depends-on): Add unistr/base.
23448         (configure.ac): Remove gl_UTF_UCS4.
23449         (Makefile.am): Update.
23450         (Include): Change to unistr.h.
23451         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
23452         (Depends-on): Add unistr/base.
23453         (configure.ac): Remove gl_UTF_UCS4.
23454         (Makefile.am): Update.
23455         (Include): Change to unistr.h.
23456         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
23457         (Depends-on): Add unistr/base.
23458         (configure.ac): Remove gl_UCS4_UTF.
23459         (Makefile.am): Update.
23460         (Include): Change to unistr.h.
23461         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
23462         (Depends-on): Add unistr/base.
23463         (configure.ac): Remove gl_UCS4_UTF.
23464         (Makefile.am): Update.
23465         (Include): Change to unistr.h.
23466         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
23467         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
23468         utf8-ucs4-unsafe.h.
23469         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
23470         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
23471         utf16-ucs4-unsafe.h.
23472         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
23473         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
23474         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
23475         * lib/unistr/u8-strchr.c: Likewise.
23476         * lib/unistr/u8-strrchr.c: Likewise.
23477         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
23478         * lib/unistr/u16-strchr.c: Likewise.
23479         * lib/unistr/u16-strrchr.c: Likewise.
23480         * lib/striconveh.c: Update.
23481         * lib/linebreak.c: Update.
23482
23483 2007-03-24  Bruno Haible  <bruno@clisp.org>
23484
23485         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
23486         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
23487
23488 2007-03-22  Bruno Haible  <bruno@clisp.org>
23489
23490         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
23491
23492 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
23493
23494         * MODULES.html.sh (File system functions): New module write-any-file.
23495         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
23496         * m4/write-any-file.m4: New files.
23497
23498 2007-03-23  Eric Blake  <ebb9@byu.net>
23499
23500         * gnulib-tool: Rearrange space-tab sequences, since some editors
23501         like to eat them.
23502
23503 2007-03-23  Eric Blake  <ebb9@byu.net>
23504
23505         * lib/version-etc.c (version_etc_va): Update license wording to
23506         be more concise.  Recommended by Richard Stallman.
23507
23508 2007-03-22  Bruno Haible  <bruno@clisp.org>
23509
23510         * lib/poll.c (MSG_PEEK): New fallback definition.
23511
23512 2007-03-22  Bruno Haible  <bruno@clisp.org>
23513
23514         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
23515         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
23516         (main): Update.
23517         Fixes a compilation error on BeOS.
23518
23519 2007-03-22  Bruno Haible  <bruno@clisp.org>
23520
23521         * modules/frexpl-tests: New file.
23522         * tests/test-frexpl.c: New file.
23523
23524         * modules/frexpl: New file.
23525         * m4/frexpl.m4: New file.
23526         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
23527         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
23528         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
23529         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
23530         (Depends-on): Add frexpl. Remove isnanl-nolibm.
23531         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
23532
23533 2007-03-22  Bruno Haible  <bruno@clisp.org>
23534
23535         * lib/frexpl.c: Share code with lib/frexp.c.
23536         * modules/mathl (Files): Add lib/frexp.c.
23537         (Depends-on): Add isnanl-nolibm.
23538
23539 2007-03-22  Bruno Haible  <bruno@clisp.org>
23540
23541         * modules/printf-frexp (Files): Add m4/frexp.m4.
23542         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
23543         only if the found frexp function actually works.
23544
23545 2007-03-22  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/frexp.c: Remove older implementation that uses divisions.
23548
23549 2007-03-21  Bruno Haible  <bruno@clisp.org>
23550
23551         * modules/frexp-tests: New file.
23552         * tests/test-frexp.c: New file.
23553
23554         * modules/frexp: New file.
23555         * lib/frexp.c: New file.
23556         * m4/frexp.m4: New file.
23557         * lib/math_.h (frexp): New declaration.
23558         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
23559         REPLACE_FREXP.
23560         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
23561
23562 2007-03-21  Bruno Haible  <bruno@clisp.org>
23563
23564         * modules/isnanl-tests: New file.
23565         * tests/test-isnanl.c: New file.
23566
23567         * modules/isnanl: New file.
23568         * lib/isnanl.h: New file.
23569         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
23570         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
23571         gl_FUNC_ISNANL_WORKS.
23572         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
23573         New macros.
23574
23575 2007-03-21  Bruno Haible  <bruno@clisp.org>
23576
23577         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
23578         lib/isnanl.h.
23579         (Include): Update.
23580         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
23581         * lib/vasnprintf.c: Update.
23582         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
23583         tests/test-isnanl.h, remove tests/test-isnanl.c.
23584         (Makefile.am): Update.
23585         * tests/test-isnanl-nolibm.c: New file.
23586         * tests/test-isnanl.h: New file.
23587         * tests/test-isnanl.c: Remove file.
23588
23589 2007-03-21  Jim Meyering  <jim@meyering.net>
23590
23591         When trying to open ".", treat ESTALE like EACCES.
23592         * lib/savewd.c (savewd_save): Resort to forking not just upon
23593         failure with EACCES, but also when errno is ESTALE.
23594
23595 2007-03-20  Bruno Haible  <bruno@clisp.org>
23596
23597         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
23598         Needed on AIX 5.1. Reported by Matthew Woehlke.
23599
23600 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23601
23602         Suggestions by Bruno Haible:
23603         * lib/acl-internal.h: Include "gettext.h" rather than rolling
23604         our own.
23605         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
23606         * modules/acl (Depends-on): Add gettext.
23607
23608 2007-03-19  Bruno Haible  <bruno@clisp.org>
23609
23610         * modules/iconvme: Remove file.
23611         * lib/iconvme.h: Remove file.
23612         * lib/iconvme.c: Remove file.
23613         * m4/iconvme.m4: Remove file.
23614
23615 2007-03-19  Bruno Haible  <bruno@clisp.org>
23616
23617         * doc/relocatable-maint.texi: Break long shell script line.
23618         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
23619
23620 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23621
23622         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
23623         handle file_has_acl.
23624         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
23625         * lib/acl.c: Move header inclusions and related macro defns into
23626         lib/acl-internal.h.
23627         (S_ISLNK): Remove defn, since that's now done for us.
23628         (file_has_acl): Move to lib/file-has-acl.c.
23629         Call acl_trivial if available.  This is the crucial part of the fix.
23630         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
23631         shared within the library.  Rewrite a bit, partly to make it compatible
23632         with the GNU coding style.
23633         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
23634         Remove unnecessary double-quotes.
23635         Don't test for acl_to_text; the build will catch that.
23636         Replace acl_entries if it doesn't exist and it is needed.
23637         Check for -lsec and acl_trivial (as used on Solaris 10).
23638         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
23639         lib/file-has-acl.c.
23640         (Depends-on): Add sys_stat, for S_ISLNK.
23641
23642 2007-03-19  Ben Pfaff  <blp@gnu.org>
23643
23644         * doc/gnulib.texi: Fix typos.
23645         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
23646
23647 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
23648
23649         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
23650         If size is zero here, buf must be zero.
23651
23652 2007-03-19  Simon Josefsson  <simon@josefsson.org>
23653
23654         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
23655         <bruno@clisp.org>.
23656
23657 2007-03-18  Bruno Haible  <bruno@clisp.org>
23658
23659         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
23660         Suggested by Eric Blake.
23661
23662 2007-03-18  Ben Pfaff  <blp@gnu.org>
23663
23664         * doc/relocatable.texi: Recommend using as prefix a directory
23665         that does not exist and will never be created.  Based on
23666         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
23667         and others.
23668
23669 2007-03-17  Bruno Haible  <bruno@clisp.org>
23670
23671         * lib/fchownat.c: Include lchown.h.
23672
23673 2007-03-17  Bruno Haible  <bruno@clisp.org>
23674
23675         Fix endless loop when the given allocated size was > INT_MAX.
23676         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
23677         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
23678         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
23679         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
23680         * lib/sprintf.c (sprintf): Likewise.
23681
23682 2007-03-17  Bruno Haible  <bruno@clisp.org>
23683
23684         * tests/test-argp-2.sh (func_compare): Output a context diff.
23685
23686 2007-03-17  Bruno Haible  <bruno@clisp.org>
23687
23688         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
23689         locale's decimal-point character.
23690
23691 2007-03-17  Bruno Haible  <bruno@clisp.org>
23692
23693         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
23694         before comparing it. Needed because on some platforms (e.g. x86) a
23695         'long double' occupies less bytes than sizeof (long double).
23696
23697 2007-03-17  Bruno Haible  <bruno@clisp.org>
23698
23699         * tests/test-crc.c (main): Make printf statements 64-bit clean.
23700         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
23701         * tests/test-getaddrinfo.c (simple): Likewise.
23702         * tests/test-read-file.c (main): Likewise.
23703
23704 2007-03-17  Bruno Haible  <bruno@clisp.org>
23705
23706         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
23707
23708 2007-03-17  Bruno Haible  <bruno@clisp.org>
23709
23710         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
23711         unused variable.
23712
23713 2007-03-17  Bruno Haible  <bruno@clisp.org>
23714
23715         * tests/test-c-strcasecmp.c: Include c-strcase.h.
23716         * tests/test-c-strncasecmp.c: Likewise.
23717
23718 2007-03-17  Bruno Haible  <bruno@clisp.org>
23719
23720         * modules/stdlib (Depends-on): Add unistd.
23721         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
23722         Needed for MacOS X 10.3.
23723
23724 2007-03-17  Bruno Haible  <bruno@clisp.org>
23725
23726         * lib/unistr/u-strdup.h: Include <stdlib.h>.
23727
23728 2007-03-17  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
23731
23732 2007-03-17  Bruno Haible  <bruno@clisp.org>
23733
23734         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
23735         to reflect files copied from gnulib (with or without modifications).
23736         Suggested by Jim Meyering.
23737
23738 2007-03-17  Eric Blake  <ebb9@byu.net>
23739
23740         * NEWS: Document stdlib change from 2007-02-18.
23741
23742 2007-03-17  Jim Meyering  <jim@meyering.net>
23743
23744         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
23745         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
23746         someone uses a name containing shell meta-characters.
23747         Reported by Alfred M. Szmidt.
23748
23749         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
23750
23751 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
23752
23753         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
23754         and copy gettext configuration files only if configure.ac contains
23755         a use of AM_GNU_GETTEXT_VERSION.
23756
23757 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
23758
23759         * build-aux/bootstrap (gnulib_name): New variable.
23760         (gnulib_tool_options): Use it.
23761
23762 2007-03-13  Simon Josefsson  <simon@josefsson.org>
23763
23764         * tests/test-des.c: Use new namespace.
23765
23766 2007-03-15  Bruno Haible  <bruno@clisp.org>
23767
23768         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
23769         Reported by James Youngman <jay@gnu.org>.
23770
23771 2007-03-15  Bruno Haible  <bruno@clisp.org>
23772
23773         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
23774         declared prototype. Needed with cc on OSF/1 5.1.
23775
23776 2007-03-15  Bruno Haible  <bruno@clisp.org>
23777
23778         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
23779         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
23780         (struct gl_list_implementation): Add dispose_fn argument to the
23781         'create_empty', 'create' methods.
23782         (struct gl_list_impl_base): Add field 'dispose_fn'.
23783         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
23784         argument.
23785         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
23786         dispose_fn argument.
23787         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
23788         dispose_fn on the dropped values.
23789         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
23790         dispose_fn argument.
23791         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
23792         dropped values.
23793         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
23794         (gl_tree_remove_node): Call dispose_fn on the dropped value.
23795         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
23796         (gl_tree_remove_node): Call dispose_fn on the dropped value.
23797         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
23798         argument.
23799         (gl_tree_list_free): Call dispose_fn on the dropped values.
23800         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
23801         the dropped values.
23802         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
23803         Add dispose_fn argument.
23804         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
23805         Call dispose_fn on the dropped values.
23806         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
23807         Add dispose_fn argument.
23808         (gl_sublist_create): Initialize the 'dispose_fn' field.
23809         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
23810         * tests/test-array_list.c (main): Update.
23811         * tests/test-carray_list.c (main): Update.
23812         * tests/test-avltree_list.c (main): Update.
23813         * tests/test-rbtree_list.c (main): Update.
23814         * tests/test-avltreehash_list.c (main): Update.
23815         * tests/test-rbtreehash_list.c (main): Update.
23816         * tests/test-linked_list.c (main): Update.
23817         * tests/test-linkedhash_list.c (main): Update.
23818         * tests/test-array_oset.c (main): Update.
23819
23820 2007-03-15  Bruno Haible  <bruno@clisp.org>
23821
23822         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
23823         (gl_oset_create_empty): Add dispose_fn argument.
23824         (struct gl_oset_implementation): Add dispose_fn argument to
23825         'create_empty' method.
23826         (struct gl_oset_impl_base): Add dispose_fn field.
23827         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
23828         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
23829         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
23830         values.
23831         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
23832         (gl_tree_oset_free): Call dispose_fn on the dropped values.
23833         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
23834         dropped value.
23835         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
23836         dropped value.
23837         * tests/test-array_oset.c (main): Update.
23838         * tests/test-avltree_oset.c (main): Update.
23839         * tests/test-rbtree_oset.c (main): Update.
23840         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
23841
23842 2007-03-13  Bruno Haible  <bruno@clisp.org>
23843
23844         * tests/test-stdbool.c (i): Update after last patch.
23845
23846 2007-03-12  Bruno Haible  <bruno@clisp.org>
23847
23848         * lib/quotearg.c: Include <wctype.h> early, before the definition of
23849         the iswprint macro. Needed on Solaris 2.5.1.
23850
23851 2007-03-12  Bruno Haible  <bruno@clisp.org>
23852
23853         * tests/test-printf-frexp.c (main): Declare x as volatile.
23854
23855 2007-03-12  Simon Josefsson  <simon@josefsson.org>
23856
23857         * doc/gnulib.texi (Build robot for gnulib): New section.
23858
23859 2007-03-12  Jim Meyering  <jim@meyering.net>
23860
23861         * build-aux/bootstrap: New file.
23862         * build-aux/bootstrap.conf: New file, from coreutils.
23863
23864 2007-03-11  Bruno Haible  <bruno@clisp.org>
23865
23866         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
23867
23868 2007-03-12  Simon Josefsson  <simon@josefsson.org>
23869
23870         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
23871         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
23872         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
23873
23874 2007-03-11  Bruno Haible  <bruno@clisp.org>
23875
23876         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
23877         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
23878
23879 2007-03-11  Bruno Haible  <bruno@clisp.org>
23880
23881         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
23882         formula. Needed for SunPRO C 5.0.
23883
23884 2007-03-11  Bruno Haible  <bruno@clisp.org>
23885
23886         * modules/long-options (Depends-on): Add getopt.
23887
23888 2007-03-11  Bruno Haible  <bruno@clisp.org>
23889
23890         * modules/modechange (Depends-on): Add stdbool.
23891
23892 2007-03-11  Bruno Haible  <bruno@clisp.org>
23893
23894         * modules/i-ring (Depends-on): Add stdbool.
23895
23896 2007-03-11  Bruno Haible  <bruno@clisp.org>
23897
23898         * modules/gc-des (Depends-on): Add stdbool.
23899
23900 2007-03-11  Bruno Haible  <bruno@clisp.org>
23901
23902         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
23903
23904 2007-03-11  Bruno Haible  <bruno@clisp.org>
23905
23906         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
23907
23908 2007-03-11  Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
23911
23912 2007-03-11  Bruno Haible  <bruno@clisp.org>
23913
23914         * lib/vasnprintf.c (sprintf): Undefine.
23915
23916 2007-03-11  Bruno Haible  <bruno@clisp.org>
23917
23918         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
23919         initializers in SunPRO C and Compaq C compilers.
23920
23921 2007-03-11  Bruno Haible  <bruno@clisp.org>
23922
23923         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
23924         decrementing code ANSI C compliant.
23925
23926 2007-03-11  Bruno Haible  <bruno@clisp.org>
23927
23928         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
23929         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
23930
23931 2007-03-11  Bruno Haible  <bruno@clisp.org>
23932
23933         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
23934         <stdbool.h> substitute doesn't pass.
23935
23936 2007-03-11  Bruno Haible  <bruno@clisp.org>
23937
23938         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
23939
23940 2007-03-11  Bruno Haible  <bruno@clisp.org>
23941
23942         * gnulib-tool (func_create_megatestdir): Create also an autobuild
23943         script, for submission to autobuild.josefsson.org.
23944
23945 2007-03-10  Bruno Haible  <bruno@clisp.org>
23946
23947         * modules/canonicalize-lgpl-tests: New file.
23948         * tests/test-canonicalize-lgpl.sh: New file.
23949         * tests/test-canonicalize-lgpl.c: New file.
23950
23951         * modules/c-strcase-tests: New file.
23952         * tests/test-c-strcase.sh: New file.
23953         * tests/test-c-strcasecmp.c: New file.
23954         * tests/test-c-strncasecmp.c: New file.
23955
23956         * modules/atexit-tests: New file.
23957         * tests/test-atexit.sh: New file.
23958         * tests/test-atexit.c: New file.
23959
23960 2007-03-10  Bruno Haible  <bruno@clisp.org>
23961
23962         * tests/test-binary-io.sh: Use temporary filenames that are not so
23963         likely to clash with those of other tests (in a parallel make).
23964         * tests/test-binary-io.c: Likewise.
23965
23966 2007-03-10  Bruno Haible  <bruno@clisp.org>
23967
23968         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
23969         fallback; use #error instead.
23970         Suggested by Simon Josefsson.
23971
23972 2007-03-10  Bruno Haible  <bruno@clisp.org>
23973
23974         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
23975         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
23976         first and the last.
23977
23978 2007-03-10  Bruno Haible  <bruno@clisp.org>
23979
23980         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
23981
23982 2007-03-10  Bruno Haible  <bruno@clisp.org>
23983
23984         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
23985         "make distcheck".
23986         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
23987         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
23988         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
23989
23990 2007-03-10  Bruno Haible  <bruno@clisp.org>
23991
23992         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
23993         variable.
23994         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
23995         variable.
23996
23997 2007-03-09  Eric Blake  <ebb9@byu.net>
23998         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
23999
24000         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
24001         types are not being provided by gnulib.
24002         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
24003         types are supported.
24004
24005 2007-03-10  Bruno Haible  <bruno@clisp.org>
24006
24007         * lib/stdio_.h (__attribute__): New macro.
24008         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
24009         vsprintf): Specify __attribute__ __format__ for GCC.
24010         Suggested by Eric Blake.
24011
24012 2007-03-09  Bruno Haible  <bruno@clisp.org>
24013
24014         * modules/printf-posix-tests: New file.
24015         * tests/test-printf-posix.sh: New file.
24016         * tests/test-printf-posix.c: New file.
24017
24018         * modules/printf-posix: New file.
24019         * lib/printf.c: New file.
24020         * m4/printf-posix-rpl.m4: New file.
24021         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
24022         REPLACE_PRINTF.
24023         * lib/stdio_.h (printf): New declaration.
24024         (format, __format__, ____printf____, ____scanf____, ____strftime____,
24025         ____strfmon____): New macros.
24026         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
24027         REPLACE_PRINTF.
24028
24029 2007-03-09  Bruno Haible  <bruno@clisp.org>
24030
24031         * tests/test-vasnprintf-posix2.sh: New file.
24032         * tests/test-vasnprintf-posix2.c: New file.
24033         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
24034         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
24035         (Makefile.am): Activate test-vasnprintf-posix2.sh.
24036
24037         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
24038         a locale dependent decimal point, rather than always '.'.
24039
24040 2007-03-09  Eric Blake  <ebb9@byu.net>
24041
24042         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
24043         spite of platforms like Tandem/NSK that define it to -1.
24044
24045 2007-03-08  Bruno Haible  <bruno@clisp.org>
24046
24047         * modules/vprintf-posix-tests: New file.
24048         * tests/test-vprintf-posix.sh: New file.
24049         * tests/test-vprintf-posix.c: New file.
24050         * tests/test-printf-posix.h: New file.
24051
24052         * modules/vprintf-posix: New file.
24053         * lib/vprintf.c: New file.
24054         * m4/vprintf-posix.m4: New file.
24055         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
24056         REPLACE_VPRINTF.
24057         * lib/stdio_.h (vprintf): New declaration.
24058         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
24059         REPLACE_VPRINTF.
24060
24061 2007-03-08  Bruno Haible  <bruno@clisp.org>
24062
24063         * modules/fprintf-posix-tests: New file.
24064         * tests/test-fprintf-posix.sh: New file.
24065         * tests/test-fprintf-posix.c: New file.
24066
24067         * modules/fprintf-posix: New file.
24068         * lib/fprintf.c: New file.
24069         * m4/fprintf-posix.m4: New file.
24070         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
24071         REPLACE_FPRINTF.
24072         * lib/stdio_.h (fprintf): New declaration.
24073         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
24074         REPLACE_FPRINTF.
24075
24076 2007-03-08  Bruno Haible  <bruno@clisp.org>
24077
24078         * modules/vfprintf-posix-tests: New file.
24079         * tests/test-vfprintf-posix.sh: New file.
24080         * tests/test-vfprintf-posix.c: New file.
24081         * tests/test-fprintf-posix.h: New file.
24082         * tests/test-fprintf-posix.out: New file.
24083
24084         * modules/vfprintf-posix: New file.
24085         * lib/vfprintf.c: New file.
24086         * m4/vfprintf-posix.m4: New file.
24087         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
24088         REPLACE_VFPRINTF.
24089         * lib/stdio_.h (vfprintf): New declaration.
24090         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
24091         REPLACE_VFPRINTF.
24092
24093 2007-03-08  Bruno Haible  <bruno@clisp.org>
24094
24095         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
24096
24097 2007-03-08  Bruno Haible  <bruno@clisp.org>
24098
24099         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
24100         instead of 'expr' invocations.
24101         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24102         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24103         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24104         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24105         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24106         Suggested by Paul Eggert.
24107
24108 2007-03-08  Bruno Haible  <bruno@clisp.org>
24109
24110         * modules/fseterr-tests: New file.
24111         * tests/test-fseterr.c: New file.
24112
24113         * modules/fseterr: New file.
24114         * lib/fseterr.h: New file.
24115         * lib/fseterr.c: New file.
24116
24117 2007-03-08  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
24120         * lib/getopt_.h: Likewise.
24121         * lib/mbswidth.h: Likewise.
24122         * lib/setenv.h: Likewise.
24123         * lib/vasnprintf.h: Likewise.
24124         * lib/vasprintf.h: Likewise.
24125         * lib/verror.h: Likewise.
24126         * lib/xsetenv.h: Likewise.
24127         * lib/xvasprintf.h: Likewise.
24128
24129 2007-03-08  Jim Meyering  <jim@meyering.net>
24130
24131         * users.txt: Add parted.
24132
24133         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
24134
24135 2007-03-07  Bruno Haible  <bruno@clisp.org>
24136
24137         * m4/printf.m4: Make the shell script snippets copy&pastable.
24138
24139 2007-03-02  Bruno Haible  <bruno@clisp.org>
24140
24141         * lib/netinet_in_.h: New file.
24142         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
24143         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
24144         * modules/netinet_in (Files): Add lib/netinet_in_.h.
24145         (Depends-on): Add absolute-header.
24146         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
24147         into netinet/in.h.
24148
24149 2007-03-03  Bruno Haible  <bruno@clisp.org>
24150
24151         * lib/sys_select_.h: New file.
24152         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
24153         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
24154         * modules/sys_select (Files): Add lib/sys_select_.h.
24155         (Depends-on): Add absolute-header.
24156         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
24157         into sys/select.h.
24158
24159 2007-03-02  Bruno Haible  <bruno@clisp.org>
24160
24161         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
24162         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
24163         values.
24164         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
24165         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
24166         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
24167         * modules/sys_socket (Depends-on): Add absolute-header.
24168         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
24169         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
24170         (Include): Remove requirement of inclusion of <sys/types.h>.
24171
24172 2007-03-02  Bruno Haible  <bruno@clisp.org>
24173
24174         * lib/byteswap_.h (bswap_32): Fix formula.
24175
24176 2007-03-06  Bruno Haible  <bruno@clisp.org>
24177
24178         * modules/sprintf-posix-tests: New file.
24179         * tests/test-sprintf-posix.c: New file.
24180
24181         * modules/sprintf-posix: New file.
24182         * lib/sprintf.c: New file.
24183         * m4/sprintf-posix.m4: New file.
24184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
24185         REPLACE_SPRINTF.
24186         * lib/stdio_.h (sprintf): New declaration.
24187         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
24188         REPLACE_SPRINTF.
24189
24190 2007-03-06  Bruno Haible  <bruno@clisp.org>
24191
24192         * modules/vsprintf-posix-tests: New file.
24193         * tests/test-vsprintf-posix.c: New file.
24194         * tests/test-sprintf-posix.h: New file.
24195
24196         * modules/vsprintf-posix: New file.
24197         * lib/vsprintf.c: New file.
24198         * m4/vsprintf-posix.m4: New file.
24199         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
24200         REPLACE_VSPRINTF.
24201         * lib/stdio_.h (vsprintf): New declaration.
24202         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
24203         REPLACE_VSPRINTF.
24204
24205 2007-03-06  Bruno Haible  <bruno@clisp.org>
24206
24207         * modules/vsnprintf (Depend-on): Remove minmax.
24208
24209 2007-03-06  Bruno Haible  <bruno@clisp.org>
24210
24211         * modules/snprintf-posix-tests: New file.
24212         * tests/test-snprintf-posix.c: New file.
24213
24214         * modules/snprintf-posix: New file.
24215         * m4/snprintf-posix.m4: New file.
24216         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
24217         gl_FUNC_SNPRINTF.
24218         (gl_FUNC_SNPRINTF): Invoke it.
24219         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
24220         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
24221         is set.
24222         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
24223
24224 2007-03-06  Bruno Haible  <bruno@clisp.org>
24225
24226         * modules/vsnprintf-posix-tests: New file.
24227         * tests/test-vsnprintf-posix.c: New file.
24228         * tests/test-snprintf-posix.h: New file.
24229
24230         * modules/vsnprintf-posix: New file.
24231         * m4/vsnprintf-posix.m4: New file.
24232         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
24233         gl_FUNC_VSNPRINTF.
24234         (gl_FUNC_VSNPRINTF): Invoke it.
24235         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
24236         * lib/stdio_.h (vsnprintf): Define as a replacement if
24237         REPLACE_VSNPRINTF is set.
24238         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
24239
24240 2007-03-06  Bruno Haible  <bruno@clisp.org>
24241
24242         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
24243         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
24244
24245 2007-03-06  Bruno Haible  <bruno@clisp.org>
24246
24247         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
24248         (asinl): Declare also if HAVE_DECL_ASINL is set.
24249         (atanl): Declare also if HAVE_DECL_ATANL is set.
24250         (ceill): Declare also if HAVE_DECL_CEILL is set.
24251         (cosl): Declare also if HAVE_DECL_COSL is set.
24252         (expl): Declare also if HAVE_DECL_EXPL is set.
24253         (floorl): Declare also if HAVE_DECL_FLOORL is set.
24254         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
24255         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
24256         (logl): Declare also if HAVE_DECL_LOGL is set.
24257         (sinl): Declare also if HAVE_DECL_SINL is set.
24258         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
24259         (tanl): Declare also if HAVE_DECL_TANL is set.
24260         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
24261         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
24262         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
24263         declaration of frexpl, ldexpl.
24264         * modules/printf-frexpl (Depends-on): Add math.
24265         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
24266
24267 2007-03-05  Bruno Haible  <bruno@clisp.org>
24268
24269         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
24270         frexpl and ldexpl are declared.
24271         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
24272
24273 2007-03-05  Bruno Haible  <bruno@clisp.org>
24274
24275         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
24276         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
24277
24278 2007-03-05  Bruno Haible  <bruno@clisp.org>
24279
24280         * lib/stdio_.h: Include <stddef.h>.
24281
24282 2007-03-05  Bruno Haible  <bruno@clisp.org>
24283
24284         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
24285
24286 2007-03-05  Bruno Haible  <bruno@clisp.org>
24287
24288         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
24289         NetBSD 4, from Ralf Wildenhues.
24290
24291 2007-03-04  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/vasprintf.h: Update #if logic for the case when the functions
24294         exist but are overridden.
24295
24296 2007-03-04  Bruno Haible  <bruno@clisp.org>
24297
24298         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
24299         implementations: glibc-2.4 and MacOS X 10.3.
24300         * tests/test-vasnprintf-posix.c (test_function): Test also the case
24301         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
24302         * tests/test-vasprintf-posix.c (test_function): Likewise.
24303
24304 2007-03-04  Bruno Haible  <bruno@clisp.org>
24305
24306         * modules/vasprintf-posix-tests: New file.
24307         * tests/test-vasprintf-posix.c: New file.
24308
24309         * modules/vasprintf-posix: New file.
24310         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
24311         defined.
24312         * m4/vasprintf-posix.m4: New file.
24313         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
24314         gl_FUNC_VASPRINTF.
24315         (gl_FUNC_VASPRINTF): Invoke it.
24316         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
24317         here.
24318         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
24319
24320 2007-03-04  Bruno Haible  <bruno@clisp.org>
24321
24322         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
24323         REPLACE_GETTIMEOFDAY.
24324         * modules/sys_time (Makefile.am): Likewise.
24325         * m4/sys_time_h.m4: Likewise.
24326         * m4/gettimeofday.m4: Likewise.
24327
24328 2007-03-04  Bruno Haible  <bruno@clisp.org>
24329
24330         * modules/vasnprintf-posix-tests: New file.
24331         * tests/test-vasnprintf-posix.c: New file.
24332
24333         * modules/vasnprintf-posix: New file.
24334         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
24335         printf-frexpl.h.
24336         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
24337         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
24338         REPLACE_VASNPRINTF is defined.
24339         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
24340         gl_FUNC_VASNPRINTF.
24341         (gl_FUNC_VASNPRINTF): Invoke it.
24342         * m4/vasnprintf-posix.m4: New file.
24343         * m4/printf.m4: New file.
24344
24345 2007-03-04  Bruno Haible  <bruno@clisp.org>
24346
24347         Compile progreloc.c only if --enable-relocatable is specified.
24348         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
24349         if --enable-relocatable was specified.
24350         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
24351         lib_SOURCES.
24352
24353 2007-03-04  Jim Meyering  <jim@meyering.net>
24354
24355         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
24356         Use it consistently, rather than enumerating errno constants.
24357
24358 2007-03-04  Bruno Haible  <bruno@clisp.org>
24359
24360         * modules/xvasprintf-tests: New file.
24361         * tests/test-xvasprintf.c: New file.
24362
24363         * modules/vasprintf-tests: New file.
24364         * tests/test-vasprintf.c: New file.
24365
24366         * modules/vasnprintf-tests: New file.
24367         * tests/test-vasnprintf.c: New file.
24368
24369         * modules/vsnprintf-tests: New file.
24370         * tests/test-vsnprintf.c: New file.
24371
24372         * modules/snprintf-tests: New file.
24373         * tests/test-snprintf.c: New file.
24374
24375 2007-03-04  Bruno Haible  <bruno@clisp.org>
24376
24377         Compile relocatable.c only if --enable-relocatable is specified.
24378         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
24379         gl_RELOCATABLE_LIBRARY.
24380         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
24381         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
24382         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
24383         gl_RELOCATABLE_LIBRARY.
24384         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
24385         (Makefile.am): Remove lib_SOURCES.
24386         * modules/relocatable-lib-lgpl (configure.ac): Invoke
24387         gl_RELOCATABLE_LIBRARY.
24388         (Makefile.am): Remove lib_SOURCES.
24389         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
24390         always.
24391         * modules/relocatable-prog-wrapper (configure.ac): Invoke
24392         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
24393
24394 2007-03-04  Bruno Haible  <bruno@clisp.org>
24395
24396         * modules/argmatch-tests: New file.
24397         * tests/test-argmatch.c: New file.
24398
24399         * tests/test-allocsa.c (main): Halve the number of loop runs.
24400
24401         * modules/alloca-opt-tests: New file.
24402         * tests/test-alloca-opt.c: New file.
24403
24404 2007-03-04  Jim Meyering  <jim@meyering.net>
24405
24406         Work around difference between Linux ACLs and Solaris 10 ZFS.
24407         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
24408         for EINVAL.
24409
24410 2007-03-03  Bruno Haible  <bruno@clisp.org>
24411
24412         * modules/relocatable-prog (Depends-on): Add back progreloc's
24413         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
24414
24415 2007-03-03  Bruno Haible  <bruno@clisp.org>
24416
24417         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
24418         * modules/relocatable-lib: New file.
24419
24420 2007-03-03  Bruno Haible  <bruno@clisp.org>
24421
24422         * modules/relocatable-prog: Renamed from modules/relocatable.
24423         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
24424
24425 2007-03-03  Bruno Haible  <bruno@clisp.org>
24426
24427         * modules/relocatable-script (Files): Add doc/relocatable.texi,
24428         m4/relocatable-lib.m4.
24429         (Depends-on): Remove 'relocatable'.
24430         (configure.ac): Add gl_RELOCATABLE_NOP.
24431
24432 2007-03-03  Bruno Haible  <bruno@clisp.org>
24433
24434         * modules/relocatable-prog-wrapper: New file.
24435         * modules/relocatable (Depends-on): Add it. Remove all other
24436         dependencies except progname.
24437         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
24438
24439         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
24440         (gl_FUNC_STRERROR): Nop.
24441         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
24442
24443         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
24444         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
24445
24446         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
24447         (gl_FUNC_READLINK): Update.
24448
24449         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
24450
24451 2007-03-03  Bruno Haible  <bruno@clisp.org>
24452
24453         * lib/xreadlink.c: Include <unistd.h> unconditionally.
24454         * modules/xreadlink (Depends-on): Add unistd.
24455         * modules/xreadlink-with-size (Depends-on): Likewise.
24456
24457 2007-03-03  Bruno Haible  <bruno@clisp.org>
24458
24459         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
24460         extracted from gt_FUNC_SETENV.
24461         (gt_FUNC_SETENV): Remove macro.
24462         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
24463         remove gt_FUNC_SETENV.
24464
24465 2007-03-03  Bruno Haible  <bruno@clisp.org>
24466
24467         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
24468         ENABLE_RELOCATABLE here.
24469         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
24470
24471 2007-03-03  Bruno Haible  <bruno@clisp.org>
24472
24473         * modules/rbtreehash-list-tests (Depends-on): Add progname.
24474         * tests/test-rbtreehash_list.c: Include progname.h.
24475         (main): Call set_program_name.
24476
24477         * modules/rbtree-oset-tests (Depends-on): Add progname.
24478         * tests/test-rbtree_oset.c: Include progname.h.
24479         (main): Call set_program_name.
24480
24481         * modules/rbtree-list-tests (Depends-on): Add progname.
24482         * tests/test-rbtree_list.c: Include progname.h.
24483         (main): Call set_program_name.
24484
24485         * modules/linked-list-tests (Depends-on): Add progname.
24486         * tests/test-linked_list.c: Include progname.h.
24487         (main): Call set_program_name.
24488
24489 2007-03-03  Bruno Haible  <bruno@clisp.org>
24490
24491         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
24492         All uses of __restrict changed to _Restrict_.
24493         * lib/glob_.h (__restrict): Remove macro.
24494
24495 2007-03-02  Bruno Haible  <bruno@clisp.org>
24496
24497         * modules/gettext (configure.ac): Require gettext infrastructure
24498         from version 0.16.1.
24499
24500 2007-03-02  Bruno Haible  <bruno@clisp.org>
24501
24502         * modules/linkedhash-list-tests (Depends-on): Add progname.
24503         * tests/test-linkedhash_list.c: Include progname.h.
24504         (main): Call set_program_name.
24505
24506         * modules/carray-list-tests (Depends-on): Add progname.
24507         * tests/test-carray_list.c: Include progname.h.
24508         (main): Call set_program_name.
24509
24510         * modules/avltreehash-list-tests (Depends-on): Add progname.
24511         * tests/test-avltreehash_list.c: Include progname.h.
24512         (main): Call set_program_name.
24513
24514         * modules/avltree-oset-tests (Depends-on): Add progname.
24515         * tests/test-avltree_oset.c: Include progname.h.
24516         (main): Call set_program_name.
24517
24518         * modules/avltree-list-tests (Depends-on): Add progname.
24519         * tests/test-avltree_list.c: Include progname.h.
24520         (main): Call set_program_name.
24521
24522         * modules/array-oset-tests (Depends-on): Add progname.
24523         * tests/test-array_oset.c: Include progname.h.
24524         (main): Call set_program_name.
24525
24526         * modules/array-list-tests (Depends-on): Add progname.
24527         * tests/test-array_list.c: Include progname.h.
24528         (main): Call set_program_name.
24529
24530         * modules/argp-tests (Depends-on): Add progname.
24531         * tests/test-argp.c: Include argp.h first. Include progname.h.
24532         (main): Call set_program_name.
24533
24534 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
24535
24536         * doc/gnulib-tool.texi (Initial import): Reword description of
24537         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
24538         limited effect even if defined after the first system include.
24539
24540 2007-03-01  Bruno Haible  <bruno@clisp.org>
24541
24542         * build-aux/config.libpath: Update to libtool-1.5.22.
24543         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24544
24545 2007-03-01  Bruno Haible  <bruno@clisp.org>
24546
24547         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
24548         foo_CFLAGS.
24549         Reported by Ralf Wildenhues.
24550
24551 2007-03-01  Bruno Haible  <bruno@clisp.org>
24552
24553         * build-aux/install-reloc: Remove object files left over by some
24554         compilers.
24555         Reported by Ralf Wildenhues.
24556
24557 2007-03-01  Bruno Haible  <bruno@clisp.org>
24558
24559         * build-aux/install-reloc: Break long lines.
24560
24561 2007-03-01  Bruno Haible  <bruno@clisp.org>
24562
24563         * doc/relocatable.texi: Document that it may not work on OpenBSD.
24564         Reported by Ralf Wildenhues.
24565
24566 2007-03-01  Bruno Haible  <bruno@clisp.org>
24567
24568         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
24569         include ordering constraints.
24570
24571 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24572
24573         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
24574         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
24575         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
24576         as another example.
24577         * lib/time_.h: Fix misspelling.
24578         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24579         Require gl_HEADER_TIME_H_DEFAULTS.
24580         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
24581         * m4/time_r.m4 (gl_TIME_R): Likewise.
24582         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
24583
24584 2007-03-01  Bruno Haible  <bruno@clisp.org>
24585
24586         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
24587         * m4/utimens.m4 (gl_UTIMENS): Likewise.
24588
24589 2007-03-01  Jim Meyering  <jim@meyering.net>
24590
24591         * modules/xreadlink (Maintainer): Add my name.
24592         * modules/xreadlink-with-size (Depends-on): Alphabetize.
24593
24594 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
24595             Bruno Haible  <bruno@clisp.org>
24596
24597         * build-aux/install-reloc: Compile also c-ctype.c.
24598         * build-aux/relocatable.sh.in: New file.
24599         * doc/relocatable.texi: New file.
24600         * doc/relocatable-maint.texi: New file.
24601         * doc/gnulib.texi: Include relocatable-maint.texi.
24602         * lib/progreloc.c: Include unistd.h unconditionally.
24603         * lib/relocwrapper.c: Include unistd.h unconditionally.
24604         Include c-ctype.h.
24605         (add_dotbin): Use c_tolower.
24606         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
24607         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
24608         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
24609         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
24610         to m4/relocatable-lib.m4.
24611         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
24612         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
24613         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
24614         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
24615         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
24616         * modules/relocatable: New file.
24617         * modules/relocatable-lib: New file.
24618         * modules/relocatable-script: New file.
24619
24620 2007-02-28  Bruno Haible  <bruno@clisp.org>
24621
24622         Import --enable-relocatable infrastructure.
24623         * build-aux/config.libpath: New file, from GNU gettext.
24624         * build-aux/install-reloc: New file, from GNU gettext.
24625         * build-aux/reloc-ldflags: New file, from GNU gettext.
24626         * lib/relocatable.h: New file, from GNU gettext.
24627         * lib/relocatable.c: New file, from GNU gettext.
24628         * lib/relocwrapper.c: New file, from GNU gettext.
24629         * m4/relocatable.m4: New file, from GNU gettext.
24630
24631 2007-02-28  Bruno Haible  <bruno@clisp.org>
24632
24633         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
24634
24635         * modules/xreadlink: New file, from GNU gettext with modifications.
24636         * lib/xreadlink.c: New file, from GNU gettext.
24637         * lib/xreadlink.h: Add comments.
24638         (xreadlink): New declaration.
24639
24640         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
24641         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
24642         lib/xreadlink-with-size.c.
24643         (configure.ac): Remove gl_XREADLINK invocation.
24644         (Makefile.am): Augment lib_SOURCES.
24645         * m4/xreadlink.m4: Remove file.
24646         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
24647         (xreadlink_with_size): Renamed from xreadink.
24648         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
24649         * modules/canonicalize (Depends-on): Replace xreadlink with
24650         xreadlink-with-size.
24651         * lib/canonicalize.c (canonicalize_filename_mode): Update.
24652
24653 2007-02-25  Jim Meyering  <jim@meyering.net>
24654
24655         * build-aux/announce-gen: When complaining about excess arguments,
24656         list them.
24657
24658 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24659
24660         * README: Document signed integer overflow situation more
24661         accurately.
24662
24663 2007-02-25  Bruno Haible  <bruno@clisp.org>
24664
24665         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
24666         'a' or 'A' conversion.
24667
24668 2007-02-25  Bruno Haible  <bruno@clisp.org>
24669
24670         * modules/filename: Renamed from modules/pathname.
24671         (Files): Replace lib/pathname.h with lib/filename.h. Replace
24672         lib/concatpath.c with lib/concat-filename.c.
24673         (Makefile.am): Update.
24674         (Include): Replace pathname.h with filename.h.
24675         * lib/filename.h: Renamed from lib/pathname.h.
24676         (concatenated_filename): Renamed from concatenated_pathname.
24677         * lib/concat-filename.c: Renamed from lib/concatpath.c.
24678         (concatenated_filename): Renamed from concatenated_pathname.
24679         * lib/findprog.c: Include filename.h instead of pathname.h.
24680         (find_in_path): Update.
24681         * lib/javacomp.c: Include filename.h instead of pathname.h.
24682         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
24683         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
24684         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
24685         is_oldgcj_14_13_usable, is_javac_usable): Update.
24686         * lib/javaexec.c: Include filename.h instead of pathname.h.
24687         (execute_java_class): Update.
24688         * modules/findprog: Update.
24689         * modules/javacomp: Update.
24690         * modules/javaexec: Update.
24691         * MODULES.html.sh (File system functions): Add 'filename', remove
24692         'pathname'.
24693
24694 2007-02-25  Bruno Haible  <bruno@clisp.org>
24695
24696         * modules/printf-frexpl-tests: New file.
24697         * tests/test-printf-frexpl.c: New file.
24698
24699         * modules/printf-frexpl: New file.
24700         * lib/printf-frexpl.h: New file.
24701         * lib/printf-frexpl.c: New file.
24702         * m4/printf-frexpl.m4: New file.
24703
24704 2007-02-25  Bruno Haible  <bruno@clisp.org>
24705
24706         * modules/printf-frexp-tests: New file.
24707         * tests/test-printf-frexp.c: New file.
24708
24709         * modules/printf-frexp: New file.
24710         * lib/printf-frexp.h: New file.
24711         * lib/printf-frexp.c: New file.
24712         * m4/printf-frexp.m4: New file.
24713
24714 2007-02-25  Bruno Haible  <bruno@clisp.org>
24715
24716         Assume automake >= 1.10 for the tests.
24717         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
24718         * modules/arctwo-tests: Likewise.
24719         * modules/argp-tests: Likewise.
24720         * modules/avltree-list-tests: Likewise.
24721         * modules/avltree-oset-tests: Likewise.
24722         * modules/avltreehash-list-tests: Likewise.
24723         * modules/carray-list-tests: Likewise.
24724         * modules/crc-tests: Likewise.
24725         * modules/des-tests: Likewise.
24726         * modules/gc-arcfour-tests: Likewise.
24727         * modules/gc-arctwo-tests: Likewise.
24728         * modules/gc-des-tests: Likewise.
24729         * modules/gc-hmac-md5-tests: Likewise.
24730         * modules/gc-hmac-sha1-tests: Likewise.
24731         * modules/gc-md2-tests: Likewise.
24732         * modules/gc-md4-tests: Likewise.
24733         * modules/gc-md5-tests: Likewise.
24734         * modules/gc-pbkdf2-sha1-tests: Likewise.
24735         * modules/gc-rijndael-tests: Likewise.
24736         * modules/gc-sha1-tests: Likewise.
24737         * modules/gc-tests: Likewise.
24738         * modules/getaddrinfo-tests: Likewise.
24739         * modules/hmac-md5-tests: Likewise.
24740         * modules/hmac-sha1-tests: Likewise.
24741         * modules/linked-list-tests: Likewise.
24742         * modules/linkedhash-list-tests: Likewise.
24743         * modules/lock-tests: Likewise.
24744         * modules/md2-tests: Likewise.
24745         * modules/md4-tests: Likewise.
24746         * modules/md5-tests: Likewise.
24747         * modules/rbtree-list-tests: Likewise.
24748         * modules/rbtree-oset-tests: Likewise.
24749         * modules/rbtreehash-list-tests: Likewise.
24750         * modules/read-file-tests: Likewise.
24751         * modules/rijndael-tests: Likewise.
24752         * modules/stdint-tests: Likewise.
24753         * modules/tls-tests: Likewise.
24754
24755 2007-02-24  Bruno Haible  <bruno@clisp.org>
24756
24757         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
24758         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
24759         function; instead check whether isnan with a double argument links.
24760         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
24761         function; instead check whether isnan with a 'long double' argument
24762         links.
24763         Reported by Eric Blake <ebb9@byu.net>.
24764
24765 2007-02-24  Bruno Haible  <bruno@clisp.org>
24766
24767         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
24768         defined.
24769         * lib/isnanl.c: Remove all code. Just include isnan.c.
24770         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
24771
24772 2007-02-25  Jim Meyering  <jim@meyering.net>
24773
24774         Avoid conflicting types for 'unsetenv' on FreeBSD.
24775         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
24776         conflicting with FreeBSD's (5.0 and 6.1) function declaration
24777         in stdlib.h.
24778
24779 2007-02-24  Bruno Haible  <bruno@clisp.org>
24780
24781         * modules/isnanl-nolibm-tests: New file.
24782         * tests/test-isnanl.c: New file.
24783
24784         * modules/isnanl-nolibm: New file.
24785         * lib/isnanl.h: New file.
24786         * lib/isnanl.c: New file.
24787         * m4/isnanl.m4: New file.
24788
24789 2007-02-24  Bruno Haible  <bruno@clisp.org>
24790
24791         * modules/isnan-nolibm-tests: New file.
24792         * tests/test-isnan.c: New file.
24793
24794         * modules/isnan-nolibm: New file.
24795         * lib/isnan.h: New file.
24796         * lib/isnan.c: New file.
24797         * m4/isnan.m4: New file.
24798
24799 2007-02-24  Bruno Haible  <bruno@clisp.org>
24800
24801         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
24802         assume that an exponent fits in 20 bits.
24803
24804 2007-02-24  Jim Meyering  <jim@meyering.net>
24805
24806         * m4/regex.m4: Update the description of the configure-time option,
24807         --without-included-regex, to state accurately what the defaults are,
24808         and perhaps to give people an idea why using this option is risky.
24809
24810 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
24811
24812         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
24813         loops on small arguments.  This attempts to avoid the problem
24814         Bruno Haible reported for AIX 4.3.2 in
24815         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
24816
24817 2007-02-23  Bruno Haible  <bruno@clisp.org>
24818
24819         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
24820         Needed for help2man.
24821
24822 2007-02-23  Karl Berry  <karl@gnu.org>
24823
24824         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
24825         exists, foo.h should be cvs-ignored, not committed.
24826
24827 2007-02-23  Eric Blake  <ebb9@byu.net>
24828
24829         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
24830         * lib/stat-time.h (includes): Likewise.
24831         * lib/utimecmp.c (includes): Likewise.
24832         * lib/utimens.h (includes): Likewise.
24833         * lib/getdate.y (includes): Also include "timespec.h" for use
24834         internal to the module.
24835         * modules/utimens (Depends-on): Revert yesterday's patch.
24836         * modules/nanosleep (Depends-on): Add missing dependency.
24837
24838 2007-02-22  Bruno Haible  <bruno@clisp.org>
24839
24840         * lib/glob.c: Don't include getlogin_r.h.
24841
24842 2007-02-22  Jim Meyering  <jim@meyering.net>
24843
24844         * modules/utimens (Depends-on): Add timespec, required for
24845         utimens.h's inclusion of timespec.h.
24846
24847 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
24848
24849         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
24850         long unreadable paths in GNU/Linux.  Problem reported by Andreas
24851         Schwab in
24852         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
24853         I'll try to think of a better way to fix the Solaris problem.
24854
24855         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
24856         like glibc; on Solaris 10, it fails with errno == EINVAL.
24857         POSIX says the behavior is unspecified if the first argument is NULL,
24858         so play it safe and never pass NULL to the system getcwd.
24859
24860 2007-02-21  Jim Meyering  <jim@meyering.net>
24861
24862         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
24863         of gettimeofday.  It would conflict with the one now always
24864         provided via sys_time_.h.  Reported by Matthew Woehlke, as
24865         an IRIX 6.5 build failure.
24866
24867 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
24868
24869         Minor fixups to port to Solaris 10 with Sun C 5.8.
24870         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
24871         * modules/getcwd (Depends-on): Add dirfd.
24872         * lib/putenv.c (putenv): #undef it.
24873         (rpl_putenv): New decl.
24874         (malloc, free): Include <stdlib.h> rather than prototyping separately.
24875
24876 2007-02-20  Bruno Haible  <bruno@clisp.org>
24877
24878         * modules/stdio-tests: New file.
24879         * tests/test-stdio.c: New file.
24880
24881         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
24882         (Depends-on): Add stdio.
24883         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
24884         (Include): Use <stdio.h> instead of vsnprintf.h.
24885         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
24886         HAVE_DECL_VSNPRINTF.
24887         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
24888
24889         * modules/snprintf (Files): Remove lib/snprintf.h.
24890         (Depends-on): Add stdio.
24891         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
24892         (Include): Use <stdio.h> instead of snprintf.h.
24893         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
24894         HAVE_DECL_SNPRINTF.
24895         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
24896         * lib/getaddrinfo.c: Likewise.
24897
24898         * modules/stdio: New file.
24899         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
24900         * lib/snprintf.h: Remove file.
24901         * lib/vsnprintf.h: Remove file.
24902         * lib/.cppi-disable: Remove snprintf.h.
24903         * m4/stdio_h.m4: New file.
24904         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
24905
24906 2007-02-20  Jim Meyering  <jim@meyering.net>
24907
24908         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
24909         used by e.g., mingw.  From Bruno Haible.
24910
24911 2007-02-19  Bruno Haible  <bruno@clisp.org>
24912
24913         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
24914         warnings.
24915         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24916
24917 2007-02-19  Bruno Haible  <bruno@clisp.org>
24918
24919         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
24920         from mingw users.
24921
24922 2007-02-19  Bruno Haible  <bruno@clisp.org>
24923
24924         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
24925         warnings.
24926         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
24927
24928 2007-02-19  Jim Meyering  <jim@meyering.net>
24929
24930         Don't use FD after a successful "fdopendir (fd)".
24931         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
24932         Reset it by calling dirfd on the just-obtained DIR*.
24933
24934         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
24935         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
24936
24937 2007-02-18  Bruno Haible  <bruno@clisp.org>
24938
24939         * lib/readlink.c: Include <unistd.h>.
24940         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
24941         HAVE_READLINK.
24942         * modules/readlink (Depends-on): Add unistd.
24943         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24944         (Include): Add <unistd.h>.
24945
24946         * lib/getlogin_r.h: Remove file.
24947         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
24948         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
24949         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
24950         HAVE_DECL_GETLOGIN_R.
24951         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
24952         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24953         (Include): Use <unistd.h> instead of getlogin_r.h.
24954
24955         * lib/getcwd.h: Remove file.
24956         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
24957         * lib/xgetcwd.c: Likewise.
24958         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
24959         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
24960         * modules/getcwd (Files): Remove lib/getcwd.h.
24961         (Depends-on): Add unistd.
24962         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24963         (Include): Use <unistd.h> instad of getcwd.h.
24964
24965         * lib/ftruncate.c: Include <unistd.h> first.
24966         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
24967         Set HAVE_FTRUNCATE.
24968         * modules/ftruncate (Depends-on): Add unistd.
24969         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24970
24971         * lib/fchdir.c: Include <unistd.h> first.
24972         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
24973         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
24974         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
24975         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24976         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
24977
24978         * lib/dup2.c: Include <unistd.h> first.
24979         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
24980         HAVE_DUP2.
24981         * modules/dup2 (Depends-on): Add unistd.
24982         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24983
24984         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
24985         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
24986         REPLACE_CHOWN. Don't define chown as a macro here.
24987         * modules/chown (Depends-on): Add unistd.
24988         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24989
24990         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
24991         Add definition for GL_LINK_WARNING.
24992         (chown, dup2): New declarations.
24993         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
24994         link warning.
24995         (ftruncate): New declaration.
24996         (getcwd): New declaration, taken from old getcwd.h.
24997         (getlogin_r): New declaration, taken from old getlogin_r.h.
24998         (readlink): New declaration.
24999         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
25000         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
25001         (gl_PREREQ_UNISTD): Remove macro.
25002         (gl_UNISTD_MODULE_INDICATOR): New macro.
25003         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
25004         many new variables. Don't set UNISTD_H.
25005         * modules/unistd (Description): Change.
25006         (Depends-on): Add link-warning.
25007         (configure.ac): Update.
25008         (Makefile.am): Create unistd.h always. Substitute many new variables
25009         into it.
25010
25011 2007-02-18  Bruno Haible  <bruno@clisp.org>
25012
25013         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
25014         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
25015         HAVE_GETSUBOPT.
25016         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
25017         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
25018         * lib/getsubopt.h: Remove file.
25019         * modules/getsubopt (Files): Remove lib/getsubopt.h.
25020         (Depends-on): Add stdlib.
25021         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25022         (Includes): Use <stdlib.h> instead of getsubopt.h.
25023         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
25024         Set HAVE_GETSUBOPT.
25025         * lib/getsubopt.c: Don't include getsubopt.h.
25026
25027 2007-02-18  Bruno Haible  <bruno@clisp.org>
25028
25029         * modules/fchdir (Depends-on): Add dup2.
25030
25031 2007-02-18  Bruno Haible  <bruno@clisp.org>
25032
25033         * lib/stdlib_.h: Handle glibc's special invocation convention
25034         specially.
25035
25036 2007-02-18  Bruno Haible  <bruno@clisp.org>
25037
25038         * modules/stdlib-tests: New file.
25039         * tests/test-stdlib.c: New file.
25040
25041         * modules/mkstemp (Files): Remove lib/mkstemp.h.
25042         (Depends-on): Add stdlib.
25043         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25044         (Includes): Use <stdlib.h> instead of mkstemp.h.
25045         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
25046         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
25047         * lib/mkstemp.c: Don't include mkstemp.h.
25048         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
25049         * lib/stdlib--.h: Don't include mkstemp.h.
25050
25051         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
25052         (Depends-on): Add stdlib.
25053         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25054         (Includes): Use <stdlib.h> instead of mkdtemp.h.
25055         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
25056         HAVE_MKDTEMP.
25057         * lib/mkdtemp.c: Don't include mkdtemp.h.
25058         * lib/clean-temp.c: Don't include mkdtemp.h.
25059
25060         * modules/exit (Files): Remove lib/exit.h.
25061         (Depends-on): Add stdlib.
25062         (Makefile.am): Remove lib_SOURCES.
25063         (Include): Use <stdlib.h> instead of exit.h.
25064         * lib/argmatch.c: Don't include exit.h.
25065         * lib/execute.c: Likewise.
25066         * lib/pagealign_alloc.c: Likewise.
25067         * lib/pipe.c: Likewise.
25068         * lib/wait-process.c: Likewise.
25069         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
25070         * lib/exitfail.c: Likewise.
25071         * lib/savewd.c: Likewise.
25072         * lib/xsetenv.c: Likewise.
25073
25074         * modules/stdlib: New file.
25075         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
25076         and extra comments about mkstemp().
25077         * lib/exit.h: Remove file.
25078         * lib/mkdtemp.h: Remove file.
25079         * lib/mkstemp.h: Remove file.
25080         * m4/stdlib_h.m4: New file.
25081         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
25082
25083 2007-02-18  Bruno Haible  <bruno@clisp.org>
25084
25085         * modules/math-tests: New file.
25086         * tests/test-math.c: New file.
25087
25088         * modules/math: New file.
25089         * modules/mathl (Files): Remove lib/mathl.h.
25090         (Depends-on): Add math.
25091         (Makefile.am): Don't mention mathl.h.
25092         (Include): Use <math.h> instead of mathl.h.
25093         * lib/math_.h: New file.
25094         * lib/mathl.h: Remove file.
25095         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
25096         mathl.h.
25097         * lib/asinl.c: Likewise.
25098         * lib/atanl.c: Likewise.
25099         * lib/ceill.c: Likewise.
25100         * lib/cosl.c: Likewise.
25101         * lib/expl.c: Likewise.
25102         * lib/floorl.c: Likewise.
25103         * lib/frexpl.c: Likewise.
25104         * lib/ldexpl.c: Likewise.
25105         * lib/logl.c: Likewise.
25106         * lib/sincosl.c: Likewise.
25107         * lib/sinl.c: Likewise.
25108         * lib/sqrtl.c: Likewise.
25109         * lib/tanl.c: Likewise.
25110         * lib/trigl.c: Likewise.
25111         * m4/math_h.m4: New file.
25112         * MODULES.html.sh (Mathematics): Add math.
25113
25114 2007-02-17  Bruno Haible  <bruno@clisp.org>
25115
25116         * modules/wctype-tests: New file.
25117         * tests/test-wctype.c: New file.
25118
25119         * modules/wchar-tests: New file.
25120         * tests/test-wchar.c: New file.
25121
25122         * modules/unistd-tests: New file.
25123         * tests/test-unistd.c: New file.
25124
25125         * modules/time-tests: New file.
25126         * tests/test-time.c: New file.
25127
25128         * modules/sysexits-tests: New file.
25129         * tests/test-sysexits.c: New file.
25130
25131         * modules/sys_time-tests: New file.
25132         * tests/test-sys_time.c: New file.
25133
25134         * modules/sys_stat-tests: New file.
25135         * tests/test-sys_stat.c: New file.
25136
25137         * modules/sys_socket-tests: New file.
25138         * tests/test-sys_socket.c: New file.
25139
25140         * modules/sys_select-tests: New file.
25141         * tests/test-sys_select.c: New file.
25142
25143         * modules/string-tests: New file.
25144         * tests/test-string.c: New file.
25145
25146         * modules/stdbool-tests: New file.
25147         * tests/test-stdbool.c: New file.
25148
25149         * modules/netinet_in-tests: New file.
25150         * tests/test-netinet_in.c: New file.
25151
25152         * modules/inttypes-tests: New file.
25153         * tests/test-inttypes.c: New file.
25154
25155         * modules/fcntl-tests: New file.
25156         * tests/test-fcntl.c: New file.
25157
25158         * modules/byteswap-tests: New file.
25159         * tests/test-byteswap.c: New file.
25160
25161         * modules/arpa_inet-tests: New file.
25162         * tests/test-arpa_inet.c: New file.
25163
25164 2007-02-17  Bruno Haible  <bruno@clisp.org>
25165
25166         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
25167         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
25168         if the corresponding module is not enabled. Emit link warnings if
25169         the function is used nevertheless.
25170         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
25171         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
25172         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
25173         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
25174         * modules/inttypes (Depends-on): Add link-warning.
25175         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25176         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
25177         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
25178         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
25179         * modules/imaxdiv (configure.ac): Likewise.
25180         * modules/strtoimax (configure.ac): Likewise.
25181         * modules/strtoumax (configure.ac): Likewise.
25182
25183 2007-02-17  Bruno Haible  <bruno@clisp.org>
25184
25185         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
25186         gl_STRING_MODULE_INDICATOR_DEFAULTS.
25187         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
25188         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
25189
25190 2007-02-17  Bruno Haible  <bruno@clisp.org>
25191
25192         * modules/link-warning: New file.
25193         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
25194         * lib/string_.h (GL_LINK_WARNING): Remove definition.
25195         * modules/string (Depends-on): Add link-warning.
25196         (Makefile.am): Copy the contents of build-aux/link-warning.h into
25197         string.h.
25198         * MODULES.html.sh (Support for building libraries and executables): Add
25199         link-warning.
25200
25201 2007-02-17  Bruno Haible  <bruno@clisp.org>
25202
25203         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
25204         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
25205         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
25206         long lines.
25207
25208 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
25209             Bruno Haible  <bruno@clisp.org>
25210
25211         * modules/tmpfile: New file.
25212         * lib/tmpfile.c: New file.
25213         * m4/tmpfile.m4: New file.
25214         * MODULES.html.sh (func_all_modules): New section "Input/output".
25215
25216 2007-02-15  Bruno Haible  <bruno@clisp.org>
25217
25218         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
25219         (supports_delete_on_close): New function.
25220         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
25221
25222 2007-02-14  Bruno Haible  <bruno@clisp.org>
25223
25224         * modules/mbspcasecmp-tests: New file.
25225         * tests/test-mbspcasecmp.sh: New file.
25226         * tests/test-mbspcasecmp.c: New file.
25227
25228         New module mbspcasecmp.
25229         * modules/mbspcasecmp: New file.
25230         * lib/mbspcasecmp.c: New file.
25231         * lib/string_.h (strncasecmp): Change warning message.
25232         (mbspcasecmp): New declaration.
25233         * m4/mbspcasecmp.m4: New file.
25234         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25235         GNULIB_MBSPCASECMP.
25236         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
25237         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
25238
25239 2007-02-14  Bruno Haible  <bruno@clisp.org>
25240
25241         * modules/mbsncasecmp-tests: New file.
25242         * tests/test-mbsncasecmp.sh: New file.
25243         * tests/test-mbsncasecmp.c: New file.
25244
25245         New module mbsncasecmp.
25246         * modules/mbsncasecmp: New file.
25247         * lib/mbsncasecmp.c: New file.
25248         * lib/string_.h (mbsncasecmp): New declaration.
25249         * m4/mbsncasecmp.m4: New file.
25250         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25251         GNULIB_MBSNCASECMP.
25252         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
25253         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
25254
25255 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
25256
25257         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
25258         Verify that it doesn't overlap with our flags.
25259         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
25260         do not have the desired effect in multibyte locales; instead, use
25261         mbscasecmp.
25262         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
25263         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
25264         we don't require GNU fnmatch ourselves (if our users require it, they
25265         should do so explicitly).
25266
25267         Fix regex code so it doesn't rely on strcasecmp.
25268         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
25269         Otherwise, include gnulib's langinfo.h.
25270         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
25271         undesirable behavior in non-C locales.  Instead, rely on localecharset.
25272         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
25273         * modules/regex (FILES): Remove m4/codeset.m4.
25274         (Depends-on): Add localcharset.  Remove strcase.
25275
25276 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25277
25278         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
25279         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
25280
25281 2007-02-13  Bruno Haible  <bruno@clisp.org>
25282
25283         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
25284         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25285
25286 2007-02-12  Bruno Haible  <bruno@clisp.org>
25287
25288         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25289         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
25290         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
25291         time warning rather than a link error.
25292
25293 2007-02-12  Bruno Haible  <bruno@clisp.org>
25294
25295         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
25296         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25297         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25298
25299 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25300
25301         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
25302         args, not 2.
25303
25304 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
25305
25306         New module 'time', so that apps can include <time.h> as per
25307         POSIX and GNU instead of separate include files like time_r.h
25308         and timegm.h.  This implementation tries out a simpler approach
25309         for replacing decls in standard include files (as compared to
25310         the string module), somewhat as an experiment.
25311
25312         * config/srclist.txt: Comment out mktime.c for now.
25313         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
25314         since it doesn't apply any more.  Use generic wording instead.
25315         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
25316         'time'.
25317         * lib/time_.h, m4/time_h.m4, modules/time: New files.
25318         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
25319         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
25320         Don't include <sys/types.h>; no longer needed since we assume C89.
25321         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
25322         * lib/strftime.c: Likewise.
25323         * lib/time_r.c: Likewise.
25324         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
25325         * lib/nanosleep.c: Include <time.h> first, to check interface.
25326         * lib/strptime.c: Likewise.
25327         * lib/time_r.c: Likewise.
25328         * lib/timegm.c: Likewise.
25329         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
25330         needed.
25331         * lib/timegm.c: Don't include timegm.h; no longer needed.
25332         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
25333         time.h now handles any problems in that area.
25334         (struct timespec, nanosleep): Remove; time.h now arranges for these.
25335         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
25336         that time.h defines struct timespec.
25337         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
25338         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
25339         handles that.
25340         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
25341         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
25342         needed.  Set REPLACE_LOCALTIME.
25343         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
25344         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
25345         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
25346         nanosleep; time_h.m4 now does that.  Don't require
25347         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
25348         module handles this now.
25349         * modules/getdate (Depends-on): Remove timespec.  Add time.
25350         * modules/nanosleep (Depends-on): Likewise.
25351         * modules/stat-time (Depends-on): Likewise.
25352         * modules/nanosleep (Include): Include time.h, not timespec.h.
25353         * modules/strptime (Files): Remove lib/strptime.h.
25354         (Depends-on): Add extensions, time.
25355         (Include): Include time.h, not strptime.h.
25356         * modules/time_r (Files): Remove lib/time_r.h.
25357         (Depends-on): Add time.
25358         (Include): Include time.h, not time_r.h.
25359         * modules/timegm: Likewise.
25360         * modules/timespec (Description): Now does timespec-related decls
25361         of our own, instead of struct timespec itself.
25362         (Depends-on): Add time; remove extensions.
25363         (Maintainer): Add self.
25364         * modules/utimecmp (Depends-on): Add time; remove timespec.
25365         * modules/utimens (Depends-on): Likewise.
25366         * modules/xnanosleep (Depends-on): Likewise.
25367
25368 2007-02-11  Bruno Haible  <bruno@clisp.org>
25369
25370         * lib/c-strstr.c: Include allocsa.h.
25371         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25372         * lib/c-strcasestr.c: Include allocsa.h.
25373         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25374         * lib/strcasestr.c: Include allocsa.h.
25375         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
25376         * lib/mbsstr.c: Include allocsa.h.
25377         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25378         allocsa/freesa instead of malloc/free.
25379         * lib/mbscasestr.c: Include allocsa.h.
25380         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
25381         allocsa/freesa instead of malloc/free.
25382         * modules/c-strstr (Depends-on): Add allocsa.
25383         * modules/c-strcasestr (Depends-on): Likewise.
25384         * modules/strcasestr (Depends-on): Likewise.
25385         * modules/mbsstr (Depends-on): Likewise.
25386         * modules/mbscasestr (Depends-on): Likewise.
25387
25388 2007-02-11  Bruno Haible  <bruno@clisp.org>
25389
25390         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
25391
25392         * modules/mbsspn-tests: New file.
25393         * tests/test-mbsspn.sh: New file.
25394         * tests/test-mbsspn.c: New file.
25395
25396 2007-02-11  Bruno Haible  <bruno@clisp.org>
25397
25398         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
25399
25400         * modules/mbspbrk-tests: New file.
25401         * tests/test-mbspbrk.sh: New file.
25402         * tests/test-mbspbrk.c: New file.
25403
25404 2007-02-11  Bruno Haible  <bruno@clisp.org>
25405
25406         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
25407         unneeded cast.
25408
25409         * modules/mbscspn-tests: New file.
25410         * tests/test-mbscspn.sh: New file.
25411         * tests/test-mbscspn.c: New file.
25412
25413 2007-02-11  Bruno Haible  <bruno@clisp.org>
25414
25415         * modules/mbscasecmp-tests: New file.
25416         * tests/test-mbscasecmp.sh: New file.
25417         * tests/test-mbscasecmp.c: New file.
25418
25419 2007-02-11  Bruno Haible  <bruno@clisp.org>
25420
25421         Ensure O(n) worst-case complexity of mbscasestr.
25422         * lib/mbscasestr.c: Include stdbool.h.
25423         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
25424         functions.
25425         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
25426         the bookkeeping indicates that it's worth it.
25427         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
25428
25429         * modules/mbscasestr-tests: New file.
25430         * tests/test-mbscasestr1.c: New file.
25431         * tests/test-mbscasestr2.sh: New file.
25432         * tests/test-mbscasestr2.c: New file.
25433         * tests/test-mbscasestr3.sh: New file.
25434         * tests/test-mbscasestr3.c: New file.
25435         * tests/test-mbscasestr4.sh: New file.
25436         * tests/test-mbscasestr4.c: New file.
25437         * m4/locale-tr.m4: New file.
25438
25439 2007-02-11  Bruno Haible  <bruno@clisp.org>
25440
25441         Ensure O(n) worst-case complexity of mbsstr.
25442         * lib/mbsstr.c: Include stdbool.h.
25443         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
25444         functions.
25445         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
25446         bookkeeping indicates that it's worth it.
25447         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
25448
25449         * modules/mbsstr-tests: New file.
25450         * tests/test-mbsstr1.c: New file.
25451         * tests/test-mbsstr2.sh: New file.
25452         * tests/test-mbsstr2.c: New file.
25453         * tests/test-mbsstr3.sh: New file.
25454         * tests/test-mbsstr3.c: New file.
25455         * m4/locale-fr.m4: New file.
25456
25457 2007-02-11  Bruno Haible  <bruno@clisp.org>
25458
25459         * lib/mbsrchr.c (mbsrchr): Fix bug.
25460
25461         * modules/mbsrchr-tests: New file.
25462         * tests/test-mbsrchr.sh: New file.
25463         * tests/test-mbsrchr.c: New file.
25464
25465 2007-02-11  Bruno Haible  <bruno@clisp.org>
25466
25467         * lib/mbschr.c (mbschr): Fix bug.
25468
25469         * modules/mbschr-tests: New file.
25470         * tests/test-mbschr.sh: New file.
25471         * tests/test-mbschr.c: New file.
25472         * m4/locale-zh.m4: New file.
25473
25474 2007-02-11  Bruno Haible  <bruno@clisp.org>
25475
25476         Support for copying multibyte string iterators.
25477         * lib/mbiter.h: Include <string.h>.
25478         (mbiter_multi_copy): New function.
25479         (mbi_copy): New macro.
25480         * lib/mbuiter.h: Include <string.h>.
25481         (mbuiter_multi_copy): New function.
25482         (mbui_copy): New macro.
25483
25484 2007-02-11  Bruno Haible  <bruno@clisp.org>
25485
25486         New module mbslen.
25487         * modules/mbslen: New file.
25488         * lib/mbslen.c: New file.
25489         * lib/string_.h (mbslen): New declaration.
25490         * m4/mbslen.m4: New file.
25491         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25492         GNULIB_MBSLEN.
25493         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
25494         * MODULES.html.sh (Internationalization functions): Add mbslen.
25495
25496 2007-02-11  Bruno Haible  <bruno@clisp.org>
25497
25498         Ensure O(n) worst-case complexity of strcasestr substitute.
25499         * lib/strcasestr.c: Include stdbool.h.
25500         (knuth_morris_pratt): New function.
25501         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
25502         bookkeeping indicates that it's worth it.
25503         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
25504
25505         * modules/strcasestr-tests: New file.
25506         * tests/test-strcasestr.c: New file.
25507
25508 2007-02-11  Bruno Haible  <bruno@clisp.org>
25509
25510         Ensure O(n) worst-case complexity of c_strcasestr.
25511         * lib/c-strcasestr.c: Include stdbool.h, string.h.
25512         (knuth_morris_pratt): New function.
25513         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
25514         the bookkeeping indicates that it's worth it.
25515         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
25516
25517         * modules/c-strcasestr-tests: New file.
25518         * tests/test-c-strcasestr.c: New file.
25519
25520 2007-02-11  Bruno Haible  <bruno@clisp.org>
25521
25522         Ensure O(n) worst-case complexity of c_strstr.
25523         * lib/c-strstr.c: Include stdbool.h, string.h.
25524         (knuth_morris_pratt): New function.
25525         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
25526         bookkeeping indicates that it's worth it.
25527         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
25528
25529         * lib/c-strstr.c: Complete rewrite for maintainability.
25530
25531         * modules/c-strstr-tests: New file.
25532         * tests/test-c-strstr.c: New file.
25533
25534 2007-02-11  Bruno Haible  <bruno@clisp.org>
25535
25536         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
25537         5.2.1 and earlier, whereby \055 was treated just like the range
25538         delimiter '-'.
25539         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
25540
25541 2007-02-08  Bruno Haible  <bruno@clisp.org>
25542
25543         * modules/regex (Depends-on): Add stdbool.
25544         Reported by Dalibor Topic <robilad@kaffe.org>.
25545
25546 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
25547
25548         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
25549         Prefer returning from main to exiting from it.
25550         Remove unnecessary parens after sizeof.
25551
25552 2007-02-05  Bruno Haible  <bruno@clisp.org>
25553
25554         New module mbssep.
25555         * modules/mbssep: New file.
25556         * lib/mbssep.c: New file.
25557         * lib/string_.h (strsep): Add a conditional link warning.
25558         (mbssep): New declaration.
25559         * m4/mbssep.m4: New file.
25560         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25561         GNULIB_MBSSEP.
25562         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
25563         * MODULES.html.sh (Internationalization functions): Add mbssep.
25564
25565 2007-02-05  Bruno Haible  <bruno@clisp.org>
25566
25567         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
25568         Optimize search in case of 1 delimiter.
25569
25570 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
25571
25572         * lib/acl.h: Include sys/types.h before sys/acl.h.
25573
25574 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
25575
25576         Merge upstream fix for glibc bugzilla #3957:
25577
25578         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
25579
25580         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
25581         bit for RE_HAT_LISTS_NOT_NEWLINE.
25582         (build_charclass_op): Remove bogus comment.
25583
25584 2007-02-05  Simon Josefsson  <simon@josefsson.org>
25585
25586         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
25587
25588 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
25589
25590         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
25591         * lib/memmem.c [!defined _LIBC]: Include config.h.
25592
25593 2007-02-04  Bruno Haible  <bruno@clisp.org>
25594
25595         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
25596         warning message.
25597
25598 2007-02-04  Bruno Haible  <bruno@clisp.org>
25599
25600         New module mbstok_r.
25601         * modules/mbstok_r: New file.
25602         * lib/mbstok_r.c: New file.
25603         * lib/string_.h (strtok_r): Change argument names to match the
25604         comments. Add a conditional link warning.
25605         (mbstok_r): New declaration.
25606         * m4/mbstok_r.m4: New file.
25607         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25608         GNULIB_MBSTOK_R.
25609         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
25610         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
25611
25612 2007-02-04  Bruno Haible  <bruno@clisp.org>
25613
25614         New module mbsspn.
25615         * modules/mbsspn: New file.
25616         * lib/mbsspn.c: New file.
25617         * lib/string_.h (strspn): Add a conditional link warning.
25618         (mbsspn): New declaration.
25619         * m4/mbsspn.m4: New file.
25620         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25621         GNULIB_MBSSPN.
25622         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
25623         * MODULES.html.sh (Internationalization functions): Add mbsspn.
25624
25625 2007-02-04  Bruno Haible  <bruno@clisp.org>
25626
25627         New module mbspbrk.
25628         * modules/mbspbrk: New file.
25629         * lib/mbspbrk.c: New file.
25630         * lib/string_.h (strpbrk): Add a conditional link warning.
25631         (mbspbrk): New declaration.
25632         * m4/mbspbrk.m4: New file.
25633         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25634         GNULIB_MBSPBRK.
25635         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
25636         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
25637
25638 2007-02-04  Bruno Haible  <bruno@clisp.org>
25639
25640         New module mbscspn.
25641         * modules/mbscspn: New file.
25642         * lib/mbscspn.c: New file.
25643         * lib/string_.h (strcspn): Add a conditional link warning.
25644         (mbscspn): New declaration.
25645         * m4/mbscspn.m4: New file.
25646         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25647         GNULIB_MBSCSPN.
25648         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
25649         * MODULES.html.sh (Internationalization functions): Add mbscspn.
25650
25651 2007-02-04  Bruno Haible  <bruno@clisp.org>
25652
25653         New module mbscasestr, reduced goal of strcasestr.
25654         * modules/mbscasestr: New file.
25655         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
25656         (mbscasestr): Renamed from strcasestr.
25657         * lib/strcasestr.c: Don't include mbuiter.h.
25658         (strcasestr): Remove support for multibyte locales.
25659         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
25660         Change the conditional link warning.
25661         (mbscasestr): New declaration.
25662         * m4/mbscasestr.m4: New file.
25663         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
25664         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
25665         REPLACE_STRCASESTR.
25666         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
25667         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25668         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
25669         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
25670         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
25671         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
25672         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
25673         (Depends-on): Remove mbuiter.
25674         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
25675
25676 2007-02-04  Bruno Haible  <bruno@clisp.org>
25677
25678         Simplify handling of strncasecmp.
25679         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
25680         the conditional link warning.
25681         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25682         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
25683         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
25684         * modules/strcase (configure.ac): Don't invoke
25685         gl_STRING_MODULE_INDICATOR.
25686         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
25687
25688 2007-02-04  Bruno Haible  <bruno@clisp.org>
25689
25690         New module mbscasecmp, reduced goal of strcasecmp.
25691         * modules/mbscasecmp: New file.
25692         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
25693         (mbscasecmp): Renamed from strcasecmp.
25694         * lib/strcasecmp.c: Don't include mbuiter.h.
25695         (strcasecmp): Remove support for multibyte locales.
25696         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
25697         Change the conditional link warning.
25698         (mbscasecmp): New declaration.
25699         * m4/mbscasecmp.m4: New file.
25700         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
25701         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
25702         REPLACE_STRCASECMP.
25703         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
25704         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25705         GNULIB_MBSCASECMP.
25706         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
25707         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
25708         * modules/strcase (Files): Remove m4/mbrtowc.m4.
25709         (Depends-on): Remove mbuiter.
25710         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
25711
25712 2007-02-04  Bruno Haible  <bruno@clisp.org>
25713
25714         New module mbsstr. Remove module strstr.
25715         * modules/mbsstr: New file.
25716         * modules/strstr: Remove file.
25717         * lib/mbsstr.c: Renamed from lib/strstr.c.
25718         (mbsstr): Renamed from strstr.
25719         * lib/string_.h (strstr): Remove declaration. Change the conditional
25720         link warning.
25721         (mbsstr): New declaration.
25722         * m4/mbsstr.m4: New file.
25723         * m4/strstr.m4: Remove file.
25724         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
25725         REPLACE_STRSTR.
25726         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
25727         Don't initialize GNULIB_STRSTR.
25728         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
25729         substitute GNULIB_STRSTR and REPLACE_STRSTR.
25730         * MODULES.html.sh (Internationalization functions): Add mbsstr.
25731         (Support for systems lacking ANSI C 89): Remove strstr.
25732
25733 2007-02-04  Bruno Haible  <bruno@clisp.org>
25734
25735         New module mbsrchr.
25736         * modules/mbsrchr: New file.
25737         * lib/mbsrchr.c: New file.
25738         * lib/string_.h (strrchr): Add a conditional link warning.
25739         (mbsrchr): New declaration.
25740         * m4/mbsrchr.m4: New file.
25741         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25742         GNULIB_MBSRCHR.
25743         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
25744         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
25745
25746 2007-02-04  Bruno Haible  <bruno@clisp.org>
25747
25748         New module mbschr.
25749         * modules/mbschr: New file.
25750         * lib/mbschr.c: New file.
25751         * lib/string_.h (strchr): Add a conditional link warning.
25752         (mbschr): New declaration.
25753         * m4/mbschr.m4: New file.
25754         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
25755         GNULIB_MBSCHR.
25756         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
25757         * MODULES.html.sh (Internationalization functions): Add mbschr.
25758
25759 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
25760
25761         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
25762
25763         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
25764
25765 2007-02-04  Bruno Haible  <bruno@clisp.org>
25766
25767         New module description section 'configure.ac-early'.
25768         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
25769         (func_get_autoconf_early_snippet): New function.
25770         (func_import, func_create_testdir): Use it. Remove special cases for
25771         modules 'extensions' and 'lock'.
25772         * modules/extensions (configure.ac-early): Require
25773         gl_USE_SYSTEM_EXTENSIONS.
25774         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
25775
25776 2007-02-04  Bruno Haible  <bruno@clisp.org>
25777
25778         Make use of gcj-4.3's -fsource and -ftarget option.
25779         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
25780         and if so try the options -fsource and -ftarget.
25781         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
25782         source_version, ftarget_option, target_version arguments.
25783         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
25784         (is_envjavac_oldgcj_14_14_usable): Renamed from
25785         is_envjavac_gcj_14_14_usable.
25786         (is_envjavac_oldgcj_14_13_usable): Renamed from
25787         is_envjavac_gcj_14_13_usable.
25788         (is_gcj_present): Update.
25789         (is_gcj_43, is_gcj43_usable): New functions.
25790         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
25791         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
25792         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
25793         try the options -fsource and -ftarget.
25794
25795 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25796
25797         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
25798         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
25799         larger value.
25800
25801 2007-02-03  Jim Meyering  <jim@meyering.net>
25802
25803         Give tools a better chance to allocate space for very large buffers.
25804         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
25805
25806         Make pwd and readlink work also when run with an unreadable parent dir
25807         on systems with openat support.
25808         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
25809         provided getcwd function, even when we have openat support.
25810         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
25811
25812 2007-02-02  Bruno Haible  <bruno@clisp.org>
25813
25814         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
25815         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
25816         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
25817         portability problems if one of these functions is only used on specific
25818         platforms.
25819         Reported by Paul Eggert.
25820
25821 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
25822
25823         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
25824         is causing more trouble than it's curing.
25825         * lib/regex_internal.h (__mempcpy): Remove.
25826         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
25827         (and make the code a tad smaller to boot).
25828         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
25829
25830 2007-02-02  Jim Meyering  <jim@meyering.net>
25831
25832         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
25833         section, not in the Makefile.am: one.
25834
25835 2007-02-02  Eric Blake  <ebb9@byu.net>
25836
25837         * lib/strchrnul.c: Always include config.h first.
25838
25839         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
25840         gnulib strstr is not necessary here.
25841
25842 2007-02-02  Simon Josefsson  <simon@josefsson.org>
25843
25844         * m4/socklen.m4: Fix typo.
25845
25846 2007-02-02  Eric Blake  <ebb9@byu.net>
25847
25848         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
25849         * modules/netinet_in (Makefile.am): Likewise.
25850
25851 2007-02-01  Bruno Haible  <bruno@clisp.org>
25852
25853         * lib/string_.h (GL_LINK_WARNING): New macro.
25854         (strcasecmp, strstr, strcasestr): If provided by the system,
25855         conditionally define as a macro that leads to a warning instead of to
25856         an error.
25857         (strncasecmp): Conditionally define as a macro that leads to a warning.
25858
25859 2007-02-01  Karl Berry  <karl@gnu.org>
25860
25861         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
25862
25863 2007-02-01  Bruno Haible  <bruno@clisp.org>
25864
25865         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
25866         renamings.
25867
25868 2007-02-01  Eric Blake  <ebb9@byu.net>
25869
25870         * modules/regex (Depends-on): Revert dependence on mempcpy.
25871         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
25872         module's definition of mempcpy.
25873         Reported by Paul Eggert.
25874
25875 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
25876
25877         * lib/string_.h: If the gnulib module XYZ is not present, undefine
25878         the symbol XYZ before redefining it.  This fixes a problem with
25879         programs that don't use XYZ, when compiled on systems that define
25880         XYZ to something else.
25881
25882 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
25883
25884         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
25885         occurs when "mkdir -m foo" creates a setgid directory that is (1)
25886         writeable to group or other and (2) is intended to have a special
25887         mode bit that is set or cleared.  In such a case, the directory
25888         should be neither group- nor other-writeable until the special
25889         mode bits are right.
25890
25891 2007-01-31  Eric Blake  <ebb9@byu.net>
25892
25893         * modules/mountlist (Depends-on): Add strstr.
25894
25895         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
25896         bug.
25897         * modules/string (Makefile.am): Remove redundant replacement.
25898         * modules/regex (Depends-on): Add mempcpy.
25899
25900 2007-01-31  Bruno Haible  <bruno@clisp.org>
25901
25902         New module description field 'Link'.
25903         * gnulib-tool (func_usage): Document --extract-link-directive.
25904         (sed_extract_prog): Recognize 'Link' directive.
25905         (func_get_link_directive): New function.
25906         (func_import): Show summary of link directives.
25907         Handle --extract-link-directive option.
25908         * modules/acl (Link): New section.
25909         * modules/clock-time (Link): New section.
25910         * modules/euidaccess (Link): New section.
25911         * modules/gettext (Link): New section.
25912         * modules/iconv (Link): New section.
25913         * modules/lock (Link): New section.
25914         * modules/nanosleep (Link): New section.
25915         * modules/readline (Link): New section.
25916
25917 2007-01-27  Bruno Haible  <bruno@clisp.org>
25918
25919         Enforce the use of gnulib modules for unportable <string.h> functions.
25920         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
25921         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
25922         (gl_HEADER_STRING_H_BODY): Require it.
25923         * lib/string_.h: If the gnulib module XYZ is not present, redefine
25924         the symbol XYZ to one that gives a link error.
25925         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
25926         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
25927         * modules/mempcpy (configure.ac): Likewise.
25928         * modules/memrchr (configure.ac): Likewise.
25929         * modules/stpcpy (configure.ac): Likewise.
25930         * modules/stpncpy (configure.ac): Likewise.
25931         * modules/strcase (configure.ac): Likewise.
25932         * modules/strcasestr (configure.ac): Likewise.
25933         * modules/strchrnul (configure.ac): Likewise.
25934         * modules/strdup (configure.ac): Likewise.
25935         * modules/strndup (configure.ac): Likewise.
25936         * modules/strnlen (configure.ac): Likewise.
25937         * modules/strpbrk (configure.ac): Likewise.
25938         * modules/strsep (configure.ac): Likewise.
25939         * modules/strstr (configure.ac): Likewise.
25940         * modules/strtok_r (configure.ac): Likewise.
25941
25942 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
25943
25944         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
25945
25946 2007-01-30  Jim Meyering  <jim@meyering.net>
25947
25948         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
25949
25950 2007-01-29  Bruno Haible  <bruno@clisp.org>
25951
25952         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
25953         * lib/execute.c: Likewise.
25954         * lib/pipe.c: Likewise.
25955         * lib/printf-args.h: Likewise.
25956         * lib/printf-args.c: Likewise.
25957         * lib/printf-parse.c: Likewise.
25958         * lib/vasnprintf.c: Likewise.
25959
25960 2007-01-29  Eric Blake  <ebb9@byu.net>
25961
25962         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
25963         declaration.
25964
25965 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
25966
25967         * lib/strptime.h (strptime): Use 'restrict' for args where
25968         POSIX requires this.
25969         * lib/strptime.c (strptime): Likewise.
25970         Change license notice from LGPL to GPL, since gnulib-tool will
25971         change this as needed.
25972         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
25973         defined.
25974         Include "strptime.h" first, to check interface.
25975         Do not #undef _LIBC and _NL_CURRENT.
25976         Do not include <stdlib.h>; no longer needed.
25977         Include "time_r.h" and declare ptime_locale_status
25978         only if _LIBC is not defined.
25979         (__P): Remove unused macro.
25980         (match_string): Bring back glibc version, but use it only if _LIBC
25981         is defined.
25982         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
25983         Remove unnecessary assertion and abort() call.
25984         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
25985         * m4/strptime.m4: Fix serial number comment.
25986         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
25987         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
25988         (Depends-on): Add time_r.
25989
25990 2007-01-29  Bruno Haible  <bruno@clisp.org>
25991
25992         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25993         strptime.
25994         * modules/strptime (Depends-on): Add stdbool.
25995         * lib/strptime.h: Include <time.h> always. Add comments.
25996
25997 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
25998
25999         * modules/strptime: New file.
26000         * lib/strptime.h: New file.
26001         * lib/strptime.c: New file.
26002         * m4/strptime.m4: New file.
26003
26004 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26005
26006         * MODULES.html.sh: New module mpsort.
26007         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
26008
26009         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
26010         a circularity problem with HP-UX ia64 reported by Bob Proulx in
26011         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
26012         All uses changed.
26013         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
26014         All uses changed.
26015         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
26016         to _Restrict_.
26017         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
26018         the parameter matches the prototype.
26019
26020 2007-01-28  Jim Meyering  <jim@meyering.net>
26021
26022         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
26023         sys/time.h here, reverting that part of the previous patch:
26024         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
26025
26026 2007-01-28  Bruno Haible  <bruno@clisp.org>
26027
26028         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
26029         value of $(SYS_TIME_H).
26030         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
26031         remove it conditionally, too. [added by Jim Meyering]
26032         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
26033         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
26034         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
26035         GETTIMEOFDAY_REPLACEMENT to 1.
26036
26037 2007-01-28  Bruno Haible  <bruno@clisp.org>
26038
26039         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
26040         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
26041         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
26042         Set UNISTD_H instead of UNISTD_H2.
26043         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
26044
26045 2007-01-28  Bruno Haible  <bruno@clisp.org>
26046
26047         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
26048         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
26049
26050 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26051
26052         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
26053         (func_create_testdir): Ensure C locale for `grep' and `tr'
26054         character ranges.
26055         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
26056         ACLOCAL_AMFLAGS parsing state machine.
26057
26058 2007-01-27  Bruno Haible  <bruno@clisp.org>
26059
26060         * modules/unistr/base: Update.
26061
26062 2007-01-27  Bruno Haible  <bruno@clisp.org>
26063
26064         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
26065         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
26066         * modules/unistr/u32-mbtouc-unsafe: Renamed from
26067         modules/unistr/u32-mbtouc.
26068         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
26069         * lib/unistr.h: Update.
26070         * lib/linebreak.c: Update.
26071         * modules/unistr/u32-mbtouc: Renamed from
26072         modules/unistr/u32-mbtouc-safe.
26073         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
26074         * lib/unistr.h: Update.
26075         * lib/unistr/u32-to-u8.c: Update.
26076         * lib/unistr/u32-to-u16.c: Update.
26077
26078 2007-01-27  Bruno Haible  <bruno@clisp.org>
26079
26080         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
26081         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
26082         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
26083         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
26084         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
26085         * modules/unistr/u16-mbtouc-unsafe: Renamed from
26086         modules/unistr/u16-mbtouc.
26087         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
26088         * lib/unistr.h: Update.
26089         * lib/linebreak.c: Update.
26090         * modules/linebreak: Update.
26091         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
26092         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
26093         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
26094         * modules/unistr/u16-mbtouc: Renamed from
26095         modules/unistr/u16-mbtouc-safe.
26096         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
26097         * lib/unistr.h: Update.
26098         * lib/unistr/u16-to-u8.c: Update.
26099         * modules/unistr/u16-to-u8: Update.
26100         * lib/unistr/u16-to-u32.c: Update.
26101         * modules/unistr/u16-to-u32: Update.
26102
26103 2007-01-27  Bruno Haible  <bruno@clisp.org>
26104
26105         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
26106         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
26107         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
26108         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
26109         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
26110         * modules/unistr/u8-mbtouc-unsafe: Renamed from
26111         modules/unistr/u8-mbtouc.
26112         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
26113         * lib/unistr.h: Update.
26114         * lib/striconveh.c: Update.
26115         * modules/striconveh: Update.
26116         * lib/linebreak.c: Update.
26117         * modules/linebreak: Update.
26118         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
26119         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
26120         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
26121         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
26122         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
26123         * lib/unistr.h: Update.
26124         * lib/striconveh.c: Update.
26125         * modules/striconveh: Update.
26126         * lib/unistr/u8-to-u16.c: Update.
26127         * modules/unistr/u8-to-u16: Update.
26128         * lib/unistr/u8-to-u32.c: Update.
26129         * modules/unistr/u8-to-u32: Update.
26130
26131 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26132
26133         Sync from Libtool.
26134         * lib/argz.c: Do not include strings.h nor memory.h, include
26135         string.h unconditionally.  Patch by Simon Josefsson.
26136
26137 2007-01-27  Bruno Haible  <bruno@clisp.org>
26138
26139         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
26140         from gl_HEADER_STRING_H_BODY.
26141         (gl_HEADER_STRING_H_BODY): Require it.
26142         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
26143         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
26144         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
26145         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
26146         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
26147         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
26148         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26149         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
26150         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
26151         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26152         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
26153         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
26154         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
26155         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26156         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26157
26158 2007-01-27  Bruno Haible  <bruno@clisp.org>
26159
26160         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
26161         check_PROGRAMS into noinst_PROGRAMS.
26162         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
26163         check_PROGRAMS in this case.
26164         (func_import): Set for_test to false.
26165         (func_create_testdir): Set for_test to true.
26166
26167 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
26168             Bruno Haible  <bruno@clisp.org>
26169
26170         * modules/strcasestr (Files): Remove lib/strcasestr.h.
26171         (Depends-on): Add string.
26172         (Includes): Use <string.h> instead of strcasestr.h.
26173         * modules/string (Makefile.am): Also substitute the value of
26174         REPLACE_STRCASESTR.
26175         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
26176         assume strcasestr is declared in <string.h> not <strings.h>. Also
26177         set REPLACE_STRCASESTR.
26178         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
26179         REPLACE_STRCASESTR.
26180         * lib/strcasestr.h: Remove file.
26181         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
26182         * lib/string_.h (strcasestr): New declaration.
26183
26184 2007-01-27  Bruno Haible  <bruno@clisp.org>
26185
26186         * lib/string_.h: Use 'extern'.
26187
26188 2007-01-27  Jim Meyering  <jim@meyering.net>
26189
26190         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
26191         of set-but-not-used local, "q".
26192
26193         * lib/mempcpy.c: Include <config.h> before <string.h>.
26194         This fixes a compilation error on HP-UX, due to the system's
26195         "restrict"-using mempcpy prototype.
26196
26197 2007-01-26  Bruno Haible  <bruno@clisp.org>
26198
26199         Small optimization.
26200         * lib/javacomp.c: Include c-strstr.h.
26201          (is_envjavac_gcj): Use c_strstr instead of strstr.
26202         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
26203
26204 2007-01-26  Bruno Haible  <bruno@clisp.org>
26205
26206         * MODULES.html.sh (Unicode string functions): Add the new modules.
26207
26208         * modules/uniconv/u32-strconv-to-locale: New file.
26209         * lib/uniconv/u32-strconv-to-locale.c: New file.
26210
26211         * modules/uniconv/u16-strconv-to-locale: New file.
26212         * lib/uniconv/u16-strconv-to-locale.c: New file.
26213
26214         * modules/uniconv/u8-strconv-to-locale: New file.
26215         * lib/uniconv/u8-strconv-to-locale.c: New file.
26216
26217         * modules/uniconv/u32-strconv-from-locale: New file.
26218         * lib/uniconv/u32-strconv-from-locale.c: New file.
26219
26220         * modules/uniconv/u16-strconv-from-locale: New file.
26221         * lib/uniconv/u16-strconv-from-locale.c: New file.
26222
26223         * modules/uniconv/u8-strconv-from-locale: New file.
26224         * lib/uniconv/u8-strconv-from-locale.c: New file.
26225
26226         * modules/uniconv/u32-strconv-to-enc: New file.
26227         * lib/uniconv/u32-strconv-to-enc.c: New file.
26228         * modules/uniconv/u32-strconv-to-enc-tests: New file.
26229         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
26230
26231         * modules/uniconv/u16-strconv-to-enc: New file.
26232         * lib/uniconv/u16-strconv-to-enc.c: New file.
26233         * lib/uniconv/u-strconv-to-enc.h: New file.
26234         * modules/uniconv/u16-strconv-to-enc-tests: New file.
26235         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
26236
26237         * modules/uniconv/u8-strconv-to-enc: New file.
26238         * lib/uniconv/u8-strconv-to-enc.c: New file.
26239         * modules/uniconv/u8-strconv-to-enc-tests: New file.
26240         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
26241
26242         * modules/uniconv/u32-strconv-from-enc: New file.
26243         * lib/uniconv/u32-strconv-from-enc.c: New file.
26244         * modules/uniconv/u32-strconv-from-enc-tests: New file.
26245         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
26246
26247         * modules/uniconv/u16-strconv-from-enc: New file.
26248         * lib/uniconv/u16-strconv-from-enc.c: New file.
26249         * modules/uniconv/u16-strconv-from-enc-tests: New file.
26250         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
26251
26252         * modules/uniconv/u8-strconv-from-enc: New file.
26253         * lib/uniconv/u8-strconv-from-enc.c: New file.
26254         * lib/uniconv/u-strconv-from-enc.h: New file.
26255         * modules/uniconv/u8-strconv-from-enc-tests: New file.
26256         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
26257
26258         * modules/uniconv/u32-conv-from-enc: New file.
26259         * lib/uniconv/u32-conv-from-enc.c: New file.
26260         * modules/uniconv/u32-conv-from-enc-tests: New file.
26261         * tests/uniconv/test-u32-conv-from-enc.c: New file.
26262
26263         * modules/uniconv/u16-conv-from-enc: New file.
26264         * lib/uniconv/u16-conv-from-enc.c: New file.
26265         * lib/uniconv/u-conv-from-enc.h: New file.
26266         * modules/uniconv/u16-conv-from-enc-tests: New file.
26267         * tests/uniconv/test-u16-conv-from-enc.c: New file.
26268
26269         * modules/uniconv/u8-conv-from-enc: New file.
26270         * lib/uniconv/u8-conv-from-enc.c: New file.
26271         * modules/uniconv/u8-conv-from-enc-tests: New file.
26272         * tests/uniconv/test-u8-conv-from-enc.c: New file.
26273
26274         * modules/uniconv/base: New file.
26275         * lib/uniconv.h: New file.
26276
26277 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26278
26279         * doc/gnulib-tool.texi (Initial import): Update to match current
26280         behavior with strdup module.
26281         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
26282         * lib/memmem.h: Remove; all uses removed.  This is now done
26283         by <string.h>.
26284         * lib/mempcpy.h: Likewise.
26285         * lib/memrchr.h: Likewise.
26286         * lib/stpcpy.h: Likewise.
26287         * lib/stpncpy.h: Likewise.
26288         * lib/strcase.h: Likewise.
26289         * lib/strchrnul.h: Likewise.
26290         * lib/strdup.h: Likewise.
26291         * lib/strndup.h: Likewise.
26292         * lib/strnlen.h: Likewise.
26293         * lib/strpbrk.h: Likewise.
26294         * lib/strsep.h: Likewise.
26295         * lib/strstr.h: Likewise.
26296         * lib/strtok_r.h: Likewise.
26297         * lib/string_.h: New file.
26298         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
26299         Rely on <string.h> instead.
26300         * lib/canon-host.c: Likewise.
26301         * lib/chdir-long.c: Likewise.
26302         * lib/concatpath.c: Likewise.
26303         * lib/exclude.c: Likewise.
26304         * lib/fchdir.c: Likewise.
26305         * lib/getaddrinfo.c: Likewise.
26306         * lib/getcwd.c: Likewise.
26307         * lib/getsubopt.c: Likewise.
26308         * lib/glob.c: Likewise.
26309         * lib/hard-locale.c: Likewise.
26310         * lib/iconvme.c: Likewise.
26311         * lib/javacomp.c: Likewise.
26312         * lib/mempcpy.c: Likewise.
26313         * lib/memrchr.c: Likewise.
26314         * lib/regex_internal.h: Likewise.
26315         * lib/stpncpy.c: Likewise.
26316         * lib/strcasecmp.c: Likewise.
26317         * lib/strchrnul.c: Likewise.
26318         * lib/strdup.c: Likewise.
26319         * lib/striconv.c: Likewise.
26320         * lib/striconveh.c: Likewise.
26321         * lib/striconveha.c: Likewise.
26322         * lib/strncasecmp.c: Likewise.
26323         * lib/strndup.c: Likewise.
26324         * lib/strnlen.c: Likewise.
26325         * lib/strsep.c: Likewise.
26326         * lib/strstr.c: Likewise.
26327         * lib/strtok_r.c: Likewise.
26328         * lib/userspec.c: Likewise.
26329         * lib/w32spawn.h: Likewise.
26330         * lib/xstrndup.c: Likewise.
26331         * lib/mountlist.c (strstr): Remove decl.
26332         * m4/string_h.m4: New file.
26333         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
26334         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
26335         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
26336         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
26337         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
26338         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
26339         Set REPLACE_STRCASECMP if necessary.
26340         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
26341         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
26342         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
26343         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
26344         HAVE_DECL_STRDUP if necessary.
26345         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
26346         since gl_FUNC_STRNDUP does that now.
26347         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
26348         Check for decl here...
26349         (gl_PREREQ_STRNLEN): ... not here.
26350         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
26351         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
26352         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
26353         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
26354         necessary.
26355         * modules/string: New file.
26356         * modules/memmem (Files): Remove special-purpose include file.
26357         (Depends-on): Add string.
26358         (Include): Include <string.h>, not the removed file.
26359         * modules/mempcpy: Likewise.
26360         * modules/memrchr: Likewise.
26361         * modules/stpcpy: Likewise.
26362         * modules/stpncpy: Likewise.
26363         * modules/strcase: Likewise.
26364         * modules/strchrnul: Likewise.
26365         * modules/strdup: Likewise.
26366         * modules/strndup: Likewise.
26367         * modules/strnlen: Likewise.
26368         * modules/strpbrk: Likewise.
26369         * modules/strsep: Likewise.
26370         * modules/strstr: Likewise.
26371         * modules/strtok_r: Likewise.
26372         * tests/test-dirname.c: Don't include "strdup.h", since
26373         <string.h> now suffices.
26374         * tests/test-memmem.c: Don't include "memmem.h", since
26375         <string.h> now suffices.
26376
26377 2007-01-25  Bruno Haible  <bruno@clisp.org>
26378
26379         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
26380         *resultp is 0.
26381
26382         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
26383         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
26384         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
26385         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
26386
26387         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
26388         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
26389         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
26390         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
26391         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
26392         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
26393
26394 2007-01-24  Bruno Haible  <bruno@clisp.org>
26395
26396         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
26397         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
26398         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
26399         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
26400         gl_FUNC_FTS_CORE.
26401         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
26402         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
26403         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26404         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
26405         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
26406         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
26407         gl_FUNC_FCHOWNAT.
26408         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
26409         gl_FUNC_STRFTIME.
26410         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
26411         Reported by Ralf Wildenhues.
26412
26413 2007-01-24  Bruno Haible  <bruno@clisp.org>
26414
26415         Drop AC_REQUIRE calls that are redundant with the module dependencies.
26416         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
26417         gl_GETADDRINFO.
26418         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
26419         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
26420         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
26421
26422 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
26423
26424         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
26425         Don't use 'exit'; just return from 'main'.
26426         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
26427
26428         * lib/fnmatch_.h: Readjust white space and comments to match
26429         glibc, to avoid spurious diffs.
26430
26431 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26432
26433         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
26434         2004-12-01 change by Jakub Jelinek, since this code won't compile
26435         if !LIBC.  Problem reported by Bob Proulx.
26436
26437 2007-01-23  Bruno Haible  <bruno@clisp.org>
26438
26439         * lib/striconveh.c: Include c-strcaseeq.h.
26440         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
26441         * modules/striconveh (Depends-on): Add c-strcaseeq.
26442
26443 2007-01-23  Bruno Haible  <bruno@clisp.org>
26444
26445         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
26446
26447         * modules/c-strcaseeq: New file.
26448         * lib/c-strcaseeq.h: New file.
26449
26450         * modules/streq: New file.
26451         * lib/streq.h: New file.
26452
26453 2007-01-23  Bruno Haible  <bruno@clisp.org>
26454
26455         * modules/striconveha-tests: New file.
26456         * tests/test-striconveha.c: New file.
26457
26458         * lib/striconveha.h: Include <stdbool.h>.
26459         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
26460         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
26461         (mem_iconveha_notranslit): Renamed from mem_iconveha.
26462         (mem_iconveha): New function.
26463         (str_iconveha_notranslit): Renamed from str_iconveha.
26464         (str_iconveha): New function.
26465         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
26466         c-strcase.
26467
26468 2007-01-23  Bruno Haible  <bruno@clisp.org>
26469
26470         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
26471         encodings without forgiving before trying any encoding with handler.
26472         (str_iconveha): Try all encodings without forgiving before trying any
26473         encoding with handler.
26474
26475 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26476
26477         Import the following changes from libc.
26478
26479         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
26480
26481         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
26482
26483         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
26484
26485         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
26486         normal_bracket label.
26487
26488         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
26489
26490         [BZ #361]
26491         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
26492         to normal_bracket after fetching the next character.
26493
26494 2007-01-22  Bruno Haible  <bruno@clisp.org>
26495
26496         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
26497         argument.
26498         * lib/striconveh.c (iconv_carefully_1): New function.
26499         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
26500         argument.
26501         (str_cd_iconveh): Update.
26502         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
26503         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
26504         * tests/test-striconveh.c (MAGIC): New macro.
26505         (new_offsets): New function.
26506         (main): Test call with and without offsets.
26507
26508 2007-01-22  Bruno Haible  <bruno@clisp.org>
26509
26510         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
26511         * modules/sys_select (Makefile.am): Likewise.
26512         * modules/sys_socket (Makefile.am): Likewise.
26513         * modules/sys_time (Makefile.am): Likewise.
26514
26515 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
26516
26517         * modules/gettimeofday (License): Change from GPL to LGPL, since
26518         gettimeofday is a library function.
26519
26520 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26521
26522         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
26523
26524 2007-01-21  Bruno Haible  <bruno@clisp.org>
26525
26526         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
26527
26528 2007-01-21  Bruno Haible  <bruno@clisp.org>
26529
26530         * modules/striconveha: New file.
26531         * lib/striconveha.h: New file.
26532         * lib/striconveha.c: New file.
26533         * MODULES.html.sh (Internationalization functions): Add striconveha.
26534         * lib/striconv.c (str_iconv): Optimize the case of an empty input
26535         string.
26536         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
26537
26538 2007-01-21  Bruno Haible  <bruno@clisp.org>
26539
26540         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
26541         * lib/striconveh.c (str_iconveh): Likewise.
26542
26543 2007-01-21  Bruno Haible  <bruno@clisp.org>
26544
26545         * lib/striconveh.h (mem_iconveh): New declaration.
26546         * lib/striconveh.c (mem_iconveh): New function.
26547         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
26548
26549 2007-01-21  Bruno Haible  <bruno@clisp.org>
26550
26551         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
26552
26553         * lib/striconveh.h (mem_cd_iconveh): Change specification.
26554         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
26555         original result buffer.
26556         (str_cd_iconveh): Update.
26557         * tests/test-striconveh.c (main): Update.
26558
26559         * lib/striconv.h (mem_cd_iconv): Change specification.
26560         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
26561         result buffer.
26562         (str_cd_iconv): Update.
26563         * tests/test-striconv.c (main): Update.
26564
26565 2007-01-21  Bruno Haible  <bruno@clisp.org>
26566
26567         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
26568
26569 2007-01-20  Jim Meyering  <jim@meyering.net>
26570
26571         * lib/userspec.c (parse_with_separator): If a user or group string
26572         starts with "+", skip the corresponding name-to-ID look-up, since
26573         such a look-up must fail: user and group names may not include "+".
26574
26575 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
26576
26577         * lib/poll.c: Include sys/time.h and time.h unconditionally,
26578         since we now assume the sys_time module.
26579         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
26580         check for sys/time.h; no longer needed.
26581         * modules/poll (Depends-on): Depend on sys_time.
26582
26583 2007-01-18  Bruno Haible  <bruno@clisp.org>
26584
26585         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
26586         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
26587
26588         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
26589         gettimeofday.
26590
26591         * tests/test-gettimeofday.c: Include <time.h>.
26592         (dummy): Remove variable.
26593
26594         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
26595         gl_HEADER_SYS_TIME_H.
26596         (gl_HEADER_SYS_TIME_H): New macro.
26597
26598         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
26599         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26600         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
26601         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
26602         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26603         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
26604         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
26605         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26606         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
26607         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
26608         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26609
26610         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
26611         last change; it caused a compilation error when cross-compiling to
26612         Cygwin.
26613
26614 2007-01-18  Jim Meyering  <jim@meyering.net>
26615
26616         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
26617         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
26618         than the race-prone "test -d sys || mkdir sys".
26619         (configure.ac): Use AC_PROG_MKDIR_P.
26620         * modules/sys_select: Likewise.
26621         * modules/sys_socket: Likewise.
26622         * modules/sys_time: Likewise.
26623
26624 2007-01-18  Eric Blake  <ebb9@byu.net>
26625
26626         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
26627         replace gettimeofday.
26628         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
26629         name, to avoid infinite recursion.
26630
26631 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
26632
26633         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
26634         module sys_time.
26635         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
26636         assume timespec.h defines struct timeval.
26637         * lib/settime.c: Likewise.
26638         * lib/utimens.c: Likewise.
26639         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
26640         since we now assume the gettimeofday module.
26641         * lib/tempname.c (__gen_tempname): Likewise.
26642         * lib/gettimeofday.h: Remove.
26643         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
26644         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
26645         Include <time.h>, for 'time()'.
26646         (localtime_buffer_addr): Also use this workaround if
26647         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
26648         to simplify the uses.  All uses changed.
26649         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
26650         that #undef is inside {}, and 'const' follows type name consistently.
26651         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
26652         (gettimeofday): Do not use the maximum possible value for
26653         tv->tv_usec, since that might break usages other than ls.c.
26654         Instead, we'll leave ls.c alone.  This undoes today's patch
26655         by Bruno.  Add a compile-time warning for 1s-clock resolution;
26656         we've never observed the problem but might as well keep the
26657         canary.
26658         * lib/nanosleep.c: Include timespec.h first, for interface check.
26659         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
26660         now assume the sys_time module.
26661         * lib/tempname.c: Likewise.
26662         * lib/timespec.h: Likewise.
26663         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
26664         needed.
26665         * lib/strftime.c: Likewise.
26666         * lib/timespec.h: Likewise.
26667         * lib/posixtm.c: Include posixtm.h first, for interface check.
26668         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
26669         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
26670         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
26671         * lib/sys_time_.h: New file.
26672         * lib/timespec.h (struct timespec): Use long int, not long.
26673         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
26674         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
26675         Remove obsolescent call to AC_HEADER_TIME.
26676         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
26677         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26678         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
26679         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
26680         Likewise.
26681         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
26682         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
26683         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
26684         into the sys_time module.  Check for gettimeofday just once.
26685         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
26686         for gettimeofday signature to just check the signature.  Merely
26687         compile it, since linking doesn't test signature.  Improve test for
26688         whether gettimeofday.o is actually needed.
26689         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
26690         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
26691         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
26692         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26693         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
26694         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
26695         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
26696         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
26697         than worrying about sys/time.h.
26698         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26699         Don't bother worrying about TIME_WITH_SYS_TIME.
26700         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
26701         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
26702         * m4/sys_time_h.m4: New file.
26703         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
26704         Don't include sys/time.h.  Return from main rather than exiting.
26705         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
26706         all uses changed.
26707         * modules/gethrxtime (Depends-on): Add sys_time.
26708         * modules/gettime (Depends-on): Likewise.
26709         * modules/gettimeofday (Depends-on): Likewise.
26710         * modules/nanosleep (Depends-on): Likewise.
26711         * modules/settime (Depends-on): Likewise.
26712         * modules/tempname (Depends-on): Likewise.
26713         * modules/utimens (Depends-on): Likewise.
26714         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
26715         (Include:) Change back to <sys/time.h>.
26716         (Maintainer:) Add self.
26717         * modules/sys_time: New file.
26718         * modules/tempname (Depends-on): Add gettimeofday.
26719         * tests/test-gettimeofday.c: Include <sys/time.h>
26720         rather than gettimeofday.h.
26721
26722 2007-01-17  Bruno Haible  <bruno@clisp.org>
26723
26724         * gnulib-tool (func_get_license): Revert last patch. Instead, let
26725         the license default to GPL.
26726         (func_create_testdir): Don't complain if a module is LGPL and its
26727         tests module depends on GPLed modules.
26728
26729 2007-01-17  Bruno Haible  <bruno@clisp.org>
26730
26731         * lib/gettimeofday.c (gettimeofday): Add code for the case
26732         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
26733         maximum possible value for tv->tv_usec, rather than the minimum one.
26734
26735 2005-10-08  Martin Lambers  <marlam@marlam.de>
26736 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
26737 2007-01-16  Bruno Haible  <bruno@clisp.org>
26738
26739         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
26740         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
26741         gl_FUNC_GETTIMEOFDAY.
26742         (Include): Add gettimeofday.h.
26743         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
26744         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
26745         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
26746         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
26747         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
26748         * lib/gettimeofday.h: New file.
26749         * lib/gettimeofday.c: Include <sys/timeb.h>.
26750         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
26751         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
26752         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
26753         fall back on time().
26754
26755         * tests/test-gettimeofday.c: New file.
26756         * modules/gettimeofday-tests: New file.
26757
26758 2007-01-16  Eric Blake  <ebb9@byu.net>
26759
26760         * modules/fnmatch (Depends-on): Depend on wchar.
26761         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
26762         * m4/fnmatch.m4: Likewise.
26763         * modules/mbchar (Makefile.am): Assume <wchar.h>.
26764         * m4/mbchar.m4: Likewise.
26765         * modules/mbswidth (Depends-on): Depend on wchar.
26766         * lib/mbswidth.c: Assume <wchar.h>.
26767         * m4/mbswidth.m4: Likewise.
26768         * modules/quotearg (Depends-on): Depend on wchar.
26769         * lib/quotearg.c: Assume <wchar.h>.
26770         * m4/quotearg.m4: Likewise.
26771         * modules/regex (Depends-on): Depend on wchar.
26772         * lib/regex_internal.h: Assume <wchar.h>.
26773         * m4/regex.m4: Likewise.
26774         * modules/stdint (Depends-on): Depend on wchar.
26775         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
26776         * m4/stdint.m4: Likewise.
26777         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
26778         * modules/strftime (Depends-on): Depend on wchar.
26779         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
26780         * modules/strtol (Depends-on): Depend on wchar.
26781         * lib/strtol.c: Assume <wchar.h>.
26782         * modules/wcwidth (Depends-on): Depend on wchar.
26783         * lib/wcwidth.h: Assume <wchar.h>.
26784         * m4/wcwidth.m4: Likewise.
26785
26786 2007-01-16  Bruno Haible  <bruno@clisp.org>
26787
26788         * modules/csharpexec-script: New, created from...
26789         * modules/csharpexec: ... this.
26790
26791 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
26792
26793         * modules/javaexec-script: New, created from...
26794         * modules/javaexec: ... this.
26795
26796 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26797
26798         * modules/poll (Dependencies): Add sys_select.
26799
26800 2007-01-15  Jim Meyering  <jim@meyering.net>
26801
26802         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
26803         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
26804         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
26805         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
26806
26807 2007-01-15  Bruno Haible  <bruno@clisp.org>
26808
26809         * modules/striconveh: New file.
26810         * lib/striconveh.h: New file.
26811         * lib/striconveh.c: New file.
26812         * MODULES.html.sh (Internationalization functions): Add striconveh.
26813
26814         * modules/striconveh-tests: New file.
26815         * tests/test-striconveh.c: New file.
26816
26817 2007-01-15  Bruno Haible  <bruno@clisp.org>
26818
26819         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
26820         not from GNU libiconv or GNU libc.
26821
26822 2007-01-15  Bruno Haible  <bruno@clisp.org>
26823
26824         * doc/gnulib-intro.texi (Copyright): Explain the different license
26825         terms for module descriptions, autoconf macros, tests, documentation.
26826
26827 2007-01-14  Bruno Haible  <bruno@clisp.org>
26828
26829         * modules/striconv-tests: New file.
26830         * tests/test-striconv.c: New file.
26831
26832 2007-01-14  Bruno Haible  <bruno@clisp.org>
26833
26834         * modules/iconv-tests: New file.
26835         * tests/test-iconv.c: New file.
26836
26837 2007-01-14  Bruno Haible  <bruno@clisp.org>
26838
26839         * gnulib-tool (func_get_license): For test modules, use the license of
26840         the main module.
26841
26842 2007-01-14  Bruno Haible  <bruno@clisp.org>
26843
26844         * modules/iconv (Include): Clarify that <iconv.h> can only be included
26845         if iconv is found to exist.
26846
26847 2007-01-14  Bruno Haible  <bruno@clisp.org>
26848
26849         * modules/c-ctype-tests: New file.
26850         * tests/test-c-ctype.c: New file.
26851
26852 2007-01-14  Bruno Haible  <bruno@clisp.org>
26853
26854         * modules/binary-io-tests: New file.
26855         * tests/test-binary-io.sh: New file.
26856         * tests/test-binary-io.c: New file.
26857
26858 2007-01-14  Bruno Haible  <bruno@clisp.org>
26859
26860         * modules/array-oset-tests: New file.
26861         * tests/test-array_oset.c: New file.
26862
26863 2007-01-14  Bruno Haible  <bruno@clisp.org>
26864
26865         * modules/array-list-tests: New file.
26866         * tests/test-array_list.c: New file.
26867
26868 2007-01-14  Bruno Haible  <bruno@clisp.org>
26869
26870         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
26871         and make.
26872         Reported by Simon Josefsson in
26873         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
26874
26875 2007-01-14  Bruno Haible  <bruno@clisp.org>
26876
26877         * modules/allocsa-tests: New file.
26878         * tests/test-allocsa.c: New file.
26879
26880 2007-01-14  Bruno Haible  <bruno@clisp.org>
26881
26882         * modules/fchdir (Depends-on): Add absolute-header.
26883         * modules/unistd (Depends-on): Likewise.
26884
26885 2006-12-30  Bruno Haible  <bruno@clisp.org>
26886
26887         * modules/fchdir: New file.
26888         * modules/unistd (Files): Add lib/unistd_.h.
26889         (Makefile.am): Generate unistd.h from unistd_.h.
26890         * lib/fchdir.c: New file.
26891         * lib/dirent_.h: New file.
26892         * lib/unistd_.h: New file.
26893         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
26894         * m4/fchdir.m4: New file.
26895         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
26896         (gl_HEADER_UNISTD): Invoke it.
26897         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
26898         function.
26899         * lib/backupfile.c (opendir, closedir): Undefine.
26900         * lib/chown.c (open, close): Undefine.
26901         * lib/clean-temp.c (open, close): Undefine.
26902         * lib/copy-file.c (open, close): Undefine.
26903         * lib/execute.c (open, close): Undefine.
26904         * lib/fsusage.c (open, close): Undefine.
26905         * lib/gc-gnulib.c (open, close): Undefine.
26906         * lib/getcwd.c (opendir, closedir): Undefine.
26907         * lib/glob.c (opendir, closedir): Undefine.
26908         * lib/javacomp.c (open, close): Undefine.
26909         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
26910         * lib/openat-proc.c (open, close): Undefine.
26911         * lib/pagealign_alloc.c (open, close): Undefine.
26912         * lib/pipe.c (open, close): Undefine.
26913         * lib/progreloc.c (open, close): Undefine.
26914         * lib/savedir.c (opendir, closedir): Undefine.
26915         * lib/utime.c (open, close): Undefine.
26916         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
26917
26918 2007-01-10  Bruno Haible  <bruno@clisp.org>
26919
26920         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
26921
26922 2007-01-12  Eric Blake  <ebb9@byu.net>
26923
26924         Provide a robust <wchar.h>.  Further simplifications are now
26925         possible in other modules, but not included here.
26926         * modules/wchar: New module.
26927         * m4/wchar.m4: New file.
26928         * lib/wchar_.h: Likewise.
26929         * modules/mbchar (Depends-on): Depend on wchar, as the first use
26930         of the new module.
26931         * MODULES.html.sh (Extended multibyte and wide character utilities):
26932         New section.
26933
26934 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
26935
26936         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
26937         to a reasonable default for memory allocation.
26938         (xreadlink): Don't allocate a huge buffer, to work around a buggy
26939         file system that reports garbage st_size values for symlinks.
26940         Problem reported by Liyang Hu.
26941
26942 2007-01-11  Simon Josefsson  <simon@josefsson.org>
26943
26944         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
26945         Emacs .#* auto-save files).
26946
26947 2007-01-11  Bruno Haible  <bruno@clisp.org>
26948
26949         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
26950         directory.
26951
26952 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26953
26954         Use @...@ consistently in lib/wctype_.h.
26955         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
26956         on it being set to 1 or 0.
26957         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
26958         go back to AC_SUBSTing it.
26959         * modules/wctype (Makefile.am): Undo previous change.
26960
26961 2007-01-10  Eric Blake  <ebb9@byu.net>
26962
26963         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
26964         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
26965         * modules/wctype (Makefile.am): Likewise.
26966         Reported by Chris McGuire.
26967
26968 2007-01-10  Jim Meyering  <jim@meyering.net>
26969
26970         fts.c: a small readability/maintainability improvement
26971         * lib/fts.c (fts_read): Make this code slightly more readable and
26972         maintainable by hoisting the "sp->fts_cur = p" assignments to
26973         immediately follow the statements that set P.  Derived from
26974         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
26975
26976 2007-01-10  Eric Blake  <ebb9@byu.net>
26977
26978         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
26979         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
26980         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
26981         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
26982         Reported by Chris McGuire.
26983
26984 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26985
26986         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
26987         in sed script.
26988
26989 2007-01-09  Bruno Haible  <bruno@clisp.org>
26990
26991         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
26992         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
26993         variables.
26994         (func_module): Use them.
26995
26996 2007-01-09  Bruno Haible  <bruno@clisp.org>
26997
26998         * modules/unistr/base: New file.
26999         * lib/unistr.h: New file.
27000
27001         * modules/unistr/u8-to-u16: New file.
27002         * lib/unistr/u8-to-u16.c: New file.
27003
27004         * modules/unistr/u8-to-u32: New file.
27005         * lib/unistr/u8-to-u32.c: New file.
27006
27007         * modules/unistr/u16-to-u8: New file.
27008         * lib/unistr/u16-to-u8.c: New file.
27009
27010         * modules/unistr/u16-to-u32: New file.
27011         * lib/unistr/u16-to-u32.c: New file.
27012
27013         * modules/unistr/u32-to-u8: New file.
27014         * lib/unistr/u32-to-u8.c: New file.
27015
27016         * modules/unistr/u32-to-u16: New file.
27017         * lib/unistr/u32-to-u16.c: New file.
27018
27019         * modules/unistr/u8-check: New file.
27020         * modules/unistr/u16-check: New file.
27021         * modules/unistr/u32-check: New file.
27022         * lib/unistr/u8-check.c: New file.
27023         * lib/unistr/u16-check.c: New file.
27024         * lib/unistr/u32-check.c: New file.
27025
27026         * modules/unistr/u8-chr: New file.
27027         * modules/unistr/u16-chr: New file.
27028         * modules/unistr/u32-chr: New file.
27029         * lib/unistr/u8-chr.c: New file.
27030         * lib/unistr/u16-chr.c: New file.
27031         * lib/unistr/u32-chr.c: New file.
27032
27033         * modules/unistr/u8-cmp: New file.
27034         * modules/unistr/u16-cmp: New file.
27035         * modules/unistr/u32-cmp: New file.
27036         * lib/unistr/u8-cmp.c: New file.
27037         * lib/unistr/u16-cmp.c: New file.
27038         * lib/unistr/u32-cmp.c: New file.
27039
27040         * modules/unistr/u8-cpy: New file.
27041         * modules/unistr/u16-cpy: New file.
27042         * modules/unistr/u32-cpy: New file.
27043         * lib/unistr/u8-cpy.c: New file.
27044         * lib/unistr/u16-cpy.c: New file.
27045         * lib/unistr/u32-cpy.c: New file.
27046         * lib/unistr/u-cpy.h: New file.
27047
27048         * modules/unistr/u8-cpy-alloc: New file.
27049         * modules/unistr/u16-cpy-alloc: New file.
27050         * modules/unistr/u32-cpy-alloc: New file.
27051         * lib/unistr/u8-cpy-alloc.c: New file.
27052         * lib/unistr/u16-cpy-alloc.c: New file.
27053         * lib/unistr/u32-cpy-alloc.c: New file.
27054         * lib/unistr/u-cpy-alloc.h: New file.
27055
27056         * modules/unistr/u8-endswith: New file.
27057         * modules/unistr/u16-endswith: New file.
27058         * modules/unistr/u32-endswith: New file.
27059         * lib/unistr/u8-endswith.c: New file.
27060         * lib/unistr/u16-endswith.c: New file.
27061         * lib/unistr/u32-endswith.c: New file.
27062         * lib/unistr/u-endswith.h: New file.
27063
27064         * modules/unistr/u8-mblen: New file.
27065         * modules/unistr/u16-mblen: New file.
27066         * modules/unistr/u32-mblen: New file.
27067         * lib/unistr/u8-mblen.c: New file.
27068         * lib/unistr/u16-mblen.c: New file.
27069         * lib/unistr/u32-mblen.c: New file.
27070
27071         * modules/unistr/u8-mbtouc: New file.
27072         * modules/unistr/u16-mbtouc: New file.
27073         * modules/unistr/u32-mbtouc: New file.
27074         * lib/unistr/u8-mbtouc.c: New file.
27075         * lib/unistr/u16-mbtouc.c: New file.
27076         * lib/unistr/u32-mbtouc.c: New file.
27077
27078         * modules/unistr/u8-mbtouc-safe: New file.
27079         * modules/unistr/u16-mbtouc-safe: New file.
27080         * modules/unistr/u32-mbtouc-safe: New file.
27081         * lib/unistr/u8-mbtouc-safe.c: New file.
27082         * lib/unistr/u16-mbtouc-safe.c: New file.
27083         * lib/unistr/u32-mbtouc-safe.c: New file.
27084
27085         * modules/unistr/u8-move: New file.
27086         * modules/unistr/u16-move: New file.
27087         * modules/unistr/u32-move: New file.
27088         * lib/unistr/u8-move.c: New file.
27089         * lib/unistr/u16-move.c: New file.
27090         * lib/unistr/u32-move.c: New file.
27091         * lib/unistr/u-move.h: New file.
27092
27093         * modules/unistr/u8-next: New file.
27094         * modules/unistr/u16-next: New file.
27095         * modules/unistr/u32-next: New file.
27096         * lib/unistr/u8-next.c: New file.
27097         * lib/unistr/u16-next.c: New file.
27098         * lib/unistr/u32-next.c: New file.
27099
27100         * modules/unistr/u8-prev: New file.
27101         * modules/unistr/u16-prev: New file.
27102         * modules/unistr/u32-prev: New file.
27103         * lib/unistr/u8-prev.c: New file.
27104         * lib/unistr/u16-prev.c: New file.
27105         * lib/unistr/u32-prev.c: New file.
27106
27107         * modules/unistr/u8-set: New file.
27108         * modules/unistr/u16-set: New file.
27109         * modules/unistr/u32-set: New file.
27110         * lib/unistr/u8-set.c: New file.
27111         * lib/unistr/u16-set.c: New file.
27112         * lib/unistr/u32-set.c: New file.
27113         * lib/unistr/u-set.h: New file.
27114
27115         * modules/unistr/u8-startswith: New file.
27116         * modules/unistr/u16-startswith: New file.
27117         * modules/unistr/u32-startswith: New file.
27118         * lib/unistr/u8-startswith.c: New file.
27119         * lib/unistr/u16-startswith.c: New file.
27120         * lib/unistr/u32-startswith.c: New file.
27121         * lib/unistr/u-startswith.h: New file.
27122
27123         * modules/unistr/u8-stpcpy: New file.
27124         * modules/unistr/u16-stpcpy: New file.
27125         * modules/unistr/u32-stpcpy: New file.
27126         * lib/unistr/u8-stpcpy.c: New file.
27127         * lib/unistr/u16-stpcpy.c: New file.
27128         * lib/unistr/u32-stpcpy.c: New file.
27129         * lib/unistr/u-stpcpy.h: New file.
27130
27131         * modules/unistr/u8-stpncpy: New file.
27132         * modules/unistr/u16-stpncpy: New file.
27133         * modules/unistr/u32-stpncpy: New file.
27134         * lib/unistr/u8-stpncpy.c: New file.
27135         * lib/unistr/u16-stpncpy.c: New file.
27136         * lib/unistr/u32-stpncpy.c: New file.
27137         * lib/unistr/u-stpncpy.h: New file.
27138
27139         * modules/unistr/u8-strcat: New file.
27140         * modules/unistr/u16-strcat: New file.
27141         * modules/unistr/u32-strcat: New file.
27142         * lib/unistr/u8-strcat.c: New file.
27143         * lib/unistr/u16-strcat.c: New file.
27144         * lib/unistr/u32-strcat.c: New file.
27145         * lib/unistr/u-strcat.h: New file.
27146
27147         * modules/unistr/u8-strchr: New file.
27148         * modules/unistr/u16-strchr: New file.
27149         * modules/unistr/u32-strchr: New file.
27150         * lib/unistr/u8-strchr.c: New file.
27151         * lib/unistr/u16-strchr.c: New file.
27152         * lib/unistr/u32-strchr.c: New file.
27153
27154         * modules/unistr/u8-strcmp: New file.
27155         * modules/unistr/u16-strcmp: New file.
27156         * modules/unistr/u32-strcmp: New file.
27157         * lib/unistr/u8-strcmp.c: New file.
27158         * lib/unistr/u16-strcmp.c: New file.
27159         * lib/unistr/u32-strcmp.c: New file.
27160
27161         * modules/unistr/u8-strcpy: New file.
27162         * modules/unistr/u16-strcpy: New file.
27163         * modules/unistr/u32-strcpy: New file.
27164         * lib/unistr/u8-strcpy.c: New file.
27165         * lib/unistr/u16-strcpy.c: New file.
27166         * lib/unistr/u32-strcpy.c: New file.
27167         * lib/unistr/u-strcpy.h: New file.
27168
27169         * modules/unistr/u8-strcspn: New file.
27170         * modules/unistr/u16-strcspn: New file.
27171         * modules/unistr/u32-strcspn: New file.
27172         * lib/unistr/u8-strcspn.c: New file.
27173         * lib/unistr/u16-strcspn.c: New file.
27174         * lib/unistr/u32-strcspn.c: New file.
27175         * lib/unistr/u-strcspn.h: New file.
27176
27177         * modules/unistr/u8-strdup: New file.
27178         * modules/unistr/u16-strdup: New file.
27179         * modules/unistr/u32-strdup: New file.
27180         * lib/unistr/u8-strdup.c: New file.
27181         * lib/unistr/u16-strdup.c: New file.
27182         * lib/unistr/u32-strdup.c: New file.
27183         * lib/unistr/u-strdup.h: New file.
27184
27185         * modules/unistr/u8-strlen: New file.
27186         * modules/unistr/u16-strlen: New file.
27187         * modules/unistr/u32-strlen: New file.
27188         * lib/unistr/u8-strlen.c: New file.
27189         * lib/unistr/u16-strlen.c: New file.
27190         * lib/unistr/u32-strlen.c: New file.
27191         * lib/unistr/u-strlen.h: New file.
27192
27193         * modules/unistr/u8-strmblen: New file.
27194         * modules/unistr/u16-strmblen: New file.
27195         * modules/unistr/u32-strmblen: New file.
27196         * lib/unistr/u8-strmblen.c: New file.
27197         * lib/unistr/u16-strmblen.c: New file.
27198         * lib/unistr/u32-strmblen.c: New file.
27199
27200         * modules/unistr/u8-strmbtouc: New file.
27201         * modules/unistr/u16-strmbtouc: New file.
27202         * modules/unistr/u32-strmbtouc: New file.
27203         * lib/unistr/u8-strmbtouc.c: New file.
27204         * lib/unistr/u16-strmbtouc.c: New file.
27205         * lib/unistr/u32-strmbtouc.c: New file.
27206
27207         * modules/unistr/u8-strncat: New file.
27208         * modules/unistr/u16-strncat: New file.
27209         * modules/unistr/u32-strncat: New file.
27210         * lib/unistr/u8-strncat.c: New file.
27211         * lib/unistr/u16-strncat.c: New file.
27212         * lib/unistr/u32-strncat.c: New file.
27213         * lib/unistr/u-strncat.h: New file.
27214
27215         * modules/unistr/u8-strncmp: New file.
27216         * modules/unistr/u16-strncmp: New file.
27217         * modules/unistr/u32-strncmp: New file.
27218         * lib/unistr/u8-strncmp.c: New file.
27219         * lib/unistr/u16-strncmp.c: New file.
27220         * lib/unistr/u32-strncmp.c: New file.
27221
27222         * modules/unistr/u8-strncpy: New file.
27223         * modules/unistr/u16-strncpy: New file.
27224         * modules/unistr/u32-strncpy: New file.
27225         * lib/unistr/u8-strncpy.c: New file.
27226         * lib/unistr/u16-strncpy.c: New file.
27227         * lib/unistr/u32-strncpy.c: New file.
27228         * lib/unistr/u-strncpy.h: New file.
27229
27230         * modules/unistr/u8-strnlen: New file.
27231         * modules/unistr/u16-strnlen: New file.
27232         * modules/unistr/u32-strnlen: New file.
27233         * lib/unistr/u8-strnlen.c: New file.
27234         * lib/unistr/u16-strnlen.c: New file.
27235         * lib/unistr/u32-strnlen.c: New file.
27236         * lib/unistr/u-strnlen.h: New file.
27237
27238         * modules/unistr/u8-strpbrk: New file.
27239         * modules/unistr/u16-strpbrk: New file.
27240         * modules/unistr/u32-strpbrk: New file.
27241         * lib/unistr/u8-strpbrk.c: New file.
27242         * lib/unistr/u16-strpbrk.c: New file.
27243         * lib/unistr/u32-strpbrk.c: New file.
27244         * lib/unistr/u-strpbrk.h: New file.
27245
27246         * modules/unistr/u8-strrchr: New file.
27247         * modules/unistr/u16-strrchr: New file.
27248         * modules/unistr/u32-strrchr: New file.
27249         * lib/unistr/u8-strrchr.c: New file.
27250         * lib/unistr/u16-strrchr.c: New file.
27251         * lib/unistr/u32-strrchr.c: New file.
27252
27253         * modules/unistr/u8-strspn: New file.
27254         * modules/unistr/u16-strspn: New file.
27255         * modules/unistr/u32-strspn: New file.
27256         * lib/unistr/u8-strspn.c: New file.
27257         * lib/unistr/u16-strspn.c: New file.
27258         * lib/unistr/u32-strspn.c: New file.
27259         * lib/unistr/u-strspn.h: New file.
27260
27261         * modules/unistr/u8-strstr: New file.
27262         * modules/unistr/u16-strstr: New file.
27263         * modules/unistr/u32-strstr: New file.
27264         * lib/unistr/u8-strstr.c: New file.
27265         * lib/unistr/u16-strstr.c: New file.
27266         * lib/unistr/u32-strstr.c: New file.
27267         * lib/unistr/u-strstr.h: New file.
27268
27269         * modules/unistr/u8-strtok: New file.
27270         * modules/unistr/u16-strtok: New file.
27271         * modules/unistr/u32-strtok: New file.
27272         * lib/unistr/u8-strtok.c: New file.
27273         * lib/unistr/u16-strtok.c: New file.
27274         * lib/unistr/u32-strtok.c: New file.
27275         * lib/unistr/u-strtok.h: New file.
27276
27277         * modules/unistr/u8-uctomb: New file.
27278         * modules/unistr/u16-uctomb: New file.
27279         * modules/unistr/u32-uctomb: New file.
27280         * lib/unistr/u8-uctomb.c: New file.
27281         * lib/unistr/u16-uctomb.c: New file.
27282         * lib/unistr/u32-uctomb.c: New file.
27283
27284         * MODULES.html.sh (Unicode string functions): Add the new modules.
27285
27286 2007-01-08  Bruno Haible  <bruno@clisp.org>
27287
27288         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
27289         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
27290         subdirectories.
27291
27292 2007-01-08  Karl Berry  <karl@gnu.org>
27293
27294         * doc/error.texi: mention that main() fns must set program_name
27295         when progname is used.
27296
27297 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
27298
27299         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
27300         WCTYPE_H is empty, for the benefit of builds from non-distclean
27301         directories.  Problem reported by Eric Blake in
27302         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
27303
27304 2007-01-08  Bruno Haible  <bruno@clisp.org>
27305
27306         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
27307         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
27308         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
27309         PROVIDE_CANONICALIZE_FILENAME_MODE.
27310         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
27311
27312 2007-01-08  Bruno Haible  <bruno@clisp.org>
27313
27314         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
27315         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
27316         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
27317         * lib/fts.c: Likewise.
27318         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
27319
27320 2006-12-25  Bruno Haible  <bruno@clisp.org>
27321
27322         * modules/utf8-ucs4-safe: New file.
27323         * lib/utf8-ucs4-safe.h: New file.
27324         * lib/unistr/utf8-ucs4-safe.c: New file.
27325
27326         * modules/utf16-ucs4-safe: New file.
27327         * lib/utf16-ucs4-safe.h: New file.
27328         * lib/unistr/utf16-ucs4-safe.c: New file.
27329
27330         * MODULES.html.sh (Unicode string functions): Add the new modules.
27331
27332 2007-01-08  Bruno Haible  <bruno@clisp.org>
27333
27334         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
27335         (Depends-on): Add unitypes.
27336         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27337         (u8_mbtouc_aux): Move out to separate file.
27338         (u8_mbtouc): Use ucs4_t, uint8_t types.
27339         * lib/unistr/utf8-ucs4.c: New file.
27340
27341         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
27342         (Depends-on): Add unitypes.
27343         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
27344         (u16_mbtouc_aux): Move out to separate file.
27345         (u16_mbtouc): Use ucs4_t, uint16_t types.
27346         * lib/unistr/utf16-ucs4.c: New file.
27347
27348         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
27349         (Depends-on): Add unitypes.
27350         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
27351         (u8_uctomb_aux): Move out to separate file.
27352         (u8_uctomb): Use ucs4_t, uint8_t types.
27353         * lib/unistr/ucs4-utf8.c: New file.
27354
27355         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
27356         (Depends-on): Add unitypes.
27357         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
27358         (u16_uctomb_aux): Move out to separate file.
27359         (u16_uctomb): Use ucs4_t, uint16_t types.
27360         * lib/unistr/ucs4-utf16.c: New file.
27361
27362 2006-12-25  Bruno Haible  <bruno@clisp.org>
27363
27364         * modules/unitypes: New file.
27365         * lib/unitypes.h: New file.
27366         * MODULES.html.sh (func_all_modules): New section "Unicode string
27367         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
27368         this section. Add unitypes.
27369
27370 2007-01-08  Bruno Haible  <bruno@clisp.org>
27371
27372         Avoid variable names that conflict with those from libtool.
27373         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
27374         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
27375         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
27376         library_names_spec to acl_library_names_spec, hardcode_* to
27377         acl_hardcode_*.
27378         Reported by Ralf Wildenhues.
27379
27380 2007-01-08  Bruno Haible  <bruno@clisp.org>
27381
27382         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
27383         definition.
27384         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
27385         definition.
27386         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
27387         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
27388         definition.
27389         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
27390         definition.
27391         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
27392         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
27393         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
27394         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
27395         definition.
27396         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
27397         definition.
27398         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
27399         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
27400         GC_USE_<algorithm>.
27401         * lib/gc-libgcrypt.c: Likewise.
27402         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
27403         * modules/gc-arctwo (configure.ac): Likewise.
27404         * modules/gc-des (configure.ac): Likewise.
27405         * modules/gc-hmac-md5 (configure.ac): Likewise.
27406         * modules/gc-hmac-sha1 (configure.ac): Likewise.
27407         * modules/gc-md2 (configure.ac): Likewise.
27408         * modules/gc-md4 (configure.ac): Likewise.
27409         * modules/gc-md5 (configure.ac): Likewise.
27410         * modules/gc-random (configure.ac): Likewise.
27411         * modules/gc-rijndael (configure.ac): Likewise.
27412         * modules/gc-sha1 (configure.ac): Likewise.
27413
27414 2007-01-08  Bruno Haible  <bruno@clisp.org>
27415
27416         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
27417         macro definition.
27418         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
27419         definition.
27420         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
27421         definition.
27422         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
27423         * modules/fcntl-safer (configure.ac): Likewise.
27424         * modules/fopen-safer (configure.ac): Likewise.
27425         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
27426         GNULIB_FWRITEERROR macro definition.
27427
27428 2007-01-08  Bruno Haible  <bruno@clisp.org>
27429
27430         * m4/gnulib-common.m4: New file.
27431         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
27432         (func_get_filelist): Add m4/gnulib-common.m4.
27433
27434 2007-01-08  Bruno Haible  <bruno@clisp.org>
27435
27436         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
27437         command.
27438
27439 2007-01-08  Jim Meyering  <jim@meyering.net>
27440
27441         Use a more robust test for a "can't happen" condition.
27442         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
27443         narrowed the st_size value.  Presuming the "can't happen" condition
27444         is true, that narrowing could conceivably convert an invalid st_size
27445         value into a valid one.  Instead, use a change based on Matthew
27446         Woehlke's original patch.
27447
27448         Slight readability improvement: use an assert-like macro
27449         in place of literal "abort ()" uses.
27450         * lib/fts.c (fts_assert): Define.
27451         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
27452         Use this macro instead of a bare 'abort'.
27453
27454 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
27455
27456         Don't worry about using IRIX 5.3's wctype.h broken definitions;
27457         simply work around them.
27458         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
27459         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
27460         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
27461         declaring.
27462         Don't bother to define as macros, since the standard doesn't require it.
27463         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
27464         longer worry about IRIX 5.3.
27465         (HAVE_WCTYPE_CTMP_BUG): Remove.
27466
27467 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27468
27469         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
27470         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
27471         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
27472         Problems reported by Georg Schwarz for IRIX 5.3.
27473
27474         * gnulib-tool (autoconf_minversion): Take the maximum version number
27475         found, not the minimum.  Problem reported by James Youngman.
27476
27477 2007-01-03  Karl Berry  <karl@gnu.org>
27478
27479         * doc/error.texi: new file, explaining interaction with progname.
27480         * doc/gnulib.texi: include it.  Update copyright.
27481
27482 2007-01-03  Simon Josefsson  <simon@josefsson.org>
27483
27484         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
27485         AC_CANONICAL_HOST, to improve autobuild outputs.
27486
27487 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
27488             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
27489
27490         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
27491         sockets, server sockets, and other file descriptors.  Count errors
27492         to compute the return value.  Reorder the code a bit to be easier
27493         to follow.  Don't set event bits that were not requested (except
27494         POLLERR and POLLHUP).
27495
27496 2007-01-01  Bruno Haible  <bruno@clisp.org>
27497
27498         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
27499
27500 2007-01-03  Jim Meyering  <jim@meyering.net>
27501
27502         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
27503
27504 2007-01-02  Bruno Haible  <bruno@clisp.org>
27505
27506         * modules/settime (Include): Require timespec.h.
27507         * modules/nanosleep (Include): Likewise.
27508
27509 2007-01-01  Bruno Haible  <bruno@clisp.org>
27510
27511         * gnulib-tool (func_emit_copyright_notice): Bump year.
27512         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
27513
27514 2007-01-01  Bruno Haible  <bruno@clisp.org>
27515
27516         Improve support for OpenBSD.
27517         * build-aux/config.rpath (libname_spec): Export.
27518         (library_names_spec): New variable. Export.
27519         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
27520         library_names_spec from the config.rpath output. Locate shared library
27521         through the name pattern in library_names_spec.
27522
27523 2007-01-01  Eric Blake  <ebb9@byu.net>
27524
27525         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
27526
27527 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
27528
27529         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
27530         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
27531         assume the C locale, and avoid an "eval" that could cause trouble.
27532         Problem with SORT reported by Bob Proulx.
27533
27534         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
27535         Define.  Trivial patch from Henning Nielsen Lund, originally
27536         sent to bug-grep@gnu.org today.
27537
27538 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27539
27540         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
27541         struct stat.  Problem reported by Henning Nielsen Lund.
27542         * lib/acl.c: Include acl.h first, to check interface.  Don't
27543         bother to include sys/types.h and sys/stat.h again.
27544
27545 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27546
27547         Import the following change from libc; problem reported by
27548         Sven Verdoolaege.
27549
27550         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
27551
27552         [BZ #1373]
27553         * lib/argp.h: Remove __NTH for __argp_usage inline function.
27554
27555 2006-12-28  Jim Meyering  <jim@meyering.net>
27556
27557         * build-aux/announce-gen: Do not assume that the package
27558         builds any of tar.gz, tar.bz2, and .xdelta files.
27559         Suggestion from Simon Josefsson.
27560
27561 2006-12-28  Simon Josefsson  <simon@josefsson.org>
27562
27563         * modules/announce-gen: New file.
27564
27565 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
27566
27567         * lib/mbchar.h: Just include <wctype.h>; the wctype module
27568         handles its gotchas now.
27569         * lib/mbswidth.c: Likewise.
27570         * lib/wcwidth.h: Likewise.
27571         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
27572         and iswcntrl; the wctype module does this stuff now.
27573         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
27574         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
27575         * modules/mbchar (Depends-on): Add wctype.
27576         * modules/mbswidth (Depends-on): Likewise.
27577         * modules/wcwidth (Depends-on): Likewise.
27578
27579 2006-12-27  Eric Blake  <ebb9@byu.net>
27580
27581         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
27582         module uses more than what <wctype.h> is required to provide.
27583
27584 2006-12-26  Eric Blake  <ebb9@byu.net>
27585
27586         * gnulib-tool (sed_extract_prog): Avoid space-tab.
27587
27588 2006-12-26  Eric Blake  <ebb9@byu.net>
27589
27590         * modules/absolute-header: New module.
27591         * modules/fcntl (Depends-on): Depend on it.
27592         * modules/inttypes (Depends-on): Likewise.
27593         * modules/stdint (Depends-on): Likewise.
27594         * modules/sys_stat (Depends-on): Likewise.
27595         * modules/wctype (Depends-on): Likewise.
27596         * MODULES.html.sh (Support for building libraries and
27597         executables): Document it.
27598
27599 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27600
27601         * gnulib-tool (SED): Remove, undoing previous change.
27602         The problem was that it broke coreutils on Solaris, because
27603         "sed --posix" leaked into a makefile.
27604         (sed): New alias, if 'alias' and GNU sed.
27605
27606 2006-12-24  Jim Meyering  <jim@meyering.net>
27607
27608         Work around an fchownat bug in glibc-2.4:
27609         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
27610         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
27611         in spite of the -P option.
27612         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
27613         New macros.
27614         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
27615         * modules/openat (Files): Add lib/fchownat.c.
27616         * lib/openat.c (fchownat): Don't define here.  Move to...
27617         * lib/fchownat.c: ...this new file.
27618
27619 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27620
27621         Fix bug reported by Bruno Haible in
27622         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
27623         where quotearg.c didn't compile on Mac OS X 10.2 because it
27624         lacks <wchar.h> and wint_t.
27625         * lib/wctype_.h (__wctype_wint_t): New type.
27626         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
27627         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
27628         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
27629         Arg is now of type __wctype_wint_t, not wint_t.
27630         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
27631         substitute HAVE_WINT_T.
27632         * modules/wctype (Files): Add m4/wint_t.m4.
27633         (wctype.h): Substitute HAVE_WINT_T.
27634
27635 2006-12-23  Bruno Haible  <bruno@clisp.org>
27636
27637         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
27638
27639 2006-12-23  Bruno Haible  <bruno@clisp.org>
27640
27641         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
27642         S_ISLNK.
27643         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
27644         mingw.
27645
27646 2006-12-22  Bruno Haible  <bruno@clisp.org>
27647
27648         * lib/copy-file.c: Include acl.h.
27649         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
27650         Close the file descriptors only after being done with copy_acl.
27651         * modules/copy-file (Depends-on): Add acl.
27652
27653 2006-12-22  Bruno Haible  <bruno@clisp.org>
27654
27655         * gnulib-tool (SED): New variable.
27656         Use $SED instead of sed everywhere.
27657
27658 2006-12-22  Bruno Haible  <bruno@clisp.org>
27659
27660         * modules/no-c++: New file.
27661         * m4/no-c++.m4: New file.
27662         * MODULES.html.sh (Support for building libraries and executables):
27663         Add no-c++.
27664
27665 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
27666
27667         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
27668         Include <limits.h>, and use its INT_MAX to rewrite the
27669         j loop so that it does not overflow 'int'.  Problem reported by
27670         Ralf Wildenhues in
27671         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
27672         Play it safe by shifting left by 1 rather than multiplying by 2,
27673         as GCC is less likely to optimize this away when the value
27674         is signed (when it assumes overflow leads to undefined behavior).
27675         Also, don't assume time_t uses two's complement.
27676
27677 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
27678
27679         * MODULES.html.sh: New module wctype.
27680         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
27681         * lib/fnmatch.c: Don't bother to include <wchar.h> before
27682         <wctype.h>, since the new wctype module should fix this.
27683         * lib/quotearg.c: Include <wctype.h> unconditionally, since
27684         the wctype module should arrange for it.
27685         * lib/regex_internal.h: Likewise.
27686         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
27687         since the wctype module should handle this now.
27688         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
27689         * modules/fnmatch (Depends-on): Add wctype.
27690         * modules/quotearg (Depends-on): Likewise.
27691         * modules/regex (Depends-on): Likewise.
27692
27693 2006-12-19  Bruno Haible  <bruno@clisp.org>
27694
27695         * lib/strdup.h [C++]: Wrap definitions in extern "C".
27696         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
27697
27698 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27699
27700         * modules/savewd (Depends-on): Fix dependency on fcntl.
27701
27702 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27703
27704         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
27705         conforms to C99, rather than relying on the user's environment
27706         setting of STDINT_H.
27707
27708 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27709         and Eric Blake  <ebb9@byu.net>
27710
27711         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
27712         This is more consistent with the other defines here.
27713         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
27714         Port to z/OS.  Problem reported by Paul Gilmartin.
27715         Change local vars to use gl_ prefix rather than ac_.
27716         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
27717         with other defines.
27718         * modules/double-slash-root: New module.
27719         * modules/dirname (Files): Remove m4/double-slash-root.m4.
27720         (Depends-on): Add double-slash-root.
27721         * MODULES.html.sh (File system functions): Mention new module.
27722
27723 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
27724
27725         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
27726         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
27727         This is for the benefit of gzip, which doesn't do i18n.
27728
27729 2006-12-12  Jim Meyering  <jim@meyering.net>
27730
27731         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
27732         Reported by Andreas Schwab <schwab@suse.de>.
27733
27734 2006-12-12  Bruno Haible  <bruno@clisp.org>
27735
27736         Merge these changes.
27737         2006-09-05  Bruno Haible  <bruno@clisp.org>
27738         * lib/iconvme.c (iconv_string): No need to save and restore errno when
27739         iconv_alloc succeeded.
27740         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
27741         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
27742         test for " && dest " at the end - dest is always != NULL there. Call
27743         iconv with 4xNULL arguments initially, to reset the state. Call iconv
27744         with 2xNULL arguments, also to flush the state storage. Handle the
27745         IRIX iconv behaviour. Realloc the final result, to throw away unused
27746         memory.
27747
27748 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
27749
27750         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
27751         and fchmodat unconditionally, since glibc 2.4 has them.
27752         Problem reported by Arkadiusz Miskiewicz.
27753
27754 2006-12-10  Bruno Haible  <bruno@clisp.org>
27755
27756         * gnulib-tool (func_import): Show the include files only for those
27757         modules that are copied and specified.
27758         Reported by Karl Berry.
27759
27760 2006-12-08  Jim Meyering  <jim@meyering.net>
27761
27762         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
27763         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
27764
27765         * build-aux/announce-gen: Add two new options, both optional:
27766         --bootstrap-tools=TOOL_LIST
27767               a comma-separated list of tools, e.g.,
27768               autoconf,automake,bison,gnulib
27769         --gnulib-snapshot-date=DATE
27770               if gnulib is in the bootstrap tool list,
27771               then report this as the snapshot date.
27772               If not specified, use the current date/time.
27773               If you specify a date here, be sure it's UTC.
27774
27775 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27776
27777         * tests/test-argp-2.sh: Fix test to match actual output.
27778         (func_compare): Fix sed script to be portable.
27779
27780 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
27781
27782         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
27783         workaround for this case.  It is not autoconfigured now; offhand
27784         it's hard to see how to autoconfigure it.
27785
27786 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
27787
27788         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
27789         a directory that is about to be chowned.  Such a directory's
27790         initial file permissions should permit the owner only and this
27791         should not be changed until after the chown, since the group and
27792         other bits would be incorrect if they granted permission before
27793         the chown.
27794
27795         Fix porting problem for iswctype reported by Georg Schwarz in:
27796         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
27797         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
27798         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
27799         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
27800         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
27801
27802 2006-12-03  Jim Meyering  <jim@meyering.net>
27803
27804         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
27805         p->fts_statp may not yet be defined.
27806         (fts_read): Instead, set it in the caller, once p->fts_statp is
27807         sure to be defined, and corresponds to a top-level directory.
27808         This bug made du -x fail.  Here's the coreutils test case:
27809         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
27810         Reported by Mike Frysinger.
27811
27812 2006-12-01  Jim Meyering  <jim@meyering.net>
27813
27814         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
27815         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
27816         Reported by Simon Josefsson.
27817
27818 2006-11-30  Jim Meyering  <jim@meyering.net>
27819
27820         * m4/warning.m4: Use the all-permissive copyright notice
27821         recommended by RMS (rather than LGPL).
27822         * m4/vararrays.m4: Likewise.
27823         * m4/flexmember.m4: Likewise.
27824
27825 2006-11-29  Bruno Haible  <bruno@clisp.org>
27826
27827         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27828         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
27829         using +=.
27830         Reported by Simon Josefsson <simon@josefsson.org>.
27831
27832 2006-11-28  James Youngman <jay@gnu.org>
27833
27834         * README: Advise users that they might find the bug-gnulib@gnu.org
27835         and autotools-announce@gnu.org mailing lists useful.
27836
27837 2006-11-28  Bruno Haible  <bruno@clisp.org>
27838
27839         * m4/ptrdiff_max.m4: Remove file.
27840
27841 2006-11-21  Bruno Haible  <bruno@clisp.org>
27842
27843         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
27844         _AC_COMPUTE_INT.
27845         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27846         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
27847         _AC_COMPUTE_INT.
27848         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27849         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
27850         _AC_COMPUTE_INT.
27851         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27852
27853 2006-11-28  Jim Meyering  <jim@meyering.net>
27854
27855         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
27856         warning from "gcc -Wshadow" about shadowing the builtin.
27857
27858 2006-11-27  Bruno Haible  <bruno@clisp.org>
27859
27860         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
27861         _AC_COMPUTE_INT.
27862         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
27863
27864 2006-11-27  Bruno Haible  <bruno@clisp.org>
27865             Paul Eggert  <eggert@cs.ucla.edu>
27866
27867         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
27868
27869 2006-11-26  Bruno Haible  <bruno@clisp.org>
27870
27871         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
27872         noinst_LTLIBRARIES.
27873
27874 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
27875             Bruno Haible  <bruno@clisp.org>
27876
27877         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
27878         if compiling with "gcc -ansi".
27879
27880 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
27881
27882         Fix some incompatibilities with gcc -ansi -pedantic.
27883         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
27884         if compiling pedantically with GCC, unless it's C99 or later.
27885         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
27886         it mishandles gcc -ansi -pedantic as well.
27887         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
27888         if gcc -pedantic.
27889         * lib/regexec.c (check_node_accept_bytes): Don't use auto
27890         initializers for struct if -pedantic, unless it's C99 or later.
27891
27892 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
27893
27894         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
27895         Don't close an fd more than once. Identical atimes indicate
27896         success, not failure.
27897
27898 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
27899
27900         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
27901
27902 2006-11-23  Jim Meyering  <jim@meyering.net>
27903
27904         * build-aux/announce-gen: New file.  From coreutils.
27905
27906 2006-11-22  Jim Meyering  <jim@meyering.net>
27907
27908         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
27909         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
27910         (fts_read): Use a temporary to narrow the overused st_size member
27911         before using it in a switch statement.  Reported by Matthew Woehlke.
27912
27913         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
27914         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
27915
27916 2006-11-20  Bruno Haible  <bruno@clisp.org>
27917
27918         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
27919         changequote instead of pairs of brackets.
27920         Reported by Andreas Schwab <schwab@suse.de>.
27921
27922 2006-11-21  Jim Meyering  <jim@meyering.net>
27923
27924         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
27925         so as to remain compatible with older compilers.
27926         Patch from Michael Deutschmann.
27927
27928 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27929
27930         * MODULES.html.sh (File system functions): Add openat.
27931
27932         * lib/openat.h (rpl_fstatat): New macro, if
27933         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
27934         (fstatat): Define to rpl_fstatat under the same conditions,
27935         unless COMPILING_FSTATAT.
27936         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
27937         seems to have the bug.
27938         * lib/fstatat.c: New file.
27939         * modules/openat (Files): Add it.
27940
27941 2006-11-20  Bruno Haible  <bruno@clisp.org>
27942
27943         * Makefile: New file.
27944
27945 2006-11-20  Jim Meyering  <jim@meyering.net>
27946
27947         The beginnings of syntax-related checks for gnulib.
27948         * lib/Makefile: New file.
27949         * lib/t-idcache: New script.  Ensure that the two halves of
27950         idcache.c stay in sync.
27951
27952         * lib/idcache.c: Adjust comments in user- and group- portions to
27953         be more accurate, and to be consistent with one another.
27954
27955 2006-11-20  Jim Meyering  <jim@meyering.net>
27956
27957         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
27958         continue using the flexible array member (thus, this module performs
27959         half as many malloc calls), with the addition that...
27960         (getgroup, getuser): Consistently record a non-match via an empty
27961         "name" string, and map an empty string match to a NULL return value.
27962         * modules/idcache (Depends-on): Re-add flexmember.
27963
27964         * lib/idcache.c (getuser): Remove all uses of the register keyword.
27965         (getuidbyname, getgroup, getgidbyname): Likewise.
27966
27967         Use cleaner syntax: NULL rather than 0.
27968         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
27969
27970 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27971
27972         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
27973         It mishandled the case where the group was missing.
27974         Problem reported by Greg Schafer.
27975         * modules/idcache: Likewise.
27976
27977 2006-11-18  Jim Meyering  <jim@meyering.net>
27978
27979         * check-module (%exempt_header): Add exception for some
27980         conditionally-included headers.
27981
27982         * modules/i-ring (Depends-on): Add verify.
27983         (License): Change to LGPL.
27984
27985 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27986
27987         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
27988         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
27989         and inttostr.h.  Use snprintf rather than uinttostr, so that
27990         LGPLed code doesn't depend on GPLed.
27991
27992 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27993
27994         * modules/inline (License): Change from GPL to LGPL.
27995
27996 2006-11-17  Jim Meyering  <jim@meyering.net>
27997
27998         * modules/d-type (License): Switch to LGPL.
27999
28000 2006-11-15  Bruno Haible  <bruno@clisp.org>
28001
28002         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
28003
28004 2006-11-15  Eric Blake  <ebb9@byu.net>
28005
28006         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
28007         the module dependency.
28008
28009 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28010             Bruno Haible  <bruno@clisp.org>
28011
28012         * gnulib-tool (func_create_testdir): Add license consistency check.
28013
28014 2006-11-15  Eric Blake  <ebb9@byu.net>
28015
28016         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
28017         random "(cached)" in configure output.
28018
28019 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28020
28021         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
28022         test for conforming inttypes.h is both announced and cached.
28023
28024         * MODULES.html.sh (seen_modules, seen_files): New variables.
28025         (func_module): Rewrite to use a few less gnulib-tool and sed
28026         invocations.  Avoid a couple of quadratic algorithms for ...
28027         (missed_modules, missed_files): ... these, with ...
28028         (func_append, func_tmpdir): ... these new functions, from
28029         gnulib-tool.  Analogously, install traps for cleanup.
28030
28031         * tests/test-gc.c (main): Remove unused variables.
28032         * tests/test-read-file.c: Include stdlib.h, for 'free'.
28033
28034 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
28035
28036         * modules/inttostr (License): Change to LGPL.
28037
28038 2006-11-14  Eric Blake  <ebb9@byu.net>
28039
28040         * modules/tempname (License): Change to LGPL.
28041
28042 2006-11-14  Eric Blake  <ebb9@byu.net>
28043
28044         * doc/functions.texi (Function Portability): *printf functions on
28045         Cygwin now understand all POSIX size specifiers.
28046
28047 2006-11-14  Bruno Haible  <bruno@clisp.org>
28048
28049         * modules/c-ctype (License): Change to LGPL.
28050
28051 2006-11-12  Bruno Haible  <bruno@clisp.org>
28052
28053         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
28054         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
28055         for GNOME libraries, for which the include files are installed in
28056         subdirectories of $prefix/include.
28057
28058 2006-11-12  Bruno Haible  <bruno@clisp.org>
28059
28060         * m4/lib-link.m4: Require at least autoconf-2.54.
28061         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
28062         name to underscores for the --with option.
28063
28064 2006-11-13  Bruno Haible  <bruno@clisp.org>
28065
28066         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
28067         the tests directory.
28068         Reported by Ralf Wildenhues.
28069
28070 2006-11-13  Bruno Haible  <bruno@clisp.org>
28071
28072         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
28073         (func_emit_initmacro_end): Undo the override here.
28074         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
28075         Works around the famous automake error in coreutils.
28076
28077 2006-11-13  Eric Blake  <ebb9@byu.net>
28078
28079         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
28080         element, not its node.
28081
28082 2006-11-12  Bruno Haible  <bruno@clisp.org>
28083
28084         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
28085         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
28086
28087 2006-11-12  Bruno Haible  <bruno@clisp.org>
28088
28089         * gnulib-tool: New option --local-symlink.
28090         (func_usage): Document it.
28091         (lsymbolic): New variable.
28092         (func_import, func_create_testdir): If --symlink was not specified,
28093         test whether --local-symlink was specified and the file comes from
28094         the local_gnulib_dir.
28095
28096 2006-11-12  Bruno Haible  <bruno@clisp.org>
28097
28098         * gnulib-tool (func_ln): New function.
28099         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
28100
28101 2006-11-12  Bruno Haible  <bruno@clisp.org>
28102
28103         Finish support for source files in subdirectories.
28104         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
28105         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
28106         AUTOMAKE_OPTIONS.
28107         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
28108
28109 2006-11-12  Bruno Haible  <bruno@clisp.org>
28110
28111         * gnulib-tool (func_get_automake_snippet): Synthesize also an
28112         EXTRA_lib_SOURCES augmentation.
28113         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
28114
28115 2006-11-12  Jim Meyering  <jim@meyering.net>
28116
28117         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
28118         file descriptors.  This also averts a failure on systems with
28119         native openat support when a traversed directory lacks "x" access.
28120         * lib/fts_.h: Include "i-ring.h"
28121         (struct FTS) [fts_fd_ring]: New member.
28122         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
28123         (FCHDIR): Add parentheses.
28124         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
28125         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
28126         When descending, rather than simply closing the previous
28127         fts_cwd_fd value, push that file descriptor onto the ring.
28128         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
28129         (fts_open): Initialize the new fd_ring member.
28130         (fts_close): Clear the ring.
28131         (fts_safe_changedir): When possible, use our new fd_ring to skip
28132         the diropen and fstat and dev/ino comparison that would normally
28133         accompany a virtual `chdir ("..")'.
28134
28135         * modules/fts (Depends-on): Add i-ring.
28136         * modules/i-ring: New module.
28137         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
28138         * m4/i-ring.m4: New file.
28139
28140 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28141
28142         * gnulib-tool (func_create_testdir): Fix replacement of
28143         `build-aux' in configure.ac.  Run autotools in gltests
28144         subdirectory.
28145         (func_create_testdir, func_create_megatestdir, test): There is
28146         no need for '--force' in most autotool invocations in a new
28147         tree.  Actually fail the whole test if any of the tools, or the
28148         configure or make stages fail.
28149
28150         Sync from Automake.
28151         * build-aux/gnupload: Revert last change.  Add pointer to upload
28152         instructions of the GNU Maintenance Instructions.
28153         Suggestion by Karl Berry.
28154
28155 2006-11-10  Jim Meyering  <jim@meyering.net>
28156
28157         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
28158
28159 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28160
28161         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
28162         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
28163         (bind_textdomain_codeset) [! ENABLE_NLS]:
28164         Evaluate all the arguments.  That way, callers get compatible behavior
28165         if the arguments have side effects.  Also, it avoids some GCC
28166         diagnostics in some cases; Joel E. Denny reported problems when Bison
28167         was configured with --enable-gcc-warnigs.
28168
28169 2006-11-10  Jim Meyering  <jim@meyering.net>
28170
28171         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
28172         relevant options in CFLAGS (like -O, -fno-inline) are taken into
28173         account.
28174
28175 2006-11-10  Jim Meyering  <jim@meyering.net>
28176
28177         * modules/inline: New file/module.
28178         * modules/xalloc (Files): Remove m4/inline.m4.
28179         (Depends-on): Add inline, instead.
28180         * modules/oset: Likewise.
28181         * modules/list: Likewise.
28182
28183 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
28184
28185         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
28186         Problem reported by Matthew Woehlke.
28187
28188 2006-11-09  Bruno Haible  <bruno@clisp.org>
28189
28190         * lib/tempname.c (gen_tempname): Remove variant that invokes
28191         __gen_tempname.
28192         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
28193         __gen_tempname.
28194
28195 2006-11-08  Bruno Haible  <bruno@clisp.org>
28196
28197         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
28198         to 'yes' instead of 'cross-compiling'.
28199
28200 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
28201
28202         * lib/quotearg.h (quotearg_free): New decl.
28203         * lib/quotearg.c (quotearg_free): New function.
28204         (slot0, nslots, slotvec0, slotvec):
28205         Now file-scope so that quotearg_free can get at them.
28206
28207 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28208
28209         Sync from Automake.
28210         * build-aux/gnupload: Add missing 'gnu' to example URL.
28211         Report by Karl Berry.
28212
28213 2006-11-08  Bruno Haible  <bruno@clisp.org>
28214
28215         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
28216         Suggested by Paul Eggert.
28217
28218 2006-11-08  Jim Meyering  <jim@meyering.net>
28219
28220         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
28221         It's already included if !_LIBC.
28222         (fts_safe_changedir): Add a comment.
28223
28224 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28225
28226         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
28227         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
28228         Matthew Woehlke.
28229
28230         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
28231         definitions up, to avoid colliding with change below.
28232         (static_inline) [HAVE_INLINE]: New macro.
28233         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
28234         Provide extern decls when !HAVE_INLINE.  Do not define unless
28235         static_inline is defined, either by us or by xmalloc.c.  Use
28236         static_inline rather than static inline.
28237         (XCALLOC): Optimize sizeof(T) = 1 case.
28238         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
28239
28240 2006-11-07  Bruno Haible  <bruno@clisp.org>
28241
28242         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
28243         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
28244         AC_C_INLINE.
28245         * modules/xalloc (Files): Add m4/inline.m4.
28246
28247 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28248
28249         * README: Fix typo.
28250         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
28251         (Miscellanous Notes): ...from this.
28252
28253 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
28254
28255         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
28256         Mention that offsetof should be used instead of sizeof.
28257         From Bruno Haible.
28258
28259 2006-11-07  Bruno Haible  <bruno@clisp.org>
28260
28261         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
28262
28263 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28264
28265         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28266         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
28267         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28268         (gl_tree_add_before, gl_tree_add_after):
28269         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
28270         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
28271         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
28272         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
28273         (gl_linked_add_after, gl_linked_add_at): Likewise.
28274         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
28275         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
28276         (gl_tree_add_before, gl_tree_add_after): Likewise.
28277         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
28278         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
28279         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
28280
28281 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28282
28283         * lib/gl_oset.h: Use C comment style, not C++ comment style.
28284
28285 2006-11-06  Bruno Haible  <bruno@clisp.org>
28286
28287         * m4/inline.m4: New file.
28288         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
28289         * modules/list (Files): Add m4/inline.m4.
28290         * modules/oset (Files): Likewise.
28291
28292 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
28293
28294         * lib/idcache.c: Include <stddef.h>, for offsetof.
28295         (struct userid.name): Change from char * to a flexible array member.
28296         All uses changed.
28297         * modules/idcache (Depends-on): Add flexmember.
28298
28299         * MODULES.html.sh (Core language properties): New module flexmember.
28300         * modules/flexmember, m4/flexmember.m4: New files.
28301
28302         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
28303         inline functions that are identical with the old xnmalloc_inline,
28304         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
28305         that we can avoid some unnecessary integer multiplications and
28306         divisions in the common case where the element size is known at
28307         compile time.
28308         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
28309         needed.
28310         (xnboundedmalloc): Remove.
28311         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
28312         arguments, for consistency with rest of this header.
28313         (xcharalloc): Rewrite using XNMALLOC.
28314         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
28315         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
28316         versions have been moved to lib/xalloc.h and renamed to be the
28317         non-*_inline versions.
28318         (xmalloc, xrealloc): Implement without reference to the xnmalloc
28319         and xnrealloc functions, since those functions are now inline and
28320         now call us.
28321         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
28322         renaming described above.
28323         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
28324         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
28325         captures the dependency in AC_C_INLINE.
28326
28327         New module canonicalize-lgpl, proposed by Charles Wilson in
28328         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
28329         with a few small changes afterwards.
28330         * MODULES.html.sh (File system functions): New module
28331         canonicalize-lgpl.
28332         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
28333         and canonicalize_file_name.
28334         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
28335         * modules/canonicalize-lgpl: New files.
28336
28337 2006-11-05  Bruno Haible  <bruno@clisp.org>
28338
28339         * gnulib-tool (func_import, func_create_testdir): Create directories
28340         also for files in subdirectories of lib/.
28341
28342 2006-11-05  Bruno Haible  <bruno@clisp.org>
28343
28344         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
28345         ANSI C compliant.
28346
28347 2006-11-03  Bruno Haible  <bruno@clisp.org>
28348
28349         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
28350         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
28351         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
28352         (xnboundedmalloc): New inline function.
28353         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
28354         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
28355         xmalloc.
28356         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
28357         xmalloc.
28358         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
28359         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
28360         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
28361         xmalloc.
28362         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28363         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
28364         xmalloc.
28365         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
28366         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28367         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
28368         xmalloc.
28369         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
28370         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
28371         gl_tree_add_after): Use XMALLOC instead of xmalloc.
28372         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
28373         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
28374         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
28375         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
28376
28377 2006-11-03  Bruno Haible  <bruno@clisp.org>
28378
28379         * lib/c-ctype.h [C++]: Define functions without name mangling.
28380         * lib/fwriteerror.h [C++]: Likewise.
28381         * lib/gcd.h [C++]: Likewise.
28382         * lib/linebreak.h [C++]: Likewise.
28383
28384 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
28385
28386         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
28387         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
28388         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
28389         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
28390         Check for functions and headers just once.
28391         Check for declaration of canonicalize_file_name.
28392         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
28393
28394 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28395
28396         * gnulib-tool (func_import): Fix typo in actioncmd.
28397
28398 2006-11-02  Bruno Haible  <bruno@clisp.org>
28399
28400         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
28401         newline sequence in the Makefile.am snippet as a space, like "make"
28402         does.
28403         Reported by Roger Persson <perrog@gmail.com>.
28404
28405 2006-11-01  Bruno Haible  <bruno@clisp.org>
28406
28407         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
28408         already declared in <string.h>.
28409         * lib/strcase.h (strncasecmp): Don't declare it if yes.
28410
28411 2006-11-01  Bruno Haible  <bruno@clisp.org>
28412
28413         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
28414         * lib/strcase.h: Include <string.h>.
28415         (strcasecmp): Define to rpl_strcasecmp here.
28416
28417 2006-11-01  Bruno Haible  <bruno@clisp.org>
28418
28419         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
28420
28421 2006-11-01  Eric Blake  <ebb9@byu.net>
28422
28423         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
28424
28425         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
28426
28427 2006-10-29  Bruno Haible  <bruno@clisp.org>
28428
28429         Make it compile in C++ mode.
28430         * lib/full-write.c (full_rw): Add a cast.
28431
28432 2006-11-01  Bruno Haible  <bruno@clisp.org>
28433
28434         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
28435         be POSIX compliant.
28436         Reported by Roger Persson <perrog@gmail.com>.
28437
28438 2006-11-01  Eric Blake  <ebb9@byu.net>
28439
28440         * lib/getopt_.h: Fix comments.
28441
28442 2006-10-31  Eric Blake  <ebb9@byu.net>
28443
28444         * modules/tmpdir (Depends-on): Add sys_stat.
28445         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
28446         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
28447         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
28448         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
28449         tempname.
28450
28451 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
28452
28453         Avoid some C++ diagnostics reported by Bruno Haible.
28454         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
28455         xmalloc.
28456         (quotearg_alloc): Use xcharalloc rather than xmalloc.
28457         (struct slotvec): Move to top level.
28458         (quotearg_n_options): Rewrite to avoid xmalloc.
28459         * lib/xalloc.h (xcharalloc): New function.
28460         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
28461         [defined __cplusplus]: Add function template that provides result
28462         type propagation.  This part of the change is from Bruno Haible.
28463
28464 2006-10-29  Bruno Haible  <bruno@clisp.org>
28465
28466         Make it compile in C++ mode.
28467         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
28468         * lib/strnlen1.c (strnlen1): Cast memchr result.
28469         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
28470         * lib/clean-temp.c (string_equals, string_hash): Add casts.
28471         (create_temp_dir): Rename local variable 'template'.
28472         (compile_csharp_using_sscli): Add cast.
28473         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
28474         * lib/findprog.c (find_in_path): Likewise.
28475         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
28476         * lib/wait-process.c (register_slave_subprocess): Likewise.
28477
28478 2006-10-22  Bruno Haible  <bruno@clisp.org>
28479
28480         * modules/tsearch: New file.
28481         * lib/tsearch.h: New file.
28482         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
28483         * m4/tsearch.m4: New file.
28484         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
28485
28486 2006-10-29  Eric Blake  <ebb9@byu.net>
28487
28488         * lib/arcfour.c: Assume config.h.
28489         * lib/arctwo.c: Likewise.
28490         * lib/base64.c: Likewise.
28491         * lib/check-version.c: Likewise.
28492         * lib/crc.c: Likewise.
28493         * lib/des.c: Likewise.
28494         * lib/gc-gnulib.c: Likewise.
28495         * lib/gc-libgcrypt.c: Likewise.
28496         * lib/gc-pbkdf2-sha1.c: Likewise.
28497         * lib/getaddrinfo.c: Likewise.
28498         * lib/getdelim.c: Likewise.
28499         * lib/getline.c: Likewise.
28500         * lib/hmac-md5.c: Likewise.
28501         * lib/hmac-sha1.c: Likewise.
28502         * lib/iconvme.c: Likewise.
28503         * lib/md2.c: Likewise.
28504         * lib/md4.c: Likewise.
28505         * lib/memxor.c: Likewise.
28506         * lib/read-file.c: Likewise.
28507         * lib/readline.c: Likewise.
28508         * lib/rijndael-alg-fst.c: Likewise.
28509         * lib/rijndael-api-fst.c: Likewise.
28510         * lib/xgetdomainname.c: Likewise.
28511
28512 2006-10-28  Eric Blake  <ebb9@byu.net>
28513
28514         * lib/xstrndup.c: Assume config.h.
28515
28516 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
28517
28518         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
28519         stat-macros.h is now for our own macros, whereas stat_h is for
28520         macros in the <sys/stat.h> name space.
28521         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
28522         (STAT_MACROS_H): Remove.
28523         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
28524         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
28525         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
28526         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
28527         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
28528         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
28529         Move these macros to ...
28530         * lib/stat_.h: here.  Don't include stat-macros.h.
28531         * lib/canonicalize.c: Don't include stat-macros.h.
28532         * lib/chown.c: Likewise.
28533         * lib/euidaccess.c: Likewise.
28534         * lib/file-type.c: Likewise.
28535         * lib/filemode.c: Likewise.
28536         * lib/glob.c: Likewise.
28537         * lib/isapipe.c: Likewise.
28538         * lib/lchown.c: Likewise.
28539         * lib/lstat.c: Likewise.
28540         * lib/mkdir-p.c: Likewise.
28541         * lib/rmdir.c: Likewise.
28542         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
28543         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
28544         unless mkdir isn't declared, to speed up 'configure'.
28545         Always create sys/stat.h, since it's unlikely any real sys/stat.h
28546         would define all the S_* symbols.
28547         * modules/canonicalize (Depends-on):
28548         Depend on sys_stat, not stat-macros.
28549         * modules/chown: Likewise.
28550         * modules/euidaccess: Likewise.
28551         * modules/filemode: Likewise.
28552         * modules/file-type: Likewise.
28553         * modules/glob: Likewise.
28554         * modules/isapipe: Likewise.
28555         * modules/lchown: Likewise.
28556         * modules/lstat: Likewise.
28557         * modules/mkancesdirs: Likewise.
28558         * modules/rmdir: Likewise.
28559         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
28560         * modules/modechange: Likewise.
28561         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
28562         (configure.ac): Remove gl_STAT_MACROS.
28563         * modules/sys_stat (Depends-on): Remove stat-macros.
28564
28565 2006-10-27  Bruno Haible  <bruno@clisp.org>
28566
28567         * m4/signed.m4: Remove file.
28568         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
28569         invocation.
28570         * modules/vasnprintf (Files): Remove m4/signed.m4.
28571
28572 2006-10-27  Bruno Haible  <bruno@clisp.org>
28573
28574         Update to GNU gettext 0.16.
28575         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
28576         m4/inttypes-h.m4, m4/signed.m4.
28577         * m4/gettext.m4: Update to GNU gettext 0.16.
28578         * m4/intl.m4: New file, from GNU gettext.
28579         * m4/intldir.m4: New file, from GNU gettext.
28580         * config/srclist.txt: Update
28581
28582 2006-10-27  Eric Blake  <ebb9@byu.net>
28583
28584         * MODULES.html.sh: Document tempname.
28585         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
28586         dependencies.
28587         (Files): Move lib/tempname.c...
28588         * modules/tempname: ...to this new module.
28589         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
28590         (gl_PREREQ_TEMPNAME): Move...
28591         * m4/tempname.m4: ...to this new file.
28592         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
28593         * modules/sys_stat (Depends-on): Add stat-macros.
28594         * lib/stat_.h (includes): Pick up stat macros.
28595         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
28596         if stat macros are broken.
28597         * lib/tempname.c (includes): No need to include "stat-macros.h".
28598         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
28599         (direxists, __path_search) [!_LIBC]: Don't compile these in
28600         gnulib; the tmpdir module covers that.
28601         * lib/tempname.h: New file.
28602
28603 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
28604
28605         * COPYING: Explain how gnulib-tool converts licence headers.
28606         Almost all wording by Eric Blake.
28607
28608 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
28609
28610         * lib/mbchar.h (is_basic_table): Make read-only.
28611         * lib/mbchar.c (is_basic_table): Likewise.
28612         Reported by John Darrington.
28613
28614 2006-10-25  Bruno Haible  <bruno@clisp.org>
28615
28616         * lib/progname.h (set_program_name): Undefine before defining.
28617
28618 2006-10-25  Bruno Haible  <bruno@clisp.org>
28619
28620         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
28621         false for non-gcc C++ compilers.
28622         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
28623
28624 2006-10-24  Bruno Haible  <bruno@clisp.org>
28625
28626         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
28627         iconv implementations like Irix iconv.
28628
28629 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28630
28631         * modules/vararrays: New file.
28632         * m4/vararrays.m4: New file, taken from diffutils.
28633         * MODULES.html.sh: New module vararrays.
28634
28635 2006-10-24  Karl Berry  <karl@gnu.org>
28636
28637         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
28638         Don't call GNU Unix.
28639
28640 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28641
28642         * users.txt: Add Libtool.
28643
28644         Sync from Libtool:
28645
28646         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28647
28648         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
28649         to gnulib's policy of including config.h unconditionally.
28650
28651 2006-10-24  Bruno Haible  <bruno@clisp.org>
28652
28653         * modules/wcwidth (Files): Add m4/wint_t.m4.
28654         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
28655         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
28656
28657 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28658
28659         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
28660         to pacify GCC with some -W flags enabled.  Problem reported by
28661         Bruno Haible.
28662
28663 2006-10-24  Jim Meyering  <jim@meyering.net>
28664
28665         * MODULES.html.sh: Remove uinttostr.  It's not a module.
28666         Reported by Karl Berry.
28667
28668 2006-10-23  Bruno Haible  <bruno@clisp.org>
28669
28670         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
28671
28672 2006-10-24  Bruno Haible  <bruno@clisp.org>
28673
28674         * lib/gl_list.h: Use C comment style, not C++ comment style.
28675
28676 2006-10-23  Eric Blake  <ebb9@byu.net>
28677
28678         * lib/getaddrinfo.c (includes): Add missing include.
28679
28680 2006-10-23  Bruno Haible  <bruno@clisp.org>
28681             Paul Eggert  <eggert@cs.ucla.edu>
28682
28683         Ability to rename obstack_free.
28684         * lib/obstack.h (__obstack_free): New macro. Declare instead of
28685         obstack_free.
28686         (obstack_free): Invoke the __obstack_free macro.
28687         * lib/obstack.c (obstack_free): Use __obstack_free macro.
28688
28689 2006-10-23  Bruno Haible  <bruno@clisp.org>
28690             Paul Eggert  <eggert@cs.ucla.edu>
28691
28692         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
28693         __argc, __argv from the declaration. (They are defined as macros on
28694         mingw.)
28695
28696 2006-10-22  Bruno Haible  <bruno@clisp.org>
28697
28698         * doc/gnulib-intro.texi: New file.
28699         * doc/gnulib.texi: Include it.
28700
28701 2006-10-21  Bruno Haible  <bruno@clisp.org>
28702
28703         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
28704         "Introduction", "Miscellanous Notes", "Particular Modules".
28705
28706 2006-10-21  Bruno Haible  <bruno@clisp.org>
28707
28708         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28709         Change mostlyclean-local rule to avoid sh syntax error from bash
28710         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
28711
28712 2006-10-23  Jim Meyering  <jim@meyering.net>
28713
28714         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
28715         in place of snprintf.
28716
28717         * modules/inttostr (Files): Add lib/uinttostr.c.
28718         * lib/uinttostr.c (inttostr): New file/function.
28719         * lib/inttostr.h (uinttostr): Declare.
28720         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
28721         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28722         Add uinttostr.
28723         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
28724
28725 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
28726
28727         * lib/canonicalize.c (ELOOP): Define if not already defined.
28728         Problem reported by Bruno Haible in
28729         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
28730
28731 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
28732
28733         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
28734         Problem reported by Perry Smith and Ville Laurikari.
28735
28736         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
28737         uses.
28738
28739 2006-10-19  Bruno Haible  <bruno@clisp.org>
28740
28741         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
28742         for mingw.
28743
28744 2006-10-19  Bruno Haible  <bruno@clisp.org>
28745
28746         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
28747         Needed for mingw.
28748
28749 2006-10-19  Bruno Haible  <bruno@clisp.org>
28750
28751         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
28752
28753 2006-10-19  Bruno Haible  <bruno@clisp.org>
28754
28755         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
28756         it.
28757
28758 2006-10-19  Bruno Haible  <bruno@clisp.org>
28759
28760         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
28761         invocation.
28762
28763 2006-10-19  Bruno Haible  <bruno@clisp.org>
28764
28765         * gnulib-tool (func_create_testdir): Don't include ftruncate and
28766         mountlist by default.
28767
28768 2006-10-16  Bruno Haible  <bruno@clisp.org>
28769
28770         * lib/c-strstr.c: Include c-strstr.h.
28771
28772 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
28773
28774         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
28775         in a slash.
28776
28777 2006-10-18  Bruno Haible  <bruno@clisp.org>
28778
28779         * lib/lock.h [C++]: Wrap definitions in extern "C".
28780
28781 2006-10-18  Bruno Haible  <bruno@clisp.org>
28782
28783         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
28784         gl_LIBOBJS list.
28785
28786 2006-10-18  Bruno Haible  <bruno@clisp.org>
28787
28788         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
28789
28790 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
28791
28792         * lib/xstrtol.h: Include gettext.h.
28793         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
28794         Problem reported by Eric Blake.
28795         * modules/xstrtol (Depends-on): Add gettext-h.
28796
28797 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
28798
28799         * lib/strftime.c (advance): New macro.
28800         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
28801         incomplete type, so you can't add 0 to it.  Problem and patch
28802         reported by Eelco Dolstra for dietlibc.
28803
28804 2006-10-18  Jim Meyering  <jim@meyering.net>
28805
28806         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
28807         type for a local, and rename it: s/up/user_proc/.
28808
28809 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28810
28811         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
28812         READ_UTMP_USER_PROCESS.
28813         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
28814
28815 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28816
28817         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
28818         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
28819
28820 2006-10-17  Eric Blake  <ebb9@byu.net>
28821
28822         * lib/sigprocmask.c (sigprocmask): Fix typo.
28823
28824         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
28825
28826         * modules/clean-temp (Makefile.am): Don't add to make output...
28827         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
28828         config.h.
28829
28830 2006-10-17  Bruno Haible  <bruno@clisp.org>
28831
28832         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
28833         differently if DEFAULT_TEXT_DOMAIN is set.
28834
28835 2006-10-16  Bruno Haible  <bruno@clisp.org>
28836
28837         * lib/clean-temp.c: Include fwriteerror.h.
28838
28839 2006-10-16  Bruno Haible  <bruno@clisp.org>
28840
28841         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
28842
28843 2006-10-16  Bruno Haible  <bruno@clisp.org>
28844
28845         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
28846         * lib/sigprocmask.h: Include <sys/types.h>.
28847         (sigset_t): Use the system's definition if present.
28848
28849 2006-10-17  Eric Blake  <ebb9@byu.net>
28850
28851         * lib/xvasprintf.c (includes): Assume config.h.
28852         * lib/xasprintf.c (includes): Likewise.
28853
28854 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28855
28856         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
28857         at least as wide as intmax_t.
28858
28859 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
28860
28861         (Imported from Automake.)
28862         * build-aux/gnupload: Update to version 1.1 of directive file.
28863
28864 2006-10-16  Eric Blake  <ebb9@byu.net>
28865
28866         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
28867         match Automake 1.10a.
28868
28869 2006-10-14  Bruno Haible  <bruno@clisp.org>
28870
28871         * modules/sigprocmask: New file.
28872         * lib/sigprocmask.h: New file.
28873         * lib/sigprocmask.c: New file.
28874         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
28875         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
28876         request sigprocmask.o.
28877         (gl_PREREQ_SIGPROCMASK): New macro.
28878         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
28879         (Depends-on): Add sigprocmask.
28880         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
28881         gt_SIGNALBLOCKING. Test for 'raise' only once.
28882         * lib/fatal-signal.c: Include sigprocmask.h.
28883         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
28884         unblock_fatal_signals): Define always.
28885         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28886         sigprocmask.
28887
28888 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28889
28890         Sync from Automake.
28891         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
28892         which incorrectly sets the mode of an existing destination
28893         directory.  In some cases the unpatched install-sh could do the
28894         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
28895         system.  We hope this is rare in practice, but it's clearly worth
28896         fixing.  Problem reported by Alex Unleashed in
28897         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
28898         Also, don't bother to check for -m bugs unless we're using -m;
28899         suggested by Stepan Kasal.
28900
28901 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28902
28903         Sync from Automake.
28904         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
28905         `-c' flag, so they appear at the same position as in %FASTDEP%
28906         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
28907         which ignores unknown options only after the first non-option.
28908         Bug report against M4 by Nelson H. F. Beebe.
28909
28910 2006-10-13  Jim Meyering  <jim@meyering.net>
28911
28912         Fix a bug in yesterday's change.
28913         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
28914         p->fts_statp->st_dev would be used uninitialized.
28915         Ensures that we always call fts_stat on the very first entry.
28916         Miklos Szeredi reported that find -xdev stopped working.
28917
28918 2006-10-12  Bruno Haible  <bruno@clisp.org>
28919
28920         * gnulib-tool (func_get_automake_snippet): Append an automatically
28921         computed EXTRA_DIST augmentation.
28922         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
28923         * modules/alloca-opt (Makefile.am): Likewise.
28924         * modules/allocsa (Makefile.am): Likewise.
28925         * modules/arcfour (Makefile.am): Likewise.
28926         * modules/arctwo (Makefile.am): Likewise.
28927         * modules/argmatch (Makefile.am): Likewise.
28928         * modules/argz (Makefile.am): Likewise.
28929         * modules/atexit (Makefile.am): Likewise.
28930         * modules/backupfile (Makefile.am): Likewise.
28931         * modules/byteswap (Makefile.am): Likewise.
28932         * modules/c-strtod (Makefile.am): Likewise.
28933         * modules/c-strtold (Makefile.am): Likewise.
28934         * modules/calloc (Makefile.am): Likewise.
28935         * modules/canon-host (Makefile.am): Likewise.
28936         * modules/canonicalize (Makefile.am): Likewise.
28937         * modules/chdir-long (Makefile.am): Likewise.
28938         * modules/chdir-safer (Makefile.am): Likewise.
28939         * modules/check-version (Makefile.am): Likewise.
28940         * modules/chown (Makefile.am): Likewise.
28941         * modules/cloexec (Makefile.am): Likewise.
28942         * modules/close-stream (Makefile.am): Likewise.
28943         * modules/closeout (Makefile.am): Likewise.
28944         * modules/crc (Makefile.am): Likewise.
28945         * modules/csharpexec (Makefile.am): Likewise.
28946         * modules/cycle-check (Makefile.am): Likewise.
28947         * modules/des (Makefile.am): Likewise.
28948         * modules/dev-ino (Makefile.am): Likewise.
28949         * modules/dirfd (Makefile.am): Likewise.
28950         * modules/dirname (Makefile.am): Likewise.
28951         * modules/dup2 (Makefile.am): Likewise.
28952         * modules/eealloc (Makefile.am): Likewise.
28953         * modules/error (Makefile.am): Likewise.
28954         * modules/euidaccess (Makefile.am): Likewise.
28955         * modules/exclude (Makefile.am): Likewise.
28956         * modules/exitfail (Makefile.am): Likewise.
28957         * modules/fcntl-safer (Makefile.am): Likewise.
28958         * modules/fcntl (Makefile.am): Likewise.
28959         * modules/file-type (Makefile.am): Likewise.
28960         * modules/fileblocks (Makefile.am): Likewise.
28961         * modules/filemode (Makefile.am): Likewise.
28962         * modules/filenamecat (Makefile.am): Likewise.
28963         * modules/fnmatch (Makefile.am): Likewise.
28964         * modules/fopen-safer (Makefile.am): Likewise.
28965         * modules/fpending (Makefile.am): Likewise.
28966         * modules/fprintftime (Makefile.am): Likewise.
28967         * modules/free (Makefile.am): Likewise.
28968         * modules/fsusage (Makefile.am): Likewise.
28969         * modules/ftruncate (Makefile.am): Likewise.
28970         * modules/fts (Makefile.am): Likewise.
28971         * modules/gc-arcfour (Makefile.am): Likewise.
28972         * modules/gc-des (Makefile.am): Likewise.
28973         * modules/gc-hmac-md5 (Makefile.am): Likewise.
28974         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
28975         * modules/gc-md4 (Makefile.am): Likewise.
28976         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
28977         * modules/gc-sha1 (Makefile.am): Likewise.
28978         * modules/gc (Makefile.am): Likewise.
28979         * modules/getaddrinfo (Makefile.am): Likewise.
28980         * modules/getcwd (Makefile.am): Likewise.
28981         * modules/getdelim (Makefile.am): Likewise.
28982         * modules/getdomainname (Makefile.am): Likewise.
28983         * modules/getgroups (Makefile.am): Likewise.
28984         * modules/gethostname (Makefile.am): Likewise.
28985         * modules/gethrxtime (Makefile.am): Likewise.
28986         * modules/getline (Makefile.am): Likewise.
28987         * modules/getloadavg (Makefile.am): Likewise.
28988         * modules/getlogin_r (Makefile.am): Likewise.
28989         * modules/getndelim2 (Makefile.am): Likewise.
28990         * modules/getopt (Makefile.am): Likewise.
28991         * modules/getpagesize (Makefile.am): Likewise.
28992         * modules/getpass-gnu (Makefile.am): Likewise.
28993         * modules/getpass (Makefile.am): Likewise.
28994         * modules/getsubopt (Makefile.am): Likewise.
28995         * modules/gettime (Makefile.am): Likewise.
28996         * modules/gettimeofday (Makefile.am): Likewise.
28997         * modules/getugroups (Makefile.am): Likewise.
28998         * modules/getusershell (Makefile.am): Likewise.
28999         * modules/glob (Makefile.am): Likewise.
29000         * modules/group-member (Makefile.am): Likewise.
29001         * modules/hard-locale (Makefile.am): Likewise.
29002         * modules/hash (Makefile.am): Likewise.
29003         * modules/hmac-md5 (Makefile.am): Likewise.
29004         * modules/hmac-sha1 (Makefile.am): Likewise.
29005         * modules/human (Makefile.am): Likewise.
29006         * modules/idcache (Makefile.am): Likewise.
29007         * modules/imaxabs (Makefile.am): Likewise.
29008         * modules/imaxdiv (Makefile.am): Likewise.
29009         * modules/inet_ntop (Makefile.am): Likewise.
29010         * modules/inet_pton (Makefile.am): Likewise.
29011         * modules/intprops (Makefile.am): Likewise.
29012         * modules/inttostr (Makefile.am): Likewise.
29013         * modules/inttypes (Makefile.am): Likewise.
29014         * modules/isapipe (Makefile.am): Likewise.
29015         * modules/javaversion (Makefile.am): Likewise.
29016         * modules/lchmod (Makefile.am): Likewise.
29017         * modules/lchown (Makefile.am): Likewise.
29018         * modules/localcharset (Makefile.am): Likewise.
29019         * modules/long-options (Makefile.am): Likewise.
29020         * modules/lstat (Makefile.am): Likewise.
29021         * modules/malloc (Makefile.am): Likewise.
29022         * modules/mathl (Makefile.am): Likewise.
29023         * modules/mbchar (Makefile.am): Likewise.
29024         * modules/md2 (Makefile.am): Likewise.
29025         * modules/md4 (Makefile.am): Likewise.
29026         * modules/md5 (Makefile.am): Likewise.
29027         * modules/memcasecmp (Makefile.am): Likewise.
29028         * modules/memchr (Makefile.am): Likewise.
29029         * modules/memcmp (Makefile.am): Likewise.
29030         * modules/memcoll (Makefile.am): Likewise.
29031         * modules/memcpy (Makefile.am): Likewise.
29032         * modules/memmem (Makefile.am): Likewise.
29033         * modules/memmove (Makefile.am): Likewise.
29034         * modules/mempcpy (Makefile.am): Likewise.
29035         * modules/memrchr (Makefile.am): Likewise.
29036         * modules/memset (Makefile.am): Likewise.
29037         * modules/memxor (Makefile.am): Likewise.
29038         * modules/mkancesdirs (Makefile.am): Likewise.
29039         * modules/mkdir-p (Makefile.am): Likewise.
29040         * modules/mkdir (Makefile.am): Likewise.
29041         * modules/mkdtemp (Makefile.am): Likewise.
29042         * modules/mkstemp (Makefile.am): Likewise.
29043         * modules/mktime (Makefile.am): Likewise.
29044         * modules/modechange (Makefile.am): Likewise.
29045         * modules/mountlist (Makefile.am): Likewise.
29046         * modules/nanosleep (Makefile.am): Likewise.
29047         * modules/obstack (Makefile.am): Likewise.
29048         * modules/openat (Makefile.am): Likewise.
29049         * modules/pagealign_alloc (Makefile.am): Likewise.
29050         * modules/pathmax (Makefile.am): Likewise.
29051         * modules/physmem (Makefile.am): Likewise.
29052         * modules/poll (Makefile.am): Likewise.
29053         * modules/posixtm (Makefile.am): Likewise.
29054         * modules/posixver (Makefile.am): Likewise.
29055         * modules/putenv (Makefile.am): Likewise.
29056         * modules/quote (Makefile.am): Likewise.
29057         * modules/quotearg (Makefile.am): Likewise.
29058         * modules/raise (Makefile.am): Likewise.
29059         * modules/read-file (Makefile.am): Likewise.
29060         * modules/readline (Makefile.am): Likewise.
29061         * modules/readlink (Makefile.am): Likewise.
29062         * modules/readtokens (Makefile.am): Likewise.
29063         * modules/readutmp (Makefile.am): Likewise.
29064         * modules/realloc (Makefile.am): Likewise.
29065         * modules/regex (Makefile.am): Likewise.
29066         * modules/rename-dest-slash (Makefile.am): Likewise.
29067         * modules/rename (Makefile.am): Likewise.
29068         * modules/rijndael (Makefile.am): Likewise.
29069         * modules/rmdir (Makefile.am): Likewise.
29070         * modules/rpmatch (Makefile.am): Likewise.
29071         * modules/safe-read (Makefile.am): Likewise.
29072         * modules/safe-write (Makefile.am): Likewise.
29073         * modules/same-inode (Makefile.am): Likewise.
29074         * modules/same (Makefile.am): Likewise.
29075         * modules/save-cwd (Makefile.am): Likewise.
29076         * modules/savedir (Makefile.am): Likewise.
29077         * modules/setenv (Makefile.am): Likewise.
29078         * modules/settime (Makefile.am): Likewise.
29079         * modules/sha1 (Makefile.am): Likewise.
29080         * modules/sig2str (Makefile.am): Likewise.
29081         * modules/snprintf (Makefile.am): Likewise.
29082         * modules/stat-macros (Makefile.am): Likewise.
29083         * modules/stat-time (Makefile.am): Likewise.
29084         * modules/stdbool (Makefile.am): Likewise.
29085         * modules/stdint (Makefile.am): Likewise.
29086         * modules/stdlib-safer (Makefile.am): Likewise.
29087         * modules/stpcpy (Makefile.am): Likewise.
29088         * modules/stpncpy (Makefile.am): Likewise.
29089         * modules/strcase (Makefile.am): Likewise.
29090         * modules/strcasestr (Makefile.am): Likewise.
29091         * modules/strchrnul (Makefile.am): Likewise.
29092         * modules/strcspn (Makefile.am): Likewise.
29093         * modules/strdup (Makefile.am): Likewise.
29094         * modules/strerror (Makefile.am): Likewise.
29095         * modules/strftime (Makefile.am): Likewise.
29096         * modules/strndup (Makefile.am): Likewise.
29097         * modules/strnlen (Makefile.am): Likewise.
29098         * modules/strpbrk (Makefile.am): Likewise.
29099         * modules/strsep (Makefile.am): Likewise.
29100         * modules/strstr (Makefile.am): Likewise.
29101         * modules/strtod (Makefile.am): Likewise.
29102         * modules/strtoimax (Makefile.am): Likewise.
29103         * modules/strtok_r (Makefile.am): Likewise.
29104         * modules/strtol (Makefile.am): Likewise.
29105         * modules/strtoll (Makefile.am): Likewise.
29106         * modules/strtoul (Makefile.am): Likewise.
29107         * modules/strtoull (Makefile.am): Likewise.
29108         * modules/strtoumax (Makefile.am): Likewise.
29109         * modules/strverscmp (Makefile.am): Likewise.
29110         * modules/sys_socket (Makefile.am): Likewise.
29111         * modules/sys_stat (Makefile.am): Likewise.
29112         * modules/sysexits (Makefile.am): Likewise.
29113         * modules/time_r (Makefile.am): Likewise.
29114         * modules/timegm (Makefile.am): Likewise.
29115         * modules/timespec (Makefile.am): Likewise.
29116         * modules/tmpfile-safer (Makefile.am): Likewise.
29117         * modules/trim (Makefile.am): Likewise.
29118         * modules/unistd-safer (Makefile.am): Likewise.
29119         * modules/unlinkdir (Makefile.am): Likewise.
29120         * modules/unlocked-io (Makefile.am): Likewise.
29121         * modules/userspec (Makefile.am): Likewise.
29122         * modules/utime (Makefile.am): Likewise.
29123         * modules/utimecmp (Makefile.am): Likewise.
29124         * modules/utimens (Makefile.am): Likewise.
29125         * modules/vasnprintf (Makefile.am): Likewise.
29126         * modules/vasprintf (Makefile.am): Likewise.
29127         * modules/vsnprintf (Makefile.am): Likewise.
29128         * modules/xalloc (Makefile.am): Likewise.
29129         * modules/xgetcwd (Makefile.am): Likewise.
29130         * modules/xnanosleep (Makefile.am): Likewise.
29131         * modules/xreadlink (Makefile.am): Likewise.
29132         * modules/xstrtod (Makefile.am): Likewise.
29133         * modules/xstrtol (Makefile.am): Likewise.
29134         * modules/xstrtold (Makefile.am): Likewise.
29135         * modules/yesno (Makefile.am): Likewise.
29136         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
29137
29138 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29139
29140         * modules/error (Makefile.am): Distribute files through
29141         EXTRA_DIST, not lib_SOURCES.
29142
29143 2006-10-12  Eric Blake  <ebb9@byu.net>
29144
29145         * modules/error (Makefile.am): Distribute files in /lib.
29146         * modules/obstack (Makefile.am): Likewise.
29147
29148 2006-10-12  Bruno Haible  <bruno@clisp.org>
29149
29150         * modules/acl (Makefile.am): Distribute all files in lib/ through
29151         EXTRA_DIST.
29152         * modules/arcfour (Makefile.am): Likewise.
29153         * modules/arctwo (Makefile.am): Likewise.
29154         * modules/argmatch (Makefile.am): Likewise.
29155         * modules/argz (Makefile.am): Likewise.
29156         * modules/atexit (Makefile.am): Likewise.
29157         * modules/backupfile (Makefile.am): Likewise.
29158         * modules/c-strtod (Makefile.am): Likewise.
29159         * modules/c-strtold (Makefile.am): Likewise.
29160         * modules/calloc (Makefile.am): Likewise.
29161         * modules/canon-host (Makefile.am): Likewise.
29162         * modules/canonicalize (Makefile.am): Likewise.
29163         * modules/chdir-long (Makefile.am): Likewise.
29164         * modules/chdir-safer (Makefile.am): Likewise.
29165         * modules/check-version (Makefile.am): Likewise.
29166         * modules/chown (Makefile.am): Likewise.
29167         * modules/cloexec (Makefile.am): Likewise.
29168         * modules/close-stream (Makefile.am): Likewise.
29169         * modules/closeout (Makefile.am): Likewise.
29170         * modules/crc (Makefile.am): Likewise.
29171         * modules/cycle-check (Makefile.am): Likewise.
29172         * modules/des (Makefile.am): Likewise.
29173         * modules/dirfd (Makefile.am): Likewise.
29174         * modules/dirname (Makefile.am): Likewise.
29175         * modules/dup2 (Makefile.am): Likewise.
29176         * modules/euidaccess (Makefile.am): Likewise.
29177         * modules/exclude (Makefile.am): Likewise.
29178         * modules/exitfail (Makefile.am): Likewise.
29179         * modules/fcntl-safer (Makefile.am): Likewise.
29180         * modules/file-type (Makefile.am): Likewise.
29181         * modules/fileblocks (Makefile.am): Likewise.
29182         * modules/filemode (Makefile.am): Likewise.
29183         * modules/filenamecat (Makefile.am): Likewise.
29184         * modules/fnmatch (Makefile.am): Likewise.
29185         * modules/fopen-safer (Makefile.am): Likewise.
29186         * modules/fpending (Makefile.am): Likewise.
29187         * modules/fprintftime (Makefile.am): Likewise.
29188         * modules/free (Makefile.am): Likewise.
29189         * modules/fsusage (Makefile.am): Likewise.
29190         * modules/ftruncate (Makefile.am): Likewise.
29191         * modules/fts (Makefile.am): Likewise.
29192         * modules/gc (Makefile.am): Likewise.
29193         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
29194         * modules/getaddrinfo (Makefile.am): Likewise.
29195         * modules/getcwd (Makefile.am): Likewise.
29196         * modules/getdelim (Makefile.am): Likewise.
29197         * modules/getdomainname (Makefile.am): Likewise.
29198         * modules/getgroups (Makefile.am): Likewise.
29199         * modules/gethostname (Makefile.am): Likewise.
29200         * modules/gethrxtime (Makefile.am): Likewise.
29201         * modules/getline (Makefile.am): Likewise.
29202         * modules/getloadavg (Makefile.am): Likewise.
29203         * modules/getlogin_r (Makefile.am): Likewise.
29204         * modules/getopt (Makefile.am): Likewise.
29205         * modules/getpass (Makefile.am): Likewise.
29206         * modules/getpass-gnu (Makefile.am): Likewise.
29207         * modules/getsubopt (Makefile.am): Likewise.
29208         * modules/gettime (Makefile.am): Likewise.
29209         * modules/gettimeofday (Makefile.am): Likewise.
29210         * modules/getugroups (Makefile.am): Likewise.
29211         * modules/getusershell (Makefile.am): Likewise.
29212         * modules/glob (Makefile.am): Likewise.
29213         * modules/group-member (Makefile.am): Likewise.
29214         * modules/hard-locale (Makefile.am): Likewise.
29215         * modules/hash (Makefile.am): Likewise.
29216         * modules/hmac-md5 (Makefile.am): Likewise.
29217         * modules/hmac-sha1 (Makefile.am): Likewise.
29218         * modules/human (Makefile.am): Likewise.
29219         * modules/idcache (Makefile.am): Likewise.
29220         * modules/imaxabs (Makefile.am): Likewise.
29221         * modules/imaxdiv (Makefile.am): Likewise.
29222         * modules/inet_ntop (Makefile.am): Likewise.
29223         * modules/inet_pton (Makefile.am): Likewise.
29224         * modules/inttostr (Makefile.am): Likewise.
29225         * modules/isapipe (Makefile.am): Likewise.
29226         * modules/lchown (Makefile.am): Likewise.
29227         * modules/long-options (Makefile.am): Likewise.
29228         * modules/lstat (Makefile.am): Likewise.
29229         * modules/malloc (Makefile.am): Likewise.
29230         * modules/mathl (Makefile.am): Likewise.
29231         * modules/mbchar (Makefile.am): Likewise.
29232         * modules/md2 (Makefile.am): Likewise.
29233         * modules/md4 (Makefile.am): Likewise.
29234         * modules/md5 (Makefile.am): Likewise.
29235         * modules/memcasecmp (Makefile.am): Likewise.
29236         * modules/memchr (Makefile.am): Likewise.
29237         * modules/memcmp (Makefile.am): Likewise.
29238         * modules/memcoll (Makefile.am): Likewise.
29239         * modules/memcpy (Makefile.am): Likewise.
29240         * modules/memmem (Makefile.am): Likewise.
29241         * modules/memmove (Makefile.am): Likewise.
29242         * modules/mempcpy (Makefile.am): Likewise.
29243         * modules/memrchr (Makefile.am): Likewise.
29244         * modules/memset (Makefile.am): Likewise.
29245         * modules/memxor (Makefile.am): Likewise.
29246         * modules/mkancesdirs (Makefile.am): Likewise.
29247         * modules/mkdir (Makefile.am): Likewise.
29248         * modules/mkdir-p (Makefile.am): Likewise.
29249         * modules/mkdtemp (Makefile.am): Likewise.
29250         * modules/mkstemp (Makefile.am): Likewise.
29251         * modules/mktime (Makefile.am): Likewise.
29252         * modules/modechange (Makefile.am): Likewise.
29253         * modules/mountlist (Makefile.am): Likewise.
29254         * modules/nanosleep (Makefile.am): Likewise.
29255         * modules/openat (Makefile.am): Likewise.
29256         * modules/pagealign_alloc (Makefile.am): Likewise.
29257         * modules/physmem (Makefile.am): Likewise.
29258         * modules/poll (Makefile.am): Likewise.
29259         * modules/posixtm (Makefile.am): Likewise.
29260         * modules/posixver (Makefile.am): Likewise.
29261         * modules/putenv (Makefile.am): Likewise.
29262         * modules/quote (Makefile.am): Likewise.
29263         * modules/quotearg (Makefile.am): Likewise.
29264         * modules/raise (Makefile.am): Likewise.
29265         * modules/read-file (Makefile.am): Likewise.
29266         * modules/readline (Makefile.am): Likewise.
29267         * modules/readlink (Makefile.am): Likewise.
29268         * modules/readtokens (Makefile.am): Likewise.
29269         * modules/readutmp (Makefile.am): Likewise.
29270         * modules/realloc (Makefile.am): Likewise.
29271         * modules/regex (Makefile.am): Likewise.
29272         * modules/rename (Makefile.am): Likewise.
29273         * modules/rename-dest-slash (Makefile.am): Likewise.
29274         * modules/rijndael (Makefile.am): Likewise.
29275         * modules/rmdir (Makefile.am): Likewise.
29276         * modules/rpmatch (Makefile.am): Likewise.
29277         * modules/safe-read (Makefile.am): Likewise.
29278         * modules/safe-write (Makefile.am): Likewise.
29279         * modules/same (Makefile.am): Likewise.
29280         * modules/save-cwd (Makefile.am): Likewise.
29281         * modules/savedir (Makefile.am): Likewise.
29282         * modules/setenv (Makefile.am): Likewise.
29283         * modules/settime (Makefile.am): Likewise.
29284         * modules/sha1 (Makefile.am): Likewise.
29285         * modules/sig2str (Makefile.am): Likewise.
29286         * modules/snprintf (Makefile.am): Likewise.
29287         * modules/stdlib-safer (Makefile.am): Likewise.
29288         * modules/stpcpy (Makefile.am): Likewise.
29289         * modules/stpncpy (Makefile.am): Likewise.
29290         * modules/strcase (Makefile.am): Likewise.
29291         * modules/strcasestr (Makefile.am): Likewise.
29292         * modules/strchrnul (Makefile.am): Likewise.
29293         * modules/strcspn (Makefile.am): Likewise.
29294         * modules/strdup (Makefile.am): Likewise.
29295         * modules/strerror (Makefile.am): Likewise.
29296         * modules/strftime (Makefile.am): Likewise.
29297         * modules/strndup (Makefile.am): Likewise.
29298         * modules/strnlen (Makefile.am): Likewise.
29299         * modules/strpbrk (Makefile.am): Likewise.
29300         * modules/strsep (Makefile.am): Likewise.
29301         * modules/strstr (Makefile.am): Likewise.
29302         * modules/strtod (Makefile.am): Likewise.
29303         * modules/strtoimax (Makefile.am): Likewise.
29304         * modules/strtok_r (Makefile.am): Likewise.
29305         * modules/strtol (Makefile.am): Likewise.
29306         * modules/strtoll (Makefile.am): Likewise.
29307         * modules/strtoul (Makefile.am): Likewise.
29308         * modules/strtoull (Makefile.am): Likewise.
29309         * modules/strtoumax (Makefile.am): Likewise.
29310         * modules/strverscmp (Makefile.am): Likewise.
29311         * modules/time_r (Makefile.am): Likewise.
29312         * modules/timegm (Makefile.am): Likewise.
29313         * modules/tmpfile-safer (Makefile.am): Likewise.
29314         * modules/unistd-safer (Makefile.am): Likewise.
29315         * modules/unlinkdir (Makefile.am): Likewise.
29316         * modules/userspec (Makefile.am): Likewise.
29317         * modules/utime (Makefile.am): Likewise.
29318         * modules/utimecmp (Makefile.am): Likewise.
29319         * modules/utimens (Makefile.am): Likewise.
29320         * modules/vasnprintf (Makefile.am): Likewise.
29321         * modules/vasprintf (Makefile.am): Likewise.
29322         * modules/vsnprintf (Makefile.am): Likewise.
29323         * modules/xalloc (Makefile.am): Likewise.
29324         * modules/xgetcwd (Makefile.am): Likewise.
29325         * modules/xnanosleep (Makefile.am): Likewise.
29326         * modules/xreadlink (Makefile.am): Likewise.
29327         * modules/xstrtod (Makefile.am): Likewise.
29328         * modules/xstrtol (Makefile.am): Likewise.
29329         * modules/xstrtold (Makefile.am): Likewise.
29330         * modules/yesno (Makefile.am): Likewise.
29331
29332 2006-10-12  Jim Meyering  <jim@meyering.net>
29333
29334         * m4/getloadavg.m4: Revert the change below.
29335
29336         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
29337         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
29338         fail with a symlink, which is what coreutils' ./bootstrap now
29339         creates by default.
29340
29341 2006-10-12  Bruno Haible  <bruno@clisp.org>
29342
29343         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
29344         mingw.
29345         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
29346         MSVC and mingw explicitly.
29347
29348 2006-10-11  Simon Josefsson  <jas@extundo.com>
29349             Bruno Haible  <bruno@clisp.org>
29350
29351         Add support for multiple gnulib-tool invocations in the scope of a
29352         single configure.ac file.
29353         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
29354         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
29355         with the same contents as the _LIBADD variable.
29356         (func_emit_initmacro_start, func_emit_initmacro_end,
29357         func_emit_initmacro_done): New functions.
29358         (func_import, func_create_testdir): Invoke them. Allow the identifiers
29359         gl_LIBOBJS and gl_LTLIBOBJS.
29360
29361 2006-10-11  Bruno Haible  <bruno@clisp.org>
29362
29363         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
29364         (func_create_testdir): Don't create po/Makefile.am, don't invoke
29365         autoreconf. Instead, invoke autopoint explicitly but move back the
29366         *.m4 files from gnulib.
29367
29368 2006-10-11  Bruno Haible  <bruno@clisp.org>
29369
29370         * gnulib-tool (func_usage): Make module names after --create-testdir
29371         optional.
29372         (func_create_testdir): If no module was specified, use nearly all
29373         modules.
29374
29375 2006-10-12  Jim Meyering  <jim@meyering.net>
29376
29377         Big performance improvement for fts-based tools that use FTS_NOSTAT.
29378         Avoid spurious inode-mismatch problems on non-POSIX file systems.
29379         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
29380         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
29381         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
29382         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
29383         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
29384         (fts_set_stat_required): New function.
29385         (fts_open): Defer the calls to fts_stat, if possible or requested.
29386         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
29387         into fts_stat itself.
29388         (fts_read): Perform any required (deferred) fts_stat call.
29389         (fts_build): Likewise, for the directory we're about to open and read.
29390         In the readdir loop, carefully decide whether each entry will require
29391         an eventual call to fts_stat, using dirent.d_type info if available.
29392         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
29393         a command line argument into this function.  Update all callers.
29394         Map a return value of FTS_DOT to FTS_D for a command line argument.
29395         * modules/fts (Depends-on): Add d-type.  Alphabetize.
29396         Thanks to Miklos Szeredi for his tenacity and for the initial
29397         bug report about "find" failing on a FUSE-based file system.
29398
29399         * lib/fts.c (fts_open): Use consistent indentation.
29400
29401 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
29404         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
29405         reported by Jim Meyering.  All uses of cache variables renamed
29406         to match Autoconf's.
29407         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
29408         the other one.
29409
29410         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
29411         Fix misspelling in diagnostic.
29412
29413 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29414
29415         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
29416         defined.  Problem reported by Matthew Woehlke.
29417
29418         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
29419         Add support for Tandem NonStop R series.
29420         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
29421         Use new macro.
29422
29423         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
29424         (has_trailing_slash): Omit size arg; all callers changed.
29425         Omit 'inline', since it doesn't help performance and we'd
29426         need to configure it.
29427         Don't count //, ///, etc. as having a trailing slash.
29428         As a side effect, this removes a C99ism reported by Matthew Woehlke.
29429         (rpl_rename_dest_slash): On failure, use rename's errno rather
29430         than (in some cases) an incorrect or junk errno.
29431         Simplify code by removing need to compute length; this does
29432         cause it to make two passes instead of one over the file name,
29433         but it's worth it.
29434
29435         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
29436         change, since Autoconf's version may no longer be appropriate now
29437         that we are using CVS Autoconf's version.  Add support for Tandem.
29438
29439 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
29440             Bruno Haible  <bruno@clisp.org>
29441
29442         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
29443         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
29444         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
29445         gl_AC_TYPE_LONG_LONG.
29446
29447         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
29448         instead of HAVE_LONG_LONG.
29449         * lib/printf-args.c (printf_fetchargs): Likewise.
29450         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
29451         * lib/vasnprintf.c (VASNPRINTF): Likewise.
29452         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
29453         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
29454         gl_AC_TYPE_LONG_LONG.
29455
29456 2006-10-11  Bruno Haible  <bruno@clisp.org>
29457
29458         * m4/longlong.m4: Add comments.
29459         * m4/ulonglong.m4: Likewise.
29460
29461 2006-10-10  Bruno Haible  <bruno@clisp.org>
29462
29463         Make it possible to #define stpcpy, strdup to aliases.
29464         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
29465         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
29466
29467 2006-10-10  Bruno Haible  <bruno@clisp.org>
29468
29469         Make it possible to #define gcd to an alias.
29470         * lib/gcd.c: Include config.h.
29471
29472 2006-10-10  Bruno Haible  <bruno@clisp.org>
29473
29474         Make it possible to #define c_isascii to an alias.
29475         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
29476         defined. Undefine the macros before defining them, to avoid gcc
29477         warnings.
29478         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
29479         define NO_C_CTYPE_MACROS early.
29480
29481 2006-10-10  Bruno Haible  <bruno@clisp.org>
29482
29483         Make it possible to #define set_program_name to an alias.
29484         * lib/progname.c: Don't undefine set_program_name; instead, undefine
29485         ENABLE_RELOCATABLE early.
29486
29487 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29488
29489         Port to Tandem NSK OSS, which has 64-bit signed int but at most
29490         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
29491         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
29492         More generally, don't assume that 64-bit signed int is available
29493         if unsigned int is, and vice versa.
29494         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
29495         unsigned symbols, not on their signed counterparts.
29496         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
29497         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
29498         (UINT64_C, UINTMAX_C):
29499         Likewise.
29500         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
29501         unsigned counterparts.
29502         (Have_long_long, Unsigned): New macros.
29503         (Int): Renamed from INT.
29504         (strtoimax): Use the new macros.
29505         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
29506         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
29507         * modules/inttypes (inttypes.h): Substitute
29508         HAVE_UNSIGNED_LONG_LONG_INT.
29509         * modules/stdint (stdint.h): Likewise.
29510         (Files): Add m4/ulonglong.m4.
29511
29512 2006-10-10  Bruno Haible  <bruno@clisp.org>
29513
29514         Fix a gcc -Wshadow warning.
29515         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
29516         to 'bucket'.
29517         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
29518         gl_linked_indexof_from_to): Likewise.
29519         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
29520         Likewise.
29521         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
29522         Likewise.
29523         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
29524         Reported by Eric Blake.
29525
29526 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
29527
29528         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
29529         for NetBSD.  Problem reported by Bruno Haible.
29530
29531 2006-10-09  Jim Meyering  <jim@meyering.net>
29532
29533         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
29534         Patch from Bruno Haible.
29535
29536 2006-10-09  Jim Meyering  <jim@meyering.net>
29537
29538         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
29539         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
29540         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
29541
29542 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
29543
29544         Don't include <config.h> twice; this doesn't work in some cases,
29545         e.g., when config.h has "#define intmax_t long long int" and
29546         we include <config.h>, <inttypes.h>, <config.h> in that order.
29547         Problem reported by Matthew Woehlke in:
29548         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
29549         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
29550         * lib/fts-cycle.c: Don't include config.h.
29551         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
29552         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
29553         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
29554         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
29555         inttypes.h.
29556         * lib/xstrtoumax.c: Likewise.
29557         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
29558         __strtol and the like, so that this module is more like its siblings.
29559         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
29560         Remove; no longer needed now that we assume gnulib inttypes.h.
29561
29562 2006-10-08  Bruno Haible  <bruno@clisp.org>
29563
29564         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
29565         option.
29566
29567 2006-10-07  Jim Meyering  <jim@meyering.net>
29568
29569         * modules/inttypes (inttypes.h): Revert what seems to have been
29570         an inadvertent part of today's change: use "|", not "/" in the
29571         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
29572
29573 2006-10-07  Bruno Haible  <bruno@clisp.org>
29574
29575         * modules/sublist: New file.
29576
29577 2006-10-07  Bruno Haible  <bruno@clisp.org>
29578
29579         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
29580         * modules/argz (argz.h): Likewise.
29581         * modules/arpa_inet (arpa/inet.h): Likewise.
29582         * modules/byteswap (byteswap.h): Likewise.
29583         * modules/configmake (configmake.h): Likewise.
29584         * modules/fcntl (fcntl.h): Likewise.
29585         * modules/fnmatch (fnmatch.h): Likewise.
29586         * modules/getopt (getopt.h): Likewise.
29587         * modules/glob (glob.h): Likewise.
29588         * modules/inttypes (inttypes.h): Likewise.
29589         * modules/netinet_in (netinet/in.h): Likewise.
29590         * modules/poll (poll.h): Likewise.
29591         * modules/stdbool (stdbool.h): Likewise.
29592         * modules/stdint (stdint.h): Likewise.
29593         * modules/sys_select (sys/select.h): Likewise.
29594         * modules/sys_socket (sys/socket.h): Likewise.
29595         * modules/sys_stat (sys/stat.h): Likewise.
29596         * modules/sysexits (sysexits.h): Likewise.
29597         * modules/unistd (unistd.h): Likewise.
29598         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29599         Add a "DO NOT EDIT" comment to the generated file.
29600         (func_import): Likewise for gnulib-comp.m4.
29601
29602 2006-10-07  Bruno Haible  <bruno@clisp.org>
29603
29604         * lib/gl_sublist.h: New file.
29605         * lib/gl_sublist.c: New file.
29606
29607 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29608
29609         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
29610         name (relative to the original working directory) and the file
29611         name component (relative to the temporary working directory).  All
29612         callers changed.
29613         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
29614         * lib/mkdir-p.c (make_dir_parents): Likewise.
29615         * lib/mkdir-p.h (make_dir_parents): Likewise.
29616
29617 2006-10-06  Eric Blake  <ebb9@byu.net>
29618
29619         Define several macros for use by the clean-temp module.
29620         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
29621         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
29622         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
29623
29624         * lib/clean-temp.h (close_stream_temp): New declaration.
29625         * lib/clean-temp.c (includes): Pull in headers according to what
29626         other modules are in use.
29627         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
29628
29629 2006-10-06  Bruno Haible  <bruno@clisp.org>
29630
29631         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
29632         instead of fopen, fwriteerror.
29633
29634 2006-10-06  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
29637         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
29638         int.
29639         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
29640         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
29641         Return an error indicator.
29642         Suggested by Eric Blake.
29643
29644 2006-10-06  Bruno Haible  <bruno@clisp.org>
29645
29646         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
29647         Reported by Eric Blake.
29648
29649 2006-10-06  Bruno Haible  <bruno@clisp.org>
29650
29651         * modules/closeout (Description): Mention stderr too.
29652
29653 2006-10-06  Bruno Haible  <bruno@clisp.org>
29654         and Paul Eggert  <eggert@cs.ucla.edu>
29655
29656         * lib/closeout.c (close_stdout): Also close stderr.
29657         * lib/closeout.h: Update comment.
29658
29659 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29660
29661         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
29662         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
29663         * lib/dirchownmod.c: Include lchown.h.
29664         * lib/lchown.c: Don't include files that lchown.h now includes.
29665         Don't declare chown, since lchown.h now does that.
29666         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
29667         (lchown): Define to rpl_chown if lchown is declared but
29668         does not exist.  Declare using a prototype if lchown is not
29669         declared.  Add a copyright notice.
29670         * lib/mkstemp.h: Include <unistd.h>.
29671         * lib/openat.c: Include lchown.h.
29672
29673         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
29674         we now test for that separately.
29675         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
29676         rather than O_NOFOLLOW, when testing whether it's possible to
29677         avoid a race condition reliably.
29678         * lib/savewd.c (savewd_chdir): Likewise.
29679
29680         Remove macros that are no longer needed now that stdint.h is
29681         reliable.
29682         * lib/fsusage.c (UINTMAX_MAX): Remove.
29683         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
29684         * lib/utimecmp.c (SIZE_MAX): Remove.
29685
29686         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
29687
29688         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
29689         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
29690         O_NOATIME works.
29691
29692 2006-10-05  Bruno Haible  <bruno@clisp.org>
29693
29694         * lib/gl_list.h (gl_sortedlist_search_from_to,
29695         gl_sortedlist_indexof_from_to): New declarations.
29696         (gl_list_implementation): New fields sortedlist_search_from_to,
29697         sortedlist_indexof_from_to.
29698         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
29699         inline functions.
29700         * lib/gl_list.c (gl_sortedlist_search_from_to,
29701         gl_sortedlist_indexof_from_to): New functions.
29702         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
29703         function.
29704         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
29705         (gl_array_sortedlist_search_from_to): New function.
29706         (gl_array_list_implementation): Update.
29707         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
29708         function.
29709         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
29710         (gl_carray_sortedlist_search_from_to): New function.
29711         (gl_carray_list_implementation): Update.
29712         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
29713         gl_linked_sortedlist_indexof_from_to): New functions.
29714         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
29715         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
29716         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
29717         gl_tree_sortedlist_indexof_from_to): New functions.
29718         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
29719         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
29720         Update.
29721         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
29722         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
29723         Update.
29724
29725 2006-10-05  Bruno Haible  <bruno@clisp.org>
29726
29727         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
29728         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
29729         (struct gl_list_implementation): Add fields search_from_to,
29730         indexof_from_to. Remove fields search, indexof.
29731         (gl_list_search): Use the search_from_to method.
29732         (gl_list_search_from, gl_list_search_from_to): New functions.
29733         (gl_list_indexof): Use the indexof_from_to method.
29734         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
29735         * lib/gl_list.c (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_array_list.c (gl_array_indexof_from_to): Renamed from
29740         gl_array_indexof. Add start_index, end_index arguments.
29741         (gl_array_search_from_to): Renamed from gl_array_search. Add
29742         start_index, end_index arguments.
29743         (gl_array_remove, gl_array_list_implementation): Update.
29744         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
29745         gl_carray_indexof. Add start_index, end_index arguments.
29746         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
29747         start_index, end_index arguments.
29748         (gl_carray_remove, gl_carray_list_implementation): Update.
29749         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
29750         gl_linked_search. Add start_index, end_index arguments.
29751         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
29752         start_index, end_index arguments.
29753         (gl_linked_remove): Update.
29754         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
29755         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
29756         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
29757         field to 'size_t'.
29758         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
29759         gl_tree_search. Add start_index, end_index arguments.
29760         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
29761         start_index, end_index arguments.
29762         (gl_tree_remove): Update.
29763         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
29764         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
29765         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
29766         function.
29767         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
29768         gl_tree_search. Add start_index, end_index arguments.
29769         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
29770         start_index, end_index arguments.
29771         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
29772         Update.
29773         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
29774
29775 2006-10-05  Bruno Haible  <bruno@clisp.org>
29776
29777         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
29778
29779         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
29780         fwriteerror_temp): New declarations.
29781         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
29782         (descriptors): New variable.
29783         (cleanup): First, close the descriptors.
29784         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
29785         fclose_temp, fwriteerror_temp): New functions.
29786
29787 2006-10-04  Jim Meyering  <jim@meyering.net>
29788
29789         * lib/fts.c (fts_open): Tiny comment change.
29790
29791 2006-10-04  Bruno Haible  <bruno@clisp.org>
29792
29793         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
29794         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
29795         gl_LOCK_BODY.
29796         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
29797         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
29798         gl_LOCK_EARLY_BODY.
29799         (gl_LOCK): Require gl_LOCK_BODY.
29800
29801 2006-10-04  Bruno Haible  <bruno@clisp.org>
29802
29803         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
29804         (gl_oset_search_atleast): New declaration.
29805         (struct gl_oset_implementation): Add field 'search_atleast'.
29806         (gl_oset_search_atleast): New inline function.
29807         * lib/gl_oset.c (gl_oset_search_atleast): New function.
29808         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
29809         (gl_array_oset_implementation): Update.
29810         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
29811         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
29812         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
29813
29814 2006-10-04  Bruno Haible  <bruno@clisp.org>
29815
29816         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
29817
29818 2006-10-03  Bruno Haible  <bruno@clisp.org>
29819
29820         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
29821         from gl_avltreehash_list_implementation.
29822
29823 2006-10-03  Bruno Haible  <bruno@clisp.org>
29824
29825         * lib/gl_oset.c (gl_oset_add): Fix return type.
29826
29827 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
29828
29829         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
29830
29831 2006-10-02  Eric Blake  <ebb9@byu.net>
29832
29833         * modules/strnlen (Depends-on): Add extensions.
29834
29835 2006-10-02  Eric Blake  <ebb9@byu.net>
29836
29837         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
29838         definition in 2.60+.
29839
29840 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29841
29842         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
29843         checks.
29844
29845 2006-10-02  Bruno Haible  <bruno@clisp.org>
29846
29847         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
29848         to the AUTOMAKE_OPTIONS.
29849         Reported by Jim Meyering.
29850
29851 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29852
29853         Work around bug in Solaris 10 /proc file system:
29854         /proc/self/fd/NNN/.. isn't the parent directory of
29855         the directory whose file descriptor is NNN.  This needs to
29856         be worked around at run time, not compile time, since a
29857         program might be built on Solaris 8, where things work, and
29858         run on Solaris 10.
29859         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
29860         to use the following interface instead:
29861         (OPENAT_BUFFER_SIZE): New macro.
29862         (openat_proc_name): New function.
29863         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
29864         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
29865         Likewise.
29866         * lib/openat-proc.c: New file.
29867         * modules/openat (Files): Add lib/openat-proc.c.
29868         (Depends-on): Add same-inode, stdbool.
29869         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
29870
29871 2006-09-29  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
29874         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
29875         argument. Set stdout_closed before testing for ferror, not after.
29876         (fwriteerror, fwriteerror_no_ebadf): New functions.
29877
29878 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29879
29880         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
29881
29882 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
29883
29884         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
29885         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
29886
29887 2006-09-28  Jim Meyering  <jim@meyering.net>
29888
29889         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
29890         Include <unistd.h>.
29891
29892 2006-09-28  Bruno Haible  <bruno@clisp.org>
29893
29894         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
29895         * modules/linkedhash-list (Depends-on): Likewise.
29896         * modules/rbtreehash-list (Depends-on): Likewise.
29897
29898 2006-09-28  Bruno Haible  <bruno@clisp.org>
29899
29900         * lib/strndup.h: Simplify the redefinition of strndup.
29901         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
29902         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
29903
29904 2006-09-28  Bruno Haible  <bruno@clisp.org>
29905
29906         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
29907         * lib/gl_linkedhash_list.c: Likewise.
29908         * lib/gl_rbtreehash_list.c: Likewise.
29909
29910 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29911
29912         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
29913         getaddrinfo.
29914
29915         * lib/__fpending.h: Don't include <stdio_ext.h> unless
29916         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
29917         it causes <stdio_ext.h> to cause a compile-time error.
29918         Problem reported by Nelson H. F. Beebe.
29919         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
29920         of HAVE_DECL___PENDING.
29921
29922         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
29923         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
29924         declaration.
29925
29926 2006-09-27  Jim Meyering  <jim@meyering.net>
29927
29928         This file could end up with a definition for a function
29929         named __strndup, rather than rpl_strndup on a system with
29930         incomplete weak_alias support.
29931         * lib/strndup.c (strndup): Rename from __strndup.
29932         Remove #defines that used to map __strndup to strndup.
29933         Don't use K&R prototypes.
29934         Remove LIBC-related code, since this file is not sync'd with glibc.
29935         * lib/strndup.h: Revamp, accordingly.
29936         * m4/strndup.m4: Modernize.
29937
29938 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29939
29940         * modules/savewd (Depends-on): Add 'raise'.
29941         * lib/savewd.c: Include <signal.h>, for 'raise'.
29942
29943 2006-09-26  Jim Meyering  <jim@meyering.net>
29944
29945         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
29946         when we detect Darwin 8.7.0's acl_get_file bug.
29947         Rearrange to perform the new (below) run-test while $LIBS
29948         contains any acl-related library.  Set USE_ACL at the end.
29949         (gl_ACL_GET_FILE): New function.
29950
29951 2006-09-26  Eric Blake  <ebb9@byu.net>
29952
29953         * lib/verror.c: Include <config.h> unconditionally.
29954
29955 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
29956
29957         * modules/clock-time (Maintainer): Add self.
29958         * modules/getlogin_r (Depends-on): Add extensions.
29959
29960 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29961
29962         * modules/clock-time: New module.
29963         * modules/nanosleep (Depends-on): Add clock-time.
29964         * modules/gethrxtime (Depends-on): Likewise.
29965         * modules/gettime (Depends-on): Likewise.
29966         * modules/settime (Depends-on): Likewise.
29967
29968         * modules/fts-lgpl: Depend on openat.
29969         * modules/mkancesdirs: Depend on savewd.
29970         * modules/mkdir-p: Likewise.
29971
29972 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29973
29974         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
29975
29976         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
29977         `gl_have_arbitrary_file_name_length_limit' to
29978         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
29979         actually works between configure runs.
29980
29981 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29982             Bruno Haible  <bruno@clisp.org>
29983
29984         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
29985
29986 2006-09-25  Jim Meyering  <jim@meyering.net>
29987
29988         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
29989         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
29990
29991 2006-09-25  Eric Blake  <ebb9@byu.net>
29992
29993         * gnulib-tool (func_import, func_create_testdir): Fix typos in
29994         exec's in 2006-09-18 patch when shuffling fds.
29995
29996 2006-09-25  Bruno Haible  <bruno@clisp.org>
29997
29998         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
29999         Reported by Jim Meyering.
30000
30001 2006-09-24  Jim Meyering  <jim@meyering.net>
30002
30003         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
30004         compare a pointer against a literal "0".  That caused failures with
30005         at least HP-UX's hpcc.
30006
30007 2006-09-22  Simon Josefsson  <jas@extundo.com>
30008
30009         * modules/gc-sha1:
30010         * modules/gc-md4:
30011         * modules/gc-hmac-sha1:
30012         * modules/gc-hmac-md5:
30013         * modules/gc-des:
30014         * modules/gc-arcfour: Distribute more files.
30015
30016 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30017
30018         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
30019         (gl_linked_iterator_from_to): Initialize struct completely.
30020         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
30021         (gl_tree_iterator_from_to): Likewise
30022         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
30023         * lib/gl_array_list.c [lint] (gl_array_iterator)
30024         (gl_array_iterator_from_to): Likewise.
30025         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
30026         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
30027         (gl_carray_iterator_from_to): Likewise.
30028
30029         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
30030         * lib/md4.c (md4_process_block): Remove unused variable.
30031         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
30032         parentheses for clarity.
30033
30034 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30035
30036         * modules/bison-i18n (Depends-on): Add gettext.
30037
30038 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30039
30040         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
30041         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
30042         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
30043         also add missing comma that caused broken test.
30044         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
30045         stdlib.h, for `abort'.
30046         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
30047         variables.
30048         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
30049         include unistd.h if present, for `rmdir'.
30050         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
30051         variables.
30052         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
30053         in the process include standard headers for prototypes.
30054         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
30055         gets declared on GNU/Linux.
30056         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
30057         unistd.h, for `rmdir'.
30058         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
30059
30060         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
30061         always true.
30062         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
30063
30064         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
30065
30066 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30067
30068         * gnulib-tool (func_version): Create output all at once.  This
30069         may help avoid triggering unnecessary SIGPIPEs, and at any
30070         rate it doesn't hurt.
30071
30072 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30073             Bruno Haible  <bruno@clisp.org>
30074
30075         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
30076         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
30077         * m4/signed.m4 (bh_C_SIGNED): Likewise.
30078
30079         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
30080         (gl_FUNC_VASPRINTF): Invoke it.
30081
30082 2006-09-22  Bruno Haible  <bruno@clisp.org>
30083
30084         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
30085         getloadavg.c as first argument.
30086
30087 2006-09-22  Bruno Haible  <bruno@clisp.org>
30088
30089         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
30090         at the beginning of the gl_INIT macro.
30091         * modules/getloadavg (configure.ac): Pass $gl_source_base to
30092         gl_GETLOADAVG.
30093
30094 2006-09-22  Bruno Haible  <bruno@clisp.org>
30095
30096         * gnulib-tool (func_create_megatestdir): Don't include the config-h
30097         module.
30098         Suggested by Ralf Wildenhues.
30099
30100 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
30101
30102         Import this patch from libc:
30103
30104         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
30105
30106         * lib/regex_internal.c (re_string_reconstruct): Handle
30107         offset < pstr->valid_raw_len && pstr->offsets_needed case.
30108         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
30109         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
30110         re_string_context_at.
30111
30112         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
30113         now requires it.
30114         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
30115         gl_REGEX now does it for us.
30116         (gl_REGEX): Add test taken from
30117         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
30118
30119         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
30120         Check that large offsets work.  Modernize Autoconf usages.
30121         Prefer "yes" to mean a good thing rather than a bad.
30122         Don't put "#define mkstemp" in config.h, as this might interfere
30123         with standard system headers that "#define mkstemp mkstemp64".
30124
30125         * modules/mkstemp (Depends-on): Add extensions, so that
30126         mkstemp is visible on some platforms.
30127         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
30128         (Include): Change to "mkstemp.h" from <stdlib.h>.
30129         (Files): Add mkstemp.h.
30130
30131         * lib/mkstemp.h: New file, since some standard headers
30132         #define mkstemp.
30133         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
30134         Include "mkstemp.h".
30135         Make the _LIBC code resemble glibc original more,
30136         e.g., use K&R style.
30137         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
30138         (mkstemp): Remove, since mkstemp.h does this for us.
30139         * lib/stdlib--.h: Include mkstemp.h.
30140
30141         Import this patch from libc:
30142
30143         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30144
30145         * lib/tempname.c (__gen_tempname): Change attempts_min
30146         into a macro.  Use preprocessor to decide how to initialize
30147         attempts [Coverity CID 67].
30148
30149 2006-09-20  Bruno Haible  <bruno@clisp.org>
30150
30151         * lib/mkdtemp.c: Import from libc.
30152         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
30153                 * sysdeps/posix/tempname.c (__gen_tempname): Change
30154                 attempts_min into a macro.  Use preprocessor to decide how to
30155                 initialize attempts [Coverity CID 67].
30156         2001-11-27  Paul Eggert  <eggert@twinsun.com>
30157                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
30158                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
30159
30160 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30161
30162         * gnulib-tool (func_exit): New function, to allow to pass the
30163         exit status portably through the trap.  Use everywhere.
30164         (--help, --version): Signal a write error.
30165         (trap): catch SIGPIPE, for write errors.
30166         Exit at the end of the trap, with the correct exit status.
30167
30168 2006-09-19  Karl Berry  <karl@gnu.org>
30169
30170         * doc/gnulib.texi: note about the license texinfo files.
30171
30172 2006-09-19  Eric Blake  <ebb9@byu.net>
30173
30174         * gnulib-tool: Avoid space-tab.
30175
30176 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30177
30178         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
30179         that prevented coreutils 6.1 from building.  Problem reported
30180         by Petter Reinholdtsen.
30181
30182 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
30183
30184         * gnulib-tool (avoidlist): Fix typo that broke options like
30185         --avoid=lock that are used by coreutils bootstrap.
30186
30187 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
30188
30189         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
30190         more systematically.
30191
30192 2006-09-18  Jim Meyering  <jim@meyering.net>
30193
30194         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
30195
30196 2006-09-18  Bruno Haible  <bruno@clisp.org>
30197
30198         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
30199
30200 2006-09-18  Bruno Haible  <bruno@clisp.org>
30201
30202         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
30203         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
30204         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
30205         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
30206         * m4/gettext.m4: Require autoconf >= 2.52.
30207         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
30208         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
30209         of gl_cv_header_inttypes_h.
30210
30211 2006-09-18  Bruno Haible  <bruno@clisp.org>
30212
30213         * lib/javaversion.c: Include configmake.h.
30214
30215 2006-09-18  Bruno Haible  <bruno@clisp.org>
30216
30217         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
30218         avoid that the while loops be executed in a subshell.
30219
30220 2006-09-18  Bruno Haible  <bruno@clisp.org>
30221
30222         * MODULES.html.sh (func_module): Break long lines.
30223         Suggested by Bruce Korb <bkorb@gnu.org>.
30224
30225 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30226
30227         Speed up by a factor of 1.12.
30228         * gnulib-tool (nl): New variable.
30229         (func_import): Rewrite include directive extraction to only read each
30230         directive once.
30231
30232 2006-09-17  Bruno Haible  <bruno@clisp.org>
30233
30234         * modules/javaversion (Makefile.am): Remove DEFS setting.
30235         (Depends-on): Add configmake, for PKGDATADIR definition.
30236
30237 2006-09-17  Bruno Haible  <bruno@clisp.org>
30238
30239         * gnulib-tool (func_create_testdir): Rewrite all files at once.
30240
30241 2006-09-17  Bruno Haible  <bruno@clisp.org>
30242
30243         * gnulib-tool (func_append): New function, stolen from libtool.m4.
30244         (func_modules_transitive_closure, func_modules_add_dummy,
30245         func_modules_to_filelist, func_import, func_create_testdir,
30246         func_create_megatestdir, ...): Use it wherever possible.
30247         Suggested by Ralf Wildenhues.
30248
30249 2006-09-16  Karl Berry  <karl@gnu.org>
30250
30251         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
30252         to avoid sectioning errors.
30253         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
30254         [ifinfo]: blank line after @center-ed titles.
30255         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
30256         Spell FSF address consistently with others.
30257         (These changes approved by rms.)
30258
30259 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30260
30261         Speed up by a factor of 1.61.
30262         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
30263         already checked module names again.
30264
30265 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30266
30267         Speed up by a factor of 1.13.
30268         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
30269         for new_files, and the input to func_add_or_update.
30270
30271 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30272
30273         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
30274         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
30275
30276 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30277
30278         * modules/mkancesdirs (Depends-on): Add fcntl.
30279         * modules/savewd: New file.
30280         * MODULES.html.sh (File system functions): Add savewd.
30281
30282         * modules/configmake (Makefile.am): Add support for the
30283         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
30284
30285 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30286
30287         * m4/savewd.m4: New file.
30288
30289 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30290
30291         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
30292         (dirchownmod): New arg FD.  All callers changed.
30293         Use FD rather than opening the directory ourself, as opening is
30294         now the caller's responsibility.
30295         * lib/dirchownmod.h: Likewise.
30296         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
30297         hosts that require <sys/types.h> before <sys/stat.h>.  Include
30298         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
30299         (test_dir): Remove.
30300         (mkancesdirs): Return length of prefix of FILE that has already
30301         been made, or -2 if there is a child doing the work.  Redo
30302         algorithm so that it is O(N) rather than O(N**2).  Optimize away
30303         ".", and treat ".." specially since it might stray back into
30304         already-created areas.  Use a subprocess if necessary.  New arg
30305         WD; all users changed.  MAKE_DIR function should now return 1
30306         if it creates a directory that is not readable.  Return -2 if
30307         a child process is spun off.
30308         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
30309         Adjust signature to match code.
30310         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
30311         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
30312         all users changed.
30313         * lib/savewd.c, lib/savewd.h: New files.
30314
30315 2006-09-15  Jim Meyering  <jim@meyering.net>
30316
30317         * modules/rename-dest-slash: New module.
30318         * MODULES.html.sh (posix_compat): Add it here.
30319
30320         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
30321
30322 2006-09-15  Jim Meyering  <jim@meyering.net>
30323
30324         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
30325         file.
30326
30327         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
30328
30329 2006-09-15  Jim Meyering  <jim@meyering.net>
30330
30331         * lib/rename-dest-slash.c (has_trailing_slash): Use
30332         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
30333         (rpl_rename_dest_slash): Perform the cheaper trailing slash
30334         test before testing whether SRC is a directory.
30335         Suggestions from Bruno Haible.
30336
30337         Avoid a warning about an unused variable.
30338         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
30339         into the #ifdef block where it's used.
30340
30341         * lib/rename-dest-slash.c: New file.
30342
30343 2006-09-14  Bruno Haible  <bruno@clisp.org>
30344
30345         * lib/allocsa.c: Include <config.h> unconditionally.
30346         * lib/asnprintf.c: Likewise.
30347         * lib/asprintf.c: Likewise.
30348         * lib/c-strcasecmp.c: Likewise.
30349         * lib/c-strcasestr.c: Likewise.
30350         * lib/c-strncasecmp.c: Likewise.
30351         * lib/c-strstr.c: Likewise.
30352         * lib/classpath.c: Likewise.
30353         * lib/clean-temp.c: Likewise.
30354         * lib/concatpath.c: Likewise.
30355         * lib/copy-file.c: Likewise.
30356         * lib/csharpcomp.c: Likewise.
30357         * lib/csharpexec.c: Likewise.
30358         * lib/execute.c: Likewise.
30359         * lib/fatal-signal.c: Likewise.
30360         * lib/findprog.c: Likewise.
30361         * lib/fwriteerror.c: Likewise.
30362         * lib/gl_array_list.c: Likewise.
30363         * lib/gl_array_oset.c: Likewise.
30364         * lib/gl_avltree_list.c: Likewise.
30365         * lib/gl_avltree_oset.c: Likewise.
30366         * lib/gl_avltreehash_list.c: Likewise.
30367         * lib/gl_carray_list.c: Likewise.
30368         * lib/gl_linked_list.c: Likewise.
30369         * lib/gl_linkedhash_list.c: Likewise.
30370         * lib/gl_list.c: Likewise.
30371         * lib/gl_oset.c: Likewise.
30372         * lib/gl_rbtree_list.c: Likewise.
30373         * lib/gl_rbtree_oset.c: Likewise.
30374         * lib/gl_rbtreehash_list.c: Likewise.
30375         * lib/imaxabs.c: Likewise.
30376         * lib/imaxdiv.c: Likewise.
30377         * lib/javacomp.c: Likewise.
30378         * lib/javaexec.c: Likewise.
30379         * lib/javaversion.c: Likewise.
30380         * lib/linebreak.c: Likewise.
30381         * lib/localcharset.c: Likewise.
30382         * lib/lock.c: Likewise.
30383         * lib/mbchar.c: Likewise.
30384         * lib/mbswidth.c: Likewise.
30385         * lib/mkdtemp.c: Likewise.
30386         * lib/pipe.c: Likewise.
30387         * lib/printf-args.c: Likewise.
30388         * lib/printf-parse.c: Likewise.
30389         * lib/progname.c: Likewise.
30390         * lib/progreloc.c: Likewise.
30391         * lib/readlink.c: Likewise.
30392         * lib/sh-quote.c: Likewise.
30393         * lib/stpcpy.c: Likewise.
30394         * lib/stpncpy.c: Likewise.
30395         * lib/strcasecmp.c: Likewise.
30396         * lib/strcasestr.c: Likewise.
30397         * lib/strcspn.c: Likewise.
30398         * lib/striconv.c: Likewise.
30399         * lib/strncasecmp.c: Likewise.
30400         * lib/strnlen1.c: Likewise.
30401         * lib/strstr.c: Likewise.
30402         * lib/strtok_r.c: Likewise.
30403         * lib/tls.c: Likewise.
30404         * lib/tmpdir.c: Likewise.
30405         * lib/unicodeio.c: Likewise.
30406         * lib/unsetenv.c: Likewise.
30407         * lib/vasnprintf.c: Likewise.
30408         * lib/vasprintf.c: Likewise.
30409         * lib/wait-process.c: Likewise.
30410         * lib/xallocsa.c: Likewise.
30411         * lib/xsetenv.c: Likewise.
30412         * lib/xstriconv.c: Likewise.
30413
30414 2006-09-13  Simon Josefsson  <jas@extundo.com>
30415
30416         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
30417         that internally, suggested by Ralf Wildenhues
30418         <Ralf.Wildenhues@gmx.de>.
30419
30420 2006-09-13  Simon Josefsson  <jas@extundo.com>
30421
30422         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
30423         @LIBOBJS@.
30424         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30425
30426 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
30427
30428         * lib/_fpending.c: Include <config.h> unconditionally, since we no
30429         longer worry about uses that don't define HAVE_CONFIG_H.
30430         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
30431         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
30432         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
30433         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
30434         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
30435         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
30436         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
30437         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
30438         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
30439         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
30440         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
30441         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
30442         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
30443         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
30444         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
30445         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
30446         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
30447         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
30448         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
30449         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
30450         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
30451         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
30452         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
30453         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
30454         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
30455         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
30456         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
30457         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
30458         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
30459         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
30460         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
30461         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
30462         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
30463         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
30464         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
30465         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
30466         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
30467         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
30468         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
30469         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
30470         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
30471         Likewise.
30472
30473 2006-09-13  Eric Blake  <ebb9@byu.net>
30474
30475         * lib/getopt.c: Fix typo in last commit.
30476
30477 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
30478
30479         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
30480         dgettext.
30481
30482 2006-09-12  Jim Meyering  <jim@meyering.net>
30483
30484         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
30485         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
30486         Reported by Nelson H. F. Beebe.
30487
30488 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30489
30490         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
30491         program_invocation_name and program_invocation_short_name are
30492         initialized.
30493         * lib/argp-namefrob.h: Move declarations of program_invocation_name
30494         and program_invocation_short_name to argp.h, so they are visible
30495         to user programs.
30496         * lib/argp.h: Likewise
30497
30498 2006-09-10  Bruno Haible  <bruno@clisp.org>
30499
30500         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
30501         m4/inttypes_h.m4, m4/uintmax_t.m4.
30502
30503 2006-09-10  Bruno Haible  <bruno@clisp.org>
30504
30505         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
30506         gl_AC_TYPE_UINTMAX_T.
30507
30508 2006-09-10  Bruno Haible  <bruno@clisp.org>
30509
30510         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
30511
30512 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30513
30514         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
30515         convention.  Text proposed by Bruno Haible.
30516         (struct argp_option): Document the use of N_() wrappers.
30517
30518         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
30519         '\v', and translate the two parts separately, instead of feeding
30520         the whole string to gettext.  This allows to exclude
30521         '\v' from the strings visible to the translator by writing doc
30522         strings as N_("..") "\v" N_("..").
30523
30524 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
30525
30526         * config/srclist.txt: Undo latest change; the bug was fixed.
30527
30528 2006-09-09  Bruno Haible  <bruno@clisp.org>
30529
30530         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
30531         assignments if building a library without libtool.
30532         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
30533         in func_emit_lib_Makefile_am.
30534         (func_import): When building a static library libfoo.a, arrange to
30535         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
30536         (func_create_testdir): Likewise.
30537         * modules/gc (configure.ac, Makefile.am): If building statically,
30538         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
30539         * modules/iconvme (configure.ac, Makefile.am): Likewise.
30540         * modules/striconv (configure.ac, Makefile.am): Likewise.
30541         Based on a suggestion by Ralf Wildenhues.
30542
30543 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30544
30545         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
30546         Check for unistd.h too, since Autoconf doesn't assume POSIX.
30547         Also:
30548
30549         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30550         Add year_2050_test to catch glibc bug 2821
30551         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
30552
30553         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30554         Prefer #ifdef to #if.
30555
30556         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
30557         Return from 'main' instead of calling 'exit'.
30558
30559 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30560
30561         * lib/mktime.c (guess_time_tm): Fix bug where mktime
30562         returned the maximum time_t value rather than (time_t) -1.
30563         Problem originally reported by William Bardwell
30564         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
30565
30566         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
30567         Moved to here ...
30568         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
30569         ... from here.
30570
30571 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30572
30573         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
30574         2821 is fixed.
30575
30576 2006-09-08  Jim Meyering  <jim@meyering.net>
30577
30578         Don't make generated files read-only.  That would bother too many
30579         people.  However, do retain the ability to work when targets are
30580         read-only: remove the destination and temporary files before writing
30581         them (when generated via sed or echo), or by using the -f option for
30582         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
30583         * modules/alloca-opt, modules/argz, modules/arpa_inet:
30584         * modules/byteswap, modules/configmake, modules/fcntl:
30585         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
30586         * modules/localcharset, modules/netinet_in, modules/poll:
30587         * modules/stdbool, modules/stdint, modules/sys_select:
30588         * modules/sys_socket, modules/sys_stat, modules/sysexits:
30589
30590 2006-09-08  Jim Meyering  <jim@meyering.net>
30591
30592         Avoid new build failure on FreeBSD 6.0.
30593         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
30594         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
30595         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
30596
30597 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30598
30599         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
30600
30601 2006-09-07  Jim Meyering  <jim@meyering.net>
30602
30603         Fix global typo in last change: use chmod u-w, not chmod u-x.
30604         Spotted by Paul Eggert and Bruce Korb.
30605         * modules/alloca-opt, modules/argz, modules/arpa_inet:
30606         * modules/byteswap, modules/configmake, modules/fcntl:
30607         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
30608         * modules/localcharset, modules/netinet_in, modules/poll:
30609         * modules/stdbool, modules/stdint, modules/sys_select:
30610         * modules/sys_socket, modules/sys_stat, modules/sysexits:
30611
30612 2006-09-06  Jim Meyering  <jim@meyering.net>
30613
30614         Make generated files be read-only.
30615         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
30616         Ensure that each generated file is now read-only.
30617         * modules/argz: Likewise.
30618         * modules/arpa_inet: Likewise.
30619         * modules/byteswap: Likewise.
30620         * modules/configmake: Likewise.
30621         * modules/fcntl: Likewise.
30622         * modules/fnmatch: Likewise.
30623         * modules/getopt: Likewise.
30624         * modules/glob: Likewise.
30625         * modules/inttypes: Likewise.
30626         * modules/netinet_in: Likewise.
30627         * modules/poll: Likewise.
30628         * modules/stdbool: Likewise.
30629         * modules/stdint: Likewise.
30630         * modules/sys_select: Likewise.
30631         * modules/sys_socket: Likewise.
30632         * modules/sys_stat: Likewise.
30633         * modules/sysexits: Likewise.
30634         * modules/localcharset: Same as above, but continue using temporary
30635         file named "t-$@" (why different?) rather than the "$@-t" used
30636         everywhere else.
30637
30638         * modules/sysexits (Makefile.am): Replace literal occurrences
30639         of "sysexit.h" more readable, and more consistent, "$@".
30640
30641 2006-09-06  Bruno Haible  <bruno@clisp.org>
30642
30643         * modules/striconv: New file.
30644         * modules/xstriconv: New file.
30645         * MODULES.html.sh (Internationalization functions): Add striconv,
30646         xstriconv.
30647
30648 2006-09-06  Bruno Haible  <bruno@clisp.org>
30649
30650         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
30651         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
30652         not using libtool correctly.
30653
30654 2006-09-06  Bruno Haible  <bruno@clisp.org>
30655
30656         * lib/striconv.h: New file.
30657         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
30658         iconvstring.c.
30659         * lib/xstriconv.h: New file.
30660         * lib/xstriconv.c: New file.
30661
30662 2006-09-06  Bruno Haible  <bruno@clisp.org>
30663
30664         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
30665         lib_..._LDFLAGS.
30666
30667 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30668
30669         * lib/argz_.h: Sync from Libtool.
30670
30671         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
30672                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30673
30674         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
30675
30676 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
30677
30678         * modules/trim: New file.
30679
30680 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
30681
30682         * lib/trim.h: New file.
30683         * lib/trim.c: New file.
30684
30685 2006-09-05  Bruno Haible  <bruno@clisp.org>
30686
30687         * MODULES.html.sh (String handling): Add trim.
30688
30689 2006-09-04  Karl Berry  <karl@gnu.org>
30690
30691         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
30692         until next release.
30693
30694 2006-09-03  Bruno Haible  <bruno@clisp.org>
30695
30696         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
30697         correctly.
30698
30699 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30700
30701         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
30702         not gl_GETLOADAVG.  Omit unneeded semicolons.
30703         Problems reported by Ralf Wildenhues in
30704         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
30705         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
30706         at the end, which is the usual gnulib style.
30707
30708         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
30709         of doing all the work ourselves.
30710         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
30711         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
30712
30713 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30714
30715         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
30716         Problem reported by Ralf Wildenhues in
30717         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
30718
30719         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
30720         HAVE_STRUCT_STATFS_F_FSTYPENAME.
30721
30722 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30723
30724         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
30725         yesterday's patch by changing test -n to test -z.
30726
30727 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30728
30729         * modules/getloadavg (Files): Add m4/getloadavg.m4.
30730         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
30731         the former is now obsolescent.
30732
30733         * modules/chdir-long (Depends-on): Add fcntl.
30734
30735 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30736
30737         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
30738         obsolescent, and programs should use gnulib instead.
30739         * m4/getloadavg.m4: New file, with contents taken from Autoconf
30740         but with prefixes changed.
30741
30742 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30743
30744         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
30745         or stdbool.h, because they might not exist while configuring.
30746
30747         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
30748         Don't include unistd.h or limits.h; not needed, since chdir-long.h
30749         does that for us.
30750         (O_DIRECTORY): Remove.
30751
30752 2006-08-31  Eric Blake  <ebb9@byu.net>
30753
30754         * gnulib-tool: Don't let emacs change spaces to TAB.
30755
30756 2006-08-31  Bruno Haible  <bruno@clisp.org>
30757
30758         * gnulib-tool: When calling func_import more than once, do it in a
30759         subshell.
30760         Reported by Eric Blake <ebb9@byu.net>.
30761
30762 2006-08-31  Bruno Haible  <bruno@clisp.org>
30763
30764         * gnulib-tool (nl): Remove variable.
30765         (sed_transform_lib_file): Use more robust test for config-h module.
30766         (func_import): Fix typo in 2006-08-25 patch.
30767
30768 2006-08-31  Bruno Haible  <bruno@clisp.org>
30769
30770         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
30771         specified, augment Makefile.am variables instead of assigning them.
30772
30773 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30774
30775         Work around a bug in both the Linux and SunOS 64-bit kernels:
30776         nanosleep mishandles sleeps for longer than 2**31 seconds.
30777         Problem reported by Frank v Waveren in
30778         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
30779         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
30780         Check for nanosleep bug.
30781         (LIB_NANOSLEEP): Append clock_gettime library if needed.
30782
30783 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30784
30785         Work around a bug in both the Linux and SunOS 64-bit kernels:
30786         nanosleep mishandles sleeps for longer than 2**31 seconds.
30787         Problem reported by Frank v Waveren in
30788         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
30789         * lib/nanosleep.c (BILLION): New constant.
30790         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
30791         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
30792         implementation.
30793
30794 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30795
30796         * modules/nanosleep (Depends-on): Add gettime.
30797
30798 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
30799         and Simon Josefsson  <jas@extundo.com>
30800         and Oskar Liljeblad  <oskar@osk.mine.nu>
30801
30802         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
30803         * gnulib-tool (func_import): New license type 'unmodifiable license
30804         text'.
30805         * modules/fdl: Use it.  Longer description.
30806         * module/gpl, module/lgpl: New files.
30807
30808 2006-08-30  Jim Meyering  <jim@meyering.net>
30809
30810         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
30811         shadowing the parameter.
30812
30813 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30814
30815         Sync from Libtool:
30816
30817         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30818
30819         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
30820         sharing with gnulib.  Report by Eric Blake.
30821
30822 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30823
30824         * modules/isapipe: New file.
30825         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
30826
30827 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30828
30829         * modules/configmake (Makefile.am): Add a comment, and omit
30830         the CONFIGMAKE_ prefix from generated macro names.  Suggested
30831         by Bruno Haible.
30832
30833 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30834
30835         * m4/isapipe.m4: New file.
30836
30837 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * lib/isapipe.c, lib/isapipe.h: New files.
30840
30841 2006-08-29  Jim Meyering  <jim@meyering.net>
30842
30843         * modules/configmake (Makefile.am): Make configmake.h depend on
30844         Makefile.  Otherwise, a stale configmake.h could hang around.
30845
30846 2006-08-29  Eric Blake  <ebb9@byu.net>
30847
30848         * lib/error.c (error_at_line, print_errno_message): Match libc, after
30849         resolution of upstream bug 3044.
30850
30851 2006-08-29  Bruno Haible  <bruno@clisp.org>
30852
30853         * modules/localcharset (Depends-on): Add configmake.
30854         (Makefile.am): Remove setting of LIBDIR through DEFS.
30855
30856 2006-08-29  Bruno Haible  <bruno@clisp.org>
30857
30858         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
30859         defined.
30860
30861 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30862
30863         * modules/fcntl: New file.
30864         * modules/chdir-safer (Depends-on): Add fcntl.
30865         * modules/fts: Likewise.
30866         * modules/mkdir-p: Likewise.
30867
30868         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
30869         This undoes the most recent change, since we're now addressing the
30870         problem in a different way.
30871
30872         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
30873         into output, since the output might be called Makefile.am even
30874         if $makefile_name is something different.
30875         (func_import): Use $makefile_am rather than
30876         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
30877         empty.
30878
30879         * modules/inttypes (Files): Add m4/inttypes-h.m4.
30880
30881 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
30884         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
30885         recent change to stdint.m4, since we're now addressing the problem in a
30886         different way.
30887
30888 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30889
30890         * m4/fcntl_h.m4: New file.
30891
30892 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
30893
30894         * lib/fcntl_.h: New file.
30895         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
30896         the fcntl module.
30897         * lib/dirchownmod.c: Likewise.
30898         * lib/fts.c: Likewise.
30899
30900         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
30901         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
30902         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
30903         just before including <inttypes.h>, to avoid circular inclusion.
30904
30905 2006-08-28  Jim Meyering  <jim@meyering.net>
30906
30907         * doc/visibility.texi: Actually read and correct the grammar of the
30908         sentence affected by yesterday's change.
30909
30910 2006-08-28  Eric Blake  <ebb9@byu.net>
30911
30912         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
30913         needs wrapper.
30914
30915 2006-08-28  Eric Blake  <ebb9@byu.net>
30916
30917         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
30918
30919 2006-08-28  Eric Blake  <ebb9@byu.net>
30920
30921         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
30922
30923 2006-08-28  Bruno Haible  <bruno@clisp.org>
30924
30925         * modules/c-strstr: New file, from GNU gettext.
30926         * MODULES.html.sh (String handling): Add c-strstr.
30927
30928 2006-08-28  Bruno Haible  <bruno@clisp.org>
30929
30930         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
30931         macros.
30932         Reported by Eric Blake.
30933
30934 2006-08-28  Bruno Haible  <bruno@clisp.org>
30935
30936         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
30937         (VASNPRINTF): Return a string of length > INT_MAX without failing.
30938         * lib/vasprintf.c: Include errno.h, limits.h.
30939         (EOVERFLOW): New fallback definition.
30940         (vasprintf): Test here whether the string length is > INT_MAX.
30941         * lib/vsnprintf.c: Include errno.h, limits.h.
30942         (EOVERFLOW): New fallback definition.
30943         (vsnprintf): Fix bug when generated string was too long for the buffer.
30944         Test here whether the string length is > INT_MAX.
30945
30946 2006-08-28  Bruno Haible  <bruno@clisp.org>
30947
30948         * lib/inttypes_.h (SCNX*): Remove definitions.
30949         Reported by Eric Blake.
30950
30951 2006-08-28  Bruno Haible  <bruno@clisp.org>
30952
30953         * lib/c-strstr.h: New file, from GNU gettext.
30954         * lib/c-strstr.c: New file, from GNU gettext.
30955
30956 2006-08-28  Bruno Haible  <bruno@clisp.org>
30957
30958         * gnulib-tool: Reorder some statements.
30959
30960 2006-08-28  Bruno Haible  <bruno@clisp.org>
30961
30962         * gnulib-tool: New option --makefile-name.
30963         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
30964         $makefile_name.
30965         (func_import): Write $makefile_name to the cache file, and read it from
30966         there unless explicitly specified. Use $makefile_name as file name
30967         instead of Makefile.am. Adjust the recommendations accordingly.
30968
30969 2006-08-28  Bruno Haible  <bruno@clisp.org>
30970
30971         * gnulib-tool (func_verify_module): Check against misapplying patch.
30972
30973 2006-08-28  Bruno Haible  <bruno@clisp.org>
30974
30975         * gnulib-tool (func_relativize, func_relconcat): New functions.
30976         Give an error if --local-dir is given with --update.
30977         Remove trailing slashes from $local_gnulib_dir.
30978         (func_import): Store the relativized $local_gnulib_dir in
30979         gnulib-cache.m4, and read it from there if not specified explicitly.
30980
30981 2006-08-28  Bruno Haible  <bruno@clisp.org>
30982
30983         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
30984         is the current directory. Respect also $local_gnulib_dir.
30985
30986 2006-08-28  Bruno Haible  <bruno@clisp.org>
30987             Simon Josefsson  <jas@extundo.com>
30988
30989         BeOS portability.
30990         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
30991
30992 2006-08-27  Jim Meyering  <jim@meyering.net>
30993
30994         * doc/visibility.texi: Remove duplicate word: "pointer".
30995
30996 2006-08-26  Bruno Haible  <bruno@clisp.org>
30997
30998         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
30999         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
31000         (Makefile.am): Create inttypes.h from inttypes_.h.
31001         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
31002
31003         * modules/imaxabs: New file.
31004
31005         * modules/imaxdiv: New file.
31006
31007 2006-08-26  Bruno Haible  <bruno@clisp.org>
31008
31009         * m4/inttypes.m4: New file.
31010         * m4/_inttypes_h.m4: Remove file.
31011         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
31012         PRI_MACROS_BROKEN.
31013         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
31014
31015         * m4/imaxabs.m4: New file.
31016
31017         * m4/imaxdiv.m4: New file.
31018
31019 2006-08-26  Bruno Haible  <bruno@clisp.org>
31020
31021         * lib/inttypes_.h: New file.
31022         * lib/inttypes.h: Remove file.
31023         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
31024
31025         * lib/imaxabs.c: New file.
31026
31027         * lib/imaxdiv.c: New file.
31028
31029 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31030
31031         New config-h module, so that "make" output needn't be cluttered
31032         by -DHAVE_CONFIG_H.
31033         * MODULES.html.sh (Support for building libraries and executables):
31034         Add config-h.
31035         * modules/config-h: New file.
31036         * gnulib-tool (nl, sed_transform_lib_file): New vars.
31037         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
31038         the config-h module is used.
31039
31040         New configmake module, so that "make" output needn't be cluttered
31041         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
31042         * MODULES.html.sh (Support for building libraries and executables):
31043         Add configmake.
31044         * modules/configmake: New file.
31045
31046 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31047
31048         * m4/config-h.m4: New file.
31049
31050 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31051
31052         * config/srclist.txt: Add elisp-comp.
31053
31054 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31055
31056         * MODULES.html.sh (Support for building libraries and executables):
31057         Add elisp-comp.
31058         * build-aux/elisp-comp: New file.
31059         * modules/elisp-comp: New file.
31060
31061 2006-08-24  Bruno Haible  <bruno@clisp.org>
31062
31063         * gnulib-tool (func_create_testdir): Use non-default values of
31064         sourcebase and m4base.
31065
31066 2006-08-24  Bruno Haible  <bruno@clisp.org>
31067
31068         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
31069         HTML structure.
31070
31071 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31072
31073         * modules/openat (Depends-on): Add lchown.
31074
31075 2006-08-23  Bruno Haible  <bruno@clisp.org>
31076
31077         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
31078         of gl_LOCK_EARLY instead of gl_LOCK.
31079
31080 2006-08-23  Bruno Haible  <bruno@clisp.org>
31081
31082         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
31083         on OSF/1 to no.
31084         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
31085
31086 2006-08-23  Bruno Haible  <bruno@clisp.org>
31087
31088         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
31089         as unusable.
31090
31091         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
31092         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
31093         (gl_LOCK): New macro.
31094
31095 2006-08-22  Simon Josefsson  <jas@extundo.com>
31096
31097         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
31098         to md5 module.
31099
31100 2006-08-22  Simon Josefsson  <jas@extundo.com>
31101
31102         * MODULES.html.sh: Add "Support for maintaining and release
31103         projects".
31104
31105         * build-aux/gnupload: New file, from coreutils.
31106
31107 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31108
31109         Avoid the need for AC_LIBSOURCES in m4 macros.
31110         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
31111         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
31112         * modules/check-version (EXTRA_DIST): Add check-version.h.
31113         * modules/crc (EXTRA_DIST): Add crc.h.
31114         * modules/des (EXTRA_DIST): Add des.h.
31115         * modules/gc (EXTRA_DIST): Add gc.h.
31116         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
31117         * modules/getline (EXTRA_DIST): Add getline.h.
31118         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
31119         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
31120         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
31121         * modules/md2 (EXTRA_DIST): Add md2.h.
31122         * modules/md4 (EXTRA_DIST): Add md4.h.
31123         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
31124         * modules/read-file (EXTRA_DIST): Add read-file.h.
31125         * modules/readline (EXTRA_DIST): Add readline.h.
31126         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
31127         rijndael-api-fst.h.
31128
31129 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31130
31131         * m4/rijndael.m4 (gl_ARCFOUR):
31132         * m4/arctwo.m4 (gl_ARCTWO):
31133         * m4/check-version.m4 (gl_CHECK_VERSION):
31134         * m4/crc.m4 (gl_CRC):
31135         * m4/des.m4 (gl_DES):
31136         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
31137         * m4/gc.m4 (gl_GC):
31138         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
31139         * m4/getline.m4 (gl_FUNC_GETLINE):
31140         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
31141         * m4/hmac-md5.m4 (gl_HMAC_MD5):
31142         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
31143         * m4/md2.m4 (gl_MD2):
31144         * m4/md4.m4 (gl_MD4):
31145         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
31146         * m4/read-file.m4 (gl_FUNC_READ_FILE):
31147         * m4/readline.m4 (gl_FUNC_READLINE):
31148         * m4/rijndael.m4 (gl_RIJNDAEL):
31149         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31150         to get the necessary .h files and whatnot.
31151
31152 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
31153
31154         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
31155         gnulib rather than the other way around.
31156         * config/srclistvars.sh (COREUTILS): Remove.
31157
31158 2006-08-22  Jim Meyering  <jim@meyering.net>
31159
31160         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
31161
31162         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
31163
31164 2006-08-22  Eric Blake  <ebb9@byu.net>
31165
31166         * modules/regexprops-generic: New file.
31167         * MODULES.html.sh (Support for building documentation): List it.
31168
31169 2006-08-22  Eric Blake  <ebb9@byu.net>
31170
31171         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
31172         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
31173         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
31174         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
31175
31176 2006-08-22  Bruno Haible  <bruno@clisp.org>
31177
31178         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
31179         and lib_LTLIBRARIES like the other lib_* variables.
31180
31181 2006-08-22  Bruno Haible  <bruno@clisp.org>
31182
31183         * build-aux/x-to-1.in: New file, from GNU gettext.
31184
31185 2006-08-22  Bruno Haible  <bruno@clisp.org>
31186
31187         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
31188         <utmpx.h> exists.
31189
31190 2006-08-22  Bruno Haible  <bruno@clisp.org>
31191
31192         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
31193         <utmpx.h> exists.
31194
31195 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31196
31197         BeOS portability.
31198         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
31199         exist.
31200         Problem reported by Bruno Haible.
31201
31202 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31203
31204         Avoid the need for AC_LIBSOURCES in m4 macros.
31205         * modules/acl (EXTRA_DIST): Add acl.h.
31206         * modules/argmatch (Files): Add m4/argmatch.m4.
31207         (configure.ac): Add gl_ARGMATCH.
31208         (EXTRA_DIST): Renamed from lib_SOURCES, for
31209         consistency with the other modules.  Remove argmatch.c.
31210         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
31211         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
31212         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
31213         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
31214         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
31215         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
31216         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
31217         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
31218         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
31219         * modules/closeout (EXTRA_DIST): Add closeout.h.
31220         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
31221         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
31222         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
31223         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
31224         dirname.h; remove basename.c and stripslash.c.
31225         * modules/exclude (EXTRA_DIST): Add exclude.h.
31226         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
31227         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
31228         * modules/file-type (EXTRA_DIST): Add file-type.h.
31229         * modules/filemode (EXTRA_DIST): Add filemode.h.
31230         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
31231         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31232         * modules/fpending (EXTRA_DIST): Add __fpending.h.
31233         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
31234         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
31235         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
31236         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
31237         * modules/getdate (EXTRA_DIST): Add getdate.c.
31238         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
31239         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
31240         * modules/getpass (EXTRA_DIST): Add getpass.h.
31241         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
31242         * modules/group-member (EXTRA_DIST): Add group-member.h.
31243         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
31244         * modules/hash (EXTRA_DIST): Add hash.h.
31245         * modules/human (EXTRA_DIST): Add human.h.
31246         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
31247         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
31248         * modules/lchown (EXTRA_DIST): Add lchown.h.
31249         * modules/long-options (EXTRA_DIST): Add long-options.h.
31250         * modules/lstat (EXTRA_DIST): Add lstat.h.
31251         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
31252         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
31253         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
31254         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
31255         * modules/memxor (EXTRA_DIST): Add memxor.h.
31256         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
31257         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
31258         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
31259         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
31260         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
31261         * modules/physmem (EXTRA_DIST): Add physmem.h.
31262         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
31263         * modules/posixver (EXTRA_DIST): Add posixver.h.
31264         * modules/quote (EXTRA_DIST): Add quote.h.
31265         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
31266         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
31267         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
31268         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
31269         regex_internal.h regexec.c.
31270         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
31271         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
31272         * modules/same (EXTRA_DIST): Add same.h.
31273         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
31274         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
31275         * modules/savedir (EXTRA_DIST): Add savedir.h.
31276         * modules/sha1 (EXTRA_DIST): Add sha1.h.
31277         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
31278         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
31279         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
31280         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
31281         * modules/strdup (EXTRA_DIST): Add strdup.h.
31282         * modules/strftime (EXTRA_DIST): Add strftime.h.
31283         * modules/strndup (EXTRA_DIST): Add strndup.h.
31284         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
31285         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
31286         * modules/time_r (EXTRA_DIST): Add time_r.h.
31287         * modules/timespec (EXTRA_DIST): Add timespec.h.
31288         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
31289         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
31290         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
31291         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
31292         * modules/userspec (EXTRA_DIST): Add userspec.h.
31293         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
31294         * modules/utimens (EXTRA_DIST): Add utimens.h.
31295         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
31296         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
31297         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
31298         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
31299         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
31300         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
31301         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
31302         * modules/yesno (EXTRA_DIST): Add yesno.h.
31303
31304 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
31305
31306         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
31307
31308         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
31309         * m4/dev-ino.m4, same-inode.m4: Remove.
31310
31311         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
31312         * m4/acl.m4 (AC_FUNC_ACL):
31313         * m4/backupfile.m4 (gl_BACKUPFILE):
31314         * m4/c-strtod.m4 (gl_C99_STRTOLD):
31315         * m4/canon-host.m4 (gl_CANON_HOST):
31316         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
31317         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
31318         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
31319         * m4/cloexec.m4 (gl_CLOEXEC):
31320         * m4/close-stream.m4 (gl_CLOSE_STREAM):
31321         * m4/closeout.m4 (gl_CLOSEOUT):
31322         * m4/dirfd.m4 (gl_FUNC_DIRFD):
31323         * m4/dirname.m4 (gl_DIRNAME):
31324         * m4/exclude.m4 (gl_EXCLUDE):
31325         * m4/exitfail.m4 (gl_EXITFAIL):
31326         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
31327         * m4/file-type.m4 (gl_FILE_TYPE):
31328         * m4/filemode.m4 (gl_FILEMODE):
31329         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
31330         * m4/fpending.m4 (gl_FUNC_FPENDING):
31331         * m4/fprintftime.m4 (gl_FPRINTFTIME):
31332         * m4/fts.m4 (gl_FUNC_FTS):
31333         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
31334         * m4/getdate.m4 (gl_GETDATE):
31335         * m4/gethrxtime.m4 (gl_GETHRXTIME):
31336         * m4/getpagesize.m4 (gl_GETPAGESIZE):
31337         * m4/getpass.m4 (gl_FUNC_GETPASS):
31338         * m4/gettime.m4 (gl_GETTIME):
31339         * m4/getugroups.m4 (gl_GETUGROUPS):
31340         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
31341         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
31342         * m4/hard-locale.m4 (gl_HARD_LOCALE):
31343         * m4/hash.m4 (gl_HASH):
31344         * m4/idcache.m4 (gl_IDCACHE):
31345         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
31346         * m4/lchown.m4 (gl_FUNC_LCHOWN):
31347         * m4/long-options.m4 (gl_LONG_OPTIONS):
31348         * m4/lstat.m4 (gl_FUNC_LSTAT):
31349         * m4/md5.m4 (gl_MD5):
31350         * m4/memcasecmp.m4 (gl_MEMCASECMP):
31351         * m4/memcoll.m4 (gl_MEMCOLL):
31352         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
31353         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
31354         * m4/memxor.m4 (gl_MEMXOR):
31355         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
31356         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
31357         * m4/modechange.m4 (gl_MODECHANGE):
31358         * m4/mountlist.m4 (gl_MOUNTLIST):
31359         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31360         * m4/openat.m4 (gl_FUNC_OPENAT):
31361         * m4/pathmax.m4 (gl_PATHMAX):
31362         * m4/physmem.m4 (gl_PHYSMEM):
31363         * m4/posixtm.m4 (gl_POSIXTM):
31364         * m4/posixver.m4 (gl_POSIXVER):
31365         * m4/quote.m4 (gl_QUOTE):
31366         * m4/quotearg.m4 (gl_QUOTEARG):
31367         * m4/readtokens.m4 (gl_READTOKENS):
31368         * m4/readutmp.m4 (gl_READUTMP):
31369         * m4/regex.m4 (gl_REGEX):
31370         * m4/safe-read.m4 (gl_SAFE_READ):
31371         * m4/safe-write.m4 (gl_SAFE_WRITE):
31372         * m4/same.m4 (gl_SAME):
31373         * m4/save-cwd.m4 (gl_SAVE_CWD):
31374         * m4/savedir.m4 (gl_SAVEDIR):
31375         * m4/settime.m4 (gl_SETTIME):
31376         * m4/sha1.m4 (gl_SHA1):
31377         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
31378         * m4/stat-macros.m4 (gl_STAT_MACROS):
31379         * m4/stat-time.m4 (gl_STAT_TIME):
31380         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
31381         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
31382         * m4/strdup.m4 (gl_FUNC_STRDUP):
31383         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
31384         * m4/strndup.m4 (gl_FUNC_STRNDUP):
31385         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
31386         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
31387         * m4/time_r.m4 (gl_TIME_R):
31388         * m4/timespec.m4 (gl_TIMESPEC):
31389         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
31390         * m4/unlinkdir.m4 (gl_UNLINKDIR):
31391         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
31392         * m4/userspec.m4 (gl_USERSPEC):
31393         * m4/utimecmp.m4 (gl_UTIMECMP):
31394         * m4/utimens.m4 (gl_UTIMENS):
31395         * m4/xalloc.m4 (gl_XALLOC):
31396         * m4/xgetcwd.m4 (gl_XGETCWD):
31397         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
31398         * m4/xreadlink.m4 (gl_XREADLINK):
31399         * m4/xstrtod.m4 (gl_XSTRTOD):
31400         * m4/yesno.m4 (gl_YESNO):
31401         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
31402         to get the necessary .h files and whatnot.
31403
31404 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
31405             Bruno Haible  <bruno@clisp.org>
31406
31407         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
31408         /bin/sh understanding of '!' conditional negation.
31409
31410 2006-08-21  Jim Meyering  <jim@meyering.net>
31411
31412         * modules/openat (Depends-on): Really alphabetize.
31413
31414         * modules/acl (Depends-on): Add error and quote.
31415
31416         * check-module (find_included_lib_files): Add at-func.c to the
31417         ok-to-include-more-than-once white list.
31418
31419         * modules/openat (Depends-on): Add lstat.  Alphabetize.
31420
31421 2006-08-21  Bruno Haible  <bruno@clisp.org>
31422
31423         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31424         Emit a pkgdata_DATA variable only if some snippets add contents to it.
31425         Reported by Martin Lambers <marlam@marlam.de>.
31426
31427 2006-08-21  Bruno Haible  <bruno@clisp.org>
31428
31429         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
31430         specify an installation location, don't emit a noinst_LIBRARIES or
31431         noinst_LTLIBRARIES assignment.
31432
31433 2006-08-21  Bruno Haible  <bruno@clisp.org>
31434
31435         BeOS portability.
31436         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
31437         BeOS has mbrtowc() but no <wctype.h>.
31438
31439 2006-08-21  Bruno Haible  <bruno@clisp.org>
31440
31441         BeOS portability.
31442         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
31443         exist.
31444
31445 2006-08-21  Bruno Haible  <bruno@clisp.org>
31446
31447         BeOS portability.
31448         * lib/mbchar.h: Include <wctype.h> only if it exists.
31449
31450 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31451
31452         Remove files that are no longer needed by their respective modules.
31453         * m4/obstack.m4: Remove.
31454         * m4/strerror_r.m4: Remove.
31455         * m4/uint32_t.m4: Remove.
31456         * m4/uintptr_t.m4: Remove.
31457         * m4/ullong_max.m4: Remove.
31458         * m4/xstrtoimax.m4: Remove.
31459         * m4/xstrtoumax.m4: Remove.
31460
31461         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
31462         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
31463         dependencies now capture this.
31464
31465         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
31466         Do not use AC_LIBSOURCES, since gnulib modules now do this.
31467         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
31468         * m4/human.m4 (gl_HUMAN): Likewise.
31469         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
31470         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
31471
31472         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
31473
31474         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
31475         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
31476         stdint.
31477         * m4/human.m4 (gl_HUMAN): Likewise.
31478         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
31479         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
31480         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
31481         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
31482         * m4/xstrtol (gl_XSTRTOL): Likewise.
31483
31484         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
31485         AC_TYPE_LONG_LONG_INT.
31486         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
31487         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
31488         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
31489         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
31490
31491         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
31492         on stdbool.
31493
31494         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
31495         (gl_PREREQ_XSTRTOUL): Remove.
31496
31497         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
31498
31499         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
31500         mode.
31501
31502 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31503
31504         Add and change modules to make it easier for coreutils to use
31505         gnulib-tool.
31506         * modules/backupfile (Files): Remove m4/d-ino.m4.
31507         (Depends-on): Add d-ino.
31508         * modules/cycle-check (Depends-on): Add stdint.
31509         (lib_SOURCES): Add cycle-check.h.
31510         * modules/d-ino: New module.
31511         * modules/d-type: New module.
31512         * modules/error (Files): Remove m4/strerror_r.m4.
31513         * modules/filemode (Files): Add m4/st_dm_mode.m4.
31514         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
31515         m4/inttypes_h.m4, m4/uintmax_t.m4.
31516         (Depends-on): Add stdint.
31517         (lib_SOURCES): Add fsusage.h.
31518         * modules/getcwd (Files): Remove d-ino.m4.
31519         (Depends-on): Add d-ino.
31520         * modules/getndelim2 (Depends-on): Add stdint.
31521         * modules/glob (Files): Remove m4/d-type.m4.
31522         (Depends-on): Add d-type.
31523         * modules/host-os: New module.
31524         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
31525         m4/inttypes_h.m4, m4/uintmax_t.m4.
31526         * Depends-on: Add stdint.
31527         (lib_SOURCES): Add human.h.
31528         * modules/inttostr (Files): Remove m4/intmax_t.m4,
31529         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
31530         m4/uintmax_t.m4, m4/ulonglong.m4.
31531         (Depends-on): Add stdint.
31532         (EXTRA_DIST): Add inttostr.h.
31533         * modules/lchmod: New module.
31534         * modules/link-follow: New module.
31535         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
31536         (Depends-on): Add lchmod.
31537         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
31538         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
31539         (Depends-on): Add stdint.
31540         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
31541         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
31542         (Depends-on): Add stdint.
31543         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
31544         * modules/perl: New module.
31545         * modules/regex (Depends-on): Add stdint.
31546         * modules/rmdir-errno: New module.
31547         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
31548         m4/intmax_t.m4.
31549         (Depends-on): Add stdint.
31550         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
31551         m4/uintmax_t.m4.
31552         (Depends-on): Add stdint.
31553         * modules/unlink-busy: New module.
31554         * modules/utimecmp (Depends-on): Add stdint.
31555         * modules/uptime: New module.
31556         * modules/winsz-ioctl: New module.
31557         * modules/winsz-termios: New module.
31558         * modules/xnanosleep (Depends-on): Add nanosleep.
31559         * modules/ullong_max: Remove.
31560         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
31561         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
31562         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
31563         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
31564         (Depends-on): Add inttypes.
31565         (lib_SOURCES): Add xstrtol.h.
31566         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
31567         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
31568         * MODULES.html.sh: Move 'assert' into the assert section.
31569         Move 'dummy' into the linking section.
31570         Remove ullong_max.
31571         Add section for compatibility checks for POSIX:2001 functions,
31572         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
31573         winsz-ioctl, and winsz-termios into it.
31574         Add lchmod.
31575         Add top-level Misc section and put host-os, perl, and uptime
31576         into it.
31577
31578 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31579
31580         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
31581         now assume the stdint module.  Do not include inttypes.h.
31582         * lib/fsusage.h: Likewise.
31583         * lib/getndelim2.c: Likewise.
31584         * lib/human.h: Likewise.
31585         * lib/inttostr.h: Likewise.
31586         * lib/obstack.c: Likewise.
31587         * lib/regex_internal.h: Likewise.
31588         * lib/tempname.c: Likewise.
31589         * lib/utimecmp.c: Likewise.
31590         * lib/xstrtol.h: Likewise.
31591
31592         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
31593
31594         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
31595         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
31596         * lib/xtime.h: Likewise.
31597
31598 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31599
31600         * modules/openat (Files): Add lib/fchmodat.c.
31601         Fixes problem reported by Jay Youngman.
31602
31603 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31604
31605         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
31606         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
31607
31608 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
31609             Bruno Haible  <bruno@clisp.org>
31610
31611         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
31612         and is a script that invokes bison. Tighten the code. Add comments.
31613
31614 2006-08-18  Jim Meyering  <jim@meyering.net>
31615
31616         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
31617         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
31618         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
31619         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
31620
31621 2006-08-18  Bruno Haible  <bruno@clisp.org>
31622
31623         * modules/bison-i18n: New file.
31624         * MODULES.html.sh (Internationalization functions): Add it.
31625
31626 2006-08-18  Bruno Haible  <bruno@clisp.org>
31627
31628         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
31629         sys/statvfs.h. When getmntinfo was found, check its declaration and
31630         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
31631
31632 2006-08-18  Bruno Haible  <bruno@clisp.org>
31633
31634         * m4/bison-i18n.m4: New file, from bison.
31635
31636 2006-08-18  Bruno Haible  <bruno@clisp.org>
31637
31638         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
31639         (ME_DUMMY): Treat "kernfs" as a dummy.
31640         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
31641
31642 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31643
31644         Update from coreutils.
31645
31646         2006-08-15  Jim Meyering  <jim@meyering.net>
31647
31648         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
31649
31650         2006-01-17  Jim Meyering  <jim@meyering.net>
31651
31652         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
31653
31654         2006-01-11  Jim Meyering  <jim@meyering.net>
31655
31656         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
31657         Check for the lchmod function.
31658
31659 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31660
31661         Update from coreutils.
31662
31663         * lib/__fpending.h: Add copyright notice.
31664         * lib/fprintftime.h: Likewise.
31665         * lib/savedir.c: Use (C) in copyright notice.
31666         * lib/savedir.h: Likewise.
31667
31668         2006-08-15  Jim Meyering  <jim@meyering.net>
31669
31670         * lib/at-func.c: New file, with the logic of all emulated at-functions.
31671         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
31672         in support of the EXPECTED_ERRNO macro.
31673         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
31674         definitions.  Instead, define the appropriate symbols and include
31675         "at-func.c".
31676         * lib/mkdirat.c (mkdirat): Likewise.
31677         * lib/fchmodat.c (fchmodat): Likewise.
31678         (ENOSYS): Remove definition.
31679         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
31680         it.  Don't include "unistd--.h" -- it wasn't ever used.
31681
31682         2006-01-17  Jim Meyering  <jim@meyering.net>
31683
31684         Rewrite fts.c not to change the current working directory,
31685         by using openat, fstatat, fdopendir, etc..
31686
31687         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
31688         (HAVE_OPENAT_SUPPORT): Define.
31689         [_LIBC] (fchdir): Don't undef or define; no longer used.
31690         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
31691         Now, this `function' always succeeds, and consumes its file descriptor
31692         parameter -- so callers must not close such FDs.  Update callers.
31693         (diropen_fd, opendirat, cwd_advance_fd): New functions.
31694         (diropen): Add parameter, SP.  Adjust all callers.
31695         Implement using diropen_fd, rather than open.
31696         (fts_open): Initialize new member, fts_cwd_fd.
31697         Remove fts_rft-setting code.
31698         (fts_close): Close fts_cwd_fd, if necessary.
31699         (__opendir2): Define in terms of opendir or opendirat,
31700         depending on whether the FST_NOCHDIR flag is set.
31701         (fts_build): Since fts_safe_changedir consumes its FD, and since
31702         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
31703         and close the dup'd file descriptor upon failure.
31704         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
31705         (fts_safe_changedir): Tweak semantics to reflect that this function
31706         now calls cwd_advance_fd and hence consumes its FD argument.
31707         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
31708         [struct FTS] (fts_rft): Remove now-unused member.
31709         [struct FTS] (fts_cycle.state): Improve comment.
31710
31711         * lib/openat.c (openat_needs_fchdir): New function.
31712         * lib/openat.h (openat_needs_fchdir): Declare it.
31713
31714 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31715
31716         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
31717         Problem and fix reported by Pádraig Brady in
31718         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
31719
31720 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31721
31722         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
31723
31724 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31725
31726         * lib/memcoll.c (memcoll): Optimize for the common case where the
31727         arguments are bytewise equal.
31728
31729 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31730
31731         * doc/regexprops-generic.texi: Add a copyright notice.
31732
31733 2006-08-15  Bruno Haible  <bruno@clisp.org>
31734
31735         * modules/tmpdir (License): Change to LGPL.
31736
31737 2006-08-15  Bruno Haible  <bruno@clisp.org>
31738
31739         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
31740         module.
31741
31742 2006-08-14  Simon Josefsson  <jas@extundo.com>
31743
31744         * config/srclist.txt: Add gnupload.
31745
31746 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31747
31748         Change copyright notice from LGPL 2 to GPL 2, since that's the
31749         standard form used in the gnulib repository.
31750         * tests/test-lock.c: Likewise.
31751         * tests/test-stdint.c: Likewise.
31752         * tests/test-tls.c: Likewise.
31753
31754         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
31755         prelude-manager.  User shorter URLs for GNU projects, without '?'.
31756         Add copyright notice.
31757
31758         * check-module: Add copyright notice.  Output a copyright
31759         notice if "--version" is specified.
31760         * modules/COPYING: New file.
31761         * tests/test-getaddrinfo.c: Add copyright notice.
31762         * tests/test-verify.c: Likewise.
31763
31764 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31765
31766         Change copyright notice from LGPL 2 to GPL 2, since that's the
31767         standard form used in the gnulib repository.
31768         * lib/lock.c: LGPL -> GPL.
31769         * lib/lock.h: Likewise.
31770         * lib/strnlen1.c: Likewise.
31771         * lib/strnlen1.h: Likewise.
31772         * lib/tls.c: Likewise.
31773         * lib/tls.h: Likewise.
31774         * lib/tmpdir.c: Likewise.
31775
31776         * lib/TODO: Remove; this belongs only in coreutils.
31777
31778 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31779
31780         Add copyright notices to long-enough files that lack them, since
31781         otherwise the files aren't clearly free.  Use the same notice that
31782         getdate.texi already uses.
31783         * doc/alloca-opt.texi: Add copyright notice.
31784         * doc/alloca.texi: Likewise.
31785         * doc/ctime.texi: Likewise.
31786         * doc/functions.texi: Likewise.
31787         * doc/gcd.texi: Likewise.
31788         * doc/gnulib-tool.texi: Likewise.
31789         * doc/inet_ntoa.texi: Likewise.
31790         * doc/visibility.texi: Likewise.
31791
31792         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
31793         * doc/quote.texi: Add copyright notice.
31794
31795         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
31796         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
31797         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
31798         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
31799         is now obsolete, and give a pointer to the Sun list.
31800         Add copyright notice.
31801
31802 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
31803
31804         * config/srclistvars.sh: Add copyright notice.
31805
31806 2006-08-14  Eric Blake  <ebb9@byu.net>
31807
31808         Import the following change from libc:
31809
31810         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
31811
31812         Upstream bug 2997.
31813         * lib/misc/error.c: Add space between program name and message if file
31814         name is missing.
31815
31816 2006-08-12  Karl Berry  <karl@gnu.org>
31817
31818         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
31819         remove, these originate in gnulib now.
31820
31821 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31822
31823         * doc/Makefile (standards.info standards.html standards.dvi):
31824         Also depend on make-stds.texi.
31825
31826 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31827
31828         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
31829         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
31830
31831         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
31832         in wchar_t.  Problem reported by Eric Blake.
31833
31834         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
31835         LEN is smaller than SIZE.  Suggested by Bruno Haible.
31836         Also, help the compiler to keep LEN in a register.
31837
31838 2006-08-11  Eric Blake  <ebb9@byu.net>
31839
31840         * users.txt: Sort.  Add tar.
31841
31842 2006-08-11  Bruno Haible  <bruno@clisp.org>
31843
31844         * users.txt: New file.
31845
31846 2006-08-11  Bruno Haible  <bruno@clisp.org>
31847
31848         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
31849         before <wchar.h>. Needed for OSF/1 and BSD/OS.
31850
31851 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31852
31853         * modules/snprintf (Depends-on): Remove minmax.
31854         (Maintainer): Add self and Bruno.
31855
31856 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
31857
31858         * lib/.cppi-disable: Add snprintf.h, socket_.h.
31859         * lib/snprintf.c: Include <errno.h> and <limits.h>.
31860         (EOVERFLOW): Define if the system does not.
31861         Do not include "minmax.h"; it wasn't used.
31862         (snprintf): Don't assume size_t promotes to an unsigned type.
31863         Fix bug when generated string was too long for the buffer: the
31864         buffer's contents are supposed to be the initial prefix of the
31865         output.  Don't assume vasnprintf returns EOVERFLOW if the size
31866         exceeds INT_MAX; do the check ourselves.
31867
31868         Import the following changes from libc:
31869
31870         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
31871
31872         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
31873         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
31874         set wc to the byte which couldn't be converted.
31875         (re_string_reconstruct): Don't clear valid_raw_len before calling
31876         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
31877         tip_context using re_string_context_at.
31878
31879         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
31880
31881         * lib/posix/regex.h: g++ still cannot handled [restrict].
31882
31883         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
31884
31885         * lib/posix/regex.h: Remove special handling for VMS.
31886
31887 2006-08-10  Jim Meyering  <jim@meyering.net>
31888
31889         * modules/same-inode: New module.
31890         * modules/dev-ino: New module.
31891         * modules/cycle-check: Depend on these modules, rather than simply
31892         including their .h files.
31893         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
31894         required via m4/cycle-check.m4.
31895         * modules/same: Depend on new same-inode module, rather than
31896         including same-inode.h.
31897         * modules/chdir-safer: New file.
31898
31899         * modules/chown (Depends-on): Add stat-macros.
31900
31901 2006-08-10  Jim Meyering  <jim@meyering.net>
31902
31903         * m4/cycle-check.m4: New file.
31904         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
31905         * m4/dev-ino.m4, m4/same-inode.m4: New files.
31906
31907 2006-08-10  Eric Blake  <ebb9@byu.net>
31908
31909         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
31910         in from original proposal.
31911
31912 2006-08-10  Eric Blake  <ebb9@byu.net>
31913         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
31914
31915         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
31916         namespace.
31917
31918 2006-08-10  Bruno Haible  <bruno@clisp.org>
31919
31920         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
31921         as well.
31922
31923 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31924
31925         Sync from coreutils.
31926
31927         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
31928
31929         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
31930         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
31931
31932 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31933
31934         * modules/restrict: Remove; no longer needed now that we assume
31935         Autoconf 2.59 or later.
31936         * MODULES.html.sh: Remove 'restrict'.
31937         * modules/argp (Depends-on): Remove 'restrict'.
31938         * modules/base64 (Depends-on): Likewise.
31939         * modules/gc (Depends-on): Likewise.
31940         * modules/getaddrinfo (Depends-on): Likewise.
31941         * modules/glob (Depends-on): Likewise.
31942         * modules/inet_ntop (Depends-on): Likewise.
31943         * modules/inet_pton (Depends-on): Likewise.
31944         * modules/memxor (Depends-on): Likewise.
31945         * modules/regex (Depends-on): Likewise.
31946         * modules/strtok_r (Depends-on): Likewise.
31947         * modules/time_r (Depends-on): Likewise.
31948
31949 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31950
31951         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
31952         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
31953         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31954         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
31955         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
31956         * m4/memxor.m4 (gl_MEMXOR): Likewise.
31957         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
31958         gl_C_RESTRICT replaced by AC_C_RESTRICT.
31959
31960         Merge from coreutils.
31961         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
31962         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
31963         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
31964         * m4/time_r.m4 (gl_TIME_R): Likewise.
31965
31966 2006-08-09  Karl Berry  <karl@gnu.org>
31967
31968         * config/srclist.txt: no more gettext-tools, per Bruno.
31969
31970 2006-08-08  Eric Blake  <ebb9@byu.net>
31971
31972         * modules/verror: New module.
31973         * MODULES.html.sh: Document it.
31974
31975 2006-08-08  Eric Blake  <ebb9@byu.net>
31976
31977         * lib/verror.h, lib/verror.c: New files.
31978
31979 2006-08-08  Eric Blake  <ebb9@byu.net>
31980
31981         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
31982         verror_at_line output complies with GNU Coding Standards even when
31983         file is NULL.
31984
31985 2006-08-07  Bruno Haible  <bruno@clisp.org>
31986
31987         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
31988         versions of AIX.
31989         Reported by Ralf Wildenhues.
31990
31991 2006-08-07  Bruno Haible  <bruno@clisp.org>
31992
31993         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
31994         in an AC_DEFUN. Needed so that the autoconf snippets can use
31995         AC_REQUIRE.
31996
31997 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31998
31999         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32000         Initialize pkgdata_DATA.
32001         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
32002         overriding it.
32003
32004 2006-08-06  Eric Blake  <ebb9@byu.net>
32005
32006         * lib/error.h: Fold in some upstream changes from glibc.
32007         * lib/error.c: Likewise.
32008
32009 2006-08-04  Bruno Haible  <bruno@clisp.org>
32010
32011         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32012         Make the mostlyclean-local rule depend on mostlyclean-generic.
32013         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
32014
32015 2006-07-31  Bruno Haible  <bruno@clisp.org>
32016
32017         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
32018         <stdlib.h>, <string.h>.
32019
32020 2006-07-30  Bruno Haible  <bruno@clisp.org>
32021
32022         * modules/readlink (License): Change to LGPL.
32023
32024 2006-07-30  Bruno Haible  <bruno@clisp.org>
32025
32026         * modules/javaversion (Makefile.am): Distribute javaversion.java and
32027         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
32028         set PKGDATADIR to point to it.
32029
32030 2006-07-30  Bruno Haible  <bruno@clisp.org>
32031
32032         * modules/csharpexec (configure.ac): Comment out macro invocation.
32033         * modules/javaexec (configure.ac): Likewise.
32034         * modules/javacomp-script (configure.ac): Likewise.
32035
32036         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
32037
32038 2006-07-30  Bruno Haible  <bruno@clisp.org>
32039
32040         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
32041         linked-list.
32042
32043 2006-07-30  Bruno Haible  <bruno@clisp.org>
32044
32045         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
32046
32047 2006-07-30  Bruno Haible  <bruno@clisp.org>
32048
32049         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32050         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
32051         get removed.
32052
32053 2006-07-29  Bruno Haible  <bruno@clisp.org>
32054
32055         Make it possible for gnulib-tool to work with locally modified or
32056         augmented gnulib repositories.
32057         * gnulib-tool (func_usage): Document --local-dir option.
32058         (local_gnulib_dir): New variable.
32059         Handle --local-dir option.
32060         (func_lookup_file): New function.
32061         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
32062         (func_get_description, func_get_filelist, func_get_description,
32063         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
32064         func_get_automake_snippet, func_get_include_directive,
32065         func_get_license, func_get_maintainer): Use func_lookup_file.
32066         (func_import, func_create_testdir): Use func_lookup_file.
32067
32068 2006-07-29  Bruno Haible  <bruno@clisp.org>
32069
32070         * modules/setenv (Depends-on): Add unistd.
32071
32072 2006-07-29  Bruno Haible  <bruno@clisp.org>
32073
32074         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
32075
32076 2006-07-29  Bruno Haible  <bruno@clisp.org>
32077
32078         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
32079
32080 2006-07-29  Bruno Haible  <bruno@clisp.org>
32081
32082         * gnulib-tool (import, update): If there is no Makefile.am, look at
32083         aclocal.m4, instead of bailing out.
32084
32085 2006-07-29  Bruno Haible  <bruno@clisp.org>
32086
32087         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
32088         Categorize the options by when they are useful.
32089
32090 2006-07-29  Bruno Haible  <bruno@clisp.org>
32091
32092         * gnulib-tool (func_usage): Document option --no-libtool.
32093         Handle option --no-libtool.
32094         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
32095         for changed semantics of $libtool variable.
32096         (func_import): Likewise. If libtool is not used, show this through
32097         an option --no-libtool.
32098         (func_create_testdir): Update.
32099
32100 2006-07-29  Bruno Haible  <bruno@clisp.org>
32101
32102         * gnulib-tool (func_import): Extend error message about missing
32103         --doc-base.
32104
32105 2006-07-29  Bruno Haible  <bruno@clisp.org>
32106
32107         * gnulib-tool (func_import): Don't create the $docbase directory if
32108         there is no file to store there.
32109
32110 2006-07-29  Bruno Haible  <bruno@clisp.org>
32111
32112         * gnulib-tool (autoconf_minversion): If a --dir option is given and
32113         relevant, look for configure.ac there, not in the current directory.
32114         Also use a simple search for AC_PREREQ, not "autoconf --trace".
32115
32116 2006-07-29  Bruno Haible  <bruno@clisp.org>
32117
32118         * gnulib-tool (SORT): New variable.
32119         (func_usage): Undocument --assume-autoconf option.
32120         Remove --assume-autoconf option handling.
32121         (autoconf_minversion): Determine from the contents of configure.ac.
32122         (func_import): Remove autoconf_minversion handling.
32123         Suggested by Eric Blake.
32124
32125 2006-07-29  Bruno Haible  <bruno@clisp.org>
32126
32127         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
32128
32129 2006-07-29  Bruno Haible  <bruno@clisp.org>
32130
32131         * config/srclist.txt (*setenv.[ch]): Remove rules.
32132
32133 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32134
32135         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
32136
32137 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32138
32139         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
32140         arpa/inet.h.
32141
32142 2006-07-28  Simon Josefsson  <jas@extundo.com>
32143
32144         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
32145         * modules/inet_pton (Depends-on): Likewise.
32146
32147 2006-07-28  Simon Josefsson  <jas@extundo.com>
32148
32149         * m4/netinet_in_h.m4: New file.
32150
32151 2006-07-28  Simon Josefsson  <jas@extundo.com>
32152
32153         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
32154         #include's.
32155
32156 2006-07-28  Simon Josefsson  <jas@extundo.com>
32157
32158         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
32159         #include's.
32160
32161 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
32162
32163         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
32164         setgid on directories only if they set these bits.
32165         * lib/modechange.h: Remove obsolete comment about masks.
32166
32167 2006-07-28  Eric Blake  <ebb9@byu.net>
32168
32169         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
32170         macro expansion.
32171
32172 2006-07-28  Bruno Haible  <bruno@clisp.org>
32173
32174         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
32175
32176 2006-07-28  Bruno Haible  <bruno@clisp.org>
32177
32178         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
32179
32180 2006-07-28  Bruno Haible  <bruno@clisp.org>
32181
32182         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
32183         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
32184         Define fallbacks.
32185         Avoids link error on FreeBSD 4.x.
32186         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32187
32188         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
32189         encoding.
32190         * lib/mbswidth.c (iswcntrl): Likewise.
32191
32192 2006-07-27  Bruno Haible  <bruno@clisp.org>
32193
32194         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
32195         test.
32196
32197 2006-07-27  Bruno Haible  <bruno@clisp.org>
32198
32199         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
32200         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
32201         defined.
32202
32203 2006-07-26  Eric Blake  <ebb9@byu.net>
32204
32205         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
32206
32207 2006-07-26  Eric Blake  <ebb9@byu.net>
32208
32209         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
32210         like mingw that lack mkstemp.
32211         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
32212         avoid compilation warning on mingw.
32213
32214 2006-07-26  Bruno Haible  <bruno@clisp.org>
32215
32216         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
32217         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
32218         INT_FAST*_MIN, INTPTR_MIN.
32219
32220 2006-07-25  Bruno Haible  <bruno@clisp.org>
32221
32222         * modules/version-etc (Depends-on): Add stdarg.
32223
32224 2006-07-25  Bruno Haible  <bruno@clisp.org>
32225
32226         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
32227         complex commands.
32228
32229 2006-07-25  Bruno Haible  <bruno@clisp.org>
32230
32231         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
32232         defined in <stdarg.h> or config.h.
32233
32234 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32235
32236         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
32237         (gl_STDIO_SAFER): Remove.
32238
32239 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
32240
32241         * MODULES.html.sh (File stream based Input/Output):
32242         Add fopen-safer, tmpfile-safer; remove stdio-safer.
32243         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
32244         * modules/fopen-safer, modules/tmpfile-safer: New files.
32245         * modules/stdio-safer: Remove.
32246
32247 2006-07-24  Bruno Haible  <bruno@clisp.org>
32248
32249         * modules/tmpdir: New file.
32250         * MODULES.html.sh (File system functions): Add it.
32251
32252 2006-07-24  Bruno Haible  <bruno@clisp.org>
32253
32254         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
32255         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
32256
32257 2006-07-24  Bruno Haible  <bruno@clisp.org>
32258
32259         * modules/clean-temp: New file.
32260
32261 2006-07-24  Bruno Haible  <bruno@clisp.org>
32262
32263         * m4/tmpdir.m4: New file, from GNU gettext.
32264
32265 2006-07-24  Bruno Haible  <bruno@clisp.org>
32266
32267         * lib/tmpdir.h: New file, from GNU gettext.
32268         * lib/tmpdir.c: New file, from GNU gettext.
32269
32270 2006-07-24  Bruno Haible  <bruno@clisp.org>
32271
32272         * lib/clean-temp.h: New file, from GNU gettext.
32273         * lib/clean-temp.c: New file, from GNU gettext.
32274
32275 2006-07-23  Eric Blake  <ebb9@byu.net>
32276
32277         * modules/stdio-safer (Files): Add tmpfile-safer.c.
32278         (Depends-on): Add binary-io.
32279
32280 2006-07-23  Eric Blake  <ebb9@byu.net>
32281
32282         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
32283
32284 2006-07-23  Eric Blake  <ebb9@byu.net>
32285
32286         * lib/tmpfile-safer.c: New file.
32287         * lib/stdio-safer.h (fopen_safer): Add prototype.
32288         * lib/stdio--.h (tmpfile): Make safer.
32289
32290 2006-07-23  Bruno Haible  <bruno@clisp.org>
32291
32292         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
32293         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
32294         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
32295         gl_linked_remove_at): Use it.
32296
32297 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32298         and Simon Josefsson <jas@extundo.com>
32299
32300         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
32301
32302         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
32303
32304 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32305
32306         * modules/close-stream: New file.
32307         * modules/closeout (Description): Make it clear that it exits
32308         with a diagnostic on error.
32309         (Depends-on): Add close-stream.  Remove fpending, stdbool.
32310         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
32311
32312 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32313
32314         * m4/close-stream.m4: New file.
32315
32316 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32317
32318         * lib/close-stream.c, lib/close-stream.h: New files.
32319
32320 2006-07-22  Bruno Haible  <bruno@clisp.org>
32321
32322         Merge from GNU gettext 0.15.
32323
32324         2006-05-01  Bruno Haible  <bruno@clisp.org>
32325
32326                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
32327
32328         2006-07-22  Bruno Haible  <bruno@clisp.org>
32329
32330                 * modules/javaversion: New file.
32331                 * MODULES.html.sh (Java): Add javaversion.
32332
32333         2006-03-12  Bruno Haible  <bruno@clisp.org>
32334
32335                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
32336
32337         2005-12-04  Bruno Haible  <bruno@clisp.org>
32338
32339                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
32340                 (untested).
32341
32342         2006-06-21  Bruno Haible  <bruno@clisp.org>
32343
32344                 Avoid warnings from recent versions of mcs.
32345                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
32346                 -o, -L, -r any more. Use options documented since mcs-1.0
32347                 instead. Similarly for -g.
32348
32349         2005-12-04  Bruno Haible  <bruno@clisp.org>
32350
32351                 * build-aux/csharpcomp.sh.in: Suffix for resources is
32352                 .resources, not .resource.
32353
32354         2005-07-09  Bruno Haible  <bruno@clisp.org>
32355
32356                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
32357                 add a .dll suffix.
32358                 Reported by Mark Junker <mjscod@gmx.de>.
32359
32360         2006-07-22  Bruno Haible  <bruno@clisp.org>
32361
32362                 * modules/gettext: Upgrade to gettext-0.15.
32363                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
32364                 m4/visibility.m4.
32365                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
32366
32367 2006-07-22  Bruno Haible  <bruno@clisp.org>
32368
32369         Merge from GNU gettext 0.15.
32370
32371         2006-03-25  Bruno Haible  <bruno@clisp.org>
32372
32373                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
32374
32375         2006-07-21  Bruno Haible  <bruno@clisp.org>
32376
32377                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
32378                 "1.1".
32379
32380         2006-05-09  Bruno Haible  <bruno@clisp.org>
32381
32382                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
32383                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
32384                 for the conftestver execution.
32385
32386         2006-05-01  Bruno Haible  <bruno@clisp.org>
32387
32388                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
32389                 optional target-version argument. Verify that the compiler
32390                 groks source of the specified source-version, or add -source
32391                 option as necessary. Verify that the compiler produces
32392                 bytecode in the specified target-version, or add -target and
32393                 -source options as necessary. Make the result of the test
32394                 available as variable CONF_JAVAC. Also log error output in
32395                 config.log.
32396
32397         2006-03-11  Bruno Haible  <bruno@clisp.org>
32398
32399                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
32400
32401         2006-05-09  Bruno Haible  <bruno@clisp.org>
32402
32403                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
32404                 CLASSPATH_SEPARATOR to a semicolon.
32405
32406         2006-03-12  Bruno Haible  <bruno@clisp.org>
32407
32408                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
32409                 available as variable CONF_JAVA, for subsequent autoconf
32410                 tests. Also log error output in config.log.
32411
32412         2006-07-19  Bruno Haible  <bruno@clisp.org>
32413
32414                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
32415                 that getline works on glibc2 systems. Needed to avoid trouble
32416                 in relocatable.c.
32417                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
32418
32419         2005-12-04  Bruno Haible  <bruno@clisp.org>
32420
32421                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
32422                 launcher (untested).
32423
32424         2005-12-04  Bruno Haible  <bruno@clisp.org>
32425
32426                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
32427
32428         2006-07-22  Bruno Haible  <bruno@clisp.org>
32429
32430                 * gettext.m4: Update from GNU gettext-0.15.
32431                 * nls.m4: Likewise.
32432                 * po.m4: Likewise.
32433                 * inttypes-pri.m4: Likewise.
32434                 * inttypes-h.m4: Renamed from inttypes.m4.
32435                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
32436
32437 2006-07-22  Bruno Haible  <bruno@clisp.org>
32438
32439         Merge from GNU gettext 0.15.
32440
32441         2005-07-05  Bruno Haible  <bruno@clisp.org>
32442
32443                 * printf-args.c (printf_fetchargs): Work around broken
32444                 definition of wint_t on mingw.
32445
32446         2005-02-12  Bruno Haible  <bruno@clisp.org>
32447
32448                 * xallocsa.h: Add extern "C" for C++.
32449
32450         2006-05-17  Bruno Haible  <bruno@clisp.org>
32451
32452                 Cygwin portability.
32453                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
32454
32455         2006-04-30  Bruno Haible  <bruno@clisp.org>
32456
32457                 * progreloc.c: Include <mach-o/dyld.h> if available.
32458                 (find_executable): Use _NSGetExecutablePath when possible.
32459
32460         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
32461
32462                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
32463                 function.
32464
32465         2005-12-29  Bruno Haible  <bruno@clisp.org>
32466
32467                 * progreloc.c (set_program_name_and_installdir): Fix
32468                 compilation error.
32469
32470         2005-12-04  Bruno Haible  <bruno@clisp.org>
32471
32472                 Cygwin portability.
32473                 * progreloc.c: Include <windows.h> also on Cygwin.
32474                 (find_executable): Add support for Cygwin.
32475                 (set_program_name_and_installdir): Handle also platforms with
32476                 nonempty EXEEXT.
32477
32478         2006-07-11  Bruno Haible  <bruno@clisp.org>
32479
32480                 * javacomp.c: Fix a comment.
32481                 Reported by Jim Meyering.
32482
32483         2006-04-30  Bruno Haible  <bruno@clisp.org>
32484
32485                 * javacomp.h (compile_java_class): Add source_version,
32486                 target_version arguments.
32487                 * javacomp.c: Rewritten to choose only a compiler that
32488                 respects the specified source_version and target_version.
32489
32490         2006-06-27  Bruno Haible  <bruno@clisp.org>
32491
32492                 Assume correct S_ISDIR macro.
32493                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
32494
32495         2006-07-22  Bruno Haible  <bruno@clisp.org>
32496
32497                 * javaversion.h: New file, from GNU gettext.
32498                 * javaversion.c: New file, from GNU gettext.
32499                 * javaversion.java: New file, from GNU gettext.
32500                 * javaversion.class: New file, from GNU gettext.
32501
32502         2006-05-17  Bruno Haible  <bruno@clisp.org>
32503
32504                 Cygwin portability.
32505                 * javaexec.c (execute_java_class): Test for jview program
32506                 also on Cygwin.
32507
32508         2006-04-09  Bruno Haible  <bruno@clisp.org>
32509
32510                 * fatal-signal.c: Don't include string.h.
32511                 (at_fatal_signal): Use a copying loop instead of memcpy.
32512
32513         2005-12-04  Bruno Haible  <bruno@clisp.org>
32514
32515                 * csharpexec.c: Add support for 'clix' launcher (untested).
32516                 (execute_csharp_using_sscli): New function.
32517                 (execute_csharp_program): Call it.
32518
32519         2006-06-21  Bruno Haible  <bruno@clisp.org>
32520
32521                 Avoid warnings from recent versions of mcs.
32522                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
32523                 -o, -L, -r any more. Use options documented since mcs-1.0
32524                 instead. Similarly for -g.
32525
32526         2005-07-09  Bruno Haible  <bruno@clisp.org>
32527
32528                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
32529                 add a .dll suffix.
32530                 Reported by Mark Junker <mjscod@gmx.de>.
32531
32532         2006-06-17  Bruno Haible  <bruno@clisp.org>
32533
32534                 * config.charset: Update for NetBSD 3.0.
32535
32536         2006-05-17  Bruno Haible  <bruno@clisp.org>
32537
32538                 Cygwin portability.
32539                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
32540
32541         2006-05-16  Bruno Haible  <bruno@clisp.org>
32542
32543                 * localcharset.c [CYGWIN]: Include <windows.h>.
32544                 (get_charset_aliases): For Cygwin, return the same CPxxx
32545                 aliases list as under WIN32.
32546                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
32547                 the environment variables. Fall back to GetACP().
32548
32549         2006-04-05  Bruno Haible  <bruno@clisp.org>
32550
32551                 * config.charset: Update Juan Manuel Guerrero's address.
32552
32553         2005-02-12  Bruno Haible  <bruno@clisp.org>
32554
32555                 * allocsa.h: Add extern "C" for C++.
32556
32557         2005-02-10  Bruno Haible  <bruno@clisp.org>
32558
32559                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
32560                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
32561
32562         2006-07-22  Bruno Haible  <bruno@clisp.org>
32563
32564                 * gettext.h: Update to GNU gettext-0.15.
32565
32566 2006-07-22  Bruno Haible  <bruno@clisp.org>
32567
32568         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
32569         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
32570         lib-prefix.m4, longdouble.m4, ssize_t.m4.
32571
32572 2006-07-21  Eric Blake  <ebb9@byu.net>
32573
32574         * modules/stdlib-safer: New file.
32575         * MODULES.html.sh (File stream based Input/Output): Add
32576         stdlib-safer.
32577
32578 2006-07-21  Eric Blake  <ebb9@byu.net>
32579
32580         * lib/stdlib-safer.h: New file from coreutils, required by
32581         stdlib--.h.
32582
32583 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
32584
32585         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
32586
32587 2006-07-20  Bruno Haible  <bruno@clisp.org>
32588
32589         * gnulib-tool: Recognize new option --assume-autoconf.
32590         (autoconf_minversion): New variable.
32591         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
32592
32593 2006-07-20  Bruno Haible  <bruno@clisp.org>
32594
32595         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
32596
32597 2006-07-19  Derek R. Price  <derek@ximbiot.com>
32598
32599         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
32600         Reindent and repaginate.
32601
32602 2006-07-19  Derek Price  <derek@ximbiot.com>
32603
32604         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
32605         Correct grammar.
32606
32607 2006-07-17  Bruno Haible  <bruno@clisp.org>
32608
32609         * modules/list: New file.
32610         * modules/array-list: New file.
32611         * modules/carray-list, modules/carray-list-tests: New files.
32612         * modules/linked-list, modules/linked-list-tests: New files.
32613         * modules/avltree-list, modules/avltree-list-tests: New files.
32614         * modules/rbtree-list, modules/rbtree-list-tests: New files.
32615         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
32616         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
32617         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
32618         * modules/oset: New file.
32619         * modules/array-oset: New file.
32620         * modules/avltree-oset, modules/avltree-oset-tests: New files.
32621         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
32622         * tests/test-carray_list.c: New file.
32623         * tests/test-linked_list.c: New file.
32624         * tests/test-avltree_list.c: New file.
32625         * tests/test-rbtree_list.c: New file.
32626         * tests/test-linkedhash_list.c: New file.
32627         * tests/test-avltreehash_list.c: New file.
32628         * tests/test-rbtreehash_list.c: New file.
32629         * tests/test-avltree_oset.c: New file.
32630         * tests/test-rbtree_oset.c: New file.
32631         * MODULES.html.sh (Container data structures): New section.
32632
32633 2006-07-17  Bruno Haible  <bruno@clisp.org>
32634
32635         * m4/gl_list.m4: New file.
32636
32637 2006-07-17  Bruno Haible  <bruno@clisp.org>
32638
32639         * lib/gl_list.h: New file.
32640         * lib/gl_list.c: New file.
32641         * lib/gl_array_list.h: New file.
32642         * lib/gl_array_list.c: New file.
32643         * lib/gl_carray_list.h: New file.
32644         * lib/gl_carray_list.c: New file.
32645         * lib/gl_linked_list.h: New file.
32646         * lib/gl_linked_list.c: New file.
32647         * lib/gl_anylinked_list1.h: New file.
32648         * lib/gl_anylinked_list2.h: New file.
32649         * lib/gl_avltree_list.h: New file.
32650         * lib/gl_avltree_list.c: New file.
32651         * lib/gl_anyavltree_list1.h: New file.
32652         * lib/gl_anyavltree_list2.h: New file.
32653         * lib/gl_rbtree_list.h: New file.
32654         * lib/gl_rbtree_list.c: New file.
32655         * lib/gl_anyrbtree_list1.h: New file.
32656         * lib/gl_anyrbtree_list2.h: New file.
32657         * lib/gl_anytree_list1.h: New file.
32658         * lib/gl_anytree_list2.h: New file.
32659         * lib/gl_linkedhash_list.h: New file.
32660         * lib/gl_linkedhash_list.c: New file.
32661         * lib/gl_anyhash_list1.h: New file.
32662         * lib/gl_anyhash_list2.h: New file.
32663         * lib/gl_avltreehash_list.h: New file.
32664         * lib/gl_avltreehash_list.c: New file.
32665         * lib/gl_rbtreehash_list.h: New file.
32666         * lib/gl_rbtreehash_list.c: New file.
32667         * lib/gl_anytreehash_list1.h: New file.
32668         * lib/gl_anytreehash_list2.h: New file.
32669
32670         * lib/gl_oset.h: New file.
32671         * lib/gl_oset.c: New file.
32672         * lib/gl_array_oset.h: New file.
32673         * lib/gl_array_oset.c: New file.
32674         * lib/gl_avltree_oset.h: New file.
32675         * lib/gl_avltree_oset.c: New file.
32676         * lib/gl_rbtree_oset.h: New file.
32677         * lib/gl_rbtree_oset.c: New file.
32678         * lib/gl_anytree_oset.h: New file.
32679
32680 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32681
32682         * m4/mkancesdirs.m4: New file.
32683         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
32684         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
32685         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
32686         it.
32687
32688 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32689
32690         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
32691         * lib/mkancesdirs.h: New files.
32692         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
32693         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
32694         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
32695         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
32696         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
32697         callers changed.  Revamp internals significantly, by not
32698         attempting to create directories that are temporarily more
32699         permissive than the final results.  Do not attempt to use
32700         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
32701         This removes some race conditions, fixes some bugs, and simplifies
32702         things.  Use new dirchownmod function to do owner and mode changes.
32703         * lib/mkdir-p.h: Likewise.
32704         * lib/modechange.c (octal_to_mode): New function.
32705         (struct mode_change): New member mentioned.
32706         (make_node_op_equals): New arg mentioned.  All callers changed.
32707         (mode_compile): Keep track of which mode bits the user has explicitly
32708         mentioned.
32709         (mode_adjust): New arg DIR, so that we implement the X op correctly.
32710         New arg PMODE_BITS, to keep track of which mode bits the user
32711         mentioned; it treats S_ISUID and S_ISGID speciall.
32712         All callers changed.
32713         * lib/modechange.h: Likewise.
32714
32715 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
32716
32717         * MODULES.html.sh: Add mkancestors.
32718         * modules/mkancesdirs: New module.
32719         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
32720         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
32721         The chdir-safer and afs files are now orphans; I'll remove them
32722         unless someone speaks up.
32723         Add lib/dirchownmod.c, lib/dirchownmod.h.
32724         (Depends-on): Remove alloca, chown, save-cwd, dirname.
32725         Add lchown, mkancesdirs.
32726         (Maintainer): Add self.
32727
32728 2006-07-15  Karl Berry  <karl@gnu.org>
32729
32730         * gnulib-tool: help message wording/arrangement.
32731
32732 2006-07-14  Simon Josefsson  <jas@extundo.com>
32733
32734         * doc/gnulib.texi (Libtool and Windows): New section.
32735
32736 2006-07-12  Simon Josefsson  <jas@extundo.com>
32737
32738         * modules/gendocs (License): Fix license, approved by Karl.
32739
32740 2006-07-12  Eric Blake  <ebb9@byu.net>
32741
32742         * MODULES.html.sh: Add gendocs.
32743
32744 2006-07-11  Eric Blake  <ebb9@byu.net>
32745
32746         * modules/fdl: New module, to install doc/fdl.texi.
32747         * MODULES.html.sh: Add new section for documentation modules.
32748         * gnulib-tool: Avoid space-tab.
32749         (--doc-base): New option, to manage files from doc.
32750
32751 2006-07-11  Eric Blake  <ebb9@byu.net>
32752
32753         * m4/absolute-header.m4: Fix comments to match recent change.
32754
32755 2006-07-11  Eric Blake  <ebb9@byu.net>
32756
32757         * gnulib-tool: List --doc-base before --tests-base.
32758
32759 2006-07-11  Derek R. Price  <derek@ximbiot.com>
32760
32761         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
32762
32763 2006-07-11  Bruno Haible  <bruno@clisp.org>
32764
32765         * README: Mention where to put documentation.
32766
32767 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32768
32769         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
32770
32771 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
32772
32773         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
32774         to stdint.m4.
32775
32776 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
32777
32778         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
32779         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
32780         "no/such/file/stdint.h" when there is no such file, so that
32781         the resulting C code can be parsed by dodgy compilers.
32782         Problems reported by Bob Proulx.
32783
32784 2006-07-10  Derek R. Price  <derek@ximbiot.com>
32785
32786         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
32787         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
32788         macros into the GNU _D_EXACT_NAMLEN.
32789         * lib/savedir.c:  Likewise.
32790         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
32791
32792 2006-07-10  Derek R. Price  <derek@ximbiot.com>
32793         and Paul Eggert  <eggert@cs.ucla.edu>
32794
32795         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
32796         * m4/savedir.m4:
32797         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
32798         macros into the GNU _D_EXACT_NAMLEN.
32799
32800 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32801
32802         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
32803         around the absolute name, to work around a problem with the HP-UX
32804         11.23 native C compiler, reported by Bob Proulx.
32805
32806 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32807
32808         * doc/maintain.texi, make-stds.texi: Sync from
32809         <http://savannah.gnu.org/projects/gnustandards>.
32810
32811 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32812
32813         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
32814
32815 2006-07-09  Jim Meyering  <jim@meyering.net>
32816
32817         * m4/glob.m4: Remove a doubled word in a comment.
32818
32819 2006-07-09  Jim Meyering  <jim@meyering.net>
32820
32821         * lib/argp-pv.c: Remove a doubled word in a comment.
32822         * lib/check-version.c (check_version): Likewise.
32823         * lib/javacomp.c (compile_java_class): Likewise.
32824
32825 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32826
32827         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
32828         for the benefit of people using Autoconf 2.60.  If you want to
32829         support older Autoconf versions you can copy m4/onceonly_2_57.m4
32830         (or m4/onceonly.m4, if pre-2.57) manually.
32831
32832 2006-07-08  Jim Meyering  <jim@meyering.net>
32833
32834         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
32835         comment.
32836         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
32837         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
32838         comment.
32839
32840 2006-07-08  Jim Meyering  <jim@meyering.net>
32841
32842         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
32843
32844 2006-07-07  Simon Josefsson  <jas@extundo.com>
32845
32846         * tests/test-crc.c: Change expected crc value, the test vector
32847         were probably computed using the old broken crc.c?
32848
32849 2006-07-06  Simon Josefsson  <jas@extundo.com>
32850
32851         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
32852         now the canonical place for the M4 file).
32853
32854         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
32855         from the sys_socket dependency now.
32856
32857         * modules/inet_pton (Files): Ditto.
32858
32859         * modules/inet_ntop (Files): Ditto.
32860
32861 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32862
32863         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
32864         not gl_PREREQ_GETUSERSHELL.
32865
32866 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32867
32868         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
32869         with only one argument, for Autoconf 2.60.
32870         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
32871         expand to nothing, so add a shell command to avoid syntax error.
32872         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32873
32874 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32875
32876         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
32877
32878 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32879
32880         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
32881         no longer needed.  Check for isblank decl.
32882         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
32883         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
32884         of existence.
32885
32886 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32887
32888         * lib/getloadavg.c: Use __VMS, not VMS.
32889         * lib/getopt.c: Likewise.
32890         * lib/getpagesize.h: Likewise.
32891         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
32892         and probably does not work.
32893
32894 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32895
32896         * lib/.cppi-disable: Add wcwidth.
32897         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
32898         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
32899         (ISGRAPH): Remove.  All uses changed to isgraph.
32900         (FOLD) [!defined _LIBC]: Remove special case.
32901         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
32902         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
32903         HAVE_ISBLANK.
32904         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
32905         case.
32906
32907 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
32908
32909         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
32910         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
32911         brackets.  Other minor changes to suppress some compiler
32912         warnings.
32913
32914 2006-07-06  Derek R. Price  <derek@ximbiot.com>
32915         and Paul Eggert  <eggert@cs.ucla.edu>
32916
32917         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
32918         of invoking obsolescent AC_HEADER_DIRENT macro.
32919         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
32920         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
32921         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
32922         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
32923         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
32924         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32925         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
32926         * m4/readdir.m4: Remove; no longer needed.
32927
32928 2006-07-06  Derek R. Price  <derek@ximbiot.com>
32929         and Paul Eggert  <eggert@cs.ucla.edu>
32930
32931         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
32932         Don't worry about this obsolete case any more.
32933         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
32934         directories.
32935         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
32936         worry about this obsolete case any more.
32937         * lib/fts.c: Likewise.
32938         * lib/getcwd.c: Likewise.
32939         * lib/glob.h: Likewise.
32940         * lib/savedir.c: Likewise.
32941
32942 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32943
32944         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
32945         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
32946         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
32947         needed.
32948         All uses removed.
32949         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32950         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
32951         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
32952         needed.
32953         * m4/getdate.m4 (gl_GETDATE): Likewise.
32954         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
32955         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
32956         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
32957         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32958         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
32959         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32960         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
32961         needed.
32962
32963 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32964
32965         * lib/memcasecmp.c: Include <limits.h>.
32966         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
32967         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
32968         Don't assume isdigit succeeds only on '0' through '9'.
32969
32970 2006-07-05  Eric Blake  <ebb9@byu.net>
32971
32972         * modules/getaddrinfo (Depends-on): Add snprintf.
32973
32974 2006-07-05  Eric Blake  <ebb9@byu.net>
32975
32976         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
32977         to avoid 'header present but could not be compiled' on cygwin.
32978
32979 2006-07-05  Eric Blake  <ebb9@byu.net>
32980
32981         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
32982         missing from netdb.h.
32983         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
32984
32985 2006-07-05  Derek R. Price  <derek@ximbiot.com>
32986
32987         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
32988         no longer needed.
32989         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
32990         * m4/getdate.m4 (gl_GETDATE): Likewise.
32991         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
32992         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
32993         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
32994         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
32995         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32996
32997 2006-07-05  Derek R. Price  <derek@ximbiot.com>
32998
32999         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
33000         All uses of is_space replaced by isspace.
33001         * lib/exit.h: Don't talk about STDC_HEADERS.
33002         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
33003         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
33004         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
33005         replaced by isprint etc.
33006         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
33007         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
33008         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
33009         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
33010         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
33011         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
33012
33013 2006-07-05  Bruno Haible  <bruno@clisp.org>
33014
33015         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
33016         the function exists, before testing against AIX.
33017         Reported by Martin Lambers <marlam@marlam.de>.
33018
33019 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
33020
33021         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
33022         From Mark D. Baushke.
33023
33024 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
33025
33026         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
33027         to the absolute name, not just one, to bypass Sun C 5.8's
33028         "warning: #include of /usr/include/... may be non-portable".
33029
33030 2006-07-04  Eric Blake  <ebb9@byu.net>
33031
33032         * modules/dirname-tests: New test module.
33033         * tests/test-dirname.c: New file, replacing dirname.c
33034         TEST_DIRNAME section that was recently deleted.
33035
33036 2006-07-04  Bruno Haible  <bruno@clisp.org>
33037
33038         Assume ANSI C header files and <ctype.h> functions.
33039         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
33040         (mbsnwidth): Use isprint, iscntrl instead.
33041
33042 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33043
33044         Merge from coreutils.
33045         * MODULES.html.sh: Add xstrtold.
33046         * modules/xstrtold: New file.
33047         * modules/cycle-check (Files): Add lib/same-inode.h.
33048         * modules/dirname (Files): Add m4/double-slash-root.m4.
33049         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
33050         * modules/mkdir-p (Files): Add lib/same-inode.h.
33051         * modules/same (Files): Add lib/same-inode.h.
33052
33053 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33054
33055         * m4/absolute-header.m4: Renamed from full-header-path.m4.
33056         This is to keep the terminology clean; POSIX talks about
33057         "absolute pathnames", not "full pathnames", but the GNU
33058         Coding Standards say to use "path" for something else;
33059         so use "absolute" to keep both sides happy.
33060         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
33061         Set gl_absolute_header, not gl_full_header_path.
33062         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
33063         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
33064         All uses changed.
33065
33066         Merge from coreutils.
33067
33068         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33069
33070         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
33071         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
33072         want to require the building of c-strtod.o.
33073         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
33074         needs -lm directly.
33075         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
33076
33077         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
33078
33079         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
33080         --as-needed option if available.  Problem reported by Albert Chin in
33081         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
33082         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
33083         cc merely issues a bunch of annoying warnings for --as-needed
33084         (this problem was reported by Bob Proulx).  Also, try linking with
33085         -lm to detect a bug in binutils 2.16 (this problem was reported
33086         by Ralf Wildenhues).
33087
33088         2006-06-18  Jim Meyering  <jim@meyering.net>
33089
33090         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
33091         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
33092         macro.
33093         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
33094         also check for glibc-2.4's abort-inducing bug.
33095
33096         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
33097         Low-probability clean-up should be to use rmdir to get rid of
33098         the just-created directory, not unlink.
33099
33100         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
33101         configure fail, and request a bug report to inform us about it.
33102         Add a comment that, barring reports to the contrary, in 2007 we'll
33103         assume ftruncate is universally available.
33104
33105         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33106
33107         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
33108
33109         2006-03-12  Jim Meyering  <jim@meyering.net>
33110
33111         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
33112         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
33113         * m4/same.m4 (gl_SAME): Likewise.
33114         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
33115
33116         2006-03-11  Eric Blake  <ebb9@byu.net>
33117
33118         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
33119         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
33120         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
33121         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
33122
33123 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33124
33125         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
33126         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
33127         reported by Mark D. Baushke, one in
33128         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
33129
33130         Merge from coreutils.
33131
33132         * lib/.cppi-disable: Add stdint_.h.
33133         * lib/.cvsignore: Add stdint.h.
33134
33135         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
33136
33137         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
33138         both double and long double versions.
33139         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
33140         * lib/xstrtold.c: New file.
33141         * lib/xstrtod.h (xstrtold): New decl.
33142
33143         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33144
33145         * lib/filemode.c (setst): Remove.
33146         (strmode): Rewrite to avoid setst.  This makes the code shorter,
33147         (arguably) clearer, and the generated code is a bit smaller on my
33148         Debian GNU/Linux stable x86 host.
33149
33150         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
33151
33152         * lib/filemode.c: Include "filemode.h" first, to test the interface.
33153         Assume that filemode.h includes sys/types.h and sys/stat.h.
33154         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
33155         (ftypelet): Reorder to put common cases first, for efficiency.
33156         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
33157         to do 'M'.
33158         (strmode): Renamed from mode_string, and now stores 12 bytes instead
33159         of 10, for compatibility with FreeBSD.  All callers changed.
33160         (filemodestring): Now stores 12 bytes instead of 10, and sets file
33161         types that can't be deduced solely from st_mode.  First arg is now a
33162         const pointer.
33163         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
33164         (strmode): Renamed from mode_string.
33165         (filemodestring): New decl.
33166         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
33167         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
33168         needed.
33169         (S_ISPORT, S_ISWHT): New macros, if not already defined.
33170
33171         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33172
33173         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
33174         fsusage.h now does that.  Include fsusage.h first, to test interface.
33175         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
33176         at most one method (the old code could have generated decls that
33177         didn't conform to C89, not that this was ever exercised).
33178         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
33179
33180         2006-03-19  Jim Meyering  <jim@meyering.net>
33181
33182         Work even in a chroot where d_ino values for entries in "/"
33183         don't match the stat.st_ino values for the same names.
33184         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
33185         number, iterate through all entries again, using lstat instead.
33186         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
33187         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
33188
33189         * lib/getcwd.c (__getcwd): Clarify a comment.
33190         Use memcpy in place of a call to strcpy.
33191
33192         2006-03-12  Jim Meyering  <jim@meyering.net>
33193
33194         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
33195         matches that of the current directory (which we're about to chdir ".."
33196         out of), then save the dev-ino of the parent, instead.
33197
33198         * lib/same-inode.h (SAME_INODE): New file/macro.
33199         * lib/chdir-safer.c (SAME_INODE): Remove definition.
33200         Include "same-inode.h", instead.
33201         * lib/same.c: Likewise.
33202         * lib/cycle-check.h: Include "same-inode.h".
33203         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
33204         * lib/cycle-check.c (SAME_INODE): Remove definition.
33205         * lib/root-dev-ino.h: Include "same-inode.h".
33206
33207         2006-03-11  Eric Blake  <ebb9@byu.net>
33208
33209         * lib/same.c (same_name): s/base_name/last_component/
33210         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
33211         * lib/filenamecat.c (file_name_concat): Likewise.
33212
33213         2006-03-11  Eric Blake  <ebb9@byu.net>,
33214                     Paul Eggert  <eggert@cs.ucla.edu>
33215
33216         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
33217         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
33218         drive prefix.
33219         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
33220         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
33221         (last_component): New method.
33222         * lib/dirname.c (dir_len): Determine when drive letters need a
33223         subsequent slash.  Preserve // when it is special.
33224         (dir_name): Don't append dot when drive letter is absolute.
33225         [TEST_DIRNAME]: Move into a full-blown gnulib test.
33226         * lib/basename.c (base_name): New semantics - malloc the result.
33227         Preserve // when it is special.  Preserve relative files that look
33228         like drive letters.
33229         (base_len): Preserve // when it is special.
33230         (last_component): New method, similar to old base_name semantics.
33231         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
33232         base_name.  Strip redundant slashes from ///.
33233
33234 2006-07-03  Jim Meyering  <jim@meyering.net>
33235
33236         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
33237         macro is used before the first cycle_check call.
33238
33239 2006-07-03  Eric Blake  <ebb9@byu.net>
33240
33241         * modules/dirname (Depends-on): Add xstrndup.
33242
33243 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33244
33245         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
33246         test cases, so that config.log is a bit easier to follow.
33247
33248 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33249
33250         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
33251         both are 64 bits, since this seems to be the tradition, and this
33252         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
33253         we ever run into a host that prefers long long to long in this
33254         case, we'll need another configure-time test.  Problem reported by
33255         Jim Meyering.
33256
33257 2006-07-02  Eric Blake  <ebb9@byu.net>
33258
33259         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
33260
33261 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33262
33263         * modules/inttypes (Depends-on): No longer depends on stdint.
33264         * modules/stdint (Description): Say more about assumptions.
33265         Say that the fast types might differ.  Say macros are used.
33266         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
33267         (Makefile.am): Revise list of substituted symbols to match
33268         new stdint.m4.
33269         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
33270         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
33271         * tests/test-stdint.c (verify_same_types)
33272         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
33273         the code conforms to C99/C89.
33274         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
33275         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
33276
33277 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33278
33279         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
33280         but fix a bug, by requiring at least 64 bits.
33281         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
33282         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
33283         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
33284         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
33285
33286         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
33287         changes.  Make 2.59 a prerequisite.  Check and substitute for
33288         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
33289         inttypes.h.  Do not use special include files; just use the
33290         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
33291         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
33292         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
33293         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
33294         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
33295         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
33296         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
33297         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
33298         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
33299         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
33300         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
33301         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
33302         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
33303         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
33304         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
33305         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
33306         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
33307         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
33308         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
33309         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
33310         WINT_MAX.  Check for C99 conformance more strictly, by detecting
33311         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
33312         not check for things that C99 does not require, e.g., int8_t.  If
33313         a test isn't needed unless <stdint.h> isn't working, and is
33314         unlikely to be needed for any other reason, then don't do it
33315         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
33316         size_t, since we assume C89 freestanding at least.  Do not check
33317         for sig_atomic_t, wchar_t, or wint_t, since the code now does
33318         the right thing even if the types are not defined.  Instead use:
33319         (gl_STDINT_TYPE_PROPERTIES): New macro.
33320         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
33321         testing whether <sys/types.h> clashes, as Autoconf does this for
33322         us now.  All uses removed.
33323         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
33324         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
33325         (gl_CHECK_TYPE_SAME):
33326         Remove; no longer needed.
33327         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
33328         exists, since we'll return 0 anyway in that case.
33329         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
33330
33331 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33332
33333         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
33334         possible collision with system files.
33335         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
33336         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
33337         WCHAR_MIN and WCHAR_MAX in this case.
33338         (<stddef.h>): Do not include; no longer needed.
33339         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
33340         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
33341         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
33342         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
33343         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
33344         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
33345         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
33346         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
33347         !defined(__c99))]: Include in this case too, since it's harmless
33348         now.
33349         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
33350         dangerous to do so.
33351         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
33352         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
33353         (_STDINT_MIN, _STDINT_MAX): New macros.
33354         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
33355         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
33356         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
33357         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
33358         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
33359         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
33360         macros, not typedefs; this simplifies things quite a bit.
33361         Use long int for all types narrower than int64_t.
33362         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
33363         Define in terms of long long int or int64_t or long int,
33364         not int64_t or int32_t.  This saves some compile-time testing.
33365         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
33366         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
33367         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
33368         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
33369         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
33370         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
33371         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
33372         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
33373         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
33374         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
33375         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33376         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33377         undef any previous version and define our own version, for
33378         simplicity and consistency with the new macros for types.
33379         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
33380         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
33381         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
33382         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
33383         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
33384         @WINT_T_SUFFIX@ to keep things simple here.
33385         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
33386         Simplify by assuming typical 8/16/32/64 host, since we're
33387         already doing that elsewhere anyway.
33388         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
33389         and assume long long int is 64 bits if available.  This
33390         speeds up 'configure'.
33391
33392 2006-07-01  Eric Blake  <ebb9@byu.net>
33393
33394         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
33395         Reported by Andreas Buening.
33396
33397 2006-07-01  Eric Blake  <ebb9@byu.net>
33398
33399         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
33400
33401 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
33402
33403         * lib/getaddrinfo.c: fixed typo
33404
33405 2006-06-29  Jim Meyering  <jim@meyering.net>
33406
33407         * modules/strftime (Maintainer): Add my name, since with the
33408         FPRINTFTIME changes strftime.c has forked from glibc.
33409
33410 2006-06-29  Eric Blake  <ebb9@byu.net>
33411
33412         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
33413
33414 2006-06-29  Eric Blake  <ebb9@byu.net>
33415
33416         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
33417
33418 2006-06-29  Eric Blake  <ebb9@byu.net>
33419
33420         * lib/stat_.h: New file.
33421
33422 2006-06-29  Eric Blake  <ebb9@byu.net>
33423
33424         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
33425         unused static function.
33426
33427 2006-06-29  Eric Blake  <ebb9@byu.net>
33428
33429         * doc/functions.texi (Function Portability): Document missing lstat
33430         on mingw.
33431
33432 2006-06-29  Eric Blake  <ebb9@byu.net>
33433
33434         * MODULES.html.sh: Add sys_stat.
33435         * modules/sys_stat: New module.
33436         * modules/mkstemp (Depends-on): Add sys_stat.
33437
33438 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33439
33440         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
33441
33442 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33443
33444         * m4/c-bs-a.m4: Removed.
33445
33446 2006-06-29  Derek R. Price  <derek@ximbiot.com>
33447
33448         * lib/strftime.c: Assume strftime() exists.
33449
33450 2006-06-29  Derek Price  <derek@ximbiot.com>
33451
33452         * modules/c-bs-a: Removed - \a is C89.
33453         * MODULES.html.sh: Remove c-bs-a.
33454
33455 2006-06-29  Bruno Haible  <bruno@clisp.org>
33456
33457         * modules/wcwidth (License): Change to LGPL.
33458
33459 2006-06-28  Simon Josefsson  <jas@extundo.com>
33460
33461         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
33462         on _WIN32.
33463
33464         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
33465         getnameinfo.
33466
33467 2006-06-28  Simon Josefsson  <jas@extundo.com>
33468
33469         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
33470
33471 2006-06-28  Simon Josefsson  <jas@extundo.com>
33472
33473         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
33474         functions there.  It will succeed on Windows XP, but on Windows
33475         2000 and (presumably) earlier, it will fail, and use the internal
33476         re-implementation.
33477         (use_win32_p): New function.
33478         (getaddrinfo): Use strtoul on servname, to support numeric ports.
33479         Support AI_NUMERICSERV to disable getservbyname.
33480         (getnameinfo): New function, only supports
33481         NI_NUMERICHOST|NI_NUMERICSERV for now.
33482
33483         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
33484         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
33485         getnameinfo.
33486
33487 2006-06-28  Eric Blake  <ebb9@byu.net>
33488
33489         * modules/wcwidth: New file.
33490         * modules/mbchar (Depends-on): Add wcwidth.
33491         * modules/mbswidth (Depends-on): Add wcwidth.
33492         * MODULES.html.sh: Add wcwidth.
33493
33494 2006-06-28  Eric Blake  <ebb9@byu.net>
33495
33496         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
33497         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
33498
33499 2006-06-28  Eric Blake  <ebb9@byu.net>
33500
33501         * lib/xvasprintf.h: Fix comments.
33502
33503 2006-06-28  Eric Blake  <ebb9@byu.net>
33504
33505         * lib/mbchar.h (wcwidth): Include wcwidth.h.
33506         * lib/mbswidth.c (wcwidth): Move from here...
33507         * lib/wcwidth.h: ...to this new file.
33508
33509 2006-06-28  Derek R. Price  <derek@ximbiot.com>
33510
33511         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
33512
33513         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
33514         it's obsolete.
33515         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
33516
33517 2006-06-28  Derek R. Price  <derek@ximbiot.com>
33518
33519         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
33520         Autoconf 2.60 says this stuff was obsolete.
33521
33522 2006-06-28  Bruno Haible  <bruno@clisp.org>
33523
33524         * modules/wcwidth (Files): Add m4/wchar_t.m4.
33525
33526 2006-06-28  Bruno Haible  <bruno@clisp.org>
33527
33528         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
33529         gt_TYPE_WCHAR_T.
33530
33531 2006-06-28  Bruno Haible  <bruno@clisp.org>
33532
33533         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
33534         declaration for wcwidth.
33535         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
33536
33537 2006-06-28  Bruno Haible  <bruno@clisp.org>
33538
33539         * lib/mkdtemp.c [MINGW]: Include <io.h>.
33540         (mkdir): Define using _mkdir.
33541
33542 2006-06-28  Bruno Haible  <bruno@clisp.org>
33543
33544         * lib/getaddrinfo.h: Fix POSIX URL.
33545         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
33546         _WIN32.
33547         (use_win32_p): Make static.
33548         (getaddrinfo): Reject service name if it is empty or does not consist
33549         solely of decimal digits, or if its value is > 65535.
33550         (getnameinfo): Remove useless casts.
33551
33552 2006-06-27  Simon Josefsson  <jas@extundo.com>
33553
33554         * modules/sys_select: New file, suggested by Bruno Haible, Paul
33555         Eggert and Martin Lambers.
33556
33557 2006-06-27  Simon Josefsson  <jas@extundo.com>
33558
33559         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
33560         Eggert and Martin Lambers.
33561
33562 2006-06-27  Bruno Haible  <bruno@clisp.org>
33563
33564         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
33565         result to 0, not to empty.
33566         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
33567
33568 2006-06-27  Bruno Haible  <bruno@clisp.org>
33569
33570         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
33571
33572 2006-06-26  Simon Josefsson  <jas@extundo.com>
33573
33574         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
33575         present.
33576
33577 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
33578
33579         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
33580         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
33581         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
33582
33583 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
33584
33585         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
33586
33587 2006-06-26  Bruno Haible  <bruno@clisp.org>
33588
33589         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
33590
33591 2006-06-26  Bruno Haible  <bruno@clisp.org>
33592
33593         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
33594
33595 2006-06-26  Bruno Haible  <bruno@clisp.org>
33596
33597         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
33598         SGI C compiler in pre-C99 mode.
33599         Suggested by Mark D. Baushke and Larry Jones.
33600
33601 2006-06-26  Bruno Haible  <bruno@clisp.org>
33602
33603         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
33604         WCHAR_MAX.
33605         Reported by Mark D. Baushke and Larry Jones.
33606
33607 2006-06-26  Bruno Haible  <bruno@clisp.org>
33608
33609         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
33610         in pre-C99 mode.
33611         Suggested by Mark D. Baushke and Larry Jones.
33612
33613 2006-06-23  Simon Josefsson  <jas@extundo.com>
33614             Bruno Haible  <bruno@clisp.org>
33615
33616         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
33617         Emit mostlyclean-local rule.
33618         (func_emit_tests_Makefile_am): Likewise.
33619         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
33620
33621 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
33622
33623         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
33624
33625 2006-06-23  Bruno Haible  <bruno@clisp.org>
33626
33627         * tests/test-stdint.c: Update to match ISO C 99 Technical
33628         Corrigendum 1.
33629
33630 2006-06-23  Bruno Haible  <bruno@clisp.org>
33631
33632         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
33633
33634 2006-06-23  Bruno Haible  <bruno@clisp.org>
33635
33636         * lib/stdint_.h: Treat IRIX like OpenBSD.
33637
33638 2006-06-23  Bruno Haible  <bruno@clisp.org>
33639
33640         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
33641         ISO C 99 Technical Corrigendum 1.
33642
33643 2006-06-22  Simon Josefsson  <jas@extundo.com>
33644
33645         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
33646         MinGW.
33647
33648 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33649
33650         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
33651         needed.  Some compiler complained about some of them.  Problem reported
33652         by Larry Jones in
33653         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
33654
33655 2006-06-21  Simon Josefsson  <jas@extundo.com>
33656
33657         * tests/test-getaddrinfo.c: New file.
33658
33659         * modules/getaddrinfo-tests: New file.
33660
33661         * MODULES.html.sh: Add inet_pton.
33662
33663         * modules/inet_pton: New file.
33664
33665 2006-06-21  Simon Josefsson  <jas@extundo.com>
33666
33667         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
33668         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
33669         of using the (limited) gnulib implementation on Windows XP.
33670
33671         * m4/inet_pton.m4: New file.
33672
33673 2006-06-21  Simon Josefsson  <jas@extundo.com>
33674
33675         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
33676         variable.
33677
33678         * lib/socket_.h: Don't define WINVER.
33679
33680         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
33681         slightly modified to work in gnulib.
33682
33683 2006-06-21  Simon Josefsson  <jas@extundo.com>
33684
33685         * doc/gnulib.texi (Windows sockets): Add.
33686
33687 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33688
33689         * lib/read-file.c (fread_file): Start with buffer allocation of
33690         0 bytes rather than 1 byte; this simplifies the code.
33691         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
33692         code to free buffer and save/restore errno.
33693         (internal_read_file): Remove unused local.
33694
33695 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33696
33697         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
33698         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
33699         Problem reported by Denis Excoffier in
33700         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
33701
33702 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33703
33704         * modules/sys_socket, modules/socklen: Include sys/types since
33705         FreeBSD 4.x's sys/socket.h needs it.
33706
33707 2006-06-19  Simon Josefsson  <jas@extundo.com>
33708
33709         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
33710
33711 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
33712
33713         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
33714
33715 2006-06-19  Bruno Haible  <bruno@clisp.org>
33716
33717         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
33718         and FULL_PATH_INTTYPES_H in angle brackets.
33719         Reported by Mark D. Baushke <mdb@gnu.org>.
33720
33721 2006-06-17  Eric Blake  <ebb9@byu.net>
33722
33723         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
33724         errno.
33725
33726 2006-06-17  Bruno Haible  <bruno@clisp.org>
33727
33728         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
33729         <sys/inttypes.h>.
33730
33731 2006-06-17  Bruno Haible  <bruno@clisp.org>
33732
33733         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
33734         whether errno is declared. Assume <errno.h> declares errno.
33735
33736 2006-06-17  Bruno Haible  <bruno@clisp.org>
33737
33738         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
33739
33740 2006-06-17  Bruno Haible  <bruno@clisp.org>
33741
33742         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
33743         problem on Solaris 2.5.1.
33744
33745 2006-06-16  Eric Blake  <ebb9@byu.net>
33746
33747         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
33748         * lib/unicodeio.c [!defined errno]: Likewise.
33749         * lib/strtol.c [!defined errno]: Likewise.
33750         * lib/strtod.c [!defined errno]: Likewise.
33751
33752 2006-06-15  Eric Blake  <ebb9@byu.net>
33753
33754         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
33755
33756 2006-06-15  Eric Blake  <ebb9@byu.net>
33757
33758         * config/srclist.txt (ssize_t.m4): Lose sync.
33759
33760 2006-06-15  Bruno Haible  <bruno@clisp.org>
33761
33762         * modules/stdint (Files): Include m4/full-header-path.m4,
33763         m4/size_max.m4, m4/wchar_t.m4.
33764         (Makefile.am): Many more substitutions.
33765         * modules/stdint-tests: New file.
33766         * tests/test-stdint.c: New file.
33767
33768 2006-06-15  Bruno Haible  <bruno@clisp.org>
33769
33770         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
33771         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
33772         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
33773         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
33774         gl_CHECK_TYPE_SAME): New macros.
33775
33776 2006-06-15  Bruno Haible  <bruno@clisp.org>
33777
33778         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
33779
33780 2006-06-15  Bruno Haible  <bruno@clisp.org>
33781
33782         * lib/stdint_.h: Rewritten to be fully auto-configured.
33783         Fixes bug on HP-UX/IA64.
33784
33785 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
33786
33787         * lib/getdate.y (__attribute__): Don't define if already defined.
33788         Problem reported by Larry Jones.
33789         * lib/utimens.c (__attribute__): Likewise.
33790
33791 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
33792
33793         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
33794         reported by Andreas Schwab.
33795
33796 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33797             Bruno Haible  <bruno@clisp.org>
33798
33799         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
33800         check for the declaration of strnlen and a run test that exposes the
33801         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
33802         rpl_strndup.
33803
33804 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33805             Bruno Haible  <bruno@clisp.org>
33806
33807         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
33808
33809 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33810
33811         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
33812         compile test, for Tru64 4.0D.
33813
33814 2006-05-28  Karl Berry  <karl@gnu.org>
33815
33816         * config/srclist.txt (printf-args.c): lose sync.
33817
33818 2006-05-26  Martin Lambers  <marlam@marlam.de>
33819
33820         * lib/getpass.c: Updates the test for the native W32 API, and adds
33821         missing includes, thus fixing compilation warnings.
33822
33823 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
33824
33825         * lib/exclude.c (exclude_fnmatch): New function.
33826         (excluded_file_name): Call exclude_fnmatch.
33827         * lib/exclude.h (excluded_file_name): New prototype
33828
33829 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
33830
33831         * lib/tempname.c (small_open, large_open): New macros.
33832         (__open, __open64) [!_LIBC]: Remove.
33833         (__gen_tempname): Use small_open and large_open instead of __open
33834         and __open64.  This fixes a portability bug on HP-UX 11.11i
33835         reported by Simon Wing-Tang in
33836         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
33837
33838 2006-05-24  Bruno Haible  <bruno@clisp.org>
33839
33840         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
33841         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
33842         Reported by Thorsten Maerz <torte@netztorte.de> via
33843         Aaron Stone <aaron@serendipity.cx>.
33844
33845 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33846
33847         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
33848         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
33849         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
33850         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
33851         not really conditional on the cache.
33852         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
33853
33854 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33855
33856         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
33857         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
33858         (my_usleep): Don't mishandle maximum value.
33859
33860 2006-05-19  Jim Meyering  <jim@meyering.net>
33861
33862         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
33863
33864 2006-05-17  Bruno Haible  <bruno@clisp.org>
33865
33866         Cygwin portability.
33867         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
33868
33869 2006-05-17  Bruno Haible  <bruno@clisp.org>
33870
33871         * lib/stdint_.h: Fix recognition of Cygwin.
33872
33873 2006-05-15  Bruno Haible  <bruno@clisp.org>
33874
33875         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
33876         on libtool patch by Ralf Wildenhues.
33877
33878 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33879
33880         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
33881         test for C99 conformance; (bool) 0.5 is an integer constant
33882         expression, but (bool) -0.5 is not.  Problem reported by Fedor
33883         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
33884
33885 2006-05-11  Simon Josefsson  <jas@extundo.com>
33886
33887         * m4/xvasprintf.m4: Fix obvious typo.
33888
33889 2006-05-11  Jim Meyering  <jim@meyering.net>
33890
33891         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
33892         James Lemley.
33893
33894 2006-05-10  Simon Josefsson  <jas@extundo.com>
33895
33896         * lib/md4.c: Typo fix, update copyright years.
33897         (K1, K2): Don't use L because it turn computations into 64-bit on
33898         64-bit platforms.
33899
33900 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
33901
33902         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
33903         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
33904         unwanted sign propagation, e.g., on hosts with 64-bit int.
33905         There still are some problems with reeelly weird theoretical hosts
33906         (e.g., 33-bit int) but it's not worth worrying about now.
33907         * lib/sha1.c (rol): Likewise.
33908         (K1, K2, K3, K4): Remove unnecessary L suffix.
33909
33910 2006-05-10  Bruno Haible  <bruno@clisp.org>
33911
33912         * lib/des.c: Cast to avoid warnings.
33913
33914 2006-05-09  Bruno Haible  <bruno@clisp.org>
33915
33916         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
33917         (Depends-on): Depend also on xsize, stdarg.
33918         (configure.ac): Add gl_XVASPRINTF.
33919
33920 2006-05-09  Bruno Haible  <bruno@clisp.org>
33921
33922         * m4/xvasprintf.m4: New file.
33923
33924 2006-05-09  Bruno Haible  <bruno@clisp.org>
33925
33926         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
33927         (EOVERFLOW): Define fallback value.
33928         (xstrcat): New function.
33929         (xvasprintf): Recognize the special case of a string concatenation.
33930
33931 2006-05-08  Eric Blake  <ebb9@byu.net>
33932
33933         * gnulib-tool (func_version): Base copyright year on CVS date.
33934         (func_emit_copyright_notice): New function.
33935         (func_emit_lib_Makefile_am): Use it.
33936         (func_emit_tests_Makefile_am): Likewise.
33937         (func_import): Likewise.
33938
33939 2006-05-08  Bruno Haible  <bruno@clisp.org>
33940
33941         * modules/stdarg: New file.
33942         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
33943
33944 2006-05-08  Bruno Haible  <bruno@clisp.org>
33945
33946         * m4/stdarg.m4: New file, from GNU gettext.
33947
33948 2006-05-08  Bruno Haible  <bruno@clisp.org>
33949
33950         * config/srclist.txt (build-aux/config.rpath): different from latest
33951         release.
33952
33953 2006-05-08  Bruno Haible  <bruno@clisp.org>
33954
33955         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
33956
33957 2006-05-05  Jim Meyering  <jim@meyering.net>
33958
33959         * m4/warning.m4: New file, derived from bison's file by the same name.
33960
33961 2006-05-03  Bruno Haible  <bruno@clisp.org>
33962
33963         * lib/stdint_.h: Shorter URL.
33964         * lib/inttypes.h: Likewise.
33965
33966 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33967
33968         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
33969
33970 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33971
33972         * lib/verify.h: Document the internals better.  Most of this change
33973         was written by Bruno Haible.
33974
33975 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
33976
33977         * doc/verify.texi: New file, partly based on a proposal by
33978         Bruno Haible.
33979
33980 2006-05-02  Bruno Haible  <bruno@clisp.org>
33981
33982         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
33983         test from here...
33984         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
33985
33986 2006-04-29  Bruno Haible  <bruno@clisp.org>
33987
33988         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
33989         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
33990
33991 2006-04-29  Bruno Haible  <bruno@clisp.org>
33992
33993         * gnulib-tool: Make --update option actually work.
33994
33995 2006-04-29  Bruno Haible  <bruno@clisp.org>
33996
33997         * doc/gcd.texi: New file.
33998         * doc/gnulib.texi: Include it.
33999
34000 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
34001
34002         * lib/getdate.y (get_date): When adding relative date, start with the
34003         initial time, not with the result of the first mktime call.
34004
34005 2006-04-25  Bruno Haible  <bruno@clisp.org>
34006
34007         * gnulib-tool (func_import): Output the include directives in three
34008         blocks, sorted separately.
34009         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34010
34011 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
34012
34013         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
34014         to define main with arguments, for C++.  Reported by Eric Blake.
34015         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
34016         Prefer 'int main ()' to 'int main (void)', for C++.
34017         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
34018         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
34019         for 'main', for C99 and C++.
34020
34021 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
34022
34023         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
34024         Don't assume that exit status -1 is valid.
34025         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34026         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
34027         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
34028         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
34029         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
34030         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
34031         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
34032         functions can be used without declaring them, or that you can
34033         exit with status -1.
34034         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
34035
34036 2006-04-24  Karl Berry  <karl@gnu.org>
34037
34038         * config/srclist.txt (longdouble.m4): sync lost.
34039
34040 2006-04-24  Eric Blake  <ebb9@byu.net>
34041
34042         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
34043
34044 2006-04-24  Bruno Haible  <bruno@clisp.org>
34045
34046         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
34047         poll() implementation in AIX.
34048         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34049
34050 2006-04-24  Bruno Haible  <bruno@clisp.org>
34051
34052         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
34053         assigned exactly once.
34054
34055 2006-04-23  Claudio Fontana  <claudio@gnu.org>
34056             Bruno Haible  <bruno@clisp.org>
34057
34058         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
34059         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
34060         for AM_CPPFLAGS.
34061
34062 2006-04-23  Bruno Haible  <bruno@clisp.org>
34063
34064         * modules/copy-file: Depend on unistd.
34065         * modules/execute: Likewise.
34066         * modules/fatal-signal: Likewise.
34067         * modules/findprog: Likewise.
34068         * modules/mkdtemp : Likewise.
34069         * modules/pipe: Likewise.
34070         * modules/wait-process: Likewise.
34071
34072 2006-04-23  Bruno Haible  <bruno@clisp.org>
34073
34074         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
34075         condition was already detected.
34076         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34077
34078 2006-04-23  Bruno Haible  <bruno@clisp.org>
34079
34080         * lib/copy-file.c: Include <unistd.h> unconditionally.
34081         * lib/execute.c: Likewise.
34082         * lib/fatal-signal.c: Likewise.
34083         * lib/findprog.c: Likewise.
34084         * lib/mkdtemp.c: Likewise.
34085         * lib/pipe.h: Likewise.
34086         * lib/pipe.c: Likewise.
34087         * lib/wait-process.h: Likewise.
34088
34089 2006-04-23  Bruno Haible  <bruno@clisp.org>
34090
34091         * gnulib-tool (func_usage): Fix --import description. Document
34092         --update.
34093         (func_import): Create temporary file in a temporary directory, if
34094         --dry-run is specified. Silence errors from 'grep' when there are no
34095         m4 files in $m4dir.
34096         (func_create_testdir): Silence errors from 'grep' when there are no
34097         m4 files in $m4dir.
34098         Reported by Karl Berry <karl@freefriends.org>.
34099
34100 2006-04-20  Bruno Haible  <bruno@clisp.org>
34101
34102         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
34103         one argument, so that the code will be portable to Autoconf 2.60.
34104         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
34105         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
34106         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
34107
34108 2006-04-19  Derek Price  <derek@ximbiot.com>
34109             Eric Blake  <ebb9@byu.net>
34110
34111         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
34112         rather than "/full/path.h".  Update comment to match.  Shorten &
34113         generalize m4_translit call via AS_TR_CPP.
34114
34115 2006-04-19  Derek Price  <derek@ximbiot.com>
34116             Eric Blake  <ebb9@byu.net>
34117
34118         * lib/inttypes.h: Correct grammar in comment.
34119
34120 2006-04-18  Derek Price  <derek@ximbiot.com>
34121             Paul Eggert  <eggert@cs.ucla.edu>
34122
34123         * modules/inttypes: New file.
34124         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
34125
34126 2006-04-18  Derek Price  <derek@ximbiot.com>
34127             Paul Eggert  <eggert@cs.ucla.edu>
34128
34129         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
34130         New files.
34131
34132 2006-04-18  Derek Price  <derek@ximbiot.com>
34133             Paul Eggert  <eggert@cs.ucla.edu>
34134
34135         * lib/inttypes.h: New file.
34136         * lib/strtoimax.c: Assume <inttypes.h>.
34137
34138 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
34139
34140         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
34141         isn't mounted.  Problem reported by Kir Kolyshkin.
34142
34143 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34144
34145         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
34146         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
34147         Derek R. Price.
34148         * lib/regex.h (RE_DUP_MAX): Update comment to match current
34149         implementation.
34150
34151 2006-04-12  Eric Blake  <ebb9@byu.net>
34152
34153         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
34154         is now done automatically by the corresponding Autoconf macro.
34155
34156 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
34157
34158         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
34159         time_r.h.
34160
34161 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34162
34163         Merge regex changes from libc, removing some of our
34164         POSIX-conformance changes that were rejected and redoing them in a
34165         less-intrusive way.
34166
34167         * lib/regcomp.c (re_compile_internal, init_dfa):
34168         Length arg is now size_t, not Idx.  All uses changed.
34169         (peek_token): Forward decl now says internal_function.
34170         (__re_error_msgid, __re_error_msgid_idx):
34171         Now static rather than extern with attribute_hidden.
34172         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
34173         For some reason libc prefers K&R style defns for external functions.
34174         (regerror) [!defined _LIBC]: Likewise.
34175         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
34176         (seek_collating_symbol_entry, lookup_collation_sequence_value):
34177         (build_range_exp, build_collating_symbol):
34178         Use K&R-style defn.
34179         (re_compile_fastmap): Use '\0' to memset, not 0.
34180         (utf8_sb_map): Make the calculations more obvious.
34181         (init_dfa, parse_bracket_exp, build_charclass_op):
34182         Call calloc and cast result, as glibc does.
34183         (init_word_char, fetch_token, peek_token, peek_token_bracket):
34184         (build_range_exp, build_collating_symbol):
34185         Now internal functions.
34186
34187         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
34188
34189         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
34190         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
34191         Don't depend on VMS; depend on __VMS instead, for POSIX
34192         namespace cleanness.
34193         (regoff_t): Define to ssize_t, not long int.
34194
34195         Remove the REG_ macros named below.  Instead, make the old names
34196         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
34197         __USE_GNU_REGEX.
34198         (REG_BACKSLASH_ESCAPE_IN_LISTS):
34199         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
34200         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
34201         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
34202         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
34203         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
34204         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
34205         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
34206         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
34207         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
34208         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
34209         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
34210         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
34211         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
34212         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
34213         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
34214         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
34215         (REG_NREGS):
34216         Remove.  All uses replaced by the old RE_* names.
34217         (RE_BACKSLASH_ESCAPE_IN_LISTS):
34218         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
34219         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
34220         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
34221         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
34222         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
34223         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
34224         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
34225         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
34226         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
34227         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
34228         Don't bother having these macros be independent of each others'
34229         values, since they no longer exist in the POSIX name space.
34230
34231         Rename the following member names back to their old names,
34232         unless !__USE_GNU_REGEX.  All uses changed back.
34233         (buffer): Renamed from re_buffer.
34234         (allocated): Renamed from re_allocated.
34235         (used): Renamed from re_used.
34236         (syntax): Renamed from re_syntax.
34237         (fastmap): Renamed from re_fastmap.
34238         (translate): Renamed from re_translate.
34239         (can_be_null): Renamed from re_can_be_null.
34240         (regs_allocated): Renamed from re_regs_allocated.
34241         (fastmap_accurate): Renamed from re_fastmap_accurate.
34242         (no_sub): Renamed from re_no_sub.
34243         (not_bol): Renamed from re_not_bol.
34244         (not_eol): Renamed from re_not_eol.
34245         (newline_anchor): Renamed from re_newline_anchor.
34246         (num_regs): Renamed from rm_num_regs.
34247         (start): Renamed from rm_start.
34248         (end): Renamed from rm_end.
34249
34250         (free_state): Move up a bit.
34251
34252         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
34253         #define to be empty.
34254         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
34255         when that is what is intended.
34256         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
34257         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
34258         (MAX): New macro.
34259         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
34260         All uses changed back to re_malloc, etc.  It's now the caller's
34261         responsibility to check for overflow; all callers changed.
34262         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
34263         (re_x2nrealloc): Remove.
34264         (free_state): Remove decl.
34265
34266         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
34267         (re_set_registers, re_exec):
34268         Use K&R-style defn.
34269
34270         2006-01-31  Roland McGrath  <roland@redhat.com>
34271
34272         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
34273         Reported by Mike Frysinger <vapier@gentoo.org>.
34274
34275         2006-01-15  Andreas Jaeger  <aj@suse.de>
34276
34277         [BZ #1950]
34278         * lib/regex_internal.c (re_string_reconstruct): Adjust for
34279         build_wcs_upper_buffer change.
34280         (build_wcs_upper_buffer): Change return type.
34281
34282         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
34283
34284         * lib/regex_internal.h: Include <stdint.h> if available.
34285
34286         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
34287
34288         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
34289
34290         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
34291
34292         * lib/regcomp.c: Adjust for changed secondary hash function.
34293
34294         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
34295
34296         * lib/regex.h: Pretty printing.
34297         Clean up namespace a bit.
34298
34299         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
34300
34301         * lib/regexec.c (update_cur_sifted_state, check_arrival,
34302         check_arrival_add_next_nodes): Avoid using uninitialized variable.
34303
34304         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
34305                     Ulrich Drepper  <drepper@redhat.com>
34306
34307         [BZ #1302]
34308         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
34309         changed.
34310         (bitset_word_t): Renamed from bitset_word.  All uses changed.
34311
34312         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
34313
34314         [BZ #281]
34315         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
34316         * lib/regcomp.c: Remove unnecessary uses of
34317         unsigned RE_TRANSLATE_TYPE.
34318         * lib/regex_internal.h: Likewise.
34319         * lib/regex_internal.c: Likewise.
34320         * lib/regexec.c: Likewise.
34321         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
34322
34323         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
34324
34325         * lib/regexec.c (find_recover_state): Remove unnecessary
34326         initialization.
34327         (transit_state_bkref): Make DFA a const pointer.
34328         (get_subexp): Likewise.
34329         (check_arrival): Likewise.
34330         (update_cur_sifted_state): Likewise.
34331         (re_search_internal): Likewise.
34332         (prune_impossible_nodes): Likewise.
34333         (acquire_init_state_context): Likewise.
34334         (proceed_next_node): Likewise.
34335         (set_regs): Likewise.
34336         (free_fail_stack_return): Likewise.
34337         (check_arrival_expand_ecl): Mark DFA parameter as const.
34338         (check_arrival_expand_ecl_sub): Likewise.
34339         (check_subexp_limits): Likewise.
34340         (sub_epsilon_src_nodes):  Likewise.
34341         (add_epsilon_src_nodes):  Likewise.
34342         (merge_state_array): Likewise.
34343         (update_regs): Likewise.
34344         (build_trtable): Likewise.
34345         (sift_states_backward): Mark MCTX parameter as const.
34346         (build_sifted_states): Likewise.
34347         (update_cur_sifted_state): Likewise.
34348         (sift_states_mkref): Likewise.
34349         (check_arrival_expand_ecl): Mark eclosure as const.
34350         (check_dst_limits_calc_pos_1): Likewise.
34351         * lib/regex_internal.h (re_match_context_t): Make dfa a const
34352         pointer.
34353
34354         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
34355
34356         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
34357         (transit_state_sb): Likewise.
34358         (transit_state_mb): Likewise.
34359         (sift_states_iter_mb): Likewise.
34360         (check_arrival_add_next_nodes): Likewise.
34361         (check_node_accept_bytes): Change first parameter to pointer-to-const.
34362         [_LIBC] (re_search_2_stub): Use mempcpy.
34363
34364         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
34365         mbrtowc for very simple UTF-8 case.
34366
34367         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
34368         a pointer-to-const.
34369         (re_acquire_state_context): Likewise.
34370         * lib/regex_internal.h: Adjust prototypes.
34371
34372         * lib/regex.c: Prevent using C++ compilers.
34373
34374         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
34375         (re_acquire_state_context): Likewise.
34376
34377 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34378
34379         * modules/regex (Depends-on): Add ssize_t.
34380
34381 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34382
34383         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
34384         translation table.
34385
34386 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
34387
34388         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
34389
34390 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
34391             Bruno Haible  <bruno@clisp.org>
34392
34393         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
34394         <sys/types.h> and <inttypes.h>.
34395
34396 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34397
34398         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
34399         `__error_t_defined', so argp.h will not typedef the former.
34400
34401 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
34402
34403         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
34404         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
34405         glibc names.  Even if glibc is changed to conform to POSIX, the
34406         traditional names will be available anyway, since regex depends on
34407         the extensions module.  Also, fix a longstanding typo in the
34408         implementation of Spencer ERE test #75 from grep 2.3.  Problems
34409         reported by Emanuele Giaquinta.  Also, change sense of cached
34410         variable, so that the message makes sense.
34411
34412 2006-03-24  Simon Josefsson  <jas@extundo.com>
34413
34414         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
34415         including some doc fixes.
34416         (base64_encode_alloc): Fix +1 bug on allocation failures.
34417
34418 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34419
34420         * lib/base64.c (base64_encode): Do not read past end of array with
34421         unsanitized input on systems with CHAR_BIT > 8.
34422
34423 2006-03-24  Eric Blake  <ebb9@byu.net>
34424
34425         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
34426
34427 2006-03-22  Karl Berry  <karl@gnu.org>
34428
34429         * config/srclist.txt (*setenv.[ch]): get from coreutils.
34430         * config/srclistvars.sh (COREUTILS): new var.
34431
34432 2006-03-17  Jim Meyering  <jim@meyering.net>
34433
34434         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
34435         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
34436
34437 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
34438
34439         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
34440         no longer needs it.  Instead, check that regoff_t is as least
34441         as wide as ptrdiff_t.
34442
34443         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
34444         so that our regex.h stays compatible with the installed regex.
34445         This is helpful for installers who configure --without-included-regex.
34446         Problem reported by Emanuele Giaquinta.
34447
34448 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
34449
34450         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
34451         Typedef to long int, not to off_, as POSIX will likely change
34452         in that direction.
34453
34454 2006-03-15  Eric Blake  <ebb9@byu.net>
34455
34456         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
34457
34458 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
34459
34460         * lib/argp-help.c (validate_uparams): Fix typo
34461         * lib/argp-parse.c (argp_default_options): Consistently begin help
34462         messages with a lowercase letter.
34463
34464 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
34465
34466         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
34467         overrun buffers and shouldn't be used (much as gets shouldn't be
34468         used).
34469         * lib/time_r.c (asctime_r, ctime_r): Likewise.
34470
34471 2006-03-08  Simon Josefsson  <jas@extundo.com>
34472
34473         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
34474         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34475
34476 2006-03-08  Simon Josefsson  <jas@extundo.com>
34477
34478         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
34479         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34480
34481 2006-03-08  Simon Josefsson  <jas@extundo.com>
34482
34483         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
34484         signal that configure disabled the device.
34485
34486 2006-03-08  Simon Josefsson  <jas@extundo.com>
34487
34488         * build-aux/maint.mk: Fix refresh-po, to handle no translated
34489         languages.
34490
34491 2006-03-07  Simon Josefsson  <jas@extundo.com>
34492
34493         * modules/getopt (Depends-on): Add unistd.
34494
34495         * modules/unistd: New file.
34496
34497 2006-03-07  Simon Josefsson  <jas@extundo.com>
34498
34499         * modules/gc-random: New file.
34500
34501 2006-03-07  Simon Josefsson  <jas@extundo.com>
34502
34503         * m4/unistd_h.m4: New file.
34504
34505 2006-03-07  Simon Josefsson  <jas@extundo.com>
34506
34507         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
34508         test to be side-effect free by storing the result in the cache
34509         variable gl_cv_lib_readline, and moving the assignment of
34510         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
34511         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34512
34513 2006-03-07  Simon Josefsson  <jas@extundo.com>
34514
34515         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
34516         error on missing devices (the functions will return an error).
34517
34518         * m4/gc.m4: Move random stuff to gc-random.m4
34519
34520 2006-03-07  Simon Josefsson  <jas@extundo.com>
34521
34522         * lib/unistd_.h: New file.
34523
34524 2006-03-07  Simon Josefsson  <jas@extundo.com>
34525
34526         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
34527
34528 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34529
34530         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
34531         Problem reported by Juan Manuel Guerrero.
34532
34533 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34534
34535         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
34536         the unistd module.
34537         * lib/getlogin_r.c: Likewise.
34538         * lib/getlogin_r.h: Likewise.
34539         * lib/glob.c: Likewise.
34540         * lib/pagealign_alloc.c: Likewise.
34541         * lib/unistd_.h: Remove; no longer needed.
34542
34543 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
34544
34545         * MODULES.html.sh (Support for systems lacking POSIX:2001):
34546         Add unistd.
34547         * modules/c-stack (Depends-on): Add unistd.
34548         * modules/getlogin_r: Likewise.
34549         * modules/glob: Likewise.
34550         * modules/pagealign_alloc: Likewise.
34551         * modules/unistd (Files): Remove lib/unistd_.h.
34552         (EXTRA_DIST): Remove.
34553         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
34554         need unistd_.h.
34555         (MOSTLYCLEANFILES): Remove unistd.h-t.
34556
34557 2006-03-03  Simon Josefsson  <jas@extundo.com>
34558
34559         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
34560
34561 2006-03-03  Simon Josefsson  <jas@extundo.com>
34562
34563         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
34564         libidn and bison.
34565
34566 2006-03-03  Simon Josefsson  <jas@extundo.com>
34567
34568         * build-aux/maint.mk: Add indent target.
34569
34570 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
34571
34572         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
34573         our replacement poll.h in any case, to avoid a differing
34574         declaration from a system header.  Seen on AIX.
34575
34576 2006-03-01  Simon Josefsson  <jas@extundo.com>
34577
34578         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
34579         <kasal@ucw.cz>.
34580
34581 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34582
34583         * modules/gettime (Depends-on): Add extensions module.
34584         * modules/nanosleep (Depends-on): Likewise.
34585         * modules/settime (Depends-on): Likewise.
34586
34587 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34588
34589         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
34590         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
34591         pedantically.
34592         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
34593         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
34594
34595         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
34596         not "==".  Reported by Ralf Wildenhues.
34597
34598 2006-03-01  Karl Berry  <karl@gnu.org>
34599
34600         * doc/Copyright/request-*: new files, synced from gnuorg.
34601
34602 2006-03-01  Karl Berry  <karl@gnu.org>
34603
34604         * config/srclist.txt (Copyright/*): new entries.
34605
34606 2006-02-28  Simon Josefsson  <jas@extundo.com>
34607
34608         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
34609
34610 2006-02-27  Simon Josefsson  <jas@extundo.com>
34611
34612         * lib/base64.h: Indent #define's.  From Jim Meyering
34613         <jim@meyering.net>.
34614
34615 2006-02-27  Jim Meyering  <jim@meyering.net>
34616
34617         Revert the change of 2006-02-24, so these files can continue
34618         to be sync'd from gettext.
34619         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
34620         of `config.h'.
34621
34622 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * modules/intprops: New file.
34625         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
34626         Add intprops.
34627         * modules/getloadavg (Files): Remove lib/intprops.h.
34628         (Depends-on): Add intprops.
34629         * modules/human: Likewise.
34630         * modules/inttostr: Likewise.
34631         * modules/openat: Likewise.
34632         * modules/sig2str: Likewise.
34633         * modules/userspec: Likewise.
34634         * modules/utimecmp: Likewise.
34635         * modules/xnanosleep: Likewise.
34636         * modules/xstrtol: Likewise.
34637
34638 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
34639
34640         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
34641         * modules/lock-tests (TESTS): Use $(EXEEXT).
34642         * modules/tls-tests: Likewise.
34643         * modules/argp-tests: Likewise.
34644         (check_PROGRAMS): New var, replacing...
34645         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
34646
34647 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34648
34649         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
34650         `config.h'.
34651
34652 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34653
34654         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
34655
34656 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34657
34658         Sync from coreutils.
34659         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
34660         gl_CHDIR_SAFER.
34661
34662 2006-02-22  Jim Meyering  <jim@meyering.net>
34663
34664         Sync from coreutils.
34665         * m4/chdir-safer.m4: New file.
34666
34667 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34668
34669         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
34670         AT_FDCWD exceeds INT_MAX.
34671         * lib/openat.h (AT_FDCWD): Likewise.
34672
34673 2006-02-17  Eric Blake  <address@hidden>
34674
34675         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
34676
34677 2006-02-16  Simon Josefsson  <jas@extundo.com>
34678
34679         * modules/getaddrinfo (Depends-on): Add sys_socket.
34680
34681 2006-02-15  Simon Josefsson  <jas@extundo.com>
34682
34683         * build-aux/maint.mk: Add dsyntax-check rule.
34684
34685 2006-02-15  Eric Blake  <ebb9@byu.net>
34686
34687         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
34688         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
34689         'present but cannot compile' warnings on cygwin.
34690         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
34691         use ws2tcpip.h if sys/socket.h works.
34692         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
34693         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
34694
34695 2006-02-14  Simon Josefsson  <jas@extundo.com>
34696
34697         * modules/maintainer-makefile (Files): Rename.
34698
34699         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
34700         and (the local) Makefile.cfg to maint-cfg.mk.
34701
34702         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
34703         to the latter.
34704
34705         * modules/maintainer-makefile: New module.
34706
34707         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
34708         severaly stripped to make it possible to build it up from scratch
34709         with reliable tests.
34710
34711         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
34712         fixes to permit overriding the default actions when configure and
34713         makefile are not available.
34714
34715 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34716
34717         Sync from coreutils.
34718         * modules/lstat (Depends-on): Don't depend on xalloc.
34719         (License): Change from GPL to LGPL, since this is now simply a
34720         replacement for a libc function.
34721
34722 2006-02-14  Jim Meyering  <jim@meyering.net>
34723
34724         Sync from coreutils.
34725
34726         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
34727         failure on deficient systems, and simplify gnulib lgpl dependencies.
34728         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
34729         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
34730
34731         * lib/xalloc-die.c: Remove unused definition of N_.
34732
34733 2006-02-14  Jim Meyering  <jim@meyering.net>
34734
34735         Sync from coreutils.
34736         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
34737         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
34738         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
34739         double-quote uses of that variable, to accommodate the rare case in
34740         which getmntent is available in none of the libraries checked.  This
34741         happens at least on FreeBSD 5.0.
34742
34743 2006-02-13  Simon Josefsson  <jas@extundo.com>
34744
34745         * gnulib-tool (Usage): Fix --import, from
34746         karl@freefriends.org (Karl Berry).
34747
34748 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
34749
34750         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
34751
34752 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
34753
34754         * lib/argp-namefrob.h: Restore changes accidentally lost during the
34755         "autoupdate" on 2005-12-12.
34756
34757 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
34758
34759         * modules/closeout (Depends-on): Remove atexit.
34760
34761 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
34762
34763         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
34764         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
34765
34766 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
34767
34768         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
34769         __EXTENSIONS__ if this causes compilation to fail.  Problem
34770         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
34771         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
34772
34773 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
34774
34775         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
34776         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
34777         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
34778         All uses changed.
34779
34780 2006-01-26  Simon Josefsson  <jas@extundo.com>
34781
34782         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
34783         prototype is visible on mingw32.
34784
34785         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
34786         for mingw32.
34787
34788         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
34789         mingw32).
34790
34791 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
34792
34793         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
34794         attempt to open for write; this always fails, at least on POSIX
34795         hosts.  This reinstates the 2006-01-09 change, which was
34796         inadvertently removed.
34797
34798 2006-01-26  Bruno Haible  <bruno@clisp.org>
34799
34800         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
34801         Reported by Paul Eggert.
34802
34803 2006-01-26  Bruno Haible  <bruno@clisp.org>
34804             Paul Eggert  <eggert@cs.ucla.edu>
34805
34806         * lib/stdbool_.h (_Bool)
34807         [(! (defined __cplusplus || defined __BEOS__)
34808           && !defined __GNUC__
34809           && !(defined __HP_cc || defined __xlc__
34810                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
34811                || defined __sgi))]:
34812         #define to signed char in these cases too; this simplifies
34813         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
34814         etc., separately) and makes it more conservative.
34815
34816 2006-01-25  Simon Josefsson  <jas@extundo.com>
34817
34818         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
34819         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
34820         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
34821
34822 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
34823
34824         * lib/argp-namefrob.h: Bugfix. Remove stray #
34825
34826 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
34827
34828         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
34829         so that we test the test.
34830         Check for yet another HP-UX cc bug involving *bool |= bool.
34831
34832 2006-01-25  Karl Berry  <karl@gnu.org>
34833
34834         * config/srclist.txt (vasnprintf.c): sync lost.
34835
34836 2006-01-25  Jim Meyering  <jim@meyering.net>
34837
34838         Sync from the stable (b5) branch of coreutils:
34839
34840         * lib/fts.c (fts_children): Don't let close() clobber errno from
34841         failed fchdir().
34842
34843         * lib/fts.c (fts_stat): When following a symlink-to-directory,
34844         don't necessarily interpret stat-fails+lstat-succeeds as indicating
34845         a dangling symlink.  That can also happen at least for ELOOP.
34846         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
34847         FYI, this bug predates the inclusion of fts.c in coreutils.
34848
34849         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
34850         in their own block, so pre-c99 compilers don't object.
34851
34852         Avoid the double-free (first in fts_read, second in fts_close) that
34853         would occur when an `active' directory is made inaccessible (e.g.,
34854         via chmod a-x) during a traversal.
34855         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
34856         before returning.  Reproduce this failure by
34857         mkdir -p a/b; cd a; chmod a-x . b
34858         Reported by Stavros Passas.
34859
34860 2006-01-25  Jim Meyering  <jim@meyering.net>
34861
34862         * lib/fileblocks.c: Remove more useless parentheses.
34863         * lib/readutmp.h: Likewise.
34864
34865 2006-01-25  Bruno Haible  <bruno@clisp.org>
34866
34867         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
34868         warnings.
34869         Reported by Paul Eggert.
34870
34871 2006-01-25  Bruno Haible  <bruno@clisp.org>
34872
34873         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
34874         rid of a trap command. For Solaris sh.
34875         Reported by Mark D. Baushke <mdb@gnu.org>.
34876
34877 2006-01-24  Simon Josefsson  <jas@extundo.com>
34878
34879         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
34880         Bruno.
34881
34882 2006-01-24  Karl Berry  <karl@gnu.org>
34883
34884         * config/srclist.txt (argp-namefrob.h): sync lost.
34885
34886 2006-01-24  Jim Meyering  <jim@meyering.net>
34887
34888         * modules/openat (Files): Add lib/intprops.h.
34889         From Mark D. Baushke.
34890
34891 2006-01-24  Jim Meyering  <jim@meyering.net>
34892
34893         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
34894         Reported by Mark D. Baushke.
34895
34896 2006-01-24  Jim Meyering  <jim@meyering.net>
34897
34898         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
34899
34900 2006-01-24  Bruno Haible  <bruno@clisp.org>
34901
34902         * modules/strnlen (Maintainer): Change from glibc to all.
34903
34904 2006-01-24  Bruno Haible  <bruno@clisp.org>
34905
34906         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
34907         Patch by Paul Eggert.
34908
34909 2006-01-24  Bruno Haible  <bruno@clisp.org>
34910
34911         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
34912         already has it.
34913         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
34914         2005-11-26.
34915
34916         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
34917         'signed char' to avoid problems with the built-in _Bool type.
34918         Reported by Paul Eggert on 2005-11-26.
34919
34920 2006-01-24  Bruno Haible  <bruno@clisp.org>
34921
34922         * gnulib-tool (func_import): Avoid constructing complicated sed
34923         expressions inside backquote.
34924         Report and solution by Mark D. Baushke <mdb@gnu.org>.
34925
34926 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
34927
34928         These changes imported from libc.
34929         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
34930         test and two separate function calls.
34931         * lib/strndup.c (__strndup): Add libc_hidden_def.
34932
34933 2006-01-23  Simon Josefsson  <jas@extundo.com>
34934
34935         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
34936         Remove the test_*_SOURCES variable: automake infers it by default.
34937         * modules/tls-tests: Likewise.
34938
34939 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34940
34941         Work around porting bugs reported by Dieter in
34942         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
34943         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
34944         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
34945         Include "getopt.h" first, to check interface.
34946         (getenv): Declare only if defined HAVE_DECL_GETENV &&
34947         !HAVE_DECL_GETENV.
34948         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
34949         (__strndup): Revert to K&R-style function dfns, the glibc style.
34950         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
34951         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
34952         Include strnlen.h first, to get prototype properly.
34953         (strnlen): Renamed from __strnlen.
34954         Remove weak alias.
34955
34956 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34957
34958         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
34959
34960 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34961
34962         * config/srclist.txt: Adjust to reflect glibc reorganization.
34963         This affects only comments.
34964
34965 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34966
34967          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
34968          Reported by Bruce Korb <bkorb@gnu.org>.
34969
34970 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
34971
34972         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
34973         to pacify gcc -Wswitch-default.
34974
34975 2006-01-22  Bruno Haible  <bruno@clisp.org>
34976
34977         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
34978         temporary buffer for sprintf, take into account the precision also
34979         for 'd', 'i', 'u', 'o', 'x', 'X'.
34980
34981 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
34982
34983         * modules/argp-tests: New module
34984         * tests/test-argp.c: New file
34985         * tests/test-argp-2.sh: New file
34986
34987 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
34988
34989         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
34990         (__argp_base_name): Removed
34991         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
34992         typo.
34993         (__argp_base_name): Provide macro definition or extern declaration
34994         depending on the configuration
34995
34996 2006-01-20  Simon Josefsson  <jas@extundo.com>
34997
34998         * modules/inet_ntop (Depends-on): Depend on sys_socket.
34999
35000 2006-01-20  Simon Josefsson  <jas@extundo.com>
35001
35002         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
35003
35004 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35005
35006         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
35007         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
35008         Suggested by Bruno Haible.
35009
35010 2006-01-20  Karl Berry  <karl@gnu.org>
35011
35012         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
35013         until changes propagate, I guess.
35014
35015 2006-01-19  Simon Josefsson  <jas@extundo.com>
35016
35017         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
35018
35019 2006-01-19  Simon Josefsson  <jas@extundo.com>
35020
35021         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
35022
35023 2006-01-19  Simon Josefsson  <jas@extundo.com>
35024
35025         * gnulib-tool: Set check_PROGRAMS.
35026
35027         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
35028         modules/des-tests, modules/gc-arcfour-tests,
35029         modules/gc-arctwo-tests, modules/gc-des-tests,
35030         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
35031         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
35032         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
35033         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
35034         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
35035         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
35036         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
35037         test_*_SOURCES.
35038
35039 2006-01-18  Simon Josefsson  <jas@extundo.com>
35040
35041         * modules/socklen (Depends-on): Depend on sys_socket.
35042
35043 2006-01-18  Simon Josefsson  <jas@extundo.com>
35044
35045         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
35046         modules/des-tests, modules/gc-arcfour-tests,
35047         modules/gc-arctwo-tests, modules/gc-des-tests,
35048         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
35049         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
35050         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
35051         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
35052         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
35053         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
35054         $(EXEEXT) to automake TESTS variable, for mingw32.
35055
35056 2006-01-17  Simon Josefsson  <jas@extundo.com>
35057
35058         * modules/socklen (Include): Need sys/socket.h.
35059
35060 2006-01-17  Bruno Haible  <bruno@clisp.org>
35061
35062         * modules/ssize_t (Include): Add <sys/types.h>.
35063
35064 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
35065
35066         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
35067         it's not portable and it doesn't work with cross-compiles.
35068         Problem reported by Bruno Haible.  Fix missing-$ typo in
35069         'test "gl_cv_ignore_unused_libraries" ...' that prevented
35070         -zignore from being used with Sun's C compiler.
35071
35072 2006-01-12  Simon Josefsson  <jas@extundo.com>
35073
35074         * lib/base64.c: Fix warning, reported by Bruno Haible
35075         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
35076
35077 2006-01-12  Bruno Haible  <bruno@clisp.org>
35078
35079         * modules/ldd: New file.
35080         * build-aux/ldd.sh.in: New file.
35081         * MODULES.html.sh (Support for building libraries and executables): Add
35082         ldd.
35083
35084 2006-01-12  Bruno Haible  <bruno@clisp.org>
35085
35086         * m4/ldd.m4: New file.
35087
35088 2006-01-12  Bruno Haible  <bruno@clisp.org>
35089
35090         * gnulib-tool (func_import, func_create_testdir): Don't go into an
35091         endless loop while replacing $auxdir with build-aux.
35092
35093 2006-01-11  Simon Josefsson  <jas@extundo.com>
35094
35095         * lib/stdint_.h (SIZE_MAX): Add missing (.
35096
35097 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
35098
35099         Sync from coreutils.
35100         * lib/md5.c: Fix commentary typos.
35101         (alignof, UNALIGNED_P): No need for a GCC-specific version.
35102         * lib/md5.h (__attribute__): Remove; unused.
35103         * lib/sha1.c: Fix commentary to match md5 better.
35104         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
35105         so that we don't need to worry about alignment.  All uses changed.
35106         This merges the 2005-10-28 md5 change into sha1.
35107
35108 2006-01-11  Jim Meyering  <jim@meyering.net>
35109
35110         Sync from coreutils.
35111         * lib/md5.c (OP): Fix spacing.
35112
35113 2006-01-11  Bruno Haible  <bruno@clisp.org>
35114
35115         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35116         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
35117         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
35118
35119 2006-01-11  Bruno Haible  <bruno@clisp.org>
35120
35121         Ensure automatic ordering between gl_LOCK and gl_ARGP.
35122         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
35123         the "early" section as well.
35124
35125 2006-01-11  Bruno Haible  <bruno@clisp.org>
35126
35127         Avoid "ar: no archive members specified" error on MacOS X.
35128         * gnulib-tool (func_modules_add_dummy): New function.
35129         (func_import, func_create_testdir): Invoke it.
35130
35131 2006-01-11  Bruno Haible  <bruno@clisp.org>
35132
35133         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
35134         with $auxdir in AC_CONFIG_FILES statements.
35135
35136 2006-01-11  Bruno Haible  <bruno@clisp.org>
35137
35138         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35139         Initialize also noinst_HEADERS to empty.
35140
35141 2006-01-11  Bruno Haible  <bruno@clisp.org>
35142
35143         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
35144         variables.
35145         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
35146         autoreconf.
35147
35148 2006-01-11  Bruno Haible  <bruno@clisp.org>
35149
35150         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
35151         overridable by the user.
35152         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35153
35154 2006-01-10  Simon Josefsson  <jas@extundo.com>
35155
35156         * modules/sys_socket: New file.
35157
35158 2006-01-10  Simon Josefsson  <jas@extundo.com>
35159
35160         * m4/sys_socket_h.m4: New file.
35161
35162 2006-01-10  Simon Josefsson  <jas@extundo.com>
35163
35164         * lib/socket_.h: New file.
35165
35166 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35167
35168         * modules/readutmp (Maintainer): Add myself.
35169
35170 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35171
35172         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
35173         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
35174         People who are still concerned with buggy memcmp implementations
35175         can invoke gl_FUNC_MEMCMP themselves.
35176
35177 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
35178
35179         * lib/regex_internal.h (BITSET_WORD_BITS):
35180         Work around a bug in 64-bit PGC (before version 6.1-2), where the
35181         preprocessor mishandles large unsigned values as if they were signed.
35182         Problem reported by Claudio Fontana in
35183         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
35184
35185 2006-01-10  Jim Meyering  <jim@meyering.net>
35186
35187         Avoid the double-free (first in fts_read, second in fts_close) that
35188         would occur when an `active' directory is made inaccessible (e.g.,
35189         via chmod a-x) during a traversal.
35190         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
35191         before returning.  Reproduce this failure by
35192         mkdir -p a/b; cd a; chmod a-x . b
35193         Reported by Stavros Passas.
35194
35195         Sync from coreutils.
35196         * lib/sha1.c: Tweak grammar in a comment.
35197
35198 2006-01-10  Jim Meyering  <jim@meyering.net>
35199
35200         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
35201         Patch by Joerg Sonnenberger.
35202
35203 2006-01-10  Bruno Haible  <bruno@clisp.org>
35204
35205         * modules/readutmp: Depend on module free.
35206         * modules/strtok_r: Depend on module restrict.
35207
35208 2006-01-10  Bruno Haible  <bruno@clisp.org>
35209
35210         * modules/gettext (configure.ac): Add an invocation of
35211         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
35212
35213 2006-01-10  Bruno Haible  <bruno@clisp.org>
35214
35215         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
35216         Reported by Werner Lemberg <wl@gnu.org>.
35217
35218 2006-01-10  Bruno Haible  <bruno@clisp.org>
35219
35220         * lib/localcharset.c: Update from GNU gettext.
35221
35222 2006-01-10  Bruno Haible  <bruno@clisp.org>
35223
35224         * lib/argp.h (__const): Remove macro. Use const instead.
35225         * lib/argp-fmtstream.h (__const): Likewise.
35226         * lib/glob_.h (__const): Remove macro.
35227         * lib/glob-libc.h: Use const instead of __const.
35228
35229 2006-01-10  Bruno Haible  <bruno@clisp.org>
35230
35231         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
35232         variable.
35233         Needed to avoid an automake error regarding the 'gettext' module.
35234
35235 2006-01-09  Simon Josefsson  <jas@extundo.com>
35236
35237         * modules/inet_ntop (Depends-on): Add restrict.
35238
35239 2006-01-09  Simon Josefsson  <jas@extundo.com>
35240
35241         * modules/gc-rijndael-tests (License): Put under LGPL.
35242
35243         * modules/gc-des-tests (License): Likewise.
35244
35245         * modules/gc-arcfour-tests (License): Likewise.
35246
35247         * modules/gc-arctwo-tests (License): Likewise.
35248
35249         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
35250
35251         * modules/gc-hmac-sha1-tests (Files): Likewise.
35252
35253         * modules/gc-hmac-md5-tests (License): Likewise.
35254
35255         * modules/gc-sha1-tests (License): Likewise.
35256
35257         * modules/gc-md5-tests (License): Likewise.
35258
35259         * modules/gc-md4-tests (License): Likewise.
35260
35261         * modules/gc-md2-tests (License): Likewise.
35262
35263         * modules/gc-tests (License): Likewise.
35264
35265         * modules/des-tests (License): Likewise.
35266
35267         * modules/md4-tests (License): Likewise.
35268
35269         * modules/md2-tests (License): Likewise.
35270
35271 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35272
35273         Sync from coreutils:
35274
35275         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
35276         * modules/lib-ignore: New file.
35277         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
35278         chdir-safer.m4, lchmod.m4.
35279         * modules/openat: Add mkdirat.c, openat-priv.h.
35280
35281 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35282
35283         Sync from coreutils.
35284         * m4/lib-ignore.m4: New file.
35285         * m4/lchmod.m4: New file.
35286
35287 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35288
35289         Sync from coreutils.
35290         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
35291         for write access: POSIX says that must fail.
35292         * lib/fts.c (diropen): Likewise.
35293         * lib/save-cwd.c (save_cwd): Likewise.
35294         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
35295         well, for minor improvements on hosts that lack O_DIRECTORY.
35296         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
35297         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
35298         Fall back on chown if open failed with EACCES.
35299
35300         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
35301         Report an error at compile-time if only a 1-second nominal clock
35302         resolution is found.
35303
35304         * lib/lchmod.h: New file.
35305         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
35306         (make_dir_parents): Use lchown rather than chown, and
35307         lchmod rather than chmod.
35308
35309         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
35310         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
35311         "proc" reported by n0dalus.
35312
35313         * lib/mountlist.c: Include <limits.h>.
35314         (dev_from_mount_options)
35315         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
35316         New function.  It no longer assumes "dev=" has the System V meaning
35317         on Linux (since it doesn't).  It also parses "dev=" more carefully.
35318         (read_file_system_list)
35319         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
35320         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
35321         dev= in that case.
35322
35323         * lib/posixtm.h (PDS_PRE_2000): New macro.
35324         * lib/posixtm.c (year): Arg is now syntax_bits rather than
35325         allow_century.  All usages changed.  Reject dates outside the range
35326         1969-1999 if PDS_PRE_2000 is used.
35327
35328 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
35329
35330         Sync from coreutils.
35331         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
35332         (Time of day items): Mention the possibility of leap seconds.
35333         Problem reported by Dr. David Alan Gilbert.
35334
35335 2006-01-09  Jim Meyering  <jim@meyering.net>
35336
35337         Sync from coreutils.
35338
35339         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
35340
35341         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
35342
35343         * lib/modechange.c (mode_compile): Reject an invalid mode string
35344         that starts with an octal digit.  From Andreas Gruenbacher.
35345
35346         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
35347         and dup to open_safer and dup_safer, respectively.
35348         (openat_permissive): Fix typo in comment.
35349
35350         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
35351         "gettext.h"; either no longer needed or are guaranteed by openat.h.
35352         (_): Remove; no longer needed.
35353         (openat): Renamed from rpl_openat; no need for rpl_openat
35354         since openat.h renames openat for us.
35355         Replace most of the body with a call to openat_permissive,
35356         to avoid duplicate code.
35357         Port to (probably hypothetical) environments were mode_t is
35358         wider than int.
35359         (openat_permissive): Require mode arg, so that we can check
35360         types better.  Put it just after flags.  Change cwd failure
35361         indicator from pointer-to-bool to pointer-to-errno-value.
35362         All callers changed.
35363         Invoke openat_save_fail and/or openat_restore_fail if
35364         cwd_errno is null, so that openat can call us.
35365         (openat_permissive, fdopendir, fstatat, unlinkat):
35366         Simplify errno handling to avoid some duplicate code,
35367         as it's OK to set errno on success.
35368         * lib/openat.h: Revamp code so that function macros depend on
35369         __OPENAT_PREFIX only, not also on AT_FDCWD.
35370         (openat_ro): Remove.  Caller changed to use openat_permissive.
35371         (openat_permissive): Now a macro, if not a function.
35372         (openat_restore_fail, openat_save_fail): Now always functions,
35373         since mkdirat needs them even if __OPENAT_PREFIX is defined.
35374
35375         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
35376         and openat.c.
35377         * lib/mkdirat.c: Include openat-priv.h.
35378         Remove definitions of macros defined therein.
35379         * lib/openat.c: Likewise.
35380
35381         * lib/mkdirat.c (mkdirat): New file and function.
35382         * lib/openat.h (mkdirat): Declare.
35383
35384         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
35385
35386         * lib/openat.h (openat_permissive): Declare.
35387         (openat_ro): Define.
35388
35389         * lib/openat.c (EXPECTED_ERRNO): New macro.
35390         (openat_permissive): New function -- used in remove.c rewrite.
35391         (all functions): Set errno just before returning, only if there
35392         was an actual failure.
35393         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
35394
35395         Emulate openat-family functions using Linux's procfs, if possible.
35396         Idea and some code based on Ulrich Drepper's glibc changes.
35397
35398         * lib/openat.c: (BUILD_PROC_NAME): New macro.
35399         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
35400         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
35401         before falling back on save_cwd and restore_cwd.
35402         (fdopendir, fstatat, unlinkat): Likewise.
35403
35404         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
35405         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
35406
35407         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
35408         as second argument to va_arg.  Otherwise, some versions of gcc
35409         warn that `if this code is reached, the program will abort'.
35410
35411 2006-01-09  Jim Meyering  <jim@meyering.net>
35412
35413         Sync from coreutils.
35414         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
35415         Require openat-priv.h.
35416
35417 2006-01-09  Bruno Haible  <bruno@clisp.org>
35418
35419         * modules/strnlen (Include): Use strnlen.h.
35420
35421 2006-01-09  Bruno Haible  <bruno@clisp.org>
35422
35423         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
35424
35425 2006-01-09  Bruno Haible  <bruno@clisp.org>
35426
35427         * lib/sysexit_.h (EX_OK): New macro.
35428         Suggested by Martin Lambers <marlam@marlam.de>.
35429
35430 2006-01-09  Bruno Haible  <bruno@clisp.org>
35431
35432         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
35433         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
35434
35435 2006-01-09  Bruno Haible  <bruno@clisp.org>
35436
35437         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
35438         numbers.
35439
35440 2006-01-09  Bruno Haible  <bruno@clisp.org>
35441
35442         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
35443         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
35444         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
35445         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
35446
35447 2006-01-09  Bruno Haible  <bruno@clisp.org>
35448
35449         * build-aux/javacomp.sh.in: New file, moved from lib/.
35450         * modules/javacomp-script (Files): Update.
35451         (configure.ac): Add AC_CONFIG_FILES invocation.
35452         (EXTRA_DIST): Remove variable.
35453
35454         * build-aux/javaexec.sh.in: New file, moved from lib/.
35455         * modules/javaexec (Files): Update.
35456         (configure.ac): Add AC_CONFIG_FILES invocation.
35457         (EXTRA_DIST): Remove javaexec.sh.in.
35458
35459         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
35460         * modules/csharpcomp-script (Files): Update.
35461         (configure.ac): Add AC_CONFIG_FILES invocation.
35462         (EXTRA_DIST): Remove variable.
35463
35464         * build-aux/csharpexec.sh.in: New file, moved from lib/.
35465         * modules/csharpexec (Files): Update.
35466         (configure.ac): Add AC_CONFIG_FILES invocation.
35467         (EXTRA_DIST): Remove csharpexec.sh.in.
35468
35469 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
35470
35471         Sync from coreutils.
35472
35473         Add POSIX ACL support
35474         * lib/acl.h (copy_acl, set_acl): Add declarations.
35475         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
35476         systems other than Linux.
35477         (chmod_or_fchmod): New function: use fchmod when possible,
35478         and chmod otherwise.
35479         (file_has_acl): Add a POSIX ACL implementation, with a
35480         Linux-specific subcase.
35481         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
35482         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
35483         acls are unsupported.
35484         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
35485         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
35486         are unsupported.
35487
35488 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
35489
35490         Sync from coreutils.
35491         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
35492
35493 2006-01-07  Bruno Haible  <bruno@clisp.org>
35494
35495         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
35496         gl_EARLY.
35497
35498 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35499
35500         * lib/strftime.c (tzname): Don't declare if it is already #defined.
35501         Problem reported for Mingw by Mark Junker.
35502
35503 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35504
35505         * README: Gnulib normally doesn't generate a tarball.
35506
35507 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
35508
35509         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
35510         long int, not int, for nanosecond counts, so that people who are
35511         used to POSIX struct timespec won't be surprised.  Reported by Jim
35512         Meyering.
35513
35514 2005-12-28  Bruno Haible  <bruno@clisp.org>
35515
35516         * build-aux/config.rpath: Update from GNU gettext.
35517
35518 2005-12-16  Jim Meyering  <jim@meyering.net>
35519
35520         * modules/fprintftime: New module.
35521         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
35522
35523 2005-12-16  Jim Meyering  <jim@meyering.net>
35524
35525         * m4/fprintftime.m4: New file.
35526
35527 2005-12-16  Jim Meyering  <jim@meyering.net>
35528
35529         * lib/fprintftime.c, lib/fprintftime.h: New files.
35530
35531 2005-12-15  Simon Josefsson  <jas@extundo.com>
35532
35533         * modules/socklen (configure.ac): Fix M4 macro name, to align with
35534         new m4/socklen.m4.
35535
35536 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35537
35538         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
35539         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
35540
35541 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35542
35543         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
35544         * lib/argp-help.c (fill_in_uparams): Check if the constructed
35545         struct uparams is valid. Fall back to the default values if it is
35546         not.
35547
35548 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35549
35550         * modules/argp (Files): Add argp-pin.c
35551         (Depends-on): dirname
35552         (lib_SOURCES): Add argp-pin.c
35553
35554 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35555
35556         * m4/argp.m4:  Check if program_invocation_name and
35557         program_invocation_short_name are declared and define appropriate
35558         macros if they are not.
35559
35560 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35561
35562         * lib/argp-help.c (__argp_base_name): New function
35563         (__argp_short_program_name): Rewrite using __argp_base_name
35564         * lib/argp-namefrob.h: Define program_invocation_name and
35565         program_invocation_short_name if requested
35566         (__argp_base_name): Add prototype
35567         * lib/argp-parse.c (argp_def): Use gettext wrappers
35568         (argp_default_parser): Use __argp_base_name
35569         * lib/argp-pin.c: New file. Defines program_invocation_name and
35570         program_invocation_short_name on systems that lack them.
35571
35572 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35573
35574         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
35575         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
35576         porting problem reported by Georg Schwarz in
35577         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
35578
35579 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35580
35581         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
35582         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
35583         porting problem reported by Georg Schwarz in
35584         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
35585
35586 2005-12-05  Bruno Haible  <bruno@clisp.org>
35587
35588         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
35589         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
35590         Reported by Mark Junker <mjscod@gmx.de>.
35591
35592 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
35593
35594         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
35595         Use implementation from Albert Chin, with some
35596         comments/corrections by Stepan Kasal and myself.
35597
35598 2005-12-02  Bruno Haible  <bruno@clisp.org>
35599
35600         * gnulib-tool (func_import): Accept GPLed build tool modules when
35601         --lgpl is given.
35602         * modules/csharpcomp-script: New file.
35603         * modules/csharpcomp: Depend on it.
35604         * modules/javacomp-script: New file.
35605         * modules/javacomp: Depend on it.
35606         Suggested by Simon Josefsson.
35607
35608 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
35609
35610         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
35611         statement, to work around an HP-UX 10.20 compiler bug reported by
35612         Peter O'Gorman.
35613
35614 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
35615
35616         * modules/savedir (Depends-on): Add openat.
35617
35618 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
35619
35620         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
35621         (uintmax_t) [defined uintmax_t]: Do not declare.
35622         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
35623         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
35624         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
35625         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
35626         sake of portability to weird hosts that C allows (though we don't
35627         know of any practical examples).
35628
35629         * lib/savedir.h (fdsavedir): New decl.
35630         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
35631         contains most of the former guts of savedir.
35632         (savedir): Use savedirstream.
35633         Include "openat.h".
35634
35635 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35636
35637         * modules/obstack (Files): Add m4/ulonglong.m4.
35638         Problem reported by Davide Angelocola.
35639
35640 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
35641
35642         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
35643         coreutils no longer futzes with rounding modes.
35644
35645 2005-11-14  Jim Meyering  <jim@meyering.net>
35646
35647         * lib/mkstemp-safer.c: Include <config.h>, required for possible
35648         replacement of mkstemp.
35649
35650 2005-11-10  Simon Josefsson  <jas@extundo.com>
35651
35652         * lib/readline.c: Remove EOL.
35653
35654 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35655
35656         * modules/gethrxtime (Depends-on): Add gettime.
35657
35658 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35659
35660         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
35661         or gettimeofday; no longer needed.
35662
35663 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35664
35665         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
35666         time business.
35667         (gethrxtime) [! (HAVE_NANOUPTIME
35668         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
35669         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
35670         our own approximation.
35671
35672 2005-11-08  Eric Blake  <ebb9@byu.net>
35673
35674         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
35675
35676 2005-11-08  Eric Blake  <ebb9@byu.net>
35677
35678         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
35679
35680 2005-11-04  Bruno Haible  <bruno@clisp.org>
35681
35682         * gnulib-tool: Implement --update mode.
35683
35684 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35685
35686         Fix porting problem reported by Theodoros V. Kalamatianos.
35687         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
35688         Don't assume that futimes failing means we must fail.
35689
35690 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35691
35692         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
35693         variables to suggest the intended function of the PATH_MAX check.
35694
35695 2005-10-30  Kean Johnston  <jkj@sco.com>
35696
35697         Trivial changes to support SCO systems.
35698         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
35699         as PATH_MAX.
35700         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
35701         where __ptr is null when no I/O is pending.
35702
35703 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35704
35705         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
35706         leave errno alone.  Problem reported by Dmitry V. Levin.
35707
35708 2005-10-28  Simon Josefsson  <jas@extundo.com>
35709
35710         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
35711         Test more.
35712
35713         * tests/test-gc-md2.c, tests/test-md2.c: New files.
35714
35715         * modules/md2, modules/md2-tests: New files.
35716
35717 2005-10-28  Simon Josefsson  <jas@extundo.com>
35718
35719         * m4/inet_ntop.m4: More tests.
35720
35721         * m4/gc-md2.m4, md2.m4: New file.
35722
35723 2005-10-28  Simon Josefsson  <jas@extundo.com>
35724
35725         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
35726         "restrict" keywords, as per POSIX.  Protect the function
35727         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
35728         Don't use K&R prototypes.  Check the sprintf return values.
35729         Re-define EAFNOSUPPORT if not present.  Indent.
35730
35731         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
35732         suggested by Bruno Haible <bruno@clisp.org>.
35733
35734         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
35735
35736         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
35737
35738         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
35739         libgcrypt).
35740
35741         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
35742
35743         * lib/md2.h, lib/md2.c: New files.
35744
35745 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
35746
35747         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
35748         errno alone.  Problem reported by Frederic Jolliton.
35749
35750 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
35751
35752         * modules/verify (License): Change from GPL to LGPL.  This is a
35753         tiny module and there are apparently near-equivalents that are
35754         under the BSD license.
35755
35756 2005-10-24  Simon Josefsson  <jas@extundo.com>
35757
35758         * modules/sha1: Relicense to LGPL.
35759
35760 2005-10-24  Simon Josefsson  <jas@extundo.com>
35761
35762         * lib/md4.h: Shrink buffer size, now that we changed the type.
35763
35764 2005-10-23  Simon Josefsson  <jas@extundo.com>
35765
35766         * gnulib-tool (func_import): Fix --tests-base.
35767
35768 2005-10-22  Simon Josefsson  <jas@extundo.com>
35769
35770         * modules/arcfour (Depends-on): Need stdint.
35771
35772 2005-10-22  Simon Josefsson  <jas@extundo.com>
35773
35774         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
35775         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
35776
35777 2005-10-22  Simon Josefsson  <jas@extundo.com>
35778
35779         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
35780         suggested by Bruno Haible <bruno@clisp.org>.
35781
35782 2005-10-22  Simon Josefsson  <jas@extundo.com>
35783
35784         * lib/crc.h: Include stddef.h, for size_t.
35785
35786 2005-10-22  Simon Josefsson  <jas@extundo.com>
35787
35788         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
35789         arcfour_context struct (simplify test vector testing in GNU
35790         Shishi).
35791
35792 2005-10-21  Simon Josefsson  <jas@extundo.com>
35793
35794         * modules/des, modules/des-tests: New files.
35795
35796         * modules/gc-des, modules/gc-des-tests: New files.
35797
35798         * tests/test-des.c, tests/test-gc-des.c: New file.
35799
35800 2005-10-21  Simon Josefsson  <jas@extundo.com>
35801
35802         * modules/arctwo, modules/arctwo-tests: New files.
35803
35804         * tests/test-arctwo.c: New file.
35805
35806         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
35807
35808         * tests/test-gc-arctwo.c: New file.
35809
35810 2005-10-21  Simon Josefsson  <jas@extundo.com>
35811
35812         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
35813         Bruno Haible <bruno@clisp.org>.
35814
35815         * m4/gc-des.m4: New file.
35816
35817 2005-10-21  Simon Josefsson  <jas@extundo.com>
35818
35819         * m4/arctwo.m4: New file.
35820
35821         * m4/gc-arctwo.m4: New file.
35822
35823 2005-10-21  Simon Josefsson  <jas@extundo.com>
35824
35825         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
35826         block.
35827
35828 2005-10-21  Simon Josefsson  <jas@extundo.com>
35829
35830         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
35831         <bruno@clisp.org>.
35832
35833         * lib/hmac-sha1.c (hmac_sha1): Likewise.
35834
35835         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
35836         Bruno Haible <bruno@clisp.org>.
35837
35838         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
35839         <bruno@clisp.org>.
35840
35841 2005-10-21  Simon Josefsson  <jas@extundo.com>
35842
35843         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
35844
35845 2005-10-21  Simon Josefsson  <jas@extundo.com>
35846
35847         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
35848
35849 2005-10-21  Simon Josefsson  <jas@extundo.com>
35850
35851         * lib/des.h, lib/des.c: New files.
35852
35853         * lib/gc-gnulib.c: Support DES.c
35854
35855 2005-10-21  Simon Josefsson  <jas@extundo.com>
35856
35857         * lib/arctwo.h, lib/arctwo.c: New files.
35858
35859         * lib/gc-gnulib.c: Support ARCTWO.
35860
35861 2005-10-21  Simon Josefsson  <jas@extundo.com>
35862
35863         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
35864         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35865
35866 2005-10-21  Simon Josefsson  <jas@extundo.com>
35867
35868         * gnulib-tool (func_import, func_create_testdir): Define automake
35869         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
35870         Makefile.am snippet),
35871         suggested by Bruno Haible <bruno@clisp.org>.
35872
35873         * modules/gc (Makefile.am): Use it.
35874
35875 2005-10-21  Bruno Haible  <bruno@clisp.org>
35876
35877         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
35878         patch.
35879
35880 2005-10-19  Simon Josefsson  <jas@extundo.com>
35881
35882         * tests/test-gc-rijndael.c: New file.
35883
35884         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
35885
35886 2005-10-19  Simon Josefsson  <jas@extundo.com>
35887
35888         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
35889         interface too.
35890
35891 2005-10-19  Simon Josefsson  <jas@extundo.com>
35892
35893         * tests/test-gc-arcfour.c: New file.
35894
35895         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
35896
35897 2005-10-19  Simon Josefsson  <jas@extundo.com>
35898
35899         * modules/gc-md4, modules/gc-md4-tests: New file.
35900
35901         * tests/test-gc-md4.c: New file.
35902
35903 2005-10-19  Simon Josefsson  <jas@extundo.com>
35904
35905         * m4/gc-md4.m4: New file.
35906
35907 2005-10-19  Simon Josefsson  <jas@extundo.com>
35908
35909         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
35910         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
35911         <kasal@ucw.cz>.
35912
35913 2005-10-19  Simon Josefsson  <jas@extundo.com>
35914
35915         * m4/gc-arcfour.m4: New file.
35916
35917         * m4/gc-rijndael.m4: New file.
35918
35919 2005-10-19  Simon Josefsson  <jas@extundo.com>
35920
35921         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
35922
35923 2005-10-19  Simon Josefsson  <jas@extundo.com>
35924
35925         * lib/gc-gnulib.c: Support ARCFOUR.
35926
35927 2005-10-19  Simon Josefsson  <jas@extundo.com>
35928
35929         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
35930         support.
35931
35932         * lib/gc.h: Add ECB enum type.
35933
35934         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
35935
35936 2005-10-18  Simon Josefsson  <jas@extundo.com>
35937
35938         * tests/test-md5.c: New file.
35939
35940         * modules/md5-tests: New file.
35941
35942 2005-10-18  Simon Josefsson  <jas@extundo.com>
35943
35944         * tests/test-md4.c: New file.
35945
35946         * modules/md4, modules/md4-tests: New files.
35947
35948 2005-10-18  Simon Josefsson  <jas@extundo.com>
35949
35950         * m4/md4.m4: New file.
35951
35952 2005-10-18  Simon Josefsson  <jas@extundo.com>
35953
35954         * lib/md4.h, lib/md4.c: New files, based on md5.?.
35955
35956 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
35957
35958         * gnulib-tool (func_create_testdir): Omit the second check whether
35959         BUILT_SOURCES in nonempty.
35960
35961 2005-10-17  Simon Josefsson  <jas@extundo.com>
35962
35963         * tests/test-rijndael.c: New file.
35964
35965 2005-10-17  Simon Josefsson  <jas@extundo.com>
35966
35967         * modules/sha1: Depend on stdint instead of md5.
35968
35969         * modules/md5: Depend on stdint, remove uint32_t.
35970
35971 2005-10-17  Simon Josefsson  <jas@extundo.com>
35972
35973         * modules/gc-sha1-tests: New file.
35974
35975         * tests/test-gc-sha1.c: New file.
35976
35977 2005-10-17  Simon Josefsson  <jas@extundo.com>
35978
35979         * m4/md5.m4: Remove call to uint32_t.m4.
35980
35981 2005-10-17  Simon Josefsson  <jas@extundo.com>
35982
35983         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
35984
35985         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
35986         md5.h.
35987
35988         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
35989
35990         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
35991
35992 2005-10-17  Simon Josefsson  <jas@extundo.com>
35993
35994         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
35995
35996 2005-10-17  Simon Josefsson  <jas@extundo.com>
35997
35998         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
35999
36000 2005-10-17  Simon Josefsson  <jas@extundo.com>
36001
36002         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
36003
36004         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
36005
36006 2005-10-17  Bruno Haible  <bruno@clisp.org>
36007
36008         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
36009         that it can also be used in a test.
36010
36011 2005-10-16  Bruno Haible  <bruno@clisp.org>
36012
36013         * gnulib-tool (func_emit_tests_Makefile_am): Also define
36014         TESTS_ENVIRONMENT, so that individual tests can augment it.
36015
36016         * gnulib-tool (func_create_testdir): Use an intermediate target for
36017         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
36018         macros, like $(ALLOCA_H), which cannot be passed through the command
36019         line.
36020
36021 2005-10-15  Simon Josefsson  <jas@extundo.com>
36022
36023         * modules/rijndael-tests: New file.
36024
36025         * modules/rijndael: New file.
36026
36027 2005-10-15  Simon Josefsson  <jas@extundo.com>
36028
36029         * m4/rijndael.m4: New file.
36030
36031 2005-10-15  Simon Josefsson  <jas@extundo.com>
36032
36033         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
36034
36035         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
36036
36037 2005-10-14  Simon Josefsson  <jas@extundo.com>
36038
36039         * tests/test-arcfour.c: New file.
36040
36041         * modules/arcfour, modules/arcfour-tests: New files.
36042
36043 2005-10-14  Simon Josefsson  <jas@extundo.com>
36044
36045         * m4/arcfour.m4: New file.
36046
36047 2005-10-14  Simon Josefsson  <jas@extundo.com>
36048
36049         * lib/arcfour.h, lib/arcfour.c: New files.
36050
36051 2005-10-14  Roland McGrath  <roland@redhat.com>
36052
36053         Import from libc.  [BZ #1331]
36054         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
36055         macro argument.
36056         Reported by Matej Vela <vela@debian.org>.
36057
36058 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36059
36060         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
36061         include <wchar.h>; no longer needed.
36062
36063 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
36064
36065         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
36066
36067 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
36068         and  Ulrich Drepper  <drepper@redhat.com>
36069
36070         Import from libc.
36071         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
36072         instead of inline stream orientation test and two separate
36073         function calls.  Pay no attention to USE_IN_LIBIO.
36074
36075 2005-10-13  Simon Josefsson  <jas@extundo.com>
36076
36077         * modules/gc-hmac-md5-tests: New file.
36078
36079         * tests/test-gc-hmac-sha1.c: New file.
36080
36081         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
36082
36083         * modules/gc-hmac-md5-tests: New file.
36084
36085         * tests/test-gc-md5.c: New file.
36086
36087         * modules/gc-md5-tests: New file.
36088
36089 2005-10-13  Simon Josefsson  <jas@extundo.com>
36090
36091         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
36092         Move memory allocation outside of loop.
36093
36094 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
36095
36096         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
36097         intermediate directory is in a read-only file system.  Problem
36098         reported by Eric Blake.
36099
36100 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
36101
36102         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
36103
36104 2005-10-12  Simon Josefsson  <jas@extundo.com>
36105
36106         * tests/test-hmac-sha1.c: New file.
36107
36108         * modules/hmac-sha1-tests: New file.
36109
36110         * modules/hmac-sha1: New file.
36111
36112 2005-10-12  Simon Josefsson  <jas@extundo.com>
36113
36114         * modules/gc-sha1: New file.
36115
36116 2005-10-12  Simon Josefsson  <jas@extundo.com>
36117
36118         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
36119
36120         * tests/test-gc-pbkdf2-sha1.c: New file.
36121
36122 2005-10-12  Simon Josefsson  <jas@extundo.com>
36123
36124         * modules/gc-md5, modules/gc-hmac-md5: New files.
36125
36126         * modules/gc (Files): Remove md5, memxor and hmac files.
36127
36128 2005-10-12  Simon Josefsson  <jas@extundo.com>
36129
36130         * m4/gc-pbkdf2-sha1.m4: New file.
36131
36132         * m4/gc-hmac-sha1.m4: New file.
36133
36134         * m4/gc-sha1: New file.
36135
36136         * m4/hmac-sha1.m4: New file.
36137
36138 2005-10-12  Simon Josefsson  <jas@extundo.com>
36139
36140         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
36141
36142         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
36143
36144 2005-10-12  Simon Josefsson  <jas@extundo.com>
36145
36146         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
36147         suggested by Bruno Haible <bruno@clisp.org>.
36148
36149 2005-10-12  Simon Josefsson  <jas@extundo.com>
36150
36151         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
36152
36153 2005-10-12  Simon Josefsson  <jas@extundo.com>
36154
36155         * lib/gc-pbkdf2-sha1.c: New file.
36156
36157         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
36158
36159 2005-10-12  Simon Josefsson  <jas@extundo.com>
36160
36161         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
36162
36163         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
36164
36165 2005-10-12  Simon Josefsson  <jas@extundo.com>
36166
36167         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
36168         GC_USE_HMAC_MD5, respectively.
36169
36170         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
36171         (gc_md5): Fix typo.
36172
36173         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
36174
36175         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
36176
36177         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
36178
36179 2005-10-12  Bruno Haible  <bruno@clisp.org>
36180
36181         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
36182         Reported by Stepan Kasal <kasal@ucw.cz>.
36183
36184 2005-10-11  Simon Josefsson  <jas@extundo.com>
36185
36186         * tests/test-crc.c: New file.
36187
36188         * modules/crc, modules/crc-tests: New files.
36189
36190 2005-10-11  Simon Josefsson  <jas@extundo.com>
36191
36192         * m4/crc.m4: New file.
36193
36194 2005-10-11  Simon Josefsson  <jas@extundo.com>
36195
36196         * lib/gc.h: Add gc_hash and gc_hash_buffer.
36197
36198         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
36199
36200         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
36201
36202 2005-10-11  Simon Josefsson  <jas@extundo.com>
36203
36204         * lib/crc.h, lib/crc.c: New files.
36205
36206         * lib/gc.h (gc_hash_buffer): Add doc.
36207
36208 2005-10-11  Bruno Haible  <bruno@clisp.org>
36209
36210         * modules/c-strcasestr: New file.
36211         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
36212
36213 2005-10-11  Bruno Haible  <bruno@clisp.org>
36214
36215         * modules/c-strcase: New file.
36216         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
36217
36218 2005-10-11  Bruno Haible  <bruno@clisp.org>
36219
36220         * lib/strcasecmp.c: Include limits.h.
36221         (strcasecmp): Avoid integer overflow on exotic platforms.
36222         * lib/strncasecmp.c: Include limits.h.
36223         (strncasecmp): Avoid integer overflow on exotic platforms.
36224         Reported by Paul Eggert.
36225
36226 2005-10-11  Bruno Haible  <bruno@clisp.org>
36227
36228         * lib/c-strcasestr.h: New file, from GNU gettext.
36229         * lib/c-strcasestr.c: New file, from GNU gettext.
36230
36231 2005-10-11  Bruno Haible  <bruno@clisp.org>
36232
36233         * lib/c-strcase.h: New file, from GNU gettext.
36234         * lib/c-strcasecmp.c: New file, from GNU gettext.
36235         * lib/c-strncasecmp.c: New file, from GNU gettext.
36236
36237 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
36238
36239         * modules/mempcpy (License): GPL -> LGPL.
36240         * modules/strchrnul (License): Likewise.
36241         * modules/sysexits (License): Likewise.
36242
36243 2005-10-08  Simon Josefsson  <jas@extundo.com>
36244
36245         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
36246
36247 2005-10-07  Simon Josefsson  <jas@extundo.com>
36248
36249         * m4/memxor.m4: Remove gl_C_RESTRICT call.
36250
36251 2005-10-06  Simon Josefsson  <jas@extundo.com>
36252
36253         * tests/test-hmac-md5.c: New file.
36254
36255         * modules/hmac-md5-tests: New file.
36256
36257         * modules/hmac-md5: New file.
36258
36259 2005-10-06  Simon Josefsson  <jas@extundo.com>
36260
36261         * m4/hmac-md5.m4: New file.
36262
36263         * m4/memxor.m4: Require gl_C_RESTRICT.
36264
36265 2005-10-06  Simon Josefsson  <jas@extundo.com>
36266
36267         * lib/memxor.c (memxor): Avoid casts and warnings.
36268
36269 2005-10-06  Simon Josefsson  <jas@extundo.com>
36270
36271         * lib/hmac-md5.c: New file.
36272
36273         * lib/hmac.h: New file.
36274
36275 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
36276
36277         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
36278         promotes to int, not unsigned int, to catch the AIX 5.3
36279         compiler bug.
36280
36281 2005-10-05  Simon Josefsson  <jas@extundo.com>
36282
36283         * modules/memxor: New file.
36284
36285         * modules/iconv (Files): Move config.rpath to havelib, it is used
36286         there.
36287
36288         * modules/havelib (Files): Add config.rpath.
36289
36290 2005-10-05  Simon Josefsson  <jas@extundo.com>
36291
36292         * m4/memxor.m4: New file.
36293
36294 2005-10-05  Simon Josefsson  <jas@extundo.com>
36295
36296         * lib/memxor.c (memxor): Fix compiler error.
36297
36298         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
36299         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
36300
36301         * lib/memxor.h, lib/memxor.c: New files.
36302
36303         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
36304         we assume all systems have it, suggested by Jim Meyering
36305         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
36306         any systems lack sys/socket.h; mingw32 is known to lack it, but we
36307         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
36308         same reasons.
36309
36310 2005-10-05  Simon Josefsson  <jas@extundo.com>
36311
36312         * config/srclist.txt: Add glibc bug 1423 for md5.h.
36313
36314 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
36315
36316         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
36317         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
36318         needed, since the source code now assumes these .h files.
36319
36320 2005-10-05  Derek Price  <derek@ximbiot.com>
36321
36322         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
36323
36324 2005-10-05  Bruno Haible  <bruno@clisp.org>
36325
36326         * modules/stdint (License): Change to LGPL.
36327
36328 2005-10-04  Simon Josefsson  <jas@extundo.com>
36329
36330         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
36331         D. Baushke" <mdb@gnu.org>.
36332
36333 2005-10-04  Bruno Haible  <bruno@clisp.org>
36334
36335         * lib/verify.h (verify_true): Provide alternative definition for C++.
36336
36337 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
36338
36339         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
36340         (SSIZE_MAX): New macro, if not already defined.
36341         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
36342         than 2 GiB.
36343
36344 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36345
36346         Sync from coreutils.
36347         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
36348         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
36349         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
36350         ULLONG_MAX doesn't work with 2.7.2.1.
36351
36352 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36353
36354         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
36355         From Ben Pfaff.
36356
36357         * modules/exclude (Depends-on): Depend on verify.
36358         * modules/strtoimax (Depends-on): Likewise.
36359         * modules/utimecmp (Depends-on): Likewise.
36360
36361 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
36362
36363         * lib/exclude.c: Include verify.h.
36364         (verify): Remove.  All callers changed to use verify.h's version.
36365         * lib/strtoimax.c: Likewise.
36366         * lib/utimecmp.c: Likewis.e
36367
36368         Sync from coreutils.
36369         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
36370         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
36371         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
36372         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
36373         bother returning ENOSYS if settimeofday or stime fails; just let
36374         them return whatever errno they want to return.
36375         * lib/utimens.c: Include unistd.h, for dup2.
36376         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
36377         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
36378
36379 2005-10-02  Jim Meyering  <jim@meyering.net>
36380
36381         Sync from coreutils.
36382         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
36383         from glibc-2.2.5 that fails for read-only files.
36384
36385 2005-10-02  Jim Meyering  <jim@meyering.net>
36386
36387         Sync from coreutils.
36388         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
36389         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
36390         `#if HAVE_CONFIG_H'.
36391         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
36392         Remove AT_FDCWD test.
36393         Do not consume the fd unless successful.
36394         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
36395         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
36396         block, so that we don't even try to compile it if settimeofday is
36397         available.  This works around a compilation failure on OSF1 V5.1,
36398         due to stime requiring a `long int*' while tv_sec is `int'.
36399
36400 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
36401
36402         Sync from coreutils.
36403         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
36404         against `yes', rather than just testing for nonempty.
36405
36406 2005-10-01  Simon Josefsson  <jas@extundo.com>
36407
36408         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
36409         and Darwin.
36410
36411         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
36412         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
36413         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
36414         freeaddrinfo and gai_strerror are declared by the POSIX headers.
36415         Check if struct addrinfo is declared.
36416
36417 2005-10-01  Simon Josefsson  <jas@extundo.com>
36418
36419         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
36420         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
36421         AI_* and EAI_* definitions.  Protect function declarations.
36422
36423 2005-10-01  Jim Meyering  <jim@meyering.net>
36424
36425         Sync from coreutils.
36426
36427         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
36428         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
36429         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
36430         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
36431         in the inet and nsl libraries.  Required on Solaris 5.7.
36432
36433 2005-10-01  Jim Meyering  <jim@meyering.net>
36434
36435         Sync from coreutils.
36436         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
36437         in the inet and nsl libraries.  Required on Solaris 5.7.
36438
36439 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
36440
36441         * lib/getdelim.c (getdelim): Remove unused variables.
36442
36443 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
36444
36445         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
36446         so that the code works even with ancient cpp.  Portability problem
36447         with GCC 2.7.2.1 reported by Thomas M.Ott.
36448
36449 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
36450
36451         * modules/regex (Depends-on): Add strcase.
36452
36453         * modules/gethostname (Licence): Change from GPL to LGPL, since
36454         gethostname.c is a trivial implementation of a standard library
36455         function.
36456         * modules/poll (License): Change from GPL to LGPL, since it's
36457         derived from LGPL code.
36458
36459 2005-09-27  Jim Meyering  <jim@meyering.net>
36460
36461         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
36462         HAVE_CONFIG_H.
36463
36464         * lib/intprops.h (signed_type_or_expr__): Define.
36465         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
36466         for unsigned types.
36467
36468 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
36469
36470         * lib/verify.h (verify_expr): Remove, replacing with:
36471         (verify_true): New macro that returns true instead of void.
36472         (verify_type__): Remove.
36473         (verify): Use verify_true rather than verify_type__.
36474
36475 2005-09-26  Bruno Haible  <bruno@clisp.org>
36476
36477         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
36478         is necessary.
36479         (lib_SOURCES): Remove mbchar.c.
36480         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
36481         (Files): Add m4/mbrtowc.m4.
36482         * modules/mbiter: Likewise.
36483         * modules/mbuiter: Likewise.
36484
36485 2005-09-26  Bruno Haible  <bruno@clisp.org>
36486
36487         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
36488         compile mbchar.c if they are not both present.
36489         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
36490         * m4/mbiter.m4 (gl_MBITER): Likewise.
36491         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
36492         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
36493         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
36494
36495 2005-09-25  Jim Meyering  <jim@meyering.net>
36496
36497         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
36498         also uses socklen_t.
36499
36500 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
36501
36502         * lib/utimens.c (ENOSYS): Define if not already defined.
36503         (futimens): Support having a null PATH if the file descriptor
36504         is nonnegative.
36505
36506         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
36507         Remove.
36508         (__attribute): Define to empty unless GCC 3.1 or later.
36509         This works around a core dump on OpenBSD 3.4, which has GCC
36510         2.95.3, which dumps core when given __attribute__(()).  It also
36511         simplifies other tests, since we really don't want to bother with
36512         worrying about which ancient version of GCC supported what.
36513         Original problem reported by Yoann Vandoorselaere, with part of
36514         the fix suggested by Derek Price.
36515
36516 2005-09-24  Jim Meyering  <jim@meyering.net>
36517
36518         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
36519         so we can once again use a positive bitfield width of 1 -- now we
36520         don't have to explain why we were using a bitfield width of 2.
36521
36522 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
36523
36524         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
36525         and similarly for the other external symbols.  Problem reported
36526         by James Gallager.
36527
36528         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
36529         bug reported by Jim Meyering.
36530
36531         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
36532         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
36533         not needed, since socklen is a prerequisite module.
36534
36535 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
36536
36537         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
36538         Problem reported by Eric Blake.
36539         (getaddrinfo): Initialize se so that it's not garbage.
36540         Redo internal storage allocation so that it doesn't make unportable
36541         assumptions about alignment.
36542         Fix a memory leak.
36543
36544         * lib/utimens.c (futimens): Use futimesat if available.
36545         Prefer it to futimes since it doesn't have the futimes bug.
36546
36547         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
36548         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
36549         Instead, declare a function that returns a pointer to an array,
36550         and use verify_type__ to declare the size of the array.
36551         Problem and germ of a solution reported by Bruno Haible.
36552         (verify_type__): Use 2, not 1, for bitfield size, to avoid
36553         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
36554
36555 2005-09-23  Jim Meyering  <jim@meyering.net>
36556
36557         Sync from coreutils.
36558         Correct build failure (socklen_t not defined) on at least
36559         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
36560         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
36561
36562 2005-09-23  Jim Meyering  <jim@meyering.net>
36563
36564         * modules/getaddrinfo (Depends-on): Add socklen.
36565
36566 2005-09-23  Bruno Haible  <bruno@clisp.org>
36567
36568         * tests/test-verify.c: New file.
36569
36570 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36571
36572         Sync from coreutils.
36573
36574         * modules/argmatch (Depends-on): Add verify.
36575         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
36576         unistd-safer.
36577         * modules/save-cwd (Depends-on): Likewise.
36578
36579         * modules/openat (Files): Add lib/openat-die.c.
36580         (Depends-on): Remove error, exitfail.
36581         Add dirname.
36582
36583         * modules/verify: New file.
36584         * MODULES.html.sh (Diagnostics <assert.h>): New section,
36585         with "verify" module.
36586
36587 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36588
36589         Sync from coreutils.
36590
36591         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
36592         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
36593         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
36594         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
36595         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
36596         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
36597         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
36598         Don't bother checking for string.h, stdlib.h, unistd.h.
36599         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
36600         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
36601         module's job.
36602         * m4/jm-macros.m4 (gl_MACROS): Likewise.
36603         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
36604
36605         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
36606         (gl_GETDATE): Use it.
36607
36608         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
36609
36610 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36611
36612         Sync from coreutils.
36613
36614         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
36615         stat-time.h.
36616         * lib/argmatch.h: Include verify.h
36617         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
36618         (ARGMATCH_ASSERT): Remove; unused.
36619         * lib/canonicalize.c: Assume STDC_HEADERS.
36620         * lib/exclude.c: Include "strcase.h".
36621         * lib/regex_internal.h [!defined _LIBC]: Likewise.
36622         * lib/getusershell.c: Include stdio--.h rather than stdio.h
36623         and stdio-safer.h.
36624         (getusershell): Call fopen, not fopen_safer.
36625         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
36626         Do not include unistd-safer.h.
36627         (save_cwd): Don't call fd_safer; no longer needed
36628         now that we include fcntl--.h.
36629
36630         * lib/getdate.y (relative_time): New type.
36631         (RELATIVE_TIME_0): New constant.
36632         (parser_control): Use relative_time instead of doing it ourselves.
36633         (%union): Add new relative_time rel member.
36634         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
36635         Now typeless.
36636         (relunit, relunit_snumber): Now of type rel.
36637         (zone, rel, relunit, get_date): Adjust to above changes.
36638
36639         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
36640         Do not include unistd-safer.h.
36641         (getloadavg): Don't call fd_safer; no longer needed
36642         now that we include fcntl--.h.
36643
36644         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
36645         (make_dir_parents): Treat ENOSYS like EEXIST.
36646
36647         Improve quality of diagnostics on restore_cwd failure.
36648         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
36649         (make_dir_parents): Last arg is now int * (for errno), not bool *.
36650         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
36651         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
36652         each time through the loop.  Do not diagnose restore_cwd failure;
36653         that is the caller's job (and perhaps the caller does not care).
36654
36655         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
36656         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
36657         If the file already exists but is not a directory, don't bother
36658         to try to make its parents.
36659         Close potential file descriptor leak if we can't chdir("/") (!).
36660         Don't always return true if chdir($PWD) fails; return true only
36661         if the requested action was done successfully (except for the
36662         chdir($PWD)).
36663         Don't log final directory unless we actually made it.
36664         Refactor to avoid duplicate code to fix up permissions.
36665         Don't attempt to fix up parent permissions if chdir($PWD) fails.
36666
36667         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
36668         to make it a bit faster and (I hope) clearer.
36669         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
36670         Fix bug in formats like %2N.
36671
36672         * lib/verify.h: New file.
36673
36674 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
36675
36676         Sync from coreutils.
36677         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
36678
36679 2005-09-22  Jim Meyering  <jim@meyering.net>
36680
36681         Sync from coreutils.
36682
36683         * m4/lstat.m4 (gl_FUNC_LSTAT):
36684         Use AC_LIBSOURCES to require lstat.c and lstat.h.
36685         Remove obsolete comment.
36686         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
36687         * m4/xstrtod.m4: Likewise.
36688
36689         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
36690
36691 2005-09-22  Jim Meyering  <jim@meyering.net>
36692
36693         Sync from coreutils.
36694
36695         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
36696
36697         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
36698         the .tm_year member, since otherwise gcc-4.0 would now warn about
36699         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
36700
36701         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
36702         order to avoid an unsuppressible warning from gcc on 64-bit systems.
36703
36704         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
36705         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
36706         when run in a time zone for which daylight savings time is in effect
36707         for the starting date.
36708
36709         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
36710         stop us from restricting permissions of just-created absolute-named
36711         directories.
36712         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
36713         to restore initial working directory.
36714         * lib/mkdir-p.c (make_dir_parents): New parameter:
36715         different_working_dir, to tell caller if/when we change the working
36716         directory and are unable to return to the initial one.
36717         * lib/mkdir-p.h (make_dir_parents): Update prototype.
36718         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
36719         `return false'.  This fixes a bug introduced on 2004-07-30.
36720
36721         * lib/openat.c (fdopendir): Be sure to close the supplied
36722         file descriptor before returning.  This makes our replacement
36723         implementation a little closer to Solaris's, where fdopendir
36724         ties the file descriptor to the returned DIR* pointer.
36725         * lib/openat.c (unlinkat): New function.
36726         * lib/openat.h (unlinkat): Add prototype.
36727         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
36728         (openat_restore_fail): Rename from openat_restore_die.
36729         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
36730
36731         Provide an alternative to exiting immediately upon save_cwd or
36732         restore_cwd failure.  Now, an application can arrange e.g.,
36733         to perform a longjump in that case.
36734         * lib/openat.c: Include dirname.h.
36735         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
36736         (rpl_openat, fdopendir, fstatat): Call openat_save_die
36737         and openat_restore_die rather than calling error directly.
36738         Don't include "error.h" or "exitfail.h"; they're no longer needed.
36739
36740         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
36741         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
36742         define.
36743
36744         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
36745         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
36746                             int utc, int nanoseconds);
36747         Background:
36748         date should not have to allocate a megabyte of virtual memory to
36749         handle a format argument like +%1048575T.  When implemented with
36750         strftime, it must allocate such a buffer, use strftime to fill it
36751         in, print it, then free it.
36752         With fprintftime, it simply prints everything and exits.
36753         With no need for memory allocation, that's one fewer way to fail.
36754         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
36755         optional field width, not before, so we accept %9:z, not %:9z.
36756         (my_strftime): Be sure to use L_('x') for literals.
36757
36758         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
36759         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
36760         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
36761         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
36762         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
36763         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
36764         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
36765         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
36766         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
36767         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
36768         * lib/xgethostname.c, lib/xreadlink.c:
36769         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
36770
36771         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
36772         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
36773         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
36774         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36775         and don't include <sys/file.h>).
36776
36777 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
36778
36779         Sync from coreutils.
36780
36781         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
36782         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
36783         [!LDAV_DONE]: Avoid unused variable warning.
36784
36785 2005-09-21  Bruno Haible  <bruno@clisp.org>
36786
36787         * lib/unicodeio.h (unicode_to_mb): New declaration.
36788
36789 2005-09-20  Derek Price  <derek@ximbiot.com>
36790
36791         * lib/getaddrinfo.c: Don't include <netdb.h> included from
36792         getaddrinfo.h.
36793
36794 2005-09-20  Bruno Haible  <bruno@clisp.org>
36795
36796         * gnulib-tool: Remove trailing slashes from the values specified for
36797         --source-base, --m4-base, --tests-base, --aux-dir.
36798         Suggested by Simon Josefsson <jas@extundo.com>.
36799
36800 2005-09-20  Bruno Haible  <bruno@clisp.org>
36801
36802         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
36803         func_modules_to_filelist, func_import, func_create_testdir): Make all
36804         sorting results locale-independent, so that gnulib-cache.m4 doesn't
36805         change when gnulib-tool is invoked in a different locale.
36806
36807 2005-09-19  Simon Josefsson  <jas@extundo.com>
36808
36809         * m4/socklen.m4: Fix typo.
36810
36811 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36812
36813         Use a consistent style for including <config.h>.
36814         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
36815         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
36816         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
36817         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
36818         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
36819         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
36820         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
36821         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
36822         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
36823         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
36824         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
36825         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
36826         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
36827         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
36828         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
36829         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
36830         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
36831         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
36832         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
36833         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
36834         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
36835         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
36836         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
36837         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
36838         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
36839         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
36840         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
36841         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
36842         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
36843         lib/xstrtoumax.c, lib/yesno.c:
36844         Standardize inclusion of config.h.
36845         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
36846         lib/inttostr.h:  Removed inclusion of config.h from header files.
36847         * lib/inttostr.c:  Adjusted in-tree users.
36848         * lib/timespec.h: Remove superfluous warning to include config.h.
36849         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
36850         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
36851         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
36852         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
36853         config.h with HAVE_CONFIG_H.
36854
36855 2005-09-19  Jim Meyering  <jim@meyering.net>
36856
36857         * modules/pathmax (License): Change to LGPL.
36858
36859 2005-09-19  Derek Price  <derek@ximbiot.com>
36860
36861         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
36862
36863 2005-09-19  Bruno Haible  <bruno@clisp.org>
36864
36865         * gnulib-tool (import): Provide default for --tests-base.
36866
36867 2005-09-19  Bruno Haible  <bruno@clisp.org>
36868
36869         * doc/quote.texi: New file, extracted from gnulib.texi.
36870         * doc/ctime.texi: New file, extracted from gnulib.texi.
36871         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
36872         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
36873         * doc/gnulib.texi: Include them.
36874
36875 2005-09-18  Bruno Haible  <bruno@clisp.org>
36876
36877         Portability fix.
36878         * gnulib-tool (func_readlink): New function.
36879         (func_ln_if_changed): Use it.
36880
36881 2005-09-18  Bruno Haible  <bruno@clisp.org>
36882
36883         * gnulib-tool: Support --with-tests also with --import.
36884         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
36885         (func_import): Use variables $testsbase and $inctests. Emit a
36886         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
36887         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
36888         SUBDIRS += $testsdir.
36889         (func_create_testdir): Update.
36890
36891 2005-09-18  Bruno Haible  <bruno@clisp.org>
36892
36893         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
36894         instead of $dry_run.
36895         (func_cp_if_changed, func_mv_if_changed): Remove functions.
36896         (func_ln_if_changed): Don't handle dry-run here.
36897         (func_import): In dry-run mode, detect more precisely which actions
36898         would be performed, and don't use "...ing" verbs.
36899
36900 2005-09-18  Bruno Haible  <bruno@clisp.org>
36901
36902         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
36903         (func_import): Use join on two temporary files instead of three nested
36904         loops, in order to determine which files are new or old.
36905
36906 2005-09-18  Bruno Haible  <bruno@clisp.org>
36907
36908         * gnulib-tool (func_import): Comment out code that spits out the
36909         new files with --dry-run.
36910
36911 2005-09-18  Bruno Haible  <bruno@clisp.org>
36912
36913         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
36914
36915 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36916
36917         * lib/stat-time.h: New file.
36918         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
36919         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
36920         in a different way.
36921         (timespec_cmp): New function.
36922         * lib/utimecmp.c: Include stat-time.h.
36923         (SYSCALL_RESOLUTION): Depend on whether various struct stat
36924         members exist, not on the obsolescent ST_MTIM_NSEC.
36925         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
36926
36927 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36928
36929         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
36930
36931 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
36932
36933         * MODULES.html.sh (File system functions): Add stat-time.
36934         * modules/stat-time: New file.
36935         * modules/timespec (Files): Remove m4/st_mtim.m4; this
36936         is now done in a different way, by the stat-time module.
36937         * modules/utimecmp (Depends-on): Add stat-time.
36938
36939 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
36940
36941         * m4/st_mtim.m4: Remove.  Superseded by...
36942         * m4/stat-time.m4: New file.
36943         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
36944         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
36945
36946 2005-09-15  Derek Price  <derek@ximbiot.com>
36947
36948         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
36949
36950 2005-09-15  Derek Price  <derek@ximbiot.com>
36951
36952         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
36953         * lib/regex_internal.c: Ditto, using this...
36954         (__GNUC_PREREQ): ...new macro.
36955         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
36956         using...
36957         (__GNUC_PREREQ): ...this new macro.
36958
36959         * lib/strstr.h: Include string.h. Define strstr as a macro here.
36960
36961 2005-09-15  Derek Price  <derek@ximbiot.com>
36962             Paul Eggert  <eggert@cs.ucla.edu>
36963
36964         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
36965         changes, consolidating in...
36966         * lib/regex_internal.h: ...this file.
36967
36968 2005-09-13  Jim Meyering  <jim@meyering.net>
36969
36970         * lib/canon-host.c: Filter through gnu indent and reword comments
36971         slightly.
36972         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
36973
36974 2005-09-13  Derek Price  <derek@ximbiot.com>
36975
36976         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
36977         failure.
36978         Reported by Jim Meyering  <jim@meyering.net>.
36979
36980 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36981
36982         * lib/base64.c: Typo.
36983         (base64_encode): Put b64str in initialized data section.
36984
36985 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
36986
36987         Merge glibc and coreutils changes into gnulib, plus a few
36988         extra fixes.
36989         * lib/md5.c: Use #error rather than a string.
36990         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
36991         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
36992         (__attribute__): Define to empty for non recent-GCC.
36993         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
36994         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
36995         Renamed from their non-__ counterparts, with new macros replacing
36996         them if not _LIBC.  Add __THROW attribute.
36997         (rol): Remove.
36998         (struct md5_ctx): Align buffer if using GCC.
36999         * lib/sha1.h (struct sha1_ctx): Likewise.
37000         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
37001         The old name was backwards.
37002         (NOTSWAP): Remove; not used.
37003         (rol): New macro, moved here from md5.h.
37004         (sha1_process_block): Remove a FIXME that doesn't make sense.
37005
37006 2005-09-12  Derek Price  <derek@ximbiot.com>
37007
37008         Return usable errors from canon-host.
37009         * lib/canon-host.h: New file.
37010         * lib/canon-host.c (canon_host): Wrap...
37011         (canon_host_r): ...this new function, which now relies exclusively on
37012         getaddrinfo.
37013         (ch_strerror): New function.
37014         (last_cherror): New global.
37015         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
37016         interface.
37017         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
37018         void *.
37019         (freeaddrinfo): Free ai->ai_canonname when set.
37020
37021 2005-09-12  Derek Price  <derek@ximbiot.com>
37022
37023         Make canon-host require getaddrinfo.
37024         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
37025         AC_LIBSOURCE canon-host.h.  Call...
37026         (gl_PREREQ_CANON_HOST): ...this new function, which requires
37027         gl_GETADDRINFO.
37028         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
37029
37030 2005-09-12  Derek Price  <derek@ximbiot.com>
37031
37032         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
37033         LGPL.
37034         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
37035
37036 2005-09-12  Derek Price  <derek@ximbiot.com>
37037
37038         * lib/gai_strerror.c: Include config.h when available.  Include
37039         getaddrinfo.h before other headers to test interface.
37040         Reported by Larry Jones <lawrence.jones@ugs.com>.
37041
37042 2005-09-12  Derek Price  <derek@ximbiot.com>
37043             Paul Eggert  <eggert@cs.ucla.edu>
37044
37045         * modules/glob (Files): Add glob-libc.h.
37046
37047 2005-09-12  Derek Price  <derek@ximbiot.com>
37048             Paul Eggert  <eggert@cs.ucla.edu>
37049
37050         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
37051         glob_.h, glob-libc.h.
37052         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
37053
37054 2005-09-12  Derek Price  <derek@ximbiot.com>
37055             Paul Eggert  <eggert@cs.ucla.edu>
37056
37057         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
37058         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
37059         protecting things that should be done only in gnulib contexts.
37060         * lib/glob_.h: New file, containing only the glob things needed for
37061         gnulib.
37062         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
37063         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
37064         (glob, globfree, glob_pattern_p): Now defined simply in terms of
37065         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
37066         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
37067         and to respect the namespace rules better.
37068
37069 2005-09-08  Simon Josefsson  <jas@extundo.com>
37070
37071         * modules/socklen: New file.
37072
37073 2005-09-08  Simon Josefsson  <jas@extundo.com>
37074
37075         * m4/socklen.m4: New file.
37076
37077 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37078
37079         * modules/utimens (Files): Add m4/utimbuf.m4, since
37080         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
37081         Reported by Sergey Poznyakoff.
37082
37083 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37084
37085         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
37086         definitions, since that's the preferred style in glibc.
37087         Fix a minor spacing issue, and update copyright notice to match
37088         glibc's.
37089
37090 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
37091
37092         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
37093
37094 2005-09-06  Simon Josefsson  <jas@extundo.com>
37095
37096         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
37097         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
37098
37099 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37100
37101         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
37102         warning.
37103
37104 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37105
37106         * config/srclist.txt: Add glibc bug 1302.
37107
37108 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
37109
37110         Change bitset word type from unsigned int to unsigned long int,
37111         as this has better performance on typical 64-bit hosts.
37112         Port bitset code to hosts with unusual word sizes.
37113         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
37114         (build_collating_symbol):
37115         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
37116         argument is a bitset.  This is merely a style issue, but it makes
37117         it clearer that an entire array is expected.
37118         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
37119         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
37120         Port to the case where bitset_word is not the same as unsigned int.
37121         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37122         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
37123         Likewise.
37124         * lib/regexec.c (check_dst_limits_calc_pos_1,
37125         check_subexp_matching_top):
37126         (build_trtable, group_nodes_into_DFAstates):
37127         Likewise.
37128         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
37129         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
37130         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
37131         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
37132         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
37133         * lib/regcomp.c (optimize_subexps, lower_subexp):
37134         Work even if bitset_word has holes in its bitwise representation.
37135         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
37136         * lib/regexec.c (check_dst_limits_calc_pos_1,
37137         check_subexp_matching_top):
37138         Likewise.
37139         * lib/regex_internal.c (re_string_reconstruct):
37140         Don't assume UCHAR_MAX == 255.
37141         * lib/regex_internal.h (bitset_set_all): Likewise.
37142         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
37143         All uses changed.
37144         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
37145         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
37146         All uses changed.
37147         (BITSET_WORD_MAX): New macro.
37148         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
37149         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
37150         (bitset_empty, bitset_copy):
37151         Prefer sizeof (bitset) to multiplying it out ourselves.
37152         (bitset_not_merge): Remove; unused.
37153         (bitset_contain): Return bool, not unsigned int with one bit on.
37154         All callers changed.
37155         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
37156         alignment than re_node_set; do this by defining a new internal
37157         type struct dests_alloc and using it to allocate memory.
37158
37159 2005-09-05  Bruno Haible  <bruno@clisp.org>
37160
37161         * gnulib-tool (func_import): Fix comparison in handling of symbolic
37162         links.
37163
37164 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
37165
37166         * modules/size_max (Makefile.am): Add size_max.h
37167
37168 2005-09-04  Derek Price  <derek@ximbiot.com>
37169
37170         * gnulib-tool (func_import): Fix reversed $symbolic logic.
37171
37172 2005-09-03  Simon Josefsson  <jas@extundo.com>
37173
37174         * gnulib-tool: Fix typo.
37175
37176 2005-09-03  Simon Josefsson  <jas@extundo.com>
37177
37178         * config/srclist.txt: Add glibc bug 1293.
37179
37180 2005-09-03  Derek Price  <derek@ximbiot.com>
37181
37182         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
37183         From Larry Jones <lawrence.jones@ugs.com>.
37184
37185 2005-09-02  Simon Josefsson  <jas@extundo.com>
37186
37187         * modules/socklen: New file.
37188
37189 2005-09-02  Simon Josefsson  <jas@extundo.com>
37190
37191         * modules/havelib: New module.
37192
37193         * modules/gettext, modules/iconv, modules/lock, modules/readline:
37194         Use havelib.
37195
37196 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37197
37198         Check for arithmetic overflow when calculating sizes, to prevent
37199         some buffer-overflow issues.  These patches are conservative, in the
37200         sense that when I couldn't determine whether an overflow was possible,
37201         I inserted a run-time check.
37202         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
37203         macros.
37204         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
37205         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
37206         (re_xnrealloc, re_x2nrealloc): New inline functions.
37207         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
37208         parse_bracket_exp):
37209         (build_equiv_class, build_charclass): Check for arithmetic overflow
37210         in size expression calculations.
37211         * lib/regex_internal.c (re_string_realloc_buffers):
37212         (build_wcs_upper_buffer, re_node_set_add_intersect):
37213         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
37214         (re_dfa_add_node, register_state): Likewise.
37215         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
37216         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
37217         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
37218         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
37219
37220 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
37221
37222         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
37223         m4/ulonglong.m4.  Problem reported by Martin Lambers.
37224
37225 2005-09-02  Bruno Haible  <bruno@clisp.org>
37226
37227         Support for lib vs. lib64 distinction on biarch platforms.
37228         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
37229         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
37230         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
37231
37232 2005-09-02  Bruno Haible  <bruno@clisp.org>
37233
37234         * gnulib-tool (import): In the other first-use case, provide defaults
37235         as well.
37236
37237 2005-09-02  Bruno Haible  <bruno@clisp.org>
37238
37239         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
37240         patches not yet found in the latest gettext release.
37241
37242 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37243
37244         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
37245         to avoid a collision with bits/local_lim.h in glibc.
37246         All uses changed.  Problem reported by Dmitry V. Levin in
37247         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
37248
37249         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
37250         bugs in int versus size_t comparisons.
37251         (re_string_context_at): Fix bug where the code assumed that
37252         Idx is signed.
37253
37254         Use bool where appropriate.
37255         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
37256         All callers changed.
37257         (calc_eclosure_iter): Likewise, for ROOT arg.
37258         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
37259         (build_charclass_op): Likewise, for NON_MATCH arg.
37260         * lib/regex_internal.c (re_string_allocate, re_string_construct):
37261         (re_string_construct_common): Likewise, for ICASE arg.
37262         * lib/regexec.c (re_search_2_stub, re_search_stub):
37263         Likewise, for RET_LEN arg.
37264         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
37265         (set_regs): Likewise, for FL_BACKTRACK arg.
37266         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
37267         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
37268         (calc_eclosure_iter, parse_bracket_exp):
37269         Use bool for internal variables that are booleans.
37270         * lib/regexec.c (re_search_internal, check_matching,
37271         proceed_next_node):
37272         (set_regs, build_sifted_states, sift_states_bkref):
37273         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
37274         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
37275         (find_collation_sequence_value):
37276         Likewise.
37277         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
37278         (re_node_set_compare):
37279         Return bool, not int. All callers changed.
37280         * lib/regexec.c (check_halt_node_context, check_dst_limits):
37281         (build_trtable, check_node_accept): Likewise.
37282         * lib/regex_internal.h: Include stdbool.h.
37283
37284         Fix bugs uncovered when converting to bool.
37285         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
37286         failure instead of charging ahead blindly.
37287         * lib/regex_internal.c (register_state): Likewise.
37288         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
37289         for freeing internal storage.
37290         (group_nodes_into_DFA_states): Use unsigned int, not int, for
37291         bitset pieces used as boolean, to avoid undefined behavior
37292         on hosts that do int overflow checking.
37293
37294 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
37295
37296         * config/srclist.txt: Add glibc bugs 1285-1287.
37297
37298 2005-09-01  Jim Meyering  <jim@meyering.net>
37299
37300         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
37301         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
37302         Require gl_STAT_MACROS, too.
37303
37304 2005-09-01  Bruno Haible  <bruno@clisp.org>
37305
37306         * gnulib-tool (import): In the first-use case, provide defaults.
37307
37308 2005-09-01  Bruno Haible  <bruno@clisp.org>
37309
37310         * gnulib-tool (func_import): Remove the .tmp files.
37311
37312 2005-09-01  Bruno Haible  <bruno@clisp.org>
37313
37314         * gnulib-tool (func_import): Fix handling of symbolic links.
37315
37316 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37317
37318         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
37319         old glibc regex code mishandles strings longer than 2**31 bytes.
37320         This patch fixes this when the regex code is used in gnulib
37321         (i.e., outside glibc).
37322
37323         This patch should not affect the use of the regex code inside
37324         glibc.  No doubt this problem also needs to be handled for glibc
37325         as well, but the result will be an incompatible change to the
37326         glibc ABI, and the old ABI will have to be supported too.  That
37327         can be the the subject for another patch.
37328
37329         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
37330         governing whether the rest of this patch is active.  By default,
37331         the macro is disabled and the patch has no effect.
37332         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
37333         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
37334         (struct re_pattern_buffer, re_search, re_search_2, re_match):
37335         (re_match_2, re_set_registers): Use the new types.
37336         * lib/regex_internal.h (Idx, re_hashval_t): New types.
37337         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
37338         New macros.
37339         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
37340         (re_string_context_at, bin_tree_t, re_dfastate_t):
37341         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
37342         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
37343         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
37344         (re_string_char_size_at, re_string_wchar_at):
37345         (re_string_elem_size_at):
37346         Use the new types and macros to port to 64-bit hosts.
37347         Use unsigned types for internal values, so that the code
37348         mostly works even for arrays larger than SSIZE_MAX.
37349         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
37350         (search_duplicated_node, calc_eclosure_iter, fetch_number):
37351         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
37352         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
37353         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
37354         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
37355         (calc_inveclosure, parse_dup_op, build_range_exp):
37356         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
37357         (fetch_number, create_token_tree, mark_opt_subexp):
37358         Likewise.
37359         * lib/regex_internal.c (re_string_construct_common,
37360         create_ci_newstate):
37361         (create_cd_newstate, re_string_allocate, re_string_construct):
37362         (re_string_realloc_buffers, build_wcs_upper_buffer):
37363         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
37364         (re_string_reconstruct, re_string_peek_byte_case):
37365         (re_string_fetch_byte_case, re_string_context_at):
37366         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
37367         (re_node_set_init_copy, re_node_set_add_intersect):
37368         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37369         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37370         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
37371         (re_acquire_state, re_acquire_state_context, register_state):
37372         Likewise.
37373         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
37374         search_cur_bkref_entry):
37375         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
37376         (re_search_internal, re_search_2_stub, re_search_stub)
37377         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
37378         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
37379         (update_cur_sifted_state, check_dst_limits):
37380         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37381         (check_subexp_limits, sift_states_bkref, merge_state_array):
37382         (check_subexp_matching_top, get_subexp, get_subexp_sub):
37383         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
37384         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
37385         (expand_bkref_cache, check_node_accept_bytes):
37386         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
37387         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
37388         (acquire_init_state_context, check_halt_node_context):
37389         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
37390         (sift_states_backward, clean_state_log_if_needed):
37391         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
37392         (find_recover_state, transit_state_sb, transit_state_mb):
37393         (transit_state_bkref, build_trtable, match_ctx_clean):
37394         Likewise.
37395         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
37396         to work around an assumption that REG_MISSING is negative.
37397
37398         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
37399         (seek_collating_symbol_entry) [defined _LIBC]:
37400         (lookup_collation_sequence_value) [defined _LIBC]:
37401         (build_range_exp, build_collating_symbol) [defined _LIBC]:
37402         Use prototypes rather than old-style function definitions.
37403         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
37404         (transit_state_sb) [0]:
37405         (find_collation_sequence_value) [defined _LIBC]: Likewise.
37406
37407         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
37408         rm_eo.
37409
37410         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
37411         (optimize_subexps, lower_subexp):
37412         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
37413         since the signed shift might overflow.  Use 1u<<31 instead.
37414         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
37415         Likewise.
37416         * lib/regexec.c (check_dst_limits_calc_pos_1,
37417         check_subexp_matching_top): Likewise.
37418
37419         * lib/regcomp.c (optimize_subexps, lower_subexp):
37420         Use CHAR_BIT rather than 8, for clarity.
37421         * lib/regexec.c (check_dst_limits_calc_pos_1):
37422         (check_subexp_matching_top): Likewise.
37423         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
37424         have to worry about portability issues when shifting it left.
37425         Remove no-longer-needed test for table_size > 0.
37426         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
37427         in a word, as the resulting behavior is undefined.
37428         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
37429         in one case, a <= should have been an <, and in another case the
37430         whole test was missing.
37431         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
37432         the standard name CHAR_BIT.
37433         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
37434         this is not true on one's complement and signed-magnitude hosts.
37435
37436         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
37437         next_last_offset.
37438         (struct re_dfa_t): Remove unused member states_alloc.
37439         * lib/regcomp.c (init_dfa): Don't initialize unused members.
37440
37441 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37442
37443         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
37444         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
37445         and large-file glibc and in 32-bit large-file Solaris.
37446
37447 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37448
37449         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
37450         lengths fit in regoff_t; this isn't true if regoff_t is the same
37451         width as size_t.
37452         * lib/regex.c (re_search_internal): 5th arg is LAST_START
37453         (= START + RANGE) instead of RANGE.  This avoids overflow
37454         problems when regoff_t is the same width as size_t.
37455         All callers changed.
37456         (re_search_2_stub): Check for overflow when adding the
37457         sizes of the two strings.
37458         (re_search_stub): Check for overflow when adding START
37459         to RANGE; if it occurs, substitute the extreme value.
37460
37461 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
37462
37463         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
37464
37465 2005-08-31  Jim Meyering  <jim@meyering.net>
37466
37467         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
37468         a pointer-to-const.
37469         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
37470         (register_state): Likewise.
37471         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
37472         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
37473         (group_nodes_into_DFAstates): Likewise.
37474
37475 2005-08-31  Jim Meyering  <jim@meyering.net>
37476
37477         * check-module: Add a FIXME comment.
37478
37479 2005-08-31  Eric Blake  <ebb9@byu.net>
37480
37481         * modules/unistd-safer (Files): Add unistd--.h.
37482         * modules/stdio-safer (Files): Add stdio--.h.
37483
37484 2005-08-31  Derek Price  <derek@ximbiot.com>
37485
37486         * lib/getdelim.c (getdelim): Return EOF on EOF.
37487         Reported by Larry Jones <lawrence.jones@ugs.com>.
37488
37489 2005-08-31  Bruno Haible  <bruno@clisp.org>
37490
37491         Avoid unnecessary diffs in the generated lib/Makefile.am.
37492         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
37493         the generated files.
37494         (func_import): Don't set cmd.
37495
37496 2005-08-31  Bruno Haible  <bruno@clisp.org>
37497
37498         * lib/strstr.c: Include <stddef.h>, for NULL.
37499         * lib/strcasestr.c: Likewise.
37500         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37501
37502 2005-08-31  Bruno Haible  <bruno@clisp.org>
37503
37504         * gnulib-tool: New option --macro-prefix.
37505         (func_import): Use macro_prefix.
37506         (import): Handle option --macro-prefix.
37507
37508 2005-08-31  Bruno Haible  <bruno@clisp.org>
37509
37510         * gnulib-tool (import): Rename most ac_* variables to cached_*.
37511         Also use new variables cached_lgpl, cached_libtool.
37512
37513 2005-08-31  Bruno Haible  <bruno@clisp.org>
37514
37515         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
37516         always instantiating them.
37517
37518 2005-08-31  Bruno Haible  <bruno@clisp.org>
37519
37520         * gnulib-tool (func_import): Read the previous cached settings
37521         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
37522         earlier added by gnulib but are now dropped. Warn when a gnulib file
37523         overwrites a non-gnulib file.
37524
37525 2005-08-31  Bruno Haible  <bruno@clisp.org>
37526
37527         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
37528         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
37529         projects that don't keep autogenerated files in CVS. Put into
37530         actioncmd only the specified modules, not the transitive closure.
37531
37532 2005-08-31  Bruno Haible  <bruno@clisp.org>
37533
37534         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
37535         Create directories that shall be filled.
37536         (import): Don't look for gl_* macros in configure.ac. Recurse across
37537         all directories containing a gnulib-cache.m4 files, if meaningful.
37538
37539 2005-08-31  Bruno Haible  <bruno@clisp.org>
37540
37541         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
37542         (import): Set seen_libtool when we see gl_LIBTOOL.
37543
37544 2005-08-31  Bruno Haible  <bruno@clisp.org>
37545
37546         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
37547         declaration macro definitions from generated gnulib.m4.
37548
37549 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
37550
37551         * lib/iconvme.h: Add prototype for iconv_alloc.
37552
37553 2005-08-29  Simon Josefsson  <jas@extundo.com>
37554
37555         * lib/iconvme.c: Fix errno.
37556
37557 2005-08-29  Bruno Haible  <bruno@clisp.org>
37558
37559         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
37560         that it works when the directory contains spaces.
37561
37562 2005-08-29  Bruno Haible  <bruno@clisp.org>
37563
37564         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
37565
37566 2005-08-29  Bruno Haible  <bruno@clisp.org>
37567
37568         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
37569         Emit more advice.
37570
37571 2005-08-29  Bruno Haible  <bruno@clisp.org>
37572         and Stepan Kasal  <kasal@ucw.cz>
37573
37574         * check-module: If more parameters are given, check each of them
37575         separately; add more exceptions, as noted by Jim Meyering.
37576         (check_module): New procedure.
37577         (%exempt_header): Now contains all exceptions.
37578
37579 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
37580
37581         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
37582
37583 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
37584
37585         * lib/iconvme.c: Split iconv_string into iconv_alloc.
37586
37587 2005-08-28  Bruno Haible  <bruno@clisp.org>
37588
37589         * m4/gnulib-tool.m4: New file.
37590
37591 2005-08-27  Jim Meyering  <jim@meyering.net>
37592
37593         * modules/unistd-safer (Files): Add pipe-safer.c.
37594         * modules/fcntl-safer (Files): Add creat-safer.c.
37595
37596 2005-08-27  Jim Meyering  <jim@meyering.net>
37597
37598         * m4/stdlib-safer.m4: New file.  From coreutils.
37599         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
37600         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
37601         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
37602         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
37603         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
37604
37605 2005-08-27  Jim Meyering  <jim@meyering.net>
37606
37607         * lib/fopen-safer.c: Merge minor changes from coreutils.
37608         * lib/dup-safer.c: Likewise.
37609         * lib/fd-safer.c: Likewise.
37610
37611         Merge from coreutils.
37612         * lib/stdio--.h: New file.
37613         * lib/stdlib--.h: New file.
37614         * lib/mkstemp-safer.c: New file.
37615
37616         GNU tar needs these.
37617         * lib/pipe-safer.c: New file.
37618         * lib/creat-safer.c: New file.
37619         * lib/fcntl--.h (creat): Define to creat_safer.
37620         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
37621         * lib/unistd--.h (pipe): Define to pipe_safer.
37622         * lib/unistd-safer.h: Declare pipe_safer.
37623
37624 2005-08-26  Simon Josefsson  <jas@extundo.com>
37625
37626         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
37627         Haible <bruno@clisp.org>.
37628
37629 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
37630
37631         * lib/regex_internal.h: Remove all references to
37632         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
37633         or better.
37634         (bitset_not, bitset_merge, bitset_not_merge):
37635         (bitset_mask, re_string_allocate, re_string_construct):
37636         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
37637         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
37638         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
37639         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
37640         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
37641         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
37642         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
37643         (re_acquire_state_context):
37644         Remove unnecessary forward decls.
37645         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
37646         Put __attribute at function definition,
37647         now that the function decl has been removed.
37648         * lib/regex_internal.c (re_string_peek_byte_case):
37649         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
37650         Likewise.
37651
37652 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
37653
37654         * m4/regex.m4: Add AC_PREREQ(2.50).
37655         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
37656
37657 2005-08-25  Simon Josefsson  <jas@extundo.com>
37658
37659         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
37660         __fsetlocking.
37661
37662 2005-08-25  Simon Josefsson  <jas@extundo.com>
37663
37664         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
37665         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
37666         GLIBC specific code.
37667
37668 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37669
37670         Make regex safe for g++.  This fixes one real bug (an "err"
37671         that should have been "*err").  g++ problem reported by
37672         Sam Steingold.
37673         * lib/regex_internal.h (re_calloc): New macro, consistent with
37674         re_malloc etc.  All callers of calloc changed to use re_calloc.
37675         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
37676         not int.  All callers changed.
37677         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
37678         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
37679         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
37680         (find_recover_state): Change "err" to "*err"; this fixes what
37681         appears to be a real bug.
37682         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
37683         versus int.
37684
37685 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37686
37687         * modules/regex (Depends-on): Add malloc, since the code
37688         assumes that !malloc(0) means failure.
37689
37690 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37691
37692         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
37693
37694         alloca modernization/simplification for regex.
37695         * lib/regex.c: Remove portability cruft for alloca.  This no longer
37696         needs to be at the start of the file, and can be moved into
37697         regex_internal.h and simplified.
37698         * lib/regex_internal.h: Include <alloca.h>.
37699         (__libc_use_alloca) [!defined _LIBC]: New macro.
37700         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
37701         now works outside glibc.
37702
37703 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
37704
37705         * config/srclist.txt: Add glibc bugs 1241, 1245.
37706
37707 2005-08-25  Jim Meyering  <jim@meyering.net>
37708
37709         * lib/open-safer.c: Include <config.h>.
37710         Otherwise, we'd lose LARGEFILE support in any file using
37711         e.g. "fcntl--.h"
37712
37713 2005-08-25  Bruno Haible  <bruno@clisp.org>
37714
37715         * m4/minmax.m4: Require autoconf 2.52.
37716         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
37717         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
37718         alternatives of translit over the alphabet.
37719         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
37720
37721 2005-08-24  Simon Josefsson  <jas@extundo.com>
37722
37723         * tests/test-getpass.c: New file.
37724
37725 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37726
37727         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
37728         for GNU regex features.
37729
37730 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37731
37732         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
37733         * lib/regex.h (regerror): Likewise.
37734
37735         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
37736         requires this.  (The code never needed it.)
37737
37738         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
37739         All uses of recently-renamed identifiers changed to use the new,
37740         POSIX-compliant names.  The code will build and run just fine
37741         without these changes, but it's better to eat our own dog food
37742         and use the standard-conforming names.
37743
37744         * lib/regex.h: Fix a multitude of POSIX name space violations.
37745         These changes have an effect only for programs that define
37746         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
37747         do not change anything for programs compiled in the normal way.
37748         Also, there is no effect on the ABI.
37749
37750         (_REGEX_SOURCE): New macro.
37751         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
37752         defined and _GNU_SOURCE is not; this fixes a name space violation.
37753
37754         Rename the following macros to obey POSIX requirements.
37755         The old names are still visible as macros if _REGEX_SOURCE is defined.
37756         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
37757         RE_BACKSLASH_ESCAPE_IN_LISTS.
37758         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
37759         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
37760         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
37761         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
37762         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
37763         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
37764         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
37765         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
37766         (REG_INTERVALS): renamed from RE_INTERVALS.
37767         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
37768         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
37769         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
37770         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
37771         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
37772         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
37773         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
37774         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
37775         RE_UNMATCHED_RIGHT_PAREN_ORD.
37776         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
37777         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
37778         (REG_DEBUG): renamed from RE_DEBUG.
37779         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
37780         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
37781         unusual, since we can't clash with the POSIX REG_ICASE.
37782         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
37783         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
37784         (REG_NO_SUB): renamed from RE_NO_SUB.
37785         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
37786         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
37787         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
37788         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
37789         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
37790         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
37791         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
37792         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
37793         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
37794         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
37795         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
37796         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
37797         RE_SYNTAX_POSIX_MINIMAL_BASIC.
37798         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
37799         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
37800         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
37801         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
37802         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
37803         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
37804         (REG_FIXED): Renamed from REGS_FIXED.
37805         (REG_NREGS): Renamed from RE_NREGS.
37806
37807         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
37808         of other REG_* macros, since POSIX says the user is allowed to
37809         #undef these macros selectively.
37810
37811         (reg_errcode_t): Update comment stating what other tables need
37812         to be consistent.
37813
37814         Rename the following enum values to obey POSIX requirements.
37815         The old names are still visible as macros.
37816         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
37817         is not defined, since GNU is supposed to be a superset of POSIX as
37818         much as possible, and since we want reg_errcode_t to be a signed
37819         type for implementation consistency.
37820         (_REG_NOERROR): Renamed from REG_NOERROR.
37821         (_REG_NOMATCH): Renamed from REG_NOMATCH.
37822         (_REG_BADPAT): Renamed from REG_BADPAT.
37823         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
37824         (_REG_ECTYPE): Renamed from REG_ECTYPE.
37825         (_REG_EESCAPE): Renamed from REG_EESCAPE.
37826         (_REG_ESUBREG): Renamed from REG_ESUBREG.
37827         (_REG_EBRACK): Renamed from REG_EBRACK.
37828         (_REG_EPAREN): Renamed from REG_EPAREN.
37829         (_REG_EBRACE): Renamed from REG_EBRACE.
37830         (_REG_BADBR): Renamed from REG_BADBR.
37831         (_REG_ERANGE): Renamed from REG_ERANGE.
37832         (_REG_ESPACE): Renamed from REG_ESPACE.
37833         (_REG_BADRPT): Renamed from REG_BADRPT.
37834         (_REG_EEND): Renamed from REG_EEND.
37835         (_REG_ESIZE): Renamed from REG_ESIZE.
37836         (_REG_ERPAREN): Renamed from REG_ERPAREN.
37837         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
37838         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
37839         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
37840         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
37841
37842         (_REG_RE_NAME, _REG_RM_NAME): New macros.
37843         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
37844         changed.  But support the old name if the new one is not defined
37845         and if _REGEX_SOURCE.
37846
37847         Change the following member names in struct re_pattern_buffer.
37848         The old names are still supported if !_REGEX_SOURCE.
37849         The new names are always supported, regardless of _REGEX_SOURCE.
37850         (re_buffer): Renamed from buffer.
37851         (re_allocated): Renamed from allocated.
37852         (re_used): Renamed from used.
37853         (re_syntax): Renamed from syntax.
37854         (re_fastmap): Renamed from fastmap.
37855         (re_translate): Renamed from translate.
37856         (re_can_be_null): Renamed from can_be_null.
37857         (re_regs_allocated): Renamed from regs_allocated.
37858         (re_fastmap_accurate): Renamed from fastmap_accurate.
37859         (re_no_sub): Renamed from no_sub.
37860         (re_not_bol): Renamed from not_bol.
37861         (re_not_eol): Renamed from not_eol.
37862         (re_newline_anchor): Renamed from newline_anchor.
37863
37864         Change the following member names in struct re_registers.
37865         The old names are still supported if !_REGEX_SOURCE.
37866         The new names are always supported, regardless of _REGEX_SOURCE.
37867         (rm_num_regs): Renamed from num_regs.
37868         (rm_start): Renamed from start.
37869         (rm_end): Renamed from end.
37870
37871         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
37872         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
37873         Prepend __ to parameter names.
37874
37875         Undo yesterday's changes.
37876
37877 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
37878
37879         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
37880         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
37881         lib/regex.c.
37882
37883 2005-08-24  Jim Meyering  <jim@meyering.net>
37884
37885         Sync from coreutils.
37886         * m4/fcntl-safer.m4: New file.
37887
37888         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
37889         and object files for this module.
37890
37891 2005-08-24  Jim Meyering  <jim@meyering.net>
37892
37893         Sync from coreutils.
37894         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
37895
37896 2005-08-24  Jim Meyering  <jim@meyering.net>
37897
37898         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
37899         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
37900
37901 2005-08-24  Jim Meyering  <jim@meyering.net>
37902
37903         * modules/fcntl-safer: New module.
37904         * modules/fts (Depends-on): Add fcntl-safer.
37905         * MODULES.html.sh (File descriptor based Input/Output):
37906         Add fcntl-safer.
37907
37908 2005-08-24  Bruno Haible  <bruno@clisp.org>
37909
37910         Support for unit test modules.
37911         * modules/README: Mention tests modules.
37912         * modules/TEMPLATE-TESTS: New file.
37913         * gnulib-tool: New options --extract-tests-module, --with-tests and
37914         --tests-base (unused for the moment).
37915         (testsbase, inctests): New variables.
37916         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
37917         (func_verify_module): Exclude TEMPLATE-TESTS.
37918         (func_verify_nontests_module, func_verify_tests_module): New functions.
37919         (func_get_dependencies): Add implicit dependency for tests modules.
37920         (func_get_tests_module): New function.
37921         (func_modules_transitive_closure): When --with-tests was specified,
37922         include the unit tests as well, unless explicitly avoided.
37923         (func_emit_lib_Makefile_am): Ignore the tests modules here.
37924         (func_emit_tests_Makefile_am): New function.
37925         (func_create_testdir): When --with-tests was specified, emit a
37926         tests/ directory.
37927         * MODULES.html.sh (Future developments): Update.
37928
37929 2005-08-24  Bruno Haible  <bruno@clisp.org>
37930
37931         * modules/tls-tests: New file.
37932         * tests/test-tls.c: New file, from GNU gettext.
37933
37934 2005-08-24  Bruno Haible  <bruno@clisp.org>
37935
37936         * modules/lock-tests: New file.
37937         * tests/test-lock.c: New file, from GNU gettext.
37938
37939 2005-08-24  Bruno Haible  <bruno@clisp.org>
37940
37941         * lib/lock.h: Add multiple inclusion guard.
37942         * lib/tls.h: Add multiple inclusion guard.
37943
37944 2005-08-24  Bruno Haible  <bruno@clisp.org>
37945
37946         * gnulib-tool: Add support for the --aux-dir option to
37947         --create-testdir, --create-megatestdir, --test, --megatest.
37948         (func_create_testdir, func_create_megatestdir): Optionally emit a
37949         AC_CONFIG_AUX_DIR directive.
37950         (create-testdir, create-megatestdir, test, megatest): Provide a
37951         default value for $auxdir.
37952
37953 2005-08-24  Bruno Haible  <bruno@clisp.org>
37954
37955         * gnulib-tool (import): Use compound statement instead of subshell
37956         where possible.
37957
37958 2005-08-24  Bruno Haible  <bruno@clisp.org>
37959
37960         * gnulib-tool (import): Change --aux-dir default to "build-aux".
37961
37962 2005-08-24  Bruno Haible  <bruno@clisp.org>
37963
37964         * gnulib-tool (func_version): Update.
37965
37966 2005-08-24  Bruno Haible  <bruno@clisp.org>
37967
37968         * gnulib-tool (func_import, func_create_testdir,
37969         func_create_megatestdir): Quote all autoconf macro arguments.
37970
37971 2005-08-24  Bruno Haible  <bruno@clisp.org>
37972
37973         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
37974         option --force, because --force causes the aclocal.m4 of each
37975         subdirectory to be newer than the corresponding config.h.in.
37976
37977 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37978
37979         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
37980         All contents moved to gl_REGEX.
37981         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
37982         assume that it does.
37983
37984 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
37985
37986         * lib/regex.h (REG_NOSYS)
37987         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
37988         Define, since POSIX requires it as of 2001.
37989         (_REG_ENOSYS)
37990         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
37991         New private symbol, used to keep the enum signed in all cases.
37992         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
37993         Youngman in
37994         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
37995
37996         * lib/regex_internal.c (re_string_skip_chars, register_state):
37997         (calc_state_hash):
37998         Remove forward decls; no longer needed now that we use prototypes.
37999         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
38000         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
38001         (clean_state_log_if_needed): Likewise.
38002
38003 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
38004
38005         * config/srclist.txt: Add glibc bugs 1231-1233.
38006
38007 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38008
38009         Fix problems reported by Sam Steingold in
38010         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
38011         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
38012         assumed that reg_errcode_t is a signed type, which is not
38013         necessarily true if _XOPEN_SOURCE is not defined.
38014         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
38015         since some compilers warn about it otherwise.
38016
38017 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38018
38019         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
38020         (init_word_char, create_initial_state, duplicate_node_closure):
38021         (fetch_token, peek_token_bracket, build_range_exp):
38022         (build_collating_symbol): Remove forward decls; no longer needed
38023         now that we use prototypes.
38024
38025         * lib/regcomp.c:
38026         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
38027         (re_compile_fastmap_iter, regcomp, regerror, regfree):
38028         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
38029         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
38030         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
38031         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
38032         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
38033         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
38034         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
38035         (build_range_exp, build_collating_symbol, parse_bracket_exp):
38036         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
38037         (build_charclass, build_charclass_op, fetch_number, create_tree):
38038         (create_token_tree, mark_opt_subexp, duplicate_tree):
38039         Use prototypes rather than old-style definitions.
38040
38041         * lib/regex_internal.c:
38042         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
38043         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
38044         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
38045         (re_string_reconstruct, re_string_peek_byte_case):
38046         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
38047         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
38048         (re_node_set_init_copy, re_node_set_add_intersect):
38049         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
38050         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
38051         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
38052         (re_acquire_state, re_acquire_state_context, register_state):
38053         (create_ci_newstate, create_cd_newstate, free_state):
38054         Likewise.
38055         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
38056         re_search_2):
38057         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
38058         (re_search_internal, prune_impossible_nodes):
38059         (acquire_init_state_context, check_matching, static):
38060         (check_halt_node_context, check_halt_state_context, proceed_next_node):
38061         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
38062         (update_regs, sift_states_backward, build_sifted_states):
38063         (clean_state_log_if_needed, merge_state_array):
38064         (update_cur_sifted_state, add_epsilon_src_nodes):
38065         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
38066         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
38067         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
38068         (find_recover_state, check_subexp_matching_top, transit_state_mb):
38069         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
38070         (check_arrival, check_arrival_add_next_nodes):
38071         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
38072         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
38073         (check_node_accept_bytes, check_node_accept, extend_buffers):
38074         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
38075         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
38076         (sift_ctx_init):
38077         Likewise.
38078
38079         * lib/regex_internal.h:
38080         (re_string_allocate, re_string_construct, re_string_reconstruct):
38081         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
38082         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
38083         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
38084         (re_string_context_at, re_string_peek_byte_case):
38085         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
38086         is defined, since we now use prototypes always.
38087
38088         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
38089         C89 or better.  All uses removed.
38090
38091 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
38092
38093         * config/srclist.txt: Add glibc bugs 1220-1227.
38094
38095 2005-08-20  Jim Meyering  <jim@meyering.net>
38096
38097         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
38098         of unused local, dfa.
38099
38100 2005-08-20  Bruno Haible  <bruno@clisp.org>
38101
38102         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
38103
38104 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38105
38106         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
38107         (re_node_set_insert_last, re_dfa_add_node):
38108         Rename local variables to avoid GCC shadowing warnings.
38109
38110 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38111
38112         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
38113         [defined lint]: Suppress bogus uninitialized-variable warnings.
38114
38115         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
38116         and let the caller return REG_ESPACE if out of space.  This
38117         removes an uninitialied-variable warning with GCC 4.0.1, and also
38118         avoids taking the address of a local variable.  All callers
38119         changed.
38120
38121 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
38122
38123         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
38124         $LIBCSRC/posix/regexec.c.
38125         Add glibc bug 1217 for regcomp.c.
38126
38127 2005-08-19  Jim Meyering  <jim@meyering.net>
38128
38129         * lib/regexec.c (proceed_next_node): Redo local variables to
38130         avoid GCC shadowing warnings.
38131
38132 2005-08-18  Bruno Haible  <bruno@clisp.org>
38133
38134         * lib/strstr.c (strstr): Fix return value in multibyte case.
38135         * lib/strcasestr.c (strcasestr): Likewise.
38136
38137 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
38138
38139         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
38140
38141 2005-08-17  Jim Meyering  <jim@meyering.net>
38142
38143         Make the %s format (seconds since the epoch) work for a negative
38144         number and when used with a zero-padded field width, e.g. %015s.
38145
38146         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
38147         label so that it precedes the code to set `digits'.  Otherwise,
38148         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
38149         print `00-22'.  Now, it prints `-0022', as it should.
38150
38151 2005-08-17  Bruno Haible  <bruno@clisp.org>
38152
38153         * modules/strstr (Files): Add m4/mbrtowc.m4.
38154         (Depends-on): Add mbuiter.
38155
38156 2005-08-17  Bruno Haible  <bruno@clisp.org>
38157
38158         * modules/strcasestr: New file.
38159         * MODULES.html.sh (String handling, based on ANSI C 89): Add
38160         strcasestr.
38161
38162 2005-08-17  Bruno Haible  <bruno@clisp.org>
38163
38164         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
38165
38166 2005-08-17  Bruno Haible  <bruno@clisp.org>
38167
38168         * modules/mbuiter: New file.
38169         * MODULES.html.sh (Extended multibyte and wide character utilities):
38170         Add mbuiter.
38171
38172 2005-08-17  Bruno Haible  <bruno@clisp.org>
38173
38174         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
38175         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
38176
38177 2005-08-17  Bruno Haible  <bruno@clisp.org>
38178
38179         * m4/strcasestr.m4: New file.
38180
38181 2005-08-17  Bruno Haible  <bruno@clisp.org>
38182
38183         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
38184         * lib/strstr.c: Completely rewritten, with multibyte locale support.
38185
38186 2005-08-17  Bruno Haible  <bruno@clisp.org>
38187
38188         * lib/strcasestr.h: New file.
38189         * lib/strcasestr.c: New file.
38190
38191 2005-08-17  Bruno Haible  <bruno@clisp.org>
38192
38193         * lib/strcasecmp.c: Use mbuiter.h.
38194
38195 2005-08-17  Bruno Haible  <bruno@clisp.org>
38196
38197         * lib/mbuiter.h: New file.
38198
38199 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
38200
38201         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
38202         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
38203         and gl_GETOPT are both invoked via different paths (as happens
38204         with GNU tar CVS because it uses both argp and getopt), the former
38205         wins.
38206
38207 2005-08-16  Bruno Haible  <bruno@clisp.org>
38208
38209         * modules/tls: New file.
38210         * MODULES.html.sh (Multithreading): Add tls.
38211
38212 2005-08-16  Bruno Haible  <bruno@clisp.org>
38213
38214         * modules/strnlen1: New file.
38215         * MODULES.html.sh (String handling): Add strnlen1.
38216
38217 2005-08-16  Bruno Haible  <bruno@clisp.org>
38218
38219         * modules/strcase (Files): Add m4/mbrtowc.m4.
38220         (Depends-on): Add strnlen1, mbchar.
38221
38222 2005-08-16  Bruno Haible  <bruno@clisp.org>
38223
38224         * modules/mbiter: New file.
38225         * MODULES.html.sh (Extended multibyte and wide character utilities):
38226         Add mbiter.
38227
38228 2005-08-16  Bruno Haible  <bruno@clisp.org>
38229
38230         * modules/mbfile: New file.
38231         * MODULES.html.sh (Extended multibyte and wide character utilities):
38232         Add mbfile.
38233
38234 2005-08-16  Bruno Haible  <bruno@clisp.org>
38235
38236         * modules/mbchar: New file.
38237         * MODULES.html.sh (Extended multibyte and wide character utilities):
38238         New section.
38239
38240 2005-08-16  Bruno Haible  <bruno@clisp.org>
38241
38242         * m4/tls.m4: New file, from GNU gettext.
38243
38244 2005-08-16  Bruno Haible  <bruno@clisp.org>
38245
38246         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
38247         always.
38248         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
38249
38250 2005-08-16  Bruno Haible  <bruno@clisp.org>
38251
38252         * m4/mbiter.m4: New file.
38253
38254 2005-08-16  Bruno Haible  <bruno@clisp.org>
38255
38256         * m4/mbfile.m4: New file.
38257
38258 2005-08-16  Bruno Haible  <bruno@clisp.org>
38259
38260         * m4/mbchar.m4: New file.
38261
38262 2005-08-16  Bruno Haible  <bruno@clisp.org>
38263
38264         * lib/tls.h: New file, from GNU gettext.
38265         * lib/tls.c: New file, from GNU gettext.
38266
38267 2005-08-16  Bruno Haible  <bruno@clisp.org>
38268
38269         * lib/strnlen1.h: New file.
38270         * lib/strnlen1.c: New file.
38271
38272 2005-08-16  Bruno Haible  <bruno@clisp.org>
38273
38274         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
38275         (mbi_init): Update.
38276         (mbi_avail, mbi_advance): Let the iteration end before the terminating
38277         NUL byte, not after it.
38278
38279 2005-08-16  Bruno Haible  <bruno@clisp.org>
38280
38281         * lib/strcase.h (strcasecmp): Add note in comments.
38282         * lib/strncasecmp.c: Use code from strcasecmp.c.
38283         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
38284         (strcasecmp): Work correctly in multibyte locales.
38285
38286 2005-08-16  Bruno Haible  <bruno@clisp.org>
38287
38288         * lib/mbiter.h: New file.
38289
38290 2005-08-16  Bruno Haible  <bruno@clisp.org>
38291
38292         * lib/mbfile.h: New file.
38293
38294 2005-08-16  Bruno Haible  <bruno@clisp.org>
38295
38296         * lib/mbchar.h: New file.
38297         * lib/mbchar.c: New file.
38298
38299 2005-08-16  Bruno Haible  <bruno@clisp.org>
38300
38301         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
38302         the valid ones. Makes the comparison operations transitive:
38303         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
38304         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
38305
38306 2005-08-15  Simon Josefsson  <jas@extundo.com>
38307
38308         * modules/ssize_t (License): Change to 'unlimited'.
38309
38310         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
38311
38312 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38313
38314         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
38315         Add comments for each pending glibc patch.
38316
38317 2005-08-15  Bruno Haible  <bruno@clisp.org>
38318
38319         * lib/regex.h (__restrict_arr): Don't define to __restrict if
38320         __cplusplus is defined.
38321
38322 2005-08-14  Jim Meyering  <jim@meyering.net>
38323
38324         Sync from coreutils.
38325
38326         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
38327         Use the hash-table-based cycle-detection code not just when
38328         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
38329         Reported by James Youngman in
38330         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
38331         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
38332         FTS_TIGHT_CYCLE_CHECK.
38333         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
38334         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
38335         once again.
38336         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
38337         * lib/fts.c (fd_safer): Remove decl.
38338         Include fcntl--.h rather than unistd-safer.h
38339         (fts_safe_changedir): Don't call fd_safer; no longer needed
38340         now that we include fcntl--.h.
38341
38342 2005-08-12  Simon Josefsson  <jas@extundo.com>
38343
38344         * modules/getndelim2: Use ssize_t module.
38345         * modules/getnline: Likewise.
38346         * modules/safe-read: Likewise.
38347         * modules/xreadlink: Likewise.
38348
38349         * modules/ssize_t: New file.
38350
38351 2005-08-12  Simon Josefsson  <jas@extundo.com>
38352
38353         * m4/readline.m4: Look for termcap, curses or ncurses if required.
38354
38355 2005-08-12  Simon Josefsson  <jas@extundo.com>
38356
38357         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38358         ssize_t.
38359
38360 2005-08-12  Simon Josefsson  <jas@extundo.com>
38361
38362         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
38363         readline, getdelim and check_version.
38364         (Support for systems lacking ISO C 99: Sizes of integer types):
38365         Add size_max.
38366
38367 2005-08-12  Bruno Haible  <bruno@clisp.org>
38368
38369         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
38370
38371 2005-08-11  Simon Josefsson  <jas@extundo.com>
38372
38373         * modules/readline: New file.
38374
38375         * modules/strnlen (Files): Add strnlen.h.
38376
38377 2005-08-11  Simon Josefsson  <jas@extundo.com>
38378
38379         * m4/readline.m4: New file.
38380
38381 2005-08-11  Simon Josefsson  <jas@extundo.com>
38382
38383         * lib/readline.h, readline.c: New file.
38384
38385 2005-08-11  Simon Josefsson  <jas@extundo.com>
38386
38387         * doc/gnulib.texi (Initial import, Finishing touches): Mention
38388         gl_AVOID.
38389
38390 2005-08-11  Bruno Haible  <bruno@clisp.org>
38391
38392         * lib/strnlen.h (strnlen): Change parameter name to match comment.
38393
38394 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
38395
38396         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
38397
38398 2005-08-10  Simon Josefsson  <jas@extundo.com>
38399
38400         * tests/test-iconvme.c: New file.
38401
38402 2005-08-10  Simon Josefsson  <jas@extundo.com>
38403
38404         * m4/strnlen.m4: New file.
38405
38406         * m4/strndup.m4: Don't check for strnlen declaration, done in
38407         strnlen.m4.
38408
38409 2005-08-10  Simon Josefsson  <jas@extundo.com>
38410
38411         * lib/strndup.c: Use strnlen.h.
38412
38413         * lib/strnlen.h: New file.
38414
38415 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38416
38417         * README: Typos.
38418
38419 2005-08-02  Simon Josefsson  <jas@extundo.com>
38420
38421         * modules/readline: New file.
38422
38423 2005-08-02  Simon Josefsson  <jas@extundo.com>
38424
38425         * modules/getdelim: New file.
38426
38427         * modules/getline: Rewrite, don't use getndelim2.
38428
38429 2005-08-02  Simon Josefsson  <jas@extundo.com>
38430
38431         * m4/getline.m4: Separate out getdelim stuff into separate module.
38432
38433         * m4/getdelim.m4: New file.
38434
38435 2005-08-02  Simon Josefsson  <jas@extundo.com>
38436
38437         * lib/getline.h, getline.c: Rewrite.
38438
38439         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
38440
38441 2005-07-31  Bruno Haible  <bruno@clisp.org>
38442
38443         * lib/lock.h (gl_lock_initializer): New macro.
38444         (gl_lock_define_initialized): Use it.
38445         (gl_rwlock_initializer): New macro.
38446         (gl_rwlock_define_initialized): Use it.
38447         (gl_recursive_lock_initializer): New macro.
38448         (gl_recursive_lock_define_initialized): Use it.
38449
38450 2005-07-30  Karl Berry  <karl@gnu.org>
38451
38452         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
38453         Report from Ben Pfaff, regarding getopt.
38454
38455 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
38456
38457         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
38458         normal way.
38459         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
38460         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
38461         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
38462         (gl_GETOPT): Use the new macros.  Most of the implementation
38463         is moved to the new macros.  This is for programs like Emacs
38464         that don't want all the functionality of gl_GETOPT.
38465
38466 2005-07-26  Bruno Haible  <bruno@clisp.org>
38467
38468         * m4/lock.m4: Update from GNU gettext.
38469
38470 2005-07-26  Bruno Haible  <bruno@clisp.org>
38471
38472         * lib/lock.h: Update from GNU gettext.
38473         * lib/lock.c: Update from GNU gettext.
38474
38475 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
38476
38477         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
38478         obsolescent AC_TRY_RUN.  Include the default includes files, for
38479         'exit'.
38480
38481 2005-07-24  Bruno Haible  <bruno@clisp.org>
38482
38483         * modules/visibility: New file.
38484         * MODULES.html.sh (Misc): Add visibility.
38485
38486 2005-07-24  Bruno Haible  <bruno@clisp.org>
38487
38488         * m4/visibility.m4: New file.
38489
38490 2005-07-24  Bruno Haible  <bruno@clisp.org>
38491
38492         * doc/visibility.texi: New file.
38493
38494 2005-07-22  Bruno Haible  <bruno@clisp.org>
38495
38496         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
38497         $(ALLOCA_H), redundant through BUILT_SOURCES.
38498         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
38499         redundant through BUILT_SOURCES.
38500         * modules/byteswap (Makefile.am): Remove explicit dependency on
38501         $(BYTESWAP_H), redundant through BUILT_SOURCES.
38502         * modules/fnmatch (Makefile.am): Remove explicit dependency on
38503         $(FNMATCH_H), redundant through BUILT_SOURCES.
38504         * modules/getopt (Makefile.am): Remove explicit dependency on
38505         $(GETOPT_H), redundant through BUILT_SOURCES.
38506         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
38507         redundant through BUILT_SOURCES.
38508         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
38509         redundant through BUILT_SOURCES.
38510         * modules/stdbool (Makefile.am): Remove explicit dependency on
38511         $(STDBOOL_H), redundant through BUILT_SOURCES.
38512         * modules/stdint (Makefile.am): Remove explicit dependency on
38513         $(STDINT_H), redundant through BUILT_SOURCES.
38514         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
38515         Remove explicit dependency on $(SYSEXITS_H).
38516         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
38517
38518 2005-07-18  Simon Josefsson  <jas@extundo.com>
38519
38520         * lib/check-version.c (check_version): Accept identical versions too.
38521
38522 2005-07-18  Bruno Haible  <bruno@clisp.org>
38523
38524         * modules/lock: New file.
38525         * MODULES.html.sh (Multithreading): New section.
38526
38527 2005-07-18  Bruno Haible  <bruno@clisp.org>
38528
38529         * m4/lock.m4: New file, from GNU gettext.
38530
38531 2005-07-18  Bruno Haible  <bruno@clisp.org>
38532
38533         * lib/lock.h: New file, from GNU gettext.
38534         * lib/lock.c: New file, from GNU gettext.
38535
38536 2005-07-18  Bruno Haible  <bruno@clisp.org>
38537
38538         * lib/lock.h (gl_once_t): New type.
38539         (gl_once_define, gl_once): New macros.
38540         * lib/lock.c (fresh_once): New variable.
38541         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
38542         functions.
38543
38544 2005-07-16  Simon Josefsson  <jas@extundo.com>
38545
38546         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
38547         workaround, suggested by Bruno.
38548
38549 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
38550
38551         * modules/xalloc (Depends-on): Add xalloc-die.
38552         * modules/xvasprintf (Depends-on): Add xalloc-die.
38553
38554 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
38555
38556         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
38557         with a minor change.
38558
38559 2005-07-15  Bruno Haible  <bruno@clisp.org>
38560
38561         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
38562         When using lib/poll.c, define poll as rpl_poll.
38563
38564 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
38565
38566         * modules/argp (Depends-on): Remove unlocked-io.
38567
38568 2005-07-14  Derek Price  <derek@ximbiot.com>
38569
38570         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
38571         for glob symlink bug.
38572
38573 2005-07-14  Bruno Haible  <bruno@clisp.org>
38574
38575         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
38576         Instead, test for *_unlocked function declarations directly.
38577
38578 2005-07-11  Simon Josefsson  <jas@extundo.com>
38579
38580         * modules/size_max: New file.
38581
38582         * modules/xsize: Depend on size_max module for size_max.m4.
38583
38584 2005-07-11  Simon Josefsson  <jas@extundo.com>
38585
38586         * lib/size_max.h: New file.
38587
38588 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
38589
38590         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
38591         copyright symbol and the year.
38592         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
38593         (version_etc_va): Use parameterized copyright notice.
38594         Reword to conform to the current GNU coding standards.
38595
38596 2005-07-11  Karl Berry  <karl@gnu.org>
38597
38598         * doc/gnulib.texi (Quoting): new node.
38599         (Initial import): more info, from Patrice.
38600
38601 2005-07-11  Bruno Haible  <bruno@clisp.org>
38602
38603         * gnulib-tool (func_usage): Document option --avoid.
38604         (Command line options): Handle --avoid.
38605         (func_acceptable): New function.
38606         (func_modules_transitive_closure): Use it.
38607
38608 2005-07-11  Bruno Haible  <bruno@clisp.org>
38609
38610         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
38611         Reported by Jim Meyering.
38612
38613 2005-07-10  Bruno Haible  <bruno@clisp.org>
38614
38615         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
38616         Needed when size_t is smaller than 'unsigned int'.
38617         Reported by Paul Eggert.
38618
38619 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38620
38621         * modules/argp (Depends-on): Add unlocked-io
38622
38623 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
38624
38625         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
38626         block of defines.
38627
38628 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
38629
38630         * config/srclist.txt: Comment out regcomp.c, since we have a porting
38631         fix now.
38632
38633 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
38634         and Paul Eggert  <eggert@cs.ucla.edu>
38635
38636         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
38637         in wint_t, not wchar_t.  Remove now-unnecessary cast.
38638
38639 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38640
38641         * modules/regex (Files): Add lib/regex_internal.c,
38642         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
38643         (Depends-on): Add extensions.
38644         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
38645
38646 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38647
38648         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
38649         pathconf.
38650         * m4/same.m4 (gl_SAME): Likewise.
38651         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
38652
38653         * m4/regex.m4: Adjust to new libc regex implementation.
38654         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
38655         all the .c and .h parts of (the new) regex.
38656         Quote the m4 stuff better.
38657         Check for RE_ICASE bug of old gnulib.
38658         Check for REG_STARTEND of recent libc.
38659         Rename local variables from jm_* to gl_*.
38660         Quote operand of "test -f".
38661         Say "recent enough" version of libc, not "version 2".
38662         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
38663         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
38664         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
38665         Remove check for btowc, isascii.
38666         Require AM_LANGINFO_CODESET.
38667
38668 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38669
38670         * lib/regex.c, regex.h: Sync from libc.
38671         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
38672         * lib/regexec.c:
38673         New files, synced from libc, except that regex_internal.h
38674         currently has a small porting fix.
38675
38676 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
38677
38678         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
38679         regex_internal.c, regexec.c.
38680         Add regex_internal.h too, but as a comment, since the libc version
38681         is currently broken in gnulib mode.
38682
38683 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
38684
38685         Support programs like Emacs that use gnulib but not gettext.
38686         * MODULES.html.sh (Internationalization functions): Add gettext-h.
38687         * modules/gettext-h: New file.
38688         * modules/gettext (Files): Remove lib/gettext.h.
38689         (Depends-on): Add gettext-h.
38690         (Makefile.am): Remove lib_SOURCES.
38691         * modules/argmatch, modules/c-stack, modules/closeout:
38692         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
38693         * modules/execute, modules/file-type, modules/getaddrinfo:
38694         * modules/getopt, modules/human, modules/javacomp:
38695         * modules/javaexec, modules/mkdir-p, modules/obstack:
38696         * modules/openat, modules/pagealign_alloc, modules/pipe:
38697         * modules/quotearg, modules/regex, modules/rpmatch:
38698         * modules/unicodeio, modules/userspec, modules/version-etc:
38699         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
38700         * modules/xsetenv:
38701         Depend on gettext-h, not gettext.
38702
38703 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
38704
38705         * gnulib-tool (func_import): Add support for 'public domain' license.
38706         * modules/alloca, modules/atexit, modules/memmove:
38707         Now public domain, not GPL.
38708         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
38709         * modules/realloc, modules/strerror, modules/strtod:
38710         Now LGPL, not GPL.
38711
38712 2005-07-05  Bruno Haible  <bruno@clisp.org>
38713
38714         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
38715         autoconf CVS. Needed for mingw.
38716
38717 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38718
38719         Remove the dependency of the strftime module on the tzset module.
38720         * modules/strftime (Depends-on): Remove dependency on tzset.
38721
38722 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38723
38724         Remove the dependency of the strftime module on the tzset module.
38725         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
38726         gl_FUNC_TZSET_CLOBBER.
38727
38728 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38729
38730         Remove the dependency of the strftime module on the tzset module.
38731         * lib/strftime.c (my_strftime)
38732         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
38733         Copy the input structure, to work around some of the bug with
38734         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
38735         Solaris releases, you should also use the tzset module, but we won't
38736         require it as a dependency any more since we don't want LGPLed code
38737         to depend on GPLed code.
38738
38739 2005-07-02  Jim Meyering  <jim@meyering.net>
38740
38741         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
38742         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
38743         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
38744         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
38745
38746 2005-07-02  Jim Meyering  <jim@meyering.net>
38747
38748         * lib/backupfile.c (backup_args): Change a `0' to NULL.
38749
38750 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
38751
38752         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
38753         declares only 'struct timespec;' (!).
38754
38755 2005-07-01  Jim Meyering  <jim@meyering.net>
38756
38757         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
38758         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
38759         * lib/save-cwd.c, tempname.c:
38760         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
38761         and don't include <sys/file.h>).
38762
38763 2005-06-29  Jim Meyering  <jim@meyering.net>
38764
38765         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
38766         type name.  Use the variable name instead.
38767         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
38768         Likewise.
38769
38770 2005-06-28  Simon Josefsson  <jas@extundo.com>
38771
38772         * modules/check-version (Files): Add check-version.m4.
38773
38774 2005-06-28  Simon Josefsson  <jas@extundo.com>
38775
38776         * m4/check-version.m4: New file, suggested by Jim Meyering
38777         <jim@meyering.net>.
38778
38779 2005-06-28  Simon Josefsson  <jas@extundo.com>
38780
38781         * lib/check-version.h, lib/check-version.c: New files.
38782
38783 2005-06-28  Simon Josefsson  <jas@extundo.com>
38784
38785         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
38786         collision with global variable.  Better indentation.  Don't
38787         increment buffer pointer beyond buffer end.  Based on comments
38788         from Paul Eggert <eggert@cs.ucla.edu>.
38789
38790         * lib/base64.h: Indent.
38791
38792 2005-06-28  Simon Josefsson  <jas@extundo.com>
38793
38794         * doc/gnulib.texi (Library version handling): New section.
38795
38796 2005-06-28  Jim Meyering  <jim@meyering.net>
38797
38798         * check-module (find_included_lib_files): Hard-code another
38799         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
38800         but modules/fts-lgpl (correctly) does not list those files.
38801
38802         * modules/canonicalize (Files): Add lib/pathmax.h.
38803
38804 2005-06-25  Simon Josefsson  <jas@extundo.com>
38805
38806         * modules/check-version: New file.
38807
38808 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
38809
38810         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
38811         initializer of struct addrinfo, as an indication that we don't
38812         care how many members the structure has.
38813
38814 2005-06-24  Derek Price  <derek@ximbiot.com>
38815         and Bruno Haible  <bruno@clisp.org>
38816
38817         Remove stat module & update lstat.
38818         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
38819         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38820         * m4/stat.m4: Remove this file.
38821
38822 2005-06-24  Derek Price  <derek@ximbiot.com>
38823         and Bruno Haible  <bruno@clisp.org>
38824
38825         Remove stat module & update lstat.
38826         * lib/stat.c: Remove this file...
38827         (slash_aware_lstat): ...moving this content and its support...
38828         * lib/lstat.c (rpl_lstat): ...into here.
38829         * lib/lstat.h: New file.
38830
38831 2005-06-24  Derek Price  <derek@ximbiot.com>
38832         and Bruno Haible  <bruno@clisp.org>
38833
38834         Remove stat module & update lstat.
38835         * config/srclist.txt (libc sources): Remove stat.
38836
38837 2005-06-24  Derek Price  <derek@ximbiot.com>
38838         and Bruno Haible  <bruno@clisp.org>
38839
38840         Remove stat module & update lstat.
38841         * MODULES.html.sh (stat): Remove.
38842         * MODULES.html: Regenerated.
38843         * modules/lstat (Description): Correct function name.
38844         (Files): Add "lstat.h".
38845         (Depends-on): Remove stat, add xalloc, stat-macros.
38846         * modules/stat: Remove this file.
38847         (Include): Add "lstat.h", remove <sys/stat.h>.
38848
38849 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
38850
38851         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
38852         (ranged_convert): Don't save conversion in a temporary struct.
38853         This causes a warning with GCC 4.0.0, and anyway in the typical
38854         case it's not worth the extra 100 bytes or so of code.
38855         (ranged_convert, __mktime_internal): When calling a function via a
38856         pointer P, use P () rather than (*P) (), as we now assume C89 or
38857         better.
38858
38859 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38860
38861         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
38862         "who -r" failed to give output.  Problem reported by Tim Waugh.
38863
38864         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
38865         (xcalloc): Use it to avoid needless tests.
38866         Problem reported by Jim Meyering.
38867
38868 2005-06-20  Derek Price  <derek@ximbiot.com>
38869
38870         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
38871         unnecessary for Autoconfs > 2.59c.
38872
38873 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38874
38875         * lib/argp.h (__option_is_short): Check upper limit of
38876         __key. Isprint() requires its argument to have the value
38877         of an unsigned char or EOF.
38878
38879 2005-06-16  Jim Meyering  <jim@meyering.net>
38880
38881         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
38882         when either N or S is zero.
38883
38884 2005-06-16  Derek Price  <derek@ximbiot.com>
38885
38886         * m4/bison.m4: Declare YACC & YFLAGS precious.
38887
38888 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
38889
38890         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
38891         multibyte string or pattern, fall back on unibyte matching.
38892         Problem reported by James Youngman.
38893
38894 2005-06-08  Bruno Haible  <bruno@clisp.org>
38895
38896         * modules/csharpcomp: New file.
38897         * MODULES.html.sh (C#): Add csharpcomp.
38898
38899 2005-06-08  Bruno Haible  <bruno@clisp.org>
38900
38901         * m4/csharpcomp.m4: New file, from GNU gettext.
38902
38903 2005-06-08  Bruno Haible  <bruno@clisp.org>
38904
38905         * lib/csharpcomp.h: New file, from GNU gettext.
38906         * lib/csharpcomp.c: New file, from GNU gettext.
38907         * lib/csharpcomp.sh.in: New file, from GNU gettext.
38908
38909 2005-06-08  Bruno Haible  <bruno@clisp.org>
38910
38911         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
38912         warning on mingw.
38913
38914 2005-06-07  Derek Price  <derek@ximbiot.com>
38915
38916         Sync from CVS.
38917         * lib/glob_.h: Indent nested #ifdef.
38918
38919 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38920
38921         Sync from coreutils.
38922         Use "file name" when talking about file names, instead of "filename"
38923         or "path", as per the GNU coding standards.
38924         * lib/mkdir-p.c: Renamed from makepath.c.
38925         (make_dir_parents): Renamed from make_path.  All callers changed.
38926         * lib/mkdir-p.h: Likewise.  All includers changed.
38927         * lib/filenamecat.c: Renamed from path-concat.c.
38928         (file_name_concat): Renamed from path_concat.  All callers changed.
38929         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
38930         * lib/filenamecat.h: Likewise.  All includers changed.
38931         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
38932         in comments or local variable names.
38933         * lib/basename.c: Likewise.
38934         * lib/canonicalize.c, canonicalize.h: Likewise.
38935         * lib/dirname.c, dirname.h: Likewise.
38936         * lib/euidaccess.c: Likewise.
38937         * lib/exclude.c: Likewise
38938         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
38939         * lib/fsusage.c, fsuage.h: Likewise.
38940         * lib/fts.c, fts_.h: Likewise.
38941         * lib/getcwd.c: Likewise.
38942         * lib/getloadavg.c: Likewise.
38943         * lib/mkstemp.c: Likewise.
38944         * lib/mountlist.c, mountlist.h: Likewise.
38945         * lib/openat.c, openat.h: Likewise.
38946         * lib/readlink-stub.c: Likewise.
38947         * lib/readutmp.c, readutmp.h: Likewise.
38948         * lib/rename.c: Likewise.
38949         * lib/rmdir.c: Likewise.
38950         * lib/same.c: Likewise.
38951         * lib/savedir.c: Likewise.
38952         * lib/stripslash.c: Likewise.
38953         * lib/tempname.c: Likewise.
38954         * lib/xreadlink.c: Likewise.
38955         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
38956         All uses changed.
38957         * lib/exclude.h: Likewise.
38958
38959         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
38960         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38961         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
38962         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38963         * lib/pathmax.h: Include <limits.h> unconditionally, since other
38964         files have been getting away with it for years (MORE/BSD 4.3
38965         is extinct now).
38966         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
38967         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
38968
38969         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
38970         Define to 256, not 255, as per modern POSIX.
38971
38972 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38973
38974         Sync from coreutils.
38975         Use "file name" when talking about file names, instead of "filename"
38976         or "path", as per the GNU coding standards.
38977         * MODULES.html.sh: mkdir-p renamed from makepath.
38978         filenamecat renamed from path-concat.
38979         * modules/filenamecat: Renamed from modules/path-concat.
38980         (Files): filenamecat.h and filenamecat.c renamed from
38981         path-concat.h and path-concat.c.
38982         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
38983         (Include): filenamecat.h, not path-concat.h.
38984         * modules/mkdir-p: Renamed from modules/makepath.
38985         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
38986         makepath.c.
38987         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
38988         (Include): mkdir-p.h, not makepath.h.
38989
38990 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
38991
38992         Sync from coreutils.
38993         * m4/mkdir-p.m4: Renamed from makepath.m4.
38994         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
38995         Rename files from makepath.c to mkdir-p.c, and from
38996         makepath.h to mkdir-p.h.
38997         * m4/filenamecat.m4: Renamed from path-concat.m4.
38998         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
38999         Rename files from path-concat.c to filenamecat.c,
39000         and from path-concat.h to filenamecat.h.
39001         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
39002         "file name" in local variables or comments.
39003         * m4/rename.m4: Likewise.
39004
39005 2005-06-01  Bruno Haible  <bruno@clisp.org>
39006
39007         * modules/csharpexec: New file.
39008         * MODULES.html.sh (C#): New section.
39009
39010 2005-06-01  Bruno Haible  <bruno@clisp.org>
39011
39012         * m4/csharp.m4: New file, from GNU gettext.
39013         * m4/csharpexec.m4: New file, from GNU gettext.
39014
39015 2005-06-01  Bruno Haible  <bruno@clisp.org>
39016
39017         * lib/csharpexec.h: New file, from GNU gettext.
39018         * lib/csharpexec.c: New file, from GNU gettext.
39019         * lib/csharpexec.sh.in: New file, from GNU gettext.
39020
39021 2005-05-31  Derek Price  <derek@ximbiot.com>
39022             Paul Eggert  <eggert@cs.ucla.edu>
39023
39024         Sync from cvs.
39025         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
39026
39027 2005-05-31  Derek Price  <derek@ximbiot.com>
39028             Paul Eggert  <eggert@cs.ucla.edu>
39029
39030         Sync from cvs.
39031         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
39032
39033 2005-05-29  Derek Price  <derek@ximbiot.com>
39034
39035         * config/srclist.txt (glob_.h, glob.c): Add these files.
39036
39037 2005-05-29  Derek Price  <derek@ximbiot.com>
39038
39039         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
39040         * modules/glob: New file.
39041         * modules/getlogin_r: Add link to POSIX spec in description.
39042
39043 2005-05-29  Derek Price  <derek@ximbiot.com>
39044             Paul Eggert  <eggert@cs.ucla.edu>
39045
39046         * m4/glob.m4: New file.
39047
39048 2005-05-29  Derek Price  <derek@ximbiot.com>
39049             Paul Eggert  <eggert@cs.ucla.edu>
39050
39051         * lib/glob_.h, lib/glob.c: New files.
39052
39053 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39054
39055         * modules/fts (Files): Remove m4/inttypes-pri.m4.
39056         * modules/fts-lgpl (Depends-on): Remove gettext.
39057
39058 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39059
39060         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
39061         and don't require gt_INTTYPES_PRI.
39062
39063 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
39064
39065         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
39066
39067         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
39068         the configuration hassle isn't worth it.
39069         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
39070         (LONGEST_MODIFIER, PRIuMAX): Remove.
39071
39072 2005-05-27  Bruno Haible  <bruno@clisp.org>
39073
39074         * lib/getlogin_r.h: Remove second include of <stddef.h>.
39075
39076 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
39077
39078         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
39079         _POSIX_PTHREAD_SEMANTICS for Solaris.
39080
39081 2005-05-25  Derek Price  <derek@ximbiot.com>
39082
39083         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
39084
39085 2005-05-25  Derek Price  <derek@ximbiot.com>
39086             Paul Eggert  <eggert@cs.ucla.edu>
39087
39088         * modules/getlogin_r, m4/getlogin_r.m4: New files.
39089         * lib/getlogin_r.c, getlogin_r.h: New files.
39090
39091 2005-05-25  Bruno Haible  <bruno@clisp.org>
39092             Derek Price  <derek@ximbiot.com>
39093
39094         * lib/getlogin_r.h: Simplify API documentation.
39095
39096 2005-05-23  Derek Price  <derek@ximbiot.com>
39097
39098         * modules/minmax (Files): Add m4/minmax.m4.
39099         (configure.ac): Add gl_MINMAX.
39100
39101 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39102
39103         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
39104         so that unistd-safer.h (GPL'ed code) need not be included.
39105
39106 2005-05-22  Bruno Haible  <bruno@clisp.org>
39107
39108         * m4/minmax.m4: New file.
39109         Based on a patch by Derek Price <derek@ximbiot.com>.
39110
39111 2005-05-22  Bruno Haible  <bruno@clisp.org>
39112
39113         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
39114         (INT64_MIN): Fix definition.
39115         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
39116
39117         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
39118         NEED_SIGNED_INT_TYPES.
39119
39120         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
39121         HAVE_SYSTEM_INTTYPES.
39122
39123 2005-05-22  Bruno Haible  <bruno@clisp.org>
39124
39125         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
39126         Also include <sys/param.h> if it defines MIN, MAX.
39127         Based on a patch by Derek Price <derek@ximbiot.com>.
39128
39129 2005-05-21  Jim Meyering  <jim@meyering.net>
39130
39131         * modules/fts (Files): Add m4/inttypes-pri.m4.
39132         (Depends-on): Add lstat and remove gettext.  Alphabetize.
39133
39134 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39135
39136         New fts module.
39137         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
39138         (setup_dir, free_dir): New functions.
39139         (enter_dir, leave_dir): Define trivial
39140         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
39141         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
39142         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
39143         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
39144         Move to fts-cycle.c.
39145         (fts_open): Use setup_dir.
39146         (fts_close): Use free_dir.
39147         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
39148         This adds a label and some gotos, but the alternatives were messier.
39149         Check for memory allocation failure when entering a dir.
39150         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
39151         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
39152         (FTS): New member fts_cycle, that is a union that contains the
39153         old active_dir_ht and cycle_state.  All uses changed to mention
39154         fts_cycle.ht and fts_cycle.state.
39155         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
39156         fts.c, with the following changes:
39157         (setup_dir, free_dir): New functions.
39158         (enter_dir): Now returns bool.  Return true if successful, false
39159         if memory exhausted.  All callers changed.
39160         Do not bother partly cleaning up on
39161         memory allocation failure; that is free_dir's job.
39162         However, free ad if hash_insert fails, to avoid memory leak.
39163         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
39164         fts->fts_options to see which union member to use.
39165
39166 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39167
39168         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
39169         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
39170
39171 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
39172
39173         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
39174
39175 2005-05-20  Jim Meyering  <jim@meyering.net>
39176
39177         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
39178         Now a macro, to pacify GCC.
39179
39180 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39181
39182         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
39183         of -1.
39184
39185 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
39186
39187         * lib/chown.c (rpl_chown): Return -1 on failure.
39188
39189 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39190
39191         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
39192         Don't check for stddef.h.
39193         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
39194         don't use its results.
39195         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
39196         since we include them unconditionally.  Don't require
39197         AM_STDBOOL_H, since stdbool is a prerequisite.
39198         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
39199         since we assume C89 or better.
39200         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
39201         as we don't use their results.
39202         Don't check for fchdir, memmove, memset, strrchr, as we use
39203         them unconditionally.
39204         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
39205         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
39206
39207 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
39208
39209         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
39210         Include <stddef.h> unconditionally, since we assume C89 now.
39211         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
39212         * lib/fts.c: Include fts_.h first, to check interface.
39213         Do not include intprops.h; no longer needed.
39214         Include cycle-check.h and hash.h, since fts_.h no longer does.
39215         Remove unnecessary casts of closedir to void.
39216         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
39217         decide whether to decrement nlinks.
39218         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
39219         (FTS): Use struct hash_table * instead of Hash_table, so that
39220         we no longer need to include hash.h here.
39221
39222 2005-05-18  Jim Meyering  <jim@meyering.net>
39223
39224         * modules/dirfd (License): Change to LGPL.  Most of the code
39225         is already in the public domain.
39226
39227 2005-05-18  Jim Meyering  <jim@meyering.net>
39228
39229         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
39230         Reported by Yoann Vandoorselaere.
39231
39232 2005-05-17  Jim Meyering  <jim@meyering.net>
39233
39234         * m4/fts.m4: New file, from coreutils.
39235
39236 2005-05-17  Jim Meyering  <jim@meyering.net>
39237
39238         * lib/fts.c, lib/fts_.h: New files, from coreutils.
39239
39240 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39241
39242         Sync from coreutils.
39243         * m4/unlinkdir.m4: New file.
39244
39245 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39246
39247         Sync from coreutils.
39248         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
39249         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
39250         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
39251         White space changes only.
39252         * lib/makepath.c (make_path): Port to hosts where leading "//" is
39253         special.
39254         * lib/yesno.c: Include getline.h, not ctype.h.
39255         (yesno): Don't remove leading white space; POSIX doesn't allow it.
39256         Use getline to remove arbitrary restriction on response length.
39257
39258 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39259
39260         * config/srclist-update: Spell out "Street" in FSF postal
39261         mail address; this is the style the FSF seems to prefer.
39262
39263         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
39264         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
39265         this updates FSF postal mail address.
39266
39267         Sync from coreutils.
39268         * modules/unlinkdir: New file.
39269         * modules/yesno (Depends-on): Add getline.
39270         * MODULES.html.sh (File system functions): Add unlinkdir.
39271
39272 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39273
39274         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
39275         lib/strsep.h:
39276         Change the initial comment to refer to GPL, not LGPL.
39277         gnulib-tool will change it to LGPL as needed.
39278
39279         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
39280         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
39281         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
39282         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
39283         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
39284         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
39285         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
39286         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
39287         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
39288         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
39289         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
39290         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
39291         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
39292         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
39293         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
39294         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
39295         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
39296         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
39297         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
39298         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
39299         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
39300         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
39301         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
39302         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
39303         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
39304         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
39305         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
39306         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
39307         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
39308         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
39309         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
39310         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
39311         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
39312         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
39313         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
39314         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
39315         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
39316         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
39317         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
39318         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
39319         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
39320         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
39321         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
39322         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
39323         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
39324         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
39325         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
39326         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
39327         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
39328         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
39329         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
39330         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
39331         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
39332         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
39333         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
39334         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
39335         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
39336         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
39337         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
39338         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
39339         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
39340         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
39341         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
39342         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
39343         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
39344         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
39345         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
39346         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
39347         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
39348         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
39349         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
39350         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
39351         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
39352         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
39353         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
39354         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
39355         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
39356         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
39357         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
39358         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
39359         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
39360         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
39361         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
39362         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
39363         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
39364         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
39365         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
39366         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
39367         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
39368         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
39369         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
39370         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
39371         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
39372         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
39373         lib/yesno.c, lib/yesno.h:
39374         Update FSF postal mail address.
39375
39376 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
39377
39378         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
39379         tests/test-memmem.c, tests/test-stpncpy.c:
39380         Update FSF postal mail address.
39381
39382 2005-05-13  Bruno Haible  <bruno@clisp.org>
39383
39384         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
39385         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
39386         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
39387         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
39388         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
39389         Add support for 64-bit integers in the MSVC compiler.
39390
39391 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39392
39393         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
39394
39395 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
39396
39397         * gnulib-tool (func_import): Sort and uniquify recommended includes.
39398
39399 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
39400
39401         * doc/getdate.texi (General date syntax): Don't say that date
39402         date --iso-8601=ns generates acceptable dates; it doesn't yet.
39403         Problem reported by Nic Ferrier.
39404
39405 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39406
39407         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
39408         specified in ai_socktype. Fix invalid ai_protocol
39409         check. ai_protocol is usually set to 0 or depending on
39410         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
39411         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
39412         ai_socktype / ai_protocol in the returned addrinfo structure.
39413
39414 2005-05-10  Simon Josefsson  <jas@extundo.com>
39415
39416         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
39417         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
39418
39419 2005-05-10  Karl Berry  <karl@gnu.org>
39420
39421         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
39422         (from http://www.gnu.org/licenses).
39423         * doc/COPYING.LIB: also rename to COPYING.LESSER.
39424         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
39425         fdl.texi suffices.
39426
39427 2005-05-10  Karl Berry  <karl@gnu.org>
39428
39429         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
39430         (COPYING.DOC): remove.
39431
39432         * config/srclist-update: new FSF address.
39433
39434 2005-05-10  Derek Price  <derek@ximbiot.com>
39435
39436         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
39437         possible.
39438
39439 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39440             Bruno Haible  <bruno@clisp.org>
39441
39442         * modules/inet_ntop: New file.
39443         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39444         inet_ntop.
39445
39446 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39447             Bruno Haible  <bruno@clisp.org>
39448
39449         * m4/inet_ntop.m4: New file.
39450
39451 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39452             Bruno Haible  <bruno@clisp.org>
39453
39454         * lib/inet_ntop.h: New file.
39455         * lib/inet_ntop.c: New file, from glibc with modifications.
39456
39457 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
39458
39459         * modules/time_r (License): Change to LGPL.
39460         * modules/extensions (License): Change to LGPL.  Actually,
39461         the license is more permissive than that, but currently gnulib-tool
39462         doesn't know how to handle more-permissive licenses.
39463
39464         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
39465         Problem reported by Dave Love.
39466
39467 2005-05-08  Jim Meyering  <jim@meyering.net>
39468
39469         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
39470         blank.
39471
39472 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
39473
39474         * modules/argmatch (Depends-on): Add stdbool.
39475         * modules/backupfile (Depends-on): Likewise.
39476         * modules/chdir-long (Depends-on): Likewise.
39477         * modules/closeout (Depends-on): Likewise.
39478         * modules/cycle-check (Depends-on): Likewise.
39479         * modules/dirname (Depends-on): Likewise.
39480         * modules/fnmatch (Depends-on): Likewise.
39481         * modules/fsusage (Depends-on): Likewise.
39482         * modules/fwriteerror (Depends-on): Likewise.
39483         * modules/getcwd (Depends-on): Likewise.
39484         * modules/getloadavg (Depends-on): Likewise.
39485         * modules/hard-locale (Depends-on): Likewise.
39486         * modules/makepath (Depends-on): Likewise.
39487         * modules/mountlist (Depends-on): Likewise.
39488         * modules/nanosleep (Depends-on): Likewise.
39489         * modules/posixtm (Depends-on): Likewise.
39490         * modules/quotearg (Depends-on): Likewise.
39491         * modules/readtokens (Depends-on): Likewise.
39492         * modules/readtokens0 (Depends-on): Likewise.
39493         * modules/readutmp (Depends-on): Likewise.
39494         * modules/save-cwd (Depends-on): Likewise.
39495         * modules/strftime (Depends-on): Likewise.
39496         * modules/userspec (Depends-on): Likewise.
39497         * modules/utimecmp (Depends-on): Likewise.
39498         * modules/xgetcwd (Depends-on): Likewise.
39499         * modules/xnanosleep (Depends-on): Likewise.
39500         * modules/xstrtod (Depends-on): Likewise.
39501         * modules/yesno (Depends-on): Likewise.
39502
39503 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
39504
39505         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
39506         needless checks.
39507
39508 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39509
39510         Merge from coreutils.  Among other things,
39511         add bulletproofing for cases where stdin, stdout, or stderr are closed.
39512         * lib/fd-safer.c: New file.
39513         * lib/fcntl-safer.h, open-safer.c: Remove.
39514         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
39515         * lib/dup-safer.c: Include unistd-safer.h first.
39516         Don't include errno.h.
39517         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
39518         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
39519         * lib/file-type.c: Rely on file-type.h change.
39520         * lib/getloadavg.c: Include unistd-safer.h.
39521         (getloadavg): Use safer open.
39522         * lib/getusershell.c: Include "stdio-safer.h".
39523         (getusershell): Use safer fopen.
39524         * lib/long-options.c (long_options): Use NULL rather than 0.
39525         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
39526         'free'.
39527         * lib/modechange.c: Likewise.
39528         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
39529         (MODE_DONE): New constant.
39530         (struct mode_change): Remove 'next' member.
39531         (make_node_op_equals): New function; like the old one of the
39532         same name, except it allocates an array.
39533         (mode_compile, mode_create_from_ref): Use it.
39534         (mode_compile): Allocate result as an array, not a linked list.
39535         Parse octal string ourself, so that we catch mistakes like "+0".
39536         (mode_adjust): Arg is an array, not a linked list.
39537         * lib/modechange.c: Include stat-macros.h, xalloc.h.
39538         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
39539         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
39540         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
39541         Remove.  This is now stat-macros.h's job.
39542         (talloc): Remove.  All callers replaced by xalloc, so that
39543         our invokers don't have to worry about reporting memory failures.
39544         (make_node_op_equals): Remove.
39545         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
39546         New constants.
39547         (struct mode_change): Moved here from modechange.h.
39548         (mode_append_entry): Remove.
39549         (mode_compile): Remove MASKED_OPS arg, since it encouraged
39550         apps to have incorrect behavior.  Use simpler algorithm for head
39551         and tail.  Don't futz with umask; that's now the job of mode_adjust.
39552         Detect more invalid usages rather than having somewhat-random behavior.
39553         Don't insert an "a=" action, as that leads to incorrect behavior.
39554         (mode_compile, mode_create_from_ref): Return NULL on error instead
39555         of an enum, since now there's only one way to have an error.  All
39556         callers changed.
39557         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
39558         at the correct time.  Simplify calculation of "+u" and its ilk.
39559         Don't mishandle "+X".
39560         (mode_free): Remove "register" and localize decls.
39561         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
39562         (struct mode_change): Move to modechange.c; callers don't
39563         need to see this stuff.
39564         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
39565         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
39566         (mode_change, mode_adjust): Reflect the new signatures noted above.
39567         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
39568         that might redefine system include files.
39569         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
39570         (my_usleep): Use NULL rather than (void *) 0.
39571         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
39572         Use siginterrupt to specify that system calls should be interrupted.
39573         (rpl_nanosleep): Move initialization of suspended closer to call of
39574         my_usleep.
39575         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
39576         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
39577         (desirable_utmp_entry): New function.
39578         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
39579         using x2nrealloc, to simplify logic.
39580         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
39581         size calculation.  Do not assume utmp file is a regular file.
39582         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
39583         (READ_UTMP_CHECK_PIDS): New constant.
39584         * lib/save-cwd.c: Include unistd-safer.h.
39585         (save_cwd): Use fd_safer.
39586         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
39587         [!_LIBC] Include "stat-macros.h" instead.
39588         * lib/unistd-safer.h (fd_safer): New decl.
39589
39590 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39591
39592         * modules/getloadavg (Depends-on): Add unistd-safer.
39593         * modules/getusershell (Depends-on): Add stdio-safer.
39594         * modules/lstat (Depends-on): Remove xalloc.
39595         * modules/mkstemp (Depends-on): Add stat-macros.
39596         * modules/modechange (Depends-on): Remove xstrtol.
39597         Add stat-macros, xalloc.
39598         * modules/save-cwd (Depends-on): Add unistd-safer.
39599         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
39600         * modules/unistd-safer (Files): Add lib/fd-safer.c
39601         (Makefile.am): Remove lib_SOURCES.
39602
39603         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
39604         Remove fcntl-safer; unistd-safer supersedes it.
39605
39606 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39607
39608         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
39609         AC_HEADER_STAT.
39610         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
39611         (gl_PREREQ_CHOWN): Remove.
39612         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
39613         it.  Don't require AC_HEADER_STAT.
39614         (gl_PREREQ_LSTAT): Remove.
39615         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
39616         Don't require AC_HEADER_STAT.
39617         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
39618         (gl_PREREQ_RMDIR): Remove.
39619         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
39620         mention stat-macros.h or AC_HEADER_STAT, since we'll make
39621         the stat-macros module a prerequisite.
39622         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
39623         * m4/filemode.m4 (gl_FILEMODE): Likewise.
39624         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
39625         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
39626         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
39627         variable names.
39628         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
39629         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
39630         variable prefixes.
39631         * m4/fcntl-safer.m4: Remove.
39632         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
39633         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
39634         Invoke gl_PREREQ_FD_SAFER.
39635         (gl_PREREQ_FD_SAFER): New macro.
39636         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
39637         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
39638         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
39639         Remove duplicate call to AC_LIBOBJ(readutmp).
39640         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
39641
39642         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
39643         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
39644
39645 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
39646
39647         * MODULES.html.sh (Misc): Add byteswap.
39648
39649 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39650
39651         * modules/getcwd (Depends-on): Add extensions.
39652         * modules/openat (Depends-on): Likewise.
39653
39654 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39655
39656         * modules/byteswap: New file.
39657
39658 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39659
39660         * m4/byteswap.m4: New file.
39661
39662 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
39663
39664         * lib/byteswap_.h: New file.
39665
39666 2005-04-25  Karl Berry  <karl@gnu.org>
39667
39668         * m4/gettext.m4: Update from GNU gettext 0.14.4.
39669
39670 2005-04-25  Albert Chin  <china@thewrittenword.com>
39671
39672         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
39673         Toolkit C bug.
39674
39675 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
39676
39677         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
39678         (func_ln_if_changed) Remove forcibly for no error message
39679         in case file does not exist.
39680
39681 2005-04-19  Simon Josefsson  <jas@extundo.com>
39682
39683         * gnulib-tool (Options): Make --symlink mean --symbolic.
39684
39685 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
39686
39687         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
39688
39689 2005-04-16  Simon Josefsson  <jas@extundo.com>
39690
39691         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
39692
39693 2005-04-15  Simon Josefsson  <jas@extundo.com>
39694
39695         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
39696
39697 2005-04-15  Simon Josefsson  <jas@extundo.com>
39698
39699         * gnulib-tool: Rename --symlink to --symbolic.
39700
39701 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
39702
39703         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
39704         symbolic links to files instead of copying/moving.  Add --aux-dir,
39705         specifying directory relative --dir where auxiliary build tools
39706         are placed.
39707
39708 2005-04-14  Bruno Haible  <bruno@clisp.org>
39709
39710         * modules/allocsa (License): Change to LGPL.
39711         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
39712
39713 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
39714
39715         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
39716         that "UTC +1 second" continues to work.  Problem reported
39717         by Dmitry V. Levin.
39718         (relunit_snumber): New rule.
39719         (relunit): Use it.
39720
39721 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
39722
39723         * lib/getdate.y (universal_time_zone_table): New constant.
39724         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
39725         universal_time_zone_table.
39726         (lookup_zone): Prefer universal_time_zone_table to
39727         local_time_zone_table, so that "GMT" time stamps are allowed in
39728         London during the summer.  Problem reported by Ian Abbott.
39729
39730 2005-04-12  Jim Meyering  <jim@meyering.net>
39731
39732         * lib/human.c (humblock): Set *options even when returning due to
39733         xstrtoumax conversion failure.  Thanks to a used-uninitialized
39734         warning from gcc-4.
39735
39736 2005-04-09  Jim Meyering  <jim@meyering.net>
39737
39738         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
39739         -Wuninitialized: initialize tm0.tm_year.
39740
39741 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
39742
39743         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
39744         count, since there's no maximum.  All uses changed.
39745         Add member dsts_seen.
39746         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
39747         not being INT_MAX.
39748         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
39749         Use pc_rels_seen to decide whther a date is absolute.
39750
39751         * lib/getdate.y (number): Don't overwrite year.
39752         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
39753         check.
39754
39755 2005-04-02  Simon Josefsson  <jas@extundo.com>
39756
39757         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
39758         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
39759
39760 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
39761
39762         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
39763         where no absolute path name can be longer than PATH_MAX.
39764
39765 2005-03-27  Jim Meyering  <jim@meyering.net>
39766
39767         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
39768
39769 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
39770
39771         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
39772         "one's complement" -> "ones' complement" in comment, as per Knuth.
39773         "value of type" -> "type or expression" in comment.
39774         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
39775
39776 2005-03-26  Jim Meyering  <jim@meyering.net>
39777
39778         Comment nits.
39779         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
39780         Correct typos: s/or/of/.
39781
39782 2005-03-26  Jim Meyering  <jim@meyering.net>
39783
39784         * modules/check-include-files: Move to ../ and rename to...
39785         * check-module: ...this.
39786
39787 2005-03-25  Jim Meyering  <jim@meyering.net>
39788
39789         * modules/xvasprintf (Files): Add xalloc.h.
39790
39791 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
39792
39793         * modules/gettext (Files): config/config.rpath ->
39794         build-aux/config.rpath
39795         * modules/iconv (Files): Likewise.
39796         Problem reported by Oskar Liljeblad.
39797
39798 2005-03-23  Jim Meyering  <jim@meyering.net>
39799
39800         * modules/check-include-files: New script to check for
39801         missing dependencies, multiple includes, etc.
39802
39803         * modules/c-strtold (Depends-on): Add xalloc.
39804         * modules/c-strtod (Depends-on): Add xalloc.
39805         * modules/hash (Depends-on): Add xalloc.
39806         (Files): Remove lib/xalloc.h.
39807
39808         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
39809         * modules/userspec (Files): Add lib/inttostr.h.
39810
39811 2005-03-23  Jim Meyering  <jim@meyering.net>
39812
39813         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
39814
39815 2005-03-22  Jim Meyering  <jim@meyering.net>
39816
39817         * modules/stat-macros: New module.
39818         * modules/canonicalize, modules/euidaccess, modules/file-type,
39819         * modules/filemode, modules/lchown, modules/makepath,
39820         * modules/rmdir, modules/stat: Depend on new stat-macros module
39821         rather than listing lib/stat-macros.h manually.
39822         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
39823
39824 2005-03-22  Jim Meyering  <jim@meyering.net>
39825
39826         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
39827
39828 2005-03-22  Bruno Haible  <bruno@clisp.org>
39829
39830         * config/srclist.txt: Replace target directory 'config' with
39831         'build-aux'.
39832         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
39833         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
39834         ../build-aux/.
39835
39836 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
39837
39838         * modules/chdir-long (Depends-on): Add mempcpy.
39839
39840         * modules/acl, modules/backupfile, modules/c-strtod,
39841         modules/c-strtold, modules/canon-host, modules/canonicalize,
39842         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
39843         modules/exclude, modules/exitfail, modules/file-type,
39844         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
39845         modules/getdate, modules/getline, modules/getpagesize,
39846         modules/getpass, modules/getugroups, modules/group-member,
39847         modules/hard-locale, modules/hash, modules/human, modules/idcache,
39848         modules/inttostr, modules/long-options, modules/makepath,
39849         modules/md5, modules/memcasecmp, modules/memcoll,
39850         modules/modechange, modules/mountlist, modules/path-concat,
39851         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
39852         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
39853         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
39854         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
39855         modules/strftime, modules/strndup, modules/strverscmp,
39856         modules/timespec, modules/unlocked-io, modules/userspec,
39857         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
39858         modules/yesno:
39859         Remove lib_SOURCES line from Makefile.am section, as this is now
39860         done automatically by the corresponding Autoconf macro.
39861
39862 2005-03-21  Jim Meyering  <jim@meyering.net>
39863
39864         Changes imported from coreutils.
39865
39866         * lib/cycle-check.c: Don't include xalloc.h.
39867
39868         * lib/path-concat.c: Don't include assert.h.
39869         (path_concat): Remove assertion that would have triggered
39870         for ABASE starting with more than one slash.
39871         Reported by Andreas Schwab.
39872
39873         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
39874         properly when ABASE is an absolute file name.
39875         Correct the description of this function.
39876         Include <assert.h>.
39877         Add an assertion and a test driver.
39878         This fixes a bug introduced on 2004-07-02.
39879         Andreas Schwab reported the resulting failure of cp --parents:
39880         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
39881
39882 2005-03-21  Jim Meyering  <jim@meyering.net>
39883
39884         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
39885         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
39886
39887 2005-03-21  Jim Meyering  <jim@meyering.net>
39888         and  Paul Eggert  <eggert@cs.ucla.edu>
39889
39890         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
39891         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
39892         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
39893         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
39894         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
39895         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
39896         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
39897         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
39898         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
39899         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
39900         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
39901         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
39902         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
39903         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
39904         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
39905         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
39906         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
39907         for these modules.
39908
39909 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
39910
39911         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
39912         (which shouldn't happen), generate nothing instead of returning 0
39913         immediately, so that nstrftime (NULL, ...) doesn't return 0.
39914
39915 2005-03-16  Bruno Haible  <bruno@clisp.org>
39916
39917         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
39918         HAVE_LONGLONG_64BIT.
39919
39920 2005-03-16  Bruno Haible  <bruno@clisp.org>
39921
39922         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
39923         HAVE_LONGLONG_64BIT.
39924
39925 2005-03-16  Bruno Haible  <bruno@clisp.org>
39926
39927         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
39928         HAVE_LONGLONG_64BIT.
39929
39930 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
39931
39932         * lib/strftime.c (my_strftime): Prepend space to format so that we can
39933         reliably distinguish strftime failure from empty output on POSIX
39934         hosts.
39935
39936 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
39937
39938         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
39939         (iconv_string): Don't guess a size-zero buffer, as that might cause
39940         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
39941         result would be 'too large', where 'too large' is (heuristically)
39942         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
39943         overflow concerns.  This will prevent some unwanted malloc failures
39944         when the inputs are very large.
39945
39946 2005-03-15  Karl Berry  <karl@gnu.org>
39947
39948         * config/srclist.txt (config.rpath): from gettext.
39949         * config/config.rpath: update.
39950
39951 2005-03-15  Bruno Haible  <bruno@clisp.org>
39952
39953         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
39954         to 'negate'.
39955
39956         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
39957         variable.
39958
39959         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
39960         results.
39961
39962 2005-03-14  Simon Josefsson  <jas@extundo.com>
39963
39964         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
39965         <fx@gnu.org>.
39966
39967 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
39968
39969         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
39970         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
39971         intprops.h.
39972         * lib/strtol.c: Likewise.
39973
39974 2005-03-14  Jim Meyering  <jim@meyering.net>
39975
39976         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
39977         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
39978         to be nonzero so that we (and caller) can detect the difference
39979         between a valid zero-length expansion and an error return, even
39980         when the underlying strftime fails before writing anything into
39981         that location.
39982
39983 2005-03-14  Bruno Haible  <bruno@clisp.org>
39984
39985         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
39986         Update from GNU gettext 0.14.3.
39987
39988 2005-03-10  Jim Meyering  <jim@meyering.net>
39989
39990         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
39991
39992 2005-03-10  Jim Meyering  <jim@meyering.net>
39993
39994         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
39995         so that this module works on systems without fchdir.
39996
39997 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39998
39999         Factor int-properties macros into a single file, except for
40000         glibc-related files.
40001         * lib/intprops.h: New file.
40002         * lib/getloadavg.c: Include it instead of limits.h.
40003         (INT_STRLEN_BOUND): Remove.
40004         * lib/human.c: Include intprops.h.
40005         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
40006         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
40007         302/1000.
40008         * lib/inttostr.h: Include intprops.h instead of limits.h.
40009         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
40010         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
40011         for consistency with intprops.h.
40012         (time_t_is_integer, twos_complement_arithmetic): Use them.
40013         * lib/sig2str.h: Include <signal.h>, intprops.h.
40014         (INT_STRLEN_BOUND): Remove.
40015         * lib/strftime.c (TYPE_SIGNED): Remove.
40016         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
40017         * lib/strtol.c: Adjust comments to match intprops.h.
40018         * lib/userspec.c: Include intprops.h.
40019         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
40020         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
40021         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
40022         instead of rolling our own expressions.
40023         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
40024
40025         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
40026         instead of int.
40027         (my_strftime): Do not mishandle years close to INT_MAX, by doing
40028         the right thing even if adding 1900 would overflow.  Similarly
40029         for tm_mon + 1 and tm_yday + 1.
40030         Make %Y always equivalent to %C%y, and similarly for %G and %g.
40031         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
40032         (DO_SIGNED_NUMBER): New macro.
40033         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
40034
40035 2005-03-07  Bruno Haible  <bruno@clisp.org>
40036
40037         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
40038
40039 2005-03-07  Bruno Haible  <bruno@clisp.org>
40040
40041         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
40042
40043 2005-03-04  Derek R. Price  <derek@ximbiot.com>
40044
40045         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
40046         (func_import): Only replace files via --import when they have actually
40047         changed.
40048
40049 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40050
40051         * m4/mmap-anon.m4: New file.
40052         * m4/pagealign_alloc.m4: New file.
40053
40054 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40055             Bruno Haible  <bruno@clisp.org>
40056
40057         * modules/pagealign_alloc: New file.
40058         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
40059
40060 2005-03-03  Derek R. Price  <derek@ximbiot.com>
40061             Bruno Haible  <bruno@clisp.org>
40062
40063         * lib/pagealign_alloc.h: New file.
40064         * lib/pagealign_alloc.c: New file.
40065
40066 2005-03-03  Bruno Haible  <bruno@clisp.org>
40067
40068         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
40069         Use an all-permissive copyright notice, recommended by RMS.
40070
40071 2005-03-02  Bruno Haible  <bruno@clisp.org>
40072
40073         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
40074         of AIX, the replacement has to be done only after <string.h> is
40075         included, therefore not in config.h. stpncpy.h does the replacement,
40076         and stpncpy.c uses it.
40077
40078 2005-03-02  Bruno Haible  <bruno@clisp.org>
40079
40080         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
40081         stpncpy.c uses it.
40082
40083 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40084
40085         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
40086         The workaround isn't strictly needed for POSIX conformance, and
40087         it's too much of a pain to configure and maintain.  We'll ask
40088         people to fix their kernels instead.
40089         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
40090         (NANOSLEEP_BUG_WORKAROUND): Remove.
40091         (xnanosleep): Remove the workaround.
40092
40093 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40094
40095         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
40096         Reported by Derek Price.
40097         (Include): Add "timespec.h".
40098
40099         * modules/xnanosleep (Depends-on): Remove gethrxtime.
40100
40101 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
40102
40103         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
40104         to detect nanosleep bug.
40105
40106 2005-03-01  Bruno Haible  <bruno@clisp.org>
40107
40108         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
40109
40110 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
40111
40112         * modules/gethrxtime: New file.
40113         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
40114         (Depends-on): Add gethrxtime.
40115         (configure.ac): Add gl_XNANOSLEEP.
40116         (Makefile.am): Remove lib_SOURCES line.
40117
40118 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40119
40120         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
40121         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
40122
40123 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
40124
40125         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
40126         * lib/timespec.h (gettime): Return void, since it always
40127         succeeds now.  All uses changed.
40128         * lib/gettime.c (gettime) Likewise.
40129         [HAVE_NANOTIME]: Prefer nanotime.
40130         Assume gettimeofday succeeds, as POSIX requires.
40131         Assime time () succeeds, since other code already does.
40132         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
40133         (timespec_subtract): Remove.
40134         (NANOSLEEP_BUG_WORKAROUND): New constant.
40135         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
40136         things considerably.  Use it only on GNU/Linux hosts, since the
40137         workaround shouldn't be needed elsewhere.
40138
40139 2005-02-24  Bruno Haible  <bruno@clisp.org>
40140
40141         * modules/gettext (Files): Add m4/glibc2.m4.
40142
40143 2005-02-24  Bruno Haible  <bruno@clisp.org>
40144
40145         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
40146         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
40147         * m4/progtest.m4:
40148         Update from GNU gettext 0.14.2.
40149         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
40150
40151 2005-02-24  Bruno Haible  <bruno@clisp.org>
40152
40153         * lib/localcharset.c: Update from GNU gettext 0.14.2.
40154         * lib/config.charset: Update from GNU gettext 0.14.2.
40155
40156 2005-02-24  Bruno Haible  <bruno@clisp.org>
40157
40158         * lib/gettext.h: Update from GNU gettext 0.14.2.
40159
40160 2005-02-23  Simon Josefsson  <jas@extundo.com>
40161
40162         * m4/iconvme.m4: New file.
40163
40164 2005-02-23  Jim Meyering  <jim@meyering.net>
40165
40166         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
40167         change.
40168         Thanks to Bruno Haible for catching it.
40169
40170 2005-02-22  Simon Josefsson  <jas@extundo.com>
40171
40172         * modules/iconvme: New file.
40173
40174         * MODULES.html.sh: Add iconvme.
40175
40176 2005-02-22  Simon Josefsson  <jas@extundo.com>
40177
40178         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
40179
40180 2005-02-22  Simon Josefsson  <jas@extundo.com>
40181
40182         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
40183
40184 2005-02-22  Jim Meyering  <jim@meyering.net>
40185
40186         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
40187         s/ifndef/ifdef/.
40188
40189 2005-02-20  Neil Conway  <neilc@samurai.com>
40190
40191         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
40192         returned by OSX/Darwin if the specified buffer is not large
40193         enough for the hostname.
40194
40195 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40196
40197         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
40198         pass it to _help, otherwise the latter coredumps trying to
40199         dereference state.root_argp.
40200
40201 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40202
40203         * modules/chdir-long (Depends-on): Add memrchr.
40204         * modules/memrchr (Files): Add lib/memrchr.h.
40205         (Include): "memrchr.h".
40206
40207 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40208
40209         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
40210
40211 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40212
40213         * lib/memrchr.h: New file.
40214         * lib/chdir-long.c: Include it.
40215         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
40216         Don't bother including stddef.h.
40217
40218 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40219
40220         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
40221         inclusion.
40222         Include <sys/types.h>, for dev_t.
40223         (ME_DUMMY, ME_REMOTE): Move from here....
40224         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
40225         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
40226         Dmitry V. Levin.
40227         Include mountlist.h first, to test the interface.
40228
40229 2005-01-29  Bruno Haible  <bruno@clisp.org>
40230
40231         * lib/progname.c (program_name): Initialize.
40232         Needed when linking statically on MacOS X.
40233
40234 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40235
40236         Sync from coreutils.
40237         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
40238         (Depends-on): Add c-strtod.
40239         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
40240
40241 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40242
40243         Sync from coreutils.
40244         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
40245
40246         Remove files that are specific to coreutils.
40247         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
40248
40249 2005-01-28  Bruno Haible  <bruno@clisp.org>
40250
40251         * modules/javacomp: New file.
40252         * MODULES.html.sh (Java): Add javacomp.
40253
40254 2005-01-28  Bruno Haible  <bruno@clisp.org>
40255
40256         * m4/javacomp.m4: New file, from GNU gettext.
40257
40258 2005-01-28  Bruno Haible  <bruno@clisp.org>
40259
40260         * lib/javacomp.sh.in: New file, from GNU gettext.
40261         * lib/javacomp.h: New file, from GNU gettext.
40262         * lib/javacomp.c: New file, from GNU gettext.
40263
40264 2005-01-26  Simon Josefsson  <jas@extundo.com>
40265
40266         * lib/gai_strerror.c: Use GPL in header.
40267
40268 2005-01-26  Bruno Haible  <bruno@clisp.org>
40269
40270         * modules/javaexec: New file.
40271         * MODULES.html.sh (Java): Add javaexec.
40272
40273 2005-01-26  Bruno Haible  <bruno@clisp.org>
40274
40275         * m4/javaexec.m4: New file, from GNU gettext.
40276
40277 2005-01-26  Bruno Haible  <bruno@clisp.org>
40278
40279         * lib/javaexec.sh.in: New file, from GNU gettext.
40280         * lib/javaexec.h: New file, from GNU gettext.
40281         * lib/javaexec.c: New file, from GNU gettext.
40282
40283 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40284
40285         * modules/lchown (Depends-on): Remove lchown.h
40286
40287 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40288
40289         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
40290         must be defined if the header file was not found, in order
40291         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
40292
40293 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40294
40295         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
40296         initializers for struct pentry_state.
40297         (__argp_error): Check return value of __asprintf
40298         (__argp_failure): Translate error message
40299
40300         * lib/argp-parse.c: Removed braces around the expansion of N_()
40301
40302 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40303
40304         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
40305         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
40306         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
40307         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
40308         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
40309         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
40310         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
40311         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
40312         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
40313         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
40314         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
40315         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
40316         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
40317         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
40318         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
40319         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
40320         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
40321         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
40322         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
40323         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
40324         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
40325         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
40326         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
40327         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
40328         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
40329         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
40330         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
40331         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
40332         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
40333         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
40334         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
40335         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
40336         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
40337         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
40338         xstrtol.m4, xstrtoumax.m4, yesno.m4:
40339         Use an all-permissive copyright notice, recommended by RMS.
40340
40341 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
40342
40343         * modules/chdir-long (Depends-on): Remove mempcpy.
40344
40345 2005-01-21  Jim Meyering  <jim@meyering.net>
40346
40347         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
40348         same value as for Solaris 9.
40349
40350         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
40351         component length.  This included changing the parameter to be
40352         of type `char *' rather than `char const *'.
40353         * lib/chdir-long.h (chdir_long): Update prototype.
40354
40355         * lib/openat.c (fdopendir, fstatat): New functions.
40356         * lib/openat.h: Include headers required for use of DIR and struct
40357         stat.
40358         [AT_SYMLINK_NOFOLLOW]: Define.
40359         (fdopendir, fstatat): Add prototypes.
40360
40361 2005-01-21  Bruno Haible  <bruno@clisp.org>
40362
40363         * modules/classpath: New file.
40364         * MODULES.html.sh (Java): Add classpath.
40365
40366 2005-01-21  Bruno Haible  <bruno@clisp.org>
40367
40368         * lib/classpath.h: New file, from GNU gettext.
40369         * lib/classpath.c: New file, from GNU gettext.
40370
40371 2005-01-20  Simon Josefsson  <jas@extundo.com>
40372
40373         * modules/version-etc-fsf: New file.
40374
40375 2005-01-20  Simon Josefsson  <jas@extundo.com>
40376
40377         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
40378         * lib/version-etc.c: Remove version_etc_copyright.
40379         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
40380         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
40381
40382 2005-01-20  Simon Josefsson  <jas@extundo.com>
40383
40384         * lib/base64.h (isbase64): Add.
40385
40386         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
40387         using a unsigned prototype, don't inline.
40388         (base64_decode): Use it.
40389
40390 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40391
40392         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
40393         it.
40394
40395 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40396
40397         * lib/save-cwd.c (save_cwd): Remove code to support the case
40398         where fchdir is missing or flaky.
40399
40400 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
40403
40404 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40405
40406         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
40407         AC_LIBSOURCES now does this.
40408         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
40409         with new ullong_max module.
40410
40411 2005-01-19  Bruno Haible  <bruno@clisp.org>
40412
40413         * modules/sh-quote: New file.
40414         * MODULES.html.sh (Executing programs): Add sh-quote.
40415
40416 2005-01-19  Bruno Haible  <bruno@clisp.org>
40417
40418         * lib/sh-quote.h: New file, from GNU gettext.
40419         * lib/sh-quote.c: New file, from GNU gettext.
40420
40421 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40422
40423         Merge from coreutils.
40424         * m4/ullong_max.m4: New file.
40425         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
40426         (gl_MACROS): Assume localeconv exists.
40427
40428 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40429
40430         Merge changes from coreutils, as described below in several
40431         changelogs dated today.
40432
40433         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
40434         (O_DIRECTORY): Remove; not needed here, since "." must be
40435         a directory.  All uses removed.
40436         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
40437         universal on Suns, and we also need to test for IRIX.
40438         Revamp code to use 'if' rather than '#if'.
40439         Avoid unnecessary comparison of cwd->desc to 0.
40440
40441         * lib/utimens.c (futimens): Robustify the previous patch, by checking
40442         for known valid error numbers rather than observed invalid ones.
40443
40444 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
40445
40446         * modules/ullong_max: New file.
40447
40448         * modules/chdir-long, modules/openat: New files.
40449         * modules/save-cwd (Depends-on): Depend on chdir-long.
40450         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
40451
40452 2005-01-18  Jim Meyering  <jim@meyering.net>
40453
40454         Merge from coreutils.
40455         * m4/chdir-long.m4, m4/openat.m4: New files.
40456         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
40457         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
40458         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
40459         is sane and DOES follow symlinks.  Besides, testing 20 different
40460         systems found no broken chown implementations.
40461         Prompted by a change in rsync's copy of this macro.
40462         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
40463
40464         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
40465
40466         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
40467         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
40468         NULL-means-set-to-current-time semantics.
40469         Remove temporary file immediately, rather than waiting
40470         for configure's at-exit trap code to do it.
40471
40472 2005-01-18  Jim Meyering  <jim@meyering.net>
40473
40474         * lib/version-etc.c (version_etc_copyright): Update copyright date.
40475
40476         * lib/utimens.c (futimens): Account for the fact that futimes
40477         can also fail with errno == ENOSYS or errno == ENOENT.
40478         Patch from Dmitry V. Levin.
40479
40480         Change the name of the robust chdir function from chdir to chdir_long.
40481         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
40482         (restore_cwd): Use chdir_long, not chdir.
40483         * lib/chdir-long.c: Renamed from chdir.c.
40484         * lib/chdir-long.h: Renamed from chdir.h.
40485         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
40486         Hurd.
40487
40488 2005-01-18  Bruno Haible  <bruno@clisp.org>
40489
40490         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
40491         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
40492         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
40493         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
40494         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
40495         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
40496         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
40497         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
40498         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
40499         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
40500         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
40501         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
40502         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
40503         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
40504         Use an all-permissive copyright notice, recommended by RMS.
40505
40506 2005-01-18  Bob Proulx  <bob@proulx.com>
40507
40508         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
40509         simplify offsetof() macro construct to avoid compile failure with
40510         native HP-UX 11.0 ANSI C compiler.
40511
40512 2005-01-17  Bruno Haible  <bruno@clisp.org>
40513
40514         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
40515         redundant because stpncpy.m4 takes care of it.
40516
40517 2005-01-17  Bruno Haible  <bruno@clisp.org>
40518
40519         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
40520
40521 2005-01-17  Bruno Haible  <bruno@clisp.org>
40522
40523         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
40524         used.
40525
40526 2005-01-17  Bruno Haible  <bruno@clisp.org>
40527
40528         * lib/fwriteerror.h (fwriteerror): Change specification to include
40529         fclose.
40530         * lib/fwriteerror.c: Include <stdbool.h>.
40531         (fwriteerror): At the end, close the file stream. Record whether
40532         stdout was already closed.
40533
40534 2005-01-17  Bruno Haible  <bruno@clisp.org>
40535
40536         * lib/execute.c (environ): Declare if needed.
40537         * lib/pipe.c (environ): Likewise.
40538         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
40539
40540 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40541
40542         * modules/argp: Depend on vsnprintf
40543
40544 2005-01-10  Jim Meyering  <jim@meyering.net>
40545
40546         * modules/closeout (Depends-on): Add atexit.
40547
40548 2005-01-06  Bruno Haible  <bruno@clisp.org>
40549
40550         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
40551
40552 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40553
40554         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
40555         definitions to be after all include files, to avoid collisions.
40556         Problem reported by Bob Proulx.
40557
40558 2005-01-04  Jim Meyering  <jim@meyering.net>
40559
40560         Changes imported from coreutils.
40561         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
40562         as the mkstemp template, use a temporary directory and an
40563         8.3-friendly template to avoid trouble on systems like DJGPP.
40564         Reported by Juan M. Guerrero via Stepan Kasal.
40565         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
40566         close. Remove the temporary directory right away, rather than waiting
40567         for configure's at-exit trap code to do it.
40568         Suggestion from Stepan Kasal.
40569
40570 2005-01-01  Simon Josefsson  <jas@extundo.com>
40571
40572         * gnulib-tool: Print #include directives when --import'ing.
40573
40574 2004-12-28  Simon Josefsson  <jas@extundo.com>
40575
40576         * tests/test-base64.c: Include required header files.  Remove
40577         unused variables.
40578
40579 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40580
40581         * modules/error (Depends-on): Remove gettext.
40582
40583 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40584
40585         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
40586         not needed.  This removes a dependency on the gettext module.
40587         [defined _LIBC]: Do not include <libintl.h>; not needed.
40588
40589 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
40590
40591         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
40592         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
40593
40594 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
40595
40596         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
40597         HAVE_DECL_STRTOLD.
40598
40599 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40600
40601         * modules/getdate (Depends-on): Remove alloca-opt.
40602
40603 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40604
40605         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
40606
40607 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40608
40609         * lib/argp-parse.c: Include <stddef.h>.
40610         (alignof, alignto): New macros.
40611         (parser_init): Don't assume that void * is aligned sufficiently
40612         for struct option.
40613
40614         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
40615         need to extend the stack.
40616         (YYINITDEPTH): New macro, so that the initial stack isn't overly
40617         large.
40618
40619 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40620
40621         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
40622
40623 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
40624
40625         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
40626         (2004-10-24) change.  Apparently this was a false alarm.
40627
40628         * modules/getdate: Depend on alloca-opt, not alloca.
40629
40630 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
40631
40632         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
40633         Remove now-obsolete comment about AIX.
40634         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
40635         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
40636         (YYMAXDEPTH): New macro.
40637
40638 2004-12-18  Simon Josefsson  <jas@extundo.com>
40639
40640         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
40641
40642 2004-12-18  Bruno Haible  <bruno@clisp.org>
40643
40644         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
40645
40646 2004-12-18  Bruno Haible  <bruno@clisp.org>
40647
40648         * lib/fatal-signal.c (fatal_signals): Make non-const.
40649         (init_fatal_signals): New function.
40650         (uninstall_handlers, install_handlers): Ignore signals that were set to
40651         SIG_IGN.
40652         (at_fatal_signal): Call init_fatal_signals.
40653         (init_fatal_signal_set): Likewise. Ignore signals that were set to
40654         SIG_IGN.
40655         Reported by Paul Eggert.
40656
40657 2004-12-18  Bruno Haible  <bruno@clisp.org>
40658
40659         * doc/alloca.texi: New file.
40660         * doc/alloca-opt.texi: New file.
40661
40662 2004-12-17  Jim Meyering  <jim@meyering.net>
40663
40664         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
40665         Otherwise, install-sh could exit with improper exit status when
40666         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
40667
40668 2004-12-16  Simon Josefsson  <jas@extundo.com>
40669
40670         * tests/test-base64.c: Add license.
40671
40672 2004-12-15  Stepan Kasal  <address@hidden>
40673
40674         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
40675
40676 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
40677
40678         * modules/getcwd (Files): Add m4/d-ino.m4.
40679         Suggested by Mark D. Baushke.
40680
40681 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
40682
40683         * lib/getdate.y (textint): New member "negative".
40684         (time_zone_hhmm): New function.
40685         Expect 14 shift-reduce conflicts, not 13.
40686         (o_colon_minutes): New rule.
40687         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
40688         (yylex): Set the "negative" member of signed numbers.
40689
40690 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
40691
40692         * doc/getdate.texi (Time of day items, Time zone items):
40693         Describe new formats +00:00, UTC+00:00.
40694
40695 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
40696
40697         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
40698         spurious "-l"s.  Problem reported by Stepan Kasal.
40699
40700 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
40701
40702         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
40703         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
40704
40705 2004-12-04  Simon Josefsson  <jas@extundo.com>
40706
40707         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
40708         Vandoorselaere <yoann@prelude-ids.org>.
40709
40710 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40711
40712         Changes imported from coreutils.
40713         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
40714         exist.
40715         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
40716
40717 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40718
40719         Changes imported from coreutils.
40720         * lib/hard-locale.c: Assume <locale.h> exists.
40721         Include "strdup.h".
40722         (GLIBC_VERSION): New macro.
40723         (hard_locale): Assume setlocale exists.
40724         Rewrite to avoid #ifdef.
40725         Use strdup rather than malloc + strcpy.
40726         * lib/human.c: Assume <locale.h> exists.
40727         (human_readable): Assume localeconv exists.
40728
40729 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
40730
40731         * modules/hard-locale (Depends-on): Add strdup.
40732
40733 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40734
40735         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
40736         convert T2, not T.  (Imported from libc.)
40737
40738 2004-11-30  Simon Josefsson  <jas@extundo.com>
40739
40740         * modules/restrict (License): Change to LGPL.
40741
40742 2004-11-30  Simon Josefsson  <jas@extundo.com>
40743
40744         * m4/restrict.m4: Add copyright and copying conditions.
40745
40746 2004-11-30  Simon Josefsson  <jas@extundo.com>
40747
40748         * m4/base64.m4: New file.
40749
40750 2004-11-30  Simon Josefsson  <jas@extundo.com>
40751
40752         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
40753         base64.
40754
40755         * tests/test-base64.c: New file.
40756
40757         * modules/base64: New file.
40758
40759 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
40760
40761         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
40762         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
40763
40764         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
40765
40766 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
40767
40768         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
40769         (__getcwd.c): Don't restore errno; glibc doesn't.
40770         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
40771         first, falling back to our code only if its results look suspicious.
40772         Ensure that the resulting buffer is only as large as necessary.
40773
40774         * lib/readutmp.c: Include readutmp.h first.
40775         Include <errno.h>, since readutmp.h no longer does that.
40776         * lib/readutmp.h: Don't include <errno.h>,
40777         <sys/param.h>, <time.h>; not needed to establish interface.
40778         (errno): Remove decl.
40779         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
40780         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
40781         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
40782
40783 2004-11-28  Simon Josefsson  <jas@extundo.com>
40784
40785         * lib/base64.h, base64.c: New file.
40786
40787 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40788
40789         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
40790
40791 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40792
40793         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
40794         (Depends-on): Remove pathmax, same.  Add mempcpy.
40795         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
40796         (Makefile.am): Append getcwd.h to lib_SOURCES.
40797         (Include): Add getcwd.h.
40798         (Maintainer): Change from Jim Meyering to "all, glibc",
40799         since getdate now uses intended-for-glibc code.
40800         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
40801         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
40802
40803 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40804
40805         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
40806         HP's ANSI C compiler.
40807         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
40808         Declaring int functions causes warnings on some modern systems and
40809         shouldn't be needed to compile on ancient ones.
40810         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
40811         defined.
40812
40813         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
40814         with the following changes.
40815         (__set_errno): Parenthesize properly.
40816         Include <stdbool.h>.
40817         (MIN, MAX, MATCHING_INO): New macros.
40818         (__getcwd): Define with prototype, not K&R form.
40819         Use heuristics to allocate default buffer on stack if possible.
40820         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
40821         behavior, and to avoid the PATH_MAX limit when computing
40822         ../../../../...
40823         Use MATCHING_INO to compare inode number to file.
40824         Check for arithmetic overflow in size calculations.
40825         Fix bug in reallocation of dot array that caused getcwd to fail
40826         on directories nested deeper than 75.
40827         Be more careful about saving errno on error.
40828         Do not use realloc; use only free+malloc, as this is a bit
40829         more flexible and avoids a needless copy operation.
40830         Do not inspect st_dev and st_ino for symbolic links; POSIX
40831         doesn't specify the latter.
40832         Check for closedir errors.
40833         Avoid needless casts.
40834         Use "#ifdef weak_alias" around weak_alias, to be like other
40835         glibc code.
40836         The following changes to getcwd.c have effect only when used in
40837         gnulib; they have no effect inside glibc proper.
40838         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
40839         as alloca isn't used.
40840         (alloca, __alloca): Likewise.
40841         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
40842         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
40843         unconditionally, as gnulib assumes C89 or better.
40844         Do not include <sys/param.h>.
40845         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
40846         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
40847         better.
40848         (NULL) [!defined NULL]: Remove; we assume C89 or better.
40849         Include <dirent.h> in a way that is compatible with modern Autoconf.
40850         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
40851         New macros, if not already defined.
40852         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
40853         Use "_LIBC", not "defined _LIBC", for consistency.
40854         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
40855         a mempcpy module.
40856         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
40857         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
40858         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
40859         credit only to Jim Meyering and adjust the copyright dates.
40860         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
40861         <stdlib.h>, <unistd.h>, "pathmax.h".
40862         Instead, include "xgetcwd.h" (first) and "getcwd.h".
40863         (INITIAL_BUFFER_SIZE): Remove.
40864         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
40865
40866 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40867
40868         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
40869         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
40870         Use the _ONCE methods, for efficiency.
40871         Check for fcntl.h.  In test program, include <errno.h>
40872         and <fcntl.h> if available.  Remove old K&R cruft from
40873         test program.  Check for common errors in GNU/Linux,
40874         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
40875         don't do AC_LIBOBJ, as that's getcwd.m4's job.
40876         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
40877         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
40878         name accordingly.
40879         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
40880         accommodate new getcwd.c.
40881         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
40882         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
40883         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
40884         that's all we need now.
40885
40886 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40887
40888         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
40889         argp-parse.c depends on getopt internals, that means we should
40890         always use our getopt, to be on the safe side.
40891         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
40892         order not to spoil the result of an eventual previous invocation
40893         of gl_GETOPT_SUBSTITUTE.
40894
40895 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40896
40897         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
40898         redefinition warnings. To avoid them, include the defines
40899         in `#if !defined __need_getopt ... #endif'. The only place
40900         where __getopt_argv_const is used is in definitions
40901         of getopt_long and getopt_long_only below, which are as well
40902         protected by `#ifndef __need_getopt'.
40903         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
40904         __need_getopt after including <stdio.h> and <unistd.h> These
40905         headers might have defined it.
40906
40907 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
40908
40909         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
40910
40911 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
40912
40913         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
40914         (futimens): New function, which uses futimes if available.
40915         (futimens, utimens): Support timespec==NULL, with same semantics
40916         as utime and utimens.
40917         * lib/utimens.h (futimens): New decl.
40918
40919 2004-11-23  Jim Meyering  <jim@meyering.net>
40920
40921         * lib/getopt_.h: Remove trailing blanks.
40922
40923 2004-11-23  Jim Meyering  <jim@meyering.net>
40924
40925         * lib/__fpending.c: Add comment.
40926
40927 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
40928
40929         * modules/canonicalize (Depends-on): Add xreadlink.
40930         Problem reported by James Youngman.
40931
40932 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40933
40934         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
40935         New macros.
40936         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
40937         optopt): Use them instead of invoking ## directly; otherwise, the
40938         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
40939
40940 2004-11-19  Bruno Haible  <bruno@clisp.org>
40941
40942         * lib/strtok_r.c: Move comments from here...
40943         * lib/strtok_r.h: ... to here.
40944
40945 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40946
40947         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
40948         implementations that mishandle size_t overflow.
40949
40950 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40951
40952         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
40953         might fail.  Problem reported by Yoann Vandoorselaere.
40954         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
40955         implementations that mishandle size_t overflow.
40956
40957 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40958
40959         * modules/canon-host (Depends-on): Add strdup.
40960
40961 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40962
40963         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
40964
40965 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40966
40967         * lib/canon-host.c: Include "strdup.h".
40968         (canon_host): Use getaddrinfo if available, so that IPv6 works.
40969         Use strdup instead of malloc/strcpy to duplicate strings.
40970
40971         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
40972         (human_space_before_unit): New constant.
40973         * lib/human.c (human_readable): Support it.
40974
40975         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
40976         (xgetcwd): Set errno correctly when failing.
40977         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
40978         the failure is actually due to a PATH_MAX problem.
40979
40980         Further getopt changes to make it more likely that glibc will
40981         buy the changes back.
40982         * lib/getopt.c (POSIXLY_CORRECT): New constant.
40983         (getopt): Use it, so to preserve glibc semantic
40984         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
40985         when compiling for libc.
40986         * lib/getopt_.h (__getopt_argv_const): Bring it back.
40987         (getopt_long, getopt_long_only): Use it.
40988
40989         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
40990         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
40991         (getopt): Argv is now char * const *, as per standard.
40992         (_getopt_internal_r, _getopt_internal): Argv is now char **,
40993         not char *__getopt_argv_const *.
40994         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
40995         _getopt_long_only_r): Likewise.
40996         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
40997         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
40998         _getopt_long_r, _getopt_long_only_r): Likewise.
40999         * lib/getopt_.h (__getopt_argv_const): Remove.
41000         (getopt): Argv is now char * const *, as per standard.
41001
41002         * lib/getdate.y (tORDINAL): New token.
41003         (day, relunit): Allow it for relative times.
41004         (relative_time_table): Use tORDINAL for ordinals.
41005
41006 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41007
41008         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
41009         Document that "second" isn't allowed as an ordinal number.
41010
41011 2004-11-16  Jim Meyering  <jim@meyering.net>
41012
41013         * modules/closeout (Depends-on): Add fpending.
41014
41015 2004-11-15  Jim Meyering  <jim@meyering.net>
41016
41017         * lib/closeout.c: Include "__fpending.h" once again.
41018         Include <stdbool.h>.
41019         (close_stdout): Don't fail just because stdout was closed initially,
41020         since some programs don't write to stdout in the normal course of
41021         operation (other than --version and --help), and we don't want this
41022         function to make e.g. `touch file >&-' fail.
41023         But do fail if it was closed and someone has tried to write to it.
41024         E.g., `printf foo >&-' must fail.
41025
41026 2004-11-13  Jim Meyering  <jim@meyering.net>
41027
41028         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
41029
41030 2004-11-12  Simon Josefsson  <jas@extundo.com>
41031
41032         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
41033         small doc fix is still pending.
41034
41035 2004-11-11  Simon Josefsson  <jas@extundo.com>
41036
41037         * modules/strtok_r: New file.
41038
41039         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41040         strtok_r.
41041
41042 2004-11-11  Simon Josefsson  <jas@extundo.com>
41043
41044         * m4/strtok_r.m4: New file.
41045
41046         * m4/getopt.m4: Replace opterr.
41047
41048 2004-11-11  Simon Josefsson  <jas@extundo.com>
41049
41050         * lib/strtok_r.h, strtok_r.c: New file.
41051
41052 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
41053
41054         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
41055         of replacing opterr, getopt, etc.  This should handle the
41056         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
41057
41058 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
41059
41060         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
41061         we can stop lying to compilers about the constness of argv when we
41062         are compiled outside glibc.
41063         (getopt, getopt_long, getopt_long_only): Use it.
41064         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
41065         _getopt_internal, getopt): Likewise.
41066         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
41067         _getopt_long_only_r): Likewise.
41068         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
41069         _getopt_long_r, _getopt_long_only_r): Likewise.
41070
41071         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
41072         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
41073         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
41074         the other external symbols.
41075         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
41076         declaration, since the above renaming now works around collisions.
41077
41078 2004-11-11  Jim Meyering  <jim@meyering.net>
41079
41080         * lib/linebreak.c: Remove trailing blanks.
41081         * lib/alloca_.h: Likewise.
41082         * lib/acosl.c: Likewise.
41083         * lib/euidaccess.c: Likewise.
41084         * lib/allocsa.h: Likewise.
41085
41086 2004-11-10  Simon Josefsson  <jas@extundo.com>
41087
41088         * m4/getaddrinfo.m4: New file.
41089
41090 2004-11-10  Simon Josefsson  <jas@extundo.com>
41091
41092         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
41093
41094 2004-11-10  Simon Josefsson  <jas@extundo.com>
41095
41096         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41097         getaddrinfo.
41098
41099         * modules/getaddrinfo: New file.
41100
41101 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41102
41103         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
41104
41105 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
41106
41107         * lib/mktime.c (SHR): New macro, which is a portable
41108         substitute for >> that should work even on Crays.
41109         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
41110         Problem reported by Mark D. Baushke in
41111         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
41112         * lib/getdate.y (SHR): Likewise.
41113         (tm_diff): Use it.
41114         * lib/strftime.c (SHR): Likewise.
41115         (tm_diff): Use it.
41116         * lib/quotearg.c (struct quoting_options): Use unsigned int for
41117         quote_these_too, so that right shifts are well defined.  All uses
41118         changed.
41119
41120 2004-11-10  Jim Meyering  <jim@meyering.net>
41121
41122         Ensure that no close failure goes unreported.
41123         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
41124         return early when it seems there's nothing to flush.
41125         Don't include __fpending.h.
41126
41127 2004-11-10  Jim Meyering  <jim@meyering.net>
41128
41129         * modules/closeout (Depends-on): Remove fpending.
41130
41131 2004-11-10  Jim Meyering  <jim@meyering.net>
41132
41133         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
41134
41135 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41136
41137         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
41138         gl_FUNC_STRFTIME.
41139         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
41140         and AC_REQUIRE when possible, to avoid duplicate checks.
41141         Check for <wchar.h>.
41142
41143 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41144
41145         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
41146
41147 2004-11-09  Bruno Haible  <bruno@clisp.org>
41148
41149         * m4/sockpfaf.m4: New file.
41150
41151 2004-11-05  Bruno Haible  <bruno@clisp.org>
41152
41153         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
41154         Reported by Mark D. Baushke <mdb@cvshome.org>.
41155
41156 2004-11-04  Bruno Haible  <bruno@clisp.org>
41157
41158         2004-09-11  Bruno Haible  <bruno@clisp.org>
41159                 * allocsa.valgrind: New file.
41160         2004-02-06  Bruno Haible  <bruno@clisp.org>
41161                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
41162                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
41163                 Reported by Christopher Seip <chris.seip@hp.com>.
41164
41165 2004-11-04  Bruno Haible  <bruno@clisp.org>
41166
41167         * modules/allocsa (Files): Add lib/allocsa.valgrind.
41168         (Makefile.am): Distribute it.
41169
41170 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41171
41172         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
41173         with errno == ERANGE if the buffer is too small.
41174         Problem reported by Mark D. Baushke.
41175
41176 2004-11-03  Albert Chin  <china@thewrittenword.com>
41177             Paul Eggert  <eggert@cs.ucla.edu>
41178
41179         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
41180         equivalent, substitute $ac_type for equivalent type rather than
41181         blindly using uint32_t *always* which won't work if uint32_t is not
41182         available.  Define _UINT32_T to work around typedef of uint32_t if
41183         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
41184         2.5.1.
41185
41186 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41187
41188         * m4/jm-macros.m4: Sync from coreutils.
41189         (gl_MACROS): Check for mbrlen, for pathchk.
41190         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
41191
41192 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41193
41194         * lib/xreadlink.c (MAXSIZE): New macro.
41195         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
41196         size does not exceed MAXSIZE.  Avoid cast.
41197         As suggested by Mark D. Baushke in
41198         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
41199         if readlink fails with buffer size just under MAXSIZE, try again
41200         with MAXSIZE.
41201
41202 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
41203
41204         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
41205
41206 2004-11-02  Derek R. Price  <derek@ximbiot.com>
41207         and  Paul Eggert  <eggert@cs.ucla.edu>
41208
41209         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
41210         (get_date): Overparenthesize to avoid GCC warning.
41211
41212 2004-11-02  Bruno Haible  <bruno@clisp.org>
41213
41214         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
41215         returns void.
41216
41217 2004-11-02  Bruno Haible  <bruno@clisp.org>
41218
41219         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
41220         function returns void.
41221
41222 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41223
41224         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
41225         fflush_unlocked, flockfile, funlockfile, funlockfile,
41226         fputs_unlocked, putc_unlocked.
41227
41228 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
41229
41230         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41231         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
41232         already declared.
41233
41234 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41235
41236         * modules/getdate (Files): Add doc/getdate.texi.
41237         (Depends-on): Add setenv, xalloc.
41238
41239 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41240
41241         * lib/getdate.y: Add support for TZ="foo" within a date string.
41242         Fix some bugs near time_t boundaries.  Reject dates with
41243         out-of-range components, e.g., "Sept 31".
41244         Include <stdlib.h>, "setenv.h", "xalloc.h".
41245         (ISDIGIT_LOCALE): Remove; unused.
41246         Note that the TZ and time functions used here are not reentrant.
41247         (mktime_ok, get_tz): New functions.
41248         (TZBUFSIZE): New constant.
41249         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
41250         This requires that we sometimes generate our own TZ="XXX..." setting.
41251
41252 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
41253
41254         * doc/getdate.texi: New file, from coreutils with modifications for
41255         the new TZ parsing.
41256
41257 2004-10-27  Derek R. Price  <derek@ximbiot.com>
41258
41259         * lib/mktime.c (not_equal_tm): Remove redundant check.
41260
41261 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41262
41263         * modules/regex (lib_SOURCES): Add regex.c.
41264         Reported by James Youngman in
41265         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
41266
41267 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41268
41269         * lib/getdate.y: Use Bison 1.875 features, and some minor
41270         code cleanups.  This change does not affect semantics.
41271         Don't include <stdlib.h>; no longer needed.
41272         Don't include unlocked-io.h; only the "#if TEST" code uses
41273         stdio, and performance isn't crucial there.
41274         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
41275         Bison 1.875 features as described below.
41276         All uses of "PC." replaced by "pc->".
41277         (YYSTYPE): Add a forward declaration.
41278         (yylex, yyerror): Use full prototypes in forward decls.
41279         Use "%pure-parser" rather than obsolescent "%pure_parser".
41280         Use %parse-param and %lex-param instead of obsolescent
41281         YYPARSE_PARAM and YYLEX_PARAM.
41282         (meridian_table, month_and_day_table, time_units_table,
41283         relative_time_table, time_zone_table, military_table,
41284         lookup_zone, lookup_word, get_date):
41285         Use NULL instead of 0 where appropriate.
41286         (to_hour): Avoid abort (), to avoid a dependency on
41287         stdlib.h.
41288         (yyerror, yylex): Now accepts parser_control * arg.
41289         (main) [TEST]: Use '\0' rather than 0 for char.
41290
41291 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41292
41293         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
41294
41295 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
41296
41297         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
41298         It's now the caller's responsibility to handle the case where
41299         !HAVE_GETPAGESIZE && !defined getpagesize.
41300
41301         * lib/mktime.c (leapyear): Arg is long int, not int.
41302
41303 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
41304
41305         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
41306
41307 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41308
41309         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
41310         missing.  Problem reported by James Youngman.
41311
41312 2004-10-16  Simon Josefsson  <jas@extundo.com>
41313
41314         * gnulib-tool: Fix comments.  Fix parse problem.
41315         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
41316
41317 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
41318
41319         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
41320         implementation of getopt_long.  Problem reported by Alexander Taler in:
41321         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
41322
41323 2004-10-15  Bruno Haible  <bruno@clisp.org>
41324
41325         * gnulib-tool: Untabify. Initialize supplied_libname.
41326         (func_usage): More homogenous output.
41327         (func_modules_transitive_closure, func_modules_to_filelist,
41328         func_emit_lib_Makefile_am): New functions.
41329         (func_import): New function, extracted from big case statement. Use
41330         func_get_license, func_modules_transitive_closure,
41331         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
41332         opt_lgpl. Don't use test -a, as it's not portable.
41333         (func_create_testdir): Use func_modules_transitive_closure,
41334         func_modules_to_filelist, func_emit_lib_Makefile_am.
41335
41336 2004-10-15  Bruno Haible  <bruno@clisp.org>
41337
41338         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
41339
41340 2004-10-15  Bruno Haible  <bruno@clisp.org>
41341
41342         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
41343         the portions belonging to each module.
41344         Suggested by Derek Robert Price <derek@ximbiot.com>.
41345
41346 2004-10-12  Simon Josefsson  <jas@extundo.com>
41347
41348         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
41349         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
41350         to real functions.
41351
41352 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41353
41354         * modules/vsnprintf: New file.
41355
41356 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41357
41358         * m4/vsnprintf.m4: New file.
41359
41360 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41361
41362         * lib/vsnprintf.h: New file.
41363         * lib/vsnprintf.c: New file.
41364
41365 2004-10-11  Bruno Haible  <bruno@clisp.org>
41366
41367         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
41368         vsnprintf.
41369
41370 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41371
41372         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
41373
41374 2004-10-07  Bruno Haible  <bruno@clisp.org>
41375
41376         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
41377         fits into the provided buffer.
41378
41379 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41380
41381         * lib/diacrit.c, diacrit.h: Add GPL notice.
41382
41383         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
41384         notice.
41385         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
41386         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
41387         This avoids a potential constant-folding bug.
41388
41389 2004-10-05  Bruno Haible  <bruno@clisp.org>
41390
41391         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
41392         for the declaration of strsep.
41393
41394 2004-10-05  Bruno Haible  <bruno@clisp.org>
41395
41396         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
41397
41398 2004-10-04  Simon Josefsson  <jas@extundo.com>
41399
41400         * modules/memmem: New file.
41401         * tests/test-memmem.c: New file.
41402         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
41403
41404 2004-10-04  Simon Josefsson  <jas@extundo.com>
41405
41406         * m4/memmem.m4: New file.
41407
41408 2004-10-04  Simon Josefsson  <jas@extundo.com>
41409
41410         * lib/memmem.h: New file.
41411         * lib/memmem.c: New file, taken from glibc.
41412
41413 2004-10-04  Simon Josefsson  <jas@extundo.com>
41414
41415         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
41416         '#ifdef USE_UNLOCKED_IO'.
41417
41418 2004-10-04  Simon Josefsson  <jas@extundo.com>
41419
41420         * config/srclist.txt: Add memmem from glibc.
41421
41422 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41423
41424         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
41425
41426         * modules/argmatch, modules/argp, modules/closeout, modules/error,
41427         modules/exclude, modules/getdate, modules/getline,
41428         modules/getndelim2, modules/getpass, modules/getpass-gnu,
41429         modules/getusershell, modules/linebuffer, modules/md5,
41430         modules/mountlist, modules/posixtm, modules/readtokens,
41431         modules/readutmp, modules/regex, modules/sha1,
41432         modules/version-etc, modules/yesno:
41433         Remove dependency on unlocked-io.
41434
41435 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41436
41437         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
41438
41439         * m4/unlocked-io.m4: Add copyright notice.
41440         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
41441
41442 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41443
41444         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
41445         * lib/xmalloc.c (xmemdup): Likewise.
41446         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
41447         XFREE): Remove these long-obsolescent macros.
41448         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
41449         * lib/xstrdup.c: Remove.
41450
41451         * lib/regex.c (re_comp): Cast gettext return value to char *,
41452         Problem reported by Martin Neitzel via Mark D. Baushke.
41453
41454 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
41455
41456         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
41457         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
41458         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
41459         regex.c, sha1.c, version-etc.c, yesno.c:
41460         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
41461         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
41462         the includer's responsibility.
41463
41464         Sync from coreutils.
41465
41466         * lib/modechange.c (mode_compile): Don't decrement a pointer that
41467         points to the start of a string, as the C Standard says the
41468         resulting behavior is undefined.
41469
41470         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
41471         simple -> simple_backups, numbered_existing ->
41472         numbered_existing_backups, numbered -> numbered_backups
41473         to avoid shadowing problems.  All uses changed.
41474         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
41475         * lib/backupfile.c (check_extension, numbered_backup):
41476         Rename locals to avoid shadowing 'basename'.
41477         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
41478         once.
41479
41480         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
41481         * lib/.cvsignore: Add getopt.h.
41482
41483 2004-10-04  Bruno Haible  <bruno@clisp.org>
41484
41485         * modules/README: New file.
41486         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
41487         not a module.
41488
41489 2004-10-02  Jim Meyering  <jim@meyering.net>
41490
41491         * lib/dirfd.h, getpagesize.h: Add copyright notice.
41492
41493 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41494
41495         * modules/strsep: New file.
41496
41497 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41498
41499         * m4/strsep.m4: New file.
41500
41501 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
41502
41503         * lib/strsep.h: New file.
41504         * lib/strsep.c: New file.
41505
41506 2004-10-01  Simon Josefsson  <jas@extundo.com>
41507
41508         * lib/snprintf.c (snprintf): Handle size==0.
41509
41510 2004-10-01  Simon Josefsson  <jas@extundo.com>
41511             Bruno Haible  <bruno@clisp.org>
41512
41513         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
41514         (snprintf): Declare 'args'.
41515
41516 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
41517
41518         * lib/snprintf.c: Remove comments as to why each header is needed.
41519
41520 2004-10-01  Bruno Haible  <bruno@clisp.org>
41521
41522         * MODULES.html.sh: Add strsep.
41523
41524 2004-09-30  Simon Josefsson  <jas@extundo.com>
41525
41526         * modules/snprintf: New file.
41527
41528 2004-09-30  Simon Josefsson  <jas@extundo.com>
41529
41530         * m4/snprintf.m4: New file.
41531
41532 2004-09-30  Simon Josefsson  <jas@extundo.com>
41533
41534         * lib/snprintf.h, lib/snprintf.c: New files.
41535
41536 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41537
41538         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
41539         (hol_entry_help): Never translate an empty string.
41540         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
41541         * lib/argp.h (OPTION_NO_TRANS): New option.
41542
41543 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41544
41545         * modules/argp (Maintainer): Replace Simon Josefsson
41546         by Sergey Poznyakoff.
41547
41548 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41549
41550         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
41551         changes merged back into glibc.
41552
41553 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
41554
41555         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
41556
41557 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
41558
41559         * lib/xvasprintf.c: Include xalloc.h.
41560         (xvasprintf): Use xalloc_die, not xmalloc_die.
41561
41562 2004-09-29  Bruno Haible  <bruno@clisp.org>
41563
41564         * modules/alloca-opt: New file, derived from modules/alloca.
41565         * modules/allocsa: Depend on alloca-opt instead of alloca.
41566         * modules/setenv: Likewise.
41567         * modules/vasnprintf: Likewise.
41568         * MODULES.html.sh: Add alloca-opt.
41569
41570 2004-09-28  Simon Josefsson  <jas@extundo.com>
41571
41572         * gnulib-tool: New parameter --lgpl, to asseert that modules are
41573         LGPL, and to replace license template from GPL to LGPL.
41574
41575 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
41576
41577         * modules/dummy: Change license to LGPL.
41578
41579 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
41580
41581         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
41582
41583 2004-09-24  Simon Josefsson  <jas@extundo.com>
41584
41585         * modules/minmax (License): Change from GPL to LGPL.
41586
41587 2004-09-23  Simon Josefsson  <jas@extundo.com>
41588
41589         * gnulib-tool (--import): Typo.
41590
41591 2004-09-23  Simon Josefsson  <jas@extundo.com>
41592
41593         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
41594
41595 2004-09-22  Bruno Haible  <bruno@clisp.org>
41596
41597         * modules/*: Add 'License' field.
41598         * gnulib-tool: Accept --extract-license option.
41599         (func_get_license): New function.
41600
41601 2004-09-21  Bruno Haible  <bruno@clisp.org>
41602
41603         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
41604         Reported by Simon Josefsson.
41605
41606 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41607
41608         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
41609         gl_AC_TYPE_LONG_LONG.
41610
41611 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41612
41613         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
41614
41615 2004-09-18  Simon Josefsson  <jas@extundo.com>
41616         and  Paul Eggert  <eggert@cs.ucla.edu>
41617
41618         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
41619         calls with autoreconf.  Define GL_LIB.
41620
41621 2004-09-14  Karl Berry  <karl@gnu.org>
41622
41623         * config/srclist.txt: unsync setenv.c, sigh.
41624
41625 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41626
41627         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
41628         Problem reported by Bruno Haible in:
41629         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
41630
41631 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41632
41633         * config/srclist.txt: Comment out argp-pvh.c.
41634
41635 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
41636
41637         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
41638         in case some system header has #define'd it.  Problem reported by
41639         Soeren D. Schulze in
41640         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
41641
41642 2004-09-09  Karl Berry  <karl@gnu.org>
41643
41644         * regex.[ch]: delete from the root.  These were supposed to be
41645                 synced with emacs cvs, but this has not happened for about
41646                 a year, and anyway nothing else uses emacs regex.[ch].
41647                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
41648                 lib/regex[.ch] is untouched.
41649
41650 2004-09-09  Bruno Haible  <bruno@clisp.org>
41651
41652         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
41653
41654 2004-09-09  Bruno Haible  <bruno@clisp.org>
41655
41656         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
41657         modifications.
41658         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
41659
41660 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
41661
41662         * modules/xvasprintf: New file.
41663         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
41664
41665 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
41666
41667         * lib/xvasprintf.h: New file.
41668         * lib/xvasprintf.c: New file.
41669         * lib/xasprintf.c: New file.
41670
41671 2004-09-08  Bruno Haible  <bruno@clisp.org>
41672
41673         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
41674
41675 2004-09-08  Bruno Haible  <bruno@clisp.org>
41676
41677         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
41678         length is > INT_MAX.
41679         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
41680         more.
41681
41682 2004-09-08  Bruno Haible  <bruno@clisp.org>
41683
41684         * lib/stdint_.h: New file, taken from GNU clisp.
41685
41686 2004-09-08  Bruno Haible  <bruno@clisp.org>
41687             Oskar Liljeblad  <oskar@osk.mine.nu>
41688
41689         * modules/stdint: New file.
41690         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
41691
41692 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41693
41694         Import from coreutils.
41695         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
41696         strings on unbounded length.  alloca's performance benefits aren't
41697         that important here.
41698         (V_STRDUP): Remove.
41699         (parse_with_separator): New function, with most of the internals
41700         of the old parse_user_spec.  Allow user to omit both user and group,
41701         for compatibility with FreeBSD.
41702         Clone only the user name, not the entire spec.
41703         Do not set *uid, *gid unless entirely successful.
41704         Avoid memory leak in some failing cases.
41705         Fix regression for USER.GROUP reported by Dmitry V. Levin in
41706         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
41707         (parse_user_spec): Rewrite to use parse_with_separator.
41708
41709 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41710
41711         * modules/userspec: Don't depend on alloca.
41712
41713 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41714
41715         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
41716
41717 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41718
41719         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
41720         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
41721         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
41722
41723 2004-08-16  Simon Josefsson  <jas@extundo.com>
41724
41725         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
41726         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
41727         Add --dry-run for --import.
41728         Let user provided command line parameters override configure.ac
41729         settings.
41730
41731 2004-08-12  Simon Josefsson  <jas@extundo.com>
41732
41733         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
41734         as discussed with Paul Eggert in threads rooted at
41735         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
41736         and
41737         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
41738         Before, the test was empty, and relied on ELIDE_CODE in source
41739         code.)
41740         (gl_PREREQ_GETOPT): New macro.
41741         (gl_GETOPT): Use them.
41742
41743 2004-08-12  Simon Josefsson  <jas@extundo.com>
41744
41745         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
41746         * lib/getopt_.h: Renamed from getopt.h.
41747
41748 2004-08-12  Simon Josefsson  <jas@extundo.com>
41749
41750         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
41751         Change default library name from libfoo to libgnu.
41752         Now, if you have a configure.ac that says:
41753                 gl_SOURCE_BASE(gl)
41754                 gl_M4_BASE(gl/m4)
41755                 gl_MODULES(error getopt etcetera)
41756                 gl_INIT
41757         you can import all you need by running:
41758                 ../gnulib/gnulib-tool --import
41759
41760         * modules/getopt (Files): Rename getopt.h to getopt_.h.
41761         (Makefile.am): Rewrite, use logic from argz.
41762         (Include): Use <getopt.h> instead of "getopt.h".
41763
41764 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41765
41766         * modules/argp (Files): Add m4/unlocked-io.m4.
41767         (Depends-on): Add extensions.
41768
41769 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41770
41771         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
41772         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
41773         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
41774         Check for program_invocation_name, program_invocation_short_name,
41775         flockfile, funlockfile, features.h, _getopt_long_only_r.
41776
41777 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41778
41779         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
41780         its complicated substitute.
41781         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
41782         and program_invocation_name.
41783         (__argp_basename) [!_LIBC]: Remove; the only use was
41784         replaced by its body.
41785         (__argp_short_program_name): Change condition from
41786         !defined __argp_short_program_name to
41787         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
41788         to match argp-namefrob.h.
41789         (__argp_failure): Don't assume strerror_r returns char *.
41790         * lib/argp-parse.c (N_): Define unconditionally.
41791         (argp_default_options): Fill out initializers with 0 to avoid
41792         gcc warnings.
41793
41794 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
41795
41796         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
41797         getopt1.c.
41798
41799 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41800
41801         Merge from coreutils.
41802
41803         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
41804
41805         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
41806         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
41807
41808 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41809
41810         Merge from coreutils.
41811
41812         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
41813         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
41814         for Reliant Unix 5.43.
41815
41816         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
41817         (union fooround): Use uintmax_t, not long int.
41818         The rest is a merge from libc:
41819         [defined _LIBC]: Include <shlib-compat.h>.
41820         (_obstack) [defined _LIBC]: Remove after 2.3.4.
41821
41822         * lib/settime.c (settime): Recode to avoid warning with
41823         Sun Forte C 6U2.
41824
41825         * lib/strverscmp.c: Convert to UTF-8.
41826
41827 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41828
41829         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
41830         m4/uintmax_t.m4.
41831
41832 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41833
41834         * modules/xalloc-die: New file.
41835         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
41836
41837         * modules/md5 (Files): Add m4/uint32_t.m4.
41838         * modules/sha1: Renamed from modules/sha.
41839         (Files):
41840         Rename lib/sha.h to lib/sha1.h.
41841         Rename lib/sha.c to lib/sha1.c.
41842         Rename m4/sha.m4 to m4/sha1.m4.
41843         (lib_SOURCES): Likewise.
41844         (configure.ac): Rename gl_SHA to gl_SHA1.
41845         (Include): sha.h -> sha1.h.
41846
41847 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41848
41849         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
41850         * m4/sha1.m4: Renamed from sha.m4.
41851         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
41852
41853 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41854
41855         * lib/obstack.h (obstack_empty_p):
41856         Don't assume that chunk->contents is suitably aligned.
41857         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
41858         Likewise. Problem reported by Benno in
41859         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
41860
41861         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
41862         readable.  This could be improved further but it'd take some work.
41863
41864 2004-08-08  Simon Josefsson  <jas@extundo.com>
41865
41866         * modules/xgethostname (Depends-on): Remove exit and error (not
41867         used).
41868
41869         * modules/getpass-gnu: Add getpass.h.
41870         (Depends-on): Add stdbool.
41871         * modules/getpass: Add getpass.h.
41872
41873 2004-08-08  Simon Josefsson  <jas@extundo.com>
41874
41875         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
41876         Check getpass declaration.
41877
41878 2004-08-08  Simon Josefsson  <jas@extundo.com>
41879
41880         * lib/xgethostname.c: Don't include error.h (not used).
41881
41882         * lib/getpass.h: Add.
41883         * lib/getpass.c: Include getpass.h first.
41884
41885 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
41886
41887         * lib/xalloc-die.c: New file.
41888         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
41889         All uses removed.
41890         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
41891         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
41892         xalloc-die.c.
41893         (_, N_, xalloc_die): Move to xalloc-die.c.
41894         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
41895         so that we needn't mess with xalloc_msg_memory_exhausted.
41896
41897         * lib/sha1.h: Renamed from sha.h.
41898         (SHA1_H): Renamed from _SHA_H.
41899         (sha1_ctx): Renamed from sha_ctx.
41900         (sha1_init_ctx): Renamed from sha_init_ctx.
41901         (sha1_process_block): Renamed from sha_process_block.
41902         (sha1_process_bytes): Renamed from sha_process_bytes.
41903         (sha1_finish_ctx): Renamed from sha_finish_ctx.
41904         (sha1_read_ctx): Renamed from sha_read_ctx.
41905         (sha1_stream): Renamed from sha_stream.
41906         (sha1_buffer): Renamed from sha_buffer.
41907         * lib/sha1.c: Likewise; renamed from sha.c.
41908         Do not include <sys/types.h>.
41909         Include <stddef.h> rather than <stdlib.h>.
41910
41911 2004-08-08  Bruno Haible  <bruno@clisp.org>
41912
41913         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
41914         FILESYSTEM_PREFIX_LEN.
41915         * lib/progreloc.c: Likewise.
41916         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
41917
41918 2004-08-06  Simon Josefsson  <jas@extundo.com>
41919
41920         * modules/progname (Depends-on): Don't depend on stdbool.
41921
41922 2004-08-06  Simon Josefsson  <jas@extundo.com>
41923
41924         * modules/getsubopt: New file.
41925         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41926         getsubopt.
41927
41928 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41929
41930         More merge from coreutils.
41931
41932         * m4/utimens.m4, m4/utimecmp.m4: New files.
41933         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
41934         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
41935         prereq.m4, sha.m4: Import changes from coreutils.
41936
41937 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41938
41939         More merge from coreutils.
41940         * modules/raise, modules/readtokens0, modules/utimens:
41941         * modules/utimecmp, module/xnanosleep: New files.
41942         * modules/strftime: Add lib/strftime.h.
41943         Change include from <time.h> to "strftime.h".
41944         * modules/yesno: Add lib/yesno.h.
41945         * modules/backupfile: Remove lib/addext.c.
41946         * modules/euidaccess: Add stat-macros.h.
41947         * modules/canonicalize, modules/euidaccess,
41948         modules/filemode, modules/lchown, modules/makepath,
41949         modules/rmdir, modules/stat: Likewise.
41950
41951 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
41952
41953         Merge from tar.
41954         * lib/argp-help.c (make_hol, hol_append): Don't assume that
41955         SIZE_MAX is a valid preprocessor constant.
41956         (__argp_basename): Change from "#ifndef _LIBC"
41957         to "#ifndef __argp_short_program_name", so that
41958         we don't compile these functions for tar.
41959
41960         More merges from coreutils.
41961         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
41962         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
41963         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
41964         * lib/addext.c: Remove; no longer needed.
41965         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
41966         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
41967         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
41968         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
41969         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
41970         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
41971         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
41972         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
41973         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
41974         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
41975         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
41976         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
41977         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
41978         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
41979         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
41980         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
41981         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
41982         Import changes from coreutils.
41983
41984 2004-08-05  Simon Josefsson  <jas@extundo.com>
41985
41986         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
41987
41988 2004-08-05  Simon Josefsson  <jas@extundo.com>
41989
41990         * m4/getsubopt.m4: New file.
41991
41992 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
41993
41994         Merge from coreutils.
41995
41996         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
41997         * m4/getcwd-path-max.m4: New files.
41998
41999         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
42000         FILESYSTEM_PREFIX_LEN ->
42001         FILE_SYSTEM_PREFIX_LEN.
42002         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
42003         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
42004         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
42005         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
42006
42007         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
42008         prerequisite modules now handle the DOS stuff.
42009         Don't check for unistd.h.
42010
42011 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42012
42013         Merge from coreutils.
42014
42015         * lib/.gdb-history: Remove; this doesn't belong here.
42016
42017         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
42018         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
42019         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
42020         * lib/getcwd.c: New files.
42021
42022         * lib/dirname.h: Include <stdbool.h>.
42023         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
42024         for consistency with POSIX terminology.  All uses changed.
42025         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
42026         (strip_trailing_slashes): Use bool for booleans.
42027         * lib/stripslash.c (strip_trailing_slashes): Likewise.
42028
42029         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
42030         sometimes returns a positive errno value even when it succeeds.
42031         (print_errno_message) [!LIBC]: Fall back on strerror if
42032         __strerror_r fails.
42033
42034         * lib/path-concat.c (mempcpy): Don't define if a system header defines
42035         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
42036         (longest_relative_suffix): New function.
42037         (path_concat): Use it.  Assume first argument is not NULL.
42038         Port to DOS.  Omit redundant separators.
42039         Report an error instead of returning NULL.
42040         Use mempcpy instead of memcpy.
42041         (xpath_concat): Remove: not declared or used.
42042
42043         * lib/same.h: Include <stdbool.h>
42044         (same_name): Return bool, not int.
42045         * lib/same.c (same_name): Likewise.
42046         (errno): Don't declare; we assume C89 or better now.
42047
42048         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
42049         if not already defined.
42050
42051         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
42052         * lib/dup-safer.c (errno): Likewise.
42053
42054 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
42055
42056         Merge from coreutils.
42057         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
42058         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
42059         * modules/path-concat: Don't depend on strdup.
42060
42061 2004-08-03  Simon Josefsson  <jas@extundo.com>
42062
42063         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
42064         * lib/progname.h: Don't include stdbool.h.
42065
42066 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42067
42068         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
42069         * MODULES.html.sh (func_all_modules): Remove fatal.
42070
42071 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42072
42073         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
42074
42075 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
42076
42077         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
42078         working.
42079
42080 2004-08-02  Simon Josefsson  <jas@extundo.com>
42081
42082         * lib/getsubopt.h: New file, with comments from Bruno Haible.
42083         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
42084         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
42085
42086 2004-08-01  Simon Josefsson  <jas@extundo.com>
42087
42088         * lib/xgetdomainname.c: Include stdlib.h, for free().
42089
42090 2004-07-19  Bruno Haible  <bruno@clisp.org>
42091
42092         * MODULES.html.sh (func_all_modules): Add dummy.
42093
42094 2004-07-16  Simon Josefsson  <jas@extundo.com>
42095
42096         * modules/dummy: New file.
42097
42098 2004-07-16  Simon Josefsson  <jas@extundo.com>
42099
42100         * lib/dummy.c: New file.
42101
42102 2004-07-16  Bruno Haible  <bruno@clisp.org>
42103
42104         * lib/backupfile.h: Add extern "C" for C++.
42105         * lib/closeout.h: Likewise.
42106         * lib/copy-file.h: Likewise.
42107         * lib/findprog.h: Likewise.
42108         * lib/full-write.h: Likewise.
42109         * lib/pathname.h: Likewise.
42110         * lib/progname.h: Likewise.
42111         * lib/stpcpy.h: Likewise.
42112         * lib/stpncpy.h: Likewise.
42113         * lib/strcase.h: Likewise.
42114         * lib/strstr.h: Likewise.
42115         * lib/xalloc.h: Likewise.
42116
42117         * lib/mbswidth.h: Add extern "C" for C++.
42118         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
42119
42120 2004-07-13  Robert Millan  <robertmh@gnu.org>
42121
42122         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
42123
42124 2004-07-09  Simon Josefsson  <jas@extundo.com>
42125
42126         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
42127         failed without this.)
42128
42129 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42130
42131         * modules/chown (Files): Add lib/fchown-stub.c, since
42132         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
42133
42134 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42135
42136         * lib/fchown-stub.c: New file.
42137
42138 2004-06-24  Jim Meyering  <jim@meyering.net>
42139
42140         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
42141
42142 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42143
42144         * modules/argz: Omit "#include".
42145
42146         * MODULES.html.sh (func_all_modules): Add calloc, to match
42147         2004-06-01 addition of calloc module.
42148
42149 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42150
42151         * m4/argz.m4: New file, which is autoupdated from libtool.
42152
42153 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42154
42155         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
42156         libtool.
42157
42158 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42159
42160         * config/srclist-update: Don't insist on "USA." before the
42161         close-comment, as libtool omits the period and puts the */ on a
42162         separate line.
42163         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
42164         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
42165
42166 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
42167
42168         * modules/argz: New file.
42169         * MODULES.html.sh (func_all_modules): Add argz.
42170
42171 2004-06-12  Jim Meyering  <jim@meyering.net>
42172         and  Paul Eggert  <eggert@cs.ucla.edu>
42173
42174         * modules/hash (Files): Add lib/xalloc.h.
42175         * modules/pipe (Depends-on): Add wait-process.
42176         * modules/stat (Depends-on): Add xalloc.
42177         * modules/userspec (Files): Add lib/userspec.h.
42178         * modules/xstrto
42179
42180         Upgrade from gettext-0.13.
42181         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
42182         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
42183         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
42184
42185 2004-06-10  Jim Meyering  <jim@meyering.net>
42186
42187         * lib/calloc.c: New file.
42188
42189 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
42190
42191         * lib/getdate.y (yylex): Allow space between sign and number.
42192         Problem reported by Dan Jacobson.
42193
42194 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42195
42196         Merge from coreutils CVS.
42197
42198         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
42199         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
42200         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
42201         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
42202         xstrtol.m4: Fix copyright date and/or serial number.
42203
42204         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
42205         See if we need an fchown replacement.
42206         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
42207         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
42208         and use the replacement function if we detect either defect.
42209
42210         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
42211         gl_UTIMECMP.
42212
42213 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
42214         and  Jim Meyering  <jim@meyering.net>
42215
42216         Merge from coreutils CVS.
42217
42218         * lib/stat-macros.h: New file, with contents from file-type.h
42219         and coreutils' system.h.
42220         * lib/file-type.c: Include "stat-macros.h".
42221         * lib/file-type.h (file_type): Move all macro definitions to new file,
42222         stat-macros.h.
42223
42224         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
42225         Wrap old code with this conditional.
42226         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
42227         function that does not dereference symlinks.
42228         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
42229
42230         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
42231         dependency problems.
42232         (xreadlink): Accept new arg SIZE, for efficiency.
42233         All decls and uses changed.
42234         * lib/xreadlink.h: Include <stddef.h>, for size_t.
42235
42236         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
42237         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
42238
42239         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
42240         sysexits.h.
42241
42242 2004-06-01  Jim Meyering  <jim@meyering.net>
42243
42244         * m4/calloc.m4: New file.
42245
42246 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
42247
42248         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
42249         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
42250         Also, fix a typo in a diagnostic.
42251
42252 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42253
42254         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
42255         or AC_FUNC_REALLOC.
42256
42257 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
42258
42259         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
42260         macros to be defined.
42261         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
42262         the allocator returns NULL because the requested size is zero.
42263
42264 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42265
42266         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
42267         var.  Add comment explaining why libc still defines it.  This
42268         merges the following patch from glibc:
42269         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
42270
42271 2004-05-20  Andreas Schwab  <schwab@suse.de>
42272
42273         * m4/free.m4: Replace free if it not known to work, not the other
42274         way round.
42275
42276 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
42277
42278         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
42279         present in glibc since revision 1.1 of this file.
42280         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
42281         obstack_alignment_mask, obstack_alloc, obstack_base,
42282         obstack_blank, obstack_blank_fast, obstack_chunk_size,
42283         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
42284         obstack_grow0, obstack_init, obstack_int_grow,
42285         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
42286         obstack_next_free, obstack_object_size, obstack_ptr_grow,
42287         obstack_ptr_grow_fast, obstack_room): Remove declarations of
42288         nonexistent functions.
42289
42290 2004-05-18  Karl Berry  <karl@gnu.org>
42291
42292         * config/srclist.txt: break link for vasnprintf.c.
42293
42294 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42295
42296         Port obstack to the AS/400, where pointers are 16 bytes wide and
42297         you cannot cast an integer to a valid pointer.  This patch is
42298         currently waiting to be integrated into glibc; see
42299         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
42300
42301         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
42302         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
42303         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
42304         (struct obstack): temp member is now a union of a pointer and
42305         an integer, instead of an integer.  All integer uses changed.
42306         This does not affect the physical layout of struct obstack,
42307         except on hosts (like the AS/400) where the size or alignment of
42308         void * is greater than that of ptrdiff_t.
42309         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
42310         __STDC__)]: Store temporary in pointer member of union, not
42311         integer member.
42312         * lib/obstack.c: Include <stddef.h>, for offsetof.
42313         (struct fooalign): Remove; it doesn't need a name.
42314         (union fooround): Change double to long double, and add void *.
42315         (DEFAULT_ALIGNMENT): Use offsetof to compute.
42316         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
42317         not a macro.  Hence the values are always int; so remove all
42318         casts-to-int in uses.
42319
42320 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
42321
42322         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
42323         we can get this patch merged into glibc.
42324
42325 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42326             Paul Eggert  <eggert@cs.ucla.edu>
42327
42328         * m4/argp: Depend on alloca.
42329
42330 2004-05-17  Derek R. Price  <derek@ximbiot.com>
42331             Paul Eggert  <eggert@cs.ucla.edu>
42332
42333         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
42334         freecoding.
42335
42336 2004-05-17  Bruno Haible  <bruno@clisp.org>
42337
42338         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
42339         precision that consists of a '.' followed by an empty digit string.
42340         Patch by Tor Lillqvist <tml@iki.fi>.
42341
42342 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42343
42344         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
42345         for backward compatibility with older code.  We need our own
42346         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
42347         it under some other name, and our alloca.h will define it.
42348
42349 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
42350             Derek Price  <derek@ximbiot.com>
42351
42352         * lib/alloca.c: Include <alloca.h>, to get our interface.
42353         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
42354         include <alloca.h> first.  Use C89 prototype for alloca; this
42355         requires including <stddef.h> for size_t.  Use extern "C" if C++.
42356         Use #elif for simplicity, since we can assume C89 now.
42357         Don't try to source the system alloca.h since it will not be found
42358         and to prevent recursively including its replacement.
42359         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
42360         * lib/regex.c: Likewise.
42361
42362 2004-05-16  Derek Price  <derek@ximbiot.com>
42363             Paul Eggert  <eggert@cs.ucla.edu>
42364
42365         getline cleanup.  This changes the getndelim2 API: both order of
42366         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
42367         no delimiter).
42368
42369         * lib/getline.c: Don't include stddef.h or stdio.h, since our
42370         interface does that.
42371         (getline): Always use getdelim, so that we don't have two
42372         copies of this code.
42373         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
42374         if available.
42375         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
42376         (GETNDELIM2_MAXIMUM): New macro.
42377         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
42378         instead of the old practice of delim2==0.  All callers changed.
42379         Return -1 on overflow, instead of returning junk.
42380         Do not set *linesize unless allocation succeeds.
42381         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
42382         that we include sys/types.h.
42383         * lib/getnline.h: Likewise.
42384         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
42385         (getndelim2): Reorder arguments.
42386         * lib/getnline.c (getnline, getndelim):
42387         Don't discard the NMAX argument.
42388         (getnline): Invoke getndelim, to avoid code duplication.
42389         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
42390         of (size_t) -1 by callers of the getnline family.
42391
42392 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42393
42394         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
42395         Check for gettimeofday.
42396         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
42397         Check for settimeofday, stime.
42398
42399 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42400
42401         * lib/nanosleep.c (suspended): Change its type from int to
42402         sig_atomic_t volatile.
42403         (first_call): Make it private to rpl_nanosleep, and have it
42404         be zero initially as that's a bit faster.
42405         (my_usleep): Round up fractional times instead of truncating them,
42406         as this is the usual meaning for 'sleep'.
42407
42408         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
42409         doesn't work.
42410         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
42411         (ENOSYS): Define if not defined.
42412         (settime): Fall back on stime if it exists and settimeofday fails.
42413         But don't bother with fallbacks if a method fails with errno == EPERM.
42414
42415 2004-05-11  Jim Meyering  <jim@meyering.net>
42416
42417         Prior to this change, the save_cwd caller required read access to the
42418         current directory on most systems (ones with the fchdir function).
42419
42420         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
42421         fails, try write-only, and finally, resort to using xgetcwd.
42422
42423 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
42424
42425         * lib/obstack.c, obstack.h: Import changes from libc.
42426
42427 2004-04-28  Bruno Haible  <bruno@clisp.org>
42428
42429         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
42430         also implicitly appends .exe to executables.
42431         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
42432         accepts Windows pathnames.
42433         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
42434         Treat Cygwin like Windows, since it now accepts Windows pathnames.
42435         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
42436         Treat Cygwin like Windows, since it now accepts Windows pathnames.
42437         Reported by Derek Robert Price <derek@ximbiot.com>.
42438
42439 2004-04-21  Karl Berry  <karl@gnu.org>
42440
42441         * config/srclist.txt (localcharset.c): break sync.
42442
42443 2004-04-20  Paul Eggert  <eggert@twinsun.com>
42444
42445         * m4/host-os.m4: Add a copyright notice.
42446
42447 2004-04-20  Jim Meyering  <jim@meyering.net>
42448
42449         Change UTILS_ to gl_ in AC_DEFINE'd names.
42450         Change utils_- and jm_-prefixed variables, too.
42451         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
42452         UTILS_FUNC_MKDIR_TRAILING_SLASH.
42453         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
42454
42455         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
42456         Don't emit trailing blanks.
42457         Also rename jm_-prefixed variables to have gl_ prefix.
42458
42459         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
42460         Also rename jm_-prefixed variables to have gl_ prefix.
42461
42462         * m4/jm-macros.m4: Reflect the renamings.
42463         * m4/prereq.m4: Likewise.
42464
42465 2004-04-20  Jim Meyering  <jim@meyering.net>
42466
42467         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
42468         memory.
42469
42470 2004-04-20  Jim Meyering  <jim@meyering.net>
42471             Bruno Haible  <bruno@clisp.org>
42472
42473         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
42474         memory when realloc fails.
42475
42476 2004-04-19  Jim Meyering  <jim@meyering.net>
42477
42478         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
42479         now that readutmp.c may call `free (0)'.
42480
42481 2004-04-19  Bruno Haible  <bruno@clisp.org>
42482
42483         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
42484         * m4/inttypes_h.m4: Likewise.
42485         * m4/stdint_h.m4: Likewise.
42486         * m4/intmax_t.m4: Likewise.
42487         * m4/uintmax_t.m4: Likewise.
42488
42489 2004-04-18  Jim Meyering  <jim@meyering.net>
42490
42491         * m4/prereq.m4: Don't forbid jm_ prefix.
42492
42493         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
42494         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
42495         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
42496         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
42497         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
42498         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
42499         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
42500         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
42501         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
42502         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
42503         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
42504         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
42505         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
42506         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
42507         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
42508         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
42509         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
42510         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
42511         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
42512
42513 2004-04-18  Jim Meyering  <jim@meyering.net>
42514
42515         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
42516         failure, don't leak memory and do call END_UTMP_ENT.
42517
42518 2004-04-16  Jim Meyering  <jim@meyering.net>
42519
42520         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
42521         coreutils' stat program.
42522         (gl_PREREQ): Don't require jm_PREREQ_STAT.
42523
42524 2004-04-11  Paul Eggert  <eggert@twinsun.com>
42525
42526         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
42527         C89.
42528         (CHAR_BIT): Remove, since we assume C89.
42529         Include <stdint.h> if available, as per current Autoconf CVS advice.
42530
42531 2004-03-31  Jim Meyering  <jim@meyering.net>
42532
42533         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
42534         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
42535         * m4/xalloc.m4: Likewise.
42536
42537 2004-03-30  Paul Eggert  <eggert@twinsun.com>
42538
42539         Merge from coreutils.
42540
42541         * m4/inttostr.m4: New file.
42542         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
42543         Require AM_STDBOOL_H and gl_TIMESPEC instead.
42544         Require gl_CLOCK_TIME.
42545         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
42546
42547 2004-03-30  Paul Eggert  <eggert@twinsun.com>
42548
42549         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
42550         not bool, to be more consistent with Unix conventions.
42551         Suggested by Bruno Haible.
42552
42553         Merge from coreutils.
42554
42555         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
42556         * lib/umaxtostr.c: New files.
42557
42558         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
42559         the usual <time.h> dance.
42560         (get_date): Change signature to support fractional time stamps.
42561         All callers changed.
42562         * lib/getdate.y: Include "getdate.h" first, as we can now
42563         assume C89 and don't need to worry about 'const'.
42564         Similarly, include "unlocked-io.h" near start, not in middle.
42565         Include <limits.h>.
42566         (textint.value): Use long int rather than int.
42567         (textint.digits): Use size_t rather than int.
42568         (BILLION, LOG10_BILLION): New constants.
42569         (parser_control): New member rel_ns.  Members day_ordinal,
42570         time_zone, month, day, hour, minutes, rel_year, rel_month,
42571         rel_day, rel_hour, rel_minutes, rel_seconds
42572         are now long int, not int.  Member seconds is now struct timespec,
42573         not int.  New member timespec_seen.  Members dates_seen, days_seen,
42574         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
42575         not int.
42576         (%union.intval): Now long int, not int.
42577         New member timespec.
42578         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
42579         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
42580         (spec): Now is a timespec or an item list.
42581         (timespec, items): New nonterminals.
42582         (time, rel, relunit, number, get_date):
42583         Add support for fractional seconds.
42584         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
42585         (gmtime, localtime, mktime): Remove decls; not needed with C89.
42586         (to_hour): First arg is now long int, not int.
42587         (to_year): Returns long int, not int.
42588         Don't treat year -70 like 70.
42589         (tm_diff): Returns long int, not int.
42590         (lookup_word): Use bool instead of int when appropriate.
42591         (yylex): Use size_t for count, not int.
42592         Detect overflow when parsing large integer constants.
42593         Add support for fractions.
42594         (get_date): Make pointers 'const' if possible.
42595         Use more-portable code to detect integer overflow.
42596         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
42597         Don't use ctime; it's not reliable if the year has >4 digits.
42598
42599         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
42600         This is for compatibility with BSD.
42601
42602         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
42603         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
42604         From coreutils' system.h.
42605
42606         * lib/userspec.c: Don't include "posixver.h".
42607         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
42608         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
42609         compatible extension.  Simplify code by removing a boolean int
42610         that was always nonzero if a string was nonnull.
42611
42612 2004-03-30  Jim Meyering  <jim@meyering.net>
42613
42614         Merge from coreutils.
42615
42616         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
42617         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
42618         on some systems one must include <grp.h> before it.
42619         Reported by Christian Krackowizer.
42620
42621 2004-03-30  Jim Meyering  <jim@meyering.net>
42622
42623         Merge from coreutils.
42624
42625         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
42626
42627         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
42628         an empty input stream.
42629
42630         * lib/readtokens.c: Include <stdbool.h>.
42631         (readtoken): Use `size_t' rather than int/long.
42632         All callers adjusted.
42633         Use `bool' rather than `int' where appropriate.
42634         Use memset rather than an explicit loop.
42635         Use x2nrealloc rather than xrealloc.
42636         Allow the use of `\0' as a delimiter.
42637         (readtokens): Likewise.
42638         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
42639
42640 2004-03-30  Jim Meyering  <jim@meyering.net>
42641
42642         * m4/realloc.m4: Remove file, since now it does no more than
42643         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
42644         the `configure.ac' section of module/realloc.
42645         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
42646
42647 2004-03-30  Bruno Haible  <bruno@clisp.org>
42648
42649         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
42650         nonnull.
42651
42652 2004-03-29  Paul Eggert  <eggert@twinsun.com>
42653
42654         Merge changes to getloadavg.c from coreutils and Emacs.
42655
42656         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
42657         Define to an expression, not to the empty string.
42658         Include cloexec.h and xalloc.h.
42659         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
42660         Use set_cloexec_flag rather than rolling our own.
42661         * lib/cloexec.c, lib/cloexec.h: New files.
42662
42663 2004-03-29  Paul Eggert  <eggert@twinsun.com>
42664
42665         * m4/cloexec.m4: New file.
42666
42667 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42668
42669         * lib/getopt.h: Sync with libc CVS.
42670
42671 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42672             Bruno Haible  <bruno@clisp.org>
42673
42674         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
42675         mbswidth.
42676
42677 2004-03-18  Paul Eggert  <eggert@twinsun.com>
42678             Bruno Haible  <bruno@clisp.org>
42679
42680         * lib/mbswidth.h: Include <wchar.h> only if
42681         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
42682         <wchar.h>.
42683         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
42684
42685 2004-03-09  Paul Eggert  <eggert@twinsun.com>
42686
42687         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
42688         Sync with libc CVS.
42689         * lib/getopt_int.h: New file, also synced from libc.
42690
42691 2004-03-09  Paul Eggert  <eggert@twinsun.com>
42692
42693         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
42694         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
42695         Bring back getopt.c, getopt.h, getopt1.c.
42696
42697 2004-03-07  Paul Eggert  <eggert@twinsun.com>
42698
42699         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
42700         All uses changed.  Check for sa_sigaction member; this fixes
42701         a bug first reported by Jason Andrade in
42702         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
42703
42704 2004-03-07  Paul Eggert  <eggert@twinsun.com>
42705
42706         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
42707         '#if' expressions.  Unlike the code it replaces, it does not
42708         depend on (defined _SC_PAGESIZE).  However, it does depend on
42709         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
42710         first reported by Jason Andrade in
42711         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
42712
42713 2004-02-25  Simon Josefsson  <jas@extundo.com>
42714
42715         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
42716
42717 2004-02-25  Simon Josefsson  <jas@extundo.com>
42718
42719         * lib/strdup.h: New file.
42720         * lib/strdup.c: Include it.
42721         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
42722         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
42723
42724 2004-02-23  Karl Berry  <karl@gnu.org>
42725
42726         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
42727         (from fencepost.gnu.org:/gd/gnuorg).
42728
42729 2004-02-23  Karl Berry  <karl@gnu.org>
42730
42731         * config/srclistvars.sh (GNUORG) [karl]: redefine.
42732         * config/srclist.txt: add maintain/standards documents.
42733
42734 2004-02-18  Bruno Haible  <bruno@clisp.org>
42735
42736         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
42737         Reported by Derek Robert Price <derek@ximbiot.com>.
42738
42739 2004-02-16  Karl Berry  <karl@gnu.org>
42740
42741         * config/mkinstalldirs, install-sh: update from automake.
42742
42743 2004-02-06  Karl Berry  <karl@gnu.org>
42744
42745         * m4/po.m4: update from gettext 0.14.1.
42746
42747 2004-02-06  Karl Berry  <karl@gnu.org>
42748
42749         * lib/config.charset: update from gettext 0.14.1.
42750
42751 2004-02-05  Paul Eggert  <eggert@twinsun.com>
42752
42753         Add comments and code, prompted by suggestions from Bruno Haible
42754         for sh-quote.
42755         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
42756         describing the enum quoting_style values.
42757         * lib/quotearg.c (quotearg_alloc): New function.
42758         (quotearg_buffer_restyled): Treat lone { and } as special.
42759         Treat = as special.  Work around bug with older shells
42760         that "see" a '\' that is really the 2nd byte of a multibyte char.
42761         Quote empty string with shell_quoting_style.
42762
42763 2004-02-03  Bruno Haible  <bruno@clisp.org>
42764
42765         * m4/pipe.m4: New file, from GNU gettext.
42766
42767 2004-02-03  Bruno Haible  <bruno@clisp.org>
42768
42769         * lib/pipe.h: New file, from GNU gettext.
42770         * lib/pipe.c: New file, from GNU gettext.
42771
42772 2004-01-27  Bruno Haible  <bruno@clisp.org>
42773
42774         * m4/execute.m4: New file, from GNU gettext.
42775
42776 2004-01-27  Bruno Haible  <bruno@clisp.org>
42777
42778         * lib/execute.h: New file, from GNU gettext.
42779         * lib/execute.c: New file, from GNU gettext.
42780         * lib/w32spawn.h: New file, from GNU gettext.
42781
42782 2004-01-24  Paul Eggert  <eggert@twinsun.com>
42783
42784         Merge from diffutils.
42785
42786         * lib/file-type.c (file_type): Add typed memory objects.
42787         * lib/file-type.h (S_TYPEISTMO): New macro.
42788
42789         * lib/c-stack.h (c_stack_action): Remove argv argument.
42790         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
42791         (die): Don't calculate message unless segv_action returns.
42792         (get_stack_location, min_address_from_argv, max_address_from_argv,
42793         volatile stack_base, volatile_stack_size): Remove.
42794         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
42795         that every segmentation violation is a stack overflow.  (Ouch!)
42796         See Debian bug 136249 (still outstanding) for more info about why
42797         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
42798
42799 2004-01-24  Paul Eggert  <eggert@twinsun.com>
42800
42801         Exit-status fix from coreutils.
42802
42803         Use exit_failure consistently in place of EXIT_FAILURE,
42804         so that program exit statuses are consistent on failure.
42805
42806         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
42807         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
42808         * lib/argmatch.h: Comment fix to match the above.
42809         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
42810         Now a macro referring to exit_failure, instead of a separate
42811         variable.  Include "exitfail.h" to get it.
42812         * lib/xstrtol.h: Include "exitfail.h".
42813         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
42814
42815         * lib/long-options.c (parse_long_options): Use prototype
42816         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
42817         for clarity.
42818
42819 2004-01-21  Jim Meyering  <jim@meyering.net>
42820
42821         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
42822         so as not to conflict with a different-sized __mktime_internal
42823         function in GNU libc.
42824         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
42825         Problem building statically-linked `ls' reported by Michael Brunnbauer.
42826
42827 2004-01-20  Karl Berry  <karl@gnu.org>
42828
42829         * config/config.guess: update from config.
42830
42831         * config/srclistvars.sh: GNUWWWLICENSES for karl.
42832
42833 2004-01-20  Bruno Haible  <bruno@clisp.org>
42834
42835         Safer stack allocation.
42836         * lib/setenv.c: Include allocsa.h.
42837         (alloca): Remove fallback definition.
42838         (freea): Remove macro.
42839         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
42840         instead of freea.
42841
42842 2004-01-20  Bruno Haible  <bruno@clisp.org>
42843
42844         * m4/eealloc.m4: New file, from GNU gettext.
42845
42846 2004-01-20  Bruno Haible  <bruno@clisp.org>
42847
42848         * m4/allocsa.m4: New file, from GNU gettext.
42849
42850 2004-01-20  Bruno Haible  <bruno@clisp.org>
42851
42852         * lib/xallocsa.h: New file, from GNU gettext.
42853         * lib/xallocsa.c: New file, from GNU gettext.
42854
42855 2004-01-20  Bruno Haible  <bruno@clisp.org>
42856
42857         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
42858
42859 2004-01-20  Bruno Haible  <bruno@clisp.org>
42860
42861         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
42862         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
42863         specially.
42864
42865 2004-01-20  Bruno Haible  <bruno@clisp.org>
42866
42867         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
42868         patch.
42869
42870 2004-01-20  Bruno Haible  <bruno@clisp.org>
42871
42872         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
42873
42874 2004-01-20  Bruno Haible  <bruno@clisp.org>
42875
42876         * lib/eealloc.h: New file.
42877
42878 2004-01-20  Bruno Haible  <bruno@clisp.org>
42879
42880         * lib/binary-io.h: Avoid warnings on Cygwin.
42881
42882 2004-01-20  Bruno Haible  <bruno@clisp.org>
42883
42884         * lib/allocsa.h: New file, from GNU gettext.
42885         * lib/allocsa.c: New file, from GNU gettext.
42886
42887 2004-01-18  Karl Berry  <karl@gnu.org>
42888
42889         * doc/gpl.texi, doc/lgpl.texi: new files.
42890
42891 2004-01-18  Karl Berry  <karl@gnu.org>
42892
42893         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
42894         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
42895
42896 2004-01-15  Paul Eggert  <eggert@twinsun.com>
42897
42898         Merge from coreutils.
42899
42900         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
42901         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
42902         (gl_DEFAULT_POSIX2_VERSION): Move
42903         the documentation from 'configure' into 'config.hin',
42904         so that 'configure --help' isn't burdened by it and
42905         we don't have to worry about its formatting there.
42906         Reword the documentation so that it's more succinct
42907         and can be run together into a single paragraph.
42908         * m4/same.m4 (gl_SAME): Check for pathconf.
42909
42910 2004-01-15  Paul Eggert  <eggert@twinsun.com>
42911
42912         Merge from coreutils.
42913
42914         * lib/posixver.c: Include posixver.h.
42915
42916         * lib/same.c: Include <stdbool.h>, <limits.h>.
42917         (_POSIX_NAME_MAX): Define if not defined.
42918         (MIN): New macro.
42919         (same_name): If file names are silently truncated, report
42920         that the file names are the same if they are the same after
42921         the silent truncation.
42922
42923         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
42924         conversion function.
42925         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
42926         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
42927         longer needed.
42928
42929 2004-01-15  Jim Meyering  <jim@meyering.net>
42930
42931         Merge from coreutils.
42932
42933         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
42934         if no library is required.
42935         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
42936         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
42937         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
42938         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
42939         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
42940         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
42941         value, $ac_cv_search_crypt, if it's "none required".
42942         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
42943         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
42944         not gl_FUNC_GETLOADAVG.
42945         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
42946         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
42947
42948 2004-01-15  Jim Meyering  <jim@meyering.net>
42949
42950         Merge from coreutils.
42951
42952         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
42953         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
42954         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
42955
42956         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
42957         optional configure-time default.
42958
42959         * lib/version-etc.c (version_etc_copyright): Update copyright date.
42960
42961         * lib/xreadlink.c (xreadlink): Correct outdated comment.
42962
42963 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
42964
42965         Merge from coreutils.
42966
42967         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
42968         value, $ac_cv_search_nanosleep, if it's "none required".
42969
42970 2004-01-14  Paul Eggert  <eggert@twinsun.com>
42971
42972         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
42973         with like-named macro in fnmatch.c.
42974         (EXT): Use an internal constant instead.
42975
42976         Merge fnmatch patches from glibc.
42977         * lib/fnmatch.c (mbsinit): Remove define.
42978         Add libc_hidden_ver (__fnmatch, fnmatch).
42979         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
42980         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
42981
42982 2004-01-14  Karl Berry  <karl@gnu.org>
42983
42984         * config/install-sh: update from automake.
42985
42986 2004-01-13  Karl Berry  <karl@gnu.org>
42987
42988         * config/install-sh: update from automake.
42989
42990 2004-01-09  Karl Berry  <karl@gnu.org>
42991
42992         * config/install-sh: update from automake.
42993
42994 2004-01-05  Karl Berry  <karl@gnu.org>
42995
42996         * config/config.{sub,guess}: update from config.
42997
42998 2003-12-31  Karl Berry  <karl@gnu.org>
42999
43000         * config/depcomp: update from automake.
43001
43002 2003-12-14  Karl Berry  <karl@gnu.org>
43003
43004         * lib/config.charset: update from gettext-runtime.
43005
43006 2003-12-03  Paul Eggert  <eggert@twinsun.com>
43007
43008         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
43009         Bug reported by Alfred M. Szmidt.
43010
43011 2003-12-03  Bruno Haible  <bruno@clisp.org>
43012
43013         * m4/gettext.m4: Upgrade from gettext-0.13.
43014         * m4/po.m4: Upgrade from gettext-0.13.
43015         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
43016         * m4/intmax.m4: New file, from gettext-0.13.
43017         * m4/printf-posix.m4: New file, from gettext-0.13.
43018
43019 2003-11-29  Karl Berry  <karl@gnu.org>
43020
43021         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
43022
43023 2003-11-25  Paul Eggert  <eggert@twinsun.com>
43024             Bruno Haible  <bruno@clisp.org>
43025
43026         * lib/printf-parse.h: Don't include sys/types.h.
43027         (ARG_NONE): New macro.
43028         (char_directive): Change type of *arg_index fields to size_t.
43029         * lib/printf-parse.c: Don't include sys/types.h.
43030         (SSIZE_MAX): Remove macro.
43031         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
43032         Remove unnecessary overflow check.
43033         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
43034         fields.
43035
43036 2003-11-25  Bruno Haible  <bruno@clisp.org>
43037
43038         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
43039
43040 2003-11-25  Bruno Haible  <bruno@clisp.org>
43041
43042         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
43043         gt_TYPE_SSIZE_T.
43044
43045 2003-11-24  Paul Eggert  <eggert@twinsun.com>
43046
43047         * modules/alloca: Remove dependency on xalloc.
43048
43049 2003-11-24  Paul Eggert  <eggert@twinsun.com>
43050
43051         * lib/alloca.c: Remove dependency on xalloc module.
43052         (xalloc_die): Remove.
43053         (memory_full) [!defined emacs]: New macro.
43054         [!defined emacs]: Don't include xalloc.h.
43055         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
43056         address arithmetic overflows.  Change datatypes a bit to avoid
43057         unnecessary casts.
43058
43059 2003-11-22  Jim Meyering  <jim@meyering.net>
43060
43061         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
43062         s/size/size_t/.
43063
43064 2003-11-21  Karl Berry  <karl@gnu.org>
43065
43066         * config/config.{sub,guess}: update from config.
43067
43068 2003-11-18  Karl Berry  <karl@gnu.org>
43069
43070         * config/config.{sub,guess}: update from config.
43071
43072         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
43073
43074 2003-11-17  Paul Eggert  <eggert@twinsun.com>
43075
43076         * README: Mention that S+T cannot overflow if S is the size of
43077         an existing object and T is sufficiently small.
43078
43079 2003-11-17  Jim Meyering  <jim@meyering.net>
43080
43081         On systems without utime and without a utimes function capable of
43082         dealing with a NULL struct utimbuf* argument, this utime replacement
43083         could -- in unusual circumstances -- leak a file descriptor.
43084         * lib/utime.c: Include <unistd.h> and <errno.h>.
43085         (utime_null): Be sure to close `fd' and to preserve errno.
43086         Reported by Geoff Collyer via Arnold Robbins.
43087
43088 2003-11-17  Bruno Haible  <bruno@clisp.org>
43089
43090         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
43091         (Depends-on): Add xsize.
43092
43093 2003-11-17  Bruno Haible  <bruno@clisp.org>
43094
43095         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
43096
43097 2003-11-17  Bruno Haible  <bruno@clisp.org>
43098
43099         * lib/vasnprintf.c (alloca): Remove fallback definition.
43100         (freea): Remove definition.
43101         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
43102         Reported by Paul Eggert.
43103
43104 2003-11-16  Paul Eggert  <eggert@twinsun.com>
43105             Bruno Haible  <bruno@clisp.org>
43106
43107         Protect against address arithmetic overflow.
43108         * lib/printf-args.h: Include stddef.h.
43109         (arguments): Change type of field 'count' to size_t.
43110         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
43111         'unsigned int' where appropriate.
43112         * lib/printf-parse.h: Include sys/types.h.
43113         (char_directive): Change type of *arg_index fields to ssize_t.
43114         (char_directives): Change type of fields 'count', max_*_length to
43115         size_t.
43116         * lib/printf-parse.c: Include sys/types.h and xsize.h.
43117         (SSIZE_MAX): Define fallback value.
43118         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
43119         instead of 'int' where appropriate. Check a_allocated, d_allocated
43120         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
43121         * lib/vasnprintf.c: Include xsize.h.
43122         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
43123         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
43124         overflow. Avoid wraparound when converting a width or precision from
43125         decimal to binary.
43126
43127 2003-11-16  Bruno Haible  <bruno@clisp.org>
43128
43129         Update from GNU gettext.
43130         * lib/printf-parse.c: Generalize to it can be compiled for wide
43131         strings.
43132         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
43133         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
43134         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
43135         SNPRINTF): New macros.
43136         Don't include <alloca.h> if the file is used inside libintl.
43137         (local_wcslen): New function, for Solaris 2.5.1.
43138         (VASNPRINTF): Use it instead of wcslen.
43139
43140 2003-11-16  Bruno Haible  <bruno@clisp.org>
43141
43142         * lib/xsize.h (xmax): New function.
43143         (xsum, xsum3, xsum4): Declare as "pure" functions.
43144
43145 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43146
43147         * modules/xalloc (Files): Undo latest change, since xalloc.h
43148         no longer needs SIZE_MAX or PTRDIFF_MAX.
43149
43150 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43151
43152         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
43153         gl_PTRDIFF_MAX.
43154
43155 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43156
43157         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
43158         "return", to pacify some unknown compiler.  Problem reported
43159         by Joerg Schilling.
43160
43161 2003-11-12  Paul Eggert  <eggert@twinsun.com>
43162
43163         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
43164         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
43165         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
43166         heuristic is just as accurate as far as we know, and it removes a
43167         dependency on size_max.m4 and ptrdiff_max.m4.
43168
43169 2003-11-11  Bruno Haible  <bruno@clisp.org>
43170
43171         * modules/xsize (Files): Add m4/size_max.m4.
43172         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
43173
43174 2003-11-11  Bruno Haible  <bruno@clisp.org>
43175
43176         * m4/size_max.m4: New file.
43177         * m4/ptrdiff_max.m4: New file.
43178         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
43179         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
43180         (gl_XALLOC): Invoke it.
43181
43182 2003-11-11  Bruno Haible  <bruno@clisp.org>
43183
43184         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
43185         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
43186         defined.
43187
43188 2003-11-10  Paul Eggert  <eggert@twinsun.com>
43189
43190         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
43191         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
43192         rejected some allocations of exactly SIZE_MAX - 2 bytes.
43193         From Bruno Haible.
43194         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
43195         not (size_t) -1, since it's defined here.
43196
43197 2003-11-09  Karl Berry  <karl@gnu.org>
43198
43199         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
43200
43201 2003-11-06  Paul Eggert  <eggert@twinsun.com>
43202
43203         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
43204         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
43205         Reject sizes of exactly SIZE_MAX bytes.
43206         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
43207         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
43208
43209 2003-11-05  Bruno Haible  <bruno@clisp.org>
43210
43211         * lib/xsize.h: Include limits.h, to avoid a possible collision with
43212         SIZE_MAX defined in <limits.h> on Solaris.
43213
43214 2003-11-04  Jim Meyering  <jim@meyering.net>
43215
43216         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
43217         variable names, rather than @VAR@.
43218         * modules/poll: Likewise.
43219
43220 2003-11-04  Bruno Haible  <bruno@clisp.org>
43221
43222         * modules/xsize: New file.
43223         * modules/linebreak: Depend on xsize.
43224         * MODULES.html.sh (func_all_modules): Add xsize.
43225
43226 2003-11-04  Bruno Haible  <bruno@clisp.org>
43227
43228         * m4/xsize.m4: New file.
43229
43230 2003-11-04  Bruno Haible  <bruno@clisp.org>
43231
43232         * lib/xsize.h: New file.
43233         * lib/linebreak.c: Include xsize.h.
43234         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
43235         argument for overflow.
43236         Suggested by Paul Eggert.
43237
43238 2003-11-03  Karl Berry  <karl@gnu.org>
43239
43240         * config/config.{guess,sub}: update from config.
43241
43242 2003-11-03  Jim Meyering  <jim@meyering.net>
43243
43244         * modules/userspec (lib_SOURCES): Add userspec.h.
43245         (Include): Add "userspec.h".
43246         Improve description.
43247
43248 2003-11-03  Jim Meyering  <jim@meyering.net>
43249
43250         * lib/userspec.c: Include "userspec.h".
43251         * lib/userspec.h: New file.
43252
43253 2003-11-03  Bruno Haible  <bruno@clisp.org>
43254
43255         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
43256
43257 2003-11-03  Bruno Haible  <bruno@clisp.org>
43258
43259         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
43260         available, to avoid (extremely rare) race condition.
43261         Suggested by Paul Eggert.
43262
43263 2003-11-02  Karl Berry  <karl@gnu.org>
43264
43265         * config/srclist.txt (vasprintf.c): sync broken, sigh.
43266
43267 2003-10-31  Paul Eggert  <eggert@twinsun.com>
43268
43269         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
43270         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
43271         (read_filesystem_list): Set and use me_type_malloced.
43272         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
43273         whatever the type happens to be), for brevity and consistency.
43274         Check for size calculation overflow on Alphas running OSF/1.
43275
43276 2003-10-31  Jim Meyering  <jim@meyering.net>
43277
43278         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
43279
43280         * lib/linebuffer.c: Include <string.h> for declaration of memset.
43281
43282 2003-10-30  Paul Eggert  <eggert@twinsun.com>
43283             Bruno Haible  <bruno@clisp.org>
43284
43285         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
43286         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
43287
43288 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
43289
43290         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
43291         netbsd*-gnu*.  Suggested by Robert Millan.
43292
43293 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43294
43295         * modules/group-member: Depend on stdbool.
43296
43297 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43298
43299         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
43300
43301 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43302
43303         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
43304         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
43305         after the 'gnu' in these cases.  This fixes some bugs in the
43306         previous change, and is based on suggestions by Robert Millan.
43307
43308 2003-10-29  Paul Eggert  <eggert@twinsun.com>
43309
43310         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
43311         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
43312         no longer needed.
43313         * lib/quotearg.c (quotearg_n_options): Use it.
43314         * lib/group-member.c: Include <stdbool.h>.
43315         (free_group_info): Arg is now const *; don't free arg.
43316         (get_group_info): Now returns bool and accepts struct group_info *,
43317         rather than returning a malloc'ed struct group_info *.
43318         All uses changed.  Check for overflow in internal size calculation.
43319
43320         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
43321         rather than xmalloc/xrealloc.
43322         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
43323         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
43324         conformance bug: the old code used a pointer after freeing the
43325         storage that it addressed.
43326         * lib/hash.c (hash_initialize): Simplify the code by using
43327         xalloc_oversized rather than doing it by hand.
43328         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
43329         the buffer preserved.  Use free and xmalloc instead.
43330         * lib/quotearg.c (quotearg_n_options): Likewise.
43331         Use a simpler test for size overflow.  Don't use xalloc_oversized
43332         because unsigned int might be wider than size_t (!); this suggests
43333         that we should switch from unsigned int to size_t for slot numbers.
43334
43335 2003-10-28  Paul Eggert  <eggert@twinsun.com>
43336
43337         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
43338         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
43339         NetBSD kernels.  Requested by Richard Stallman.
43340
43341 2003-10-27  Paul Eggert  <eggert@twinsun.com>
43342
43343         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
43344         to allocate the returned structure.  Do not allocate a subarray,
43345         as x2nrealloc will do that.
43346         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
43347         instead of xnrealloc.
43348         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
43349
43350 2003-10-27  Bruno Haible  <bruno@clisp.org>
43351
43352         * lib/stdbool_.h: Better support for BeOS.
43353
43354 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43355
43356         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
43357         now uses inline.
43358
43359 2003-10-26  Paul Eggert  <eggert@twinsun.com>
43360
43361         * lib/xalloc.h (xalloc_oversized): New static inline function, for
43362         callers that want to do their own size-overflow checking.  Include
43363         <stdbool.h>, since xalloc_oversized returns bool.
43364         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
43365         to use xalloc_oversized.
43366
43367         Add two functions x2realloc, x2nrealloc, for programs that grow
43368         arrays dynamically by doubling their sizes.
43369         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
43370         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
43371         New functions.
43372
43373         Port to C99 semantics for 'inline' of external functions.
43374         Bug reported by Bruno Haible.
43375         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
43376         with the old contents of xnmalloc.
43377         (xnmalloc, xmalloc): Use it.
43378         (xnrealloc_inline): New static inline function,
43379         with the old contents of xnrealloc.
43380         (xnrealloc, xrealloc): Use it.
43381
43382         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
43383         that.
43384
43385 2003-10-26  Karl Berry  <karl@gnu.org>
43386
43387         * config/srclist.txt (COPYING.DOC): no longer available from
43388         /gd/gnuorg; don't know where the ultimate source is.
43389
43390 2003-10-25  Paul Eggert  <eggert@twinsun.com>
43391
43392         Fix several address-calculation bugs in the hash modules,
43393         plus some minor code cleanup.
43394
43395         * lib/hash.h: Include <stdbool.h>, for bool.
43396         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
43397         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
43398         hash_get_n_entries, hash_get_max_bucket_length,
43399         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
43400         hash_rehash): Use size_t rather than unsigned.
43401         * lib/hash.c (struct hash_table, hash_get_n_buckets,
43402         hash_get_n_buckets_used, hash_get_n_entries,
43403         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
43404         hash_get_entries, hash_do_for_each, hash_string, is_prime,
43405         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
43406         Likewise.
43407         (SIZE_MAX): Define if not defined.
43408         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
43409         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
43410         hash_print):
43411         Use const * when possible.
43412         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
43413         (check_tuning): Fix bug: if tuning parameters were very close to
43414         0 or 1, rounding errors could have caused subscript violations.
43415         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
43416         (hash_initialize): Add 'fail:' label
43417         to free table and return NULL, and use it to simplify code.
43418         Use calloc rather than clearing the storage ourself.
43419         (hash_initialize, hash_rehash): Check for arithmetic overflow in
43420         buffer size calculations.
43421         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
43422         Include <stddef.h>, for size_t.
43423         * lib/hash-pjw.c (hash_pjw): Likewise.
43424         Switch to method described by Bruno Haible.
43425         Include <limits.h>, for CHAR_BIT.
43426         (SIZE_BITS): New macro.
43427
43428 2003-10-23  Paul Eggert  <eggert@twinsun.com>
43429
43430         * m4/getline.m4 (AM_FUNC_GETLINE):
43431         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
43432         hosts.  Problem reported by Derek Robert Price in
43433         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
43434         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
43435         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
43436
43437 2003-10-21  Paul Eggert  <eggert@twinsun.com>
43438
43439         * lib/getndelim2.c (getndelim2): When size calculation overflows,
43440         ceiling the allocation at NMAX bytes rather than silently
43441         discarding input bytes before NMAX is reached.  This makes
43442         a difference only if NMAX exceeds SIZE_MAX / 2.
43443
43444         * lib/obstack.c: Merge from glibc.
43445         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
43446         Add libc_hidden_def (_obstack_newchunk).
43447         (_obstack_free) [! defined _LIBC]: Remove.
43448         [defined _LIBC]: Make a strong alias from obstack_free, rather than
43449         a clone of the function body.
43450         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
43451         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
43452
43453         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
43454         glibc.
43455         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
43456         arg to memcpy.
43457
43458         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
43459         (obstack_ptr_grow_fast, obstack_int_grow_fast):
43460         Don't use lvalue casts, as GCC plans to remove support for them
43461         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
43462         was also present in the non-GCC version, indicating that this
43463         code had always been buggy and had never been widely used.
43464         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
43465         Use the fast variant of each macro, rather than copying the
43466         definiens of the fast variant; that way, we'll be more likely to
43467         catch future bugs in the fast variants.
43468
43469 2003-10-20  Bruno Haible  <bruno@clisp.org>
43470
43471         * modules/wait-process: New file.
43472         * MODULES.html.sh (func_all_modules): Add wait-process.
43473
43474 2003-10-20  Bruno Haible  <bruno@clisp.org>
43475
43476         * m4/wait-process.m4: New file.
43477
43478 2003-10-20  Bruno Haible  <bruno@clisp.org>
43479
43480         * lib/wait-process.h: New file, from GNU gettext.
43481         * lib/wait-process.c: New file, from GNU gettext.
43482
43483 2003-10-19  Jim Meyering  <jim@meyering.net>
43484
43485         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
43486         HPUX 10.20.
43487
43488 2003-10-18  Karl Berry  <karl@gnu.org>
43489
43490         * config/config.guess: update from config.
43491
43492 2003-10-16  Paul Eggert  <eggert@twinsun.com>
43493
43494         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
43495         (getgroups): First arg is int, not size_t.
43496         Don't let 'free' mangle errno.
43497
43498 2003-10-16  Paul Eggert  <eggert@twinsun.com>
43499
43500         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
43501
43502 2003-10-16  Karl Berry  <karl@gnu.org>
43503
43504         * config/config.{guess,sub}: update from config.
43505
43506 2003-10-16  Jim Meyering  <jim@meyering.net>
43507
43508         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
43509         memcpy.
43510
43511 2003-10-15  Paul Eggert  <eggert@twinsun.com>
43512
43513         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
43514         (SIZE_MAX): Remove.
43515         (new_exclude, add_exclude_file): Initial size no longer needs to
43516         be a power of 2.
43517         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
43518         our own address arithmetic overflow checking.
43519
43520         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
43521         (fnmatch): Do not alloca more than 2000 wide characters;
43522         instead, use malloc for large buffers.
43523         Check for address arithmetic overflow, and return -1
43524         with errno set to ENOMEM in that case.
43525         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
43526         (NEW_PATTERN): Do not alloca more than 8000 bytes;
43527         instead, return -1.  Check for address arithmetic overflow.
43528
43529 2003-10-14  Paul Eggert  <eggert@twinsun.com>
43530
43531         Handle invalid suffixes and overflow independently, so that
43532         callers can treat them independently as needed.  Fix some bugs in
43533         suffix handling, e.g., "100k@" was not diagnosed as an invalid
43534         suffix for a human-readable blocksize.  The major caller-visible
43535         change is the addition of a new
43536         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
43537         that both overflow and suffix chars were found.
43538
43539         * lib/human.c (humblock): Don't check separately for invalid suffix
43540         char; that is xstrtoumax's job (now that its bug is fixed).
43541         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
43542         INTMAX_MAX]: New macros.
43543         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
43544         TYPE_MAXIMUM): New macros.
43545         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
43546         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
43547         if overflow occurs, as it's what __strtol does and it's more useful
43548         in practice.
43549         (__xstrtol): If __strtol reports some error other than ERANGE,
43550         reflect it to the caller as LONGINT_INVALID.  If it reports
43551         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
43552         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
43553         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
43554         value.
43555         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
43556         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
43557         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
43558         [defined UINTMAX_MAX]: New macros.
43559
43560 2003-10-14  Bruno Haible  <bruno@clisp.org>
43561
43562         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
43563
43564 2003-10-14  Bruno Haible  <bruno@clisp.org>
43565
43566         * m4/sig_atomic_t: New file, from GNU gettext.
43567         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
43568
43569 2003-10-14  Bruno Haible  <bruno@clisp.org>
43570
43571         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
43572         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
43573         Also use volatile where needed.
43574
43575 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43576
43577         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
43578         Change maintainer from Bruno Haible to 'all'.
43579
43580 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43581
43582         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
43583
43584 2003-10-12  Paul Eggert  <eggert@twinsun.com>
43585
43586         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
43587         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
43588         and define in terms of the other primitives.
43589         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
43590         (SIZE_MAX): Define if not already defined.
43591         (array_size_overflow): New function.
43592         (xalloc_die): Abort instead of exiting if 'error' returns.
43593         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
43594         (xmalloc, xrealloc): Use them.
43595         (xcalloc): Check for address arithmetic overflow.
43596         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
43597         a bit faster than strcpy.
43598
43599 2003-10-10  Simon Josefsson  <jas@extundo.com>
43600
43601         * modules/argp (Depends-on): Add restrict and strcase.
43602
43603 2003-10-10  Simon Josefsson  <jas@extundo.com>
43604
43605         * m4/argp.m4: Add AC_C_INLINE.
43606
43607 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43608
43609         Merge getpass from libc, plus a few fixes.
43610
43611         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
43612         Include <stdbool.h>.
43613         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
43614         __fsetlocking to empty.
43615         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
43616         do include <bits/libc-lock.h>.
43617         Do not include <fcntl.h>; not needed.
43618         [_LIBC]: Include <wchar.h>.
43619         (NOTCANCEL_MODE): New macro.
43620         (flockfile, funlockfile) [_LIBC]: New macros.
43621         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
43622         [!_LIBC]: New macros.
43623         (call_fclose): New function.
43624         (getpass): Use it.  Save tty stream separately; this simplifies the
43625         code and makes it more reliable if stdin happens to equal stdout.
43626         Invoke __fsetlocking on tty.
43627         Handle thread cancellation if needed.
43628         Namespace cleanup (use __tcgetattr, __getline).
43629         Use bool for Booleans.
43630         [USE_IN_LIBIO]: Handle wide streams.
43631         [!_LIBC]: Unconditionally do the fseek, since we don't know what
43632         stream might go where.
43633
43634         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
43635         doesn't have to include <stdio.h> before us.
43636         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
43637         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
43638         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
43639         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
43640         if not declared, so that we can use getpass.c code from libc without
43641         rewriting it.
43642         (flockfile, ftrylockfile, funlockfile): New macros.
43643
43644 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43645
43646         * modules/getpass: Depend on stdbool.
43647
43648 2003-10-08  Paul Eggert  <eggert@twinsun.com>
43649
43650         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
43651
43652 2003-10-07  Karl Berry  <karl@gnu.org>
43653
43654         * config/config.{guess,sub}: update from config.
43655
43656 2003-10-06  Jim Meyering  <jim@meyering.net>
43657             Bruno Haible  <bruno@clisp.org>
43658
43659         This lets translators provide better translations for the
43660         "Written by ..." part of --version output.
43661         * lib/version-etc.h: Include stdarg.h.
43662         (version_etc_copyright): Declare as readonly.
43663         (version_etc): Make this function variadic with a NULL-terminated list
43664         of author name strings.
43665         (version_etc_va): New declaration.
43666         * lib/version-etc.c: Include stdarg.h, stdlib.h.
43667         (version_etc_copyright): Declare as readonly.
43668         (version_etc_va): New function. Provide a different translatable string
43669         for each possible number of authors < 10. Abbreviate when there are 10
43670         authors or more.
43671         (version_etc): Make this function variadic. Call version_etc_va.
43672         Suggestion from Gary V. Vaughan.
43673
43674         * lib/long-options.h (parse_long_options): Change prototype: the
43675         authors string is moved to the end and becomes variadic.
43676         * lib/long-options.c: Include stdarg.h.
43677         (parse_long_options): Make this function variadic, too.
43678         Call version_etc_va, not version_etc.
43679
43680 2003-10-06  Bruno Haible  <bruno@clisp.org>
43681
43682         * modules/version-etc-2: Remove file.
43683         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
43684
43685 2003-10-06  Bruno Haible  <bruno@clisp.org>
43686
43687         * modules/fatal-signal: New file.
43688         * MODULES.html.sh (func_all_modules): Add fatal-signal.
43689
43690 2003-10-06  Bruno Haible  <bruno@clisp.org>
43691
43692         * m4/fatal-signal.m4: New file.
43693         * m4/signalblocking.m4: New file, from GNU gettext.
43694
43695 2003-10-06  Bruno Haible  <bruno@clisp.org>
43696
43697         * lib/version-etc-2.h: Remove file.
43698         * lib/version-etc-2.c: Remove file.
43699
43700 2003-10-06  Bruno Haible  <bruno@clisp.org>
43701
43702         * lib/fatal-signal.h: New file, from GNU gettext.
43703         * lib/fatal-signal.c: New file, from GNU gettext.
43704
43705 2003-10-05  Paul Eggert  <eggert@twinsun.com>
43706
43707         * README: Rework advice for preventing empty .o files.
43708         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
43709         not <sys/types.h>.
43710
43711 2003-10-04  Karl Berry  <karl@gnu.org>
43712
43713         * lib/argp*: update from libc.
43714
43715 2003-10-04  Karl Berry  <karl@gnu.org>
43716
43717         * config/config.{guess,sub}: update from config.
43718
43719 2003-10-02  Bruno Haible  <bruno@clisp.org>
43720
43721         * modules/lchown (Include): Add lchown.h.
43722         * modules/time_r (Include): Use "..." syntax.
43723         * modules/xgetdomainname (Include): Add xgetdomainname.h.
43724
43725 2003-10-01  Simon Josefsson  <jas@extundo.com>
43726
43727         * MODULES.html.sh (func_all_modules): Move gethostname from section
43728         'based on' to section 'lacking' POSIX:2001.
43729
43730 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
43731
43732         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
43733         to output mode on the same stream.
43734
43735 2003-09-29  Paul Eggert  <eggert@twinsun.com>
43736
43737         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
43738         Fix arg typo in previous patch.
43739
43740 2003-09-28  Jim Meyering  <jim@meyering.net>
43741
43742         * lib/error.c: Correct cpp indentation.
43743
43744 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43745
43746         * modules/free: New file.
43747
43748 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43749
43750         * m4/free.m4: New file.
43751
43752 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43753
43754         * lib/minmax.h (MIN, MAX)
43755         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
43756         Omit the special code that used __typeof__, since we worry that
43757         it could be more trouble than it's worth.  See:
43758         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
43759         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
43760
43761         * lib/free.c: New file.
43762
43763 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
43764
43765         Trivial fixes to Makefile.am parts of module listings.
43766         * modules/strstr: Append strstr.h to lib_SOURCES.
43767         * modules/strcase: Likewise, for strcase.h.
43768
43769 2003-09-27  Karl Berry  <karl@gnu.org>
43770
43771         * config/mkinstalldirs: update from automake.
43772
43773 2003-09-26  Paul Eggert  <eggert@twinsun.com>
43774
43775         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
43776         (error_tail): Do not loop, reallocating temporary buffer, since
43777         the output cannot contain more wide characters than the input
43778         contains bytes, the size must be big enough already.  This avoids
43779         one potential size overflow calculation.  Check for size overflow
43780         when calculating temporary buffer size.  Free temporary buffer
43781         when done, if it was allocated with malloc; this plugs a memory
43782         leak.  Remove casts from void * to pointers, that are no longer
43783         needed now that we're assuming C89 or better.
43784
43785         Merge error changes from glibc.
43786
43787         * lib/error.c, error.h: Update copyright notice header to match glibc.
43788         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
43789         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
43790         Disable cancellation while printing error.
43791         * lib/error.h: Prepend __ to parameter names.
43792
43793 2003-09-26  Jim Meyering  <jim@meyering.net>
43794
43795         * lib/error.c (error_tail): Move some declarations
43796         into inner scope where the local variables are used.
43797
43798 2003-09-26  Bruno Haible  <bruno@clisp.org>
43799
43800         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
43801         stpncpy().
43802         Don't define stpncpy through config.h; it's now done through stpncpy.h.
43803
43804 2003-09-26  Bruno Haible  <bruno@clisp.org>
43805
43806         * lib/stpncpy.h (gnu_stpncpy): New declaration.
43807         (stpncpy): Define as alias for gnu_stpncpy.
43808         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
43809
43810 2003-09-25  Simon Josefsson  <jas@extundo.com>
43811
43812         * lib/xgetdomainname.h: New file.
43813         * lib/xgetdomainname.c: New file.
43814
43815 2003-09-25  Simon Josefsson  <jas@extundo.com>
43816             Bruno Haible  <bruno@clisp.org>
43817
43818         * modules/getdomainname: New file.
43819         * modules/xgetdomainname: New file.
43820         * MODULES.html.sh (func_all_modules): Add getdomainname,
43821         xgetdomainname.
43822
43823 2003-09-25  Simon Josefsson  <jas@extundo.com>
43824             Bruno Haible  <bruno@clisp.org>
43825
43826         * m4/getdomainname.m4: New file.
43827
43828 2003-09-25  Simon Josefsson  <jas@extundo.com>
43829             Bruno Haible  <bruno@clisp.org>
43830
43831         * lib/getdomainname.h: New file.
43832         * lib/getdomainname.c: New file.
43833
43834 2003-09-25  Karl Berry  <karl@gnu.org>
43835
43836         * lib/argp-fmtstream.c, argp-help.c: update from libc.
43837
43838 2003-09-25  Karl Berry  <karl@gnu.org>
43839
43840         * config/install-sh: update from automake.
43841
43842 2003-09-25  Bruno Haible  <bruno@clisp.org>
43843
43844         * modules/version-etc-2: New file, from modules/version-etc with
43845         modifications.
43846         * MODULES.html.sh (func_all_modules): Add version-etc-2.
43847
43848 2003-09-25  Bruno Haible  <bruno@clisp.org>
43849
43850         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
43851         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
43852
43853 2003-09-24  Simon Josefsson  <jas@extundo.com>
43854
43855         * modules/xgethostname: Add xgethostname.h.
43856
43857 2003-09-24  Paul Eggert  <eggert@twinsun.com>
43858
43859         * lib/linebuffer.c (freebuffer): Don't free the argument, just
43860         the buffer associated with the argument.  Bug reported by
43861         Simon Josefsson.
43862
43863 2003-09-24  Paul Eggert  <eggert@twinsun.com>
43864
43865         * README: Document assumptions that 'int' is at least 32 bits
43866         wide, that integer arithmetic is 2's complement without overflow,
43867         that there are no holes in integer values, that adding sizes of
43868         two nonoverlapping objects can't overflow, and that all-bits-zero
43869         yields scalar zero.  Fix spelling and capitalization typos.
43870
43871 2003-09-19  Karl Berry  <karl@gnu.org>
43872
43873         * lib/argp.h: update from libc.
43874
43875 2003-09-17  Paul Eggert  <eggert@twinsun.com>
43876
43877         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
43878         to avoid spurious warnings like "AC_RUN_IFELSE was called before
43879         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
43880
43881 2003-09-17  Paul Eggert  <eggert@twinsun.com>
43882
43883         * gnulib-tool: Use "test -h", not "test -L", for portability
43884         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
43885         (tags_regexp): Remove, since \| doesn't conform to POSIX.
43886         (sed_extract_prog): Issue s commands one-by-one, rather than
43887         using \| in one s command.
43888
43889 2003-09-16  Paul Eggert  <eggert@twinsun.com>
43890
43891         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
43892         input error, instead of returning NULL the next time we are called
43893         (and therefore losing track of errno).
43894
43895 2003-09-16  Bruno Haible  <bruno@clisp.org>
43896
43897         * gnulib-tool (func_create_testdir): Warn about duplicated
43898         dependencies.
43899
43900 2003-09-15  Paul Eggert  <eggert@twinsun.com>
43901
43902         * modules/argmatch, modules/fatal, modules/obstack,
43903         modules/xalloc, modules/xgethostname: Sort dependencies by
43904         importance, not alphabetically.
43905
43906 2003-09-15  Paul Eggert  <eggert@twinsun.com>
43907
43908         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
43909         fails, so that the caller gets the proper errno.
43910
43911         * lib/readutmp.c (read_utmp): Likewise.
43912         Check for fstat error.  Close stream and free storage
43913         when failing.
43914
43915 2003-09-14  Karl Berry  <karl@gnu.org>
43916
43917         * config/srclist.txt (strdup.c): disable for c89 changes.
43918
43919 2003-09-14  Jim Meyering  <jim@meyering.net>
43920
43921         * lib/getloadavg.c: Correct cpp indentation.
43922         * lib/strdup.c: Likewise.
43923         * lib/vasnprintf.c: Likewise.
43924
43925 2003-09-14  Bruno Haible  <bruno@clisp.org>
43926
43927         * modules/fwriteerror: New file.
43928         * MODULES.html.sh (func_all_modules): Add fwriteerror.
43929
43930 2003-09-14  Bruno Haible  <bruno@clisp.org>
43931
43932         * lib/fwriteerror.h: New file.
43933         * lib/fwriteerror.c: New file.
43934
43935 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43936
43937         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
43938         modules/xgethostname, modules/xalloc: Depend on exit.
43939
43940 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43941
43942         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
43943
43944         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
43945         and AC_MINIX, too, so that their extensions are available.
43946
43947         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
43948         This macro has been superseded by gl_BACKUPFILE.
43949
43950         More patches to assume C89 or better.
43951
43952         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
43953
43954         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
43955         unconditionally.
43956         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
43957         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
43958         Include <string.h>, <stdlib.h> unconditionally.
43959         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
43960         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
43961         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
43962         headers or for string.h.
43963         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
43964         or strtoul.
43965
43966         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
43967         headers.
43968         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
43969         * m4/userspec.m4 (gl_USERSPEC): Likewise.
43970         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
43971         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
43972         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
43973         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
43974         memcpy, memset.
43975         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
43976         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
43977         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
43978         strtol.
43979         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
43980         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
43981         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
43982         strtoul.
43983
43984 2003-09-12  Paul Eggert  <eggert@twinsun.com>
43985
43986         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
43987         * lib/obstack.c [!defined _LIBC]: Likewise.
43988         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
43989         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
43990         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
43991
43992         More changes to assume C89 or better.
43993
43994         * lib/error.c (error_tail): Assume vprintf.
43995
43996         * lib/argmatch.c (getenv): Remove decl.
43997         * lib/progreloc.c (get_full_program_name): Define via prototype.
43998         * lib/setenv.c (clearenv): Likewise.
43999         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
44000         needed.
44001         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
44002         (malloc, memcpy): Remove decls.
44003         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
44004         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
44005         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
44006         (memcpy): Remove macro.
44007         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
44008         (__P): Remove.  All uses removed.
44009         (PTR): Remove.  All uses changed to void *.
44010         (CHAR_BIT, NULL): Remove.
44011         (spaces, zeros, memset_space, memset_zero)
44012         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
44013         Remove.
44014         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
44015         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
44016         Define with prototype.
44017         Remove now-unnecessary prototype decl.
44018         (extra_args_spec): Assume ANSI C.  All uses changed.
44019         (extra_args_spec_iso): Remove.
44020         (my_strftime, emacs_strftimeu): Define via prototype.
44021         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
44022         unconditionally.
44023         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
44024         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
44025         (strtoul, strtol): Remove decls.
44026         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
44027         LONG_MAX): Remove.
44028         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
44029         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
44030         (LOCALE_PARAM_PROTO): New macro.
44031         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
44032         (INTERNAL (strtol), strtol): Define with a prototype.
44033         (PARAMS): Remove.  All uses removed.
44034         * lib/tempname.c: Include <string.h> unconditionally.
44035         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
44036         * lib/xgethostname.c (main): Define with a prototype.
44037         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
44038         Include <stdlib.h> unconditionally.
44039         (calloc, malloc, realloc, free): Remove decls.
44040         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
44041         Include <stdlib.h> unconditionally.  Sort include file names.
44042         (strtod): Remove.
44043         (xstrtod): Define with a prototype.
44044         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
44045         (strtol, strtoul): Remove decls.
44046
44047 2003-09-11  Paul Eggert  <eggert@twinsun.com>
44048
44049         More patches to assume C89 or better.
44050         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
44051         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
44052         string.h, memchr, STDC_HEADERS.
44053
44054 2003-09-11  Paul Eggert  <eggert@twinsun.com>
44055
44056         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
44057         Include <stdlib.h>, <string.h> unconditionally.
44058         Remove now-unnecessary cast to char *.
44059         * lib/strnlen.c: Include <string.h> unconditionally.
44060         * lib/yesno.c (yesno): Define with a prototype.
44061
44062 2003-09-11  Bruno Haible  <bruno@clisp.org>
44063
44064         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
44065
44066 2003-09-10  Jim Meyering  <jim@meyering.net>
44067
44068         * lib/error.c: Correct indentation of cpp directives.
44069
44070 2003-09-10  Bruno Haible  <bruno@clisp.org>
44071
44072         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
44073         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
44074         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
44075         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
44076         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
44077         <stdlib.h> and <string.h> checks.
44078         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
44079         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
44080
44081 2003-09-10  Bruno Haible  <bruno@clisp.org>
44082
44083         * lib/strcspn.c: Include <string.h> unconditionally.
44084         * lib/strpbrk.c: Include <string.h> unconditionally.
44085         * lib/strstr.c: Include <string.h> unconditionally.
44086         * lib/unicodeio.c: Include <string.h> unconditionally.
44087         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
44088         * lib/unsetenv.c: Likewise.
44089         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
44090         * lib/yesno.c: Include <stdlib.h> unconditionally.
44091         (rpmatch): Add prototype.
44092
44093 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44094
44095         More patches to assume C89 or better.
44096         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
44097         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
44098         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
44099         or for string.h.
44100         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
44101         stdlib.h.
44102         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
44103         C headers.
44104         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
44105         string.h.
44106         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
44107         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
44108         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
44109         or for string.h.
44110         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
44111         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
44112         C headers.
44113         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
44114         memcpy.
44115         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
44116         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
44117         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
44118         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
44119         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
44120         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
44121         string.h, free.
44122         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
44123         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
44124         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
44125         C headers, or for string.h.
44126         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
44127         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
44128         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
44129         headers, memory.h, stdlib.h, string.h, strings.h.
44130         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
44131         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
44132         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
44133         strchr.
44134         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
44135         headers, memory.h, string.h.
44136         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
44137         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
44138         free.
44139         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
44140         headers.
44141         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
44142         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
44143         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
44144         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
44145         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
44146
44147 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44148
44149         More K&R removal.
44150
44151         * lib/acosl.c (main): Use a prototype.
44152         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
44153         tanl.c: Likewise.
44154
44155         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
44156
44157         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
44158         (getopt, etopt_long, getopt_long_only, _getopt_internal)
44159         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
44160         with a prototype.
44161         * lib/getopt.c (const): Remove macro.
44162         Include <string.h> unconditionally.
44163         (my_index): Remove; all uses changed to strchr.
44164         (strlen): Remove decl.
44165         (exchange): Remove forward decl; no longer needed.
44166         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
44167         Define with prototype.
44168         * lib/getopt1.c (const): Remove macro.
44169         (getopt_long, getopt_long_only, main): Define with prototype.
44170
44171         * lib/getugroups.c: Include <string.h> unconditionally.
44172
44173         * lib/getusershell.c: Include <stdlib.h> unconditionally.
44174         (getusershell, setusershell, endusershell, readname, main):
44175         Define with prototypes.
44176
44177         * lib/group-member.c: Include group-member.h first.
44178         Include <stdlib.h> unconditionally.
44179
44180         * lib/hard-locale.c: Include hard-locale.h first.
44181         Include <stdlib.h>, <string.h> unconditionally.
44182
44183         * lib/hash.c (free, malloc): Remove decls.
44184         Include <stdlib.h> unconditionally.
44185
44186         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
44187         (getenv): Do not declare.
44188
44189         * lib/idcache.c: Include <string.h> unconditionally.
44190
44191         * lib/long-options.c: Include long-options.h first, to test interface.
44192         Include <stdlib.h> unconditionally.
44193
44194         * lib/makepath.c: Include makepath.h first, to test interface.
44195         Include <stdlib.h> and <string.h> unconditionally.
44196
44197         * lib/linebuffer.c: Include <stdlib.h>.
44198         (free): Remove decl.
44199
44200         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
44201         stddef.h. rpl_malloc returns void *, not char *.
44202         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
44203         prototype.
44204
44205         * lib/md5.h: Include <limits.h> unconditionally.
44206         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
44207         (__P): Remove; all uses removed.
44208         * lib/md5.c: Include "md5.h" first.
44209         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
44210         md5_buffer, md5_process_bytes, md5_process_block):
44211         Define with prototypes.
44212         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
44213         * lib/sha.c: Include "sha.h" first.
44214         Include <stdlib.h>, <string.h> unconditionally.
44215
44216         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
44217         * lib/memcmp.c (__ptr_t): Likewise.
44218         * lib/memrchr.c (__ptr_t): Likewise.
44219         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
44220         Include <string.h> unconditionally.
44221         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
44222         * lib/memchr.c: Include <stdlib.h> unconditionally.
44223         * lib/memchr.c (LONG_MAX): Remove.
44224         * lib/memrchr.c (LONG_MAX): Likewise.
44225         * lib/memchr.c (__memchr): Define via a prototype.
44226         * lib/memrchr.c (__memrchr): Likewise.
44227         * lib/memcmp.c (__P): Remove, and remove all uses.
44228         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
44229         Remove forward decls; no longer needed.
44230         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
44231         Use types required by C89 in prototype.
44232
44233         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
44234         * lib/savedir.c: Likewise.
44235         * lib/mkdir.c (free): Remove decl.
44236         * lib/rmdir.c (rmdir): Define with a prototype.
44237         * lib/savedir.c: Include savedir.h first, to test interface.
44238
44239         * lib/mktime.c (STDC_HEADERS): Remove.
44240         Include <stdlib.h>, <string.h> unconditionally.
44241
44242         * lib/modechange.c: Include <stdlib.h> unconditionally.
44243         (malloc): Remove decl.
44244
44245         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
44246         (free): Remove decl.
44247
44248         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
44249         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
44250         (This type really should be intptr_t, but that's a C99ism.)
44251         (_obstack_memcpy): Remove: all uses changed to memcpy.
44252         Include <string.h> unconditionally.
44253         (struct obstack): Assume __STDC__ for types of members
44254         chunkfun, freefun, extra_arg.
44255         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
44256         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
44257         obstack_begin, obstack_specify_allocation,
44258         obstack_specify_allocation_with_arg, obstack_chunkfun,
44259         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
44260         Remove unprototyped decls and the macros that use them.
44261         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
44262         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
44263         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
44264         (defined __STDC__ && __STDC__)]:
44265         Remove nonprototyped code.
44266         Include <stdlib.h> unconditionally.
44267         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
44268         _obstack_allocated_p, _obstack_free, obstack_free,
44269         _obstack_memory_used, print_and_abort):
44270         Define using prototypes.
44271         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
44272         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
44273         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
44274         obstack_next_free, obstack_object_size, obstack_room) [0]:
44275         Remove unused, unprototyped code.
44276
44277         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
44278
44279         * lib/physmem.c (physmem_total, physmem_available, main): Define
44280         with prototypes.
44281
44282         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
44283         (main): Define with a prototype.
44284
44285         * lib/posixver.c (getenv): Remove decl.
44286
44287         * lib/putenv.c (malloc): Returns void *, not char *.
44288         Include <string.h> unconditionally.
44289         (strchr, memcpy, NULL): Do not define.
44290
44291         * lib/readtokens.c: Include readtokens.h first, to test interface.
44292         Include <stdlib.h>, <string.h> unconditionally.
44293         (init_tokenbuffer): Define with a prototype.
44294
44295         * lib/regex.c (PARAMS): Remove.  All uses removed.
44296         All uses of _RE_ARGS removed, too.
44297         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
44298         unconditionally.
44299         (bzero): Assume memset exists.
44300         (memcmp, memcpy, NULL): Remove.
44301         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
44302         char, or assignments to local vars of type signed char.
44303         (init_syntax_once, PREFIX(extract_number_and_incr),
44304         PREFIX(print_partial_compiled_pattern),
44305         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
44306         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
44307         PREFIX(regex_grow_registers), PREFIX(regex_compile),
44308         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
44309         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
44310         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
44311         wcs_compile_range, byte_compile_range, truncate_wchar,
44312         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
44313         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
44314         count_mbs_length, wcs_re_match_2_internal,
44315         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
44316         PREFIX(alt_match_null_string_p),
44317         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
44318         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
44319         regfree, PREFIX(extract_number)): Define with prototype.  Remove
44320         now-unnecessary declaration, if any.
44321         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
44322         regcomp, regexec):
44323         Remove now-unnecessary casts among pointer types.
44324         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
44325
44326         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
44327         (free): Remove decl.
44328
44329         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
44330
44331         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
44332         (free): Remove decl.
44333
44334         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
44335         * lib/xgetcwd.c: Likewise.
44336
44337         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
44338         (free): Remove decl.
44339
44340         * lib/strchrnul.c (strchrnul): Define with a prototype.
44341         Fix bug: c_in was not converted to char before searching.
44342
44343         The following changes are not K&R related:
44344
44345         * lib/group-member.h: Include <sys/types.h>, so that this file is
44346         self-contained.
44347         * lib/makepath.h: Likewise.
44348
44349         * lib/getusershell.c (readname, default_index, line_size, readname):
44350         Use size_t, not int, for sizes.
44351         (readname): If the size overflows, report an error instead of
44352         looping forever.
44353
44354 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44355
44356         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
44357         libc.
44358
44359 2003-09-09  Paul Eggert  <eggert@twinsun.com>
44360
44361         * README: New section: portability guidelines.
44362
44363 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44364
44365         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
44366         C89 spec.
44367
44368 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
44369
44370         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
44371
44372 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44373
44374         Assume C89 or better; remove K&R cruft.
44375         A few of these changes were first proposed by Derek Robert Price
44376         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
44377
44378         * lib/addext.c: Include <string.h> unconditionally.
44379         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
44380         Don't declare getenv or malloc.
44381
44382         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
44383         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
44384         (NULL): Remove.
44385         (find_stack_direction, alloca): Use prototypes.
44386
44387         * lib/atexit.c (atexit): Define using a prototype.
44388
44389         * lib/basename.c, dirname.c, stripslash.c:
44390         Include <string.h> unconditionally.
44391
44392         * lib/bcopy.c: Include <stddef.h>.
44393         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
44394
44395         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
44396
44397         * lib/error.h (error, error_at_line, error_print_progname)
44398         [! (defined (__STDC__) && __STDC__)]: Remove decls.
44399         * lib/error.c: Include error.h first, to check interface.
44400         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
44401         (VA_START): Remove; all uses changeed to va_start.
44402         (exit, strerror): Remove decls.
44403         (error_print_progname): Prototype uncondionally.
44404         Don't include <errno.h>; no longer needed.
44405         (private_strerror): Remove.
44406         (error_tail): Always define.
44407         (error, error_at_line): Assume C89 or better; always use prototypes.
44408         * lib/fatal.c: Include "fatal.h" first, to test interface.
44409         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
44410         (VA_START): Remove; all uses changed to va_start.
44411         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
44412         this case.
44413         (exit): Remove decl.
44414         (fatal): Prototype unconditionally.  Assume va_start works.
44415         Abort at end, to pacify gcc.
44416
44417         * lib/euidaccess.c (main): Define with a prototype.
44418
44419         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
44420
44421         * lib/exitfail.c: Include <stdlib.h> unconditionally.
44422
44423         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
44424         prototypes.
44425         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
44426         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
44427         (getenv): Remove decl.
44428         (fnmatch): Define using a prototype.
44429         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
44430         (FCT): Define using a prototype.
44431
44432         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
44433
44434         * lib/gethostname.c: Include <stddef.h>.
44435         (gethostname): Define with prototype.  Length is size_t, not int.
44436
44437 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44438
44439         Assume C89 or better; remove K&R cruft.
44440         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
44441         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
44442         string.h, getenv, malloc.
44443         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
44444         headers.
44445         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
44446         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
44447         do not check for strerror.
44448         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
44449         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
44450         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
44451         do not check for doprnt or vprintf.
44452         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
44453         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
44454
44455 2003-09-08  Paul Eggert  <eggert@twinsun.com>
44456
44457         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
44458         getversion.c should have been removed then, but was accidentally
44459         preserved.
44460
44461         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
44462         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
44463
44464 2003-09-08  Karl Berry  <karl@gnu.org>
44465
44466         * config/config.sub, config.guess, srclistvars.sh: update from savannah
44467                 config, forget about prep.
44468
44469         * config/depcomp, missing: update from automake.
44470
44471 2003-09-07  Paul Eggert  <eggert@twinsun.com>
44472
44473         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
44474         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
44475
44476 2003-09-07  Paul Eggert  <eggert@twinsun.com>
44477
44478         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
44479         copy_tm_result.  Bug reported by Simon Josefsson in
44480         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
44481
44482 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44483
44484         * m4/time_r.m4: New file.
44485         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
44486         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
44487         is. Check for timegm declaration.
44488         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
44489         Do not check for gmtime_r.
44490         Replace mktime if __mktime_internal does not exist and if mktime
44491         hasn't been replaced already.
44492
44493 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44494
44495         * lib/time_r.c, lib/time_r.h: New files.
44496
44497         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
44498         __localtime_r.
44499         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
44500         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
44501
44502         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
44503         __gmtime_r.
44504         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
44505         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
44506         Include <time_r.h>.
44507
44508         * lib/timegm.c: Switch to glibc implementation, with the following
44509         changes:
44510         [defined HAVE_CONFIG_H]: Include <config.h>.
44511         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
44512         (__mktime_internal) [!defined _LIBC]: New decl.
44513         (__gmtime_r) [!defined _LIBC]: New macro and function.
44514         (timegm): Use a prototype, since gnulib assumes C89.
44515         Do not bother declaring tmp to be const, as it's not really usefu.
44516         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
44517         (timegm): Declare only if HAVE_DECL_TIMEGM.
44518
44519 2003-09-06  Paul Eggert  <eggert@twinsun.com>
44520
44521         * MODULES.html.sh (func_all_modules): Add time_r.
44522         * modules/time_r: New file.
44523         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
44524         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
44525
44526 2003-09-03  Paul Eggert  <eggert@twinsun.com>
44527
44528         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
44529         Bug reported by Lute Kamstra in
44530         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
44531
44532         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
44533         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
44534         course with correspondingly smaller numbers for tomorrow and
44535         yesterday.  From Tadayoshi Funaba.  Originally installed into
44536         sh-utils on 1999-08-07, but the patch got lost (I guess during the
44537         coreutils merge?).
44538
44539 2003-08-31  Simon Josefsson  <jas@extundo.com>
44540
44541         * modules/timegm: New file.
44542         * MODULES.html.sh (func_all_modules): Add timegm.
44543
44544 2003-08-31  Simon Josefsson  <jas@extundo.com>
44545
44546         * m4/timegm.m4: New file.
44547
44548 2003-08-31  Simon Josefsson  <jas@extundo.com>
44549
44550         * lib/timegm.h: New file.
44551         * lib/timegm.c: New file.  Based on
44552         wget-1.8.2/src/http.c:mktime_from_utc.
44553
44554 2003-08-31  Karl Berry  <karl@gnu.org>
44555
44556         * lib/argp.h: update from libc.
44557
44558 2003-08-28  Bruno Haible  <bruno@clisp.org>
44559
44560         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
44561         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
44562         followed by '#define fnmatch fnmatch_posix' gives an error.
44563
44564 2003-08-28  Bruno Haible  <bruno@clisp.org>
44565
44566         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
44567         warning on QNX, which defines O_BINARY to 000000.
44568
44569 2003-08-27  Jim Meyering  <jim@meyering.net>
44570
44571         * m4/mkstemp.m4: Require that the system mkstemp be able to create
44572         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
44573         would fail after 32.  Reported by Danny Levinson.  Details here:
44574         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
44575
44576 2003-08-24  Bruno Haible  <bruno@clisp.org>
44577
44578         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
44579         MSVC7 <stdio.h> is included later.
44580
44581 2003-08-22  Simon Josefsson  <jas@extundo.com>
44582
44583         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
44584
44585 2003-08-20  Karl Berry  <karl@gnu.org>
44586
44587         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
44588
44589 2003-08-20  Bruno Haible  <bruno@clisp.org>
44590
44591         * modules/progname: New file.
44592         * MODULES.html.sh (func_all_modules): Add progname.
44593
44594 2003-08-20  Bruno Haible  <bruno@clisp.org>
44595
44596         * lib/progname.h: New file, from GNU gettext.
44597         * lib/progname.c: New file, from GNU gettext.
44598         * lib/progreloc.c: New file, from GNU gettext.
44599
44600 2003-08-19  Jim Meyering  <jim@meyering.net>
44601
44602         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
44603         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
44604
44605 2003-08-19  Bruno Haible  <bruno@clisp.org>
44606
44607         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
44608         more.
44609
44610 2003-08-19  Bruno Haible  <bruno@clisp.org>
44611
44612         * lib/xstrdup.c: Assume <string.h> exists.
44613
44614 2003-08-18  Paul Eggert  <eggert@twinsun.com>
44615
44616         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
44617         in makefile rules.
44618
44619 2003-08-18  Jim Meyering  <jim@meyering.net>
44620
44621         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
44622         * m4/lib-ld.m4: Likewise.
44623
44624 2003-08-18  Jim Meyering  <jim@meyering.net>
44625
44626         * lib/setenv.h: Indent nested cpp directive.
44627         * lib/vasnprintf.c: Remove trailing blanks.
44628
44629 2003-08-17  Simon Josefsson  <jas@extundo.com>
44630
44631         * modules/xstrndup: New file.
44632         * MODULES.html.sh (func_all_modules): Add xstrndup.
44633
44634 2003-08-17  Simon Josefsson  <jas@extundo.com>
44635
44636         * modules/argp: Fix autoconf macro name. Add more dependencies.
44637
44638 2003-08-17  Simon Josefsson  <jas@extundo.com>
44639
44640         * m4/xstrndup.m4: New file.
44641
44642 2003-08-17  Simon Josefsson  <jas@extundo.com>
44643
44644         * m4/argp.m4: New file.
44645
44646 2003-08-17  Simon Josefsson  <jas@extundo.com>
44647             Bruno Haible  <bruno@clisp.org>
44648
44649         * lib/xstrndup.h: New file.
44650         * lib/xstrndup.c: New file.
44651
44652 2003-08-17  Bruno Haible  <bruno@clisp.org>
44653
44654         * modules/strndup (Files, Include): Add lib/strndup.h.
44655
44656 2003-08-17  Bruno Haible  <bruno@clisp.org>
44657
44658         * modules/euidaccess (Files): Add lib/euidaccess.h.
44659
44660 2003-08-17  Bruno Haible  <bruno@clisp.org>
44661
44662         * lib/strndup.h: New file.
44663
44664 2003-08-17  Bruno Haible  <bruno@clisp.org>
44665
44666         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
44667         like AC_GNU_SOURCE.
44668         * modules/extensions (configure.ac): Comment out the invocation of
44669         gl_USE_SYSTEM_EXTENSIONS.
44670
44671 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44672
44673         Merges from coreutils, etc.
44674         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
44675         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
44676         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
44677         fixing a typo.
44678         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
44679         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
44680
44681 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44682
44683         Document merge from coreutils.
44684         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
44685         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
44686         * modules/utime: Add m4/utimes-null.m4.
44687
44688 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44689
44690         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
44691         space, undoing this 2003-08-12 change:
44692         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
44693
44694 2003-08-16  Paul Eggert  <eggert@twinsun.com>
44695
44696         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
44697         strtoul.c from libc, undoing this 2003-08-12 change:
44698         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
44699
44700 2003-08-16  Jim Meyering  <jim@meyering.net>
44701
44702         Merges from coreutils.
44703         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
44704         prefix.  Adjust cache variables similarly.  Create 500 rather than
44705         just 300 files, to exercise bug on Darwin6.5, too.
44706         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
44707         $missing_dir.
44708         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
44709         AM_SYS_POSIX_TERMIOS.
44710         Reported by mkc@mathdogs.com.
44711         Also change use of $am_cv_sys_posix_termios
44712         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
44713         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
44714         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
44715         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
44716         in /proc/mounts until it finds one with matching device number.  This
44717         is unnecessary when the FILE argument *is* a mount point.  No stat call
44718         is necessary in that case.  So, disable the statvfs-testing code on
44719         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
44720         as RedHat bug# 84846.
44721         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
44722         to 1MB, so as not to render systems with no stack size limit (e.g.,
44723         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
44724         Include <unistd.h>.  On some systems,
44725         it is required for the definition of _SC_PAGESIZE.
44726
44727 2003-08-16  Jim Meyering  <jim@meyering.net>
44728
44729         Merge from coreutils.
44730         * lib/xstrtoimax.c: #else #if -> #elif.
44731         * lib/xstrtoumax.c: Likewise.
44732
44733 2003-08-16  Jim Meyering  <jim@meyering.net>
44734
44735         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
44736         * m4/utimes.m4: Removed.
44737         * m4/utimes-null.m4: Renamed from utimes.m4.
44738
44739         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
44740         to 1MB, so as not to render systems with no stack size limit (e.g.,
44741         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
44742         Include <unistd.h>.  On some systems,
44743         it is required for the definition of _SC_PAGESIZE.
44744
44745 2003-08-16  Jim Meyering  <jim@meyering.net>
44746         and Paul Eggert  <eggert@cs.ucla.edu>
44747
44748         Merges from coreutils, etc.
44749
44750         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
44751         using the latest version from cvs.  This avoids problems with #line
44752         directives using a vendor (Sun) compiler.
44753         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
44754         Don't set GETGROUPS_LIB here; now it's
44755         done via getgroups.m4's wrapper function.
44756         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
44757         rather than just in sh-util/configure.in, so that the
44758         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
44759         same.
44760         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
44761         AC_FUNC_GETLOADAVG where to find getloadavg.c.
44762         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
44763         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
44764         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
44765         Remove code that is now done by the newly-required macros.
44766         Append $(EXEEXT) to DF_PROG.
44767         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
44768         Do not invoke or require the following here,
44769         since prereq.m4 or some gnulib .m4 now does this for us:
44770         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
44771         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
44772         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
44773         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
44774         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
44775         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
44776         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
44777         AC_FUNC_OBSTACK.
44778         Do not replace the following functions, as this is now the job
44779         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
44780         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
44781         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
44782         atexit getpass, strdup, getpagesize.
44783         Replace 'raise'.
44784         Do not check for the following functions, as this is now the job
44785         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
44786         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
44787         setregid.
44788         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
44789         Check for sys/sysctl.h.
44790         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
44791         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
44792         of checking for ssize_t ourselves.
44793
44794         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
44795         Require every macro that gnulib/modules/* suggests for us.
44796         (jm_PREREQ_ADDEXT): New macro.
44797         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
44798         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
44799
44800         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
44801         (gl_PHYSMEM): Use it.
44802         Also check for `table' function.
44803         Check for new headers and functions.
44804         Add check for sys/sysmp.h.
44805         With suggestions from Kaveh Ghazi.
44806         Ignore headers that are present but cannot be compiled.  This
44807         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
44808         C 5.4.
44809
44810 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44811
44812         Document merge from coreutils.
44813         * modules/userspec: Depend on posixver.
44814         * modules/strftime: Depend on tzset.
44815
44816 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44817
44818         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
44819         rather than tab, after '#' in shell-script copyright notices.
44820         Suggested by Bruno Haible.
44821
44822 2003-08-15  Paul Eggert  <eggert@twinsun.com>
44823
44824         * config/srclist-update: Use three spaces, rather than tab, after '#'
44825         in shell-script copyright notices.  Suggested by Bruno Haible.
44826         Remove unnecessary parenthesization in regular expression.
44827
44828 2003-08-15  Jim Meyering  <jim@meyering.net>
44829
44830         Merge from coreutils.
44831         * lib/xgethostname.c: Include <stdlib.h>.
44832         (xghostname): Don't exit for anything other than memory-related
44833         failure; just return NULL.
44834         * lib/userspec.c: Include "posixver.h".
44835         (parse_user_spec): Accept `.' as a separator only
44836         in pre-POSIX-200112 mode.
44837         * lib/strtoimax.c: Use #elif rather than #else #if.
44838         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
44839         Remove function, now that we can rely on a working tzset function.
44840         [!_LIBC]: Ensure that the required autoconf test has been run.
44841         [!defined _NL_CURRENT && HAVE_STRFTIME]:
44842         Use underlying_strftime for %r.
44843         * lib/sha.c: Merge in some clean-up and optimization changes from
44844         glibc.
44845         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
44846         Ensure that it is a multiple of 64.
44847         Rearrange loop exit tests so as to avoid performing an
44848         additional fread after encountering an error or EOF.
44849         * lib/realloc.c: Update copyright date.
44850
44851 2003-08-15  Jim Meyering  <jim@meyering.net>
44852         and Paul Eggert  <eggert@twinsun.com>
44853
44854         Merge from coreutils.
44855         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
44856         member but strut utmpx does not.  Needed for AIX 4.3.3.
44857         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
44858
44859 2003-08-15  Jim Meyering  <jim@meyering.net>
44860         and Paul Eggert  <eggert@cs.ucla.edu>
44861
44862         Merges from coreutils, etc.
44863         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
44864         Require gl_FUNC_TZSET_CLOBBER.
44865         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
44866         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
44867         members.
44868
44869 2003-08-14  Paul Eggert  <eggert@twinsun.com>
44870
44871         Help the merge from coreutils.
44872         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
44873         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
44874         * m4/tzset.m4: Use it too.
44875
44876 2003-08-14  Paul Eggert  <eggert@twinsun.com>
44877
44878         * modules/tzset: New file.
44879
44880 2003-08-14  Jim Meyering  <jim@meyering.net>
44881
44882         Merges from coreutils.
44883         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
44884         variable names, rather than @FNMATCH_H@.
44885         * modules/alloca: Likewise for $(ALLOCA_H).
44886
44887         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
44888         the three copies of the literal target, `fnmatch.h'.
44889         * modules/alloca (alloca.h): Likewise.
44890
44891 2003-08-14  Jim Meyering  <jim@meyering.net>
44892
44893         Merge from coreutils.
44894         * m4/tzset.m4: New file.
44895         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
44896         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
44897         otherwise, AIX 5.1 systems would end up using the latter.
44898         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
44899         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
44900         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
44901         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
44902
44903 2003-08-14  Jim Meyering  <jim@meyering.net>
44904
44905         Merge from coreutils.
44906         * lib/obstack.h: Whitespace changes.
44907         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
44908         and xcalloc return values.
44909         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
44910         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
44911         hang on OSF/1 5.1 for DIR on both local and remote file systems.
44912         Reported by (and fix confirmed by) Nelson H. F. Beebe.
44913         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44914         error from mntctl.
44915         Use mntctl's return value to drive the entry-processing loop, since
44916         we can't rely on the value of the vmt_length member in the last
44917         entry.  On some systems doing so could result in exhausting
44918         virtual memory.  Based in part on a patch from Mike Jetzer.
44919
44920 2003-08-14  Jim Meyering  <jim@meyering.net>
44921         and Paul Eggert  <eggert@twinsun.com>
44922
44923         Merges from coreutils, plus other fixes.
44924         * lib/physmem.c: Merge in portability changes from gcc/libiberty
44925         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
44926         for credits and details.  Thanks to Kaveh Ghazi for helping
44927         to keep these files in sync.
44928         (ARRAY_SIZE): Define it.
44929         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
44930         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
44931         (memcasecmp): Don't assume size_t fits in unsigned int.
44932         Remove casts and duplicate code.
44933         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
44934         (memcpy): Remove definition.
44935         Merge in some clean-up and optimization changes from glibc.
44936         [BLOCKSIZE]: Move definition to top of file.
44937         Ensure that it is a multiple of 64.
44938         Rearrange loop exit tests so as to avoid performing an
44939         additional fread after encountering an error or EOF.
44940         * lib/md5.h (md5_uintptr): Define.
44941         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
44942         return to the initial working directory.  Preserve errno
44943         for caller.
44944         * lib/idcache.c: Include "xalloc.h".
44945         (xmalloc, xrealloc): Remove decls.
44946         (getuser): Remove casts no longer required in C89.
44947         * lib/human.c: Include stdio.h, for sprintf.
44948         * lib/group-member.c: Include "xalloc.h".
44949         (xmalloc, xrealloc): Remove decls.
44950         (get_group_info): Remove casts no longer required in C89.
44951         * lib/getusershell.c (readname): Remove casts no longer required in
44952         C89.
44953         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
44954         * lib/getline.c: Whitespace fix, from coreutils.
44955
44956 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44957
44958         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
44959         Check for isascii.
44960
44961         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
44962         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
44963         Undo previous (whitespace-only) change.
44964
44965 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44966
44967         * lib/exclude.c: Include <ctype.h>
44968         (IN_CTYPE_DOMAIN): New macro.
44969         (is_space): New fn.
44970         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
44971         and empty lines.
44972
44973         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
44974         Undo previous (whitespace-only) change.
44975
44976 2003-08-13  Paul Eggert  <eggert@twinsun.com>
44977
44978         * config/srclist-update: Change update back to the old behavior,
44979         leaving whitespace alone.  Use one 'sed' command rather than a
44980         pipeline.
44981         (fixlicense): Now a variable, not a function.
44982         (remove_trailing_blanks): Remove.
44983         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
44984         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
44985         Undo previous (whitespace-only) change.
44986
44987 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44988
44989         Merge from coreutils.
44990         * modules/euidaccess: Add lib_SOURCES, include for new
44991         file euidaccess.h
44992
44993 2003-08-12  Paul Eggert  <eggert@twinsun.com>
44994
44995         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
44996         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
44997         Normalize leading white space and remove trailing white space.
44998
44999         Merge from coreutils
45000         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
45001
45002         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
45003         0.12.1.  These files are now being upgraded automatically by
45004         ../config/srclist-update.
45005
45006 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45007
45008         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
45009         Normalize leading white space and remove trailing white space.
45010         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
45011         notice, as per ../config/srclist-update.
45012
45013         Merge from coreutils.
45014         * lib/euidaccess.h: New file.
45015         * lib/euidaccess.c: Include it.
45016         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
45017         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
45018         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
45019
45020 2003-08-12  Paul Eggert  <eggert@twinsun.com>
45021
45022         * config/srclist-update: Add copyright notice.
45023         (remove_id_lines, remove_trailing_blanks): New constants.
45024         (fixfile): Use them to normalize spacing a bit in copied files.
45025         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
45026         Normalize leading white space and remove trailing white space.
45027
45028         * config/texinfo.tex: Sync with texinfo.
45029
45030         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
45031         strtoul.c from libc, to merge coreutils whitespace changes.
45032
45033         * config/srclist.txt: Get the following m4 files from gettext:
45034         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
45035         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
45036         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
45037         wint_t.m4.
45038
45039 2003-08-12  Karl Berry  <karl@gnu.org>
45040
45041         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
45042         been made.
45043
45044 2003-08-11  Paul Eggert  <eggert@twinsun.com>
45045
45046         * modules/gnu-source, m4/gnu-source.m4:
45047         Remove; we're assuming Autoconf 2.54 or later now.
45048         Suggested by Bruno Haible.
45049         * MODULES.html.sh (func_all_modules): Remove gnu-source.
45050
45051 2003-08-11  Bruno Haible  <bruno@clisp.org>
45052
45053         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
45054
45055 2003-08-11  Bruno Haible  <bruno@clisp.org>
45056
45057         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
45058         (vasnprintf): Use it instead of wcslen.
45059
45060 2003-08-11  Bruno Haible  <bruno@clisp.org>
45061
45062         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
45063         value to ensure that _Bool promotes to int. Use #define for _Bool when
45064         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
45065
45066 2003-08-10  Karl Berry  <karl@gnu.org>
45067
45068         * lib/regex.h: update from libc (whitespace fix).
45069
45070 2003-08-09  Paul Eggert  <eggert@twinsun.com>
45071
45072         Merge some files from coreutils.  These changes were
45073         originally made by Jim Meyering.
45074         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
45075         many older Unixes require this.
45076         * lib/alloca.c (alloca): Remove cast to argument of free;
45077         no longer needed in C89.
45078         * lib/alloca_.h, regex.h: Fix white space to match
45079         what GNU indent does.
45080
45081 2003-08-09  Paul Eggert  <eggert@twinsun.com>
45082
45083         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
45084         apparently Emacs's Unicode mode got confused before my 2003-08-05
45085         checkin.
45086
45087 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45088
45089         * m4/extensions.m4: New file.
45090         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
45091         Require gl_USE_SYSTEM_EXTENSIONS.
45092         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
45093         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
45094
45095 2003-08-08  Paul Eggert  <eggert@twinsun.com>
45096
45097         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
45098         * modules/extensions, modules/gnu-source: New files.
45099         * modules/timespec, modules/unlocked-io: Depend on extensions.
45100
45101 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45102
45103         * modules/restrict: New file.
45104         * MODULES.html.sh (func_all_modules): Add restrict.
45105         * modules/regex: Depend on restrict.
45106
45107 2003-08-07  Paul Eggert  <eggert@twinsun.com>
45108
45109         * m4/restrict.m4: New file.
45110         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
45111
45112 2003-08-07  Bruno Haible  <bruno@clisp.org>
45113
45114         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
45115         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
45116
45117 2003-08-07  Bruno Haible  <bruno@clisp.org>
45118
45119         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
45120         makes the module 'getndelim2' compatible with the module 'getline'.
45121
45122 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45123
45124         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
45125         byte with "\201" to avoid glitches when editing that source file
45126         with multi-gnome-terminal.
45127
45128 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45129
45130         * lib/bumpalloc.h: Remove.
45131
45132 2003-08-05  Paul Eggert  <eggert@twinsun.com>
45133
45134         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
45135         * modules/bumpalloc: Remove.
45136
45137 2003-08-04  Paul Eggert  <eggert@twinsun.com>
45138
45139         * lib/getloadavg.c: Change copyright notice and spacing to conform to
45140         GNU coding style.
45141
45142         Merge from coreutils.
45143         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
45144         1. From glibc.
45145         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
45146         from Karl Berry, implemented by Jim Meyering.
45147         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
45148         from Dmitry V. Levin.
45149         Remove anachronistic cast of xrealloc.
45150         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
45151         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
45152         type. Otherwise, it wouldn't compile with at least /bin/cc on
45153         ymp-cray-unicos9.0.2.X.
45154         Combine two mostly-identical uses of alloca into one.
45155         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
45156
45157 2003-08-04  Dave Love  <d.love@dl.ac.uk>
45158
45159         [From Emacs.]
45160
45161         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
45162         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
45163         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
45164         obsolete NLIST_NAME_UNION.
45165         [__GNU__]: Undef BSD and FSCALE.
45166         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
45167
45168 2003-08-03  Paul Eggert  <eggert@twinsun.com>
45169
45170         * lib/stdbool_.h (_Bool): Make it signed char, instead of
45171         an enum type, so that it's guaranteed to promote to int.  See:
45172         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
45173
45174 2003-08-03  Karl Berry  <karl@gnu.org>
45175
45176         * config/depcomp: update from automake.
45177
45178 2003-07-31  Paul Eggert  <eggert@twinsun.com>
45179
45180         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
45181         (strerror): Don't assume that a printable int fits in 14 bytes.
45182
45183 2003-07-31  Bruno Haible  <bruno@clisp.org>
45184
45185         * modules/getpass-gnu: New file.
45186         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
45187
45188 2003-07-31  Bruno Haible  <bruno@clisp.org>
45189
45190         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
45191
45192 2003-07-24  Karl Berry  <karl@gnu.org>
45193
45194         * config/missing: update from automake.
45195
45196 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
45197             Bruno Haible  <bruno@clisp.org>
45198
45199         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
45200         * lib/getline.c (getline, getdelim): Likewise.
45201         Remove _GNU_SOURCE define; now it's defined in config.h through
45202         m4/getline.m4.
45203
45204 2003-07-23  Karl Berry  <karl@gnu.org>
45205
45206         * config/config.sub: update from prep.
45207
45208 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45209
45210         * modules/xalloc (Depends-on): Add exitfail.
45211         * modules/xmemcoll: Likewise.
45212
45213 2003-07-22  Paul Eggert  <eggert@twinsun.com>
45214
45215         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
45216         over-parenthesization in macros.
45217
45218         Sync with coreutils.
45219
45220         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
45221         required by C99.
45222
45223         Use `exit_failure' for xalloc and xmemcoll instead of their own
45224         private exit-failure variables.
45225         * lib/xalloc.h (xalloc_exit_failure): Remove.
45226         * lib/xmalloc.c: Likewise.  Include exitfail.h.
45227         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
45228         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
45229         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
45230         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
45231
45232 2003-07-20  Jim Meyering  <jim@meyering.net>
45233
45234         * modules/closeout (Depends-on): Add exitfail.
45235         Suggestion from Bruno Haible.
45236
45237 2003-07-19  Karl Berry  <karl@gnu.org>
45238
45239         * config/config.sub: update from prep.
45240
45241 2003-07-18  Paul Eggert  <eggert@twinsun.com>
45242
45243         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
45244         Remove.
45245         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
45246         to test that it can stand by itself.  Include "exitfail.h".
45247         Clients should set exit_failure instead.
45248         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
45249
45250 2003-07-18  Bruno Haible  <bruno@clisp.org>
45251
45252         * modules/getndelim2: New file.
45253         * modules/getline: Share files with module getndelim2.
45254         * modules/getnline: Depend on getndelim2 instead of sharing files with
45255         it. Add getnline.c to lib_SOURCES.
45256         * MODULES.html.sh (func_all_modules): Add getndelim2.
45257
45258 2003-07-18  Bruno Haible  <bruno@clisp.org>
45259
45260         * m4/getndelim2.m4: New file.
45261         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
45262         invoke gl_PREREQ_GETNDELIM2.
45263         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
45264         gl_PREREQ_GETNDELIM2.
45265         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
45266         gl_GETNDELIM2.
45267
45268 2003-07-18  Bruno Haible  <bruno@clisp.org>
45269
45270         * lib/getndelim2.h: New file.
45271         * lib/getndelim2.c: Make into a module of its own. Include config.h,
45272         getndelim2.h.
45273         (getndelim2): Make non-static. Change return type to ssize_t.
45274         * lib/getline.h: Change argument names.
45275         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
45276         * lib/getnline.c: Include getndelim2.h.
45277
45278 2003-07-18  Andreas Schwab  <schwab@suse.de>
45279
45280         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
45281
45282 2003-07-17  Karl Berry  <karl@gnu.org>
45283
45284         * config/config.sub: update from prep.
45285
45286 2003-07-17  Bruno Haible  <bruno@clisp.org>
45287
45288         * modules/getnline: New file.
45289         * modules/getline: Add lib/getndelim2.c to source file list.
45290         * MODULES.html.sh (func_all_modules): Add getnline.
45291
45292 2003-07-17  Bruno Haible  <bruno@clisp.org>
45293
45294         * m4/getnline.m4: New file.
45295
45296 2003-07-17  Bruno Haible  <bruno@clisp.org>
45297
45298         * m4/Makefile.am.in: Remove file.
45299         * m4/Makefile.am: Remove file.
45300         * m4/Makefile.in: Remove file.
45301
45302 2003-07-17  Bruno Haible  <bruno@clisp.org>
45303
45304         * lib/getnline.h: New file.
45305         * lib/getnline.c: New file.
45306         * lib/getndelim2.c: New file, extracted from getline.c.
45307         (getndelim2): Renamed from getdelim2, with added nmax argument.
45308         * lib/getline.c: Include getndelim2.c.
45309         (getdelim2): Moved out to getndelim2.c.
45310         (getline, getdelim): Update.
45311
45312 2003-07-17  Bruno Haible  <bruno@clisp.org>
45313
45314         * lib/Makefile.am: Remove file.
45315         * lib/Makefile.in: Remove file.
45316
45317 2003-07-17  Bruno Haible  <bruno@clisp.org>
45318
45319         * configure.in: Remove file.
45320         * Makefile.in: Remove file.
45321
45322 2003-07-17  Bruno Haible  <bruno@clisp.org>
45323
45324         * MODULES.html.sh: Put the </BODY> right before </HTML>.
45325
45326 2003-07-16  Karl Berry  <karl@gnu.org>
45327
45328         * config/srclist-update: was running fixlicense twice, which caused
45329                 texinfo.tex to be nullified for some reason.  Simplify,
45330                 $gplsrc is no longer needed as far as I can see?
45331
45332 2003-07-16  Jim Meyering  <jim@meyering.net>
45333
45334         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
45335
45336 2003-07-15  Paul Eggert  <eggert@twinsun.com>
45337
45338         * config/srclist.txt: Get the following files from gettext-runtime/intl
45339         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
45340         ref-del.sin.  From Bruno Haible.
45341         * config/srclist-update (fixfile): Change grep pattern again, since the
45342         previous fix didn't work (there was another trailing $).  Use
45343         '[$]' to escape the $s.
45344
45345 2003-07-15  Karl Berry  <karl@gnu.org>
45346
45347         * lib/vasnprintf.c: update from gettext.
45348
45349 2003-07-15  Karl Berry  <karl@gnu.org>
45350
45351         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
45352         gets expanded when surrounded by '$'.
45353
45354 2003-07-15  Jim Meyering  <jim@meyering.net>
45355
45356         * modules/save-cwd: Don't depend on error.  From Derek Price.
45357
45358 2003-07-15  Jim Meyering  <jim@meyering.net>
45359
45360         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
45361
45362 2003-07-14  Simon Josefsson  <jas@extundo.com>
45363
45364         * modules/mempcpy: New file.
45365         * MODULES.html.sh (func_all_modules): Add mempcpy.
45366
45367 2003-07-14  Simon Josefsson  <jas@extundo.com>
45368
45369         * m4/mempcpy.m4: New file.
45370
45371 2003-07-14  Simon Josefsson  <jas@extundo.com>
45372
45373         * lib/mempcpy.h: New file.
45374         * lib/mempcpy.c: New file.
45375
45376 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45377
45378         * modules/getdate, modules/posixtm: Depend on mktime.
45379
45380 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45381
45382         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
45383         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
45384         unicodeio.c, unicodeio.h, unlocked-io.h:
45385         Switch from LGPL to GPL.
45386
45387 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45388
45389         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
45390         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
45391         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
45392         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
45393         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
45394         updated automatically by ../config/srclist-update.  This changes
45395         their license from LPGL to GPL.
45396
45397 2003-07-14  Paul Eggert  <eggert@twinsun.com>
45398
45399         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
45400         assumed to refer to the root of the most recent stable gettext version.
45401         * config/srclistvars.sh: Add defaults for eggert.
45402         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
45403         Match "This program" as well as "The program".  This is needed
45404         for gettext.
45405
45406 2003-07-14  Jim Meyering  <jim@meyering.net>
45407
45408         Don't emit diagnostics.  Let callers do that.
45409         * lib/save-cwd.c: Don't include "error.h".
45410         (save_cwd): Don't call error.  Ensure that errno is valid
45411         when returning nonzero.
45412
45413         * lib/save-cwd.h (restore_cwd): Update prototype.
45414         * lib/save-cwd.c (restore_cwd): Remove two parameters.
45415         Simplify.  Don't call error upon failure.  Let callers do that.
45416         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
45417         when auditing is enabled.  But don't bother updating the #if.
45418
45419 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
45420
45421         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
45422         it breaks C++ compilation.
45423         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
45424
45425 2003-07-10  Simon Josefsson  <jas@extundo.com>
45426
45427         * modules/strchrnul (Makefile.am): Add strchrnul.h.
45428
45429 2003-07-10  Jim Meyering  <jim@meyering.net>
45430
45431         * m4/clock_time.m4: Remove trailing blank.
45432         * m4/intmax_t.m4: Likewise.
45433
45434 2003-07-10  Jim Meyering  <jim@meyering.net>
45435
45436         * lib/vasnprintf.c: Remove trailing blanks.
45437         Make cpp indentation consistent.
45438
45439 2003-07-09  Paul Eggert  <eggert@twinsun.com>
45440
45441         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
45442         posixver.c, strftime.c, strnlen.c, strverscmp.c:
45443         Switch from LGPL to GPL.
45444
45445 2003-07-09  Paul Eggert  <eggert@twinsun.com>
45446
45447         * config/srclist.txt: Sort sublists.  Add
45448         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
45449         that differ from gnulib for one reason or another; we'd like this list
45450         to be smaller but for now let's document what we have.
45451
45452 2003-07-08  Paul Eggert  <eggert@twinsun.com>
45453
45454         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
45455         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
45456         and sweeter "eval x=$x".
45457         * config/srclist.txt: Get lib/argp* from glibc.
45458
45459 2003-07-07  Paul Eggert  <eggert@twinsun.com>
45460
45461         * lib/mktime.c: Fix some boundary cases and remove need for floating
45462         point.
45463
45464         Issue a compile-time diagnostic if time_t is floating point, or if
45465         two's complement arithmetic is not in effect, or if arithmetic
45466         right shift does not propagate the sign.  These assumptions were
45467         all in the original code but they weren't checked.
45468
45469         (TIME_T_MIDPOINT, verify): New macros.
45470         (__isleap): Remove; it has integer overflow problems.
45471         (leapyear): New function, without those problems.
45472         (ydhms_tm_diff): Remove; splitting into two parts.
45473         (ydhms_diff): New function, containing the arithmetic part of
45474         the old ydhms_tm_diff function.  Issue a compile-time
45475         diagnostic if we are not using C99 integer division.
45476         Avoid casts when possible.
45477         (guess_time_tm): New function, containing the checking part of
45478         the old ydhms_tm_diff function.  Return the new value, rather than
45479         the difference between it and the old.  Accept a new argument T
45480         so that *T specifies the old value.  Check for overflow in the result.
45481
45482         (__mktime_internal): Use a time_t offset, not a long int offset.
45483         This undoes the 2003-06-04 change, which is no longer needed now
45484         that we have better overflow checking.
45485         (localtime_offset): Likewise.
45486
45487         (__mktime_internal): Avoid harmful overflow on hosts where time_t
45488         and long are 64-bit but int is only 32-bit.
45489         (ydhms_diff): Use long int to store year1 and yday1.
45490         Issue a compile-time diagnostic if long int is not wide enough.
45491
45492         (__mktime_internal): Use long int to store adjusted year and yday.
45493         Use plain C rather than preprocessor commands, if that doesn't
45494         affect efficiency.
45495         Check for overflow (and try to repair) after each probe
45496         rather than checking only at the very end.  This avoids some bugs
45497         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
45498         does not equal GMT offset at maximum time).
45499         Use integer to check for overflow rather than floating point; this
45500         is more portable to non-IEEE hosts, and is a tad faster.
45501         When we detect that we are oscillating between two values,
45502         don't check whether tm_isdst has the requested value, since
45503         we already know the answer.  When tm_isdst has the wrong value,
45504         use a different heuristic to find the right one, based on the
45505         extreme values actually observed in practice in tz2003a,
45506         rather than the (overly optimistic) "previous 3 calendar quarters".
45507
45508         (not_equal_tm, print_tm, check_result): Use "const T" rather than
45509         "T const" to accommodate glibc style.
45510         (check_result): Use less-confusing report format.  "long" -> "long int.
45511         (main): Likewise.
45512         Don't loop if the iteration overflows time_t.
45513         Allow a negative step in the iteration.
45514
45515 2003-07-06  Karl Berry  <karl@gnu.org>
45516
45517         * config/depcomp: update from automake.
45518         * config/config.sub: update from prep.
45519
45520 2003-07-03  Karl Berry  <karl@gnu.org>
45521
45522         * config/config.guess: update from prep.
45523
45524 2003-07-01  Paul Eggert  <eggert@twinsun.com>
45525
45526         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
45527         xreadlink.c now includes it unconditionally.
45528
45529 2003-07-01  Paul Eggert  <eggert@twinsun.com>
45530
45531         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
45532         having it depend on HAVE_SYS_TYPES_H.
45533
45534 2003-07-01  Bruno Haible  <bruno@clisp.org>
45535
45536         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
45537         <sys/types.h> should be sufficient.
45538         Reported by Paul Eggert.
45539
45540 2003-06-26  Karl Berry  <karl@gnu.org>
45541
45542         * config/depcomp: update from automake.
45543
45544 2003-06-26  Bruno Haible  <bruno@clisp.org>
45545
45546         * modules/human: Depend on module stdbool.
45547
45548 2003-06-25  Bruno Haible  <bruno@clisp.org>
45549
45550         * modules/readlink: New file.
45551         * modules/xreadlink: Depend on it.
45552         * MODULES.html.sh (func_all_modules): Add readlink.
45553
45554 2003-06-25  Bruno Haible  <bruno@clisp.org>
45555
45556         * m4/readlink.m4: New file.
45557
45558 2003-06-25  Bruno Haible  <bruno@clisp.org>
45559
45560         * lib/readlink.c: New file.
45561
45562 2003-06-22  Karl Berry  <karl@gnu.org>
45563
45564         * config/srclist.txt: update mkinstalldirs from automake.
45565         * config/mkinstalldirs: update.
45566
45567 2003-06-22  Bruno Haible  <bruno@clisp.org>
45568
45569         Portability to mingw32.
45570         * m4/ssize_t.m4: New file, from GNU gettext.
45571         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
45572         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
45573
45574 2003-06-22  Bruno Haible  <bruno@clisp.org>
45575
45576         * modules/safe-read: Add m4/ssize_t.m4.
45577         * modules/xreadlink: Add m4/ssize_t.m4.
45578
45579 2003-06-20  Bruno Haible  <bruno@clisp.org>
45580
45581         Assume C89, so PARAMS isn't needed.
45582         * lib/unicodeio.h (PARAMS): Remove.
45583         * lib/unicodeio.c: Don't use PARAMS.
45584
45585 2003-06-18  Karl Berry  <karl@gnu.org>
45586
45587         * config/config.{guess,sub}: update from prep.
45588
45589 2003-06-18  Jim Meyering  <jim@meyering.net>
45590
45591         Merge changes from coreutils.
45592         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
45593         Remove explicit declarations of xmalloc and realloc.
45594         Include xalloc.h.
45595         (read_utmp): Remove anachronistic cast of xmalloc.
45596
45597 2003-06-17  Paul Eggert  <eggert@twinsun.com>
45598
45599         Assume C89, so PARAMS isn't needed.
45600         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
45601         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
45602         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
45603         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
45604         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
45605         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
45606         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
45607         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
45608         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
45609         lib/xstrtod.h, lib/xstrtol.h: Likewise.
45610         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
45611         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
45612         no longer needed. Anyway, config.h should always be included before any
45613         other file.
45614
45615 2003-06-11  Simon Josefsson  <jas@extundo.com>
45616
45617         * modules/sysexits: New file.
45618         * MODULES.html.sh (func_all_modules): Add sysexits.
45619
45620 2003-06-11  Simon Josefsson  <jas@extundo.com>
45621
45622         * lib/sysexit_.h: New file.
45623
45624 2003-06-11  Derek Price  <derek@ximbiot.com>
45625
45626         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
45627         necessary.
45628
45629 2003-06-11  Bruno Haible  <bruno@clisp.org>
45630
45631         * m4/sysexits.m4: New file.
45632
45633 2003-06-10  Simon Josefsson  <jas@extundo.com>
45634
45635         * lib/argp.h: New file, from glibc.
45636         * lib/argp-ba.c: New file, from glibc.
45637         * lib/argp-eexst.c: New file, from glibc.
45638         * lib/argp-fmtstream.c: New file, from glibc.
45639         * lib/argp-fmtstream.h: New file, from glibc.
45640         * lib/argp-fs-xinl.c: New file, from glibc.
45641         * lib/argp-help.c: New file, from glibc.
45642         * lib/argp-namefrob.h: New file, from glibc.
45643         * lib/argp-parse.c: New file, from glibc.
45644         * lib/argp-pv.c: New file, from glibc.
45645         * lib/argp-pvh.c: New file, from glibc.
45646         * lib/argp-xinl.c: New file, from glibc.
45647
45648 2003-06-10  Simon Josefsson  <jas@extundo.com>
45649
45650         * modules/strchrnul: New file.
45651
45652 2003-06-10  Simon Josefsson  <jas@extundo.com>
45653
45654         * modules/argp: New file.
45655
45656 2003-06-10  Simon Josefsson  <jas@extundo.com>
45657
45658         * m4/strchrnul.m4: New file.
45659
45660 2003-06-10  Simon Josefsson  <jas@extundo.com>
45661
45662         * lib/strchrnul.h: New file.
45663         * lib/strchrnul.c: New file.
45664
45665 2003-06-10  Bruno Haible  <bruno@clisp.org>
45666
45667         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
45668
45669 2003-06-07  Karl Berry  <karl@gnu.org>
45670
45671         * config/config.{guess,sub}: update from prep.
45672
45673 2003-06-07  Jim Meyering  <jim@meyering.net>
45674
45675         * modules/strtod: Use $(...) notation, not @...@ for
45676         AC_REPLACE'd variables.
45677         * modules/localcharset: Likewise.
45678
45679 2003-06-07  Jim Meyering  <jim@meyering.net>
45680
45681         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
45682         in place of my name in the copyright comment.
45683         Remove definition and uses of __P.
45684
45685         From coreutils.
45686         * lib/stat.c: Don't declare xmalloc explicitly.
45687         Instead, include "xalloc.h".
45688         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
45689         xrealloc, and xcalloc return values.
45690         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
45691         Improve comment.
45692         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
45693
45694 2003-06-07  Bruno Haible  <bruno@clisp.org>
45695
45696         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
45697         avoid AC_CONFIG_LINKS.
45698         * modules/fnmatch (Makefile.am): Use explicit creation rule for
45699         fnmatch.h, to avoid AC_CONFIG_LINKS.
45700         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
45701
45702 2003-06-07  Bruno Haible  <bruno@clisp.org>
45703
45704         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
45705         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
45706         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
45707         directory.
45708         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
45709         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
45710         directory.
45711
45712 2003-06-06  Jim Meyering  <jim@meyering.net>
45713
45714         Merge from coreutils.
45715         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
45716         Consolidate declarations and initializations of *_base* locals.
45717
45718         Merge from coreutils.
45719         This avoids a core dump on systems without GNU putenv,
45720         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
45721         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
45722         (unsetenv): New static function, from GNU libc.
45723         (rpl_putenv): Use it.
45724
45725         * lib/modechange.c: Remove trailing blanks.
45726
45727         Merge from coreutils.
45728         * lib/fsusage.c: Remove declaration of statfs.
45729         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
45730
45731         * lib/posixtm.c: Include <stdbool.h> unconditionally.
45732
45733 2003-06-06  Jim Meyering  <jim@meyering.net>
45734
45735         * lib/stdbool_.h: Renamed from stdbool.h.in.
45736
45737 2003-06-06  Jim Meyering  <jim@meyering.net>
45738             Bruno Haible  <bruno@clisp.org>
45739
45740         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
45741         Adjust Makefile.am snippet not to redirect directly to target.
45742         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
45743
45744 2003-06-05  Paul Eggert  <eggert@twinsun.com>
45745
45746         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
45747         mismatch, look in future quarters as well as past.  This fixes a
45748         bug when processing fall-backwards gaps immediately after a long
45749         period of daylight-saving time.
45750
45751         * lib/mktime.c: Assume freestanding C89 or better.
45752         (HAVE_LIMITS_H): Remove.  Assume it's 1.
45753         (__P): Remove; not used.
45754         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
45755         (mktime, not_equal_tm, print_tm, check_result,
45756         main): Use prototypes.  Use const * where appropriate.
45757         (main): Fix typo in testing code that uncovered by above changes.
45758         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
45759
45760 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45761
45762         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
45763         locale.h, localeconv.  This merges changes from coreutils.
45764
45765         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
45766         It can be removed after the next Autoconf is released.
45767         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
45768         needed.
45769
45770 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45771
45772         * lib/mktime.c: Fix Debian bug 177940
45773         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
45774         (localtime_offset): Now long int, not time_t, because we want it
45775         to be guaranteed to be signed.  All uses changed.
45776         (__mktime_internal): If overflow would occur when adding offset,
45777         don't add it.
45778
45779         Merge 'human' changes from coreutils.  Rewrite to support
45780         locale-specific notations like thousands separators.
45781         * lib/human.c: Simplify authorship notice.
45782         Include human.h immediately after config.h.
45783         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
45784         <limits.h>: Do not include, since human.h does.
45785         (SIZE_MAX, UINTMAX_MAX): New macros.
45786         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
45787         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
45788         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
45789         (power_letter): Renamed from suffixes.
45790         (generate_suffix_backwards): Remove.
45791         (adjust_value): Now takes int style (because of human.h changes)
45792         and long double value (for greater precision on some platforms).
45793         (group_number): New function.
45794         (human_readable): Use it.  Use integer options, not enum.
45795         Put the options before the sizes in the arg list.
45796         Support all the new options.
45797         The old human_readable function has been removed;
45798         use inttostr.h instead.
45799         (human_readable, default_block_size, humblock):
45800         Use uintmax_t, not int, for block sizes.
45801         (human_readable_inexact, block_size_types): Remove.
45802         (block_size_opts): New constant.
45803         (human_options): Renamed from human_block_size, with new signature
45804         that allows block sizes up to UINTMAX_MAX.  All callers changed.
45805         * lib/human.h: Add copyright and authorship notice.
45806         Include <limits.h> and <stdbool.h> unconditionally.
45807         (PARAMS): Remove.  All uses removed.
45808         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
45809         (enum human_inexact_style): Remove tag; now a nameless enum.
45810         (human_floor, human_ceiling, human_round_to_even): Now have
45811         values 2, 0, 1 rather than -1, 1, 0.
45812         (human_group_digits, human_suppress_point_zero, human_autoscale,
45813         human_base_1024, human_SI, human_B): New constants.
45814         (human_readable_inexact, human_block_size): Remove.
45815         (human_readable): Size args are now uintmax_t, not int.
45816         (human_options): New decl.
45817
45818         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
45819         unnecessary now that we assume C89 or better.  This change
45820         imported from coreutils.
45821
45822         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
45823         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
45824         in the 2003-05-30 sync from glibc.
45825
45826         .h files should stand alone, but we shouldn't include <sys/types.h>
45827         if we can get away with just <stddef.h>.
45828
45829         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
45830         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
45831         rather than <sys/types.h>, as we merely need size_t.
45832         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
45833         to get size_t.
45834         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
45835         Include <stdio.h>, to get FILE.
45836         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
45837         memcasecmp.h has included <stddef.h> and all we need is size_t.
45838         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
45839         our interface, instead of including <sys/types.h>
45840
45841 2003-06-04  Paul Eggert  <eggert@twinsun.com>
45842
45843         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
45844         now, as glibc mktime is buggy on non-glibc systems.
45845
45846 2003-06-03  Karl Berry  <karl@gnu.org>
45847
45848         * config/config.sub: update from prep.
45849
45850 2003-06-02  Paul Eggert  <eggert@twinsun.com>
45851
45852         [from coreutils]
45853         Fix some minor time-related bugs with POSIX time arguments.
45854         Some valid time stamps were being rejected (notably -1, and
45855         time stamps before 1900 on 64-bit hosts).  And some invalid
45856         time stamps were being accepted, e.g. September 31.
45857
45858         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
45859         that we can return (time_t) -1 successfully.
45860         * lib/posixtm.c: Likewise.
45861         [HAVE_STDBOOL_H]: Include <stdbool.h>.
45862         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
45863         (t): Remove static var.
45864         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
45865         of static var.  All uses changed.
45866         (year): Do not reject years before 1900; they can occur with
45867         64-bit time_t.
45868         (posix_time_parse): Do not check for out-of-range components;
45869         that is now the caller's responsibility, since our checks were
45870         only approximations.
45871         (posixtime): Use mktime to check for out-of-range components,
45872         since it knows them exactly.
45873         If mktime returns (time_t) -1, check whether an error actually occurred
45874         by invoking localtime on -1.
45875         (main) [TEST_POSIXTIME]: Check for input data errors, and report
45876         posixtime failures better.
45877         Improve the test data (in comments only).
45878
45879 2003-06-02  Karl Berry  <karl@gnu.org>
45880
45881         * config/mkinstalldirs (version): new variable.
45882         (--version): new option.
45883         (usage): improve message.
45884
45885 2003-05-30  Karl Berry  <karl@gnu.org>
45886
45887         * lib/mktime.c: update from libc.
45888
45889 2003-05-30  Bruno Haible  <bruno@clisp.org>
45890
45891         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
45892         * config/config.rpath: Upgrade to gettext-0.12.1.
45893
45894 2003-05-30  Bruno Haible  <bruno@clisp.org>
45895
45896         * m4/gettext.m4: Upgrade to gettext-0.12.1.
45897         * m4/nls.m4: New file, from gettext-0.12.1.
45898         * m4/po.m4: New file, from gettext-0.12.1.
45899         * m4/progtest.m4: Upgrade to gettext-0.12.1.
45900
45901 2003-05-30  Bruno Haible  <bruno@clisp.org>
45902
45903         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
45904         * lib/localcharset.h: Likewise.
45905         * lib/localcharset.c: Likewise.
45906
45907 2003-05-29  Karl Berry  <karl@gnu.org>
45908
45909         * config/config.rpath: update from gettext.
45910
45911 2003-05-28  Paul Eggert  <eggert@twinsun.com>
45912
45913         Assume the headers required for C89 freestanding compilers.
45914         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
45915         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
45916         * m4/human.m4 (gl_HUMAN): Likewise.
45917         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
45918         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
45919         * m4/userspec.m4 (gl_USERSPEC): Likewise.
45920         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
45921         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45922         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
45923
45924 2003-05-28  Paul Eggert  <eggert@twinsun.com>
45925
45926         Assume the headers required for C89 freestanding compilers.
45927         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
45928         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
45929         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
45930         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
45931         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
45932         define, since <limits.h> is guaranteed to do that.
45933         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
45934         * lib/exclude.c: Include <stdbool.h> unconditionally.
45935         * lib/tempname.c: Include <stddef.h> unconditionally.
45936         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
45937         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
45938         <stddef.h> does that.
45939         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
45940         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
45941         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
45942         needed.
45943         * lib/xstrtol.c: Likewise.
45944         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
45945         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
45946
45947         * lib/addext.c (addext): Use assignment rather than cast, to avoid
45948         warnings on some platforms.
45949
45950         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
45951         arbitrarily.
45952
45953 2003-05-26  Jim Meyering  <jim@meyering.net>
45954
45955         Merge in a change from coreutils:
45956         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
45957         that is guaranteed to be `no'.  Use `no_such_member' to indicate
45958         that condition, rather than `-1' which is slightly misleading.
45959         Change the name of the cache variable to have the gl_ prefix.
45960         Prompted by a patch from Richard Dawe for DJGPP.
45961
45962 2003-05-24  Karl Berry  <karl@gnu.org>
45963
45964         * config/config.guess: update from prep.
45965
45966 2003-05-22  Karl Berry  <karl@gnu.org>
45967
45968         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
45969
45970 2003-05-20  Karl Berry  <karl@gnu.org>
45971
45972         * config/config.guess: update from prep.
45973
45974 2003-05-18  Karl Berry  <karl@gnu.org>
45975
45976         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
45977         might actually be set by the user.
45978
45979         * config/depcomp, install-sh, mdate-sh: update from automake.
45980
45981 2003-05-17  Bruno Haible  <bruno@clisp.org>
45982
45983         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
45984         invalid expansion for AC_EGREP_CPP.
45985         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
45986         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
45987         Suggested by Akim Demaille <akim@epita.fr> in
45988         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
45989
45990 2003-05-12  Jim Meyering  <jim@meyering.net>
45991
45992         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
45993         the space-padded-by-default conversion specifiers, %e, %k, %l.
45994
45995 2003-05-12  Bruno Haible  <bruno@clisp.org>
45996
45997         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
45998         the string is longer than 4 KB.
45999
46000 2003-05-11  Karl Berry  <karl@gnu.org>
46001
46002         * config/config.{guess,sub}: update from prep.
46003
46004 2003-05-09  Bruno Haible  <bruno@clisp.org>
46005
46006         * modules/error: Add m4/strerror_r.m4 to file list.
46007
46008 2003-05-03  Bruno Haible  <bruno@clisp.org>
46009
46010         Upgrade to Unicode-4.0.
46011         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
46012         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
46013         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
46014         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
46015         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
46016         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
46017         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
46018         Change width of U+E0100..U+E01EF from 1 to 0.
46019
46020 2003-04-25  Jim Meyering  <jim@meyering.net>
46021
46022         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
46023         of type size_t, not int.
46024
46025 2003-04-25  Bruno Haible  <bruno@clisp.org>
46026
46027         * lib/copy-file.c: Include <stddef.h>, for size_t.
46028
46029 2003-04-21  Paul Eggert  <eggert@twinsun.com>
46030
46031         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
46032         code which expansion is under static control.  Patch imported from
46033         Akim Demaille's patch to Bison; see
46034         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
46035
46036 2003-04-14  Bruno Haible  <bruno@clisp.org>
46037
46038         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
46039
46040 2003-04-11  Jim Meyering  <jim@meyering.net>
46041
46042         Merge changes from Coreutils.
46043
46044         2003-03-22  Jim Meyering  <jim@meyering.net>
46045
46046         * lib/strftime.c (widen): Cast alloca return value to proper type.
46047
46048         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
46049
46050         From GNU libc.
46051         * lib/strftime.c (my_strftime): Handle very large width
46052         specifications for numeric values correctly.  Improve checks for
46053         overflow.
46054
46055         2003-01-19  Jim Meyering  <jim@meyering.net>
46056
46057         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
46058         definitions.
46059         (nl_get_alt_digit) [! defined my_strftime]: Define.
46060         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
46061         _nl_get_alt_digit and _nl_get_walt_digit.
46062
46063         * lib/strftime.c (my_strftime): Merge in locale-related changes from
46064         libc. These changes have no effect outside of _LIBC.
46065
46066 2003-04-10  Bruno Haible  <bruno@clisp.org>
46067
46068         * modules/findprog: New file.
46069         * MODULES.html.sh (func_all_modules): Add it.
46070
46071 2003-04-10  Bruno Haible  <bruno@clisp.org>
46072
46073         * m4/findprog.m4: New file.
46074         * m4/eaccess.m4: New file.
46075
46076 2003-04-10  Bruno Haible  <bruno@clisp.org>
46077
46078         * lib/findprog.h: New file, from GNU gettext.
46079         * lib/findprog.c: New file, from GNU gettext.
46080
46081 2003-04-05  Jim Meyering  <jim@meyering.net>
46082
46083         Merge changes from Coreutils.
46084
46085         * lib/exclude.h (PARAMS): Remove definition and uses.
46086         * lib/exclude.c: Remove uses of `PARAMS'.
46087
46088         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
46089         Add test-cases for DOS filenames. Declare program_name.
46090         (main): Set up program_name.  Patch by Rich Dawe.
46091
46092         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
46093         error from mntctl.
46094         Use mntctl's return value to drive the entry-processing loop, since
46095         we can't rely on the value of the vmt_length member in the last
46096         entry.  On some systems doing so could result in exhausting
46097         virtual memory.  Based in part on a patch from Mike Jetzer.
46098
46099 2003-04-04  Bruno Haible  <bruno@clisp.org>
46100
46101         * modules/linebreak: New file.
46102         * MODULES.html.sh (func_all_modules): Add it.
46103
46104 2003-04-04  Bruno Haible  <bruno@clisp.org>
46105
46106         * m4/linebreak.m4: New file.
46107
46108 2003-04-04  Bruno Haible  <bruno@clisp.org>
46109
46110         * lib/linebreak.h: New file, from GNU gettext.
46111         * lib/linebreak.c: New file, from GNU gettext with slight
46112         modifications.
46113         * lib/lbrkprop.h: New file, from GNU gettext.
46114
46115 2003-04-03  Bruno Haible  <bruno@clisp.org>
46116
46117         * modules/utf8-ucs4: New file.
46118         * modules/utf16-ucs4: New file.
46119         * modules/ucs4-utf8: New file.
46120         * modules/ucs4-utf16: New file.
46121         * MODULES.html.sh (func_all_modules): Add them.
46122
46123 2003-04-03  Bruno Haible  <bruno@clisp.org>
46124
46125         * m4/utf-ucs4.m4: New file.
46126         * m4/ucs4-utf.m4: New file.
46127
46128 2003-04-03  Bruno Haible  <bruno@clisp.org>
46129
46130         * lib/utf8-ucs4.h: New file, from GNU gettext.
46131         * lib/utf16-ucs4.h: New file, from GNU gettext.
46132         * lib/ucs4-utf8.h: New file, from GNU gettext.
46133         * lib/ucs4-utf16.h: New file, from GNU gettext.
46134
46135 2003-04-02  Bruno Haible  <bruno@clisp.org>
46136
46137         * modules/binary-io: New file.
46138         * MODULES.html.sh (func_all_modules): Add it.
46139
46140 2003-04-02  Bruno Haible  <bruno@clisp.org>
46141
46142         * lib/binary-io.h: New file, from GNU gettext.
46143
46144 2003-04-01  Bruno Haible  <bruno@clisp.org>
46145
46146         * modules/pathname: New file.
46147         * MODULES.html.sh (func_all_modules): Add it.
46148
46149 2003-04-01  Bruno Haible  <bruno@clisp.org>
46150
46151         * lib/pathname.h: New file, from GNU gettext.
46152         * lib/concatpath.c: New file, from GNU gettext.
46153
46154 2003-03-30  Bruno Haible  <bruno@clisp.org>
46155
46156         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
46157
46158 2003-03-30  Bruno Haible  <bruno@clisp.org>
46159
46160         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
46161         function chown() doesn't exist.
46162
46163 2003-03-28  Bruno Haible  <bruno@clisp.org>
46164
46165         * modules/copy-file: New file.
46166         * MODULES.html.sh (func_all_modules): Add it.
46167
46168 2003-03-28  Bruno Haible  <bruno@clisp.org>
46169
46170         * m4/copy-file.m4: New file.
46171
46172 2003-03-28  Bruno Haible  <bruno@clisp.org>
46173
46174         * lib/copy-file.h: New file, from GNU gettext.
46175         * lib/copy-file.c: New file, from GNU gettext.
46176
46177 2003-03-18  Jim Meyering  <jim@meyering.net>
46178
46179         * lib/quote.c (quote_n): Fix typo in comment.
46180
46181 2003-03-18  Bruno Haible  <bruno@clisp.org>
46182
46183         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
46184         checking.
46185         * m4/onceonly_2_57.m4: Likewise.
46186
46187 2003-03-17  Bruno Haible  <bruno@clisp.org>
46188
46189         * m4/onceonly.m4: Require autoconf 2.54 or newer.
46190         (m4_quote): Remove macro.
46191         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
46192
46193 2003-03-14  Jim Meyering  <jim@meyering.net>
46194
46195         Merge changes from Coreutils.
46196         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
46197         to be const, in order to avoid warnings.
46198         (obstack_room): Likewise.
46199         (obstack_empty_p): Likewise.
46200
46201 2003-03-14  Bruno Haible  <bruno@clisp.org>
46202
46203         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
46204         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
46205
46206 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46207
46208         Merge changes from Bison.
46209         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
46210         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
46211         when compiling Bison 1.875's `bitset bset = obstack_alloc
46212         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
46213         * lib/hash.c: Include <stdbool.h> unconditionally.
46214
46215 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46216
46217         * m4/onceonly.m4 (m4_quote): New macro.
46218         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
46219         Quote AC_FOREACH variable-expansions properly.
46220
46221 2003-03-13  Paul Eggert  <eggert@twinsun.com>
46222
46223         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
46224
46225 2003-03-09  Paul Eggert  <eggert@twinsun.com>
46226
46227         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
46228         Reported by Bruce Becker; see:
46229         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
46230
46231 2003-03-03  Paul Eggert  <eggert@twinsun.com>
46232             Bruno Haible  <bruno@clisp.org>
46233
46234         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
46235         Reported by John Hughes, see
46236         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
46237
46238 2003-02-20  Bruno Haible  <bruno@clisp.org>
46239
46240         * MODULES.html.sh (func_all_modules): Add poll.
46241
46242 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46243
46244         * modules/poll: New file.
46245
46246 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46247
46248         * lib/poll_.h: New file.
46249         * lib/poll.c: New file.
46250
46251 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
46252
46253         * m4/poll.m4: New file.
46254
46255 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46256
46257         * modules/mathl: New file.
46258
46259 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46260
46261         * lib/mathl.h: New file.
46262         * lib/acosl.c: New file.
46263         * lib/asinl.c: New file.
46264         * lib/atanl.c: New file.
46265         * lib/ceill.c: New file.
46266         * lib/cosl.c: New file.
46267         * lib/expl.c: New file.
46268         * lib/floorl.c: New file.
46269         * lib/frexpl.c: New file.
46270         * lib/ldexpl.c: New file.
46271         * lib/logl.c: New file.
46272         * lib/sincosl.c: New file.
46273         * lib/sinl.c: New file.
46274         * lib/sqrtl.c: New file.
46275         * lib/tanl.c: New file.
46276         * lib/trigl.c: New file.
46277         * lib/trigl.h: New file.
46278
46279 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
46280
46281         * m4/mathl.m4: New file.
46282
46283 2003-02-18  Bruno Haible  <bruno@clisp.org>
46284
46285         * MODULES.html.sh (func_all_modules): Add mathl.
46286
46287 2003-02-17  Bruno Haible  <bruno@clisp.org>
46288
46289         * modules/mkdtemp: New module.
46290         * MODULES.html.sh (func_all_modules): Add it.
46291
46292 2003-02-17  Bruno Haible  <bruno@clisp.org>
46293
46294         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
46295
46296 2003-02-17  Bruno Haible  <bruno@clisp.org>
46297
46298         * lib/mkdtemp.h: New file, from GNU gettext.
46299         * lib/mkdtemp.c: New file, from GNU gettext.
46300
46301 2003-02-02  Jim Meyering  <jim@meyering.net>
46302
46303         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
46304         e.g. glibc-2.2.93.
46305
46306 2003-01-31  Bruno Haible  <bruno@clisp.org>
46307
46308         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
46309         'rpl_rename'.
46310         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
46311         'rpl_strnlen'.
46312         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
46313         'rpl_strtod'.
46314         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
46315         'rpl_utime'.
46316
46317 2003-01-31  Bruno Haible  <bruno@clisp.org>
46318
46319         * lib/rename.c: #undef rename before defining rpl_rename.
46320         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
46321
46322 2003-01-30  Bruno Haible  <bruno@clisp.org>
46323
46324         * modules/vasnprintf, modules/vasprintf: New modules.
46325         * MODULES.html.sh (func_all_modules): Add them.
46326
46327 2003-01-30  Bruno Haible  <bruno@clisp.org>
46328
46329         * m4/signed.m4: New file, from GNU gettext.
46330         * m4/longdouble.m4: New file, from GNU gettext.
46331         * m4/wchar_t.m4: New file, from GNU gettext.
46332         * m4/wint_t.m4: New file, from GNU gettext.
46333         * m4/vasnprintf.m4: New file.
46334         * m4/vasprintf.m4: New file.
46335
46336 2003-01-30  Bruno Haible  <bruno@clisp.org>
46337
46338         * lib/printf-args.h: New file, from GNU gettext.
46339         * lib/printf-args.c: New file, from GNU gettext.
46340         * lib/printf-parse.h: New file, from GNU gettext.
46341         * lib/printf-parse.c: New file, from GNU gettext.
46342         * lib/vasnprintf.h: New file, from GNU gettext.
46343         * lib/vasnprintf.c: New file, from GNU gettext.
46344         * lib/asnprintf.c: New file, from GNU gettext.
46345         * lib/vasprintf.h: New file, from GNU gettext with modifications.
46346         * lib/vasprintf.c: New file, from GNU gettext.
46347         * lib/asprintf.c: New file, from GNU gettext.
46348
46349 2003-01-29  Bruno Haible  <bruno@clisp.org>
46350
46351         * modules/stpncpy: New module.
46352         * MODULES.html.sh (func_all_modules): Add it.
46353
46354 2003-01-29  Bruno Haible  <bruno@clisp.org>
46355
46356         * m4/stpncpy.m4: New file.
46357
46358 2003-01-29  Bruno Haible  <bruno@clisp.org>
46359
46360         * lib/stpncpy.h: New file, from GNU gettext with modifications.
46361         * lib/stpncpy.c: New file, from GNU gettext with modifications.
46362
46363 2003-01-28  Bruno Haible  <bruno@clisp.org>
46364
46365         * modules/c-ctype: New module.
46366         * MODULES.html.sh (func_all_modules): Add it.
46367
46368 2003-01-28  Bruno Haible  <bruno@clisp.org>
46369
46370         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
46371         Paul Eggert.
46372         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
46373         Paul Eggert.
46374
46375 2003-01-27  Bruno Haible  <bruno@clisp.org>
46376
46377         * modules/xsetenv: New module.
46378         * MODULES.html.sh (func_all_modules): Add it.
46379
46380 2003-01-27  Bruno Haible  <bruno@clisp.org>
46381
46382         * lib/xsetenv.h: New file, from GNU gettext.
46383         * lib/xsetenv.c: New file, from GNU gettext.
46384
46385 2003-01-23  Jim Meyering  <jim@meyering.net>
46386
46387         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
46388         from working on systems without dirfd (at least Irix and OSF1/Tru64).
46389
46390 2003-01-23  Bruno Haible  <bruno@clisp.org>
46391
46392         * modules/minmax: New module.
46393         * MODULES.html.sh (func_all_modules): Add it.
46394
46395 2003-01-23  Bruno Haible  <bruno@clisp.org>
46396
46397         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
46398         Eggert.
46399
46400 2003-01-22  Bruno Haible  <bruno@clisp.org>
46401
46402         * modules/exit: New module.
46403         * MODULES.html.sh (func_all_modules): Add it.
46404
46405 2003-01-22  Bruno Haible  <bruno@clisp.org>
46406
46407         * lib/exit.h: New file, from GNU gettext.
46408
46409 2003-01-19  Bruno Haible  <bruno@clisp.org>
46410
46411         * gnulib-tool: Recognize option --extract-maintainer.
46412         (func_get_maintainer): New function.
46413         * modules/*: Add Maintainer entry.
46414
46415 2003-01-16  Jim Meyering  <jim@meyering.net>
46416
46417         * m4/regex.m4: The `regex' struct is both input and output.
46418         Initialize it before each use.  Patch by Tim Waugh.
46419
46420 2003-01-16  Bruno Haible  <bruno@clisp.org>
46421
46422         * MODULES.html.sh: Add a table of contents. Add the module name as
46423         leftmost column. Add hyperlinks.
46424
46425 2003-01-15  Bruno Haible  <bruno@clisp.org>
46426
46427         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
46428
46429 2003-01-15  Bruno Haible  <bruno@clisp.org>
46430
46431         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
46432         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
46433         suffix.
46434
46435 2003-01-15  Bruno Haible  <bruno@clisp.org>
46436
46437         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
46438
46439 2003-01-15  Bruno Haible  <bruno@clisp.org>
46440
46441         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
46442         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
46443
46444 2003-01-14  Jim Meyering  <jim@meyering.net>
46445
46446         * lib/same.c (same_name): Tweak a comment.
46447
46448 2003-01-14  Bruno Haible  <bruno@clisp.org>
46449
46450         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
46451         when a string comparison is sufficient.
46452
46453 2003-01-14  Bruno Haible  <bruno@clisp.org>
46454
46455         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
46456         'unsigned int'.
46457
46458 2003-01-14  Bruno Haible  <bruno@clisp.org>
46459
46460         * lib/hash-pjw.c: Add comment about low quality of this function.
46461
46462 2003-01-13  Bruno Haible  <bruno@clisp.org>
46463
46464         * modules/stpcpy: Distribute lib/stpcpy.h.
46465         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
46466
46467 2003-01-13  Bruno Haible  <bruno@clisp.org>
46468
46469         * modules/*: Add a description.
46470         * modules/strpbrk: Fix Makefile.am snippet.
46471         * modules/strtoimax: Fix dependencies.
46472         * modules/strtoumax: Likewise.
46473
46474 2003-01-13  Bruno Haible  <bruno@clisp.org>
46475
46476         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
46477         * modules/alloca (Makefile.am): All object files depend on alloca.h.
46478         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
46479
46480 2003-01-13  Bruno Haible  <bruno@clisp.org>
46481
46482         * gnulib-tool (func_create_testdir): Store config/* files in the main
46483         directory.
46484         * config.rpath: Move to ...
46485         * config/config.rpath: ... here.
46486         * modules/gettext: Contains config/config.rpath, not config.rpath.
46487         * modules/iconv: Likewise.
46488
46489 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46490
46491         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46492         to avoid collisions with libcurses and libreadline.
46493
46494         * m4/getstr.m4: Remove.
46495         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
46496
46497 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46498
46499         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46500         to avoid collisions with libcurses and libreadline.
46501
46502         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
46503         * lib/getstr.h, getstr.c: Remove.
46504         * lib/getline.c: Include "getline.h", to check interface.
46505         Move body of old getstr.c here: this defines MIN_CHUNK and
46506         declares getdelim2, which is renamed from getstr.
46507         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
46508
46509         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
46510         All uses changed.
46511         * lib/linebuffer.h: Likewise.
46512         (readline): Remove backward-compatibility macro.
46513
46514 2003-01-12  Paul Eggert  <eggert@twinsun.com>
46515
46516         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
46517         to avoid collisions with libcurses and libreadline.
46518         * getstr: Remove.
46519         * MODULES.html.sh: Remove getstr.
46520         * modules/getline: Depend on unlocked-io, not getstr.
46521
46522 2003-01-12  Jim Meyering  <jim@meyering.net>
46523
46524         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
46525
46526 2003-01-10  Bruno Haible  <bruno@clisp.org>
46527
46528         * modules/alloca: Change Makefile.am requirements. Simplify Include
46529         requirements. Add lib/alloca_.h to file list.
46530
46531 2003-01-10  Bruno Haible  <bruno@clisp.org>
46532
46533         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
46534
46535 2003-01-10  Bruno Haible  <bruno@clisp.org>
46536
46537         * lib/alloca_.h: New file.
46538         * lib/getdate.y: Unconditionally include alloca.h.
46539         * lib/makepath.c: Likewise.
46540         * lib/setenv.c: Likewise.
46541         * lib/userspec.c: Likewise.
46542
46543 2003-01-09  Karl Berry  <karl@gnu.org>
46544
46545         * MODULES.html.sh: include `dirname $0` in PATH, to find
46546         gnulib-tool.
46547
46548 2003-01-09  Bruno Haible  <bruno@clisp.org>
46549
46550         * modules/stdbool: Change configure.ac, Makefile.am requirements.
46551         Simplify Include requirements. Add lib/stdbool.h.in to file list.
46552
46553 2003-01-09  Bruno Haible  <bruno@clisp.org>
46554
46555         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
46556
46557 2003-01-09  Bruno Haible  <bruno@clisp.org>
46558
46559         * lib/stdbool.h.in: New file.
46560
46561 2003-01-09  Bruno Haible  <bruno@clisp.org>
46562
46563         * gnulib-tool (func_all_modules): Ignore files ending in ~.
46564         * MODULES.html.sh: Likewise.
46565
46566 2003-01-08  Jim Meyering  <jim@meyering.net>
46567
46568         * lib/full-write.c: Undefine and define-away `const' after inclusion
46569         of errno.h, not before.  Suggestion from Bruno Haible.
46570
46571 2003-01-08  Bruno Haible  <bruno@clisp.org>
46572
46573         * modules/full-read: Depend on full-write.
46574
46575 2003-01-08  Bruno Haible  <bruno@clisp.org>
46576
46577         * lib/safe-read.c: Include specification header first, to ensure its
46578         selfcontainedness.
46579         * lib/full-write.c: Likewise.
46580
46581 2003-01-07  Jim Meyering  <jim@meyering.net>
46582
46583         * lib/full-write.c: Rework so that it may serve to define full_read,
46584         too.
46585         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
46586
46587 2003-01-07  Bruno Haible  <bruno@clisp.org>
46588
46589         * lib/strtoimax.c: Include <stdint.h> as an alternative to
46590         <inttypes.h>.
46591         * lib/xstrtol.h: Likewise.
46592         * lib/xstrtoimax.c: Likewise.
46593         * lib/xstrtoumax.c: Likewise.
46594         * lib/human.h: Likewise.
46595
46596         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
46597         on systems that have <inttypes.h> but not <stdint.h>.
46598
46599 2003-01-07  Bruno Haible  <bruno@clisp.org>
46600
46601         * MODULES.html.sh: Add copyright notice.
46602         (missed_files): Omit CVS directory entries.
46603         (func_module): Make it work with sed-3.02.
46604         * MODULES.txt: Remove file.
46605
46606 2003-01-06  Jim Meyering  <jim@meyering.net>
46607
46608         * lib/version-etc.c: Update year in translatable copyright string.
46609
46610 2003-01-03  Karl Berry  <karl@gnu.org>
46611
46612         * config/config.{guess,sub}: update from prep.
46613
46614 2003-01-02  Karl Berry  <karl@gnu.org>
46615
46616         * doc/COPYING.DOC: belatedly updated to 1.2.
46617
46618 2003-01-01  Karl Berry  <karl@gnu.org>
46619
46620         * gnulib-tool (func_verify_module): report module name $module in
46621         error message, not $1.
46622         * gnulib-tool (create-testdir): don't complain if destdir couldn't
46623         be created, only if it doesn't exist.
46624         * gnulib-tool (last_checkin_date): don't expand the $Date here.
46625
46626 2002-12-31  Paul Eggert  <eggert@twinsun.com>
46627
46628         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
46629
46630 2002-12-31  Paul Eggert  <eggert@twinsun.com>
46631
46632         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
46633         memcmp if strcoll doesn't work.
46634
46635 2002-12-31  Bruno Haible  <bruno@clisp.org>
46636
46637         * lib/utime.c (utime_null): No need to call ftruncate if the file was
46638         nonempty.
46639
46640 2002-12-31  Bruno Haible  <bruno@clisp.org>
46641
46642         * lib/memcoll.c (STRCOLL): New macro.
46643         (memcoll): Use it.
46644
46645 2002-12-31  Bruno Haible  <bruno@clisp.org>
46646
46647         * lib/localcharset.h: New file.
46648         * lib/localcharset.c: Include it.
46649         * lib/unicodeio.c: Likewise.
46650
46651 2002-12-31  Bruno Haible  <bruno@clisp.org>
46652
46653         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
46654         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
46655
46656 2002-12-31  Bruno Haible  <bruno@clisp.org>
46657
46658         * lib/getline.h: Include <stddef.h>, for size_t.
46659
46660         * lib/unicodeio.h: Include <stddef.h>, for size_t.
46661         * lib/unicodeio.c: Don't include <stddef.h>.
46662
46663 2002-12-31  Bruno Haible  <bruno@clisp.org>
46664
46665         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
46666         HAVE_TM_ZONE.
46667
46668 2002-12-24  Karl Berry  <karl@gnu.org>
46669
46670         * config/config.guess: update from prep.
46671
46672 2002-12-24  Bruno Haible  <bruno@clisp.org>
46673
46674         General infrasructure.
46675         * m4/README: Rewritten.
46676         * m4/onceonly.m4: New file.
46677         * m4/onceonly_2_57.m4: New file.
46678
46679         Module atexit.
46680         * m4/atexit.m4: New file.
46681
46682         Module strtod.
46683         * m4/strtod.m4: New file.
46684
46685         Module strtol.
46686         * m4/strtol.m4: New file.
46687
46688         Module strtoul.
46689         * m4/strtoul.m4: New file.
46690
46691         Module memchr.
46692         * m4/memchr.m4: New file.
46693
46694         Module memcmp.
46695         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
46696         (jm_FUNC_MEMCMP): Invoke it.
46697
46698         Module memcpy.
46699         * m4/memcpy.m4: New file.
46700
46701         Module memmove.
46702         * m4/memmove.m4: New file.
46703
46704         Module memset.
46705         * m4/memset.m4: New file.
46706
46707         Module strcspn.
46708         * m4/strcspn.m4: New file.
46709
46710         Module strpbrk.
46711         * m4/strpbrk.m4: New file.
46712
46713         Module strstr.
46714         * m4/strstr.m4: New file.
46715
46716         Module strerror.
46717         * m4/strerror.m4: New file.
46718
46719         Module mktime.
46720         * m4/mktime.m4: Renamed from jm-mktime.m4.
46721         (gl_PREREQ_MKTIME): New macro.
46722         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
46723
46724         Module malloc.
46725         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
46726         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
46727         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
46728
46729         Module realloc.
46730         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
46731         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
46732         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
46733
46734         Module strftime.
46735         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
46736         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
46737         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
46738         gl_TM_GMTOFF.
46739         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
46740
46741         Module xalloc.
46742         * m4/xalloc.m4: New file.
46743
46744         Module alloca.
46745         * m4/alloca.m4: New file.
46746
46747         Module putenv.
46748         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
46749         (jm_FUNC_PUTENV): Invoke it.
46750
46751         Module setenv.
46752         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
46753         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
46754         when invoked twice.
46755         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
46756         gt_FUNC_SETENV.
46757
46758         Module memrchr.
46759         * m4/memrchr.m4: New file.
46760
46761         Module stpcpy.
46762         * m4/stpcpy.m4: New file.
46763
46764         Module strcase.
46765         * m4/strcase.m4: New file.
46766
46767         Module strdup.
46768         * m4/strdup.m4: New file.
46769
46770         Module strnlen.
46771         * m4/strnlen.m4: New file.
46772
46773         Module strndup.
46774         * m4/strndup.m4: New file.
46775
46776         Module xstrtod.
46777         * m4/xstrtod.m4: New file.
46778
46779         Module xstrtol.
46780         * m4/xstrtol.m4: New file.
46781
46782         Module getdate.
46783         * m4/getdate.m4: New file.
46784
46785         Module unlocked-io.
46786         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
46787         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
46788         * m4/jm-glibc-io.m4n: Remove file.
46789
46790         Module long-options.
46791         * m4/long-options.m4: New file.
46792
46793         Module md5.
46794         * m4/md5.m4: New file.
46795
46796         Module sha.
46797         * m4/sha.m4: New file.
46798
46799         Module getstr.
46800         * m4/getstr.m4: New file.
46801
46802         Module getline.
46803         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
46804         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
46805         <sys/types.h>, for size_t. Use the function name gnu_getline, not
46806         simply getline. Infoke gl_PREREQ_GETLINE.
46807
46808         Module obstack.
46809         * m4/obstack.m4: New file.
46810
46811         Module hash.
46812         * m4/hash.m4: New file.
46813
46814         Module readtokens.
46815         * m4/readtokens.m4: New file.
46816
46817         Module strverscmp.
46818         * m4/strverscmp.m4: New file.
46819
46820         Module stdbool.
46821         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
46822         OSF/1.
46823
46824         Module strtoll.
46825         * m4/strtoll.m4: New file.
46826
46827         Module strtoull.
46828         * m4/strtoull.m4: New file.
46829
46830         Module strtoimax.
46831         * m4/strtoimax.m4: New file.
46832
46833         Module strtoumax.
46834         * m4/strtoumax.m4: New file.
46835
46836         Module xstrtoimax.
46837         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
46838         jm_AC_PREREQ_XSTRTOIMAX.
46839         Moved the strtol prerequisites to strtol.m4.
46840         Moved the strtoll prerequisites to strtoll.m4.
46841         Moved the strtoimax prerequisites to strtoimax.m4.
46842
46843         Module xstrtoumax.
46844         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
46845         jm_AC_PREREQ_XSTRTOUMAX.
46846         Moved the strtoul prerequisites to strtoul.m4.
46847         Moved the strtoull prerequisites to strtoull.m4.
46848         Moved the strtoumax prerequisites to strtoumax.m4.
46849
46850         Module chown.
46851         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
46852         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
46853
46854         Module dup2.
46855         * m4/dup2.m4: New file.
46856
46857         Module ftruncate.
46858         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
46859         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
46860
46861         Module getgroups.
46862         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
46863         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
46864
46865         Module gettimeofday.
46866         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
46867         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
46868         gl_PREREQ_GETTIMEOFDAY.
46869
46870         Module mkdir.
46871         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
46872         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
46873
46874         Module mkstemp.
46875         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
46876         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
46877         jm_AC_TYPE_UINTMAX_T.
46878         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
46879
46880         Module stat.
46881         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
46882         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
46883
46884         Module lstat.
46885         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
46886         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
46887
46888         Module timespec.
46889         * m4/timespec.m4 (gl_TIMESPEC): New macro.
46890         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
46891         * m4/st_mtim.m4: Indentation.
46892
46893         Module nanosleep.
46894         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
46895         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
46896         gl_PREREQ_NANOSLEEP.
46897
46898         Module regex.
46899         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
46900         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
46901         (gl_REGEX): New macro.
46902
46903         Module rename.
46904         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
46905         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
46906
46907         Module rmdir.
46908         * m4/rmdir.m4: New file.
46909
46910         Module utime.
46911         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
46912         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
46913         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
46914
46915         Module dirname.
46916         * m4/dirname.m4: New file.
46917
46918         Module getopt.
46919         * m4/getopt.m4: New file.
46920
46921         Module unistd-safer.
46922         * m4/unistd-safer.m4: New file.
46923
46924         Module fnmatch.
46925         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
46926         declaration.
46927         (gl_PREREQ_FNMATCH_EXTRA): New macro.
46928         (gl_FUNC_FNMATCH_POSIX): New macro.
46929         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
46930         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
46931         simply fnmatch.
46932
46933         Module exclude.
46934         * m4/exclude.m4: New file.
46935
46936         Module human.
46937         * m4/human.m4: New file.
46938
46939         Module acl.
46940         * m4/acl.m4: Nop.
46941
46942         Module backupfile.
46943         * m4/backupfile.m4: New file.
46944         * m4/d-ino.m4: Indentation.
46945
46946         Module fsusage.
46947         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
46948         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
46949         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
46950
46951         Module dirfd.
46952         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
46953         requirements.
46954
46955         Module euidaccess.
46956         * m4/euidaccess.m4: New file.
46957
46958         Module file-type.
46959         * m4/file-type.m4: New file.
46960
46961         Module fileblocks.
46962         * m4/fileblocks.m4: New file.
46963
46964         Module filemode.
46965         * m4/filemode.m4: New file.
46966
46967         Module isdir.
46968         * m4/isdir.m4: New file.
46969
46970         Module lchown.
46971         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
46972         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
46973
46974         Module makepath.
46975         * m4/makepath.m4: New file.
46976
46977         Module modechange.
46978         * m4/modechange.m4: New file.
46979
46980         Module mountlist.
46981         * m4/mountlist.m4: New file.
46982         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
46983         Indentation.
46984
46985         Module path-concat.
46986         * m4/path-concat.m4: New file.
46987
46988         Module pathmax.
46989         * m4/pathmax.m4: New file.
46990
46991         Module same.
46992         * m4/same.m4: New file.
46993
46994         Module save-cwd.
46995         * m4/save-cwd.m4: New file.
46996
46997         Module savedir.
46998         * m4/savedir.m4: New file.
46999
47000         Module xgetcwd.
47001         * m4/xgetcwd.m4: New file.
47002         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
47003
47004         Module xreadlink.
47005         * m4/xreadlink.m4: New file.
47006
47007         Module safe-read.
47008         * m4/safe-read.m4: New file.
47009
47010         Module safe-write.
47011         * m4/safe-write.m4: New file.
47012
47013         Module closeout.
47014         * m4/closeout.m4: New file.
47015
47016         Module stdio-safer.
47017         * m4/stdio-safer.m4: New file.
47018
47019         Module getpass.
47020         * m4/getpass.m4: New file.
47021
47022         Module getugroups.
47023         * m4/getugroups.m4: New file.
47024
47025         Module group-member.
47026         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
47027         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
47028
47029         Module idcache.
47030         * m4/idcache.m4: New file.
47031
47032         Module userspec.
47033         * m4/userspec.m4: New file.
47034
47035         Module gettime.
47036         * m4/clock_time.m4: New file.
47037         * m4/gettime.m4: New file.
47038
47039         Module settime.
47040         * m4/settime.m4: New file.
47041
47042         Module posixtm.
47043         * m4/posixtm.m4: New file.
47044
47045         Module gethostname.
47046         * m4/gethostname.m4: New file.
47047
47048         Module canon-host.
47049         * m4/canon-host.m4: New file.
47050
47051         Module gettext.
47052         * m4/codeset.m4: New file, from gettext-0.11.5.
47053         * m4/gettext.m4: New file, from gettext-0.11.5.
47054         * m4/glibc21.m4: New file, from gettext-0.11.5.
47055         * m4/iconv.m4: New file, from gettext-0.11.5.
47056         * m4/intdiv0.m4: New file, from gettext-0.11.5.
47057         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
47058         * m4/inttypes.m4: New file, from gettext-0.11.5.
47059         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
47060         * m4/isc-posix.m4: New file, from gettext-0.11.5.
47061         * m4/lcmessage.m4: New file, from gettext-0.11.5.
47062         * m4/lib-ld.m4: New file, from gettext-0.11.5.
47063         * m4/lib-link.m4: New file, from gettext-0.11.5.
47064         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
47065         * m4/progtest.m4: New file, from gettext-0.11.5.
47066         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
47067         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
47068         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
47069
47070         Module localcharset.
47071         * m4/localcharset.m4: New file.
47072
47073         Module hard-locale.
47074         * m4/hard-locale.m4: New file.
47075
47076         Module mbswidth.
47077         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
47078         onceonly macros.
47079         * m4/mbrtowc.m4: Add comment.
47080
47081         Module memcasecmp.
47082         * m4/memcasecmp.m4: New file.
47083
47084         Module memcoll.
47085         * m4/memcoll.m4: New file.
47086
47087         Module unicodeio.
47088         * m4/unicodeio.m4: New file.
47089
47090         Module rpmatch.
47091         * m4/rpmatch.m4: New file.
47092
47093         Module yesno.
47094         * m4/yesno.m4: New file.
47095
47096         Module exitfail.
47097         * m4/exitfail.m4: New file.
47098
47099         Module c-stack.
47100         * m4/c-stack.m4 (gl_C_STACK): New macro.
47101         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
47102
47103         Module error.
47104         * m4/error.m4 (gl_ERROR): New macro.
47105         (jm_PREREQ_ERROR): Use onceonly macros.
47106
47107         Module fatal.
47108         * m4/fatal.m4: New file.
47109
47110         Module getloadavg.
47111         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
47112         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
47113
47114         Module getpagesize.
47115         * m4/getpagesize.m4: New file.
47116
47117         Module getusershell.
47118         * m4/getusershell.m4: New file.
47119
47120         Module physmem.
47121         * m4/physmem.m4: New file.
47122
47123         Module posixver.
47124         * m4/posixver.m4: New file.
47125
47126         Module quotearg.
47127         * m4/quotearg.m4: New file.
47128
47129         Module quote.
47130         * m4/quote.m4: New file.
47131
47132         Module readutmp.
47133         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
47134
47135         Module sig2str.
47136         * m4/sig2str.m4: New file.
47137
47138         Other.
47139         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
47140         ulonglong.m4.
47141         * m4/intmax_t.m4: New file.
47142         * m4/d-type.m4: Indentation.
47143         * m4/jm-macros.m4: Update.
47144         * m4/prereq.m4 (jm_PREREQ): Update.
47145         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
47146         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
47147         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
47148         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
47149         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
47150         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
47151         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
47152         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
47153         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
47154         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
47155         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
47156         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
47157         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
47158         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
47159         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
47160         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
47161         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
47162         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
47163         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
47164
47165 2002-12-24  Bruno Haible  <bruno@clisp.org>
47166
47167         * MODULES.txt: Update according to m4/ changes.
47168
47169         Module gettext.
47170         * config.rpath: New file, from gettext-0.11.5.
47171
47172         * modules/*: New module descriptions.
47173         * gnulib-tool: New file.
47174         * MODULES.html.sh: New file.
47175
47176 2002-12-21  Karl Berry  <karl@gnu.org>
47177
47178         * doc/fdl.texi: update to version 1.2.
47179
47180 2002-12-19  Karl Berry  <karl@gnu.org>
47181
47182         * config/config.guess: update from prep.
47183
47184 2002-12-18  Bruno Haible  <bruno@clisp.org>
47185
47186         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
47187         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
47188
47189 2002-12-17  Bruno Haible  <bruno@clisp.org>
47190
47191         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
47192         stdlib.h, string.h.
47193
47194 2002-12-17  Bruno Haible  <bruno@clisp.org>
47195
47196         * lib/canon-host.c (strdup): Remove unused declaration.
47197
47198         * lib/fsusage.c: Include full_read.h.
47199         (get_fs_usage): Use full_read instead of safe_read.
47200
47201         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
47202
47203 2002-12-12  Karl Berry  <karl@gnu.org>
47204
47205         * config/config.guess: update from prep.
47206
47207 2002-12-11  Bruno Haible  <bruno@clisp.org>
47208
47209         * m4/setenv.m4: New file, from gettext-0.11.5.
47210
47211 2002-12-11  Bruno Haible  <bruno@clisp.org>
47212
47213         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
47214         not unsetenv().
47215         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
47216         modifications:
47217
47218         2002-12-11  Bruno Haible  <bruno@clisp.org>
47219
47220                 * setenv.c (alloca): Fall back to malloc.
47221                 (freea): New macro.
47222                 (setenv): Use freea() to free memory allocated with alloca().
47223
47224         2002-11-13  Bruno Haible  <bruno@clisp.org>
47225
47226                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
47227                 function declarations.
47228                 * unsetenv.c (unsetenv): Likewise.
47229
47230         2002-03-04  Bruno Haible  <bruno@clisp.org>
47231
47232                 Portability to AIX 4.3.3.
47233                 * unsetenv.c: New file, extracted from setenv.c.
47234                 * setenv.c: Move the unsetenv() function to unsetenv.c.
47235
47236         2001-12-20  Bruno Haible  <bruno@clisp.org>
47237
47238                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
47239                 use malloc instead. For SunOS 4.
47240
47241         2001-12-11  Bruno Haible  <bruno@clisp.org>
47242
47243                 * setenv.c: Declare alloca.
47244                 (compar_fn_t): New typedef.
47245                 (KNOWN_VALUE, STORE_VALUE): Use it.
47246
47247         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
47248         setenv.h.
47249
47250 2002-12-10  Paul Eggert  <eggert@twinsun.com>
47251
47252         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
47253         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
47254         Choose values that are less likely to collide with system fnmatch
47255         options.
47256         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
47257         defined (e.g., a pure POSIX system).
47258         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
47259         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
47260
47261 2002-12-06  Paul Eggert  <eggert@twinsun.com>
47262
47263         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
47264         a pain in practice to deal with generated m4 files.  This change
47265         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
47266
47267         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
47268         and jm-glibc-io.m4, as they are no longer a special case.
47269         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
47270         kludge and the auto-generation stuff.  Check only whether the
47271         functions are declared, not whether they exist, since older hosts
47272         that don't declare the functions can't use the optimization anyway.
47273
47274 2002-12-06  Jim Meyering  <jim@meyering.net>
47275
47276         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
47277
47278         Merge in changes from libc's misc/error.c, in preparation
47279         for the merge of gnulib's changes back into libc.
47280
47281         * lib/error.c (_): Define only if not already defined.
47282         Move definition to follow all #include directives.
47283         Include unlocked-io.h only if !_LIBC.
47284         [_LIBC]: Include <libio/libioP.h>.
47285         [USE_IN_LIBIO]: Include <libio/iolibio.h>
47286         (fflush): Tweak definition to use INTUSE.
47287         (putc): Define.
47288
47289 2002-12-05  Paul Eggert  <eggert@twinsun.com>
47290
47291         * lib/alloca.c [defined emacs]: Include "lisp.h".
47292         (xalloc_die) [defined emacs]: New macro.
47293         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
47294         [! defined emacs]: Include <xalloc.h>.
47295         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
47296         (pointer): Typedef to POINTER_TYPE *.
47297         (malloc): Remove decl; we now always use xmalloc.
47298         (alloca): Use old-style definition, since Emacs needs this.
47299         Check for arithmetic overflow when computing combined size.
47300
47301 2002-12-04  Paul Eggert  <eggert@twinsun.com>
47302
47303         Do not generate unlocked-io.h automatically, since it's easier to
47304         maintain it by hand.
47305
47306         * lib/unlocked-io.h: New file, from GNU diffutils,
47307         but with proper copyright notice and attribution.
47308         * lib/gen-uio: Remove.
47309         * lib/Makefile.am: Add copyright notice.
47310         (libfetish_a_SOURCES): Add unlocked-io.h.
47311         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
47312         (DISTCLEANFILES, io_functions): Remove macros.
47313         (EXTRA_DIST): Remove gen_uio.
47314         (unlocked-io.h): Remove rule.
47315
47316 2002-12-04  Jim Meyering  <jim@meyering.net>
47317
47318         Reflect the fact that stat.c and lstat.c are no longer generated.
47319         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
47320         (DISTCLEANFILES): Likewise.
47321         (EXTRA_DIST): Likewise.
47322         (all_local): Don't depend on stat.c or lstat.c.
47323         (stat.c, lstat.c): Remove rules.
47324         (EXTRA_DIST): Remove xstat.in.
47325
47326         * lib/xstat.in: Remove file.  Contents moved into stat.c.
47327         * lib/stat.c: New file.  Contents mostly from xstat.in.
47328         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
47329         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
47330
47331         * lib/safe-read.c: Rework so that it may serve to define safe_write,
47332         too.
47333         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
47334
47335 2002-12-03  Jim Meyering  <jim@meyering.net>
47336
47337         * lib/safe-read.c, safe-write.c: Change variable names and comments,
47338         but not semantics, to minimize the differences between these two files.
47339         (safe_read): Change comment to mention SAFE_READ_ERROR.
47340
47341         * lib/safe-read.c (IS_EINTR): Define.
47342         (safe_read): Use IS_EINTR in place of in-function cpp directives.
47343
47344 2002-12-02  Jim Meyering  <jim@meyering.net>
47345
47346         * lib/safe-read.c (EINTR): Define.
47347         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
47348         (INT_MAX): Provide fallback.
47349         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
47350
47351         * lib/safe-read.h (SAFE_READ_ERROR): Define.
47352
47353 2002-12-02  Bruno Haible  <bruno@clisp.org>
47354
47355         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
47356         Define, taken from safe-read.c.
47357         (INT_MAX): Provide fallback.
47358         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
47359         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
47360
47361         * lib/safe-read.c (EINTR): Remove definition.
47362         (safe_read): Don't use EINTR if it is absent.
47363
47364 2002-12-01  Jim Meyering  <jim@meyering.net>
47365
47366         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
47367         zero.
47368         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
47369
47370 2002-11-27  Paul Eggert  <eggert@twinsun.com>
47371
47372         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
47373         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
47374         with `if (! (value < limit)) abort ();', for readability.
47375
47376 2002-11-26  Karl Berry  <karl@gnu.org>
47377
47378         * lib/strdup.c: copy from libc again, with jim's ok.
47379         * lib/.cppi-disable: re-add strdup.c
47380
47381 2002-11-25  Karl Berry  <karl@gnu.org>
47382
47383         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
47384         instead of "strtol.c".
47385
47386 2002-11-25  Karl Berry  <karl@gnu.org>
47387
47388         * config/install-sh: update from automake for variable quoting, $0 in
47389         error msgs, etc.
47390
47391         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
47392         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
47393         entry.
47394
47395 2002-11-25  Jim Meyering  <jim@meyering.net>
47396
47397         * lib/mktime.c: Sync from libc, now that it has the latest fix.
47398
47399 2002-11-24  Karl Berry  <karl@gnu.org>
47400
47401         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
47402         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
47403
47404 2002-11-24  Jim Meyering  <jim@meyering.net>
47405
47406         Update from coreutils:
47407
47408         * lib/mktime.c: Merge in changes from libc.
47409
47410         Avoid a link-time failure on some Linux systems.
47411         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
47412         (otherwise).
47413         (__mon_yday): Declare with the STATIC attribute.
47414         (__mktime_internal): Likewise.
47415         Based on a report from Greg Schafer.
47416
47417 2002-11-23  Jim Meyering  <jim@meyering.net>
47418
47419         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
47420         Use `unsigned', not `int', as type of index.
47421
47422         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
47423
47424         * lib/fsusage.c: Remove unneeded parentheses around operands of
47425         `defined'.
47426
47427 2002-11-22  Paul Eggert  <eggert@twinsun.com>
47428
47429         * lib/quotearg.h: Allow multiple inclusion by surrounding with
47430         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
47431         so that we can be included first.
47432         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
47433         * lib/quotearg.c: Include quotearg.h immediately after config.h.
47434         No need to include stddef.h or sys/types.h any more.
47435         Surround local include files with "", not "<>".
47436         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
47437         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
47438         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
47439         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
47440         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
47441         (ISPRINT): Remove; no longer needed now that we assume C89.
47442
47443         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
47444         Preserve errno.
47445
47446         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
47447         quotearg_char): Use SIZE_MAX rather than
47448         (size_t) -1 when we are talking about "infinity".
47449
47450         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
47451
47452 2002-11-22  Paul Eggert  <eggert@twinsun.com>
47453
47454         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
47455         hint that one should use `if (! x) abort ();' rather than `assert
47456         (x);', and anyway it's one less thing to worry about configuring.
47457         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
47458         hash_rehash, hash_insert): Use abort rather than assert.
47459
47460 2002-11-22  Bruno Haible  <bruno@clisp.org>
47461
47462         * lib/safe-read.h: Assume C89. Add comments.
47463         (safe_read): Change return type to size_t.
47464         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
47465         byte counts > SSIZE_MAX correctly.
47466         * lib/safe-write.h: New file.
47467         * lib/safe-write.c: New file.
47468         * lib/full-read.h: New file.
47469         * lib/full-read.c: New file.
47470         * lib/full-write.h: Assume C89. Add comments.
47471         * lib/full-write.c: Include safe-write.h.
47472         (full_write): Rewritten to use safe_write.
47473         Suggested by Jim Meyering and Paul Eggert.
47474
47475 2002-11-21  Jim Meyering  <jim@meyering.net>
47476
47477         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
47478
47479         Merge in changes from the coreutils.
47480
47481         2002-09-25  Paul Eggert  <eggert@twinsun.com>
47482         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
47483         <stdint.h>.
47484         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
47485         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
47486         int.  Work more efficiently if X is the same width as uintmax_t.
47487         Do not compare X to -1, to avoid bogus compiler warning.
47488         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
47489         Don't assume that f_frsize and f_bsize are the same type.
47490
47491         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
47492         warning on FreeBSD.
47493
47494         * lib/makepath.c (make_path): Restore umask *before* creating the final
47495         component.
47496         (make_path): Minor reformatting.
47497
47498         * lib/xmalloc.c: Adjust to work with new autoconf macros,
47499         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
47500         HAVE_MALLOC/HAVE_REALLOC.
47501
47502         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
47503         dummy ones.  At least on GNU/Linux systems, `auto' means something
47504         else.
47505         From Michael Stone.
47506
47507 2002-11-21  Bruno Haible  <bruno@clisp.org>
47508
47509         Remove case insensitive option matching.
47510         * lib/argmatch.h (argcasematch): Remove declaration.
47511         (ARGCASEMATCH): Remove macro.
47512         (__xargmatch_internal): Remove case_sensitive argument.
47513         (XARGMATCH): Update.
47514         (XARGCASEMATCH): Remove macro.
47515         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
47516         case_sensitive argument.
47517         (argcasematch): Remove function.
47518         (__xargmatch_internal): Remove case_sensitive argument.
47519         (main): Use XARGMATCH instead of XARGCASEMATCH.
47520
47521         * lib/xmalloc.c: Change compile-time error message. Add comment about
47522         required autoconf version.
47523
47524 2002-11-20  Paul Eggert  <eggert@twinsun.com>
47525
47526         Merge argmatch cleanups from Bison.  Assume C89.
47527
47528         * lib/argmatch.c: Include config.h here, not in argmatch.h.
47529         Include stdlib.h, for EXIT_FAILURE.
47530         Always include <string.h>, since we assume C89.
47531         (EXIT_FAILURE): Remove pre-C89 bug workaround.
47532         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
47533         Include <stddef.h> instead, since it's all we need for size_t.
47534         (PARAMS): Remove.  All uses removed.
47535         (ARRAY_CARDINALITY): Do not bother to #undef.
47536         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
47537         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
47538         Remove unnecessary parentheses.
47539         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
47540         Insert necessary parentheses.
47541         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
47542         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
47543
47544 2002-11-19  Bruno Haible  <bruno@clisp.org>
47545
47546         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
47547         * lib/mbswidth.h: Include <stddef.h>, for size_t.
47548
47549         * lib/mbswidth.h (PARAMS): Remove macro.
47550         (mbswidth, mbsnwidth): Use ANSI C function declarations.
47551         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
47552
47553         * lib/gcd.h (PARAMS): Remove macro.
47554         (gcd): Use ANSI C function declarations.
47555         * lib/gcd.c (gcd): Likewise.
47556
47557 2002-11-15  Bruno Haible  <bruno@clisp.org>
47558
47559         * lib/strcspn.c: Include <stddef.h>.
47560         (strcspn): Use ANSI C function declaration. Change return type to
47561         size_t. Use NULL.
47562         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
47563         (strpbrk): Use NULL.
47564         * lib/strpbrk.h (PARAMS): Remove macro.
47565         (strpbrk): Use ANSI C function declaration.
47566         * lib/strstr.c: Don't include <sys/types.h>.
47567         * lib/strstr.h (PARAMS): Remove macro.
47568         (strstr): Use ANSI C function declarations.
47569
47570 2002-11-14  Karl Berry  <karl@gnu.org>
47571
47572         * config/mkinstalldirs: `do' on separate line, instead of
47573         `for var; do'.
47574
47575 2002-11-06  Bruno Haible  <bruno@clisp.org>
47576
47577         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
47578         * lib/gcd.c (gcd): Likewise.
47579
47580 2002-11-05  Bruno Haible  <bruno@clisp.org>
47581
47582         * lib/gcd.h: New file, from gettext-0.11.5.
47583         * lib/gcd.c: New file, from gettext-0.11.5.
47584
47585 2002-11-05  Bruno Haible  <bruno@clisp.org>
47586
47587         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47588         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47589         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47590         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
47591
47592         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
47593         <libintl.h>.
47594         * lib/makepath.c: Include gettext.h instead of <locale.h> and
47595         <libintl.h>.
47596
47597         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
47598         * lib/human.c: Include gettext.h instead of <libintl.h>.
47599         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
47600         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
47601         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
47602         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
47603         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
47604         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
47605         (textdomain): Remove definition.
47606         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
47607
47608         * lib/long-options.c: Remove include of <libintl.h> and definition of
47609         _.
47610         * lib/same.c: Remove include of <libintl.h> and definition of _.
47611
47612 2002-11-04  Owen Taylor  <otaylor@redhat.com>
47613
47614         * lib/config.charset: A few additions for Solaris.
47615
47616 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
47617
47618         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
47619         * lib/localcharset.c (locale_charset): Declare as extern "C".
47620
47621 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
47622
47623         * lib/config.charset: msdos in uk_UA uses CP1125.
47624
47625 2002-11-04  Bruno Haible  <bruno@clisp.org>
47626
47627         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
47628         * lib/strcase.h: New file, from GNU gettext-0.11.5.
47629         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
47630         * lib/strstr.h: New file, from GNU gettext-0.11.5.
47631         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
47632
47633 2002-11-04  Bruno Haible  <bruno@clisp.org>
47634
47635         * lib/localcharset.c (locale_charset): Don't return an empty string.
47636
47637 2002-11-04  Bruno Haible  <bruno@clisp.org>
47638
47639         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
47640         aliases.
47641
47642 2002-11-04  Bruno Haible  <bruno@clisp.org>
47643
47644         * lib/config.charset: Update for newest glibc. Add canonical names
47645         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
47646
47647 2002-11-04  Bruno Haible  <bruno@clisp.org>
47648
47649         * lib/config.charset: Add support for NetBSD.
47650
47651 2002-11-04  Bruno Haible  <bruno@clisp.org>
47652
47653         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
47654
47655 2002-11-01  Bruno Haible  <bruno@clisp.org>
47656
47657         * configure.in: Add AC_CONFIG_AUX_DIR call.
47658         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
47659         test/Makefile.
47660         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
47661
47662 2002-09-28  Karl Berry  <karl@gnu.org>
47663
47664         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
47665         installed automake until the next release, since changes have been
47666         made.
47667
47668 2002-09-25  Karl Berry  <karl@gnu.org>
47669
47670         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
47671         * lib/getopt*: copy from libc/posix.
47672         * lib/gettext.h: copy from gettext.
47673         * lib/.cppi-disable: add strdup.c, gettext.h.
47674
47675 2002-09-25  Karl Berry  <karl@gnu.org>
47676
47677         * config/srclist.txt: enable gettext.h check.
47678         * config/config.{guess,sub}: update from prep.
47679         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
47680                 from automake 1.6.3.
47681         See srclist*.
47682
47683 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
47684
47685         * regex.c (PATFETCH): Remove the translating fetch.
47686         (PATFETCH_RAW): Rename to PATFETCH.
47687         (set_image_of_range): New fun.
47688         (SET_RANGE_TABLE_WORK_AREA): Use it.
47689         (regex_compile): Don't translate the pattern chars so eagerly.
47690         Only do it when inserting an `exactn' bytecode or when handling
47691         a char-range.
47692         (mutually_exclusive_p): Avoid empty statement.
47693
47694 2002-07-06  Jim Meyering  <meyering@lucent.com>
47695
47696         * m4/README: Don't mention Makefile.am.in.
47697         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
47698
47699 2002-07-01  Jim Meyering  <meyering@lucent.com>
47700
47701         * lib/c-stack.c: Include sys/time.h.
47702         From Volker Borchert.
47703
47704 2002-06-26  Paul Eggert  <eggert@twinsun.com>
47705
47706         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
47707
47708 2002-06-26  Paul Eggert  <eggert@twinsun.com>
47709
47710         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
47711         New macro.  Use it uniformly instead of
47712         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
47713         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
47714         reported by Vin Shelton.
47715
47716 2002-06-22  Paul Eggert  <eggert@twinsun.com>
47717
47718         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
47719         Do not assume SA_SIGINFO behavior.
47720         Bug reported by Jim Meyering on NetBSD 1.5.2.
47721
47722 2002-06-22  Jim Meyering  <meyering@lucent.com>
47723
47724         * m4/c-stack.m4: New file, from diffutils-2.8.2.
47725         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
47726
47727         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
47728         now that configure.ac uses AC_GNU_SOURCE.
47729         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
47730         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
47731
47732         Update to latest tools.  Suggestions from Paul Eggert.
47733         * m4/stdbool.m4: New file, from diffutils-2.8.2.
47734         * m4/gnu-source.m4: Update from diffutils-2.8.2.
47735         * m4/fnmatch.m4: Likewise.
47736         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
47737         to AC_HEADER_STDBOOL
47738
47739 2002-06-22  Jim Meyering  <meyering@lucent.com>
47740
47741         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
47742         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
47743
47744 2002-06-22  Jim Meyering  <meyering@lucent.com>
47745
47746         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
47747
47748         * lib/exitfail.c, exitfail.h: Likewise.
47749         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
47750
47751         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
47752         of fnmatch.h.
47753         (EXTRA_DIST): Add fnmatch_loop.c.
47754         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
47755
47756         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
47757         * lib/fnmatch.c: Update from diffutils-2.8.2.
47758         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
47759         * lib/fnmatch.h: Remove file.
47760
47761 2002-06-21  Jim Meyering  <meyering@lucent.com>
47762
47763         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
47764         * m4/mbrtowc.m4: Likewise.
47765
47766         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
47767         * m4/mbswidth.m4: Reflect name change:
47768         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
47769         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47770
47771         * m4/lib-link.m4: Update from gettext-0.11.2.
47772         * m4/gettext.m4: Likewise.
47773
47774         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
47775         From Alfred M. Szmidt.
47776
47777 2002-06-18  Paul Eggert  <eggert@twinsun.com>
47778
47779         * lib/file-type.h: Report an error if neither S_ISREG nor
47780         S_IFREG is defined, instead of using a test specific to glibc
47781         2.2.  This should be safe, since POSIX requires S_ISREG and
47782         Unix Version 7 had S_IFREG.  We don't need to check for
47783         <sys/types.h> since we don't use any symbols that it defines.
47784
47785 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
47786
47787         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
47788         $@-t, so that each temporary file name is unique and valid in the first
47789         8 characters, for operation under DOS.
47790
47791 2002-06-15  Paul Eggert  <eggert@twinsun.com>
47792
47793         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
47794
47795 2002-06-15  Jim Meyering  <meyering@lucent.com>
47796
47797         Work even with DJGPP 2.03, which lacks support for symlinks.
47798         From Richard Dawe.
47799         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
47800         is defined.
47801         * lib/lchown.c (S_ISLNK): Likewise.
47802
47803 2002-06-15  Jim Meyering  <meyering@lucent.com>
47804
47805         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
47806         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
47807         have been included before this file.
47808
47809 2002-06-14  Jim Meyering  <meyering@lucent.com>
47810
47811         * lib/file-type.h: Use the version from diffutils-2.8.2.
47812         * lib/file-type.c: Likewise.
47813
47814 2002-06-07  Jim Meyering  <meyering@lucent.com>
47815
47816         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
47817         They're needed at least for NetBSD 1.5.2.
47818         ($statxfs_includes): Include those same headers.
47819         ($statxfs_includes): Include sys/vfs.h if available.
47820         ($statxfs_includes): Likewise for sys/statvfs.h.
47821         Check for the following members in both structs statfs and statvfs:
47822         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
47823
47824 2002-06-01  Jim Meyering  <meyering@lucent.com>
47825
47826         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
47827         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
47828
47829 2002-05-28  Jim Meyering  <meyering@lucent.com>
47830
47831         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
47832         Reported by Volker Borchert.
47833
47834 2002-05-27  Jim Meyering  <meyering@lucent.com>
47835
47836         Fix a problem seen only on nonconforming systems whereby ls.c's
47837         use of localtime, and then of gettimeofday would cause trouble:
47838         the localtime call used to initialize rpl_gettimeofday's save
47839         mechanism would clobber ls's current local time information so
47840         that in any long listing the first file would always be listed
47841         with date 1970-01-01.  Analysis by Volker Borchert.
47842
47843         * lib/gettimeofday.c (localtime): Undefine.
47844         (rpl_localtime): New function.
47845
47846 2002-05-27  Jim Meyering  <meyering@lucent.com>
47847
47848         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
47849         localtime.
47850
47851         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
47852         use the replacement function; it wouldn't resolve at link time.
47853         Reported by Volker Borchert.
47854
47855 2002-05-22  Jim Meyering  <meyering@lucent.com>
47856
47857         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
47858         file-type.h.
47859         * lib/file-type.h: New file.
47860         * lib/file-type.c (file_type): New file/function.  Extracted from
47861         diffutils.
47862
47863 2002-04-30  Jim Meyering  <meyering@lucent.com>
47864
47865         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
47866
47867 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47868
47869         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
47870
47871 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47872
47873         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
47874         Do not check for alloca.h (no longer used) or stdbool.h (was never
47875         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
47876
47877 2002-04-29  Paul Eggert  <eggert@twinsun.com>
47878
47879         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
47880
47881 2002-04-29  Jim Meyering  <meyering@lucent.com>
47882
47883         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
47884         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
47885         Use AC_FUNC_STRNLEN here instead.
47886
47887         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
47888         With autoconf-2.53a, it's part of AC_PROG_CC.
47889
47890 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47891
47892         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
47893         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
47894
47895 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47896
47897         * lib/sig2str.h, lib/sig2str.c: New files.
47898         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
47899
47900 2002-04-28  Paul Eggert  <eggert@twinsun.com>
47901
47902         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
47903         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
47904         of 127, since 64 is the largest conceivable number for ancient
47905         nonstandard hosts.
47906         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
47907
47908 2002-04-28  Jim Meyering  <meyering@lucent.com>
47909
47910         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
47911
47912 2002-04-24  Jim Meyering  <meyering@lucent.com>
47913
47914         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
47915         (jm_PREREQ): Use it.
47916
47917         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
47918         mach/mach.h fcntl.h.
47919         Check for this function: setlocale.
47920
47921 2002-04-24  Jim Meyering  <meyering@lucent.com>
47922
47923         * lib/gettext.h: New file, from Gettext.
47924         * lib/Makefile.am (INCLUDES): Remove -I../intl.
47925         (libfetish_a_SOURCES): Add gettext.h.
47926
47927 2002-04-16  Jim Meyering  <meyering@lucent.com>
47928
47929         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
47930         ut_pid, ut_id, ut_exit.
47931
47932 2002-04-16  Jim Meyering  <meyering@lucent.com>
47933
47934         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
47935         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
47936         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
47937
47938 2002-04-12  Jim Meyering  <meyering@lucent.com>
47939
47940         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
47941         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
47942         existence of the getmntinfo function.  Needed for Darwin 5.3.
47943
47944         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
47945         This is necessary at least on Darwin 5.3.
47946
47947         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
47948         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
47949         strnlen.o in the library, and that makes some versions of ranlib
47950         object.
47951
47952 2002-04-12  Jim Meyering  <meyering@lucent.com>
47953
47954         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
47955
47956 2002-04-09  Jim Meyering  <meyering@lucent.com>
47957
47958         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
47959         to be more precise.  Rather than saying we're checking whether the
47960         function `works', say what we're testing.
47961         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
47962         Reported by Bruno Haible.
47963
47964 2002-03-10  Jim Meyering  <meyering@lucent.com>
47965
47966         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
47967         Suggestion from Santiago Vila.
47968
47969 2002-03-08  Jim Meyering  <meyering@lucent.com>
47970
47971         * lib/rename.c: Mention that this wrapper is needed also on
47972         mips-dec-ultrix4.4 systems.
47973
47974 2002-03-02  Jim Meyering  <meyering@lucent.com>
47975
47976         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
47977         not HAVE_CLOCK_SETTIME.
47978
47979 2002-02-27  Paul Eggert  <eggert@twinsun.com>
47980
47981         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
47982         Check for clock_settime.
47983
47984 2002-02-27  Paul Eggert  <eggert@twinsun.com>
47985
47986         * lib/nanosleep.h: Rename to....
47987         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
47988
47989         * lib/gettime.c: New file.
47990         * lib/settime.c: New file.
47991         * lib/stime.c: Remove.
47992
47993         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
47994         timespec.h.  Remove nanosleep.h.
47995
47996 2002-02-25  Paul Eggert  <eggert@twinsun.com>
47997
47998         * m4/acl.m4: New file.
47999         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
48000         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
48001
48002 2002-02-25  Paul Eggert  <eggert@twinsun.com>
48003
48004         * lib/acl.c, lib/acl.h: New files.
48005         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
48006
48007 2002-02-24  Jim Meyering  <meyering@lucent.com>
48008
48009         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
48010         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
48011         cause trouble.  Reported by Nelson Beebe.
48012
48013 2002-02-23  Paul Eggert  <eggert@twinsun.com>
48014
48015         * lib/path-concat.c (xpath_concat): Reorder code to pacify
48016         compilers that don't know that xalloc_die never returns.
48017
48018 2002-02-20  Jim Meyering  <meyering@lucent.com>
48019
48020         * lib/getdate.c: Regenerate using bison-1.33.
48021
48022 2002-02-17  Jim Meyering  <meyering@lucent.com>
48023
48024         * config/config.guess (main): Don't use `head -1'; it's no longer
48025         portable. Use `sed 1q' instead.
48026
48027 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
48028
48029         * m4/codeset.m4: Upgrade to gettext-0.11.
48030         * m4/gettext.m4: Upgrade to gettext-0.11.
48031         * m4/glibc21.m4: Upgrade to gettext-0.11.
48032         * m4/iconv.m4: Upgrade to gettext-0.11.
48033         * m4/isc-posix.m4: Upgrade to gettext-0.11.
48034         * m4/lcmessage.m4: Upgrade to gettext-0.11.
48035         * m4/lib-ld.m4: New file, from gettext-0.11.
48036         * m4/lib-link.m4: New file, from gettext-0.11.
48037         * m4/lib-prefix.m4: New file, from gettext-0.11.
48038         * m4/progtest.m4: Upgrade to gettext-0.11.
48039
48040 2002-02-15  Paul Eggert  <eggert@twinsun.com>
48041
48042         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
48043         (jm_PREREQ): Use it.
48044
48045 2002-02-15  Paul Eggert  <eggert@twinsun.com>
48046
48047         * lib/posixver.c, lib/posixver.h: New files.
48048         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
48049
48050 2002-02-02  Paul Eggert  <eggert@twinsun.com>
48051             Bruno Haible  <bruno@clisp.org>
48052
48053         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
48054         (fwrite_success_callback): New declaration.
48055         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
48056         print_unicode_char. Call failure callback instead of error.
48057         (fwrite_success_callback): New function.
48058         (exit_failure_callback): New function.
48059         (fallback_failure_callback): New function.
48060         (print_unicode_char): Call unicode_to_mb.
48061
48062 2002-01-26  Jim Meyering  <meyering@lucent.com>
48063
48064         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
48065         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
48066
48067 2002-01-26  Jim Meyering  <meyering@lucent.com>
48068
48069         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
48070
48071 2002-01-22  Paul Eggert  <eggert@twinsun.com>
48072
48073         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
48074
48075 2002-01-22  Jim Meyering  <meyering@lucent.com>
48076
48077         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
48078         Otherwise, some versions of automake would omit the rule that makes
48079         Makefile from Makefile.in.
48080
48081 2002-01-21  Paul Eggert  <eggert@twinsun.com>
48082
48083         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
48084         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
48085         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
48086         (memcoll): Set errno to zero if there is no error.
48087
48088         * lib/quotearg.c (quotearg_buffer_restyled):
48089         Fix bug with quoting buffers containing NUL when backslashing escapes.
48090         This bug was exposed by the other changes in this patch.
48091         (quotearg_n_options): New arg ARGSIZE.
48092         All callers changed.
48093         (quoting_options_from_style): New function.
48094         (quotearg_n_style): Use it.
48095         (quotearg_n_style_mem): New function.
48096
48097         * lib/quotearg.h (quotearg_n_style_mem): New function.
48098
48099 2002-01-19  Jim Meyering  <meyering@lucent.com>
48100
48101         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
48102         Remove useless quotes: DF_PROG="df".
48103         * m4/strnlen.m4: New file.
48104
48105 2002-01-16  Paul Eggert  <eggert@twinsun.com>
48106
48107         * lib/backupfile.c (ISDIGIT): Comment fix.
48108         * lib/getdate.y (ISDIGIT): Likewise.
48109         * lib/posixtm.c (ISDIGIT, year): Likewise.
48110         * lib/strverscmp.c (ISDIGIT): Likewise.
48111         * lib/userspec.c (ISDIGIT): Likewise.
48112
48113 2002-01-16  Jim Meyering  <meyering@lucent.com>
48114
48115         * lib/getdate.y: Add three semicolons, each just before a closing
48116         brace. Bison (as of version 1.31) no longer papers over that mistake.
48117
48118 2002-01-05  Jim Meyering  <meyering@lucent.com>
48119
48120         * lib/version-etc.c (version_etc_copyright): Update copyright year.
48121
48122 2001-12-19  Paul Eggert  <eggert@twinsun.com>
48123
48124         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
48125         not silently exit merely because the output buffer happens to
48126         have nothing pending.
48127
48128 2001-12-18  Paul Eggert  <eggert@twinsun.com>
48129
48130         See the big note in ../ChangeLog.
48131         * lib/human.c (suffixes): Prefer K to k for 1024.
48132         (generate_suffix_backwards): New function.
48133         (human_readable_inexact): Use it.
48134         * lib/xstrtol.c (__xstrtol): If there is no number but there
48135         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
48136         Accept 'K' as well as 'k'.
48137
48138 2001-12-15  Jim Meyering  <meyering@lucent.com>
48139
48140         * lib/regex.h (__restrict_arr): Update from libc.
48141
48142         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
48143         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
48144         (STREQ): Define.
48145
48146 2001-12-14  Jim Meyering  <meyering@lucent.com>
48147
48148         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
48149         Suggestion from Bruno Haible.
48150
48151 2001-12-10  Jim Meyering  <meyering@lucent.com>
48152
48153         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
48154         xrealloc, Instead, include "xalloc.h".
48155         (initbuffer): Don't cast xmalloc return value to char*.
48156         (readline): Reword comment.
48157         Don't cast xrealloc return value to char*
48158         Return NULL, not 0.
48159
48160 2001-12-09  Jim Meyering  <meyering@lucent.com>
48161
48162         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
48163         about `signed and unsigned type in conditional expression'.
48164         * lib/posixtm.c (posix_time_parse): Likewise.
48165
48166         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
48167
48168         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
48169         to avoid a pedantic warning.
48170
48171         * lib/getstr.c: Don't include assert.h.
48172         (getstr): Remove warning-evoking assertions.
48173         Return -1 if offset parameter is out of bounds.
48174         Change the type of a local from int to size_t.
48175
48176         * lib/strftime.c (my_strftime_localtime_r): Include this function
48177         definition in the `#if ! HAVE_TM_GMTOFF' block.
48178
48179         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
48180         Include xalloc.h instead.
48181
48182 2001-12-02  Jim Meyering  <meyering@lucent.com>
48183
48184         * lib/tempname.c: Don't declare getenv, thus reverting the change of
48185         2001-11-18.  It's no longer necessary, now that stdlib.h is always
48186         included.
48187
48188         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
48189         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
48190
48191 2001-11-30  Akim Demaille  <akim@epita.fr>
48192
48193         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
48194         before being defined.
48195
48196 2001-11-27  Paul Eggert  <eggert@twinsun.com>
48197
48198         * lib/quotearg.h (quotearg_n, quotearg_n_style):
48199         First arg is int, not unsigned.
48200         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
48201         (SIZE_MAX, UINT_MAX): New macros.
48202         (quotearg_n_options): Abort if N is negative.
48203         Avoid overflow check on hosts where size_t is 64 bits and int
48204         is 32 bits, as overflow is impossible there.
48205         Fix off-by-one typo that caused unnecessary reallocation.
48206
48207 2001-11-27  Jim Meyering  <meyering@lucent.com>
48208
48209         * lib/tempname.c: Merge with version from libc.
48210         * lib/regex.c: Likewise.
48211
48212         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
48213         systems for which STDC_HEADERS is 0, it was not included, resulting in
48214         a warning about an integer-to-pointer conversion problem with getenv.
48215         Reported by Volker Borchert.
48216
48217 2001-11-26  Jim Meyering  <meyering@lucent.com>
48218
48219         * lib/gtod.h: Remove file.
48220         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
48221         * lib/gettimeofday.c: Don't include gtod.h.
48222         (GTOD_init): Remove function.
48223         (rpl_gettimeofday): Do its job here instead, rather than aborting.
48224         Suggestion from Volker Borchert.
48225
48226 2001-11-23  Jim Meyering  <meyering@lucent.com>
48227
48228         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
48229         it.
48230         * lib/hash.c (struct hash_table): Define it here instead.
48231
48232 2001-11-22  Jim Meyering  <meyering@lucent.com>
48233
48234         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
48235
48236 2001-11-20  Jim Meyering  <meyering@lucent.com>
48237
48238         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
48239         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
48240
48241 2001-11-19  Jim Meyering  <meyering@lucent.com>
48242
48243         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
48244         directory.  Use "conftestXXXXXX" as the template.
48245         Suggestion from Paul Eggert.
48246
48247         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
48248         immediately, so the test doesn't mistakenly hit the max-open-files
48249         limit.
48250
48251 2001-11-18  Paul Eggert  <eggert@twinsun.com>
48252
48253         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
48254         (TEMPORARIES): New macro.
48255         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
48256         removes an artificial limitation (e.g. HP-UX 10.20, where
48257         TMP_MAX is 17576).
48258
48259 2001-11-18  Jim Meyering  <meyering@lucent.com>
48260
48261         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
48262
48263 2001-11-18  Jim Meyering  <meyering@lucent.com>
48264
48265         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
48266         on SunOS 4.
48267
48268         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
48269         files will be created before anything else.
48270
48271 2001-11-17  Paul Eggert  <eggert@twinsun.com>
48272
48273         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
48274         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
48275
48276 2001-11-17  Jim Meyering  <meyering@lucent.com>
48277
48278         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
48279         Prompted by a report from Bob Proulx.
48280
48281         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
48282         Instead, require UTILS_FUNC_MKSTEMP.
48283
48284 2001-11-17  Jim Meyering  <meyering@lucent.com>
48285
48286         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
48287         Now, that's done as part of AC_FUNC_STRTOD.
48288
48289 2001-11-17  Jim Meyering  <meyering@lucent.com>
48290
48291         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
48292         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
48293         rather than group writable.  Patch by Juan F. Codagnone.
48294
48295         * lib/readtokens.c: Remove explicit declarations of xmalloc and
48296         xrealloc, Instead, include "xalloc.h".
48297
48298         * lib/mountlist.c: Include unlocked-io.h after all system headers.
48299         Remove explicit declarations of xmalloc, xrealloc,
48300         and xstrdup.  Instead, include "xalloc.h".
48301
48302         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
48303         unlocked-io.h.
48304         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
48305         Likewise.
48306         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
48307
48308         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
48309         Reported by Padraig Brady.
48310
48311         * lib/mkstemp.c: #undef mkstemp.
48312         Include config.h.
48313         (rpl_mkstemp): Rename from mkstemp.
48314         Protoize.
48315
48316 2001-11-16  Jim Meyering  <meyering@lucent.com>
48317
48318         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
48319         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
48320         determine the amount of total physical memory, use pstat_getstatic.
48321         HPUX-11 doesn't define _SC_PHYS_PAGES.
48322         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
48323         If sysconf couldn't be used to determine the amount of available
48324         physical memory, use both pstat_getstatic and pstat_getdynamic.
48325         Based on a patch from Bob Proulx.
48326
48327 2001-11-10  Jim Meyering  <meyering@lucent.com>
48328
48329         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
48330         (jm_PREREQ): Use it.
48331
48332 2001-11-09  Jim Meyering  <meyering@lucent.com>
48333
48334         * m4/jm-macros.m4: Require autoconf-2.52f.
48335         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
48336         Use these AC_-prefixed names, not the AM_-prefixed ones.
48337
48338         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
48339
48340 2001-11-05  Jim Meyering  <meyering@lucent.com>
48341
48342         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
48343
48344 2001-11-04  Jim Meyering  <meyering@lucent.com>
48345
48346         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
48347         $DEFS.
48348
48349 2001-11-03  Jim Meyering  <meyering@lucent.com>
48350
48351         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
48352         of AC_DEFUN.
48353
48354         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
48355         know the name of the variable in the macro definition.
48356
48357 2001-11-03  Jim Meyering  <meyering@lucent.com>
48358
48359         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
48360         in argmatch_to_argument call.
48361
48362         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
48363         argument.
48364
48365         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
48366         e.g., a fault due to an attempt to free a NULL pointer.
48367
48368 2001-11-01  Jim Meyering  <meyering@lucent.com>
48369
48370         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
48371         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
48372
48373 2001-11-01  Jim Meyering  <meyering@lucent.com>
48374
48375         * lib/dirfd.c, lib/dirfd.h: New files.
48376         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
48377
48378         * lib/hash.c (hash_print) [TESTING]: Clean up.
48379
48380 2001-10-22  Paul Eggert  <eggert@twinsun.com>
48381
48382         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
48383         to avoid a warning if -Wall.
48384
48385 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
48386
48387         * README: New file
48388         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
48389         (per RMS's instructions, this is now the canonical source)
48390         * lgpl/, gpl/: New directories.
48391
48392 2001-10-21  Paul Eggert  <eggert@twinsun.com>
48393
48394         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
48395
48396 2001-10-21  Jim Meyering  <meyering@lucent.com>
48397
48398         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
48399         this code would end up calling gettext even in packages built
48400         with --disable-nls.
48401         * lib/getopt.c (_): Likewise.
48402         * lib/regex.c (_): Likewise.
48403
48404 2001-10-20  Paul Eggert  <eggert@twinsun.com>
48405
48406         * m4/error.m4 (jm_PREREQ_ERROR):
48407         Do not invoke AC_CHECK_FUNCS with strerror_r, as
48408         AC_FUNC_STRERROR_R does that.
48409         Check for strerror declaration.
48410
48411         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
48412         are supposed to have them these days.
48413         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
48414         Merge changes from latest Autoconf CVS.
48415         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
48416         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
48417         POSIX decided to standardize on the int flavor of strerror_r.
48418
48419 2001-10-20  Paul Eggert  <eggert@twinsun.com>
48420
48421         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
48422         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
48423         Use strerror_r that is only a macro, even if it is not a function.
48424         (strerror): Check for HAVE_DECL_STRERROR before declaring.
48425         (private_strerror): Use prototypes, not old-style function definition.
48426         (print_errno_message): New function.
48427         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
48428         char*-flavored one.
48429         (error_tail, error, error_at_line): Use it.
48430
48431 2001-10-11  Jim Meyering  <meyering@lucent.com>
48432
48433         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
48434         and quote_n (1, ... to avoid clobbering a buffer.
48435
48436 2001-10-05  Jim Meyering  <meyering@lucent.com>
48437
48438         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
48439         hash-pjw.h.
48440         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
48441         * lib/hash-pjw.h: New file.
48442
48443 2001-09-30  Jim Meyering  <meyering@lucent.com>
48444
48445         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
48446         `struct fsstat' has the `f_fstypename' member.
48447         Use that to define FS_TYPE, which is now used to make
48448         the getfsstat link test tighter.
48449
48450 2001-09-30  Jim Meyering  <meyering@lucent.com>
48451
48452         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
48453         Include <sys/ucred.h>, for Apple Darwin.
48454         Include sys/mount.h and sys/fs_types.h only if available.
48455         (FS_TYPE): Define.
48456         (read_filesystem_list): Use FS_TYPE.
48457
48458 2001-09-29  Paul Eggert  <eggert@twinsun.com>
48459
48460         * lib/exclude.c (excluded_filename): 0 -> false, since it's
48461         a boolean context.
48462
48463 2001-09-29  Jim Meyering  <meyering@lucent.com>
48464
48465         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
48466         [one-argument getmntent function]): Include stdio.h before mntent.h.
48467         SunOS 4.1.x needs it for the declaration of `FILE'.
48468         Patch by Volker Borchert.
48469
48470         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
48471         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
48472         sys/fs_types.h, and make the link-test for getfsstat guard #include
48473         directives with appropriate #if HAVE_*_H tests so that we can
48474         detect getfsstat on Apple Darwin1.3.7 systems.
48475         Reported by Nelson Beebe.
48476         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
48477
48478 2001-09-28  Paul Eggert  <eggert@twinsun.com>
48479
48480         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
48481         #defines strtoimax.  Also treat the other strto* functions
48482         like strtoimax.
48483
48484         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
48485         Check for strtoul and strtoumax,
48486         as those declarations are made even in the signed case.
48487         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
48488         Likewise, for strtol and strtoimax.
48489
48490 2001-09-28  Paul Eggert  <eggert@twinsun.com>
48491
48492         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
48493         #defines strtoimax.  Also treat the other strto* functions
48494         like strtoimax.
48495
48496         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
48497         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
48498         (strtoimax, strtoumax): Do not declare if already defined as a macro.
48499
48500 2001-09-26  Jim Meyering  <meyering@lucent.com>
48501
48502         Most macros in unlocked-io.h had the wrong number of arguments.
48503         * lib/gen-uio: New script.
48504         (USE_UNLOCKED_IO): Define to 1 if not already defined.
48505         * lib/unlocked-io.hin: Remove file.
48506         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
48507         rather than trying to embed it here.
48508         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
48509         Reported by Padraig Brady.
48510
48511 2001-09-25  Volker Borchert  <bt@teknon.de>
48512
48513         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
48514         `result'.
48515
48516 2001-09-24  Jim Meyering  <meyering@lucent.com>
48517
48518         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
48519
48520 2001-09-23  Jim Meyering  <meyering@lucent.com>
48521
48522         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
48523         instead of the mere test for existence of mntent.h.  The latter
48524         would get a false-positive on AIX 3.4 systems.
48525         In the outer getmntent if-block, don't die if neither of the getmntent
48526         tests succeeds.  Instead, just fall through and continue with the
48527         remaining tests.
48528
48529 2001-09-23  Jim Meyering  <meyering@lucent.com>
48530
48531         * lib/mountlist.c: Remove useless parentheses in #if directives.
48532         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
48533         the deprecated MOUNTED symbol is no longer defined in mntent.h.
48534
48535 2001-09-22  Jim Meyering  <meyering@lucent.com>
48536
48537         * m4/gettext.m4: New file.  From gettext.
48538         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
48539         * m4/progtest.m4: Likewise
48540         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
48541         * m4/glibc21.m4: Likewise.
48542
48543         * m4/libintl.m4: Remove.  No longer used.
48544
48545 2001-09-22  Jim Meyering  <meyering@lucent.com>
48546
48547         * lib/localcharset.c: Update from latest gettext.
48548         * lib/config.charset: Likewise.
48549
48550 2001-09-20  Jim Meyering  <meyering@lucent.com>
48551
48552         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
48553         strtoimax.
48554         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
48555         strtoumax.
48556
48557 2001-09-20  Jim Meyering  <meyering@lucent.com>
48558
48559         * lib/xstrtol.c (strtoimax): Guard declaration with
48560         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
48561         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
48562         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
48563         (strtoumax): Likewise, for completeness (it wasn't necessary).
48564
48565 2001-09-17  Paul Eggert  <eggert@twinsun.com>
48566
48567         * lib/strtoimax.c (HAVE_LONG_LONG):
48568         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
48569         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
48570         to work around bug in IBM C compiler.
48571
48572 2001-09-17  Jim Meyering  <meyering@lucent.com>
48573
48574         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
48575         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
48576         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
48577         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
48578         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
48579         whenever the right hand side need not be expanded by the shell.
48580
48581 2001-09-16  Paul Eggert  <eggert@twinsun.com>
48582
48583         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
48584         library.  It's not correct, as some older glibcs are buggy.
48585         fnmatch wasn't fixed until glibc 2.2.
48586
48587         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
48588         special shell magic here.
48589
48590 2001-09-16  Jim Meyering  <meyering@lucent.com>
48591
48592         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
48593         * m4/jm-macros.m4: Require it.
48594
48595 2001-09-16  Jim Meyering  <meyering@lucent.com>
48596
48597         * lib/mkdir.c: New file.
48598
48599 2001-09-15  Jim Meyering  <meyering@lucent.com>
48600
48601         * m4/jm-macros.m4: Check for help2man.
48602
48603 2001-09-11  Jim Meyering  <meyering@lucent.com>
48604
48605         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
48606         The body, by Paul Eggert, was moved here from configure.in.
48607         * m4/jm-macros.m4: Require UTILS_HOST_OS.
48608
48609 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48610
48611         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
48612         (jm_PREREQ): Use it.
48613
48614 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48615
48616         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
48617         Use ssize_t, not int, to store result of readlink.
48618         Check for ssize_t overflow as well as size_t overflow,
48619         as POSIX says the result of readlink is implementation-defined
48620         when ssize_t overflows.
48621         Remove unnecessary cast to char*.
48622         Use free+malloc instead of realloc, as the storage doesn't need
48623         to be preserved and it's clearer and can be more efficient that way.
48624         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
48625         * lib/xreadlink.h (xreadlink): Update prototype.
48626
48627 2001-09-04  Paul Eggert  <eggert@twinsun.com>
48628
48629         * lib/xgetcwd.c: Revert some of the previous change; intead,
48630         fix the HAVE_GETCWD_NULL code to behave more like the
48631         !HAVE_GETCWD_NULL code used to.
48632
48633         Include "xalloc.h".
48634         (xgetcwd): Do not return NULL when memory is exhausted; instead,
48635         invoke xalloc_die.
48636
48637 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48638
48639         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
48640         sys/param.h, as pathmax.h includes them.
48641
48642 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48643
48644         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
48645         (jm_PREREQ_XGETCWD): New macro.
48646
48647         * m4/getcwd.m4: New file.
48648
48649 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48650
48651         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
48652         like the HAVE_GETCWD_NULL code.
48653         Include pathmax.h if not HAVE_GETCWD.
48654         Do not include xalloc.h.
48655         (INITIAL_BUFFER_SIZE): New symbol.
48656         Do not use xmalloc / xrealloc, since the caller is responsible for
48657         handling errors.  Preserve errno around `free' during failure.
48658         Do not overrun buffer when using getwd.
48659
48660 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48661
48662         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
48663         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
48664         getcwd (NULL, 0).
48665
48666 2001-09-03  Paul Eggert  <eggert@twinsun.com>
48667
48668         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
48669         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
48670         spotted by Jim Meyering.
48671
48672 2001-09-03  Jim Meyering  <meyering@lucent.com>
48673
48674         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
48675         failure.
48676
48677 2001-09-02  Jim Meyering  <meyering@lucent.com>
48678
48679         * lib/error.c: Update from GNU libc.
48680
48681 2001-09-01  Jim Meyering  <meyering@lucent.com>
48682
48683         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
48684         Used by df.
48685
48686 2001-09-01  Jim Meyering  <meyering@lucent.com>
48687
48688         * lib/xreadlink.c: New file.
48689         * lib/xreadlink.h: New file.
48690         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
48691         xreadlink.h.
48692
48693         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
48694         doesn't conflict with sparc Solaris 7's definition in
48695         /usr/include/sys/int_types.h.
48696
48697         * lib/exclude.c: Use `""', not `<>' to #include non-system header
48698         files.
48699         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
48700         and strncasecmp as r-values.  Unixware didn't have declarations.
48701
48702 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48703
48704         * lib/xstrtol.h: Add copyright notice.
48705         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
48706         LONGINT_INVALID_SUFFIX_CHAR.
48707
48708 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48709
48710         * lib/xstrtol.c (strtoimax): New decl.
48711
48712 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48713
48714         * lib/xgetcwd.c: Don't include pathmax.h.
48715         Include stdlib.h and unistd.h if available.
48716         Include xalloc.h.
48717         (xmalloc, xstrdup, free): Remove decls.
48718         (xgetcwd): Don't assume sizes fit in unsigned.
48719         Check for overflow when computing sizes.
48720         Simplify reallocation code.
48721
48722 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48723
48724         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
48725         a directory's st_size can have an arbitrary value, so the old
48726         usage could waste an arbitrary amount of memory.  All uses
48727         changed.
48728         * lib/savedir.h: Update prototype.
48729
48730 2001-08-31  Paul Eggert  <eggert@twinsun.com>
48731
48732         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
48733
48734         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
48735         old strtoimax.c.
48736
48737         Also, make the following further changes to make this file's
48738         configuration more similar to that of strtol.c:
48739         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
48740         (strtoumax, uintmax_t, strtoull, strtol): Remove.
48741         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
48742         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
48743         changed to signed values.
48744
48745         And make the following changes as well:
48746         Fix copyright notice, as 1999 was missing.
48747         (verify): New macro.
48748         (strtoimax): Check sizes at compile-time, not run-time.
48749         Prefer strtol to strtoll if both work.
48750         (main): Remove; it was not that useful and was a pain to maintain.
48751
48752         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
48753
48754 2001-08-31  Jim Meyering  <meyering@lucent.com>
48755
48756         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
48757         Use an initial, malloc'd, buffer of length 128 rather than
48758         a statically allocated one of length 1024.
48759
48760 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48761
48762         Simplify code, partly by assuming autoconf 2.52 semantics.
48763
48764         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
48765
48766         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
48767         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
48768         All uses removed.
48769         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
48770         Move AC_REQUIRE to next-to-top level, to avoid confusion.
48771         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
48772         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
48773         jm_AC_HEADER_INTTYPES_H.
48774         * m4/jm-macros.m4 (jm_MACROS): Likewise.
48775
48776         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
48777
48778         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
48779         Quote first arg of AC_DEFUN.
48780         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
48781         since they are needed to parse the include file even if we need
48782         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
48783         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
48784         but with opposite signedness.
48785
48786 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48787
48788         Merge 'exclude' changes from tar 1.13.22.
48789         This fixes one or two unlikely storage allocation overflow bugs,
48790         but doesn't change user-visible behavior otherwise.
48791
48792 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48793
48794         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
48795         (jm_PREREQ_EXCLUDE): New macro.
48796
48797 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48798
48799         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
48800         tm to be declared.
48801
48802 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48803
48804         * lib/hash.c: Remove '2001' from copyright notice.
48805
48806 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48807
48808         * lib/full-write.h: New file.
48809         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
48810         * lib/full-write.c: Correct credits, as cccp.c no longer
48811         exists and anyway it was so heavily changed from the old cccp
48812         code as to be unrecognizable.  Include full-write.h.
48813         (full_write) Return size_t, with short writes meaning failure.
48814         All callers changed.  This fixes a bug with large buffers
48815         on 64-bit hosts.
48816         * lib/utime.c: Include full-write.h.
48817
48818 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48819
48820         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
48821         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
48822         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
48823         Include if available.
48824         (<xalloc.h>): Include
48825         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
48826         (verify): New macro.  Use it to verify that EXCLUDE macros do not
48827         collide with FNM macros.
48828         (struct patopts): New struct.
48829         (struct exclude): Use it, as exclude patterns now come with options.
48830         (new_exclude): Support above changes.
48831         (new_exclude, add_exclude_file):
48832         Initial size must now be a power of two to simplify overflow checking.
48833         (free_exclude, fnmatch_no_wildcards): New function.
48834         (excluded_filename): No longer requires options arg, as the options
48835         are determined by add_exclude.  Now returns bool, not int.
48836         (excluded_filename, add_exclude):
48837         Add support for the fancy new exclusion options.
48838         (add_exclude, add_exclude_file): Now takes int options arg.
48839         Check for arithmetic overflow when computing sizes.
48840         (add_exclude_file): xrealloc might modify errno, so don't
48841         realloc until after errno might be used.
48842
48843         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
48844         New macros.
48845         (free_exclude): New decl.
48846         (add_exclude, add_exclude_file): Now takes int options arg.
48847         (excluded_filename): No longer requires options arg, as the options
48848         are determined by add_exclude.  Now returns bool, not int.
48849
48850 2001-08-30  Paul Eggert  <eggert@twinsun.com>
48851
48852         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
48853
48854 2001-08-27  Jim Meyering  <meyering@lucent.com>
48855
48856         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
48857
48858         * lib/version-etc.c (N_): Remove definition.
48859         Revert most of last change.
48860         Instead, simply don't mark the `Copyright...' string for translation.
48861         Based on advice from Paul Eggert.
48862
48863         * lib/strtoxmax.c: Tweak comment.
48864
48865 2001-08-26  Jim Meyering  <meyering@lucent.com>
48866
48867         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
48868
48869         * m4/xstrtoimax.m4: New file.
48870         * m4/xstrtoumax.m4: Add comments explaining why we
48871         AC_REPLACE_FUNCS(strtol).
48872
48873 2001-08-26  Jim Meyering  <meyering@lucent.com>
48874
48875         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
48876         of copyright with `%s' so translators don't get an untranslated
48877         message in 2002.
48878         (COPYRIGHT_YEAR): Define.
48879         (version_etc): Use fprintf rather than fputs.
48880         Suggestion from Ulrich Drepper.
48881
48882         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
48883
48884         * lib/strtoll.c: New file, from GNU libc.
48885         * lib/xstrtoimax.c: New file.
48886
48887         * lib/xstrtol.h: Add xstrtoimax.
48888         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
48889         * lib/strtoimax.c: New file.  Likewise, but first define
48890         STRTOUXMAX_SIGNED.
48891
48892         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
48893         ...
48894         * lib/strtoxmax.c: ... then renamed to this.
48895
48896 2001-08-18  Paul Eggert  <eggert@twinsun.com>
48897
48898         * m4/inttypes.m4: Add AC_PREREQ(2.13).
48899         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
48900         (jm_AC_TYPE_INTMAX_T): New macro.
48901         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
48902
48903         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
48904
48905         * m4/longlong.m4: Renamed from ulonglong.m4.
48906         * m4/inttypes.m4: Renamed from inttypes_h.m4.
48907         * m4/uintmax_t.m4: Removed.
48908
48909 2001-08-13  Paul Eggert  <eggert@twinsun.com>
48910
48911         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
48912         Port to Solaris 8, where 'sed' requires a space after the 'r'
48913         command, and where sh dislikes "$/".  Clean up the spacing a bit.
48914         Redirect output to $tmp just once.
48915
48916 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
48917
48918         * lib/addext.c (<errno.h>): Include.
48919         (errno): Declare if not defined.
48920         (addext): Work correctly when pathconf returns -1 and leaves
48921         errno alone because there is no limit.  Also, work even if
48922         pathconf returns a value greater than SIZE_MAX.
48923
48924 2001-08-12  Jim Meyering  <meyering@lucent.com>
48925
48926         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
48927         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
48928         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
48929         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
48930         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
48931         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
48932         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
48933         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
48934         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
48935         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
48936         utime.m4, utimes.m4, xstrtoumax.m4:
48937         Quote the first argument in each use of AC_DEFUN.
48938
48939 2001-08-12  Jim Meyering  <meyering@lucent.com>
48940
48941         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
48942         Simply `return getcwd (NULL, 0);'.
48943         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
48944         Use 1300 as initial value for length, not PATH_MAX.
48945
48946         * lib/pathmax.h: Clean up cpp syntax.
48947
48948 2001-08-12  Jim Meyering  <meyering@lucent.com>
48949
48950         * lib/gettimeofday.c: New file.
48951         * lib/gtod.h: New file.
48952         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
48953
48954 2001-08-05  Jim Meyering  <meyering@lucent.com>
48955
48956         * m4/jm-macros.m4: Require autoconf-2.52.
48957
48958 2001-08-04  Jim Meyering  <meyering@lucent.com>
48959
48960         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
48961         stmt, to get in sync with glibc.
48962
48963 2001-08-03  Paul Eggert  <eggert@twinsun.com>
48964
48965         The following changes are from gettext 0.10.39 as maintained by
48966         Bruno Haible.
48967
48968         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
48969         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
48970         with inverted sense.  All uses changed.
48971
48972         * lib/mbswidth.c: Don't include <limits.h>.
48973         Include <stdlib.h> and <string.h> unconditionally.
48974         (iswcntrl, mbsinit, ISCNTRL): New macros.
48975         (mbsnwidth): Use K&R style function declarations.
48976         Don't bother checking for MB_LEN_MAX == 1, since the compiler
48977         can optimize it when MB_CUR_MAX == 1.
48978         The width of control characters is zero, not 1.
48979
48980 2001-08-03  Paul Eggert  <eggert@twinsun.com>
48981
48982         The following changes are from gettext 0.10.39 as maintained by
48983         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
48984
48985         * m4/codeset.m4: Upgrade to serial AM1.
48986         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
48987         all uses changed.  Quote first arg of AC_DEFUN.
48988         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
48989
48990         * m4/iconv.m4: Upgrade to serial AM2.
48991         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
48992         Add --with-libconv-prefix.
48993         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
48994         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
48995         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
48996         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
48997         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
48998
48999         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
49000         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
49001         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
49002         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
49003         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
49004         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
49005         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
49006         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
49007         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
49008
49009         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
49010         string.h any more.
49011
49012         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
49013         not the default value.
49014
49015         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
49016         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
49017         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
49018         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
49019         Also check for iswcntrl, used for wcwidth fallback.
49020         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
49021         to Autoconf 2.13.
49022
49023 2001-08-03  Jim Meyering  <meyering@lucent.com>
49024
49025         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
49026         as it was in the original.  Reported by Paul Eggert.
49027
49028 2001-07-16  Jim Meyering  <meyering@lucent.com>
49029
49030         * m4/gettimeofday.m4: New file.
49031         Prompted by a report from Bernhard Baehr.
49032
49033 2001-07-15  Jim Meyering  <meyering@lucent.com>
49034
49035         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
49036         stuff. Now it's in ../Makefile.cfg.
49037
49038 2001-07-15  Jim Meyering  <meyering@lucent.com>
49039
49040         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
49041         (BUILT_SOURCES): Add unlocked-io.h.
49042         (io_functions): Define.
49043         (unlocked-io.h): New rule.
49044         (DISTCLEANFILES): Add unlocked-io.h.
49045         (all-local): Depend on unlocked-io.h, to ensure it is created.
49046
49047         * lib/unlocked-io.hin: New file
49048
49049         * lib/regex.c: Update from glibc.
49050
49051 2001-07-05  Jim Meyering  <meyering@lucent.com>
49052
49053         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
49054         recommendation.
49055         (libfetish_a_SOURCES): Put all .h files here instead.
49056         Remove a thus-exposed (better checks in automake) duplicate and
49057         two unnecessary .h files.
49058
49059 2001-07-04  Jim Meyering  <meyering@lucent.com>
49060
49061         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
49062         that generates jm-glibc-io.m4 so that it doesn't trigger any make
49063         distcheck failure.
49064
49065 2001-07-02  Jim Meyering  <meyering@lucent.com>
49066
49067         The following changes were prompted by suggestions from Bruno Haible.
49068
49069         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
49070         is now generated.
49071         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
49072         definition of EXTRA_DIST.
49073         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
49074         ensure that the generated file is created/updated whenever the list
49075         of $(unlocked_functions) is changed.
49076         (jm-glibc-io.m4): New rule.
49077         (unlocked-io.h): New rule -- currently unused.
49078
49079 2001-06-24  Jim Meyering  <meyering@lucent.com>
49080
49081         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
49082         unmatched right bracket, rather than kludging it with an extra,
49083         falsely-matching quote in a comment.  Patch by Akim Demaille.
49084
49085 2001-06-11  Jim Meyering  <meyering@lucent.com>
49086
49087         * lib/regex.c: Update from GNU libc.
49088
49089 2001-05-27  Jim Meyering  <meyering@lucent.com>
49090
49091         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
49092         Check for ut_type in struct utmp.
49093
49094 2001-05-27  Jim Meyering  <meyering@lucent.com>
49095
49096         * lib/readutmp.h (UT_TYPE): Define.
49097
49098 2001-05-24  Jim Meyering  <meyering@lucent.com>
49099
49100         * lib/argmatch.c: Include "quote.h".
49101         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
49102         quote function.  Reported by Göran Uddeborg.
49103
49104 2001-05-22  Jim Meyering  <meyering@lucent.com>
49105
49106         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
49107         now that we use the package-supplied version unconditionally.
49108         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
49109
49110 2001-05-21  Jim Meyering  <meyering@lucent.com>
49111
49112         * m4/regex.m4: Change a couple backticks to single quotes to avoid
49113         shell syntax errors.
49114
49115 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49116
49117         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
49118
49119 2001-05-20  Paul Eggert  <eggert@twinsun.com>
49120
49121         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
49122         Don't bother to check library strftime, since
49123         we'll be using our own my_strftime function anyway.
49124         Define my_strftime instead of strftime.
49125
49126 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
49127
49128         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
49129         which is not yet declared.
49130
49131 2001-05-15  Jim Meyering  <meyering@lucent.com>
49132
49133         * m4/regex.m4: Use proper quoting so brackets appear in the test
49134         program.
49135         Reported by, and with help from, Bruno Haible.
49136
49137 2001-05-13  Jim Meyering  <meyering@lucent.com>
49138
49139         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
49140         undefined.
49141
49142 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49143
49144         dirname code cleanup.  base_name now behaves more compatibly
49145         with POSIX basename when given file names that have trailing
49146         slashes, and similarly for dir_name.  Add new primitives
49147         base_len and dir_len.  Put the directory-name-related decls
49148         into dirname.h.
49149
49150         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
49151         * lib/backupfile.c (base_name): Likewise.
49152         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
49153         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
49154         * lib/makepath.c (strip_trailing_slashes): Likewise.
49155         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
49156         ISSLASH): Likewise.
49157         * lib/rename.c (strip_trailing_slashes): Likewise.
49158         * lib/same.c (base_name): Likewise.
49159         * lib/stripslash.c (ISSLASH): Likewise.
49160
49161         * lib/addext.c: Include <dirname.h> after size_t is defined.
49162         * lib/backupfile.c: Likewise.
49163
49164         * lib/addext.c (addext): Use base_len to trim redundant
49165         trailing slashes instead of doing it ourselves.
49166         But do not trim the last slash if it is not redundant.
49167
49168         * lib/backupfile.c (find_backup_file_name,
49169         max_backup_version): Use base_len instead of rolling it ourselves.
49170         Handle the case of "" and (on DOS) "C:" correctly.
49171
49172         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
49173         needed. Include <string.h>, <dirname.h>.
49174         (base_name): Allow file names ending in slashes, other than names
49175         that are all slashes.  In this case, return the basename followed
49176         by the slashes.  This is more general, and can be used in places
49177         where the original base_name purposely had an assertion failure.
49178         (base_len): New function.
49179
49180         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
49181         Do not include <assert.h>; no longer needed.
49182         Include xalloc.h.
49183         (memrchr): Remove decl.
49184         (dir_name_r): Remove.
49185         (dir_len): Renamed from dirlen.  All callers changed.
49186         Rewrite in terms of base_name, for simplicity and consistency.
49187         (dir_name): Never return NULL.  All callers changed.
49188         Do not include <stdlib.h> in test program; no longer needed.
49189         return 0; is fine for test program.
49190
49191         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
49192         New macros.
49193         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
49194
49195         * lib/path-concat.c (path_concat): Use base_len to compute
49196         base length, not strlen; this means we cannot rely on memcpy
49197         to null-terminate.
49198
49199         * lib/same.c (STREQ): Remove.
49200         (same_name): Handle the case where the basename ends in trailing '/'.
49201
49202         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
49203         a slash was stripped.  Do not strip the last slash after a
49204         file system prefix.
49205
49206 2001-05-11  Paul Eggert  <eggert@twinsun.com>
49207
49208         * lib/Makefile.am (libfetish_a_SOURCES):
49209         Add strftime.c, since we now compile it on all hosts.
49210
49211         * lib/strftime.c (my_strftime):
49212         Define to nstrftime if emacs, but only if my_strftime is not defined.
49213         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
49214         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
49215         Add one more extra argument: a nanoseconds value.
49216         All uses changed.
49217         (ns): New macro.
49218         (my_strftime function): Add %N format.
49219         (emacs_strftimeu): Renamed from emacs_strftime,
49220         with extra ut argument.
49221
49222 2001-05-09  Paul Eggert  <eggert@twinsun.com>
49223
49224         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
49225
49226 2001-04-21  Jim Meyering  <meyering@lucent.com>
49227
49228         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
49229         doesn't interfere.
49230
49231 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
49232
49233         * m4/ftruncate.m4: Check for chsize.
49234         Link with ftruncate.o unconditionally if ftruncate is missing.
49235         This was required when cross-compiling to i586-mingw32msvc.
49236
49237 2001-04-08  Jim Meyering  <meyering@lucent.com>
49238
49239         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
49240         recomputed; that's necessary when the offset spans a DST transition.
49241         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
49242
49243 2001-04-02  Jim Meyering  <meyering@lucent.com>
49244
49245         * lib/regex.h, regex.c: Update from GNU libc.
49246
49247 2001-03-24  Jim Meyering  <meyering@lucent.com>
49248
49249         * m4/jm-macros.m4: Require autoconf-2.49d.
49250
49251 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
49252
49253         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
49254
49255 2001-03-19  Paul Eggert  <eggert@twinsun.com>
49256
49257         * lib/version-etc.c (version_etc_copyright): Update to 2001.
49258
49259 2001-03-17  Jim Meyering  <meyering@lucent.com>
49260
49261         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
49262         now that the version in autoconf is equivalent.
49263         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
49264
49265         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
49266         Suggestion from Akim Demaille.
49267
49268         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
49269         (jm_PREREQ_TEMPNAME): New function.
49270
49271 2001-03-16  Paul Eggert  <eggert@twinsun.com>
49272
49273         * lib/tempname.c (uint64_t): Define to uintmax_t if
49274         not defined, and if UINT64_MAX is not defined.
49275         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
49276         Reported by John David Anglin.
49277
49278 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
49279
49280         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
49281         resolve alias if codeset is empty.
49282         * lib/config.charset (BeOS): Use wildcard syntax.
49283
49284 2001-03-13  Jim Meyering  <meyering@lucent.com>
49285
49286         * lib/path-concat.c (path_concat)
49287         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
49288         concatenating e.g., `C:' and `foo'.
49289         From Bruno Haible.
49290
49291 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49292
49293         * lib/localcharset.c (locale_charset): Don't use
49294         setlocale(LC_CTYPE,NULL). Don't return NULL.
49295         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
49296
49297 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
49298
49299         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
49300         support for DOS/DJGPP.
49301
49302 2001-03-01  Paul Eggert  <eggert@twinsun.com>
49303
49304         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
49305         lacks mkstemp.  Compile our own tempname.c if we compile our own
49306         mkstemp.c, as mkstemp relies on tempname.
49307
49308 2001-03-01  Jim Meyering  <meyering@lucent.com>
49309
49310         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
49311         AH_VERBATIM really does output its argument verbatim.
49312
49313 2001-02-28  Paul Eggert  <eggert@twinsun.com>
49314
49315         * lib/Makefile.am (libfetish_a_SOURCES):
49316         Add dup-safer.c, fopen-safer.c.
49317         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
49318
49319         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
49320         * lib/unistd-safer.h: New files.
49321
49322 2001-02-25  Paul Eggert  <eggert@twinsun.com>
49323
49324         The mkstemp replacement is taken from glibc 2.2.2, with some
49325         portability fixes for use outside glibc, as follows:
49326
49327         * lib/tempname.c (struct_stat64): New macro.
49328         (direxists, __gen_tempname): Use it.
49329         This avoids a portability problem with Solaris 8.
49330
49331         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
49332         (<stddef.h>, <stdint.h>, <string.h>):
49333         Include only if STDC_HEADERS || _LIBC.
49334         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
49335         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
49336         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
49337         (__set_errno): Define this macro if <errno.h> doesn't.
49338         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
49339         Define these macros if <stdio.h> doesn't.
49340         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
49341         Define these macros if <sys/stat.h>
49342         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
49343         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
49344         __xstat64): Define if not _LIBC.
49345         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
49346         (__gen_tempname): Invoke gettimeofday only if
49347         HAVE_GETTIMEOFDAY || _LIBC;
49348         otherwise, fall back on plain "time".
49349         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
49350
49351         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
49352
49353         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
49354
49355 2001-02-18  Paul Eggert  <eggert@twinsun.com>
49356
49357         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
49358
49359 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49360
49361         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
49362         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
49363         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
49364         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
49365
49366 2001-02-17  Paul Eggert  <eggert@twinsun.com>
49367
49368         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
49369         Remove workaround macros for hosts that have mbrtowc but not
49370         mbstate_t, as we now insist on proper declarations for both
49371         before using mbrtowc.
49372
49373 2001-02-17  Jim Meyering  <meyering@lucent.com>
49374
49375         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
49376         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
49377         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
49378         UnixWare 7.1.1.
49379
49380         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
49381         rather than AC_CACHE_VAL.
49382
49383 2001-02-17  Jim Meyering  <meyering@lucent.com>
49384
49385         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
49386         around included file name.
49387
49388         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
49389
49390         * lib/strftime.c: Update from GNU libc (the only changes were to
49391         comments).
49392
49393 2001-02-17  Jim Meyering  <meyering@lucent.com>
49394
49395         * lib/regex.c: Update from libc.
49396
49397 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
49398
49399         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
49400         clash.
49401
49402 2001-02-16  Paul Eggert  <eggert@twinsun.com>
49403
49404         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
49405         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
49406         Reported by Mark Hounschell via Paul Eggert.
49407
49408 2001-02-07  Jim Meyering  <meyering@lucent.com>
49409
49410         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
49411
49412 2001-02-05  Jim Meyering  <meyering@lucent.com>
49413
49414         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
49415         it includes the patch required for `large file' support with at least
49416         HP-UX's 10.20 /bin/cc.
49417
49418 2001-02-03  Jim Meyering  <meyering@lucent.com>
49419
49420         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
49421         AS_IF, now that it works once again (mysteriously).
49422         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
49423
49424 2001-01-30  Jim Meyering  <meyering@lucent.com>
49425
49426         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
49427         * m4/chown.m4: Rename conftestchown to conftest.chown.
49428         * m4/rename.m4: s/conftestdir/conftest.d1/ and
49429         s/conftestdir2/conftest.d2/.
49430         * m4/utimes.m4: s/conftestdata/conftest.data/
49431         Inspired by Pavel Roskin's change in autoconf.
49432
49433 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
49434
49435         * lib/config.charset: Update for FreeBSD 4.2.
49436
49437 2001-01-27  Jim Meyering  <meyering@lucent.com>
49438
49439         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
49440         a use of AS_IF.
49441         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
49442
49443 2001-01-26  Jim Meyering  <meyering@lucent.com>
49444
49445         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
49446         quotearg.c includes it.
49447
49448 2001-01-26  Jim Meyering  <meyering@lucent.com>
49449
49450         * lib/quotearg.c: Include stddef.h.
49451         * lib/quote.c: Include stddef.h.
49452         Reported by Axel Kittenberger.
49453
49454         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
49455         line in double quotes so that it evokes a better diagnostic.
49456         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
49457         Reported by Axel Kittenberger.
49458
49459 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
49460
49461         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
49462         as if it was a `charset'.
49463
49464 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
49465
49466         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
49467         has const.
49468
49469 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
49470
49471         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
49472         to avoid a warning.  Add back 'const' to inptr.
49473
49474 2001-01-20  Jim Meyering  <meyering@lucent.com>
49475
49476         Be sure that headers are checked before used in code compiled
49477         for the type checks.
49478         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
49479         In place of that, invoke jm_CHECK_ALL_TYPES.
49480         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
49481         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
49482         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
49483         The check for ssize_t was mistakenly run before the test for unistd.h.
49484
49485         The configure-time check for stdbool.h was missing.
49486         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
49487         (jm_PREREQ_HASH): New function.
49488
49489 2001-01-17  Jim Meyering  <meyering@lucent.com>
49490
49491         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
49492         for autoconf-2.49c.
49493         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
49494
49495 2001-01-16  Jim Meyering  <meyering@lucent.com>
49496
49497         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
49498         From Bruno Haible.
49499
49500 2001-01-14  Jim Meyering  <meyering@lucent.com>
49501
49502         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
49503         foo and bar.  Create conftestdir/ in the script, not in the C code.
49504         Remove directories in the script, not in the C code.
49505         Remove conftestdir{,2} before trying to create the directory.
49506         Make the entire configure script fail if the mkdir fails.
49507
49508 2001-01-14  Jim Meyering  <meyering@lucent.com>
49509
49510         * lib/rename.c: New file.  From Volker Borchert.
49511         Include stdlib.h, string.h or strings.h, and xalloc.h.
49512         Use strip_trailing_slashes rather than open-coding it.
49513
49514 2001-01-03  Paul Eggert  <eggert@twinsun.com>
49515
49516         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
49517
49518 2001-01-03  Jim Meyering  <meyering@lucent.com>
49519
49520         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
49521         of local `inptr' to avoid warning with some system declarations of
49522         iconv.
49523
49524 2001-01-02  Volker Borchert  <bt@teknon.de>
49525
49526         * m4/rename.m4: New file.
49527         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
49528
49529 2001-01-01  Jim Meyering  <meyering@lucent.com>
49530
49531         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
49532         even on systems with utmpx.h.  It's necessary for the declaration of
49533         utmp's ut_user member.  Reported by Andreas Jaeger.
49534
49535         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
49536         available. They are required for the declarations of getgrgid and
49537         getpwuid resp.
49538         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
49539         Reported by Andreas Jaeger.
49540
49541 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
49542
49543         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
49544         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
49545         so `make install' also works in VPATH builds.
49546
49547 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
49548
49549         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
49550         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
49551         can be used in subdirectories.
49552
49553 2000-12-29  Paul Eggert  <eggert@twinsun.com>
49554
49555         * lib/modechange.c: Do not assume that mode_t uses the
49556         traditional octal encoding.  E.g. "chmod 1 FOO" should set
49557         the other-execute bit of FOO even if S_IXOTH != 1.
49558
49559         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
49560         WOTH, XOTH, ALLM): New macros.
49561         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
49562          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
49563         Use them.
49564         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
49565         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
49566         (mode_compile):
49567         No need to use uintmax_t; unsigned long is long enough.
49568         Don't bother to get suffix since we don't use it.
49569
49570 2000-12-26  Jim Meyering  <meyering@lucent.com>
49571
49572         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
49573         better with autoheader.
49574
49575 2000-12-24  Jim Meyering  <meyering@lucent.com>
49576
49577         * lib/hash.c (is_prime): Return explicit boolean values.
49578         (hash_get_first): Return NULL to appease Irix5.6's 89.
49579         Reported by Nelson Beebe.
49580
49581 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
49582
49583         * lib/localcharset.c (locale_charset): Add support for Win32.
49584
49585 2000-12-18  Paul Eggert  <eggert@twinsun.com>
49586
49587         * lib/physmem.h, lib/physmem.c: New files.
49588
49589         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
49590         (noinst_HEADERS): Add physmem.h.
49591
49592         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
49593         't' for compatibility with Solaris 8 sort.
49594
49595 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
49596
49597         * lib/config.charset: Add support for BeOS.
49598
49599 2000-12-17  Jim Meyering  <meyering@lucent.com>
49600
49601         * m4/dos.m4 (jm_AC_DOS): New file and macro.
49602         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
49603
49604 2000-12-16  Jim Meyering  <meyering@lucent.com>
49605
49606         This bug had a serious impact on chown: `chown N:M FILE' (for integer
49607         N and M) would have treated it like `chown N:N FILE'.
49608
49609         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
49610
49611 2000-12-16  Jim Meyering  <meyering@lucent.com>
49612
49613         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
49614         SHELLS_FILE to a file name that's useful on djgpp systems.
49615         Include stdlib.h.
49616         (ADDITIONAL_DEFAULT_SHELLS): Define.
49617         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
49618         Based mostly on a patch from Prashant TR.
49619
49620 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
49621
49622         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
49623         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
49624         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
49625
49626 2000-12-08  Andreas Schwab  <schwab@suse.de>
49627
49628         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
49629         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
49630
49631 2000-12-07  Jim Meyering  <meyering@lucent.com>
49632
49633         * lib/stripslash.c (ISSLASH): Define.
49634         (strip_trailing_slashes): Use ISSLASH rather than comparing against
49635         `/'.
49636         From Prashant TR.
49637
49638         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
49639         (dir_name_r): Declare this function as static.
49640         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
49641         manifest itself on a name containing a mix of slashes and
49642         backslashes.
49643         Make this function work with names starting with a DOS-style
49644         drive letter and colon prefix.
49645         (dir_name): Append `.' if necessary.
49646         Based mostly on patches from Prashant TR and Eli Zaretskii.
49647
49648         * lib/dirname.h (dir_name_r): Remove prototype.
49649
49650 2000-12-06  Paul Eggert  <eggert@twinsun.com>
49651
49652         * m4/off_t-format.m4: Remove this file.
49653         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
49654
49655 2000-12-06  Jim Meyering  <meyering@lucent.com>
49656
49657         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
49658         replacement strtoull, we may well need the replacement strtoul, too.
49659         Check for declarations of strtoul and strtoull.
49660         Check for strtol.  Mainly as a cue to cause automake to include
49661         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
49662         Check for limits.h -- strtol.c needs it.
49663
49664 2000-12-05  Jim Meyering  <meyering@lucent.com>
49665
49666         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
49667
49668 2000-12-04  Jim Meyering  <meyering@lucent.com>
49669
49670         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
49671         Also include memory.h, stdlib.h, unistd.h if appropriate.
49672         Reported by Andreas Jaeger (conflicting declaration of malloc).
49673
49674 2000-12-02  Jim Meyering  <meyering@lucent.com>
49675
49676         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
49677         * m4/jm-macros.m4 (jm_MACROS): require it.
49678
49679 2000-12-02  Jim Meyering  <meyering@lucent.com>
49680
49681         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
49682
49683 2000-12-01  Paul Eggert  <eggert@twinsun.com>
49684
49685         * lib/memrchr.c: Include <config.h> before any system include file.
49686
49687 2000-11-30  Jim Meyering  <meyering@lucent.com>
49688
49689         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
49690
49691 2000-11-30  Jim Meyering  <meyering@lucent.com>
49692
49693         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
49694
49695 2000-11-29  Paul Eggert  <eggert@twinsun.com>
49696
49697         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
49698
49699 2000-11-26  Jim Meyering  <meyering@lucent.com>
49700
49701         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
49702
49703 2000-11-22  Paul Eggert  <eggert@twinsun.com>
49704
49705         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
49706         size of (size_t) -1; it's not portable.
49707
49708 2000-11-17  Jim Meyering  <meyering@lucent.com>
49709
49710         * lib/strstr.c: Update from GNU libc.
49711
49712 2000-11-17  Akim Demaille  <akim@epita.fr>
49713
49714         * lib/obstack.h: Formatting changes.
49715         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
49716         prevent type checking.
49717         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
49718         cast the value to (void *): assigning a `foo *' to a `void *'
49719         variable is valid.
49720         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
49721
49722 2000-11-16  Jim Meyering  <meyering@lucent.com>
49723
49724         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
49725
49726 2000-11-11  Jim Meyering  <meyering@lucent.com>
49727
49728         * lib/error.c: Add a couple #includes, merging from GNU libc version.
49729
49730 2000-11-10  Jim Meyering  <meyering@lucent.com>
49731
49732         * lib/obstack.h: Update from GNU libc.
49733         * lib/obstack.c: Likewise.
49734
49735 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
49736
49737         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
49738
49739 2000-11-06  Paul Eggert  <eggert@twinsun.com>
49740
49741         * lib/getusershell.c (setusershell): Use rewind rather than
49742         fseek/fseeko, to avoid configuration hassles with fseeko.
49743         Don't bother opening SHELLS_FILE if shellstream is NULL;
49744         it's not necessary.
49745
49746 2000-11-05  Jim Meyering  <meyering@lucent.com>
49747
49748         * lib/makepath.h (make_dir): Declare.
49749         * lib/makepath.c (make_dir): Remove `static' attribute.
49750         Tweak a comment.
49751
49752 2000-11-04  Jim Meyering  <meyering@lucent.com>
49753
49754         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
49755
49756 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
49757
49758         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
49759         last one in a bucket, advance to the next bucket.
49760
49761 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
49762
49763         * lib/fnmatch.c: Do not comment out all the code if we are using
49764         the GNU C library, because in some cases we are replacing buggy
49765         code in the GNU C library itself.
49766
49767 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
49768
49769         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
49770         (regex_compile): Catch bogus \(\1\).
49771
49772 2000-10-30  Paul Eggert  <eggert@twinsun.com>
49773
49774         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
49775         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
49776         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
49777
49778 2000-10-30  Paul Eggert  <eggert@twinsun.com>
49779
49780         * lib/error.h, getline.h, modechange.h:
49781         Remove "2000" from Copyright line, as the file hasn't been
49782         changed this year other than in the copyright notice.
49783
49784         * lib/xalloc.h: Add "2000" to Copyright line, as this file
49785         was changed this year.
49786
49787 2000-10-29  Jim Meyering  <meyering@lucent.com>
49788
49789         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
49790         renaming.
49791         * m4/ls-mntd-fs.m4: Likewise
49792
49793 2000-10-29  Jim Meyering  <meyering@lucent.com>
49794
49795         * lib/xstat.in: Fix grammar in comment.
49796
49797 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
49798
49799         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
49800         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
49801         doesn't define __restrict_arr.
49802
49803 2000-10-28  Jim Meyering  <meyering@lucent.com>
49804
49805         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
49806         (jm_PREREQ_MEMCHR): New function.
49807
49808 2000-10-28  Jim Meyering  <meyering@lucent.com>
49809
49810         * lib/memchr.c: Update from libc.
49811         Adjust for portability:
49812         [HAVE_STDLIB_H]: Include stdlib.h.
49813         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
49814         Undef __memchr, too.
49815         [!weak_alias]: Define __memchr to memchr.
49816
49817         * lib/regex.c: Update from libc.
49818         * lib/regex.h: Likewise.
49819         * lib/getopt1.c: Likewise.
49820         * lib/memcmp.c: Likewise.
49821
49822         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
49823         Avoid using fseek, when possible -- it's broken by design.
49824         Patch by Ulrich Drepper.
49825
49826 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
49827
49828         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
49829         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
49830         Giving in to popular pressure to shut up the compiler with casts.
49831
49832 2000-10-26  Jim Meyering  <meyering@lucent.com>
49833
49834         * lib/strftime.c: Update from libc.
49835
49836 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
49837
49838         * regex.c: More `unsigned char' -> `re_char' changes.
49839         Also change several `int' into `re_wchar_t'.
49840         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
49841         (PUSH_FAILURE_POINTER): Don't cast any more.
49842         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
49843         We want GCC to complain, since this piece of code makes
49844         re_match non-reentrant, which *should* be fixed.
49845         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
49846         (EXTEND_BUFFER): Use RETALLOC.
49847         (SET_LIST_BIT): Don't cast.
49848         (re_wchar_t): New type.
49849         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
49850         that those two functions will always properly return.
49851         (IMMEDIATE_QUIT_CHECK): Cast to void.
49852         (analyse_first): Use recursion rather than an explicit stack.
49853         (re_compile_fastmap): Can't fail anymore.
49854         (re_search_2): Don't check re_compile_fastmap for failure.
49855         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
49856         Now also sets the new value (passed in a new argument).
49857         (re_match_2_internal): Use it.
49858         Also, use a new var `reg' of type size_t when looping through regs
49859         rather than reuse the inappropriate `mcnt'.
49860
49861 2000-10-25  Jim Meyering  <meyering@lucent.com>
49862
49863         * lib/obstack.c: Update from libc.
49864
49865 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
49866
49867         * regex.c (regex_compile): Change the way of handling a range from
49868         a char less than 256 to a char not less than 256.
49869
49870 2000-10-24  Andrew Innes  <andrewi@gnu.org>
49871
49872         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
49873         NT-Emacs only.
49874         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
49875         so that re_search functions only quit when callers expect them to.
49876
49877 2000-10-23  Jim Meyering  <meyering@lucent.com>
49878
49879         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
49880         wrong.  That set_locale call must not have any side effects.
49881         From Paul Eggert.
49882
49883 2000-10-22  Jim Meyering  <meyering@lucent.com>
49884
49885         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
49886         [CYCLIC]: Remove now-unused definition.
49887
49888         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
49889         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
49890         Suggestion from Ulrich Drepper.
49891
49892 2000-10-21  Jim Meyering  <meyering@lucent.com>
49893
49894         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
49895         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
49896         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
49897
49898 2000-10-21  Jim Meyering  <meyering@lucent.com>
49899
49900         * lib/dirname.c (memrchr): Declare if necessary.
49901         (dir_name): Remove the restriction that there be no
49902         trailing slashes.  Now, this code skips past them, effectively
49903         ignoring them.
49904         [TEST_DIRNAME] (main): New unit tests.
49905
49906         * lib/memrchr.c: New file from GNU libc.
49907         Undef __memrchr, too.
49908         [!weak_alias]: Define __memrchr to memrchr.
49909         Guard weak_alias use with `#ifdef weak_alias'.
49910
49911 2000-10-21  Jim Meyering  <meyering@lucent.com>
49912
49913         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
49914         (dir_name): Use dir_name_r.
49915         * lib/dirname.h (dir_name_r): Declare it.
49916
49917 2000-10-17  Jim Meyering  <meyering@lucent.com>
49918
49919         * lib/quote.h (PARAMS): Define and use.
49920         Reported by Akim Demaille.
49921
49922         * lib/getopt.c: Update from libc.
49923
49924 2000-10-16  Jim Meyering  <meyering@lucent.com>
49925
49926         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
49927         setlocale.
49928         From Jan Fedak.
49929
49930 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
49931
49932         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
49933
49934 2000-09-25  Jim Meyering  <meyering@lucent.com>
49935
49936         * lib/md5.h (rol): Define (from GnuPG).
49937
49938         * lib/sha.c: Give credit (GnuPG) where due.
49939         (M): Use rol rather than open-coding it.
49940         Add a FIXME comment.
49941
49942 2000-09-21  Jim Meyering  <meyering@lucent.com>
49943
49944         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
49945         Reported by Michael Stone.
49946
49947 2000-09-20  Jim Meyering  <meyering@lucent.com>
49948
49949         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
49950         (noinst_HEADERS): Add sha.h.
49951         Based on code from Scott G. Miller and from GnuPG.
49952
49953 2000-09-18  Jim Meyering  <meyering@lucent.com>
49954
49955         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
49956         LIBS. Otherwise, everyone ends up linking with -lelf for some
49957         configurations.
49958         Reported by Mike Stone.
49959
49960 2000-09-15  Jim Meyering  <meyering@lucent.com>
49961
49962         * lib/regex.c: Update from libc.
49963
49964 2000-09-10  Jim Meyering  <meyering@lucent.com>
49965
49966         * lib/getopt.c (_getopt_internal): Update from glibc.
49967
49968 2000-09-09  Jim Meyering  <meyering@lucent.com>
49969
49970         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
49971         think it should be used as a general replacement for isascii.
49972         * lib/fnmatch.c: Likewise.
49973         * lib/mbswidth.c: Likewise
49974         * lib/regex.c: Likewise.
49975
49976         Don't use atoi.
49977         * lib/userspec.c: Include sys/param.h and limits.h.
49978         Include xstrtol.h.
49979         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
49980         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
49981         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
49982         UID, GID.  Check range.
49983
49984 2000-09-06  Jim Meyering  <meyering@lucent.com>
49985
49986         * lib/getopt.c (_getopt_internal): Update from glibc.
49987
49988 2000-08-30  Jim Meyering  <meyering@lucent.com>
49989
49990         * lib/strftime.c: Merge in changes from GNU libc.
49991
49992 2000-08-26  Jim Meyering  <meyering@lucent.com>
49993
49994         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
49995         * m4/fpending.m4: New file.
49996
49997 2000-08-26  Jim Meyering  <meyering@lucent.com>
49998
49999         * lib/closeout.c: Include "__fpending.h".
50000         (close_stdout_status): Return right away if there's nothing to flush.
50001
50002         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
50003         * lib/__fpending.c: New file.
50004         * lib/__fpending.h: New file.
50005
50006 2000-08-20  Jim Meyering  <meyering@lucent.com>
50007
50008         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
50009         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
50010         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
50011
50012 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
50013
50014         Improve fileutils installation on systems where running
50015         programs (like install) can't be unlinked.
50016         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
50017         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
50018
50019 2000-08-07  Paul Eggert  <eggert@twinsun.com>
50020
50021         Standardize on "memory exhausted" instead of "Memory exhausted"
50022         or "virtual memory exhausted".
50023         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
50024         "virtual memory exhausted".
50025         * lib/same.c (same_name): Invoke xalloc_die instead of printing
50026         our own message.
50027         * lib/userspec.c (parse_user_spec): Likewise.
50028         * lib/bumpalloc.h: comment fix
50029         * lib/same.c, userspec.c: Include xalloc.h.
50030
50031         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
50032         not char *const and pointing to a constant array.
50033         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
50034         (xrealloc): Comment fix.
50035
50036         * lib/userspec.c (parse_user_spec):
50037         Don't translate a message until just before returning,
50038         to avoid unnecessary translation.
50039
50040 2000-08-07  Jim Meyering  <meyering@lucent.com>
50041
50042         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
50043         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
50044         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
50045         getgroups.c, gethostname.c, getopt.h, group-member.c,
50046         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
50047         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
50048         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
50049         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
50050         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
50051         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
50052         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
50053         yesno.c: Back out Copyright date changes for each file with no change
50054         this year.  This eases coordination with other programs using the same
50055         source code modules.  From Paul Eggert.
50056
50057 2000-08-06  Paul Eggert  <eggert@twinsun.com>
50058
50059         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
50060         not char, for compatibility with glibc 2.1.3 strftime.c.
50061
50062 2000-08-03  Greg McGary  <greg@mcgary.org>
50063
50064         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
50065         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
50066         (EXTEND_BUFFER): Use them.
50067
50068 2000-08-01  Jim Meyering  <meyering@lucent.com>
50069
50070         * lib/dirname.c (ISSLASH): Define.
50071         (BACKSLASH_IS_PATH_SEPARATOR): Define.
50072         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
50073         both `\' and `/' may be use as path separators.
50074         Based on a patch from Prashant TR.
50075
50076 2000-07-31  Paul Eggert  <eggert@twinsun.com>
50077
50078         * lib/quotearg.c (quotearg_n_options): Don't make the initial
50079         slot vector a constant, since it might get modified.
50080
50081 2000-07-31  Jim Meyering  <meyering@lucent.com>
50082
50083         * lib/xmalloc.c: Use `virtual memory exhausted', not
50084         `Memory exhausted'.
50085         * lib/obstack.c (print_and_abort): Likewise.
50086
50087 2000-07-30  Paul Eggert  <eggert@twinsun.com>
50088
50089         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
50090         buffer, so that the caller can always quote one small
50091         component of a "memory exhausted" message in slot 0.
50092         From a suggestion by Jim Meyering.
50093
50094 2000-07-30  Jim Meyering  <meyering@lucent.com>
50095
50096         * lib/makepath.c (make_path): Quote the other instance, too.
50097
50098         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
50099         (STATIC_BUF_SIZE): Define.
50100         (quotearg_n_options): Use only statically allocated storage when
50101         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
50102         than STATIC_BUF_SIZE.
50103
50104 2000-07-29  Jim Meyering  <meyering@lucent.com>
50105
50106         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
50107         * lib/dirname.c (dir_name): Likewise.
50108
50109         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
50110         `/'.
50111
50112         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
50113         (dir_name): Assert that there are no trailing slashes.
50114
50115 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
50116
50117         * lib/mbswidth.h (mbswidth): Add a flags argument.
50118         (mbswidth): New declaration.
50119         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
50120         * lib/mbswidth.c (mbswidth): Add a flags argument.
50121         (mbsnwidth): New function.
50122
50123 2000-07-24  Jim Meyering  <meyering@lucent.com>
50124
50125         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
50126
50127 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50128
50129         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
50130
50131 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50132
50133         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
50134         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
50135         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
50136         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
50137         invoke multibyte primitives.
50138
50139 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50140
50141         * lib/quotearg.c:
50142         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
50143         so that mbstate_t is always defined.
50144
50145         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
50146         be 1 in at least one GCC installation, and this configuration
50147         error is likely to be common.  Ignoring MB_LEN_MAX hurts
50148         performance on hosts that have mbrtowc but have only unibyte
50149         locales, but I assume these hosts are rare.
50150
50151 2000-07-23  Paul Eggert  <eggert@twinsun.com>
50152
50153         * lib/mbswidth.c (_XOPEN_SOURCE):
50154         Don't define; this causes problems on Solaris 7.
50155         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
50156
50157 2000-07-23  Jim Meyering  <meyering@lucent.com>
50158
50159         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
50160         too: getgrgid, getpwuid, getuid.
50161
50162 2000-07-23  Jim Meyering  <meyering@lucent.com>
50163
50164         * lib/basename.c (base_name): Add an assertion.
50165
50166 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
50167
50168         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
50169         shadow its mbsinit function.
50170
50171 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50172
50173         * lib/mbswidth.h: New file.
50174         * lib/mbswidth.c: New file.
50175         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
50176         (noinst_HEADERS): Add mbswidth.h.
50177
50178 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
50179
50180         * lib/config.charset: Add support for FreeBSD. Improve support for
50181         HP-UX and IRIX 6.
50182
50183 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
50184
50185         * m4/mbswidth.m4: New file.
50186         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
50187
50188 2000-07-15  Jim Meyering  <meyering@lucent.com>
50189
50190         * lib/makepath.c: Include quote.h.
50191         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
50192         corresponding argument in a `quote (...)' call.
50193         Give better diagnostics.
50194
50195         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
50196         (noinst_HEADERS): Add quote.h.
50197
50198         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
50199         from tar's src/misc.c.
50200         * lib/quote.h: New file.  Prototypes for same.
50201
50202 2000-07-14  Paul Eggert  <eggert@twinsun.com>
50203
50204         From a suggestion by Bruno Haible.
50205         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
50206         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
50207         to decide whether to define the BeOS workaround macro;
50208         this adjusts to the change to AC_MBSTATE_T.
50209
50210 2000-07-14  Jim Meyering  <meyering@lucent.com>
50211
50212         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
50213         jm_AC_TYPE_UINTMAX_T.
50214
50215 2000-07-13  Paul Eggert  <eggert@twinsun.com>
50216
50217         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
50218
50219         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
50220         quotearg_buffer_restyled): Add support for
50221         clocale_quoting_style.  Undo previous change to
50222         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
50223         and "{RIGHT QUOTATION MARK}" msgids.
50224
50225 2000-07-10  Paul Eggert  <eggert@twinsun.com>
50226
50227         From a suggestion by Bruno Haible.
50228         * m4/mbstate_t.m4 (AC_MBSTATE_T):
50229         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
50230         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
50231         and mbstate_t, to a single-part test that simply defines mbstate_t.
50232         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
50233         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
50234
50235 2000-07-10  Jim Meyering  <meyering@lucent.com>
50236
50237         * m4/strerror_r.m4: Mirror the correction made in autoconf.
50238
50239         * m4/gnu-source.m4: Output to confdefs.h directly.
50240         Suggestion from Akim Demaille.
50241
50242 2000-07-09  Paul Eggert  <eggert@twinsun.com>
50243
50244         The old behavior of quoting `like this' doesn't look good with
50245         newer, ISO-style fonts.  See:
50246         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
50247
50248         Instead, quote "like this" by default.  Let the translator
50249         tailor the locale-specific quoting behavior by providing
50250         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
50251
50252         * lib/quotearg.c (N_): New macro.
50253         (gettext_default): New function.
50254         (quotearg_buffer_restyled): Use
50255         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
50256         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
50257
50258 2000-07-09  Jim Meyering  <meyering@lucent.com>
50259
50260         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
50261         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
50262
50263         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
50264         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
50265
50266 2000-07-09  Jim Meyering  <meyering@lucent.com>
50267
50268         * lib/Most files: Update copyright dates to include 2000.
50269
50270 2000-07-08  Jim Meyering  <meyering@lucent.com>
50271
50272         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
50273         if not defined.
50274         (xgethostname): Remove now-unnecessary #ifdef.
50275         Move declaration of `err' into loop where it's used.
50276
50277 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50278         and Bruno Haible  <haible@clisp.cons.org>
50279
50280         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
50281         only if the test for an object-type mbstate_t fails.  This
50282         prevents us from mistakenly reporting that mbstate_t is a
50283         system object type after we "#define mbstate_t int" to work
50284         around its lack.
50285
50286 2000-07-05  Paul Eggert  <eggert@twinsun.com>
50287         and Bruno Haible  <haible@clisp.cons.org>
50288
50289         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
50290
50291 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50292
50293         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
50294         to strerror_r.
50295         Include <ctype.h> for use of isalpha.
50296
50297 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50298
50299         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
50300         by allocating a larger buffer. Test the gethostname return value for
50301         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
50302         returns an error and ENAMETOOLONG isn't defined.
50303
50304 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
50305
50306         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
50307         dimension.
50308
50309 2000-07-04  Jim Meyering  <meyering@lucent.com>
50310
50311         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
50312         of the deprecated AC_CHECKING.
50313
50314 2000-07-04  Jim Meyering  <meyering@lucent.com>
50315
50316         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
50317         Reported by Bruno Haible.
50318
50319 2000-07-04  Jim Meyering  <meyering@lucent.com>
50320
50321         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
50322         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
50323         lacks mbrtowc.
50324
50325 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50326
50327         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
50328         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
50329
50330 2000-07-03  Paul Eggert  <eggert@twinsun.com>
50331         and Bruno Haible  <haible@clisp.cons.org>
50332
50333         * lib/quotearg.c (mbrtowc):
50334         Assign to *pwc, and return 1 only if result is nonzero.
50335         (iswprint): Use ISPRINT when substituting our own mbrtowc.
50336
50337 2000-07-03  Jim Meyering  <meyering@lucent.com>
50338
50339         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
50340
50341 2000-07-03  Jim Meyering  <meyering@lucent.com>
50342
50343         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
50344         This is necessary to get a definition of e.g., UTMP_FILE on
50345         HP-UX 10.20.
50346         From Bob Proulx.
50347
50348 2000-07-02  Jim Meyering  <meyering@lucent.com>
50349
50350         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
50351
50352         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
50353         AC_LIBOBJ(function_name).
50354         * m4/chown.m4: Likewise.
50355         * m4/fnmatch.m4: Likewise.
50356         * m4/ftruncate.m4: Likewise.
50357         * m4/getgroups.m4: Likewise.
50358         * m4/getline.m4: Likewise.
50359         * m4/group-member.m4: Likewise.
50360         * m4/jm-macros.m4: Likewise.
50361         * m4/lstat.m4: Likewise.
50362         * m4/malloc.m4: Likewise.
50363         * m4/memcmp.m4: Likewise.
50364         * m4/nanosleep.m4: Likewise.
50365         * m4/putenv.m4: Likewise.
50366         * m4/realloc.m4: Likewise.
50367         * m4/regex.m4: Likewise.
50368         * m4/stat.m4: Likewise.
50369         * m4/strftime.m4: Likewise.
50370
50371 2000-07-02  Jim Meyering  <meyering@lucent.com>
50372
50373         * lib/quotearg.c (mbstate_t): Don't define here.
50374
50375 2000-07-02  Jim Meyering  <meyering@lucent.com>
50376
50377         * lib/nanosleep.c (SIGCONT): Define if not already defined.
50378
50379 2000-07-01  Jim Meyering  <meyering@lucent.com>
50380
50381         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
50382
50383 2000-07-01  Jim Meyering  <meyering@lucent.com>
50384
50385         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
50386         problem.
50387
50388 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
50389
50390         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
50391         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
50392
50393 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
50394
50395         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
50396         per change in ../m4/ls-mntd-fs.m4.
50397         (read_filesystem_list): Ignore symbolic links.
50398
50399 2000-06-29  Jim Meyering  <meyering@lucent.com>
50400
50401         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
50402         for declaration of strcmp.
50403
50404         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
50405
50406         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
50407         Avoid warning by casting result to `char *' to remove `const'.
50408
50409 2000-06-28  Jim Meyering  <meyering@lucent.com>
50410
50411         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
50412         included by quotearg.c, for which we perform this test.  From
50413         Bruno Haible.
50414
50415 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
50416
50417         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
50418         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
50419         <utmpx.h> exists, put readutmp.o into LIBOBJS.
50420
50421 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
50422
50423         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
50424
50425 2000-06-26  Paul Eggert  <eggert@twinsun.com>
50426
50427         savedir now sets errno on failure and invokes xmalloc to get memory.
50428         Fix a couple of other minor bugs while we're at it.
50429
50430         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
50431         (NAMLEN): Remove macro.
50432         (malloc, realloc): Remove decls.
50433         (stpcpy): Likewise.
50434         ("xalloc.h"): Include.
50435         (NAME_SIZE_DEFAULT): New macro.
50436         (savedir): Use xmalloc / xrealloc to allocate memory.
50437         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
50438         Skip "" directory entries.
50439         Use strlen to calculate directory entry length, since the old method
50440         is rarely used these days and isn't worth supporting.
50441         Don't use a pointer after freeing it.
50442         Check for integer overflow when calculating allocation size.
50443         Use memcpy to copy entries, instead of stpcpy.
50444         Set errno properly when returning NULL.
50445         Check for readdir error.
50446
50447 2000-06-26  Jim Meyering  <meyering@lucent.com>
50448
50449         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
50450
50451 2000-06-25  Jim Meyering  <meyering@lucent.com>
50452
50453         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
50454         Linux header bug when _XOPEN_SOURCE is defined to 500.
50455
50456 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
50457
50458         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
50459         deficiency.
50460
50461 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
50462
50463         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
50464         Include xalloc.h.
50465         Don't include <stdlib.h>.  Don't declare malloc, realloc.
50466
50467 2000-06-24  Jim Meyering  <meyering@lucent.com>
50468
50469         * m4/strerror_r.m4: Revive this file -- to try out an experimental
50470         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
50471         for which strerror does return char*, but which lacks a conveniently
50472         accessible declaration of the function.  If the compile-test says
50473         strerror_r doesn't work, then resort to a `run'-test that works on
50474         BeOS and segfaults on DEC Unix.
50475
50476 2000-06-24  Jim Meyering  <meyering@lucent.com>
50477
50478         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
50479
50480 2000-06-23  Paul Eggert  <eggert@twinsun.com>
50481
50482         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
50483         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
50484
50485 2000-06-23  Paul Eggert  <eggert@twinsun.com>
50486
50487         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
50488         (mbrtowc, mbstate_t): Define substitutes if
50489         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
50490         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
50491         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
50492
50493 2000-06-23  Jim Meyering  <meyering@lucent.com>
50494
50495         * m4/afs.m4: Add missing AC_MSG_RESULT.
50496         Reported by Bruno Haible.
50497
50498         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
50499         Suggestion from Bruno Haible.
50500
50501 2000-06-23  Jim Meyering  <meyering@lucent.com>
50502
50503         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
50504
50505 2000-06-21  Jim Meyering  <meyering@lucent.com>
50506
50507         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
50508
50509 2000-06-21  Jim Meyering  <meyering@lucent.com>
50510
50511         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
50512         (noinst_HEADERS): Add getstr.h.
50513
50514         * lib/getline.c (getstr): Move into a separate file.
50515         * lib/getstr.c (getstr): New file, extracted from getline.c, with
50516         the following changes: new parameter, delim2; both delim[12]
50517         parameters have type `int', not `char'.  The latter would lose
50518         with 8-bit delimiters.
50519         * lib/getstr.h: New file.
50520
50521 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50522
50523         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
50524         than 1024, return a memory chunk of least possible size, instead
50525         of size PATH_MAX + 2. In the loop, increment the size proportionally.
50526         Use free/xmalloc instead of xrealloc to avoid copying for very long
50527         paths.
50528
50529 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50530
50531         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
50532         the empty string.
50533
50534 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
50535
50536         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
50537         address, not strdup.  Include <stdlib.h> and don't declare free().
50538
50539 2000-06-19  Jim Meyering  <meyering@lucent.com>
50540
50541         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
50542
50543 2000-06-18  Jim Meyering  <meyering@lucent.com>
50544
50545         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
50546
50547         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
50548         `checking whether...' message to be consistent with that of the
50549         lstat test.
50550
50551 2000-06-18  Jim Meyering  <meyering@lucent.com>
50552
50553         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
50554         Besides, these days every porting target provides a mkdir function.
50555
50556         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
50557         needed. (this snippet comes from src/system.h).
50558
50559 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
50560
50561         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
50562
50563 2000-06-15  Paul Eggert  <eggert@twinsun.com>
50564
50565         * lib/human.c (adjust_value): New function.
50566         (human_readable_inexact): Apply rounding style even when
50567         printing approximate values.
50568
50569 2000-06-14  Paul Eggert  <eggert@twinsun.com>
50570
50571         * lib/human.c (human_readable_inexact): Allow an input block
50572         size that is not a multiple of the output block size, and vice versa.
50573         Reported by Piergiorgio Sartor.
50574
50575 2000-06-14  Paul Eggert  <eggert@twinsun.com>
50576
50577         * lib/getdate.y (get_date): Apply relative times after time
50578         zone indicator, not before.  Reported by Todd A. Jacobs.
50579
50580 2000-06-13  Jim Meyering  <meyering@lucent.com>
50581
50582         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
50583
50584         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
50585
50586 2000-06-12  Paul Eggert  <eggert@twinsun.com>
50587
50588         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
50589
50590 2000-06-12  Jim Meyering  <meyering@lucent.com>
50591
50592         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
50593         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
50594         optional argument.
50595         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
50596         the optional argument, `lib'.
50597
50598 2000-06-08  Jim Meyering  <meyering@lucent.com>
50599
50600         * m4/largefile.m4: Remove file (now that it's part of autoconf).
50601
50602 2000-06-04  Paul Eggert  <eggert@twinsun.com>
50603
50604         Rewrite largefile configuration so that we don't need to run
50605         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
50606         AC_CANONICAL_HOST in configure.in -- jmm]
50607
50608         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
50609         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
50610         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
50611         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
50612         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
50613         All uses changed.
50614         Instead of inspecting the output of getconf, try to compile the
50615         test program without and with the macro definition.
50616         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
50617         for getconf.  Instead, check for the needed flags by compiling
50618         test programs.
50619
50620 2000-06-04  Paul Eggert  <eggert@twinsun.com>
50621
50622         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
50623
50624 2000-06-04  Jim Meyering  <meyering@lucent.com>
50625
50626         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
50627         SunOS 4.1.4 for which gid_t is an unsigned type.
50628
50629 2000-06-03  Jim Meyering  <meyering@lucent.com>
50630
50631         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
50632         now that autoconf requires that.
50633
50634         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
50635         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
50636         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
50637
50638 2000-06-03  Jim Meyering  <meyering@lucent.com>
50639
50640         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
50641
50642 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
50643
50644         * m4/glibc21.m4: New file.
50645         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
50646
50647 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
50648
50649         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
50650         newer, don't install charset.alias.
50651         * lib/config.charset: Change the Linux/glibc rules so they become empty
50652         on glibc-2.1 or newer.
50653
50654 2000-06-02  Jim Meyering  <meyering@lucent.com>
50655
50656         * lib/mountlist.c: Back out last change.  Instead, do this...
50657         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
50658         me_dummy member using the same `ignore'-testing code.
50659         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
50660         fs_type strings.
50661         From Mark D. Roth.
50662
50663 2000-05-29  Jim Meyering  <meyering@lucent.com>
50664
50665         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
50666         mounts with the `ignore' attribute.  Based on a patch from
50667         Mark D. Roth.
50668
50669 2000-05-28  Jim Meyering  <meyering@lucent.com>
50670
50671         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
50672         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50673         * m4/stat.m4: Likewise.
50674         * m4/lstat.m4: Likewise.
50675         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
50676
50677         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
50678         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
50679
50680 2000-05-26  Jim Meyering  <meyering@lucent.com>
50681
50682         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
50683
50684 2000-05-24  Jim Meyering  <meyering@lucent.com>
50685
50686         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
50687         autoconf requires that.
50688         * m4/lib-check.m4: Likewise.
50689         * m4/jm-macros.m4: Likewise.
50690         * m4/strftime.m4: Likewise.
50691
50692         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
50693         AC_CHECK_DECLS, now that autoconf requires that.
50694
50695 2000-05-22  Jim Meyering  <meyering@lucent.com>
50696
50697         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50698         * m4/lstat.m4: Likewise.
50699
50700 2000-05-22  Jim Meyering  <meyering@lucent.com>
50701
50702         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
50703
50704 2000-05-20  Jim Meyering  <meyering@lucent.com>
50705
50706         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
50707         (jm_PREREQ): Use it.
50708
50709 2000-05-18  Jim Meyering  <meyering@lucent.com>
50710
50711         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
50712         back, too, since it may have been modified by allocate_entry.
50713         (hash_delete): Rewrite to use neither the assignment operator
50714         nor the comma operator in an if-expression.
50715
50716 2000-05-15  Paul Eggert  <eggert@twinsun.com>
50717
50718         * lib/closeout.c:
50719         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
50720         Remove; no longer needed.
50721         "quotearg.h": Add include.
50722         (file_name): Do not bother to explicitly initialize to NULL; it's less
50723         efficient on some hosts.
50724         (close_stdout_status): Remove test as to whether stdout was already
50725         closed; it breaks for the case "echo x | sort >&-".
50726         Quote file name colons.
50727         Do not assume that _("write error") lacks format strings.
50728
50729 2000-05-15  Jim Meyering  <meyering@lucent.com>
50730
50731         * lib/version-etc.c (version_etc_copyright): Update the copyright
50732         string used in all --version output.
50733
50734 2000-05-14  Jim Meyering  <meyering@lucent.com>
50735
50736         * lib/closeout.c (close_stdout_set_file_name): New function.
50737         (close_stdout_status): Use new file-scoped global.
50738         Return right away if fstat says the stdout file descriptor is invalid.
50739         * lib/closeout.h (close_stdout_set_file_name): Declare.
50740
50741 2000-05-10  Jim Meyering  <meyering@lucent.com>
50742
50743         * lib/closeout.c [default_exit_status]: New file-scoped variable.
50744         (close_stdout_set_status): New function.
50745         * lib/closeout.h (close_stdout_set_status): Declare.
50746
50747 2000-05-09  Jim Meyering  <meyering@lucent.com>
50748
50749         * m4/gettext.m4: Rename this...
50750         * m4/libintl.m4: ...to this.
50751
50752 2000-05-08  Jim Meyering  <meyering@lucent.com>
50753
50754         * lib/long-options.c: Don't include closeout.h.
50755         (parse_long_options): Don't call close_stdout for --version.
50756
50757 2000-05-06  Paul Eggert  <eggert@twinsun.com>
50758
50759         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
50760         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
50761         2.1.3 bug.  This avoids a clash when files like regex.c define
50762         _GNU_SOURCE.
50763
50764 2000-05-06  Jim Meyering  <meyering@lucent.com>
50765
50766         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
50767         (AC_REPLACE_FUNCS): Add strnlen.
50768
50769         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
50770         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
50771
50772         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
50773         AC_SEARCH_LIBS call for nanosleep.
50774         (LIB_NANOSLEEP): Set and AC_SUBST.
50775
50776 2000-05-06  Jim Meyering  <meyering@lucent.com>
50777
50778         * lib/strnlen.c: Undefine __strnlen and strnlen.
50779         [!weak_alias]: Define __strnlen to strnlen.
50780
50781         * lib/atexit.c: New file, from libiberty.
50782
50783 2000-05-06  Jim Meyering  <meyering@lucent.com>
50784
50785         * lib/closeout.c (close_stdout_status): Also check for errors on the
50786         stderr stream.
50787
50788 2000-05-05  Jim Meyering  <meyering@lucent.com>
50789
50790         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
50791         AC_SEARCH_LIBS call for clock_gettime.
50792         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
50793
50794         * m4/search-libs.m4: Update from autoconf.
50795
50796         su doesn't work on Solaris 2.6.
50797         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
50798         <shadow.h>.  Reported by Dragos Harabor.
50799
50800 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
50801
50802         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
50803         memcpy instead of xmalloc, xrealloc, path_concat.
50804         (locale_charset): Treat empty environment variables as absent.
50805         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
50806
50807 2000-05-04  Jim Meyering  <meyering@lucent.com>
50808
50809         * lib/getopt.c: Update from glibc.
50810         * lib/obstack.c: Likewise.
50811         * lib/obstack.h: Likewise.
50812         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
50813         file
50814
50815         * lib/regex.h: Likewise.
50816         * lib/strndup.c: Likewise.
50817         * lib/strnlen.c: New file, from glibc.
50818
50819 2000-05-03  Jim Meyering  <meyering@lucent.com>
50820
50821         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
50822
50823 2000-05-02  Paul Eggert  <eggert@twinsun.com>
50824
50825         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
50826         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
50827         compile-time test, rather than inspecting host and OS, to
50828         decide whether to define _LARGEFILE_SOURCE.
50829
50830 2000-05-01  Jim Meyering  <meyering@lucent.com>
50831
50832         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
50833
50834         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
50835         Based on a patch from Bruno Haible.
50836
50837 2000-05-01  Jim Meyering  <meyering@lucent.com>
50838
50839         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
50840
50841 2000-04-29  Jim Meyering  <meyering@lucent.com>
50842
50843         * lib/path-concat.c: Declare strdup only if it's not defined.
50844         * lib/canon-host.c: Likewise.
50845
50846 2000-04-28  Jim Meyering  <meyering@lucent.com>
50847
50848         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
50849         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
50850         is included first, then limits.h is included by locale.h by libintl.h.
50851         From John David Anglin.
50852
50853 2000-04-25  Jim Meyering  <meyering@lucent.com>
50854
50855         * lib/makepath.c (S_IRWXUGO): Define.
50856         (make_path): Always perform explicit chmod if MODE specifies any
50857         of the `special' permission bits.  Prompted by a bug report against
50858         install from Mate Wierdl and Joost van Baal.
50859
50860 2000-04-18  Jim Meyering  <meyering@lucent.com>
50861
50862         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
50863         (jm_PREREQ): Use it.
50864
50865 2000-04-18  Jim Meyering  <meyering@lucent.com>
50866
50867         * lib/README: New file.
50868
50869         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
50870         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
50871
50872 2000-04-17  Jim Meyering  <meyering@lucent.com>
50873
50874         Get it right :-)
50875         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
50876         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
50877         Suggestion from Akim Demaille.
50878
50879 2000-04-17  Jim Meyering  <meyering@lucent.com>
50880
50881         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
50882         the definition of it to rpl_strftime also defined-away the system's
50883         declaration.
50884
50885 2000-04-15  Jim Meyering  <meyering@lucent.com>
50886
50887         Use `C' to denote so-called `contiguous' files, the same way
50888         that tar does.
50889         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
50890         (ftypelet): Use S_ISCTG.
50891         From Michael Deutschmann.
50892
50893 2000-04-14  Jim Meyering  <meyering@lucent.com>
50894
50895         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
50896         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
50897         clobbered.
50898
50899 2000-04-14  Jim Meyering  <meyering@lucent.com>
50900
50901         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
50902
50903 2000-04-13  Jim Meyering  <meyering@lucent.com>
50904
50905         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
50906         AH_VERBATIM to insert required #ifndef into config.h.in.
50907         Suggestion from Akim Demaille.
50908
50909 2000-04-12  Jim Meyering  <meyering@lucent.com>
50910
50911         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
50912         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
50913         Christian Krackowizer.
50914
50915         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
50916         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
50917         (AC_SYS_LARGEFILE): Require.
50918         (AM_C_PROTOTYPES): Require.
50919
50920 2000-04-08  Jim Meyering  <meyering@lucent.com>
50921
50922         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
50923         names don't conflict.  Reported by Eli Zaretskii.
50924
50925 2000-04-07  Jim Meyering  <meyering@lucent.com>
50926
50927         * lib/putenv.c: Move inclusion of errno.h so it follows that of
50928         sys/types.h, to work around system header problems on AIX 3.2.5.
50929         From Bruno Haible.
50930
50931 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
50932
50933         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
50934         bug.  Deal with the different error behavior of Irix iconv.
50935
50936 2000-04-05  Paul Eggert  <eggert@twinsun.com>
50937
50938         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
50939         IRIX if the installer said otherwise.
50940
50941 2000-04-05  Jim Meyering  <meyering@lucent.com>
50942
50943         Portability tweaks required for ultrix4.3.
50944         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
50945         (jm_CHECK_DECLS): Add getutent to the list of functions.
50946         (_jm_DECL_HEADERS): Add utmpx.h.
50947         From John David Anglin.
50948
50949         * m4/strftime.m4: Back out the 2000-04-02 change.
50950         Instead of that change, simply undefine putenv in the test program.
50951
50952 2000-04-05  Jim Meyering  <meyering@lucent.com>
50953
50954         Portability tweaks required for ultrix4.3.
50955         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
50956         getutent.
50957         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
50958         * lib/canon-host.c: Declare strdup.
50959         * lib/path-concat.c: Likewise.
50960         From John David Anglin.
50961
50962 2000-04-04  Jim Meyering  <meyering@lucent.com>
50963
50964         Be more DOS 8.3-friendly.
50965         * lib/ref-add.sin: Renamed from ref-add.sed.in.
50966         * lib/ref-del.sin: Renamed from ref-del.sed.in.
50967         * lib/Makefile.am: Reflect renaming.
50968         Reported by Eli Zaretskii.
50969
50970         Use a temporary file name that won't clash with `charset.alias'
50971         in the DOS 8.3 name space.
50972         * lib/Makefile.am (charset_tmp): Define.
50973         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
50974         (uninstall-local): Likewise.
50975         Reported by Eli Zaretskii.
50976
50977 2000-04-03  Jim Meyering  <meyering@lucent.com>
50978
50979         * m4/gettext.m4: Fix typo in comment.
50980
50981         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
50982         textutils/configure.in).  Suggestion from Paul Eggert.
50983         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
50984
50985 2000-04-02  Paul Eggert  <eggert@twinsun.com>
50986
50987         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
50988         variable in the shell rather than using putenv, which isn't
50989         portable.  This avoids the configure-time inter-test dependency
50990         on the potentially-renamed putenv function.
50991
50992 2000-03-30  Paul Eggert  <eggert@twinsun.com>
50993
50994         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
50995         before checking struct stat.st_blksize, so that
50996         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
50997
50998 2000-03-29  Paul Eggert  <eggert@twinsun.com>
50999
51000         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
51001         since strftime.c uses HAVE_STRFTIME to decide whether to use
51002         the underlying strftime.
51003
51004 2000-03-29  Paul Eggert  <eggert@twinsun.com>
51005
51006         * lib/time/strftime.c (my_strftime): Make sure we call the system
51007         strftime, not ourselves, when invoking the underlying strftime.
51008
51009 2000-03-24  Jim Meyering  <meyering@lucent.com>
51010
51011         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
51012         (charset_alias): Define.
51013         (install-exec-local): Factor out common code.
51014         (uninstall-local): Split lines longer than 80.
51015         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
51016         (SUFFIXES): Define.
51017         (.sed.in.sed): New rule.  Don't redirect directly to $@.
51018         (CLEANFILES): Add ref-add.sed and ref-del.sed.
51019
51020 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
51021
51022         * lib/config.charset: Output a line containing "Packages using this
51023         file".
51024         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
51025         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
51026         ref-del.sed): New rules.
51027
51028 2000-03-17  Jim Meyering  <meyering@lucent.com>
51029
51030         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
51031         Otherwise, include <strings.h>
51032
51033 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
51034
51035         * lib/unicodeio.c (utf8_wctomb): New function.
51036         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
51037         format instead of in UCS-4 with platform dependent endianness.
51038
51039 2000-03-10  Jim Meyering  <meyering@lucent.com>
51040
51041         * m4/lib-check.m4: Look for getspnam in -lgen, too.
51042         From Marco Franzen.
51043
51044 2000-03-07  Paul Eggert  <eggert@twinsun.com>
51045
51046         * lib/savedir.c (savedir): Work even if directory size is
51047         negative; this can happen with some screwy NFS configurations.
51048
51049 2000-03-06  Jim Meyering  <meyering@lucent.com>
51050
51051         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
51052         if it's NULL (because we ran out of memory).  From Bruno Haible.
51053
51054 2000-03-05  Jim Meyering  <meyering@lucent.com>
51055
51056         * lib/localcharset.c ("path-concat.h"): Include.
51057         (get_charset_aliases): Use path_concat instead of ANSI string
51058         concatenation.
51059
51060         * lib/unicodeio.h (PARAMS): Define.
51061         Use it to guard prototype.
51062
51063 2000-03-04  Jim Meyering  <meyering@lucent.com>
51064
51065         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
51066         for lib/localcharset.c.
51067
51068 2000-03-04  Jim Meyering  <meyering@lucent.com>
51069
51070         * lib/Makefile.am (install-exec-local): Create $(libdir) before
51071         installing into it.
51072         (uninstall-local): Uncomment this rule so `make distcheck' works
51073         once again.
51074
51075         * lib/unicodeio.c (<errno.h>): Include it.
51076         (errno): Declare if not defined.
51077
51078         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
51079
51080         * lib/config.charset: New version, incorporating remarks from a linux
51081         i18n mailing list.  From Bruno Haible.
51082
51083 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
51084
51085         * m4/codeset.m4: New file.
51086         * m4/iconv.m4: New file.
51087         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
51088
51089 2000-03-03  Jim Meyering  <meyering@lucent.com>
51090
51091         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
51092
51093 2000-03-02  Jim Meyering  <meyering@lucent.com>
51094
51095         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
51096         the messages come out on separate lines.
51097
51098         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
51099         rather than jm_CHECK_DECLARATIONS.
51100         * m4/decl.m4: Remove now-unused file.
51101
51102         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
51103         geteuid.
51104
51105 2000-03-02  Jim Meyering  <meyering@lucent.com>
51106
51107         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
51108
51109 2000-03-01  Jim Meyering  <meyering@lucent.com>
51110
51111         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
51112         * lib/unicodeio.c: Likewise.
51113
51114 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
51115
51116         * lib/config.charset: New file.
51117         * lib/localcharset.c: New file.
51118         * lib/unicodeio.h, lib/unicodeio.c: New files.
51119         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
51120         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
51121         (noinst_HEADERS): Add unicodeio.h.
51122         (all-local, install-exec-local, charset.alias): New targets.
51123
51124 2000-02-28  Paul Eggert  <eggert@twinsun.com>
51125
51126         * lib/quotearg.c (ALERT_CHAR): New macro.
51127         (quotearg_buffer_restyled): Use it.
51128
51129 2000-02-27  Jim Meyering  <meyering@lucent.com>
51130
51131         * m4/check-decl.m4: Add getenv to the list.
51132
51133 2000-02-27  Jim Meyering  <meyering@lucent.com>
51134
51135         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
51136         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
51137
51138         * lib/backupfile.c: Guard inclusion of stdlib.h with
51139         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
51140         Declare malloc if needed.
51141
51142         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
51143         `#ifndef HAVE_DECL..'
51144         now that autoconf always defines the HAVE_DECL_ symbols.
51145         * lib/human.c: Likewise.
51146         * lib/same.c: Likewise.
51147         * lib/strtoumax.c: Likewise.
51148
51149         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
51150         declaration check was not run.
51151         * lib/hash.c: Likewise.
51152         * lib/human.c: Likewise.
51153         * lib/same.c: Likewise.
51154         * lib/strtoumax.c: Likewise.
51155
51156         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
51157         `.', then first look up the entire `.'-containing string as a login
51158         name.
51159
51160 2000-02-23  Jim Meyering  <meyering@lucent.com>
51161
51162         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
51163         in place of my hack.
51164
51165 2000-02-18  Paul Eggert  <eggert@twinsun.com>
51166
51167         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
51168         (textint): New typedef.
51169         (parser_control): Member year changed from int to textint.
51170         All uses changed.
51171         (YYSTYPE): Removed; replaced by %union with int and textint members.
51172         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
51173         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
51174         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
51175         (tSNUMBER, tUNUMBER): Now of type <textintval>.
51176         (date, number, to_year): Use width of number in digits, not its value,
51177         to determine whether it's a 2-digit year, or a 2-digit time.
51178         (yylex): Store number of digits of numeric tokens.
51179         Reported by John Kendall.
51180
51181         (parser_control): Changed from struct parser_control to typedef (for
51182         consistency).  All uses changed.
51183
51184         (tID): Removed; not used.
51185         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
51186
51187 2000-02-14  Paul Eggert  <eggert@twinsun.com>
51188
51189         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
51190         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
51191
51192 2000-02-12  Jim Meyering  <meyering@lucent.com>
51193
51194         * lib/userspec.c (ISDIGIT): Define it.
51195         (isdigit): Remove definition.
51196         (is_number): Use ISDIGIT, not isdigit.
51197         <libintl.h>: Include.
51198         (_ and N_): Define.
51199         (parse_user_spec): Mark translatable strings.
51200
51201 2000-02-10  Jim Meyering  <meyering@lucent.com>
51202
51203         With these changes, nanosleep.[ch] are finally enough like the other
51204         lib/* replacement files to compile on a few more losing systems.
51205
51206         * lib/nanosleep.h: Don't include config.h.
51207         Remove prototype from declaration of nanosleep.
51208         (PARAMS): Remove now-unneeded definition.
51209         * lib/nanosleep.c: #undef nanosleep.
51210         (rpl_nanosleep): Rename from nanosleep.
51211
51212 2000-02-10  Jim Meyering  <meyering@lucent.com>
51213
51214         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
51215         gnu_nanosleep to rpl_nanosleep.
51216
51217 2000-02-09  Jim Meyering  <meyering@lucent.com>
51218
51219         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
51220         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
51221
51222 2000-02-08  Akim Demaille  <akim@epita.fr>
51223
51224         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
51225         `[' and `]' and remove uses of `changequote'.
51226         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
51227         (AC_SYS_LARGEFILE): Likewise.
51228         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
51229         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
51230         of changequote.
51231         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
51232         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
51233         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
51234         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
51235
51236 2000-02-05  Jim Meyering  <meyering@lucent.com>
51237
51238         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
51239         Remove explicit use of AC_HEADER_TIME.  It is required by
51240         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
51241         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
51242         in autoconf whereby the expansion of the latter ended up preceding
51243         the expansion of its prerequisite, AC_HEADER_TIME.
51244         Reported by Volker Borchert.
51245
51246 2000-02-03  Jim Meyering  <meyering@lucent.com>
51247
51248         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
51249
51250 2000-02-03  Jim Meyering  <meyering@lucent.com>
51251
51252         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
51253         rather than with `#if HAVE_UTMPNAME'.
51254
51255 2000-02-02  Jim Meyering  <meyering@lucent.com>
51256
51257         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
51258         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
51259         Reported by Eli Zaretskii.
51260
51261 2000-02-01  Jim Meyering  <meyering@lucent.com>
51262
51263         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
51264
51265 2000-01-31  Jim Meyering  <meyering@lucent.com>
51266
51267         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
51268         functions.  Add the time.h and sys/time.h headers along with the
51269         AC_REQUIRE'ment of AC_HEADER_TIME.
51270
51271 2000-01-31  Jim Meyering  <meyering@lucent.com>
51272
51273         * lib/nanosleep.h (nanosleep): Guard declaration with
51274         `#if ! HAVE_DECL_NANOSLEEP'.
51275         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
51276         the declaration in that vendor's sys/timers.h.
51277         Reported by Christian Krackowizer.
51278
51279         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
51280         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
51281         (ISPRINT): Likewise.
51282         Reported by Tom Tromey.
51283
51284 2000-01-30  Jim Meyering  <meyering@lucent.com>
51285
51286         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
51287
51288         * m4/prereq.m4 (utmp_includes): Define.
51289         Check for ut_user and ut_name members in both struct utmpx
51290         and struct utmp.
51291
51292 2000-01-30  Jim Meyering  <meyering@lucent.com>
51293
51294         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
51295         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
51296         header files where only utmpx.ut_user is declared.
51297
51298         * lib/readutmp.h (UT_USER): Define.
51299
51300 2000-01-29  Jim Meyering  <meyering@lucent.com>
51301
51302         * m4/lib-check.m4: New file containing library-related checks from
51303         fileutils and sh-utils (textutils had none).
51304
51305 2000-01-28  Jim Meyering  <meyering@lucent.com>
51306
51307         * m4/perl.m4: Change format of warning message to look more like that
51308         from the missing script.  Suggestion from François Pinard.
51309
51310 2000-01-25  Jim Meyering  <meyering@lucent.com>
51311
51312         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
51313         well as time.h in the compile check.
51314         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
51315         Fix typo in cross-compiling case: s/yes/no/.
51316
51317 2000-01-23  Jim Meyering  <meyering@lucent.com>
51318
51319         * m4/jm-macros.m4: Move df-related tests here from
51320         fileutils/configure.in
51321
51322         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
51323         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
51324
51325         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
51326         s/space/ac_fsusage_space/.
51327         (jm_FILE_SYSTEM_USAGE): Take two parameters.
51328
51329         * m4/ftruncate.m4: New file (derived from part of
51330         fileutils/configure.in).
51331         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
51332         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
51333
51334         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
51335         AC_SUBST these here, rather than just in sh-util/configure.in, so
51336         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
51337         all the same.
51338         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
51339         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
51340         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
51341         (AC_SUBST(POW_LIBM)): Likewise.
51342         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
51343
51344 2000-01-23  Jim Meyering  <meyering@lucent.com>
51345
51346         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
51347         obstack.c.
51348
51349 2000-01-22  Jim Meyering  <meyering@lucent.com>
51350
51351         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
51352
51353         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
51354
51355         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
51356         configure.in
51357         (AC_CHECK_HEADERS): Likewise for sh-utils.
51358         (AC_CHECK_HEADERS): Likewise for textutils.
51359         Merge the three lists of headers.
51360
51361         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
51362         from fileutils' configure.in.
51363
51364         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
51365         code. Moved tests into their own function (_jm_DECL_HEADERS) in
51366         check-decl.m4.
51367
51368         * m4/check-decl.m4: Use #if rather than #ifdef.
51369         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
51370         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
51371         (_jm_DECL_HEADERS): Define new function.
51372         (jm_CHECK_DECLARATIONS): Require it.
51373
51374 2000-01-22  Jim Meyering  <meyering@lucent.com>
51375
51376         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
51377         [! HAVE_DECL_STRTOULL]: Declare strtoull.
51378         Required for some AIX systems.  Reported by Christian Krackowizer.
51379         [TESTING] (main): New function.
51380
51381         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
51382         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
51383         letters.
51384
51385         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
51386         iswprint.
51387
51388         * lib/strverscmp.c (ISDIGIT): Define.
51389         (strverscmp): Use ISDIGIT, not isdigit.
51390
51391 2000-01-19  Jim Meyering  <meyering@lucent.com>
51392
51393         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
51394         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
51395         defines `struct timespec' in <sys/time.h>
51396
51397         * m4/c-bs-a.m4: Remove uses of changequote altogether.
51398         Thanks to Akim for explaining.
51399
51400 2000-01-17  Paul Eggert  <eggert@twinsun.com>
51401
51402         * lib/nanosleep.c (nanosleep):
51403         Don't use SA_INTERRUPT to decide whether to call sigaction, as
51404         POSIX.1 doesn't require SA_INTERRUPT and some systems
51405         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
51406         it's been part of POSIX.1 since day 1 (in 1988).
51407
51408 2000-01-17  Jim Meyering  <meyering@lucent.com>
51409
51410         * lib/interlock: Remove unused file.  Reported by François Pinard.
51411
51412 2000-01-16  Paul Eggert  <eggert@twinsun.com>
51413
51414         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
51415         alert, backslash, formfeed, and vertical tab unnecessarily in
51416         shell quoting style.
51417
51418 2000-01-16  Jim Meyering  <meyering@lucent.com>
51419
51420         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
51421         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
51422         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
51423         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
51424
51425 2000-01-16  Jim Meyering  <meyering@lucent.com>
51426
51427         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
51428         because the latter didn't work.
51429
51430 2000-01-15  Jim Meyering  <meyering@lucent.com>
51431
51432         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
51433         (AC_REPLACE_FUNCS): Add memcpy and memset.
51434         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
51435         Add strpbrk.
51436         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
51437
51438 2000-01-12  Jim Meyering  <meyering@lucent.com>
51439
51440         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
51441         (jm_PREREQ): Use it.
51442         (jm_PREREQ_READUTMP): New macro.
51443         (jm_PREREQ): Use it.
51444
51445 2000-01-11  Paul Eggert  <eggert@twinsun.com>
51446
51447         Quote multibyte characters correctly.
51448         * m4/c-bs-a.m4: New file.
51449         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
51450         (jm_PREREQ): Use it.
51451
51452 2000-01-11  Paul Eggert  <eggert@twinsun.com>
51453
51454         * m4/uintmax_t.m4: Port to autoconf 2.13.
51455
51456 2000-01-08  Jim Meyering  <meyering@ascend.com>
51457
51458         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
51459         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
51460
51461 2000-01-04  Jim Meyering  <meyering@ascend.com>
51462
51463         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
51464         jm_STRUCT_DIRENT_D_TYPE.
51465         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
51466         jm_STRUCT_DIRENT_D_INO.
51467         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
51468         jm_STRUCT_UTIMBUF.
51469         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
51470         renamings.
51471         * m4/utime.m4: Likewise.
51472
51473         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
51474         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
51475
51476 2000-01-03  Paul Eggert  <eggert@twinsun.com>
51477
51478         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
51479         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
51480
51481 2000-01-02  Jim Meyering  <meyering@ascend.com>
51482
51483         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
51484         remember if this is necessary.
51485
51486 1999-12-26  Jim Meyering  <meyering@ascend.com>
51487
51488         * m4/jm-macros.m4: Use it here.
51489         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
51490
51491 1999-12-23  Jim Meyering  <meyering@ascend.com>
51492
51493         * m4/jm-macros.m4: Check for clock_gettime (moved from
51494         fileutils/configure.in)
51495         Check for gettimeofday.
51496
51497 1999-12-20  Jim Meyering  <meyering@ascend.com>
51498
51499         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
51500         autoconf-2.14a-1999-12-20.
51501
51502 1999-12-19  Jim Meyering  <meyering@ascend.com>
51503
51504         * m4/lstat-slash.m4: New file.
51505         * m4/jm-macros.m4: Use the new macro:
51506         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51507
51508 1999-12-07  Jim Meyering  <meyering@ascend.com>
51509
51510         * m4/perl.m4: Require that File::Compare be available, too.
51511         Too many systems seem to lack it.
51512
51513         * m4/strftime.m4: Add checks for most of the cpp macros tested in
51514         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
51515
51516 1999-11-18  Paul Eggert  <eggert@twinsun.com>
51517
51518         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
51519         problem with the QNX 4.25 shell, which doesn't propagate exit
51520         status of failed commands inside shell assignments.
51521
51522 1999-11-17  Jim Meyering  <meyering@ascend.com>
51523
51524         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
51525
51526 1999-11-07  Jim Meyering  <meyering@ascend.com>
51527
51528         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
51529
51530 1999-11-06  Jim Meyering  <meyering@ascend.com>
51531
51532         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
51533         * m4/jm-macros.m4 (jm_MACROS): Use it here.
51534
51535 1999-11-05  Jim Meyering  <meyering@ascend.com>
51536
51537         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
51538         configure.in of textutils, fileutils, and sh-utils into this one
51539         (shared between those packages) file.
51540         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
51541         AC_STRUCT_ST_BLKSIZE.
51542
51543 1999-11-03  Jim Meyering  <meyering@ascend.com>
51544
51545         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
51546         of AC_CHECK_TYPE checks includes unistd.h.
51547         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
51548         Suggestion from Akim Demaille.
51549
51550 1999-10-30  Jim Meyering  <meyering@ascend.com>
51551
51552         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
51553         m4-quoted string.
51554         * m4/ls-mntd-fs.m4: Likewise.
51555         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
51556         * m4/jm-winsz1.m4: Likewise.
51557
51558         * m4/const.m4: Remove file, since the fix made it into the experimental
51559         version of autoconf.
51560         * m4/mktime.m4: Likewise.
51561
51562         * m4/check-type.m4: Remove file, now that the latest version of
51563         AC_CHECK_TYPE takes a third arg to specify additional #includes.
51564
51565         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
51566         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
51567         AC_CHECK_TYPE.
51568
51569 1999-10-04  Jim Meyering  <meyering@ascend.com>
51570
51571         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
51572
51573 1999-09-22  Paul Eggert  <eggert@twinsun.com>
51574
51575         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
51576         2.95.1 bug with HP-UX 10.20.
51577
51578 1999-09-17  Jim Meyering  <meyering@ascend.com>
51579
51580         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
51581         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
51582         due to missing strdup (against sh-utils-2.0).
51583
51584 1999-08-29  Jim Meyering  <meyering@ascend.com>
51585
51586         * m4/jm-macros.m4: Require jm_BISON.
51587         * m4/bison.m4: New file.
51588
51589 1999-08-17  Paul Eggert  <eggert@twinsun.com>
51590
51591         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
51592         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
51593
51594 1999-08-05  Jim Meyering  <meyering@ascend.com>
51595
51596         * m4/getline.m4: Rename test file from conftestdata to conftest.data
51597         to avoid conflicts with `conftest' on 8+3 filesystems.
51598         Suggestion from Eli Zaretskii.
51599
51600 1999-08-04  Jim Meyering  <meyering@ascend.com>
51601
51602         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
51603         fileutils and sh-utils (textutils's getline test was inadequate).
51604         (AM_FUNC_GETLINE): Run this test.
51605         (AC_CHECK_FUNCS): Check for getdelim.
51606         Reported by Bob Proulx.
51607
51608 1999-08-02  Jim Meyering  <meyering@ascend.com>
51609
51610         * m4/jm-macros.m4: Add a comment.
51611
51612 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51613
51614         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
51615         <inttypes.h> defines strtoumax as a macro (and not as a
51616         function).
51617
51618 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51619
51620         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
51621         that we can shift, multiply and divide unsigned long long
51622         values; Ultrix cc can't do it.
51623
51624 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51625
51626         * m4/mktime.m4: New file, which is a preview of what should appear
51627         in the next public autoconf release.
51628
51629 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51630
51631         * m4/lfs.m4: Remove this file.
51632         * m4/largefile.m4: New file.  It contains the old contents of
51633         lfs.m4, except that all names with prefix AC_LFS have been
51634         changed to use the prefix AC_SYS_LARGEFILE instead, to be
51635         compatible with future autoconf versions.  Also, some minor m4
51636         quoting problems have been fixed.
51637
51638 1999-08-01  Paul Eggert  <eggert@twinsun.com>
51639
51640         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
51641         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
51642         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
51643         and simplify the shell code.
51644
51645 1999-08-01  Jim Meyering  <meyering@ascend.com>
51646
51647         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
51648         m4.
51649
51650 1999-07-20  Jim Meyering  <meyering@ascend.com>
51651
51652         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
51653
51654 1999-07-15  Jim Meyering  <meyering@ascend.com>
51655
51656         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
51657
51658 1999-05-22  Jim Meyering  <meyering@ascend.com>
51659
51660         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
51661
51662 1999-05-20  Jim Meyering  <meyering@ascend.com>
51663
51664         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
51665         Add a colon after each `then' in case $4 is empty.
51666
51667 1999-05-16  Jim Meyering  <meyering@ascend.com>
51668
51669         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
51670
51671 1999-05-10  Jim Meyering  <meyering@ascend.com>
51672
51673         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
51674
51675         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
51676         AC_FUNC_MKTIME.
51677
51678 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
51679
51680         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
51681
51682 1999-05-04  Paul Eggert  <eggert@twinsun.com>
51683
51684         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
51685         not CPPFLAGS, so that linking works correctly in IRIX.
51686
51687 1999-04-30  Paul Eggert  <eggert@twinsun.com>
51688
51689         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
51690
51691 1999-04-20  Paul Eggert  <eggert@twinsun.com>
51692
51693         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
51694         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
51695         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
51696         jm_AC_TYPE_UNSIGNED_LONG_LONG.
51697         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
51698
51699         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
51700
51701 1999-04-20  Jim Meyering  <meyering@ascend.com>
51702
51703         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
51704         AC_REPLACE xstroull if necessary.  From Paul Eggert.
51705         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
51706
51707 1999-04-18  Jim Meyering  <meyering@ascend.com>
51708
51709         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
51710         * m4/jm-macros.m4: Use it.
51711
51712 1999-04-06  Jim Meyering  <meyering@ascend.com>
51713
51714         * m4/strftime.m4: Remove test for %f.
51715
51716 1999-03-29  Jim Meyering  <meyering@ascend.com>
51717
51718         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
51719         superset of the AC_TYPE_* checks in the textutils, fileutils,
51720         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
51721         AC_TYPE_PID_T.
51722
51723 1999-03-28  Jim Meyering  <meyering@ascend.com>
51724
51725         * m4/jm-macros.m4: Define GNU_PACKAGE here.
51726         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
51727         replaced e.g., in the *.sh files of the sh-utils.
51728
51729 1999-03-20  Jim Meyering  <meyering@ascend.com>
51730
51731         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
51732         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
51733         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
51734
51735 1999-03-19  Jim Meyering  <meyering@ascend.com>
51736
51737         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
51738
51739 1999-03-12  Jim Meyering  <meyering@ascend.com>
51740
51741         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
51742
51743 1999-03-07  Jim Meyering  <meyering@ascend.com>
51744
51745         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
51746         declared.
51747
51748 1999-02-17  Jim Meyering  <meyering@ascend.com>
51749
51750         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
51751         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
51752
51753 1999-02-07  Jim Meyering  <meyering@ascend.com>
51754
51755         * m4/group-member.m4: New file -- extracted from sh-utils'
51756         configure.in.
51757
51758         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
51759         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
51760
51761 1999-02-06  Jim Meyering  <meyering@ascend.com>
51762
51763         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
51764         * m4/fnmatch.m4: Likewise.
51765         * m4/getgroups.m4: Likewise.
51766         * m4/lstat.m4: Likewise.
51767         * m4/malloc.m4: Likewise.
51768         * m4/putenv.m4: Likewise.
51769         * m4/realloc.m4: Likewise.
51770         * m4/regex.m4: Likewise.
51771         * m4/stat.m4: Likewise.
51772         * m4/strftime.m4: Likewise.
51773         Suggestion from Alain Magloire.
51774
51775         * m4/chown.m4: Use `.$ac_objext', not `.o'.
51776         * m4/fnmatch.m4: Likewise.
51777         * m4/getgroups.m4: Likewise.
51778         * m4/getline.m4: Likewise.
51779         * m4/lstat.m4: Likewise.
51780         * m4/malloc.m4: Likewise.
51781         * m4/memcmp.m4: Likewise.
51782         * m4/putenv.m4: Likewise.
51783         * m4/realloc.m4: Likewise.
51784         * m4/regex.m4: Likewise.
51785         * m4/stat.m4: Likewise.
51786         * m4/strftime.m4: Likewise.
51787         Suggestion from Alain Magloire.
51788
51789         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
51790         an argument.
51791
51792         * m4/regex.m4: Add a run-time Test for proper operation of
51793         re_compile_pattern.
51794
51795 1999-01-31  Jim Meyering  <meyering@ascend.com>
51796
51797         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
51798
51799 1999-01-30  Jim Meyering  <meyering@ascend.com>
51800
51801         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
51802
51803         * m4/jm-mktime.m4: Make this a wrapper around the official
51804         AM_FUNC_MKTIME rather than my private copy, now that the official one
51805         is up to date.
51806         * m4/mktime.m4: Remove file.
51807
51808         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
51809         * m4/uptime.m4: Likewise.
51810         * m4/uintmax_t.m4: Likewise.
51811
51812 1999-01-28  Jim Meyering  <meyering@ascend.com>
51813
51814         * m4/jm-macros.m4: Use jm_AFS.
51815         * m4/afs.m4: New file (from fileutils' configure.in).
51816
51817         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
51818         * m4/chown.m4: Likewise.
51819         * m4/d-ino.m4: Likewise.
51820         * m4/d-type.m4: Likewise.
51821         * m4/fnmatch.m4: Likewise.
51822         * m4/getgroups.m4: Likewise.
51823         * m4/gettext.m4: Likewise.
51824         * m4/jm-mktime.m4: Likewise.
51825         * m4/jm-winsz2.m4: Likewise.
51826         * m4/lcmessage.m4: Likewise.
51827         * m4/ls-mntd-fs.m4: Likewise.
51828         * m4/malloc.m4: Likewise.
51829         * m4/memcmp.m4: Likewise.
51830         * m4/putenv.m4: Likewise.
51831         * m4/realloc.m4: Likewise.
51832         * m4/st_mtim.m4: Likewise.
51833         * m4/strftime.m4: Likewise.
51834
51835 1999-01-16  Jim Meyering  <meyering@ascend.com>
51836
51837         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
51838         (ARGMATCH_DIE_DECL): Define.
51839
51840 1999-01-12  Jim Meyering  <meyering@ascend.com>
51841
51842         * m4/Makefile.am.in: Rewrite to avoid using fmt.
51843         Reported by Lars Hecking.
51844
51845 1999-01-10  Jim Meyering  <meyering@ascend.com>
51846
51847         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
51848         gross kludge.
51849         * m4/inttypes_h.m4: Likewise.
51850         * m4/lstat.m4: Likewise.
51851         * m4/malloc.m4: Likewise.
51852         * m4/readdir.m4: Likewise.
51853         * m4/realloc.m4: Likewise.
51854         * m4/st_dm_mode.m4: Likewise.
51855         * m4/stat.m4: Likewise.
51856         * m4/utimbuf.m4: Likewise.
51857         * m4/utimes.m4: Likewise.
51858
51859         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
51860         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
51861         comments in config.h.in are meaningful.
51862
51863         * m4/jm-macros.m4: Require autoconf-2.13 here.
51864
51865         * m4/regex.m4: By default, don't use the included regex.c on systems
51866         with glibc 2.  Suggestion from Uli Drepper.
51867
51868 1999-01-02  Jim Meyering  <meyering@ascend.com>
51869
51870         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
51871
51872 1998-12-18  Jim Meyering  <meyering@ascend.com>
51873
51874         * m4/Makefile.am.in (Makefile.am): Simplify rule.
51875         Based on a suggestion from Lars Hecking.
51876
51877 1998-11-16  Paul Eggert  <eggert@twinsun.com>
51878
51879         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
51880
51881 1998-11-16  Jim Meyering  <meyering@ascend.com>
51882
51883         * m4/lfs.m4: Double-quote the `uname...` expression.
51884
51885 1998-11-14  Jim Meyering  <meyering@ascend.com>
51886
51887         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
51888         * m4/stat.m4: Likewise.
51889
51890 1998-11-03  Jim Meyering  <meyering@ascend.com>
51891
51892         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
51893         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
51894
51895 1998-10-18  Jim Meyering  <meyering@ascend.com>
51896
51897         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
51898
51899 1998-10-17  Jim Meyering  <meyering@ascend.com>
51900
51901         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
51902         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
51903         calls for those previously hard-coded headers.  Instead, take a new
51904         parameter.
51905         (jm_CHECK_DECLARATIONS): Reflect interface change.
51906         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
51907         (jm_CHECK_DECL_LOCALTIME_R): New macro.
51908
51909         * m4/mktime.m4: Test for spring-forward gap before long-running test.
51910
51911 1998-10-14  Jim Meyering  <meyering@ascend.com>
51912
51913         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
51914         instead of "TZ=America/Vancouver".  From Paul Eggert.
51915
51916 1998-10-11  Jim Meyering  <meyering@ascend.com>
51917
51918         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
51919         This adds a test for a recently added compatibility fix for mktime.c.
51920         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
51921
51922 1998-09-27  Jim Meyering  <meyering@ascend.com>
51923
51924         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
51925
51926         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
51927         ../configure.in, including a change from Gordon Matzigkeit to allow
51928         cross-compiling for the Hurd.
51929
51930         * m4/glibc.m4: New file/macro to test for the GNU C Library
51931         versions 1 and 2.  From Gordon Matzigkeit.
51932         Indent.
51933
51934 1998-09-21  Jim Meyering  <meyering@ascend.com>
51935
51936         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
51937
51938 1998-08-18  Paul Eggert  <eggert@twinsun.com>
51939
51940         Port nanosecond-resolution times to UnixWare 2.1.2 and
51941         pedantic Solaris 2.6.
51942
51943         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
51944         AC_STRUCT_ST_MTIM.
51945         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
51946         Generate name of ns member, instead of just 1 or undef.
51947         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
51948
51949 1998-08-15  Jim Meyering  <meyering@ascend.com>
51950
51951         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
51952         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
51953         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
51954         instead of jm_TYPE_SSIZE_T.
51955
51956 1998-08-12  Jim Meyering  <meyering@ascend.com>
51957
51958         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
51959
51960 1998-08-02  Jim Meyering  <meyering@ascend.com>
51961
51962         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
51963         in acconfig.h manually.
51964
51965 1998-07-31  Paul Eggert  <eggert@twinsun.com>
51966
51967         * m4/st_mtim.m4: New file.
51968
51969 1998-07-28  Jim Meyering  <meyering@ascend.com>
51970
51971         * m4/utimes.m4: Undef stat.
51972
51973 1998-07-25  Jim Meyering  <meyering@ascend.com>
51974
51975         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
51976         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
51977
51978 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
51979
51980         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
51981         uid and gid actually remain unchanged.
51982
51983 1998-07-07  Jim Meyering  <meyering@ascend.com>
51984
51985         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
51986
51987 1998-07-04  Jim Meyering  <meyering@ascend.com>
51988
51989         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
51990         to prove that this macro can be used in packages without regex.c.
51991
51992 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
51993
51994         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
51995         is to be used.
51996
51997 1998-07-03  Jim Meyering  <meyering@ascend.com>
51998
51999         * m4/gettext.m4: Add -lintl if it's found to be necessary.
52000
52001         * m4/gettext.m4: New file -- from gettext-0.10.35.
52002         * m4/lcmessage.m4: Likewise.
52003         * m4/progtest.m4: Likewise.
52004
52005         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
52006         * m4/jm-macros.m4: Require the new macro.
52007
52008 1998-06-29  Jim Meyering  <meyering@ascend.com>
52009
52010         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
52011         for the definition of NGROUPS (used in a system header included
52012         by sys/mount.h).
52013
52014 1998-06-28  Jim Meyering  <meyering@ascend.com>
52015
52016         * m4/ls-mntd-fs.m4: New file.
52017         * m4/fstypename.m4: New file.
52018
52019         * m4/jm-macros.m4: Require the new macro.
52020         * m4/jm-glibc-io.m4: New file.
52021
52022 1998-05-19  Jim Meyering  <meyering@ascend.com>
52023
52024         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
52025         * m4/lchown.m4: New file.
52026
52027         * m4/Makefile.am.in: New file.
52028         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
52029
52030 1998-05-14  Jim Meyering  <meyering@ascend.com>
52031
52032         * m4/Makefile.am (EXTRA_DIST): Add them.
52033         * m4/jm-macros.m4: New file.
52034         * m4/utimbuf.m4: New file.
52035
52036 1998-05-12  Jim Meyering  <meyering@ascend.com>
52037
52038         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
52039
52040 1998-05-11  Jim Meyering  <meyering@ascend.com>
52041
52042         * m4/isc-posix.m4: New file.
52043
52044 1998-05-10  Jim Meyering  <meyering@ascend.com>
52045
52046         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
52047
52048 1998-05-09  Jim Meyering  <meyering@ascend.com>
52049
52050         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
52051         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
52052         with automake.
52053
52054         * m4/ssize_t.m4: New file.
52055         * m4/mktime.m4: Remove file -- the new automake has this now.
52056
52057 1998-04-26  Jim Meyering  <meyering@ascend.com>
52058
52059         * m4/assert.m4: New file.
52060         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
52061
52062 1998-04-05  Jim Meyering  <meyering@ascend.com>
52063
52064         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
52065         (jm_PREREQ): Use it here.
52066
52067 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
52068
52069         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
52070         in acconfig.h.
52071
52072 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
52073
52074         * m4/prereq.m4: New file.
52075         * m4/error.m4: New file.
52076         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
52077
52078 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
52079
52080         * m4/getline.m4: Don't set am_cv_func_working_getline before the
52081         cache-check for the same variable -- that defeated the purpose of
52082         the test; the test program was never run.  This was a problem only
52083         on systems with losing getline functions -- HP-UX 10.20 is one.
52084         Reported by Bjorn Helgaas.
52085
52086 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
52087
52088         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
52089
52090 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
52091
52092         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
52093
52094         * m4/const.m4: New file.  Use an initializer in this declaration
52095         typedef int charset[2]; const charset x;
52096         Reported by Bob Glickstein.
52097
52098 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
52099
52100         * m4/chown.m4: Fix reversed types on -1 args to chown.
52101         From Kaveh Ghazi.
52102
52103 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
52104
52105         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
52106         Add lseek and memchr.
52107
52108         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
52109         T.E.Dickey <dickey@clark.net> said that some older preprocessors
52110         have a 20-character limit on names.
52111
52112 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
52113
52114         * m4/inttypes_h.m4: New file.
52115         * m4/uintmax_t.m4: New file.
52116         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
52117
52118
52119         -----
52120
52121         Local Variables:
52122         coding: utf-8
52123         End:
52124
52125         Copyright (C) 1997-2009 Free Software Foundation, Inc.
52126
52127         Copying and distribution of this file, with or without
52128         modification, are permitted provided the copyright notice
52129         and this notice are preserved.