Fix typo in previous ChangeLog entry.
[gnulib.git] / ChangeLog
1 2007-12-15  Jim Meyering  <meyering@redhat.com>
2
3         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
4
5 2007-12-13  Eric Blake  <ebb9@byu.net>
6
7         Another fseek test.
8         * tests/test-fseek.c (main): Also test ungetc handling.
9         * tests/test-fseeko.c (main): Likewise.
10         * modules/fseeko (Depends-on): Add verify.
11         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
12         large.
13         Reported by Larry Jones.
14
15         Fix fseeko on mingw.
16         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
17         seek.
18
19         Beef up fseek tests.
20         * tests/test-fseek.c (main): Also test eof handling.
21         * tests/test-fseeko.c (main): Likewise.
22         Reported by Larry Jones.
23
24 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
25
26         Fix fseeko on BSD-based platforms.
27         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28         successful seek.
29
30 2007-12-12  Eric Blake  <ebb9@byu.net>
31
32         Allow circular dependency of separate libtests.a
33         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
34         when use_libtests.
35
36 2007-12-11  Eric Blake  <ebb9@byu.net>
37
38         Fix bug with -0.0L in previous patch.
39         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
40         * tests/test-isnan.c (main): Also test on zeroes.
41         * tests/test-isnanf.c (main): Likewise.
42         * tests/test-isnanl.h (main): Likewise.
43
44         Detect pseudo-denormals on x86 even when cross-compiling.
45         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
46         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
47         invalid bit patterns that happen to satisfy ==.
48
49         Avoid link failures with separate libtests.a.
50         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
51         last, to satisfy circular dependencies.
52
53 2007-12-11  Eric Blake  <ebb9@byu.net>
54         and Bruno Haible  <bruno@clisp.org>
55
56         Fix OpenBSD 4.0 <float.h> handling of long double.
57         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
58         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
59         * doc/headers/float.texi (float.h): Document OpenBSD bug.
60
61 2007-12-11  Jim Meyering  <meyering@redhat.com>
62
63         * users.txt: Add libvirt.
64
65         Support versions of autoconf prior to 2.59c.
66         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
67         if it is not already defined.
68
69 2007-12-09  Bruno Haible  <bruno@clisp.org>
70
71         Let 'gnulib-tool --import' collect sources needed for the tests in
72         tests/ rather than in lib/.
73         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
74         argument. If true, add rules to generate libtests.a, and put libtests.a
75         into $(LDADD). Consider source files in subdirectories and set
76         uses_subdirs.
77         (func_emit_initmacro_start, func_emit_initmacro_end,
78         func_emit_initmacro_done): Pass all arguments explicitly.
79         (func_import): Determine two module lists main_modules,
80         testsrelated_modules. Determine use_libtests. Determine two variables
81         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
82         instead of just sed_transform_lib_file. Determine two variables
83         main_files and testsrelated_files. Compute 'files' as the union of
84         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
85         func_add_or_update. In the generated gnulib-comp.m4, collect the
86         object files for tests/ in different variables than those for lib/.
87         Substitute LIBTESTS_LIBDEPS.
88         (func_create_testdir): Combine the uses_subdirs results from
89         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
90
91 2007-12-09  Bruno Haible  <bruno@clisp.org>
92
93         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
94         the build-aux directory.
95
96 2007-12-09  Bruno Haible  <bruno@clisp.org>
97
98         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
99         introduced on 2006-09-09.
100
101 2007-12-07  Jim Meyering  <meyering@redhat.com>
102
103         Let these macros work also with autoconf-2.59.
104         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
105         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
106         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
107
108 2007-12-06  Jim Meyering  <meyering@redhat.com>
109
110         Avoid a configure-time syntax error in gl_FUNC_ACL.
111         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
112         function in each branch, before testing the cache variable.
113
114 2007-12-04  Eric Blake  <ebb9@byu.net>
115
116         Make scripts executable.
117         * build-aux/config.guess: Add execute permissions.
118         * build-aux/config.sub: Likewise.
119         * build-aux/gendocs.sh: Likewise.
120
121         Fix frexp on mingw.
122         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
123         cross-compiling.
124         * doc/functions/frexp.texi (frexp): Document the bug.
125
126         Make cygwin fseeko check more reliable.
127         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
128         version numbers, rather than unrelated feature check.
129         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
130         * doc/functions/ftello.texi (ftello): Likewise.
131         Reported by Bruno Haible.
132
133         * m4/strerror.m4: Bump version number.
134
135 2007-12-03  Bruno Haible  <bruno@clisp.org>
136
137         * doc/functions/mprotect.texi: Mention the mingw problem.
138
139 2007-12-03  Eric Blake  <ebb9@byu.net>
140
141         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
142         REPLACE_STRERROR is initialized before this macro.
143
144 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
145
146         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
147         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
148         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
149         put -lsec in even for programs other than 'ls'.  This fixes a problem
150         for gettext reported by Bruno Haible in
151         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
152         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
153         Add support for Solaris 10.  This isn't efficient, but should get the
154         job done for now.
155
156 2007-12-03  James Youngman  <jay@gnu.org>
157
158         * doc/regexprops-generic.texi: change "an close-group" to "a
159         close-group" and "illegal" to "not allowed".
160
161 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
162
163         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
164         pr_byname.h. Needed for the rare case when the maintainer has done
165         "make maintainer-clean" in the source directory and then attempts a
166         build outside the source directory.
167         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
168         scripts_byname.h.
169
170 2007-12-02  Martin Lambers <marlam@marlam.de>
171             Bruno Haible  <bruno@clisp.org>
172
173         * lib/getpagesize.h: Remove file.
174         * lib/unistd.in.h: Include declaration of getpagesize here.
175         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
176         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
177         HAVE_SYS_PARAM_H.
178         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
179         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
180         * modules/getpagesize (Files): Remove lib/getpagesize.h.
181         (Depends-on): Add unistd.
182         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
183         (Include): Use <unistd.h> instead of getpagesize.h.
184         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
185         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
186         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
187         gl_GETPAGESIZE invocation, already handled by module dependency.
188         * lib/pagealign_alloc.c: Don't include getpagesize.h.
189
190 2007-12-02  Bruno Haible  <bruno@clisp.org>
191
192         * modules/strings-tests: New file.
193         * tests/test-strings.c: New file.
194
195         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
196         * lib/strings.in.h: New file.
197         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
198         * m4/strings_h.m4: New file.
199         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
200         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
201         * modules/strings: New file.
202         * modules/string (Makefile.am): Update.
203         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
204         Reported by Karl Berry.
205
206 2007-12-01  Eric Blake  <ebb9@byu.net>
207
208         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
209         accomodate fix in cygwin 1.5.25.
210
211 2007-12-01  Jim Meyering  <meyering@redhat.com>
212
213         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
214         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
215         that would inhibit utf8-optimization of a regexp containing line-
216         or buffer-anchors, e.g., `^', `$'.
217
218 2007-11-30  Bruno Haible  <bruno@clisp.org>
219
220         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
221         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
222         glthread_recursive_lock_init.
223         * lib/lock.c (glthread_recursive_lock_init)
224         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
225         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
226
227 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
228
229         New function qset_acl, like set_acl but with syscall semantics.
230         * lib/acl.h (qset_acl): New decl.
231         * lib/acl.c (qset_acl): New function.
232         (set_acl): Use new function.  Use more-consistent diagnostics.
233
234 2007-11-28  Jim Meyering  <meyering@redhat.com>
235
236         * modules/physmem (License): Change from GPL to LGPLv2+.
237
238 2007-11-26  Bruno Haible  <bruno@clisp.org>
239
240         * lib/vasnprintf.c (decode_long_double): Don't abort if the
241         'long double' type has excess precision.
242         Reported by Jim Meyering in
243         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
244
245 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
246
247         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
248         Sync from <http://gnu.org/licenses>.
249         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
250         with license text from same location.
251         * doc/maintain.texi, doc/standards.texi:  Sync from
252         <http://savannah.gnu.org/projects/gnustandards>.
253
254 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
255         and Jim Meyering  <meyering@redhat.com>
256
257         Adjust getdate' grammar to accept a slightly more regular language.
258         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
259         Before, the former was rejected.
260         * lib/getdate.y (digits_to_date_time): New function, factored
261         out of ...
262         (number): ...here.  Just call digits_to_date_time.
263         (hybrid): New non-terminal to handle an <unsigned number,
264         signed relative offset> sequence consistently.
265
266 2007-11-18  Jim Meyering  <meyering@redhat.com>
267
268         Pull my changes from coreutils:
269         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
270         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
271         use of $gnulib_tool_option_extras, so that it's separated from the
272         preceding argument.
273
274         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
275         * build-aux/bootstrap (cp_mark_as_generated): Create any required
276         parent destination directories before copying a file into place.
277
278 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
279
280         bootstrap: work also with 4-argument variant of AC_INIT
281         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
282
283 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
284
285         Port test-getaddrinfo to Solaris.
286         Problem reported by Bruno Haible in
287         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
288         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
289         explanation of setting 'hints'.
290         Don't reject an implementation merely because it returns EAI_SERVICE.
291         (EAI_SERVICE): Define to 0 if not defined.
292
293 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
294
295         The license of gnu-make and posix-shell is now "GPLed build tool".
296         * modules/gnu-make (License): Likewise.
297         * modules/posix-shell (License): Likewise.
298
299         New module posix-shell, for determining a POSIX shell
300         or perhaps something that is close enough to a POSIX shell.
301         * m4/posix-shell.m4: New file.
302         * modules/posix-shell: New file.
303
304         * MODULES.html.sh: Mention new module.
305
306         New module gnu-make, for determining whether we're using GNU Make.
307         * m4/gnu-make.m4: New file.
308         * modules/gnu-make: New file.
309         * MODULES.html.sh: Mention new module.
310
311 2007-11-14  Jim Meyering  <meyering@redhat.com>
312
313         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
314         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
315         use this macro to create a function _definition_.
316         Remove useless "#undef ARGMATCH_DIE".
317
318 2007-11-14  Bruno Haible  <bruno@clisp.org>
319
320         * lib/config.charset: Update for OpenBSD 4.1.
321         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
322
323 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
324
325         Document 64-bit #if problems in stdint.texi.
326         * doc/headers/stdint.texi (stdint.h): Mention problems with
327         64-bit-#if, and how to work around them.
328
329         Don't insist on 'long long int' support in the preprocessor.  It
330         breaks too many things.  For example, PRIdMAX still uses a 'long
331         long int' format with the latest Sun compiler, even though
332         HAVE_LONG_LONG_INT isn't defined due to that compiler's
333         preprocessor problem.  This causes the latest coreutils to dump
334         core on Solaris 10 sparc with the Sun C compiler.
335         Instead, fix the 2007-10-16 problem in a different way, by evaluating
336         the troublesome expressions at configure-time, not at #if-time.
337         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
338         preprocessor.
339         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
340         compile-time C checks, done at 'configure'-time.
341         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
342         * modules/inttypes (Makefile): Substitute the new symbols that
343         gl_INTTYPES_H now generates.
344         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
345
346 2007-11-12  Bruno Haible  <bruno@clisp.org>
347
348         Tests for Unicode character classification functions.
349
350         * modules/unictype/bidicategory-byname-tests: New file.
351         * modules/unictype/bidicategory-name-tests: New file.
352         * modules/unictype/bidicategory-of-tests: New file.
353         * modules/unictype/bidicategory-test-tests: New file.
354         * modules/unictype/block-list-tests: New file.
355         * modules/unictype/block-of-tests: New file.
356         * modules/unictype/block-test-tests: New file.
357         * modules/unictype/category-C-tests: New file.
358         * modules/unictype/category-Cc-tests: New file.
359         * modules/unictype/category-Cf-tests: New file.
360         * modules/unictype/category-Cn-tests: New file.
361         * modules/unictype/category-Co-tests: New file.
362         * modules/unictype/category-Cs-tests: New file.
363         * modules/unictype/category-L-tests: New file.
364         * modules/unictype/category-Ll-tests: New file.
365         * modules/unictype/category-Lm-tests: New file.
366         * modules/unictype/category-Lo-tests: New file.
367         * modules/unictype/category-Lt-tests: New file.
368         * modules/unictype/category-Lu-tests: New file.
369         * modules/unictype/category-M-tests: New file.
370         * modules/unictype/category-Mc-tests: New file.
371         * modules/unictype/category-Me-tests: New file.
372         * modules/unictype/category-Mn-tests: New file.
373         * modules/unictype/category-N-tests: New file.
374         * modules/unictype/category-Nd-tests: New file.
375         * modules/unictype/category-Nl-tests: New file.
376         * modules/unictype/category-No-tests: New file.
377         * modules/unictype/category-P-tests: New file.
378         * modules/unictype/category-Pc-tests: New file.
379         * modules/unictype/category-Pd-tests: New file.
380         * modules/unictype/category-Pe-tests: New file.
381         * modules/unictype/category-Pf-tests: New file.
382         * modules/unictype/category-Pi-tests: New file.
383         * modules/unictype/category-Po-tests: New file.
384         * modules/unictype/category-Ps-tests: New file.
385         * modules/unictype/category-S-tests: New file.
386         * modules/unictype/category-Sc-tests: New file.
387         * modules/unictype/category-Sk-tests: New file.
388         * modules/unictype/category-Sm-tests: New file.
389         * modules/unictype/category-So-tests: New file.
390         * modules/unictype/category-Z-tests: New file.
391         * modules/unictype/category-Zl-tests: New file.
392         * modules/unictype/category-Zp-tests: New file.
393         * modules/unictype/category-Zs-tests: New file.
394         * modules/unictype/category-and-not-tests: New file.
395         * modules/unictype/category-and-tests: New file.
396         * modules/unictype/category-byname-tests: New file.
397         * modules/unictype/category-name-tests: New file.
398         * modules/unictype/category-none-tests: New file.
399         * modules/unictype/category-of-tests: New file.
400         * modules/unictype/category-or-tests: New file.
401         * modules/unictype/category-test-withtable-tests: New file.
402         * modules/unictype/combining-class-tests: New file.
403         * modules/unictype/ctype-alnum-tests: New file.
404         * modules/unictype/ctype-alpha-tests: New file.
405         * modules/unictype/ctype-blank-tests: New file.
406         * modules/unictype/ctype-cntrl-tests: New file.
407         * modules/unictype/ctype-digit-tests: New file.
408         * modules/unictype/ctype-graph-tests: New file.
409         * modules/unictype/ctype-lower-tests: New file.
410         * modules/unictype/ctype-print-tests: New file.
411         * modules/unictype/ctype-punct-tests: New file.
412         * modules/unictype/ctype-space-tests: New file.
413         * modules/unictype/ctype-upper-tests: New file.
414         * modules/unictype/ctype-xdigit-tests: New file.
415         * modules/unictype/decimal-digit-tests: New file.
416         * modules/unictype/digit-tests: New file.
417         * modules/unictype/mirror-tests: New file.
418         * modules/unictype/numeric-tests: New file.
419         * modules/unictype/property-alphabetic-tests: New file.
420         * modules/unictype/property-ascii-hex-digit-tests: New file.
421         * modules/unictype/property-bidi-arabic-digit-tests: New file.
422         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
423         * modules/unictype/property-bidi-block-separator-tests: New file.
424         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
425         * modules/unictype/property-bidi-common-separator-tests: New file.
426         * modules/unictype/property-bidi-control-tests: New file.
427         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
428         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
429         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
430         * modules/unictype/property-bidi-european-digit-tests: New file.
431         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
432         * modules/unictype/property-bidi-left-to-right-tests: New file.
433         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
434         * modules/unictype/property-bidi-other-neutral-tests: New file.
435         * modules/unictype/property-bidi-pdf-tests: New file.
436         * modules/unictype/property-bidi-segment-separator-tests: New file.
437         * modules/unictype/property-bidi-whitespace-tests: New file.
438         * modules/unictype/property-byname-tests: New file.
439         * modules/unictype/property-combining-tests: New file.
440         * modules/unictype/property-composite-tests: New file.
441         * modules/unictype/property-currency-symbol-tests: New file.
442         * modules/unictype/property-dash-tests: New file.
443         * modules/unictype/property-decimal-digit-tests: New file.
444         * modules/unictype/property-default-ignorable-code-point-tests: New file.
445         * modules/unictype/property-deprecated-tests: New file.
446         * modules/unictype/property-diacritic-tests: New file.
447         * modules/unictype/property-extender-tests: New file.
448         * modules/unictype/property-format-control-tests: New file.
449         * modules/unictype/property-grapheme-base-tests: New file.
450         * modules/unictype/property-grapheme-extend-tests: New file.
451         * modules/unictype/property-grapheme-link-tests: New file.
452         * modules/unictype/property-hex-digit-tests: New file.
453         * modules/unictype/property-hyphen-tests: New file.
454         * modules/unictype/property-id-continue-tests: New file.
455         * modules/unictype/property-id-start-tests: New file.
456         * modules/unictype/property-ideographic-tests: New file.
457         * modules/unictype/property-ids-binary-operator-tests: New file.
458         * modules/unictype/property-ids-trinary-operator-tests: New file.
459         * modules/unictype/property-ignorable-control-tests: New file.
460         * modules/unictype/property-iso-control-tests: New file.
461         * modules/unictype/property-join-control-tests: New file.
462         * modules/unictype/property-left-of-pair-tests: New file.
463         * modules/unictype/property-line-separator-tests: New file.
464         * modules/unictype/property-logical-order-exception-tests: New file.
465         * modules/unictype/property-lowercase-tests: New file.
466         * modules/unictype/property-math-tests: New file.
467         * modules/unictype/property-non-break-tests: New file.
468         * modules/unictype/property-not-a-character-tests: New file.
469         * modules/unictype/property-numeric-tests: New file.
470         * modules/unictype/property-other-alphabetic-tests: New file.
471         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
472         * modules/unictype/property-other-grapheme-extend-tests: New file.
473         * modules/unictype/property-other-id-continue-tests: New file.
474         * modules/unictype/property-other-id-start-tests: New file.
475         * modules/unictype/property-other-lowercase-tests: New file.
476         * modules/unictype/property-other-math-tests: New file.
477         * modules/unictype/property-other-uppercase-tests: New file.
478         * modules/unictype/property-paired-punctuation-tests: New file.
479         * modules/unictype/property-paragraph-separator-tests: New file.
480         * modules/unictype/property-pattern-syntax-tests: New file.
481         * modules/unictype/property-pattern-white-space-tests: New file.
482         * modules/unictype/property-private-use-tests: New file.
483         * modules/unictype/property-punctuation-tests: New file.
484         * modules/unictype/property-quotation-mark-tests: New file.
485         * modules/unictype/property-radical-tests: New file.
486         * modules/unictype/property-sentence-terminal-tests: New file.
487         * modules/unictype/property-soft-dotted-tests: New file.
488         * modules/unictype/property-space-tests: New file.
489         * modules/unictype/property-terminal-punctuation-tests: New file.
490         * modules/unictype/property-test-tests: New file.
491         * modules/unictype/property-titlecase-tests: New file.
492         * modules/unictype/property-unassigned-code-value-tests: New file.
493         * modules/unictype/property-unified-ideograph-tests: New file.
494         * modules/unictype/property-uppercase-tests: New file.
495         * modules/unictype/property-variation-selector-tests: New file.
496         * modules/unictype/property-white-space-tests: New file.
497         * modules/unictype/property-xid-continue-tests: New file.
498         * modules/unictype/property-xid-start-tests: New file.
499         * modules/unictype/property-zero-width-tests: New file.
500         * modules/unictype/scripts-tests: New file.
501         * modules/unictype/syntax-c-ident-tests: New file.
502         * modules/unictype/syntax-c-whitespace-tests: New file.
503         * modules/unictype/syntax-java-ident-tests: New file.
504         * modules/unictype/syntax-java-whitespace-tests: New file.
505         * tests/unictype/test-bidi_byname.c: New file.
506         * tests/unictype/test-bidi_name.c: New file.
507         * tests/unictype/test-bidi_of.c: New file.
508         * tests/unictype/test-bidi_test.c: New file.
509         * tests/unictype/test-block_list.c: New file.
510         * tests/unictype/test-block_of.c: New file.
511         * tests/unictype/test-block_test.c: New file.
512         * tests/unictype/test-categ_and.c: New file.
513         * tests/unictype/test-categ_and_not.c: New file.
514         * tests/unictype/test-categ_byname.c: New file.
515         * tests/unictype/test-categ_name.c: New file.
516         * tests/unictype/test-categ_none.c: New file.
517         * tests/unictype/test-categ_of.c: New file.
518         * tests/unictype/test-categ_or.c: New file.
519         * tests/unictype/test-categ_test_withtable.c: New file.
520         * tests/unictype/test-combining.c: New file.
521         * tests/unictype/test-decdigit.c: New file.
522         * tests/unictype/test-digit.c: New file.
523         * tests/unictype/test-mirror.c: New file.
524         * tests/unictype/test-numeric.c: New file.
525         * tests/unictype/test-pr_byname.c: New file.
526         * tests/unictype/test-pr_test.c: New file.
527         * tests/unictype/test-predicate-part1.h: New file.
528         * tests/unictype/test-predicate-part2.h: New file.
529         * tests/unictype/test-scripts.c: New file.
530         * tests/unictype/test-sy_c_ident.c: New file.
531         * tests/unictype/test-sy_java_ident.c: New file.
532
533         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
534         for Unicode 5.0.0.
535         * tests/unictype/test-categ_Cc.c: Likewise.
536         * tests/unictype/test-categ_Cf.c: Likewise.
537         * tests/unictype/test-categ_Cn.c: Likewise.
538         * tests/unictype/test-categ_Co.c: Likewise.
539         * tests/unictype/test-categ_Cs.c: Likewise.
540         * tests/unictype/test-categ_L.c: Likewise.
541         * tests/unictype/test-categ_Ll.c: Likewise.
542         * tests/unictype/test-categ_Lm.c: Likewise.
543         * tests/unictype/test-categ_Lo.c: Likewise.
544         * tests/unictype/test-categ_Lt.c: Likewise.
545         * tests/unictype/test-categ_Lu.c: Likewise.
546         * tests/unictype/test-categ_M.c: Likewise.
547         * tests/unictype/test-categ_Mc.c: Likewise.
548         * tests/unictype/test-categ_Me.c: Likewise.
549         * tests/unictype/test-categ_Mn.c: Likewise.
550         * tests/unictype/test-categ_N.c: Likewise.
551         * tests/unictype/test-categ_Nd.c: Likewise.
552         * tests/unictype/test-categ_Nl.c: Likewise.
553         * tests/unictype/test-categ_No.c: Likewise.
554         * tests/unictype/test-categ_P.c: Likewise.
555         * tests/unictype/test-categ_Pc.c: Likewise.
556         * tests/unictype/test-categ_Pd.c: Likewise.
557         * tests/unictype/test-categ_Pe.c: Likewise.
558         * tests/unictype/test-categ_Pf.c: Likewise.
559         * tests/unictype/test-categ_Pi.c: Likewise.
560         * tests/unictype/test-categ_Po.c: Likewise.
561         * tests/unictype/test-categ_Ps.c: Likewise.
562         * tests/unictype/test-categ_S.c: Likewise.
563         * tests/unictype/test-categ_Sc.c: Likewise.
564         * tests/unictype/test-categ_Sk.c: Likewise.
565         * tests/unictype/test-categ_Sm.c: Likewise.
566         * tests/unictype/test-categ_So.c: Likewise.
567         * tests/unictype/test-categ_Z.c: Likewise.
568         * tests/unictype/test-categ_Zl.c: Likewise.
569         * tests/unictype/test-categ_Zp.c: Likewise.
570         * tests/unictype/test-categ_Zs.c: Likewise.
571         * tests/unictype/test-ctype_alnum.c: Likewise.
572         * tests/unictype/test-ctype_alpha.c: Likewise.
573         * tests/unictype/test-ctype_blank.c: Likewise.
574         * tests/unictype/test-ctype_cntrl.c: Likewise.
575         * tests/unictype/test-ctype_digit.c: Likewise.
576         * tests/unictype/test-ctype_graph.c: Likewise.
577         * tests/unictype/test-ctype_lower.c: Likewise.
578         * tests/unictype/test-ctype_print.c: Likewise.
579         * tests/unictype/test-ctype_punct.c: Likewise.
580         * tests/unictype/test-ctype_space.c: Likewise.
581         * tests/unictype/test-ctype_upper.c: Likewise.
582         * tests/unictype/test-ctype_xdigit.c: Likewise.
583         * tests/unictype/test-decdigit.h: Likewise.
584         * tests/unictype/test-digit.h: Likewise.
585         * tests/unictype/test-numeric.h: Likewise.
586         * tests/unictype/test-pr_alphabetic.c: Likewise.
587         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
588         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
589         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
590         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
591         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
592         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
593         * tests/unictype/test-pr_bidi_control.c: Likewise.
594         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
595         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
596         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
597         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
598         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
599         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
600         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
601         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
602         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
603         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
604         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
605         * tests/unictype/test-pr_combining.c: Likewise.
606         * tests/unictype/test-pr_composite.c: Likewise.
607         * tests/unictype/test-pr_currency_symbol.c: Likewise.
608         * tests/unictype/test-pr_dash.c: Likewise.
609         * tests/unictype/test-pr_decimal_digit.c: Likewise.
610         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
611         * tests/unictype/test-pr_deprecated.c: Likewise.
612         * tests/unictype/test-pr_diacritic.c: Likewise.
613         * tests/unictype/test-pr_extender.c: Likewise.
614         * tests/unictype/test-pr_format_control.c: Likewise.
615         * tests/unictype/test-pr_grapheme_base.c: Likewise.
616         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
617         * tests/unictype/test-pr_grapheme_link.c: Likewise.
618         * tests/unictype/test-pr_hex_digit.c: Likewise.
619         * tests/unictype/test-pr_hyphen.c: Likewise.
620         * tests/unictype/test-pr_id_continue.c: Likewise.
621         * tests/unictype/test-pr_id_start.c: Likewise.
622         * tests/unictype/test-pr_ideographic.c: Likewise.
623         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
624         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
625         * tests/unictype/test-pr_ignorable_control.c: Likewise.
626         * tests/unictype/test-pr_iso_control.c: Likewise.
627         * tests/unictype/test-pr_join_control.c: Likewise.
628         * tests/unictype/test-pr_left_of_pair.c: Likewise.
629         * tests/unictype/test-pr_line_separator.c: Likewise.
630         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
631         * tests/unictype/test-pr_lowercase.c: Likewise.
632         * tests/unictype/test-pr_math.c: Likewise.
633         * tests/unictype/test-pr_non_break.c: Likewise.
634         * tests/unictype/test-pr_not_a_character.c: Likewise.
635         * tests/unictype/test-pr_numeric.c: Likewise.
636         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
637         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
638         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
639         * tests/unictype/test-pr_other_id_continue.c: Likewise.
640         * tests/unictype/test-pr_other_id_start.c: Likewise.
641         * tests/unictype/test-pr_other_lowercase.c: Likewise.
642         * tests/unictype/test-pr_other_math.c: Likewise.
643         * tests/unictype/test-pr_other_uppercase.c: Likewise.
644         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
645         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
646         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
647         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
648         * tests/unictype/test-pr_private_use.c: Likewise.
649         * tests/unictype/test-pr_punctuation.c: Likewise.
650         * tests/unictype/test-pr_quotation_mark.c: Likewise.
651         * tests/unictype/test-pr_radical.c: Likewise.
652         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
653         * tests/unictype/test-pr_soft_dotted.c: Likewise.
654         * tests/unictype/test-pr_space.c: Likewise.
655         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
656         * tests/unictype/test-pr_titlecase.c: Likewise.
657         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
658         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
659         * tests/unictype/test-pr_uppercase.c: Likewise.
660         * tests/unictype/test-pr_variation_selector.c: Likewise.
661         * tests/unictype/test-pr_white_space.c: Likewise.
662         * tests/unictype/test-pr_xid_continue.c: Likewise.
663         * tests/unictype/test-pr_xid_start.c: Likewise.
664         * tests/unictype/test-pr_zero_width.c: Likewise.
665         * tests/unictype/test-sy_c_whitespace.c: Likewise.
666         * tests/unictype/test-sy_java_whitespace.c: Likewise.
667
668 2007-11-12  Bruno Haible  <bruno@clisp.org>
669
670         Unicode character classification functions.
671         * lib/unictype.h: New file.
672         * modules/unictype/base: New file.
673         * modules/unictype/category-L: New file.
674         * modules/unictype/category-Lu: New file.
675         * modules/unictype/category-Ll: New file.
676         * modules/unictype/category-Lt: New file.
677         * modules/unictype/category-Lm: New file.
678         * modules/unictype/category-Lo: New file.
679         * modules/unictype/category-M: New file.
680         * modules/unictype/category-Mn: New file.
681         * modules/unictype/category-Mc: New file.
682         * modules/unictype/category-Me: New file.
683         * modules/unictype/category-N: New file.
684         * modules/unictype/category-Nd: New file.
685         * modules/unictype/category-Nl: New file.
686         * modules/unictype/category-No: New file.
687         * modules/unictype/category-P: New file.
688         * modules/unictype/category-Pc: New file.
689         * modules/unictype/category-Pd: New file.
690         * modules/unictype/category-Ps: New file.
691         * modules/unictype/category-Pe: New file.
692         * modules/unictype/category-Pi: New file.
693         * modules/unictype/category-Pf: New file.
694         * modules/unictype/category-Po: New file.
695         * modules/unictype/category-S: New file.
696         * modules/unictype/category-Sm: New file.
697         * modules/unictype/category-Sc: New file.
698         * modules/unictype/category-Sk: New file.
699         * modules/unictype/category-So: New file.
700         * modules/unictype/category-Z: New file.
701         * modules/unictype/category-Zs: New file.
702         * modules/unictype/category-Zl: New file.
703         * modules/unictype/category-Zp: New file.
704         * modules/unictype/category-C: New file.
705         * modules/unictype/category-Cc: New file.
706         * modules/unictype/category-Cf: New file.
707         * modules/unictype/category-Cs: New file.
708         * modules/unictype/category-Co: New file.
709         * modules/unictype/category-Cn: New file.
710         * modules/unictype/category-or: New file.
711         * modules/unictype/category-of: New file.
712         * modules/unictype/category-test: New file.
713         * modules/unictype/category-test-withtable: New file.
714         * modules/unictype/category-byname: New file.
715         * modules/unictype/category-none: New file.
716         * modules/unictype/category-and: New file.
717         * modules/unictype/category-and-not: New file.
718         * modules/unictype/category-name: New file.
719         * modules/unictype/combining-class: New file.
720         * modules/unictype/category-all: New file.
721         * modules/unictype/bidicategory-all: New file.
722         * modules/unictype/bidicategory-byname: New file.
723         * modules/unictype/bidicategory-name: New file.
724         * modules/unictype/bidicategory-of: New file.
725         * modules/unictype/bidicategory-test: New file.
726         * modules/unictype/decimal-digit: New file.
727         * modules/unictype/digit: New file.
728         * modules/unictype/numeric: New file.
729         * modules/unictype/mirror: New file.
730         * modules/unictype/property-white-space: New file.
731         * modules/unictype/property-alphabetic: New file.
732         * modules/unictype/property-other-alphabetic: New file.
733         * modules/unictype/property-not-a-character: New file.
734         * modules/unictype/property-default-ignorable-code-point: New file.
735         * modules/unictype/property-other-default-ignorable-code-point: New
736         file.
737         * modules/unictype/property-deprecated: New file.
738         * modules/unictype/property-logical-order-exception: New file.
739         * modules/unictype/property-variation-selector: New file.
740         * modules/unictype/property-private-use: New file.
741         * modules/unictype/property-unassigned-code-value: New file.
742         * modules/unictype/property-uppercase: New file.
743         * modules/unictype/property-other-uppercase: New file.
744         * modules/unictype/property-lowercase: New file.
745         * modules/unictype/property-other-lowercase: New file.
746         * modules/unictype/property-titlecase: New file.
747         * modules/unictype/property-soft-dotted: New file.
748         * modules/unictype/property-id-start: New file.
749         * modules/unictype/property-other-id-start: New file.
750         * modules/unictype/property-id-continue: New file.
751         * modules/unictype/property-other-id-continue: New file.
752         * modules/unictype/property-xid-start: New file.
753         * modules/unictype/property-xid-continue: New file.
754         * modules/unictype/property-pattern-white-space: New file.
755         * modules/unictype/property-pattern-syntax: New file.
756         * modules/unictype/property-join-control: New file.
757         * modules/unictype/property-grapheme-base: New file.
758         * modules/unictype/property-grapheme-extend: New file.
759         * modules/unictype/property-other-grapheme-extend: New file.
760         * modules/unictype/property-grapheme-link: New file.
761         * modules/unictype/property-bidi-control: New file.
762         * modules/unictype/property-bidi-left-to-right: New file.
763         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
764         * modules/unictype/property-bidi-arabic-right-to-left: New file.
765         * modules/unictype/property-bidi-european-digit: New file.
766         * modules/unictype/property-bidi-eur-num-separator: New file.
767         * modules/unictype/property-bidi-eur-num-terminator: New file.
768         * modules/unictype/property-bidi-arabic-digit: New file.
769         * modules/unictype/property-bidi-common-separator: New file.
770         * modules/unictype/property-bidi-block-separator: New file.
771         * modules/unictype/property-bidi-segment-separator: New file.
772         * modules/unictype/property-bidi-whitespace: New file.
773         * modules/unictype/property-bidi-non-spacing-mark: New file.
774         * modules/unictype/property-bidi-boundary-neutral: New file.
775         * modules/unictype/property-bidi-pdf: New file.
776         * modules/unictype/property-bidi-embedding-or-override: New file.
777         * modules/unictype/property-bidi-other-neutral: New file.
778         * modules/unictype/property-hex-digit: New file.
779         * modules/unictype/property-ascii-hex-digit: New file.
780         * modules/unictype/property-ideographic: New file.
781         * modules/unictype/property-unified-ideograph: New file.
782         * modules/unictype/property-radical: New file.
783         * modules/unictype/property-ids-binary-operator: New file.
784         * modules/unictype/property-ids-trinary-operator: New file.
785         * modules/unictype/property-zero-width: New file.
786         * modules/unictype/property-space: New file.
787         * modules/unictype/property-non-break: New file.
788         * modules/unictype/property-iso-control: New file.
789         * modules/unictype/property-format-control: New file.
790         * modules/unictype/property-dash: New file.
791         * modules/unictype/property-hyphen: New file.
792         * modules/unictype/property-punctuation: New file.
793         * modules/unictype/property-line-separator: New file.
794         * modules/unictype/property-paragraph-separator: New file.
795         * modules/unictype/property-quotation-mark: New file.
796         * modules/unictype/property-sentence-terminal: New file.
797         * modules/unictype/property-terminal-punctuation: New file.
798         * modules/unictype/property-currency-symbol: New file.
799         * modules/unictype/property-math: New file.
800         * modules/unictype/property-other-math: New file.
801         * modules/unictype/property-paired-punctuation: New file.
802         * modules/unictype/property-left-of-pair: New file.
803         * modules/unictype/property-combining: New file.
804         * modules/unictype/property-composite: New file.
805         * modules/unictype/property-decimal-digit: New file.
806         * modules/unictype/property-numeric: New file.
807         * modules/unictype/property-diacritic: New file.
808         * modules/unictype/property-extender: New file.
809         * modules/unictype/property-ignorable-control: New file.
810         * modules/unictype/property-test: New file.
811         * modules/unictype/property-byname: New file.
812         * modules/unictype/property-all: New file.
813         * modules/unictype/scripts: New file.
814         * modules/unictype/scripts-all: New file.
815         * modules/unictype/block-of: New file.
816         * modules/unictype/block-test: New file.
817         * modules/unictype/block-list: New file.
818         * modules/unictype/block-all: New file.
819         * modules/unictype/syntax-c-whitespace: New file.
820         * modules/unictype/syntax-java-whitespace: New file.
821         * modules/unictype/syntax-c-ident: New file.
822         * modules/unictype/syntax-java-ident: New file.
823         * modules/unictype/ctype-alnum: New file.
824         * modules/unictype/ctype-alpha: New file.
825         * modules/unictype/ctype-cntrl: New file.
826         * modules/unictype/ctype-digit: New file.
827         * modules/unictype/ctype-graph: New file.
828         * modules/unictype/ctype-lower: New file.
829         * modules/unictype/ctype-print: New file.
830         * modules/unictype/ctype-punct: New file.
831         * modules/unictype/ctype-space: New file.
832         * modules/unictype/ctype-upper: New file.
833         * modules/unictype/ctype-xdigit: New file.
834         * modules/unictype/ctype-blank: New file.
835         * lib/unictype/bidi_byname.c: New file.
836         * lib/unictype/bidi_name.c: New file.
837         * lib/unictype/bidi_of.c: New file.
838         * lib/unictype/bidi_test.c: New file.
839         * lib/unictype/bitmap.h: New file.
840         * lib/unictype/block_test.c: New file.
841         * lib/unictype/blocks.c: New file.
842         * lib/unictype/categ_C.c: New file.
843         * lib/unictype/categ_Cc.c: New file.
844         * lib/unictype/categ_Cf.c: New file.
845         * lib/unictype/categ_Cn.c: New file.
846         * lib/unictype/categ_Co.c: New file.
847         * lib/unictype/categ_Cs.c: New file.
848         * lib/unictype/categ_L.c: New file.
849         * lib/unictype/categ_Ll.c: New file.
850         * lib/unictype/categ_Lm.c: New file.
851         * lib/unictype/categ_Lo.c: New file.
852         * lib/unictype/categ_Lt.c: New file.
853         * lib/unictype/categ_Lu.c: New file.
854         * lib/unictype/categ_M.c: New file.
855         * lib/unictype/categ_Mc.c: New file.
856         * lib/unictype/categ_Me.c: New file.
857         * lib/unictype/categ_Mn.c: New file.
858         * lib/unictype/categ_N.c: New file.
859         * lib/unictype/categ_Nd.c: New file.
860         * lib/unictype/categ_Nl.c: New file.
861         * lib/unictype/categ_No.c: New file.
862         * lib/unictype/categ_P.c: New file.
863         * lib/unictype/categ_Pc.c: New file.
864         * lib/unictype/categ_Pd.c: New file.
865         * lib/unictype/categ_Pe.c: New file.
866         * lib/unictype/categ_Pf.c: New file.
867         * lib/unictype/categ_Pi.c: New file.
868         * lib/unictype/categ_Po.c: New file.
869         * lib/unictype/categ_Ps.c: New file.
870         * lib/unictype/categ_S.c: New file.
871         * lib/unictype/categ_Sc.c: New file.
872         * lib/unictype/categ_Sk.c: New file.
873         * lib/unictype/categ_Sm.c: New file.
874         * lib/unictype/categ_So.c: New file.
875         * lib/unictype/categ_Z.c: New file.
876         * lib/unictype/categ_Zl.c: New file.
877         * lib/unictype/categ_Zp.c: New file.
878         * lib/unictype/categ_Zs.c: New file.
879         * lib/unictype/categ_and.c: New file.
880         * lib/unictype/categ_and_not.c: New file.
881         * lib/unictype/categ_byname.c: New file.
882         * lib/unictype/categ_name.c: New file.
883         * lib/unictype/categ_none.c: New file.
884         * lib/unictype/categ_of.c: New file.
885         * lib/unictype/categ_or.c: New file.
886         * lib/unictype/categ_test.c: New file.
887         * lib/unictype/combining.c: New file.
888         * lib/unictype/ctype_alnum.c: New file.
889         * lib/unictype/ctype_alpha.c: New file.
890         * lib/unictype/ctype_blank.c: New file.
891         * lib/unictype/ctype_cntrl.c: New file.
892         * lib/unictype/ctype_digit.c: New file.
893         * lib/unictype/ctype_graph.c: New file.
894         * lib/unictype/ctype_lower.c: New file.
895         * lib/unictype/ctype_print.c: New file.
896         * lib/unictype/ctype_punct.c: New file.
897         * lib/unictype/ctype_space.c: New file.
898         * lib/unictype/ctype_upper.c: New file.
899         * lib/unictype/ctype_xdigit.c: New file.
900         * lib/unictype/decdigit.c: New file.
901         * lib/unictype/digit.c: New file.
902         * lib/unictype/identsyntaxmap.h: New file.
903         * lib/unictype/mirror.c: New file.
904         * lib/unictype/numeric.c: New file.
905         * lib/unictype/pr_alphabetic.c: New file.
906         * lib/unictype/pr_ascii_hex_digit.c: New file.
907         * lib/unictype/pr_bidi_arabic_digit.c: New file.
908         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
909         * lib/unictype/pr_bidi_block_separator.c: New file.
910         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
911         * lib/unictype/pr_bidi_common_separator.c: New file.
912         * lib/unictype/pr_bidi_control.c: New file.
913         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
914         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
915         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
916         * lib/unictype/pr_bidi_european_digit.c: New file.
917         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
918         * lib/unictype/pr_bidi_left_to_right.c: New file.
919         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
920         * lib/unictype/pr_bidi_other_neutral.c: New file.
921         * lib/unictype/pr_bidi_pdf.c: New file.
922         * lib/unictype/pr_bidi_segment_separator.c: New file.
923         * lib/unictype/pr_bidi_whitespace.c: New file.
924         * lib/unictype/pr_byname.c: New file.
925         * lib/unictype/pr_byname.gperf: New file.
926         * lib/unictype/pr_combining.c: New file.
927         * lib/unictype/pr_composite.c: New file.
928         * lib/unictype/pr_currency_symbol.c: New file.
929         * lib/unictype/pr_dash.c: New file.
930         * lib/unictype/pr_decimal_digit.c: New file.
931         * lib/unictype/pr_default_ignorable_code_point.c: New file.
932         * lib/unictype/pr_deprecated.c: New file.
933         * lib/unictype/pr_diacritic.c: New file.
934         * lib/unictype/pr_extender.c: New file.
935         * lib/unictype/pr_format_control.c: New file.
936         * lib/unictype/pr_grapheme_base.c: New file.
937         * lib/unictype/pr_grapheme_extend.c: New file.
938         * lib/unictype/pr_grapheme_link.c: New file.
939         * lib/unictype/pr_hex_digit.c: New file.
940         * lib/unictype/pr_hyphen.c: New file.
941         * lib/unictype/pr_id_continue.c: New file.
942         * lib/unictype/pr_id_start.c: New file.
943         * lib/unictype/pr_ideographic.c: New file.
944         * lib/unictype/pr_ids_binary_operator.c: New file.
945         * lib/unictype/pr_ids_trinary_operator.c: New file.
946         * lib/unictype/pr_ignorable_control.c: New file.
947         * lib/unictype/pr_iso_control.c: New file.
948         * lib/unictype/pr_join_control.c: New file.
949         * lib/unictype/pr_left_of_pair.c: New file.
950         * lib/unictype/pr_line_separator.c: New file.
951         * lib/unictype/pr_logical_order_exception.c: New file.
952         * lib/unictype/pr_lowercase.c: New file.
953         * lib/unictype/pr_math.c: New file.
954         * lib/unictype/pr_non_break.c: New file.
955         * lib/unictype/pr_not_a_character.c: New file.
956         * lib/unictype/pr_numeric.c: New file.
957         * lib/unictype/pr_other_alphabetic.c: New file.
958         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
959         * lib/unictype/pr_other_grapheme_extend.c: New file.
960         * lib/unictype/pr_other_id_continue.c: New file.
961         * lib/unictype/pr_other_id_start.c: New file.
962         * lib/unictype/pr_other_lowercase.c: New file.
963         * lib/unictype/pr_other_math.c: New file.
964         * lib/unictype/pr_other_uppercase.c: New file.
965         * lib/unictype/pr_paired_punctuation.c: New file.
966         * lib/unictype/pr_paragraph_separator.c: New file.
967         * lib/unictype/pr_pattern_syntax.c: New file.
968         * lib/unictype/pr_pattern_white_space.c: New file.
969         * lib/unictype/pr_private_use.c: New file.
970         * lib/unictype/pr_punctuation.c: New file.
971         * lib/unictype/pr_quotation_mark.c: New file.
972         * lib/unictype/pr_radical.c: New file.
973         * lib/unictype/pr_sentence_terminal.c: New file.
974         * lib/unictype/pr_soft_dotted.c: New file.
975         * lib/unictype/pr_space.c: New file.
976         * lib/unictype/pr_terminal_punctuation.c: New file.
977         * lib/unictype/pr_test.c: New file.
978         * lib/unictype/pr_titlecase.c: New file.
979         * lib/unictype/pr_unassigned_code_value.c: New file.
980         * lib/unictype/pr_unified_ideograph.c: New file.
981         * lib/unictype/pr_uppercase.c: New file.
982         * lib/unictype/pr_variation_selector.c: New file.
983         * lib/unictype/pr_white_space.c: New file.
984         * lib/unictype/pr_xid_continue.c: New file.
985         * lib/unictype/pr_xid_start.c: New file.
986         * lib/unictype/pr_zero_width.c: New file.
987         * lib/unictype/scripts.c: New file.
988         * lib/unictype/sy_c_ident.c: New file.
989         * lib/unictype/sy_c_whitespace.c: New file.
990         * lib/unictype/sy_java_ident.c: New file.
991         * lib/unictype/sy_java_whitespace.c: New file.
992
993         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
994         Unicode 5.0.0.
995         * lib/unictype/blocks.h: Likewise.
996         * lib/unictype/categ_C.h: Likewise.
997         * lib/unictype/categ_Cc.h: Likewise.
998         * lib/unictype/categ_Cf.h: Likewise.
999         * lib/unictype/categ_Cn.h: Likewise.
1000         * lib/unictype/categ_Co.h: Likewise.
1001         * lib/unictype/categ_Cs.h: Likewise.
1002         * lib/unictype/categ_L.h: Likewise.
1003         * lib/unictype/categ_Ll.h: Likewise.
1004         * lib/unictype/categ_Lm.h: Likewise.
1005         * lib/unictype/categ_Lo.h: Likewise.
1006         * lib/unictype/categ_Lt.h: Likewise.
1007         * lib/unictype/categ_Lu.h: Likewise.
1008         * lib/unictype/categ_M.h: Likewise.
1009         * lib/unictype/categ_Mc.h: Likewise.
1010         * lib/unictype/categ_Me.h: Likewise.
1011         * lib/unictype/categ_Mn.h: Likewise.
1012         * lib/unictype/categ_N.h: Likewise.
1013         * lib/unictype/categ_Nd.h: Likewise.
1014         * lib/unictype/categ_Nl.h: Likewise.
1015         * lib/unictype/categ_No.h: Likewise.
1016         * lib/unictype/categ_P.h: Likewise.
1017         * lib/unictype/categ_Pc.h: Likewise.
1018         * lib/unictype/categ_Pd.h: Likewise.
1019         * lib/unictype/categ_Pe.h: Likewise.
1020         * lib/unictype/categ_Pf.h: Likewise.
1021         * lib/unictype/categ_Pi.h: Likewise.
1022         * lib/unictype/categ_Po.h: Likewise.
1023         * lib/unictype/categ_Ps.h: Likewise.
1024         * lib/unictype/categ_S.h: Likewise.
1025         * lib/unictype/categ_Sc.h: Likewise.
1026         * lib/unictype/categ_Sk.h: Likewise.
1027         * lib/unictype/categ_Sm.h: Likewise.
1028         * lib/unictype/categ_So.h: Likewise.
1029         * lib/unictype/categ_Z.h: Likewise.
1030         * lib/unictype/categ_Zl.h: Likewise.
1031         * lib/unictype/categ_Zp.h: Likewise.
1032         * lib/unictype/categ_Zs.h: Likewise.
1033         * lib/unictype/categ_of.h: Likewise.
1034         * lib/unictype/combining.h: Likewise.
1035         * lib/unictype/ctype_alnum.h: Likewise.
1036         * lib/unictype/ctype_alpha.h: Likewise.
1037         * lib/unictype/ctype_blank.h: Likewise.
1038         * lib/unictype/ctype_cntrl.h: Likewise.
1039         * lib/unictype/ctype_digit.h: Likewise.
1040         * lib/unictype/ctype_graph.h: Likewise.
1041         * lib/unictype/ctype_lower.h: Likewise.
1042         * lib/unictype/ctype_print.h: Likewise.
1043         * lib/unictype/ctype_punct.h: Likewise.
1044         * lib/unictype/ctype_space.h: Likewise.
1045         * lib/unictype/ctype_upper.h: Likewise.
1046         * lib/unictype/ctype_xdigit.h: Likewise.
1047         * lib/unictype/decdigit.h: Likewise.
1048         * lib/unictype/digit.h: Likewise.
1049         * lib/unictype/mirror.h: Likewise.
1050         * lib/unictype/numeric.h: Likewise.
1051         * lib/unictype/pr_alphabetic.h: Likewise.
1052         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
1053         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
1054         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
1055         * lib/unictype/pr_bidi_block_separator.h: Likewise.
1056         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
1057         * lib/unictype/pr_bidi_common_separator.h: Likewise.
1058         * lib/unictype/pr_bidi_control.h: Likewise.
1059         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
1060         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
1061         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
1062         * lib/unictype/pr_bidi_european_digit.h: Likewise.
1063         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
1064         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
1065         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
1066         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
1067         * lib/unictype/pr_bidi_pdf.h: Likewise.
1068         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
1069         * lib/unictype/pr_bidi_whitespace.h: Likewise.
1070         * lib/unictype/pr_combining.h: Likewise.
1071         * lib/unictype/pr_composite.h: Likewise.
1072         * lib/unictype/pr_currency_symbol.h: Likewise.
1073         * lib/unictype/pr_dash.h: Likewise.
1074         * lib/unictype/pr_decimal_digit.h: Likewise.
1075         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
1076         * lib/unictype/pr_deprecated.h: Likewise.
1077         * lib/unictype/pr_diacritic.h: Likewise.
1078         * lib/unictype/pr_extender.h: Likewise.
1079         * lib/unictype/pr_format_control.h: Likewise.
1080         * lib/unictype/pr_grapheme_base.h: Likewise.
1081         * lib/unictype/pr_grapheme_extend.h: Likewise.
1082         * lib/unictype/pr_grapheme_link.h: Likewise.
1083         * lib/unictype/pr_hex_digit.h: Likewise.
1084         * lib/unictype/pr_hyphen.h: Likewise.
1085         * lib/unictype/pr_id_continue.h: Likewise.
1086         * lib/unictype/pr_id_start.h: Likewise.
1087         * lib/unictype/pr_ideographic.h: Likewise.
1088         * lib/unictype/pr_ids_binary_operator.h: Likewise.
1089         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
1090         * lib/unictype/pr_ignorable_control.h: Likewise.
1091         * lib/unictype/pr_iso_control.h: Likewise.
1092         * lib/unictype/pr_join_control.h: Likewise.
1093         * lib/unictype/pr_left_of_pair.h: Likewise.
1094         * lib/unictype/pr_line_separator.h: Likewise.
1095         * lib/unictype/pr_logical_order_exception.h: Likewise.
1096         * lib/unictype/pr_lowercase.h: Likewise.
1097         * lib/unictype/pr_math.h: Likewise.
1098         * lib/unictype/pr_non_break.h: Likewise.
1099         * lib/unictype/pr_not_a_character.h: Likewise.
1100         * lib/unictype/pr_numeric.h: Likewise.
1101         * lib/unictype/pr_other_alphabetic.h: Likewise.
1102         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
1103         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
1104         * lib/unictype/pr_other_id_continue.h: Likewise.
1105         * lib/unictype/pr_other_id_start.h: Likewise.
1106         * lib/unictype/pr_other_lowercase.h: Likewise.
1107         * lib/unictype/pr_other_math.h: Likewise.
1108         * lib/unictype/pr_other_uppercase.h: Likewise.
1109         * lib/unictype/pr_paired_punctuation.h: Likewise.
1110         * lib/unictype/pr_paragraph_separator.h: Likewise.
1111         * lib/unictype/pr_pattern_syntax.h: Likewise.
1112         * lib/unictype/pr_pattern_white_space.h: Likewise.
1113         * lib/unictype/pr_private_use.h: Likewise.
1114         * lib/unictype/pr_punctuation.h: Likewise.
1115         * lib/unictype/pr_quotation_mark.h: Likewise.
1116         * lib/unictype/pr_radical.h: Likewise.
1117         * lib/unictype/pr_sentence_terminal.h: Likewise.
1118         * lib/unictype/pr_soft_dotted.h: Likewise.
1119         * lib/unictype/pr_space.h: Likewise.
1120         * lib/unictype/pr_terminal_punctuation.h: Likewise.
1121         * lib/unictype/pr_titlecase.h: Likewise.
1122         * lib/unictype/pr_unassigned_code_value.h: Likewise.
1123         * lib/unictype/pr_unified_ideograph.h: Likewise.
1124         * lib/unictype/pr_uppercase.h: Likewise.
1125         * lib/unictype/pr_variation_selector.h: Likewise.
1126         * lib/unictype/pr_white_space.h: Likewise.
1127         * lib/unictype/pr_xid_continue.h: Likewise.
1128         * lib/unictype/pr_xid_start.h: Likewise.
1129         * lib/unictype/pr_zero_width.h: Likewise.
1130         * lib/unictype/scripts.h: Likewise.
1131         * lib/unictype/scripts_byname.gperf: Likewise.
1132         * lib/unictype/sy_c_ident.h: Likewise.
1133         * lib/unictype/sy_c_whitespace.h: Likewise.
1134         * lib/unictype/sy_java_ident.h: Likewise.
1135         * lib/unictype/sy_java_whitespace.h: Likewise.
1136
1137         * lib/unictype/Makefile: New file.
1138         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
1139         glibc.
1140         * lib/unictype/3level.h: New file, copied from glibc.
1141         * lib/unictype/3levelbit.h: New file.
1142
1143 2007-11-11  Bruno Haible  <bruno@clisp.org>
1144
1145         * modules/gperf: New file.
1146         * modules/iconv_open (Depends-on): Add it.
1147         (Makefile.am): Remove the GPERF definition.
1148
1149 2007-11-11  Bruno Haible  <bruno@clisp.org>
1150
1151         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
1152         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
1153
1154 2007-11-11  Bruno Haible  <bruno@clisp.org>
1155
1156         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
1157         (usage): Remove function.
1158
1159 2007-11-11  Bruno Haible  <bruno@clisp.org>
1160
1161         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
1162         gl_FUNC_CEILF_LIBS.
1163         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
1164         gl_FUNC_CEIL_LIBS.
1165         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
1166         gl_FUNC_CEILL_LIBS.
1167         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
1168         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
1169         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
1170
1171 2007-11-11  Bruno Haible  <bruno@clisp.org>
1172
1173         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
1174         roundf were declared but do not exist on functions.
1175         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
1176         roundl were declared but do not exist on functions.
1177         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
1178         HAVE_FLOORL_AND_CEILL, respectively.
1179         Needed for Sun C on Solaris 10.
1180
1181 2007-11-11  Bruno Haible  <bruno@clisp.org>
1182
1183         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
1184         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
1185         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
1186         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
1187         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
1188         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
1189         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
1190         HAVE_DECL_ROUNDF.
1191         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
1192         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
1193         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
1194         of HAVE_DECL_ROUND*.
1195         * modules/math (Makefile.am): Update.
1196
1197 2007-11-10  Bruno Haible  <bruno@clisp.org>
1198
1199         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
1200         ptrdiff_t as m4/intl.m4.
1201
1202 2007-11-10  Jim Meyering  <meyering@redhat.com>
1203
1204         Avoid link failure for the argmatch test.
1205         * tests/test-argmatch.c (usage): Define function to avoid a link
1206         failure: argmatch_die requires a usage function.
1207
1208 2007-11-09  Bruno Haible  <bruno@clisp.org>
1209
1210         * doc/functions/snprintf.texi: Mention BeOS deficiency.
1211         * doc/functions/vsnprintf.texi: Likewise.
1212         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
1213         with a size argument < 2.
1214
1215 2007-11-09  Bruno Haible  <bruno@clisp.org>
1216
1217         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
1218         buffer. Fixes an inefficiency introduced on 2007-11-03.
1219
1220 2007-11-09  Bruno Haible  <bruno@clisp.org>
1221
1222         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
1223         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
1224
1225 2007-11-08  Jim Meyering  <meyering@redhat.com>
1226
1227         Change cache variable name prefix "jm_" to "gl_" everywhere.
1228         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
1229         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
1230         * m4/uptime.m4: s/gl_/jm_/
1231
1232 2007-11-07  Bruno Haible  <bruno@clisp.org>
1233
1234         Update to GNU gettext 0.17.
1235         * m4/intl.m4: Update to GNU gettext 0.17.
1236         * m4/po.m4: Likewise.
1237         * modules/gettext (Files): Remove m4/ulonglong.m4.
1238         (configure.ac): Require gettext infrastructure from version 0.17.
1239
1240 2007-11-06  Bruno Haible  <bruno@clisp.org>
1241
1242         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
1243         symbolic values are not defined in a public header.
1244         * lib/freadable.c (freadable) [QNX]: Likewise.
1245         * lib/freadahead.c (freadahead) [QNX]: Likewise.
1246         * lib/freading.c (freading) [QNX]: Likewise.
1247         * lib/fseterr.c (fseterr) [QNX]: Likewise.
1248         * lib/fwritable.c (fwritable) [QNX]: Likewise.
1249         * lib/fwriting.c (fwriting) [QNX]: Likewise.
1250         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
1251         Reported by Alain Magloire.
1252
1253         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
1254
1255 2007-11-05  Bruno Haible  <bruno@clisp.org>
1256
1257         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
1258         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
1259         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
1260         Reported by Eric Blake.
1261
1262 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1263             Bruno Haible  <bruno@clisp.org>
1264
1265         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
1266         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
1267         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
1268         (malloc): Undefine also before including <stdlib.h>.
1269         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
1270         Needed on OSF/1 4.0.
1271
1272 2007-11-05  Jim Meyering  <meyering@redhat.com>
1273
1274         git-version-gen: sync from coreutils.
1275         * build-aux/git-version-gen: Add comments.
1276         Change the first '-' to '.' in the snapshot version string,
1277         e.g., 6.9-377-08144 -> 6.9.377-08144
1278         Remove first parameter.
1279         Don't declare a version "-dirty" merely because a time
1280         stamp has changed.
1281
1282 2007-11-04  Bruno Haible  <bruno@clisp.org>
1283
1284         * lib/lock.h: Protect all macro definitions containing an 'if'
1285         statement through a "do { ... } while (0)".
1286         * lib/tls.h: Likewise.
1287
1288 2007-11-04  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
1291
1292 2007-11-04  Bruno Haible  <bruno@clisp.org>
1293
1294         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
1295         * modules/fprintf-posix (Depends-on): Add nocrash.
1296         * modules/snprintf-posix (Depends-on): Likewise.
1297         * modules/sprintf-posix (Depends-on): Likewise.
1298         * modules/vasnprintf-posix (Depends-on): Likewise.
1299         * modules/vasprintf-posix (Depends-on): Likewise.
1300         * modules/vfprintf-posix (Depends-on): Likewise.
1301         * modules/vsnprintf-posix (Depends-on): Likewise.
1302         * modules/vsprintf-posix (Depends-on): Likewise.
1303         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1304         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1305         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1306         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1307         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1308         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1309         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1310
1311 2007-11-04  Bruno Haible  <bruno@clisp.org>
1312
1313         * modules/nocrash: New file.
1314         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
1315         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
1316
1317 2007-11-04  Bruno Haible  <bruno@clisp.org>
1318
1319         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
1320         precision handling.
1321         * tests/test-vasprintf-posix.c (test_function): Likewise.
1322         * tests/test-snprintf-posix.h (test_function): Likewise.
1323         * tests/test-sprintf-posix.h (test_function): Likewise.
1324
1325         Fix *printf behaviour for large precisions on mingw and BeOS.
1326         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
1327         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
1328         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
1329         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1330         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1331         gl_PRINTF_PRECISION and test its result. Invoke
1332         gl_PREREQ_VASNPRINTF_PRECISION.
1333         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1334         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1335         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1336         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1337         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1338         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1339         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1340         * doc/functions/fprintf.texi: Update.
1341         * doc/functions/printf.texi: Update.
1342         * doc/functions/snprintf.texi: Update.
1343         * doc/functions/sprintf.texi: Update.
1344         * doc/functions/vfprintf.texi: Update.
1345         * doc/functions/vprintf.texi: Update.
1346         * doc/functions/vsnprintf.texi: Update.
1347         * doc/functions/vsprintf.texi: Update.
1348
1349 2007-11-04  Bruno Haible  <bruno@clisp.org>
1350
1351         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
1352
1353 2007-11-04  Bruno Haible  <bruno@clisp.org>
1354
1355         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
1356         Reported by Sylvain Beucler <beuc@gnu.org>.
1357
1358 2007-11-03  Bruno Haible  <bruno@clisp.org>
1359
1360         * tests/test-fprintf-posix2.sh: New file.
1361         * tests/test-fprintf-posix2.c: New file.
1362         * modules/fprintf-posix-tests (Files): Add them.
1363         (TESTS): Add test-fprintf-posix2.sh.
1364         (configure.ac): Check for getrlimit and setrlimit.
1365         (check_PROGRAMS): Add test-fprintf-posix2.
1366
1367         * tests/test-printf-posix2.sh: New file.
1368         * tests/test-printf-posix2.c: New file.
1369         * modules/printf-posix-tests (Files): Add them.
1370         (TESTS): Add test-printf-posix2.sh.
1371         (configure.ac): Check for getrlimit and setrlimit.
1372         (check_PROGRAMS): Add test-printf-posix2.
1373
1374         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
1375         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
1376         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
1377         (decode_double): New function, copied from decode_long_double.
1378         (scale10_round_decimal_decoded): New function, extracted from
1379         scale10_round_decimal_long_double.
1380         (scale10_round_decimal_long_double): Use it.
1381         (scale10_round_decimal_double): New function.
1382         (floorlog10): New function.
1383         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
1384         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
1385         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1386         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1387         gl_PRINTF_ENOMEM and test its result. Invoke
1388         gl_PREREQ_VASNPRINTF_ENOMEM.
1389         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1390         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1391         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1392         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1393         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1394         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1395         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1396         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
1397         * modules/snprintf-posix (Depends-on): Likewise.
1398         * modules/sprintf-posix (Depends-on): Likewise.
1399         * modules/vasnprintf-posix (Depends-on): Likewise.
1400         * modules/vasprintf-posix (Depends-on): Likewise.
1401         * modules/vfprintf-posix (Depends-on): Likewise.
1402         * modules/vsnprintf-posix (Depends-on): Likewise.
1403         * modules/vsprintf-posix (Depends-on): Likewise.
1404         * doc/functions/fprintf.texi: Update.
1405         * doc/functions/printf.texi: Update.
1406         * doc/functions/snprintf.texi: Update.
1407         * doc/functions/sprintf.texi: Update.
1408         * doc/functions/vfprintf.texi: Update.
1409         * doc/functions/vprintf.texi: Update.
1410         * doc/functions/vsnprintf.texi: Update.
1411         * doc/functions/vsprintf.texi: Update.
1412
1413 2007-11-03  Bruno Haible  <bruno@clisp.org>
1414
1415         * modules/frexp-nolibm-tests: New file.
1416
1417         * modules/frexp-nolibm: New file.
1418         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
1419
1420 2007-11-03  Bruno Haible  <bruno@clisp.org>
1421
1422         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
1423         value is C99 compliant.
1424         Needed for OSF/1 5.1.
1425
1426 2007-11-03  Bruno Haible  <bruno@clisp.org>
1427
1428         Fix out-of-memory handling of vasnprintf.
1429         * lib/printf-parse.c: Include <errno.h>.
1430         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
1431         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
1432         is already set.
1433
1434 2007-11-02  Eric Blake  <ebb9@byu.net>
1435
1436         Fix tests on cygwin.
1437         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
1438
1439 2007-11-01  Bruno Haible  <bruno@clisp.org>
1440
1441         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
1442         warning.
1443         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
1444         needed for POSIX compatibility.
1445
1446 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
1447
1448         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
1449         for compatibility with GNU.
1450
1451 2007-11-01  Bruno Haible  <bruno@clisp.org>
1452
1453         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
1454         (putenv): Renamed from rpl_putenv. Change argument type from
1455         'const char *' to 'char *'.
1456         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
1457         of defining putenv in config.h, just set REPLACE_PUTENV.
1458         * modules/putenv (Depends-on): Add stdlib.
1459         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1460         (Include): Use <stdlib.h>.
1461         * lib/stdlib.in.h (putenv): New declaration.
1462         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
1463         REPLACE_PUTENV.
1464         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
1465         REPLACE_PUTENV.
1466         Needed for MacOS X 10.5.0.
1467         Reported by Peter O'Gorman <peter@pogma.com>.
1468
1469 2007-11-01  Jim Meyering  <meyering@redhat.com>
1470
1471         Treat an empty date string exactly like "0".
1472         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
1473         if the remaining date string (to be parsed) is empty, use "0".
1474         Reported by Mischa Molhoek and discussed in this thread:
1475         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
1476
1477 2007-10-31  Bruno Haible  <bruno@clisp.org>
1478
1479         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
1480         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
1481         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
1482         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
1483         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
1484         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
1485
1486 2007-10-31  Bruno Haible  <bruno@clisp.org>
1487
1488         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
1489         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
1490         (AC_TYPE_LONG_LONG_INT): Use it.
1491         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
1492         it as well.
1493         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
1494         to m4/longlong.m4.
1495         * modules/stdint (Files): Remove m4/ulonglong.m4.
1496         * modules/strtoull (Files): Use m4/longlong.m4 instead of
1497         m4/ulonglong.m4.
1498         * modules/strtoumax (Files): Likewise.
1499
1500 2007-10-30  Bruno Haible  <bruno@clisp.org>
1501
1502         * modules/xvasprintf-posix: New file.
1503         Suggested by Eric Blake.
1504
1505 2007-10-30  Bruno Haible  <bruno@clisp.org>
1506
1507         * modules/xprintf-posix-tests: New file.
1508         * tests/test-xprintf-posix.sh: New file.
1509         * tests/test-xprintf-posix.c: New file.
1510         * tests/test-xfprintf-posix.c: New file.
1511
1512         * modules/xprintf-posix: New file.
1513
1514 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1515
1516         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
1517         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
1518         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
1519
1520 2007-10-29  Bruno Haible  <bruno@clisp.org>
1521
1522         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
1523         contain the special marker '_cv_'.
1524         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
1525         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
1526         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
1527         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
1528         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
1529         Reported by Ralf Wildenhues.
1530
1531 2007-10-29  Bruno Haible  <bruno@clisp.org>
1532
1533         * gnulib-tool (func_import): When --lgpl is not specified, set
1534         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
1535         GPLv3.
1536         Reported by Simon Josefsson.
1537
1538 2007-10-28  Bruno Haible  <bruno@clisp.org>
1539
1540         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
1541         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
1542         HAVE_DECL_ISFINITE.
1543         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
1544         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
1545         HAVE_DECL_ISFINITE.
1546
1547 2007-10-28  Bruno Haible  <bruno@clisp.org>
1548
1549         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
1550         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
1551
1552 2007-10-28  Bruno Haible  <bruno@clisp.org>
1553
1554         Fix link errors with Sun C 5.0 on Solaris 10.
1555         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
1556         function is declared but not present in the compiler's libm.
1557         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
1558         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
1559         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
1560         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
1561         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
1562         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
1563         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
1564         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
1565         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
1566         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
1567         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
1568         HAVE_DECL_FLOORL.
1569
1570 2007-10-28  Bruno Haible  <bruno@clisp.org>
1571
1572         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
1573         gl_FUNC_FLOORL. Cache the result.
1574         (gl_FUNC_FLOORL): Use it.
1575         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
1576         gl_FUNC_CEILL. Cache the result.
1577         (gl_FUNC_CEILL): Use it.
1578
1579         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
1580         gl_FUNC_FLOOR. Cache the result.
1581         (gl_FUNC_FLOOR): Use it.
1582         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
1583         gl_FUNC_CEIL. Cache the result.
1584         (gl_FUNC_CEIL): Use it.
1585
1586         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
1587         gl_FUNC_FLOORF. Cache the result.
1588         (gl_FUNC_FLOORF): Use it.
1589         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
1590         gl_FUNC_CEILF. Cache the result.
1591         (gl_FUNC_CEILF): Use it.
1592
1593 2007-10-28  Bruno Haible  <bruno@clisp.org>
1594
1595         * gnulib-tool: Allow specifying the LGPL version number through
1596         --lgpl=2 or --lgpl=3.
1597         (func_usage): Document --lgpl with argument.
1598         Handle --lgpl=... arguments.
1599         (func_import): Recognize also gl_LGPL calls with an argument. When
1600         --lgpl=2 is used and the module's license is just LGPL, report an
1601         error. Set sed_transform_lib_file according to the lgpl variable. In
1602         the generated files, use --lgpl or gl_LGPL invocations with argument,
1603         if necessary.
1604         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
1605         an LGPv2+ license.
1606         * doc/gnulib-tool.texi (Modified imports): Update explanation of
1607         gl_LGPL macro.
1608
1609 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1610             Bruno Haible  <bruno@clisp.org>
1611
1612         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
1613         (u16_uctomb_aux): Likewise.
1614         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
1615         !HAVE_INLINE.
1616         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
1617
1618 2007-10-28  Bruno Haible  <bruno@clisp.org>
1619
1620         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
1621         Invoke AM_GETTEXT_OPTION if it exists.
1622         * modules/vasprintf: Likewise.
1623         * modules/verror: Likewise.
1624         * modules/xprintf: Likewise.
1625         * modules/xvasprintf: Likewise.
1626
1627 2007-10-27  Ben Pfaff  <blp@gnu.org>
1628
1629         * lib/math.in.h: Define isfinite macro and prototypes for
1630         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
1631         implementations.
1632         * m4/math_h.m4: New substitutions for isfinite module.
1633         * lib/isfinite.c: New file.
1634         * m4/isfinite.m4: New file.
1635         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
1636         * modules/isfinite: New file.
1637         * modules/isfinite-tests: New file.
1638         * tests/tests-isfinite.c: New file.
1639         * doc/functions/isfinite.texi: Mention isfinite module.
1640         * MODULES.html.sh: Mention new module.
1641
1642 2007-10-27  Ben Pfaff  <blp@gnu.org>
1643
1644         Ralf Wildenhues reported that Tru64 4.0D declares the round
1645         functions but does not have definitions.
1646         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
1647         cannot be found in any library, set the output variable to
1648         "missing" instead of "".
1649         * m4/round.m4: Also use our substitute if we cannot find round in
1650         any library, even if it is declared.
1651         * m4/roundf.m4: Likewise for roundf.
1652         * m4/roundl.m4: Likewise for roundl.
1653         * lib/math.in.h: Undefine roundf, round, roundl before defining
1654         their replacements, to allow for hypothetical systems where these
1655         may be defined as macros but not available in libraries.
1656
1657 2007-10-27  Bruno Haible  <bruno@clisp.org>
1658
1659         * doc/gnulib.texi: Invoke @firstparagraphindent.
1660         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
1661         changes in gnulib.
1662         (Source changes): New section.
1663
1664 2007-10-26  Bruno Haible  <bruno@clisp.org>
1665
1666         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
1667         borrowed from autoconf.
1668
1669 2007-10-26  Bruno Haible  <bruno@clisp.org>
1670
1671         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
1672         strerror returned the empty string. Needed on HP-UX 11.00.
1673
1674 2007-10-24  Micah Cowan  <micah@cowan.name>
1675
1676         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
1677         * build-aux/bootstrap: Remove support for now-unnecessary option,
1678         --cvs-user, and envvars CVS_USER, CVS_RSH.
1679
1680 2007-10-24  Jim Meyering  <meyering@redhat.com>
1681
1682         Avoid diagnostics from sha1sum when there is no cached checksum.
1683         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
1684         if the po.s1 file hasn't been created yet.
1685
1686         * build-aux/bootstrap: Sync from coreutils:
1687         2007-10-24  Jim Meyering  <meyering@redhat.com>
1688         Get gnulib from the git repository, not from an obsolete cvs one.
1689         * build-aux/bootstrap: Suggestion from Micah Cowan.
1690         2007-10-04  Jim Meyering  <jim@meyering.net>
1691         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
1692         (update_po_files): Work also when there are no .po files in po/.
1693
1694 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1695
1696         * README: Append ".git" to git and cg examples.
1697         Problem reported by Benoit Sigoure.
1698
1699 2007-10-23  Micah Cowan  <micah@cowan.name>
1700
1701         * users.txt: Add wget.
1702
1703 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1704
1705         Fix linking of some unistdio tests on FreeBSD.
1706         * modules/unistdio/u16-vsnprintf-tests
1707         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
1708         * modules/unistdio/u16-vsprintf-tests
1709         (test_u16_vsnprintf1_LDADD): Likewise.
1710         * modules/unistdio/u32-vsnprintf-tests
1711         (test_u32_vsnprintf1_LDADD): Likewise.
1712         * modules/unistdio/u32-vsprintf-tests
1713         (test_u32_vsprintf1_LDADD): Likewise.
1714         * modules/unistdio/u8-vsnprintf-tests
1715         (test_u8_vsnprintf1_LDADD): Likewise.
1716         * modules/unistdio/u8-vsprintf-tests
1717         (test_u8_vsprintf1_LDADD): Likewise.
1718         * modules/unistdio/ulc-vsnprintf-tests
1719         (test_ulc_vsnprintf1_LDADD): Likewise.
1720         * modules/unistdio/ulc-vsprintf-tests
1721         (test_ulc_vsprintf1_LDADD): Likewise.
1722
1723         Fix linking of some uniconv tests on FreeBSD.
1724         * modules/uniconv/u16-conv-from-enc-tests
1725         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
1726         * modules/uniconv/u16-conv-to-enc-tests
1727         (test_u16_conv_to_enc_LDADD): Likewise.
1728         * modules/uniconv/u16-strconv-from-enc-tests
1729         (test_u16_strconv_from_enc_LDADD): Likewise.
1730         * modules/uniconv/u16-strconv-to-enc-tests
1731         (test_u16_strconv_to_enc_LDADD): Likewise.
1732         * modules/uniconv/u32-conv-from-enc-tests
1733         (test_u32_conv_from_enc_LDADD): Likewise.
1734         * modules/uniconv/u32-conv-to-enc-tests
1735         (test_u32_conv_to_enc_LDADD): Likewise.
1736         * modules/uniconv/u32-strconv-from-enc-tests
1737         (test_u32_strconv_from_enc_LDADD): Likewise.
1738         * modules/uniconv/u32-strconv-to-enc-tests
1739         (test_u32_strconv_to_enc_LDADD): Likewise.
1740         * modules/uniconv/u8-conv-from-enc-tests
1741         (test_u8_conv_from_enc_LDADD): Likewise.
1742         * modules/uniconv/u8-conv-to-enc-tests
1743         (test_u8_conv_to_enc_LDADD): Likewise.
1744         * modules/uniconv/u8-strconv-from-enc-tests
1745         (test_u8_strconv_from_enc_LDADD): Likewise.
1746         * modules/uniconv/u8-strconv-to-enc-tests
1747         (test_u8_strconv_to_enc_LDADD): Likewise.
1748
1749 2007-10-22  Bruno Haible  <bruno@clisp.org>
1750
1751         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
1752         size.
1753
1754 2007-10-22  Eric Blake  <ebb9@byu.net>
1755
1756         Tweak x*printf documentation.
1757         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
1758         variable name and comments.
1759         Suggested by Bruno Haible.
1760
1761 2007-10-22  Bruno Haible  <bruno@clisp.org>
1762
1763         * lib/acl.c (copy_acl): Fix file name in comment.
1764
1765 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1766
1767         Fix Tru64 problem with stdbool.h.
1768         * lib/stdbool.in.h (false, true):
1769         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
1770         Don't declare as an enum in this situation; it runs afoul of Tru64.
1771         Problem reported by Steven M. Schweda in
1772         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
1773
1774 2007-10-22  Eric Blake  <ebb9@byu.net>
1775
1776         Also wrap vf?printf.
1777         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
1778         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
1779         (xvprintf, xvfprintf): New functions.
1780
1781 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1782
1783         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
1784         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
1785
1786         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
1787         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
1788
1789 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1790
1791         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
1792         by Bruno Haible.
1793
1794 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1795
1796         * lib/getloadavg.c
1797         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
1798         Undef `sys' after including sys/table.h, for Tru64 4.0D.
1799
1800         * tests/test-i-ring.c: Work for C89.
1801
1802 2007-10-22  Bruno Haible  <bruno@clisp.org>
1803
1804         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
1805         -1u, in preprocessor expression, so that we don't test for the bug
1806         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
1807         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
1808
1809 2007-10-22  Eric Blake  <ebb9@byu.net>
1810
1811         * tests/test-yesno.sh: Silence stderr during test.
1812
1813 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1814
1815         * modules/crypto/gc-camellia: New file.
1816
1817         * m4/gc-camellia.m4: New file.
1818
1819         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
1820
1821         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
1822
1823 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1824
1825         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
1826         --help to stdout.  Reported by sms@antinode.org (Steven
1827         M. Schweda).
1828
1829 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1830
1831         * users.txt: Fix link to libksba.
1832
1833 2007-10-21  Ben Pfaff  <blp@gnu.org>
1834
1835         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
1836         round.c roundf implementation that depends on floorf and ceilf to
1837         be tested unconditionally.
1838
1839 2007-10-21  Ben Pfaff  <blp@gnu.org>
1840
1841         * m4/check-libm-func.m4: Removed.
1842         * m4/check-math-lib.m4: New file.
1843         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
1844         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
1845         definition and lack of AC_LIBOBJ([roundf]).
1846         * m4/roundl.m4: Ditto, and similarly for roundl.
1847         * modules/round: Reference new m4 file.
1848         * modules/roundf: Ditto.
1849         * modules/roundl: Ditto.
1850         * tests/test-round2.c (main): Use ROUND instead of round.
1851         Bug report from Bruno Haible.
1852
1853 2007-10-21  Bruno Haible  <bruno@clisp.org>
1854
1855         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
1856         context.
1857
1858 2007-10-21  Bruno Haible  <bruno@clisp.org>
1859
1860         * tests/test-wcwidth.c (main): Allow negative result for some control
1861         characters.
1862
1863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
1864         Needed on OSF/1 5.1.
1865
1866 2007-10-21  Bruno Haible  <bruno@clisp.org>
1867
1868         * tests/test-floorf1.c: Include isnanf.h.
1869         (main): Use isnanf() instead of isnan().
1870         * tests/test-ceilf1.c: Include isnanf.h.
1871         (main): Use isnanf() instead of isnan().
1872         * tests/test-truncf1.c: Include isnanf.h.
1873         (main): Use isnanf() instead of isnan().
1874         * tests/test-roundf1.c: Include isnanf.h.
1875         (main): Use isnanf() instead of isnan().
1876
1877 2007-10-21  Eric Blake  <ebb9@byu.net>
1878
1879         * users.txt: Update URL for m4.
1880
1881 2007-10-21  Bruno Haible  <bruno@clisp.org>
1882
1883         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
1884
1885 2007-10-21  Bruno Haible  <bruno@clisp.org>
1886
1887         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
1888         Git's management files if the CVS files are not present.
1889
1890 2007-10-20  Bruno Haible  <bruno@clisp.org>
1891
1892         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
1893         gcc-3.4.x.
1894
1895 2007-10-20  Ben Pfaff  <blp@gnu.org>
1896
1897         * lib/math.in.h: Declare round, roundf, roundl if we are providing
1898         implementations.
1899         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
1900         * lib/round.c: New file.
1901         * lib/roundf.c: New file.
1902         * lib/roundl.c: New file.
1903         * m4/round.m4: New file.
1904         * m4/roundf.m4: New file.
1905         * m4/roundl.m4: New file.
1906         * m4/check-libm-func-m4: New file.
1907         * modules/math: Replace round, roundf, roundl related @VARS@ in
1908         math.in.h.
1909         * modules/round: New file.
1910         * modules/round-tests: New file.
1911         * modules/roundf: New file.
1912         * modules/roundf-tests: New file.
1913         * modules/roundl: New file.
1914         * modules/roundl-tests: New file.
1915         * tests/test-round1.c: New file.
1916         * tests/test-round2.c: New file.
1917         * tests/test-roundf1.c: New file.
1918         * tests/test-roundf2.c: New file.
1919         * tests/test-roundl.c: New file.
1920         * doc/functions/round.texi: Mention round module.
1921         * doc/functions/roundf.texi: Mention roundf module.
1922         * doc/functions/roundl.texi: Mention roundl module.
1923         * MODULES.html.sh: Mention new modules.
1924         Thanks to Bruno Haible for suggestions.
1925
1926 2007-10-20  Jim Meyering  <meyering@redhat.com>
1927
1928         * lib/xprintf.c: Include <config.h> unconditionally.
1929
1930         Change xprintf's license to GPL.
1931         * modules/xprintf (License): s/LGPL/GPL/, since this module
1932         depends on modules (exit and exitfail) which are GPL.
1933         Suggestion from Bruno Haible.
1934
1935         xprintf fixes.
1936         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
1937         Use a clearer diagnostic.
1938         Patch from Bruno Haible.
1939
1940 2007-10-20  Bruno Haible  <bruno@clisp.org>
1941
1942         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
1943         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
1944         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1945
1946 2007-10-20  Bruno Haible  <bruno@clisp.org>
1947
1948         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
1949         precision in the comparison result > x - 1 or similar.
1950         * tests/test-ceilf2.c (correct_result_p): Likewise.
1951         * tests/test-truncf2.c (correct_result_p): Likewise.
1952         * tests/test-trunc2.c (correct_result_p): Likewise.
1953         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1954
1955 2007-10-20  Bruno Haible  <bruno@clisp.org>
1956
1957         * modules/ceil: New file.
1958         * m4/ceil.m4: New file.
1959         * doc/functions/ceil.texi: Mention the 'ceil' module.
1960
1961 2007-10-20  Bruno Haible  <bruno@clisp.org>
1962
1963         * modules/floor: New file.
1964         * m4/floor.m4: New file.
1965         * doc/functions/floor.texi: Mention the 'floor' module.
1966
1967 2007-10-20  Bruno Haible  <bruno@clisp.org>
1968
1969         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
1970         of %a.
1971         * modules/floorf-tests (Depends-on): Likewise.
1972         * modules/truncf-tests (Depends-on): Likewise.
1973         * modules/trunc-tests (Depends-on): Likewise.
1974         Reported by Ben Pfaff.
1975
1976 2007-10-19  Jim Meyering  <meyering@redhat.com>
1977
1978         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
1979         Don't bother testing specific errno values.  Just test ferror.
1980
1981         New module: xprintf
1982         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
1983
1984 2007-10-19  Bruno Haible  <bruno@clisp.org>
1985
1986         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
1987         syntax.
1988         * modules/javaexec (Makefile.am): Likewise.
1989         * modules/relocatable-prog (Makefile.am): Likewise.
1990         Suggested by Jim Meyering.
1991
1992 2007-10-18  Bruno Haible  <bruno@clisp.org>
1993
1994         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
1995         Reported by Jim Meyering.
1996
1997 2007-10-18  Eric Blake  <ebb9@byu.net>
1998
1999         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
2000
2001 2007-10-18  Bruno Haible  <bruno@clisp.org>
2002
2003         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
2004         the format string into writable memory. Needed in Fortify conditions.
2005
2006 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
2007             Bruno Haible  <bruno@clisp.org>
2008
2009         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
2010         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
2011         * modules/trim (Depends-on): Add mbchar.
2012         (configure.ac): Add gl_FUNC_MBRTOWC.
2013         (Makefile.am): Augment lib_SOURCES.
2014
2015 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2016
2017         Modify glob.c to use fstatat and dirfd, to simplify it.
2018         Suggested by Eric Blake.
2019         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
2020         Don't include <stdbool.h>; not used.
2021         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
2022         (link_exists_p): Simplify implementation, since we can now assume
2023         dirfd and fstatat.
2024         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
2025
2026 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2027
2028         * gnulib-tool (func_get_dependencies): Fix sed script to
2029         match only tests.
2030
2031 2007-10-17  Bruno Haible  <bruno@clisp.org>
2032
2033         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
2034         allow locale names without encoding suffix.
2035         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2036         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2037
2038 2007-10-16  Bruno Haible  <bruno@clisp.org>
2039
2040         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
2041         * lib/getgroups.c (getgroups): Likewise.
2042         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
2043
2044 2007-10-16  Bruno Haible  <bruno@clisp.org>
2045
2046         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
2047         * modules/malloc-posix (License): Likewise.
2048         * modules/realloc-posix (License): Likewise.
2049         * modules/calloc-posix (License): Likewise.
2050         * modules/intprops (License): Change from GPL to LGPL, with
2051         Paul Eggert's approval.
2052
2053 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2054
2055         Merge glibc changes into lib/glob.c.
2056
2057         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
2058         2007-10-15 04:59:03 UTC.  Here are the changes:
2059
2060         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2061
2062         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
2063
2064         * lib/glob.c: Add some branch prediction throughout.
2065
2066         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
2067
2068         [BZ #5103]
2069         * lib/glob.c (glob): Recognize patterns starting \/.
2070
2071         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
2072
2073         [BZ #3996]
2074         * lib/glob.c (attribute_hidden): Define if not defined.
2075         (glob): Unescape dirname, filename or username when needed and not
2076         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
2077         is NULL.  Handle unescaped [ in pattern without closing ].
2078         Don't pass GLOB_CHECK down to recursive glob for directories.
2079         (__glob_pattern_type): New function.
2080         (__glob_pattern_p): Implement using __glob_pattern_type.
2081         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
2082         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
2083         Remove unreachable code.
2084
2085         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
2086
2087         * lib/glob.c (glob_in_dir): Add some comments and asserts to
2088         explain why there are no leaks.
2089
2090         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
2091
2092         [BZ #3253]
2093         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
2094         time, rather allocate increasingly bigger arrays of pointers, if
2095         possible with alloca, if too large with malloc.
2096
2097 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2098
2099         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
2100         Problem reported by H.Merijn Brand in
2101         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
2102         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
2103         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
2104
2105 2007-10-15  Bruno Haible  <bruno@clisp.org>
2106
2107         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
2108         with explicit rpl_ prefix.
2109         * lib/fopen.c (fopen): Likewise.
2110         * lib/freopen.c (freopen): Likewise.
2111         * lib/iconv.c (iconv): Likewise.
2112         * lib/iconv_close.c (iconv_close): Likewise.
2113
2114 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2115
2116         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
2117
2118 2007-10-15  Bruno Haible  <bruno@clisp.org>
2119
2120         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
2121         <stddef.h> instead of <stdlib.h> since we only need NULL.
2122         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2123
2124 2007-10-15  Bruno Haible  <bruno@clisp.org>
2125
2126         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
2127         Replace paragraph talking about LIBOBJS.
2128         Reported by Colin Watson <cjwatson@debian.org>.
2129
2130 2007-10-15  Bruno Haible  <bruno@clisp.org>
2131
2132         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
2133         <stdlib.h> before using NULL.
2134
2135 2007-10-15  Simon Josefsson  <simon@josefsson.org>
2136
2137         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
2138         Reported by Albert Chin <china@thewrittenword.com>.
2139
2140 2007-10-14  Bruno Haible  <bruno@clisp.org>
2141
2142         * modules/iconv_open-utf-tests: New file.
2143         * tests/test-iconv-utf.c: New file.
2144
2145         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
2146         * modules/iconv_open-utf: New file.
2147         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
2148         (iconv, iconv_close): New declarations.
2149         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
2150         be defined.
2151         (iconv_open): Add special handling of conversion between UTF-8 and
2152         UTF-{16,32}{BE,LE}.
2153         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
2154         * lib/iconv_close.c: New file.
2155         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
2156         gl_FUNC_ICONV_OPEN.
2157         (gl_FUNC_ICONV_OPEN): Use it.
2158         (gl_FUNC_ICONV_OPEN_UTF): New macro.
2159         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
2160         and REPLACE_ICONV_UTF.
2161         * modules/iconv_open (Depends-on): Add c-strcase.
2162         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
2163         ICONV_CONST.
2164         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
2165
2166 2007-10-13  Albert Chin  <china@thewrittenword.com>
2167             Bruno Haible  <bruno@clisp.org>
2168
2169         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
2170         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
2171
2172 2007-10-13  Bruno Haible  <bruno@clisp.org>
2173
2174         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
2175         defined, use the ISO C99 inline semantics.
2176         * lib/argp.h (ARGP_EI): Likewise.
2177
2178 2007-10-13  Bruno Haible  <bruno@clisp.org>
2179
2180         Handle 'inline' change in gcc 4.3.0.
2181         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
2182         argp_fmtstream_write, argp_fmtstream_set_lmargin,
2183         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
2184         argp_fmtstream_point): Disable 'extern' declaration if the function
2185         definition is going to be provided inline.
2186         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
2187         semantics, not the ISO C99 inline semantics.
2188         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
2189         'extern' declaration if the function definition is going to be provided
2190         inline.
2191         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
2192         the GNU C inline semantics, not the ISO C99 inline semantics. With
2193         GCC 4.2, avoid a warning.
2194
2195 2007-10-13  Bruno Haible  <bruno@clisp.org>
2196
2197         * lib/freading.h (freading): Enable the use of __freading for
2198         glibc >= 2.7.
2199         * lib/freading.c (freading): Likewise.
2200
2201 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2202
2203         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
2204         "warning: C99 inline functions are not supported; using GNU89".
2205
2206 2007-10-12  Bruno Haible  <bruno@clisp.org>
2207
2208         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
2209         of 2.
2210         * tests/test-ceilf2.c: New file.
2211         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
2212
2213         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
2214         * modules/ceilf-tests: Update.
2215
2216 2007-10-12  Bruno Haible  <bruno@clisp.org>
2217
2218         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
2219         of 2.
2220         * tests/test-floorf2.c: New file.
2221         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
2222
2223         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
2224         * modules/floorf-tests: Update.
2225
2226 2007-10-12  Bruno Haible  <bruno@clisp.org>
2227
2228         * tests/test-trunc2.c: New file.
2229         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
2230
2231         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
2232         * modules/trunc-tests: Update.
2233
2234 2007-10-12  Bruno Haible  <bruno@clisp.org>
2235
2236         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
2237         of 2.
2238         * tests/test-truncf2.c: New file.
2239         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
2240
2241         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
2242         * modules/truncf-tests: Update.
2243
2244 2007-10-11  Eric Blake  <ebb9@byu.net>
2245
2246         Don't claim strerror is broken on Interix.
2247         * doc/functions/strerror.texi (strerror): Known broken systems are
2248         now Solaris 8, and not Interix.
2249         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
2250         Interix on cross-compile.
2251         Reported by Martin Koeppe in
2252         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
2253
2254 2007-10-11  Bruno Haible  <bruno@clisp.org>
2255
2256         * modules/i-ring-tests: New file.
2257         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
2258         instead of assert.
2259
2260 2007-10-11  Bruno Haible  <bruno@clisp.org>
2261
2262         * modules/filenamecat-tests: New file.
2263         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
2264         * lib/filenamecat.c: Remove test code.
2265
2266 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2267
2268         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
2269
2270         * lib/strerror.c: Include <string.h> always, to test interface,
2271         and to remove the need for the dummy.
2272         Include intprops.h to compute width instead of doing it ourselves
2273         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
2274         (strerror): Define it to return NULL if there's no system strerror.
2275         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
2276         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
2277         ancient pre-strerror Unix systems well any more.  Saying "unknown
2278         system error" is enough.
2279         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
2280         simpler strerror.c implementation.
2281         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
2282         Simplify the tests to reflect the simpler strerror implementation.
2283         * modules/strerror (Depends-on): Add intprops.
2284
2285 2007-10-09  Eric Blake  <ebb9@byu.net>
2286
2287         Silence test-fpending.
2288         * modules/fpending-tests (Files): Add wrapper script.
2289         * tests/test-fpending.sh: New file.
2290
2291 2007-10-09  Bruno Haible  <bruno@clisp.org>
2292
2293         * MODULES.html.sh (func_module): Don't create a hyperlink for
2294         function names like 'printf_frexp'.
2295         (Misc): Add crc, memxor.
2296         (Characteristics of floating types): New section.
2297         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
2298         isnanf-nolibm, signbit, trunc, truncf, truncl.
2299         (Enhancements for ISO C 99 functions): New subsection Input/output.
2300         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
2301         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
2302         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
2303         (Compatibility checks for POSIX:2001 functions): Add clock-time.
2304         (Enhancements for POSIX:2001 functions): Add chdir-long.
2305         (File system functions): Add areadlink, chdir-safer, read-file.
2306         Remove cycle-check.
2307         (File system as inode set): New section.
2308         (Date and time): Add gethrxtime.
2309         (Multithreading): Add openmp.
2310         (Internationalization functions): Add localename.
2311         (Unicode string functions): Add unistr/u*-mbsnlen.
2312         (Support for maintaining and releasing projects): Add git-version-gen.
2313         (Lone files): Remove directories.
2314
2315 2007-10-08  Ben Pfaff  <blp@gnu.org>
2316
2317         * lib/xmalloca.h: Fix typo in comment.
2318
2319 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2320
2321         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
2322         when avoiding problems with integer overflow.  Use a portable test
2323         instead.
2324
2325 2007-10-08  Simon Josefsson  <simon@josefsson.org>
2326
2327         * modules/dummy (License): Change to LGPLv2+.
2328         * modules/float (License): Likewise
2329         * modules/realloc (License): Likewise
2330         * modules/stdlib (License): Likewise
2331
2332 2007-10-07  Bruno Haible  <bruno@clisp.org>
2333
2334         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
2335         * floor.c (TWO_MANT_DIG): Likewise.
2336         * ceil.c (TWO_MANT_DIG): Likewise.
2337         Reported by Ben Pfaff.
2338
2339 2007-10-07  Bruno Haible  <bruno@clisp.org>
2340
2341         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
2342         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
2343         * lib/frexp.c (FUNC): Likewise.
2344         * lib/printf-frexp.h (printf_frexp): Likewise.
2345         * lib/printf-frexpl.h (printf_frexpl): Likewise.
2346         * lib/printf-frexp.c (FUNC): Likewise.
2347         Suggested by Jim Meyering.
2348
2349 2007-10-07  Jim Meyering  <meyering@redhat.com>
2350
2351         Make xnanosleep's integer overflow test more robust.
2352         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
2353         so that gcc-4.3.0 doesn't optimize away this test for overflow.
2354
2355 2007-10-07  Bruno Haible  <bruno@clisp.org>
2356
2357         * NEWS: Mention the license change.
2358
2359         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
2360         abbreviations in the modules files.
2361
2362         Change copyright notice from GPLv2+ to GPLv3+.
2363         * README: Change copyright notice.
2364         * MODULES.html.sh: Likewise.
2365         * build-aux/bootstrap.conf: Likewise.
2366         * build-aux/config.libpath: Likewise.
2367         * build-aux/csharpcomp.sh.in: Likewise.
2368         * build-aux/csharpexec.sh.in: Likewise.
2369         * build-aux/install-reloc: Likewise.
2370         * build-aux/javacomp.sh.in: Likewise.
2371         * build-aux/javaexec.sh.in: Likewise.
2372         * build-aux/ldd.sh.in: Likewise.
2373         * build-aux/reloc-ldflags: Likewise.
2374         * build-aux/relocatable.sh.in: Likewise.
2375         * build-aux/x-to-1.in: Likewise.
2376         * check-module: Likewise.
2377         * config/srclistvars.sh: Likewise.
2378         * gnulib-tool: Likewise.
2379         * lib/acl-internal.h: Likewise.
2380         * lib/acl.c: Likewise.
2381         * lib/acl.h: Likewise.
2382         * lib/acl_entries.c: Likewise.
2383         * lib/areadlink-with-size.c: Likewise.
2384         * lib/areadlink.c: Likewise.
2385         * lib/areadlink.h: Likewise.
2386         * lib/argmatch.c: Likewise.
2387         * lib/argmatch.h: Likewise.
2388         * lib/argp-ba.c: Likewise.
2389         * lib/argp-eexst.c: Likewise.
2390         * lib/argp-fmtstream.c: Likewise.
2391         * lib/argp-fmtstream.h: Likewise.
2392         * lib/argp-fs-xinl.c: Likewise.
2393         * lib/argp-help.c: Likewise.
2394         * lib/argp-namefrob.h: Likewise.
2395         * lib/argp-parse.c: Likewise.
2396         * lib/argp-pin.c: Likewise.
2397         * lib/argp-pv.c: Likewise.
2398         * lib/argp-pvh.c: Likewise.
2399         * lib/argp-xinl.c: Likewise.
2400         * lib/argp.h: Likewise.
2401         * lib/at-func.c: Likewise.
2402         * lib/atanl.c: Likewise.
2403         * lib/backupfile.c: Likewise.
2404         * lib/backupfile.h: Likewise.
2405         * lib/basename.c: Likewise.
2406         * lib/binary-io.h: Likewise.
2407         * lib/byteswap.in.h: Likewise.
2408         * lib/c-stack.c: Likewise.
2409         * lib/c-stack.h: Likewise.
2410         * lib/c-strcasestr.c: Likewise.
2411         * lib/c-strcasestr.h: Likewise.
2412         * lib/c-strstr.c: Likewise.
2413         * lib/c-strstr.h: Likewise.
2414         * lib/c-strtod.c: Likewise.
2415         * lib/calloc.c: Likewise.
2416         * lib/canon-host.c: Likewise.
2417         * lib/canon-host.h: Likewise.
2418         * lib/canonicalize-lgpl.c: Likewise.
2419         * lib/canonicalize.c: Likewise.
2420         * lib/canonicalize.h: Likewise.
2421         * lib/ceil.c: Likewise.
2422         * lib/ceilf.c: Likewise.
2423         * lib/ceill.c: Likewise.
2424         * lib/chdir-long.c: Likewise.
2425         * lib/chdir-long.h: Likewise.
2426         * lib/chdir-safer.c: Likewise.
2427         * lib/chdir-safer.h: Likewise.
2428         * lib/chown.c: Likewise.
2429         * lib/classpath.c: Likewise.
2430         * lib/classpath.h: Likewise.
2431         * lib/clean-temp.c: Likewise.
2432         * lib/clean-temp.h: Likewise.
2433         * lib/cloexec.c: Likewise.
2434         * lib/close-stream.c: Likewise.
2435         * lib/closein.c: Likewise.
2436         * lib/closein.h: Likewise.
2437         * lib/closeout.c: Likewise.
2438         * lib/closeout.h: Likewise.
2439         * lib/concat-filename.c: Likewise.
2440         * lib/copy-file.c: Likewise.
2441         * lib/copy-file.h: Likewise.
2442         * lib/count-one-bits.h: Likewise.
2443         * lib/crc.c: Likewise.
2444         * lib/crc.h: Likewise.
2445         * lib/creat-safer.c: Likewise.
2446         * lib/csharpcomp.c: Likewise.
2447         * lib/csharpcomp.h: Likewise.
2448         * lib/csharpexec.c: Likewise.
2449         * lib/csharpexec.h: Likewise.
2450         * lib/cycle-check.c: Likewise.
2451         * lib/cycle-check.h: Likewise.
2452         * lib/diacrit.c: Likewise.
2453         * lib/diacrit.h: Likewise.
2454         * lib/diffseq.h: Likewise.
2455         * lib/dirchownmod.c: Likewise.
2456         * lib/dirent.in.h: Likewise.
2457         * lib/dirfd.c: Likewise.
2458         * lib/dirfd.h: Likewise.
2459         * lib/dirname.c: Likewise.
2460         * lib/dirname.h: Likewise.
2461         * lib/dummy.c: Likewise.
2462         * lib/dup-safer.c: Likewise.
2463         * lib/dup2.c: Likewise.
2464         * lib/eealloc.h: Likewise.
2465         * lib/error.c: Likewise.
2466         * lib/error.h: Likewise.
2467         * lib/euidaccess.c: Likewise.
2468         * lib/exclude.c: Likewise.
2469         * lib/exclude.h: Likewise.
2470         * lib/execute.c: Likewise.
2471         * lib/execute.h: Likewise.
2472         * lib/exitfail.c: Likewise.
2473         * lib/exitfail.h: Likewise.
2474         * lib/expl.c: Likewise.
2475         * lib/fatal-signal.c: Likewise.
2476         * lib/fatal-signal.h: Likewise.
2477         * lib/fbufmode.c: Likewise.
2478         * lib/fbufmode.h: Likewise.
2479         * lib/fchdir.c: Likewise.
2480         * lib/fchmodat.c: Likewise.
2481         * lib/fchownat.c: Likewise.
2482         * lib/fcntl--.h: Likewise.
2483         * lib/fcntl-safer.h: Likewise.
2484         * lib/fcntl.in.h: Likewise.
2485         * lib/fd-safer.c: Likewise.
2486         * lib/fflush.c: Likewise.
2487         * lib/file-has-acl.c: Likewise.
2488         * lib/file-set.c: Likewise.
2489         * lib/file-type.c: Likewise.
2490         * lib/file-type.h: Likewise.
2491         * lib/fileblocks.c: Likewise.
2492         * lib/filemode.c: Likewise.
2493         * lib/filemode.h: Likewise.
2494         * lib/filename.h: Likewise.
2495         * lib/filenamecat.c: Likewise.
2496         * lib/filenamecat.h: Likewise.
2497         * lib/findprog.c: Likewise.
2498         * lib/findprog.h: Likewise.
2499         * lib/float.in.h: Likewise.
2500         * lib/floor.c: Likewise.
2501         * lib/floorf.c: Likewise.
2502         * lib/floorl.c: Likewise.
2503         * lib/fopen-safer.c: Likewise.
2504         * lib/fopen.c: Likewise.
2505         * lib/fpending.c: Likewise.
2506         * lib/fpending.h: Likewise.
2507         * lib/fprintf.c: Likewise.
2508         * lib/fprintftime.h: Likewise.
2509         * lib/fpucw.h: Likewise.
2510         * lib/fpurge.c: Likewise.
2511         * lib/fpurge.h: Likewise.
2512         * lib/freadable.c: Likewise.
2513         * lib/freadable.h: Likewise.
2514         * lib/freadahead.c: Likewise.
2515         * lib/freadahead.h: Likewise.
2516         * lib/freading.c: Likewise.
2517         * lib/freading.h: Likewise.
2518         * lib/free.c: Likewise.
2519         * lib/freopen.c: Likewise.
2520         * lib/frexp.c: Likewise.
2521         * lib/frexpl.c: Likewise.
2522         * lib/fseek.c: Likewise.
2523         * lib/fseterr.c: Likewise.
2524         * lib/fseterr.h: Likewise.
2525         * lib/fstatat.c: Likewise.
2526         * lib/fstrcmp.c: Likewise.
2527         * lib/fstrcmp.h: Likewise.
2528         * lib/fsusage.c: Likewise.
2529         * lib/fsusage.h: Likewise.
2530         * lib/ftell.c: Likewise.
2531         * lib/ftello.c: Likewise.
2532         * lib/fts-cycle.c: Likewise.
2533         * lib/fts.c: Likewise.
2534         * lib/fts_.h: Likewise.
2535         * lib/full-read.c: Likewise.
2536         * lib/full-read.h: Likewise.
2537         * lib/full-write.c: Likewise.
2538         * lib/full-write.h: Likewise.
2539         * lib/fwritable.c: Likewise.
2540         * lib/fwritable.h: Likewise.
2541         * lib/fwriteerror.c: Likewise.
2542         * lib/fwriteerror.h: Likewise.
2543         * lib/fwriting.c: Likewise.
2544         * lib/fwriting.h: Likewise.
2545         * lib/gcd.c: Likewise.
2546         * lib/gcd.h: Likewise.
2547         * lib/getcwd.c: Likewise.
2548         * lib/getdate.h: Likewise.
2549         * lib/getdate.y: Likewise.
2550         * lib/getdomainname.c: Likewise.
2551         * lib/getdomainname.h: Likewise.
2552         * lib/getgroups.c: Likewise.
2553         * lib/gethostname.c: Likewise.
2554         * lib/gethrxtime.c: Likewise.
2555         * lib/gethrxtime.h: Likewise.
2556         * lib/getloadavg.c: Likewise.
2557         * lib/getndelim2.c: Likewise.
2558         * lib/getndelim2.h: Likewise.
2559         * lib/getnline.c: Likewise.
2560         * lib/getnline.h: Likewise.
2561         * lib/getopt.c: Likewise.
2562         * lib/getopt.in.h: Likewise.
2563         * lib/getopt1.c: Likewise.
2564         * lib/getopt_int.h: Likewise.
2565         * lib/getpagesize.h: Likewise.
2566         * lib/getsubopt.c: Likewise.
2567         * lib/gettime.c: Likewise.
2568         * lib/getugroups.c: Likewise.
2569         * lib/getugroups.h: Likewise.
2570         * lib/getusershell.c: Likewise.
2571         * lib/gl_anyavltree_list1.h: Likewise.
2572         * lib/gl_anyavltree_list2.h: Likewise.
2573         * lib/gl_anyhash_list1.h: Likewise.
2574         * lib/gl_anyhash_list2.h: Likewise.
2575         * lib/gl_anylinked_list1.h: Likewise.
2576         * lib/gl_anylinked_list2.h: Likewise.
2577         * lib/gl_anyrbtree_list1.h: Likewise.
2578         * lib/gl_anyrbtree_list2.h: Likewise.
2579         * lib/gl_anytree_list1.h: Likewise.
2580         * lib/gl_anytree_list2.h: Likewise.
2581         * lib/gl_anytree_oset.h: Likewise.
2582         * lib/gl_anytreehash_list1.h: Likewise.
2583         * lib/gl_anytreehash_list2.h: Likewise.
2584         * lib/gl_array_list.c: Likewise.
2585         * lib/gl_array_list.h: Likewise.
2586         * lib/gl_array_oset.c: Likewise.
2587         * lib/gl_array_oset.h: Likewise.
2588         * lib/gl_avltree_list.c: Likewise.
2589         * lib/gl_avltree_list.h: Likewise.
2590         * lib/gl_avltree_oset.c: Likewise.
2591         * lib/gl_avltree_oset.h: Likewise.
2592         * lib/gl_avltreehash_list.c: Likewise.
2593         * lib/gl_avltreehash_list.h: Likewise.
2594         * lib/gl_carray_list.c: Likewise.
2595         * lib/gl_carray_list.h: Likewise.
2596         * lib/gl_linked_list.c: Likewise.
2597         * lib/gl_linked_list.h: Likewise.
2598         * lib/gl_linkedhash_list.c: Likewise.
2599         * lib/gl_linkedhash_list.h: Likewise.
2600         * lib/gl_list.c: Likewise.
2601         * lib/gl_list.h: Likewise.
2602         * lib/gl_oset.c: Likewise.
2603         * lib/gl_oset.h: Likewise.
2604         * lib/gl_rbtree_list.c: Likewise.
2605         * lib/gl_rbtree_list.h: Likewise.
2606         * lib/gl_rbtree_oset.c: Likewise.
2607         * lib/gl_rbtree_oset.h: Likewise.
2608         * lib/gl_rbtreehash_list.c: Likewise.
2609         * lib/gl_rbtreehash_list.h: Likewise.
2610         * lib/gl_sublist.c: Likewise.
2611         * lib/gl_sublist.h: Likewise.
2612         * lib/group-member.c: Likewise.
2613         * lib/group-member.h: Likewise.
2614         * lib/hard-locale.c: Likewise.
2615         * lib/hard-locale.h: Likewise.
2616         * lib/hash-pjw.c: Likewise.
2617         * lib/hash-pjw.h: Likewise.
2618         * lib/hash-triple.c: Likewise.
2619         * lib/hash.c: Likewise.
2620         * lib/hash.h: Likewise.
2621         * lib/human.c: Likewise.
2622         * lib/human.h: Likewise.
2623         * lib/i-ring.c: Likewise.
2624         * lib/i-ring.h: Likewise.
2625         * lib/idcache.c: Likewise.
2626         * lib/imaxabs.c: Likewise.
2627         * lib/imaxdiv.c: Likewise.
2628         * lib/inet_pton.c: Likewise.
2629         * lib/inet_pton.h: Likewise.
2630         * lib/intprops.h: Likewise.
2631         * lib/inttostr.c: Likewise.
2632         * lib/inttostr.h: Likewise.
2633         * lib/inttypes.in.h: Likewise.
2634         * lib/isapipe.c: Likewise.
2635         * lib/isdir.c: Likewise.
2636         * lib/isnan.c: Likewise.
2637         * lib/isnan.h: Likewise.
2638         * lib/isnanf.c: Likewise.
2639         * lib/isnanf.h: Likewise.
2640         * lib/isnanl-nolibm.h: Likewise.
2641         * lib/isnanl.c: Likewise.
2642         * lib/isnanl.h: Likewise.
2643         * lib/javacomp.c: Likewise.
2644         * lib/javacomp.h: Likewise.
2645         * lib/javaexec.c: Likewise.
2646         * lib/javaexec.h: Likewise.
2647         * lib/javaversion.c: Likewise.
2648         * lib/javaversion.h: Likewise.
2649         * lib/javaversion.java: Likewise.
2650         * lib/lbrkprop.h: Likewise.
2651         * lib/lchmod.h: Likewise.
2652         * lib/lchown.c: Likewise.
2653         * lib/ldexpl.c: Likewise.
2654         * lib/linebreak.c: Likewise.
2655         * lib/linebreak.h: Likewise.
2656         * lib/linebuffer.c: Likewise.
2657         * lib/linebuffer.h: Likewise.
2658         * lib/locale.in.h: Likewise.
2659         * lib/logl.c: Likewise.
2660         * lib/long-options.c: Likewise.
2661         * lib/long-options.h: Likewise.
2662         * lib/lstat.c: Likewise.
2663         * lib/lstat.h: Likewise.
2664         * lib/math.in.h: Likewise.
2665         * lib/mbchar.c: Likewise.
2666         * lib/mbchar.h: Likewise.
2667         * lib/mbfile.h: Likewise.
2668         * lib/mbiter.h: Likewise.
2669         * lib/mbscasecmp.c: Likewise.
2670         * lib/mbscasestr.c: Likewise.
2671         * lib/mbschr.c: Likewise.
2672         * lib/mbscspn.c: Likewise.
2673         * lib/mbslen.c: Likewise.
2674         * lib/mbsncasecmp.c: Likewise.
2675         * lib/mbsnlen.c: Likewise.
2676         * lib/mbspbrk.c: Likewise.
2677         * lib/mbspcasecmp.c: Likewise.
2678         * lib/mbsrchr.c: Likewise.
2679         * lib/mbssep.c: Likewise.
2680         * lib/mbsspn.c: Likewise.
2681         * lib/mbsstr.c: Likewise.
2682         * lib/mbstok_r.c: Likewise.
2683         * lib/mbswidth.c: Likewise.
2684         * lib/mbswidth.h: Likewise.
2685         * lib/mbuiter.h: Likewise.
2686         * lib/memcasecmp.c: Likewise.
2687         * lib/memcasecmp.h: Likewise.
2688         * lib/memchr.c: Likewise.
2689         * lib/memcmp.c: Likewise.
2690         * lib/memcoll.c: Likewise.
2691         * lib/memcoll.h: Likewise.
2692         * lib/memcpy.c: Likewise.
2693         * lib/memrchr.c: Likewise.
2694         * lib/mkancesdirs.c: Likewise.
2695         * lib/mkdir-p.c: Likewise.
2696         * lib/mkdir-p.h: Likewise.
2697         * lib/mkdir.c: Likewise.
2698         * lib/mkdirat.c: Likewise.
2699         * lib/mkdtemp.c: Likewise.
2700         * lib/mkstemp-safer.c: Likewise.
2701         * lib/mkstemp.c: Likewise.
2702         * lib/modechange.c: Likewise.
2703         * lib/modechange.h: Likewise.
2704         * lib/mountlist.c: Likewise.
2705         * lib/mountlist.h: Likewise.
2706         * lib/mpsort.c: Likewise.
2707         * lib/nanosleep.c: Likewise.
2708         * lib/obstack.c: Likewise.
2709         * lib/obstack.h: Likewise.
2710         * lib/open-safer.c: Likewise.
2711         * lib/open.c: Likewise.
2712         * lib/openat-die.c: Likewise.
2713         * lib/openat-priv.h: Likewise.
2714         * lib/openat-proc.c: Likewise.
2715         * lib/openat.c: Likewise.
2716         * lib/openat.h: Likewise.
2717         * lib/pagealign_alloc.c: Likewise.
2718         * lib/pagealign_alloc.h: Likewise.
2719         * lib/physmem.c: Likewise.
2720         * lib/physmem.h: Likewise.
2721         * lib/pipe-safer.c: Likewise.
2722         * lib/pipe.c: Likewise.
2723         * lib/pipe.h: Likewise.
2724         * lib/posixtm.c: Likewise.
2725         * lib/posixtm.h: Likewise.
2726         * lib/posixver.c: Likewise.
2727         * lib/printf-frexp.c: Likewise.
2728         * lib/printf-frexp.h: Likewise.
2729         * lib/printf-frexpl.c: Likewise.
2730         * lib/printf-frexpl.h: Likewise.
2731         * lib/printf.c: Likewise.
2732         * lib/progname.c: Likewise.
2733         * lib/progname.h: Likewise.
2734         * lib/progreloc.c: Likewise.
2735         * lib/putenv.c: Likewise.
2736         * lib/quote.c: Likewise.
2737         * lib/quote.h: Likewise.
2738         * lib/quotearg.c: Likewise.
2739         * lib/quotearg.h: Likewise.
2740         * lib/raise.c: Likewise.
2741         * lib/readline.c: Likewise.
2742         * lib/readline.h: Likewise.
2743         * lib/readlink.c: Likewise.
2744         * lib/readtokens.c: Likewise.
2745         * lib/readtokens.h: Likewise.
2746         * lib/readtokens0.c: Likewise.
2747         * lib/readtokens0.h: Likewise.
2748         * lib/readutmp.c: Likewise.
2749         * lib/readutmp.h: Likewise.
2750         * lib/realloc.c: Likewise.
2751         * lib/relocwrapper.c: Likewise.
2752         * lib/rename-dest-slash.c: Likewise.
2753         * lib/rename.c: Likewise.
2754         * lib/rmdir.c: Likewise.
2755         * lib/rpmatch.c: Likewise.
2756         * lib/safe-read.c: Likewise.
2757         * lib/safe-read.h: Likewise.
2758         * lib/safe-write.c: Likewise.
2759         * lib/safe-write.h: Likewise.
2760         * lib/same-inode.h: Likewise.
2761         * lib/same.c: Likewise.
2762         * lib/same.h: Likewise.
2763         * lib/save-cwd.c: Likewise.
2764         * lib/save-cwd.h: Likewise.
2765         * lib/savedir.c: Likewise.
2766         * lib/savedir.h: Likewise.
2767         * lib/savewd.c: Likewise.
2768         * lib/savewd.h: Likewise.
2769         * lib/search.in.h: Likewise.
2770         * lib/setenv.c: Likewise.
2771         * lib/setenv.h: Likewise.
2772         * lib/settime.c: Likewise.
2773         * lib/sh-quote.c: Likewise.
2774         * lib/sh-quote.h: Likewise.
2775         * lib/sig2str.c: Likewise.
2776         * lib/sig2str.h: Likewise.
2777         * lib/signal.in.h: Likewise.
2778         * lib/signbitd.c: Likewise.
2779         * lib/signbitf.c: Likewise.
2780         * lib/signbitl.c: Likewise.
2781         * lib/sigprocmask.c: Likewise.
2782         * lib/sincosl.c: Likewise.
2783         * lib/sleep.c: Likewise.
2784         * lib/sprintf.c: Likewise.
2785         * lib/sqrtl.c: Likewise.
2786         * lib/stat-time.h: Likewise.
2787         * lib/stdio--.h: Likewise.
2788         * lib/stdio-safer.h: Likewise.
2789         * lib/stdlib--.h: Likewise.
2790         * lib/stdlib-safer.h: Likewise.
2791         * lib/stdlib.in.h: Likewise.
2792         * lib/stpcpy.c: Likewise.
2793         * lib/stpncpy.c: Likewise.
2794         * lib/strchrnul.c: Likewise.
2795         * lib/strcspn.c: Likewise.
2796         * lib/strerror.c: Likewise.
2797         * lib/strftime.c: Likewise.
2798         * lib/strftime.h: Likewise.
2799         * lib/striconveh.c: Likewise.
2800         * lib/striconveh.h: Likewise.
2801         * lib/striconveha.c: Likewise.
2802         * lib/striconveha.h: Likewise.
2803         * lib/stripslash.c: Likewise.
2804         * lib/strnlen1.c: Likewise.
2805         * lib/strnlen1.h: Likewise.
2806         * lib/strtod.c: Likewise.
2807         * lib/strtoimax.c: Likewise.
2808         * lib/strtok_r.c: Likewise.
2809         * lib/strtol.c: Likewise.
2810         * lib/strtoll.c: Likewise.
2811         * lib/strtoul.c: Likewise.
2812         * lib/strtoull.c: Likewise.
2813         * lib/sysexits.in.h: Likewise.
2814         * lib/tempname.c: Likewise.
2815         * lib/tempname.h: Likewise.
2816         * lib/timespec.h: Likewise.
2817         * lib/tls.c: Likewise.
2818         * lib/tls.h: Likewise.
2819         * lib/tmpdir.c: Likewise.
2820         * lib/tmpdir.h: Likewise.
2821         * lib/tmpfile-safer.c: Likewise.
2822         * lib/tmpfile.c: Likewise.
2823         * lib/trigl.c: Likewise.
2824         * lib/trigl.h: Likewise.
2825         * lib/trim.c: Likewise.
2826         * lib/trim.h: Likewise.
2827         * lib/trunc.c: Likewise.
2828         * lib/truncf.c: Likewise.
2829         * lib/truncl.c: Likewise.
2830         * lib/tsearch.c: Likewise.
2831         * lib/unicodeio.c: Likewise.
2832         * lib/unicodeio.h: Likewise.
2833         * lib/unistd--.h: Likewise.
2834         * lib/unistd-safer.h: Likewise.
2835         * lib/unistdio/ulc-fprintf.c: Likewise.
2836         * lib/unistdio/ulc-vfprintf.c: Likewise.
2837         * lib/unlinkdir.c: Likewise.
2838         * lib/unlinkdir.h: Likewise.
2839         * lib/unlocked-io.h: Likewise.
2840         * lib/unsetenv.c: Likewise.
2841         * lib/userspec.c: Likewise.
2842         * lib/utime.c: Likewise.
2843         * lib/utimecmp.c: Likewise.
2844         * lib/utimecmp.h: Likewise.
2845         * lib/utimens.c: Likewise.
2846         * lib/verify.h: Likewise.
2847         * lib/verror.c: Likewise.
2848         * lib/verror.h: Likewise.
2849         * lib/version-etc-fsf.c: Likewise.
2850         * lib/version-etc.c: Likewise.
2851         * lib/version-etc.h: Likewise.
2852         * lib/vfprintf.c: Likewise.
2853         * lib/vprintf.c: Likewise.
2854         * lib/vsprintf.c: Likewise.
2855         * lib/w32spawn.h: Likewise.
2856         * lib/wait-process.c: Likewise.
2857         * lib/wait-process.h: Likewise.
2858         * lib/wcwidth.c: Likewise.
2859         * lib/write-any-file.c: Likewise.
2860         * lib/xalloc-die.c: Likewise.
2861         * lib/xalloc.h: Likewise.
2862         * lib/xasprintf.c: Likewise.
2863         * lib/xgetcwd.c: Likewise.
2864         * lib/xgetcwd.h: Likewise.
2865         * lib/xgetdomainname.c: Likewise.
2866         * lib/xgetdomainname.h: Likewise.
2867         * lib/xgethostname.c: Likewise.
2868         * lib/xmalloc.c: Likewise.
2869         * lib/xmalloca.c: Likewise.
2870         * lib/xmalloca.h: Likewise.
2871         * lib/xmemcoll.c: Likewise.
2872         * lib/xnanosleep.c: Likewise.
2873         * lib/xreadlink.c: Likewise.
2874         * lib/xreadlink.h: Likewise.
2875         * lib/xsetenv.c: Likewise.
2876         * lib/xsetenv.h: Likewise.
2877         * lib/xstriconv.c: Likewise.
2878         * lib/xstriconv.h: Likewise.
2879         * lib/xstrndup.c: Likewise.
2880         * lib/xstrndup.h: Likewise.
2881         * lib/xstrtod.c: Likewise.
2882         * lib/xstrtod.h: Likewise.
2883         * lib/xstrtol-error.c: Likewise.
2884         * lib/xstrtol.c: Likewise.
2885         * lib/xstrtol.h: Likewise.
2886         * lib/xtime.h: Likewise.
2887         * lib/xvasprintf.c: Likewise.
2888         * lib/xvasprintf.h: Likewise.
2889         * lib/yesno.c: Likewise.
2890         * lib/yesno.h: Likewise.
2891         * posix-modules: Likewise.
2892         * tests/test-alloca-opt.c: Likewise.
2893         * tests/test-arcfour.c: Likewise.
2894         * tests/test-arctwo.c: Likewise.
2895         * tests/test-argmatch.c: Likewise.
2896         * tests/test-argp-2.sh: Likewise.
2897         * tests/test-argp.c: Likewise.
2898         * tests/test-arpa_inet.c: Likewise.
2899         * tests/test-array_list.c: Likewise.
2900         * tests/test-array_oset.c: Likewise.
2901         * tests/test-atexit.c: Likewise.
2902         * tests/test-avltree_list.c: Likewise.
2903         * tests/test-avltree_oset.c: Likewise.
2904         * tests/test-avltreehash_list.c: Likewise.
2905         * tests/test-base64.c: Likewise.
2906         * tests/test-binary-io.c: Likewise.
2907         * tests/test-byteswap.c: Likewise.
2908         * tests/test-c-ctype.c: Likewise.
2909         * tests/test-c-strcasecmp.c: Likewise.
2910         * tests/test-c-strcasestr.c: Likewise.
2911         * tests/test-c-strncasecmp.c: Likewise.
2912         * tests/test-c-strstr.c: Likewise.
2913         * tests/test-canonicalize-lgpl.c: Likewise.
2914         * tests/test-canonicalize.c: Likewise.
2915         * tests/test-carray_list.c: Likewise.
2916         * tests/test-ceilf.c: Likewise.
2917         * tests/test-ceill.c: Likewise.
2918         * tests/test-count-one-bits.c: Likewise.
2919         * tests/test-crc.c: Likewise.
2920         * tests/test-dirname.c: Likewise.
2921         * tests/test-fbufmode.c: Likewise.
2922         * tests/test-fcntl.c: Likewise.
2923         * tests/test-fflush.c: Likewise.
2924         * tests/test-floorf.c: Likewise.
2925         * tests/test-floorl.c: Likewise.
2926         * tests/test-fopen.c: Likewise.
2927         * tests/test-fprintf-posix.c: Likewise.
2928         * tests/test-fprintf-posix.h: Likewise.
2929         * tests/test-fpurge.c: Likewise.
2930         * tests/test-freadable.c: Likewise.
2931         * tests/test-freadahead.c: Likewise.
2932         * tests/test-freading.c: Likewise.
2933         * tests/test-freopen.c: Likewise.
2934         * tests/test-frexp.c: Likewise.
2935         * tests/test-frexpl.c: Likewise.
2936         * tests/test-fseek.c: Likewise.
2937         * tests/test-fseeko.c: Likewise.
2938         * tests/test-fseterr.c: Likewise.
2939         * tests/test-fstrcmp.c: Likewise.
2940         * tests/test-ftell.c: Likewise.
2941         * tests/test-ftello.c: Likewise.
2942         * tests/test-fwritable.c: Likewise.
2943         * tests/test-fwriting.c: Likewise.
2944         * tests/test-getaddrinfo.c: Likewise.
2945         * tests/test-getpass.c: Likewise.
2946         * tests/test-gettimeofday.c: Likewise.
2947         * tests/test-hmac-md5.c: Likewise.
2948         * tests/test-hmac-sha1.c: Likewise.
2949         * tests/test-iconv.c: Likewise.
2950         * tests/test-iconvme.c: Likewise.
2951         * tests/test-inttypes.c: Likewise.
2952         * tests/test-isnan.c: Likewise.
2953         * tests/test-isnanf.c: Likewise.
2954         * tests/test-isnanl-nolibm.c: Likewise.
2955         * tests/test-isnanl.c: Likewise.
2956         * tests/test-isnanl.h: Likewise.
2957         * tests/test-ldexpl.c: Likewise.
2958         * tests/test-linked_list.c: Likewise.
2959         * tests/test-linkedhash_list.c: Likewise.
2960         * tests/test-locale.c: Likewise.
2961         * tests/test-localename.c: Likewise.
2962         * tests/test-lock.c: Likewise.
2963         * tests/test-lseek.c: Likewise.
2964         * tests/test-malloca.c: Likewise.
2965         * tests/test-math.c: Likewise.
2966         * tests/test-mbscasecmp.c: Likewise.
2967         * tests/test-mbscasestr1.c: Likewise.
2968         * tests/test-mbscasestr2.c: Likewise.
2969         * tests/test-mbscasestr3.c: Likewise.
2970         * tests/test-mbscasestr4.c: Likewise.
2971         * tests/test-mbschr.c: Likewise.
2972         * tests/test-mbscspn.c: Likewise.
2973         * tests/test-mbsncasecmp.c: Likewise.
2974         * tests/test-mbspbrk.c: Likewise.
2975         * tests/test-mbspcasecmp.c: Likewise.
2976         * tests/test-mbsrchr.c: Likewise.
2977         * tests/test-mbsspn.c: Likewise.
2978         * tests/test-mbsstr1.c: Likewise.
2979         * tests/test-mbsstr2.c: Likewise.
2980         * tests/test-mbsstr3.c: Likewise.
2981         * tests/test-md5.c: Likewise.
2982         * tests/test-memmem.c: Likewise.
2983         * tests/test-netinet_in.c: Likewise.
2984         * tests/test-open.c: Likewise.
2985         * tests/test-printf-frexp.c: Likewise.
2986         * tests/test-printf-frexpl.c: Likewise.
2987         * tests/test-printf-posix.c: Likewise.
2988         * tests/test-printf-posix.h: Likewise.
2989         * tests/test-rbtree_list.c: Likewise.
2990         * tests/test-rbtree_oset.c: Likewise.
2991         * tests/test-rbtreehash_list.c: Likewise.
2992         * tests/test-read-file.c: Likewise.
2993         * tests/test-rijndael.c: Likewise.
2994         * tests/test-search.c: Likewise.
2995         * tests/test-signbit.c: Likewise.
2996         * tests/test-sleep.c: Likewise.
2997         * tests/test-snprintf-posix.c: Likewise.
2998         * tests/test-snprintf-posix.h: Likewise.
2999         * tests/test-snprintf.c: Likewise.
3000         * tests/test-sprintf-posix.c: Likewise.
3001         * tests/test-sprintf-posix.h: Likewise.
3002         * tests/test-stat-time.c: Likewise.
3003         * tests/test-stdbool.c: Likewise.
3004         * tests/test-stdint.c: Likewise.
3005         * tests/test-stdio.c: Likewise.
3006         * tests/test-stdlib.c: Likewise.
3007         * tests/test-stpncpy.c: Likewise.
3008         * tests/test-strcasestr.c: Likewise.
3009         * tests/test-striconv.c: Likewise.
3010         * tests/test-striconveh.c: Likewise.
3011         * tests/test-striconveha.c: Likewise.
3012         * tests/test-string.c: Likewise.
3013         * tests/test-sys_select.c: Likewise.
3014         * tests/test-sys_socket.c: Likewise.
3015         * tests/test-sys_stat.c: Likewise.
3016         * tests/test-sys_time.c: Likewise.
3017         * tests/test-sysexits.c: Likewise.
3018         * tests/test-time.c: Likewise.
3019         * tests/test-tls.c: Likewise.
3020         * tests/test-trunc.c: Likewise.
3021         * tests/test-truncf.c: Likewise.
3022         * tests/test-truncl.c: Likewise.
3023         * tests/test-unistd.c: Likewise.
3024         * tests/test-vasnprintf-posix.c: Likewise.
3025         * tests/test-vasnprintf-posix2.c: Likewise.
3026         * tests/test-vasnprintf.c: Likewise.
3027         * tests/test-vasprintf-posix.c: Likewise.
3028         * tests/test-vasprintf.c: Likewise.
3029         * tests/test-verify.c: Likewise.
3030         * tests/test-vfprintf-posix.c: Likewise.
3031         * tests/test-vprintf-posix.c: Likewise.
3032         * tests/test-vsnprintf-posix.c: Likewise.
3033         * tests/test-vsnprintf.c: Likewise.
3034         * tests/test-vsprintf-posix.c: Likewise.
3035         * tests/test-wchar.c: Likewise.
3036         * tests/test-wctype.c: Likewise.
3037         * tests/test-wcwidth.c: Likewise.
3038         * tests/test-xstrtol.c: Likewise.
3039         * tests/test-xvasprintf.c: Likewise.
3040         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
3041         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
3042         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3043         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3044         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3045         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
3046         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3047         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3048         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3049         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
3050         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3051         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3052         * tests/uniname/test-uninames.c: Likewise.
3053         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
3054         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
3055         * tests/unistdio/test-u16-printf1.h: Likewise.
3056         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
3057         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
3058         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
3059         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
3060         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
3061         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
3062         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
3063         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
3064         * tests/unistdio/test-u32-printf1.h: Likewise.
3065         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
3066         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
3067         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
3068         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
3069         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
3070         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
3071         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
3072         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
3073         * tests/unistdio/test-u8-printf1.h: Likewise.
3074         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
3075         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
3076         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
3077         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
3078         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
3079         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
3080         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
3081         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
3082         * tests/unistdio/test-ulc-printf1.h: Likewise.
3083         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
3084         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
3085         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
3086         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
3087         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
3088         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
3089         * tests/uniwidth/test-u16-strwidth.c: Likewise.
3090         * tests/uniwidth/test-u16-width.c: Likewise.
3091         * tests/uniwidth/test-u32-strwidth.c: Likewise.
3092         * tests/uniwidth/test-u32-width.c: Likewise.
3093         * tests/uniwidth/test-u8-strwidth.c: Likewise.
3094         * tests/uniwidth/test-u8-width.c: Likewise.
3095         * tests/uniwidth/test-uc_width.c: Likewise.
3096         * config/srclist-update: Likewise.
3097         (fixlicense): Update to GPLv3+.
3098
3099         Change copyright notice from LGPLv2.1+ to LGPLv3+.
3100         * tests/test-tsearch.c: Change copyright notice.
3101
3102         Change copyright notice from LGPLv2.0+ to LGPLv3+.
3103         * lib/c-strcaseeq.h: Change copyright notice.
3104         * lib/streq.h: Likewise.
3105         * lib/uniconv.h: Likewise.
3106         * lib/uniconv/u-conv-from-enc.h: Likewise.
3107         * lib/uniconv/u-conv-to-enc.h: Likewise.
3108         * lib/uniconv/u-strconv-from-enc.h: Likewise.
3109         * lib/uniconv/u-strconv-to-enc.h: Likewise.
3110         * lib/uniconv/u16-conv-from-enc.c: Likewise.
3111         * lib/uniconv/u16-conv-to-enc.c: Likewise.
3112         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
3113         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
3114         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
3115         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
3116         * lib/uniconv/u32-conv-from-enc.c: Likewise.
3117         * lib/uniconv/u32-conv-to-enc.c: Likewise.
3118         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
3119         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
3120         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
3121         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
3122         * lib/uniconv/u8-conv-from-enc.c: Likewise.
3123         * lib/uniconv/u8-conv-to-enc.c: Likewise.
3124         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
3125         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
3126         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
3127         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
3128         * lib/uniname.h: Likewise.
3129         * lib/uniname/uniname.c: Likewise.
3130         * lib/unistdio.h: Likewise.
3131         * lib/unistdio/u-asnprintf.h: Likewise.
3132         * lib/unistdio/u-asprintf.h: Likewise.
3133         * lib/unistdio/u-printf-args.c: Likewise.
3134         * lib/unistdio/u-printf-args.h: Likewise.
3135         * lib/unistdio/u-printf-parse.h: Likewise.
3136         * lib/unistdio/u-snprintf.h: Likewise.
3137         * lib/unistdio/u-sprintf.h: Likewise.
3138         * lib/unistdio/u-vasprintf.h: Likewise.
3139         * lib/unistdio/u-vsnprintf.h: Likewise.
3140         * lib/unistdio/u-vsprintf.h: Likewise.
3141         * lib/unistdio/u16-asnprintf.c: Likewise.
3142         * lib/unistdio/u16-asprintf.c: Likewise.
3143         * lib/unistdio/u16-printf-parse.c: Likewise.
3144         * lib/unistdio/u16-snprintf.c: Likewise.
3145         * lib/unistdio/u16-sprintf.c: Likewise.
3146         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
3147         * lib/unistdio/u16-u16-asprintf.c: Likewise.
3148         * lib/unistdio/u16-u16-snprintf.c: Likewise.
3149         * lib/unistdio/u16-u16-sprintf.c: Likewise.
3150         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
3151         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
3152         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
3153         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
3154         * lib/unistdio/u16-vasnprintf.c: Likewise.
3155         * lib/unistdio/u16-vasprintf.c: Likewise.
3156         * lib/unistdio/u16-vsnprintf.c: Likewise.
3157         * lib/unistdio/u16-vsprintf.c: Likewise.
3158         * lib/unistdio/u32-asnprintf.c: Likewise.
3159         * lib/unistdio/u32-asprintf.c: Likewise.
3160         * lib/unistdio/u32-printf-parse.c: Likewise.
3161         * lib/unistdio/u32-snprintf.c: Likewise.
3162         * lib/unistdio/u32-sprintf.c: Likewise.
3163         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
3164         * lib/unistdio/u32-u32-asprintf.c: Likewise.
3165         * lib/unistdio/u32-u32-snprintf.c: Likewise.
3166         * lib/unistdio/u32-u32-sprintf.c: Likewise.
3167         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
3168         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
3169         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
3170         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
3171         * lib/unistdio/u32-vasnprintf.c: Likewise.
3172         * lib/unistdio/u32-vasprintf.c: Likewise.
3173         * lib/unistdio/u32-vsnprintf.c: Likewise.
3174         * lib/unistdio/u32-vsprintf.c: Likewise.
3175         * lib/unistdio/u8-asnprintf.c: Likewise.
3176         * lib/unistdio/u8-asprintf.c: Likewise.
3177         * lib/unistdio/u8-printf-parse.c: Likewise.
3178         * lib/unistdio/u8-snprintf.c: Likewise.
3179         * lib/unistdio/u8-sprintf.c: Likewise.
3180         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
3181         * lib/unistdio/u8-u8-asprintf.c: Likewise.
3182         * lib/unistdio/u8-u8-snprintf.c: Likewise.
3183         * lib/unistdio/u8-u8-sprintf.c: Likewise.
3184         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
3185         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
3186         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
3187         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
3188         * lib/unistdio/u8-vasnprintf.c: Likewise.
3189         * lib/unistdio/u8-vasprintf.c: Likewise.
3190         * lib/unistdio/u8-vsnprintf.c: Likewise.
3191         * lib/unistdio/u8-vsprintf.c: Likewise.
3192         * lib/unistdio/ulc-asnprintf.c: Likewise.
3193         * lib/unistdio/ulc-asprintf.c: Likewise.
3194         * lib/unistdio/ulc-printf-parse.c: Likewise.
3195         * lib/unistdio/ulc-snprintf.c: Likewise.
3196         * lib/unistdio/ulc-sprintf.c: Likewise.
3197         * lib/unistdio/ulc-vasnprintf.c: Likewise.
3198         * lib/unistdio/ulc-vasprintf.c: Likewise.
3199         * lib/unistdio/ulc-vsnprintf.c: Likewise.
3200         * lib/unistdio/ulc-vsprintf.c: Likewise.
3201         * lib/unistr.h: Likewise.
3202         * lib/unistr/u-cpy-alloc.h: Likewise.
3203         * lib/unistr/u-cpy.h: Likewise.
3204         * lib/unistr/u-endswith.h: Likewise.
3205         * lib/unistr/u-move.h: Likewise.
3206         * lib/unistr/u-set.h: Likewise.
3207         * lib/unistr/u-startswith.h: Likewise.
3208         * lib/unistr/u-stpcpy.h: Likewise.
3209         * lib/unistr/u-stpncpy.h: Likewise.
3210         * lib/unistr/u-strcat.h: Likewise.
3211         * lib/unistr/u-strcpy.h: Likewise.
3212         * lib/unistr/u-strcspn.h: Likewise.
3213         * lib/unistr/u-strdup.h: Likewise.
3214         * lib/unistr/u-strlen.h: Likewise.
3215         * lib/unistr/u-strncat.h: Likewise.
3216         * lib/unistr/u-strncpy.h: Likewise.
3217         * lib/unistr/u-strnlen.h: Likewise.
3218         * lib/unistr/u-strpbrk.h: Likewise.
3219         * lib/unistr/u-strspn.h: Likewise.
3220         * lib/unistr/u-strstr.h: Likewise.
3221         * lib/unistr/u-strtok.h: Likewise.
3222         * lib/unistr/u16-check.c: Likewise.
3223         * lib/unistr/u16-chr.c: Likewise.
3224         * lib/unistr/u16-cmp.c: Likewise.
3225         * lib/unistr/u16-cpy-alloc.c: Likewise.
3226         * lib/unistr/u16-cpy.c: Likewise.
3227         * lib/unistr/u16-endswith.c: Likewise.
3228         * lib/unistr/u16-mblen.c: Likewise.
3229         * lib/unistr/u16-mbsnlen.c: Likewise.
3230         * lib/unistr/u16-mbtouc-aux.c: Likewise.
3231         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
3232         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
3233         * lib/unistr/u16-mbtouc.c: Likewise.
3234         * lib/unistr/u16-mbtoucr.c: Likewise.
3235         * lib/unistr/u16-move.c: Likewise.
3236         * lib/unistr/u16-next.c: Likewise.
3237         * lib/unistr/u16-prev.c: Likewise.
3238         * lib/unistr/u16-set.c: Likewise.
3239         * lib/unistr/u16-startswith.c: Likewise.
3240         * lib/unistr/u16-stpcpy.c: Likewise.
3241         * lib/unistr/u16-stpncpy.c: Likewise.
3242         * lib/unistr/u16-strcat.c: Likewise.
3243         * lib/unistr/u16-strchr.c: Likewise.
3244         * lib/unistr/u16-strcmp.c: Likewise.
3245         * lib/unistr/u16-strcpy.c: Likewise.
3246         * lib/unistr/u16-strcspn.c: Likewise.
3247         * lib/unistr/u16-strdup.c: Likewise.
3248         * lib/unistr/u16-strlen.c: Likewise.
3249         * lib/unistr/u16-strmblen.c: Likewise.
3250         * lib/unistr/u16-strmbtouc.c: Likewise.
3251         * lib/unistr/u16-strncat.c: Likewise.
3252         * lib/unistr/u16-strncmp.c: Likewise.
3253         * lib/unistr/u16-strncpy.c: Likewise.
3254         * lib/unistr/u16-strnlen.c: Likewise.
3255         * lib/unistr/u16-strpbrk.c: Likewise.
3256         * lib/unistr/u16-strrchr.c: Likewise.
3257         * lib/unistr/u16-strspn.c: Likewise.
3258         * lib/unistr/u16-strstr.c: Likewise.
3259         * lib/unistr/u16-strtok.c: Likewise.
3260         * lib/unistr/u16-to-u32.c: Likewise.
3261         * lib/unistr/u16-to-u8.c: Likewise.
3262         * lib/unistr/u16-uctomb-aux.c: Likewise.
3263         * lib/unistr/u16-uctomb.c: Likewise.
3264         * lib/unistr/u32-check.c: Likewise.
3265         * lib/unistr/u32-chr.c: Likewise.
3266         * lib/unistr/u32-cmp.c: Likewise.
3267         * lib/unistr/u32-cpy-alloc.c: Likewise.
3268         * lib/unistr/u32-cpy.c: Likewise.
3269         * lib/unistr/u32-endswith.c: Likewise.
3270         * lib/unistr/u32-mblen.c: Likewise.
3271         * lib/unistr/u32-mbsnlen.c: Likewise.
3272         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
3273         * lib/unistr/u32-mbtouc.c: Likewise.
3274         * lib/unistr/u32-mbtoucr.c: Likewise.
3275         * lib/unistr/u32-move.c: Likewise.
3276         * lib/unistr/u32-next.c: Likewise.
3277         * lib/unistr/u32-prev.c: Likewise.
3278         * lib/unistr/u32-set.c: Likewise.
3279         * lib/unistr/u32-startswith.c: Likewise.
3280         * lib/unistr/u32-stpcpy.c: Likewise.
3281         * lib/unistr/u32-stpncpy.c: Likewise.
3282         * lib/unistr/u32-strcat.c: Likewise.
3283         * lib/unistr/u32-strchr.c: Likewise.
3284         * lib/unistr/u32-strcmp.c: Likewise.
3285         * lib/unistr/u32-strcpy.c: Likewise.
3286         * lib/unistr/u32-strcspn.c: Likewise.
3287         * lib/unistr/u32-strdup.c: Likewise.
3288         * lib/unistr/u32-strlen.c: Likewise.
3289         * lib/unistr/u32-strmblen.c: Likewise.
3290         * lib/unistr/u32-strmbtouc.c: Likewise.
3291         * lib/unistr/u32-strncat.c: Likewise.
3292         * lib/unistr/u32-strncmp.c: Likewise.
3293         * lib/unistr/u32-strncpy.c: Likewise.
3294         * lib/unistr/u32-strnlen.c: Likewise.
3295         * lib/unistr/u32-strpbrk.c: Likewise.
3296         * lib/unistr/u32-strrchr.c: Likewise.
3297         * lib/unistr/u32-strspn.c: Likewise.
3298         * lib/unistr/u32-strstr.c: Likewise.
3299         * lib/unistr/u32-strtok.c: Likewise.
3300         * lib/unistr/u32-to-u16.c: Likewise.
3301         * lib/unistr/u32-to-u8.c: Likewise.
3302         * lib/unistr/u32-uctomb.c: Likewise.
3303         * lib/unistr/u8-check.c: Likewise.
3304         * lib/unistr/u8-chr.c: Likewise.
3305         * lib/unistr/u8-cmp.c: Likewise.
3306         * lib/unistr/u8-cpy-alloc.c: Likewise.
3307         * lib/unistr/u8-cpy.c: Likewise.
3308         * lib/unistr/u8-endswith.c: Likewise.
3309         * lib/unistr/u8-mblen.c: Likewise.
3310         * lib/unistr/u8-mbsnlen.c: Likewise.
3311         * lib/unistr/u8-mbtouc-aux.c: Likewise.
3312         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
3313         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
3314         * lib/unistr/u8-mbtouc.c: Likewise.
3315         * lib/unistr/u8-mbtoucr.c: Likewise.
3316         * lib/unistr/u8-move.c: Likewise.
3317         * lib/unistr/u8-next.c: Likewise.
3318         * lib/unistr/u8-prev.c: Likewise.
3319         * lib/unistr/u8-set.c: Likewise.
3320         * lib/unistr/u8-startswith.c: Likewise.
3321         * lib/unistr/u8-stpcpy.c: Likewise.
3322         * lib/unistr/u8-stpncpy.c: Likewise.
3323         * lib/unistr/u8-strcat.c: Likewise.
3324         * lib/unistr/u8-strchr.c: Likewise.
3325         * lib/unistr/u8-strcmp.c: Likewise.
3326         * lib/unistr/u8-strcpy.c: Likewise.
3327         * lib/unistr/u8-strcspn.c: Likewise.
3328         * lib/unistr/u8-strdup.c: Likewise.
3329         * lib/unistr/u8-strlen.c: Likewise.
3330         * lib/unistr/u8-strmblen.c: Likewise.
3331         * lib/unistr/u8-strmbtouc.c: Likewise.
3332         * lib/unistr/u8-strncat.c: Likewise.
3333         * lib/unistr/u8-strncmp.c: Likewise.
3334         * lib/unistr/u8-strncpy.c: Likewise.
3335         * lib/unistr/u8-strnlen.c: Likewise.
3336         * lib/unistr/u8-strpbrk.c: Likewise.
3337         * lib/unistr/u8-strrchr.c: Likewise.
3338         * lib/unistr/u8-strspn.c: Likewise.
3339         * lib/unistr/u8-strstr.c: Likewise.
3340         * lib/unistr/u8-strtok.c: Likewise.
3341         * lib/unistr/u8-to-u16.c: Likewise.
3342         * lib/unistr/u8-to-u32.c: Likewise.
3343         * lib/unistr/u8-uctomb-aux.c: Likewise.
3344         * lib/unistr/u8-uctomb.c: Likewise.
3345         * lib/unitypes.h: Likewise.
3346         * lib/uniwidth.h: Likewise.
3347         * lib/uniwidth/cjk.h: Likewise.
3348         * lib/uniwidth/u16-strwidth.c: Likewise.
3349         * lib/uniwidth/u16-width.c: Likewise.
3350         * lib/uniwidth/u32-strwidth.c: Likewise.
3351         * lib/uniwidth/u32-width.c: Likewise.
3352         * lib/uniwidth/u8-strwidth.c: Likewise.
3353         * lib/uniwidth/u8-width.c: Likewise.
3354         * lib/uniwidth/width.c: Likewise.
3355
3356 2007-10-07  Bruno Haible  <bruno@clisp.org>
3357
3358         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
3359         The file is still under LGPL (see modules/inttypes).
3360
3361 2007-10-06  Bruno Haible  <bruno@clisp.org>
3362
3363         * modules/trunc (Dependencies): Add 'extensions'.
3364         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
3365         Reported by Ben Pfaff <blp@gnu.org>.
3366
3367 2007-10-06  Bruno Haible  <bruno@clisp.org>
3368
3369         * modules/freopen-tests: New file.
3370         * tests/test-freopen.c: New file.
3371
3372         * modules/fopen-tests: New file.
3373         * tests/test-fopen.c: New file.
3374
3375         * modules/fopen: New file.
3376         * lib/fopen.c: New file.
3377         * m4/fopen.m4: New file.
3378         * modules/freopen: New file.
3379         * lib/freopen.c: New file.
3380         * m4/freopen.m4: New file.
3381         * lib/stdio.in.h (fopen, freopen): New declarations.
3382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
3383         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
3384         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
3385         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
3386         * doc/functions/fopen.texi: Mention the 'fopen' module.
3387         * doc/functions/freopen.texi: Mention the 'freopen' module.
3388
3389 2007-10-06  Bruno Haible  <bruno@clisp.org>
3390
3391         * modules/open-tests: New file.
3392         * tests/test-open.c: New file.
3393
3394         * modules/open: New file.
3395         * lib/open.c: New file.
3396         * m4/open.m4: New file.
3397         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
3398         lib/open.c does.
3399         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
3400         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
3401         macros.
3402         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
3403         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
3404         REPLACE_OPEN.
3405         * doc/functions/open.texi: Mention the 'open' module.
3406
3407 2007-10-04  Bruno Haible  <bruno@clisp.org>
3408
3409         * modules/ceill-tests: New file.
3410         * tests/test-ceill.c: New file.
3411
3412         * modules/ceill: New file.
3413         * lib/ceill.c: Replace entire file.
3414         * m4/ceill.m4: New file.
3415         * lib/math.in.h (ceill): Replace declaration.
3416         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
3417         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
3418         * doc/functions/ceill.texi: Mention the 'ceill' module.
3419         * modules/mathl (Files): Remove lib/ceill.c.
3420         (Depends-on): Add ceill.
3421
3422 2007-10-04  Bruno Haible  <bruno@clisp.org>
3423
3424         * modules/ceilf-tests: New file.
3425         * tests/test-ceilf.c: New file.
3426
3427         * modules/ceilf: New file.
3428         * lib/ceil.c: New file.
3429         * lib/ceilf.c: New file.
3430         * m4/ceilf.m4: New file.
3431         * lib/math.in.h (ceilf): New declaration.
3432         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
3433         HAVE_DECL_CEILF.
3434         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
3435         HAVE_DECL_CEILF.
3436         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
3437
3438 2007-10-04  Bruno Haible  <bruno@clisp.org>
3439
3440         * modules/floorl-tests: New file.
3441         * tests/test-floorl.c: New file.
3442
3443         * modules/floorl: New file.
3444         * lib/floorl.c: Replace entire file.
3445         * m4/floorl.m4: New file.
3446         * lib/math.in.h (floorl): Replace declaration.
3447         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
3448         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
3449         * doc/functions/floorl.texi: Mention the 'floorl' module.
3450         * modules/mathl (Files): Remove lib/floorl.c.
3451         (Depends-on): Add floorl.
3452
3453 2007-10-04  Bruno Haible  <bruno@clisp.org>
3454
3455         * modules/floorf-tests: New file.
3456         * tests/test-floorf.c: New file.
3457
3458         * modules/floorf: New file.
3459         * lib/floor.c: New file.
3460         * lib/floorf.c: New file.
3461         * m4/floorf.m4: New file.
3462         * lib/math.in.h (floorf): New declaration.
3463         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
3464         HAVE_DECL_FLOORF.
3465         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
3466         HAVE_DECL_FLOORF.
3467         * doc/functions/floorf.texi: Mention the 'floorf' module.
3468
3469 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
3470             Bruno Haible  <bruno@clisp.org>
3471
3472         Advertise for the Git server instead of the CVS server.
3473         * doc/gnulib-intro.texi (Steady Development): Mention the Git
3474         repository instead of the CVS one.
3475         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
3476         about all VCS systems generically.
3477         * doc/gnulib.texi (Introduction): Capitalize `Git'.
3478
3479 2007-10-04  Bruno Haible  <bruno@clisp.org>
3480
3481         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
3482         means.
3483         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
3484
3485 2007-10-04  Bruno Haible  <bruno@clisp.org>
3486
3487         * modules/truncl-tests: New file.
3488         * tests/test-truncl.c: New file.
3489
3490         * modules/truncl: New file.
3491         * lib/truncl.c: New file.
3492         * m4/truncl.m4: New file.
3493         * lib/math.in.h (truncl): New declaration.
3494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
3495         HAVE_DECL_TRUNCL.
3496         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
3497         HAVE_DECL_TRUNCL.
3498         * doc/functions/truncl.texi: Mention the 'truncl' module.
3499
3500 2007-10-04  Bruno Haible  <bruno@clisp.org>
3501
3502         * modules/truncf-tests: New file.
3503         * tests/test-truncf.c: New file.
3504
3505         * modules/truncf: New file.
3506         * lib/trunc.c: Make paramerizable through USE_* macros.
3507         * lib/truncf.c: New file.
3508         * m4/truncf.m4: New file.
3509         * lib/math.in.h (truncf): New declaration.
3510         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
3511         HAVE_DECL_TRUNCF.
3512         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
3513         HAVE_DECL_TRUNCF.
3514         * doc/functions/truncf.texi: Mention the 'truncf' module.
3515
3516 2007-10-03  Bruno Haible  <bruno@clisp.org>
3517
3518         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
3519         augmentation also for tests modules.
3520         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
3521         * modules/atexit-tests (Makefile.am): Likewise.
3522         * modules/binary-io-tests (Makefile.am): Likewise.
3523         * modules/c-strcase-tests (Makefile.am): Likewise.
3524         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
3525         * modules/canonicalize-tests (Makefile.am): Likewise.
3526         * modules/closein-tests (Makefile.am): Likewise.
3527         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3528         * modules/freadahead-tests (Makefile.am): Likewise.
3529         * modules/fseek-tests (Makefile.am): Likewise.
3530         * modules/fseeko-tests (Makefile.am): Likewise.
3531         * modules/ftell-tests (Makefile.am): Likewise.
3532         * modules/ftello-tests (Makefile.am): Likewise.
3533         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
3534         * modules/isnanl-tests (Makefile.am): Likewise.
3535         * modules/lseek-tests (Makefile.am): Likewise.
3536         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3537         * modules/mbscasestr-tests (Makefile.am): Likewise.
3538         * modules/mbschr-tests (Makefile.am): Likewise.
3539         * modules/mbscspn-tests (Makefile.am): Likewise.
3540         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3541         * modules/mbspbrk-tests (Makefile.am): Likewise.
3542         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3543         * modules/mbsrchr-tests (Makefile.am): Likewise.
3544         * modules/mbsspn-tests (Makefile.am): Likewise.
3545         * modules/mbsstr-tests (Makefile.am): Likewise.
3546         * modules/printf-posix-tests (Makefile.am): Likewise.
3547         * modules/snprintf-posix-tests (Makefile.am): Likewise.
3548         * modules/sprintf-posix-tests (Makefile.am): Likewise.
3549         * modules/tsearch-tests (Makefile.am): Likewise.
3550         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3551         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3552         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3553         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3554         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3555         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3556         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3557         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3558         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
3559         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
3560         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3561         * modules/xstrtol-tests (Makefile.am): Likewise.
3562         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3563         * modules/yesno-tests (Makefile.am): Likewise.
3564
3565 2007-10-03  Bruno Haible  <bruno@clisp.org>
3566
3567         * modules/trunc-tests: New file.
3568         * tests/test-trunc.c: New file.
3569
3570         * modules/trunc: New file.
3571         * lib/trunc.c: New file.
3572         * m4/trunc.m4: New file.
3573         * lib/math.in.h (trunc): New declaration.
3574         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
3575         HAVE_DECL_TRUNC.
3576         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
3577         HAVE_DECL_TRUNC.
3578         * doc/functions/trunc.texi: Mention the 'trunc' module.
3579
3580 2007-10-03  Bruno Haible  <bruno@clisp.org>
3581
3582         * tests/test-fpending.c: New file, mostly copied
3583         from coreutils/lib/t-fpending.c.
3584         * modules/fpending-tests: New file.
3585
3586 2007-10-03  Bruno Haible  <bruno@clisp.org>
3587
3588         Port the stdio extensions to QNX (untested).
3589         * lib/fseterr.c (fseterr): Add support for QNX.
3590         * lib/fbufmode.c (fbufmode): Likewise.
3591         * lib/freadable.c (freadable): Likewise.
3592         * lib/fwritable.c (fwritable): Likewise.
3593         * lib/freading.c (freading): Likewise.
3594         * lib/fwriting.c (fwriting): Likewise.
3595         * lib/freadahead.c (freadahed): Likewise.
3596         * lib/fpurge.c (fpurge): Likewise.
3597         * lib/fseeko.c (rpl_fseeko): Likewise.
3598
3599 2007-10-03  Bruno Haible  <bruno@clisp.org>
3600             Jim Meyering  <jim@meyering.net>
3601             Eric Blake  <ebb9@byu.net>
3602
3603         * doc/relocatable.texi: Use @command instead of @program.
3604
3605 2007-10-02  Jim Meyering  <jim@meyering.net>
3606
3607         Perform one more "_.h" -> ".in.h" substitution.
3608         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
3609         instead of unistd_.h here, too.
3610
3611 2007-10-01  Bruno Haible  <bruno@clisp.org>
3612
3613         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
3614         Needed for the alloca-opt module.
3615
3616 2007-09-30  Bruno Haible  <bruno@clisp.org>
3617
3618         * lib/alloca.in.h: Renamed from lib/alloca_.h.
3619         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
3620         alloca_.h.
3621         * lib/argz.in.h: Renamed from lib/argz_.h.
3622         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
3623         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
3624         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
3625         byteswap_.h.
3626         * lib/dirent.in.h: Renamed from lib/dirent_.h.
3627         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
3628         dirent_.h.
3629         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
3630         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
3631         fcntl_.h.
3632         * lib/float.in.h: Renamed from lib/float_.h.
3633         * modules/float (Files, Makefile.am): Use float.in.h instead of
3634         float_.h.
3635         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
3636         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
3637         fnmatch_.h.
3638         * lib/getopt.in.h: Renamed from lib/getopt_.h.
3639         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
3640         getopt_.h.
3641         * lib/glob.in.h: Renamed from lib/glob_.h.
3642         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
3643         * lib/iconv.in.h: Renamed from lib/iconv_.h.
3644         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
3645         iconv_.h.
3646         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
3647         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
3648         inttypes_.h.
3649         * lib/locale.in.h: Renamed from lib/locale_.h.
3650         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
3651         locale_.h.
3652         * lib/math.in.h: Renamed from lib/math_.h.
3653         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
3654         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
3655         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
3656         of netinet_in_.h. Add dependency.
3657         * lib/poll.in.h: Renamed from lib/poll_.h.
3658         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
3659         * lib/search.in.h: Renamed from lib/search_.h.
3660         * modules/search (Files, Makefile.am): Use search.in.h instead of
3661         search_.h.
3662         * lib/signal.in.h: Renamed from lib/signal_.h.
3663         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
3664         _signal.h.
3665         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
3666         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
3667         stdbool_.h.
3668         * lib/stdint.in.h: Renamed from lib/stdint_.h.
3669         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
3670         stdint_.h.
3671         * lib/stdio.in.h: Renamed from lib/stdio_.h.
3672         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
3673         stdio_.h.
3674         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
3675         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
3676         stdlib_.h.
3677         * lib/string.in.h: Renamed from lib/string_.h.
3678         * modules/string (Files, Makefile.am): Use string.in.h instead of
3679         string_.h.
3680         * doc/gnulib-tool.texi (Initial import): Update.
3681         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
3682         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
3683         of sys_select_.h. Add dependency.
3684         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
3685         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
3686         of sys_socket_.h.
3687         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
3688         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
3689         sys_stat_.h.
3690         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
3691         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
3692         sys_time_.h.
3693         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
3694         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
3695         sysexits_.h.
3696         * lib/time.in.h: Renamed from lib/time_.h.
3697         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
3698         * lib/unistd.in.h: Renamed from lib/unistd_.h.
3699         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
3700         unistd_.h.
3701         * lib/wchar.in.h: Renamed from lib/wchar_.h.
3702         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
3703         wchar_.h.
3704         * lib/wctype.in.h: Renamed from lib/wctype_.h.
3705         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
3706         wctype_.h.
3707         * build-aux/bootstrap (slurp): Update.
3708         * lib/.cppi-disable: Update.
3709
3710 2007-09-30  Bruno Haible  <bruno@clisp.org>
3711
3712         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
3713         Needed on BeOS.
3714
3715 2007-09-30  Bruno Haible  <bruno@clisp.org>
3716
3717         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
3718
3719 2007-09-29  Bruno Haible  <bruno@clisp.org>
3720
3721         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
3722
3723 2007-09-29  Bruno Haible  <bruno@clisp.org>
3724
3725         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
3726         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
3727         * build-aux/install-reloc: Compile also areadlink.c.
3728         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
3729
3730 2007-09-29  Bruno Haible  <bruno@clisp.org>
3731
3732         * gnulib-tool (func_emit_initmacro_done): Indentation.
3733
3734 2007-09-29  Bruno Haible  <bruno@clisp.org>
3735
3736         * README: Add CVS checkout update instructions.
3737         Info from Bob Proulx <bob@proulx.com>.
3738
3739 2007-09-28  Eric Blake  <ebb9@byu.net>
3740
3741         Provide move-if-change.
3742         * build-aux/move-if-change: New file, based on best practice
3743         rather than any canonical upstream location.
3744
3745 2007-09-28  Jim Meyering  <jim@meyering.net>
3746
3747         Fix canonicalize loop-detection corner case.
3748         Do not attempt to stat the symlink values stored via seen_triple.
3749         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
3750         on linux-2.6.18, (but not 2.6.22).
3751         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
3752         triple_compare.  The former compares dev,ino,filename, while the latter
3753         would actually stat dirname(filename) when dev and ino were equal.
3754         * lib/hash-triple.c: Install <string.h>.
3755         (STREQ): Define.
3756         (triple_compare_ino_str): New function.
3757         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
3758
3759 2007-09-28  Eric Blake  <ebb9@byu.net>
3760
3761         Enforce that AC_REPLACE_FUNCS files exist.
3762         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
3763         override check for typos.
3764
3765         Fix test-closein on Solaris 10.
3766         * tests/test-closein.c (main): Don't assume stdin can be inherited
3767         closed on all systems.
3768         * tests/test-closein.sh: Likewise.
3769         Reported by Piotr Tarnowski.
3770
3771 2007-09-28  Jim Meyering  <jim@meyering.net>
3772
3773         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
3774
3775 2007-09-27  Jim Meyering  <jim@meyering.net>
3776
3777         canonicalize: Avoid a false-positive cycle failure.
3778         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
3779         Sort.  Remove cycle-check.
3780         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
3781         not cycle-check.h.
3782         (seen_triple): New function.
3783         (canonicalize_filename_mode): Use it instead of cycle-check.
3784         * tests/test-canonicalize.c: Add a test for this bug.
3785         * tests/test-canonicalize.sh: Set up and run the test.
3786
3787         New module, file-set, from coreutils.
3788         * modules/file-set: Define it.
3789         * lib/file-set.c, lib/file-set.h: Implement.
3790
3791         New module, hash-triple, from coreutils.
3792         * modules/hash-triple: Define it.
3793         * lib/hash-triple.c, lib/hash-triple.h: Implement.
3794
3795 2007-09-25  Eric Blake  <ebb9@byu.net>
3796
3797         Fix strerror on Interix.
3798         * lib/string_.h (strerror): Declare replacement.
3799         * doc/functions/strerror.texi (strerror): Document the Interix
3800         shortcoming.
3801         * modules/string (Makefile.am): Support new hooks.
3802         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
3803         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
3804         gl_FUNC_STRERROR_SEPARATE.
3805         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
3806         * lib/strerror.c (rpl_strerror): Provide replacement.
3807         * modules/strerror (Depends-on): Add string.
3808         (configure.ac): Detect use of module.
3809         * tests/test-strerror.c: New file.
3810         * modules/strerror-tests: New test module.
3811         * modules/argp (Depends-on): Add strerror.
3812         * modules/error (Depends-on): Likewise.
3813         Reported by Martin Koeppe.
3814
3815 2007-09-24  Bruno Haible  <bruno@clisp.org>
3816
3817         * README: Update git instructions.
3818
3819 2007-09-24  Eric Blake  <ebb9@byu.net>
3820
3821         Revert fpending breakage from 2007-09-08.
3822         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
3823         __fpending.c.
3824
3825 2007-09-24  Jim Meyering  <jim@meyering.net>
3826
3827         filenamecat.c: Add a test.
3828         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
3829         showing how the function works when DIR is the empty string.
3830
3831 2007-09-21  Simon Josefsson  <simon@josefsson.org>
3832
3833         * tests/test-canonicalize.sh: Turn on executable bit.
3834
3835 2007-09-19  Eric Blake  <ebb9@byu.net>
3836
3837         * README: Update CVS instructions.
3838
3839 2007-09-18  Bruno Haible  <bruno@clisp.org>
3840
3841         * modules/areadlink: New file.
3842         * lib/areadlink.h (areadlink): New declaration.
3843         * lib/areadlink.c: New file, based on lib/xreadlink.c.
3844
3845 2007-09-17  Jim Meyering  <jim@meyering.net>
3846
3847         * lib/savewd.c (ESTALE) [!defined]: Define.
3848         Reported to be required on Interix by Martin Koeppe.
3849
3850 2007-09-17  Bruno Haible  <bruno@clisp.org>
3851
3852         * gnulib-tool (func_version): Use $version.
3853
3854 2007-09-16  Bruno Haible  <bruno@clisp.org>
3855
3856         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
3857         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
3858         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
3859         Reported by Greg Schafer <gschafer@zip.com.au>.
3860
3861 2007-09-15  Bruno Haible  <bruno@clisp.org>
3862
3863         * gnulib-tool (sed): Try a little harder to make bash understand the
3864         alias.
3865         Reported by Bruce Korb <bruce.korb@gmail.com>.
3866
3867 2007-09-13  Eric Blake  <ebb9@byu.net>
3868
3869         * ChangeLog: Remove conflict markers.
3870
3871 2007-09-13  Simon Josefsson  <simon@josefsson.org>
3872
3873         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
3874         Reported by Bruno Haible <bruno@clisp.org>.
3875
3876 2007-09-12  Bruno Haible  <bruno@clisp.org>
3877
3878         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
3879         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
3880         is not defined.
3881
3882 2007-09-12  Eric Blake  <ebb9@byu.net>
3883
3884         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
3885         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
3886         Autoconf definition.
3887         * modules/euidaccess (Depends-on): Add extensions, for
3888         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
3889         * modules/fnmatch (Depends-on): Likewise.
3890         * modules/getaddrinfo (Depends-on): Likewise.
3891         * modules/getdelim (Depends-on): Likewise.
3892         * modules/getline (Depends-on): Likewise.
3893         * modules/getsubopt (Depends-on): Likewise.
3894         * modules/gettext (Depends-on): Likewise.
3895         * modules/group-member (Depends-on): Likewise.
3896         * modules/mbchar (Depends-on): Likewise.
3897         * modules/memmem (Depends-on): Likewise.
3898         * modules/mempcpy (Depends-on): Likewise.
3899         * modules/memrchr (Depends-on): Likewise.
3900         * modules/pagealign_alloc (Depends-on): Likewise.
3901         * modules/readutmp (Depends-on): Likewise.
3902         * modules/stpcpy (Depends-on): Likewise.
3903         * modules/stpncpy (Depends-on): Likewise.
3904         * modules/strchrnul (Depends-on): Likewise.
3905         * modules/strndup (Depends-on): Likewise.
3906         * modules/strsep (Depends-on): Likewise.
3907         * modules/strverscmp (Depends-on): Likewise.
3908         * modules/vasprintf (Depends-on): Likewise.
3909         * modules/wcwidth (Depends-on): Likewise.
3910         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
3911         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
3912         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
3913         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
3914         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3915         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
3916         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
3917         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3918         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
3919         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
3920         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3921         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3922         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3923         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
3924         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
3925         * m4/readutmp.m4 (gl_READUTMP): Likewise.
3926         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3927         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3928         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3929         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3930         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3931         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3932         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3933         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
3934         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
3935         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
3936         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
3937         so that lock.m4 can be used in gettext without extensions module.
3938
3939 2007-09-11  Bruno Haible  <bruno@clisp.org>
3940
3941         * m4/isc-posix.m4: Remove file.
3942         Suggested by Eric Blake.
3943
3944 2007-09-11  Eric Blake  <ebb9@byu.net>
3945
3946         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
3947
3948 2007-09-10  Bruno Haible  <bruno@clisp.org>
3949
3950         * posix-modules: Fix typo in error message.
3951         Reported by Matt <mkraai@beckman.com>.
3952
3953 2007-09-09  Bruno Haible  <bruno@clisp.org>
3954
3955         * doc/functions/getdelim.texi: Update list of platforms lacking the
3956         function.
3957         * doc/functions/getline.texi: Likewise.
3958
3959 2007-09-09  Jim Meyering  <jim@meyering.net>
3960
3961         * lib/hash.c (hash_initialize): Detect calloc failure.
3962         Reported by Bruno Haible.
3963
3964 2007-09-09  Bruno Haible  <bruno@clisp.org>
3965
3966         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
3967         malloc or realloc fails.
3968
3969 2007-09-09  Bruno Haible  <bruno@clisp.org>
3970
3971         * modules/getcwd (Depends-on): Add malloc-posix.
3972         * modules/glob (Depends-on): Likewise.
3973         * modules/putenv (Depends-on): Likewise.
3974         * modules/strdup (Depends-on): Likewise.
3975         * modules/getdelim (Depends-on): Add realloc-posix.
3976         * modules/read-file (Depends-on): Likewise.
3977
3978 2007-09-09  Bruno Haible  <bruno@clisp.org>
3979
3980         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
3981         (gl_FUNC_MALLOC_POSIX): Require it.
3982         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
3983         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
3984         * modules/realloc (Files): Add m4/malloc.m4.
3985         * modules/calloc (Files): Likewise.
3986
3987 2007-09-09  Bruno Haible  <bruno@clisp.org>
3988
3989         * modules/malloc-posix: New file.
3990         * modules/malloc (Depends-on): Add malloc-posix.
3991         * lib/malloc.c: Include errno.h.
3992         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
3993         and a POSIX-compatible malloc into a single function. Set ENOMEM
3994         when returning NULL.
3995         * m4/malloc.m4: New file.
3996         * doc/functions/malloc.texi: Mention the malloc-posix module.
3997         * lib/stdlib_.h (malloc): New declaration.
3998         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
3999         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
4000         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
4001         and HAVE_MALLOC_POSIX.
4002
4003 2007-09-09  Bruno Haible  <bruno@clisp.org>
4004
4005         * modules/realloc-posix: New file.
4006         * modules/realloc (Depends-on): Add realloc-posix.
4007         * lib/realloc.c: Include errno.h.
4008         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
4009         and a POSIX-compatible realloc into a single function. Set ENOMEM
4010         when returning NULL.
4011         * m4/realloc.m4: New file.
4012         * doc/functions/realloc.texi: Mention the realloc-posix module.
4013         * lib/stdlib_.h (realloc): New declaration.
4014         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4015         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
4016         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
4017         and HAVE_REALLOC_POSIX.
4018
4019 2007-09-09  Bruno Haible  <bruno@clisp.org>
4020
4021         * modules/calloc-posix: New file.
4022         * modules/calloc (Depends-on): Add calloc-posix.
4023         * lib/calloc.c: Include errno.h.
4024         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
4025         and a POSIX-compatible calloc into a single function. Set ENOMEM
4026         when returning NULL.
4027         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
4028         * doc/functions/calloc.texi: Mention the calloc-posix module.
4029         * lib/stdlib_.h (calloc): New declaration.
4030         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4031         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
4032         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
4033         and HAVE_CALLOC_POSIX.
4034
4035 2007-09-09  Bruno Haible  <bruno@clisp.org>
4036
4037         Allow for modules to show an arbitrary notice.
4038         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
4039         * gnulib-tool: New option --extract-notice.
4040         (func_usage): Document it.
4041         (sed_extract_prog): Update.
4042         (func_get_notice): New function.
4043         (func_modules_notice): New function.
4044         (func_import, func_create_testdir): Invoke it.
4045         Suggested by Jim Meyering.
4046
4047 2007-09-09  Bruno Haible  <bruno@clisp.org>
4048
4049         * gnulib-tool: New options --verbose, --quiet.
4050         (func_usage): Document them.
4051         (verbose): New variable.
4052         (func_execute_command): New function.
4053         (func_import): Don't show the module list and the file list if
4054         $verbose < 0.
4055         (func_create_testdir): Likewise. Use func_execute_command.
4056         (func_create_megatestdir): Use func_execute_command.
4057
4058 2007-09-08  Bruno Haible  <bruno@clisp.org>
4059
4060         * gnulib-tool (func_import): Prefer rsync over wget when available,
4061         for fetching the PO files.
4062
4063 2007-09-08  Bruno Haible  <bruno@clisp.org>
4064
4065         * posix-modules: New file. Portions copied from gnulib-tool.
4066         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
4067
4068 2007-09-08  Jim Meyering  <jim@meyering.net>
4069
4070         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
4071         * lib/fpending.h: Rename from __fpending.h.
4072         * lib/fpending.c: Rename from __fpending.c.
4073         Include "fpending.h", not "__fpending.h".
4074         * lib/__fpending.h, lib/__fpending.c: Remove files.
4075         * modules/fpending (Files): Reflect new file names.
4076         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
4077
4078 2007-09-08  Bruno Haible  <bruno@clisp.org>
4079
4080         * m4/inttypes-h.m4: Remove stub file.
4081
4082 2007-09-07  Simon Josefsson  <simon@josefsson.org>
4083
4084         * doc/headers/stdint.texi: Discuss #include_next issue.
4085
4086 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4087
4088         * build-aux/bootstrap: Remove obsolete comment about wget --help.
4089
4090 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4091
4092         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
4093         in variable name.
4094
4095 2007-09-03  Jim Meyering  <jim@meyering.net>
4096
4097         New module: git-version-gen.
4098         * modules/git-version-gen: New file.
4099
4100         Import changes from coreutils for bootstrap script.
4101
4102         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
4103
4104         bootstrap: uses rsync to download the .po files
4105         * build-aux/bootstrap (po_download_command_format): New global.
4106         (download_po_files): Use rsync.
4107         (update_po_files): Don't remove .po files after download,
4108         so future rsync runs can take advantage of the copies.
4109
4110         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
4111
4112         Solve the unnecessary-.po-file-regeneration problem once and for all.
4113         * build-aux/bootstrap (download_po_files): New function, renamed from
4114         get_translations.  Now, downloads, but doesn't update LINGUAS.
4115         (update_po_files): New function.
4116
4117         bootstrap: Ignore more.
4118         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
4119         uniwidth to e.g., lib/.gitignore.
4120         (slurp): Handle the sys_stat_.h -> sys mapping, too.
4121
4122         * build-aux/bootstrap: New setting: vc_ignore.
4123         (insert_sorted_if_absent): Create $file if absent.
4124         Adapt to new, possibly empty, list: $vc_ignore.
4125
4126         bootstrap: generate more ignorable names
4127         * build-aux/bootstrap (slurp): When generating ignorable names,
4128         also map .sin to .sed, .gperf to .c, and .y to .c.
4129
4130 2007-09-03  Jim Meyering  <jim@meyering.net>
4131
4132         * build-aux/git-version-gen: New file, from coreutils.  For details, see
4133         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
4134
4135 2007-09-02  Bruno Haible  <bruno@clisp.org>
4136
4137         Fix mis-recognition of 'mcs' on QNX 6.
4138         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
4139         output contains the string "Mono".
4140         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
4141         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
4142
4143 2007-09-01  Bruno Haible  <bruno@clisp.org>
4144
4145         Fix collision between uniwidth/* and linebreak modules.
4146         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
4147         u32_width): Remove declarations.
4148         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
4149         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
4150         streq3, streq2, streq1, streq0): Remove functions.
4151         (STREQ): Remove macro.
4152         (is_cjk_encoding): Remove function.
4153         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
4154         (uc_width, u8_width, u16_width, u32_width): Remove functions.
4155         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
4156         * NEWS: Document the change.
4157
4158 2007-09-01  Bruno Haible  <bruno@clisp.org>
4159
4160         * lib/streq.h: Add double-inclusion guard.
4161
4162 2007-09-01  Karl Berry  <karl@gnu.org>
4163
4164         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
4165
4166 2007-08-28  Jim Meyering  <jim@meyering.net>
4167
4168         Rename mreadlink_with_size to areadlink_with_size.
4169         * NEWS: Document the change.
4170         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
4171         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
4172         * lib/mreadlink.h: Rename this to...
4173         * lib/areadlink.h: ...this.
4174         * modules/mreadlink-with-size: Rename this to...
4175         * modules/areadlink-with-size: ...this.
4176         * lib/canonicalize.c: Reflect the renaming.
4177         * modules/canonicalize: Likewise.
4178
4179 2007-08-26  Bruno Haible  <bruno@clisp.org>
4180
4181         * gnulib-tool (func_import): When deciding which files to remove,
4182         consider also dangling symbolic links.
4183         Reported by Eric Blake.
4184
4185 2007-08-26  Bruno Haible  <bruno@clisp.org>
4186
4187         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
4188
4189 2007-08-23  Simon Josefsson  <simon@josefsson.org>
4190
4191         * lib/readline.c: Don't include getline.h, the prototype is now
4192         found in stdio.h.
4193
4194 2007-08-23  Jim Meyering  <jim@meyering.net>
4195
4196         Getdelim touchup.
4197         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
4198         around the funlockfile call, since funlockfile never sets errno.
4199         Don't set errno upon failed realloc.
4200
4201 2007-08-22  Eric Blake  <ebb9@byu.net>
4202
4203         Getline touchups.
4204         * lib/getdelim.c (getdelim): Revert regression that required *n to
4205         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
4206         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
4207         getdelim, rather than whether implementation is missing.
4208         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
4209         * lib/stdio_.h (getline): Also declare if replacement is
4210         required.
4211         * doc/functions/getdelim.texi: New file.
4212         * doc/functions/getline.texi: Likewise.
4213         * doc/gnulib.texi (Function Substitutes): Add new files.
4214         Reported by Bruno Haible.
4215
4216 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
4217
4218         * users.txt: Add Guile.
4219
4220 2007-08-22  Eric Blake  <ebb9@byu.net>
4221
4222         * tests/test-getdelim.c (main): Use remove, not unlink.
4223         * tests/test-getline.c (main): Likewise.
4224
4225         Move getline and getdelim into stdio.h, per POSIX 200x.
4226         * modules/getline (Files): Remove getline.h.
4227         (Depends-on): Add stdio.
4228         (configure.ac): Add module indicator.
4229         * modules/getdelim (Files): Remove getdelim.h.
4230         (Depends-on): Add stdio.
4231         (configure.ac): Add module indicator.
4232         * modules/stdio (Makefile.am): Work with new indicators.
4233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
4234         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
4235         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
4236         * lib/getdelim.h: Delete.
4237         * lib/getline.h: Delete.
4238         * lib/stdio_.h (getdelim, getline): Declare.
4239         * modules/getdelim-tests: New module.
4240         * modules/getline-tests: Likewise.
4241         * tests/test-getdelim.c: New file.
4242         * tests/test-getline.c: Likewise.
4243         * NEWS: Document the change.
4244         * lib/getline.c: Update choice of header.
4245         * lib/csharpcomp.c: Likewise.
4246         * lib/getpass.c: Likewise.
4247         * lib/javacomp.c: Likewise.
4248         * lib/javaversion.c: Likewise.
4249         * lib/yesno.c: Likewise.
4250         * lib/getdelim.c: Likewise.
4251         (getdelim): Set errno on failure, and avoid memory leak.
4252
4253 2007-08-19  Bruno Haible  <bruno@clisp.org>
4254
4255         * modules/closein (Depends-on): Add freadahead.
4256         * lib/closein.c: Include freadahead.h.
4257         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
4258         is zero.
4259
4260 2007-08-19  Bruno Haible  <bruno@clisp.org>
4261
4262         * modules/freadahead-tests: New file.
4263         * tests/test-freadahead.sh: New file.
4264         * tests/test-freadahead.c: New file.
4265
4266         * modules/freadahead: New file.
4267         * lib/freadahead.h: New file.
4268         * lib/freadahead.c: New file.
4269         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
4270         fbufmode, fpurge, freadable, fwritable.
4271
4272 2007-08-19  Eric Blake  <ebb9@byu.net>
4273
4274         Test yesno in combination with closein.
4275         * lib/yesno.c (yesno): Document use of stdin.
4276         * modules/yesno-tests (Files): New module.
4277         * tests/test-yesno.c (main): New file.
4278         * tests/test-yesno.sh: Likewise.
4279
4280 2007-08-19  Bruno Haible  <bruno@clisp.org>
4281
4282         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
4283         * lib/fseeko.c (rpl_fseeko): Likewise.
4284         * lib/fseterr.c (fseterr): Likewise.
4285
4286 2007-08-19  Bruno Haible  <bruno@clisp.org>
4287
4288         * tests/test-lseek.c (main): Disable a test for BeOS.
4289         * doc/functions/lseek.texi: Document the BeOS bug.
4290
4291 2007-08-19  Bruno Haible  <bruno@clisp.org>
4292             Eric Blake  <ebb9@byu.net>
4293
4294         * lib/lseek.c: Include <sys/stat.h>.
4295         (rpl_lseek): Add workaround code also for Unix platforms.
4296         Needed for BeOS.
4297         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
4298         * doc/functions/lseek.texi: Document BeOS definiency.
4299
4300 2007-08-18  Bruno Haible  <bruno@clisp.org>
4301
4302         * modules/fstrcmp-tests: New file.
4303         * tests/test-fstrcmp.c: New file.
4304
4305 2007-08-18  Bruno Haible  <bruno@clisp.org>
4306
4307         * modules/fstrcmp: New file, from GNU gettext with modifications.
4308         * lib/fstrcmp.h: New file, from GNU gettext.
4309         * lib/fstrcmp.c: New file, from GNU gettext.
4310         * MODULES.html.sh (String handling): Add fstrcmp.
4311
4312 2007-08-18  Bruno Haible  <bruno@clisp.org>
4313
4314         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
4315         'bool'.
4316         (diag, compareseq): Remove const from the ctxt argument.
4317         (USE_HEURISTIC): Undefine at the end.
4318
4319 2007-08-18  Jim Meyering  <jim@meyering.net>
4320
4321         New file: lib/idcache.h
4322         * NEWS: Mention the addition.
4323         * modules/idcache (Files): Add lib/idcache.h
4324         * lib/idcache.c: Include "idcache.h".
4325         Don't include <sys/types.h>.
4326         Add a FIXME comment.
4327         Move file-scoped "static" declarations to the top.
4328         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
4329
4330 2007-08-17  Bruno Haible  <bruno@clisp.org>
4331         and Paul Eggert  <eggert@cs.ucla.edu>
4332
4333         * MODULES.html.sh: Add diffseq.
4334         * modules/diffseq: New file.
4335         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
4336         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
4337
4338 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4339
4340         Import changes from coreutils for bootstrap script.
4341
4342         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
4343
4344         * build-aux/bootstrap (slurp): Work even in environments where
4345         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
4346         current code does not slurp files whose names start with ".", and
4347         this looks like it might be a troublesome area.
4348
4349         2007-07-11  Jim Meyering  <jim@meyering.net>
4350
4351         If there's a GPL vN copyright comment, require that N == 3.
4352
4353         2007-07-08  Jim Meyering  <jim@meyering.net>
4354
4355         Run the coreutils-specific code only if tests/Makefile.am.in exists.
4356         * build-aux/bootstrap (mam_template): Move definition out of loop.
4357
4358         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
4359
4360         * build-aux/bootstrap (symlink_to_dir): Rename function from
4361         symlink_to_gnulib.  Add a directory parameter.  Update all
4362         callers.
4363         (cp_mark_as_generated): Also check for -- and link to -- files in
4364         gl/.
4365
4366         2007-07-08  Jim Meyering  <jim@meyering.net>
4367
4368         Adapt to deeper hierarchy in gnulib.
4369         * build-aux/bootstrap (symlink_to_dir): If the destination
4370         directory doesn't exist, create it. This is required at least for
4371         "lib/uniwidth/cjk.h".
4372
4373         2007-05-15  Jim Meyering  <jim@meyering.net>
4374
4375         * build-aux/bootstrap: Now that generated Makefile.am files
4376         are no longer under version control, they must be created at
4377         bootstrap time.
4378
4379 2007-08-14  Ben Pfaff  <blp@gnu.org>
4380
4381         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
4382
4383 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4384
4385         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
4386         given the changes below.
4387         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
4388         even on hosts that have padding bits beyond the supported 64.
4389
4390 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4391
4392         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
4393         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
4394         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
4395         depends on it.
4396         (xstrtol_error): Remove.
4397         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
4398         but with a different signature.
4399         (ATTRIBUTE_NORETURN, __attribute__): New macros.
4400         * lib/xstrtol-error.c: Include exitfail.h.
4401         (xstrtol_fatal): New function, with a different signature from the
4402         old xstrtol_error, so that the caller need not worry about passing
4403         in an exit status, or about storage management of the option argument.
4404         (xstrtol_error): Now a static function.  Redo signature to
4405         implement xstrtol_fatal.  Output the correct number of hyphens in
4406         front of the option so that the caller need not worry about
4407         storage management.
4408         (N_): New macro.
4409         (_): Remove; not used now.
4410         * modules/xstrtol: Depend on getopt.
4411         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
4412         of old STRTOL_FATAL_ERROR macro.
4413         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
4414         of test program.
4415         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
4416         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
4417
4418 2007-08-08  Eric Blake  <ebb9@byu.net>
4419
4420         * lib/xstrtol-error.c: Add missing include.
4421
4422         Move xstrtol messages into gnulib domain, when --pobase is used.
4423         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
4424         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
4425         * modules/xstrtol (Files): Distribute new file.
4426         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
4427         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
4428         * tests/test-xstrtol.c: ...into new file.
4429         * tests/test-xstrtoul.c: Also test xstrtoul.
4430         * tests/test-xstrtoimax.c: Also test xstrtoimax.
4431         * tests/test-xstrtoumax.c: Also test xstrtoumax.
4432         * tests/test-xstrtol.sh: Drive the tests.
4433         * tests/test-xstrtoimax.sh: Likewise.
4434         * tests/test-xstrtoumax.sh: Likewise.
4435         * modules/xstrtol-tests: New module.
4436         * modules/xstrtoimax-tests: Likewise.
4437         * modules/xstrtoumax-tests: Likewise.
4438
4439 2007-08-08  Jim Meyering  <jim@meyering.net>
4440
4441         New function: mfile_name_concat.
4442         * lib/filenamecat.c (mfile_name_concat): New function, just like
4443         file_name_concat, but return NULL upon failure rather than exiting
4444         with a diagnostic.
4445         * lib/filenamecat.h: Declare it.
4446
4447 2007-08-07  Bruno Haible  <bruno@clisp.org>
4448
4449         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
4450         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
4451         warning from gcc.
4452         Reported by Eric Blake.
4453
4454 2007-08-07  Simon Josefsson  <simon@josefsson.org>
4455
4456         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
4457         * modules/crypto/arcfour (License): Likewise.
4458         * modules/crypto/des-tests (License): Likewise.
4459         * modules/crypto/gc-arctwo-tests (License): Likewise.
4460         * modules/crypto/gc-des-tests (License): Likewise.
4461         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
4462         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
4463         * modules/crypto/gc-md2-tests (License): Likewise.
4464         * modules/crypto/gc-md4-tests (License): Likewise.
4465         * modules/crypto/gc-md5-tests (License): Likewise.
4466         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
4467         * modules/crypto/gc-rijndael-tests (License): Likewise.
4468         * modules/crypto/gc-sha1-tests (License): Likewise.
4469         * modules/crypto/gc-tests (License): Likewise.
4470         * modules/crypto/hmac-md5 (License): Likewise.
4471         * modules/crypto/hmac-sha1 (License): Likewise.
4472         * modules/crypto/md2-tests (License): Likewise.
4473         * modules/crypto/md4-tests (License): Likewise.
4474         * modules/crypto/md5 (License): Likewise.
4475         * modules/crypto/rijndael (License): Likewise.
4476         * modules/crypto/sha1 (License): Likewise.
4477         * modules/memxor (License): Likewise.
4478
4479 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
4480         and Bruno Haible  <bruno@clisp.org>
4481
4482         * NEWS: Describe interface changes to human, xstrtol.
4483         * lib/human.h: Include <xstrtol.h>.
4484         (human_options): Return enum strtol_error, not int.  Remove
4485         bool arg; take int * instead.
4486         * lib/human.c: Don't include "gettext.h".
4487         (_): Remove; no longer used.
4488         Don't include <xstrtol.h>, since human.h does it.
4489         (human_options): Adjust to abovementioned interface changes.
4490         Do not report error to stderr; that's now the caller's
4491         responsibility.
4492         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
4493         interface change.
4494         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
4495         Str, Argument_type_string.  All uses changed.  Put " argument"
4496         in diagnostics to make them clearer.  Change wording of suffix
4497         message for clarity.
4498         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
4499         Argument_type_string.
4500         (STRTOL_FATAL_WARN): Remove; no longer used.
4501         * modules/human (Depends-on): Remove gettext-h.
4502
4503 2007-08-06  Simon Josefsson  <simon@josefsson.org>
4504
4505         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
4506
4507 2007-07-31  Bruno Haible  <bruno@clisp.org>
4508
4509         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
4510         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
4511         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
4512
4513 2007-07-31  Bruno Haible  <bruno@clisp.org>
4514
4515         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
4516         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
4517
4518 2007-07-30  Bruno Haible  <bruno@clisp.org>
4519
4520         * modules/base64 (License): Use the synonymous term "LGPLv2+".
4521         * modules/c-ctype (License): Likewise.
4522         * modules/c-strcase (License): Likewise.
4523         * modules/check-version (License): Likewise.
4524         * modules/iconv (License): Likewise.
4525         * modules/iconv_open (License): Likewise.
4526         * modules/read-file (License): Likewise.
4527         * modules/striconv (License): Likewise.
4528         * modules/strverscmp (License): Likewise.
4529         * modules/vasprintf (License): Likewise.
4530         * modules/crypto/des (License): Likewise.
4531         * modules/crypto/gc (License): Likewise.
4532         * modules/crypto/gc-arcfour (License): Likewise.
4533         * modules/crypto/gc-arctwo (License): Likewise.
4534         * modules/crypto/gc-des (License): Likewise.
4535         * modules/crypto/gc-hmac-md5 (License): Likewise.
4536         * modules/crypto/gc-hmac-sha1 (License): Likewise.
4537         * modules/crypto/gc-md2 (License): Likewise.
4538         * modules/crypto/gc-md4 (License): Likewise.
4539         * modules/crypto/gc-md5 (License): Likewise.
4540         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
4541         * modules/crypto/gc-random (License): Likewise.
4542         * modules/crypto/gc-rijndael (License): Likewise.
4543         * modules/crypto/gc-sha1 (License): Likewise.
4544         * modules/crypto/md2 (License): Likewise.
4545         * modules/crypto/md4 (License): Likewise.
4546
4547 2007-07-30  Jim Meyering  <jim@meyering.net>
4548
4549         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
4550         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
4551         it has valid stat data.  This bug would cause du not to count the
4552         sizes of inaccessible directories.
4553         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
4554         in <http://bugzilla.redhat.com/250077>.
4555
4556 2007-07-25  Peter O'Gorman  <peter@pogma.com>
4557             Bruno Haible  <bruno@clisp.org>
4558
4559         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
4560         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
4561         #include_next, gives a diagnostic about it, but reports no error in
4562         the exit code.
4563         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4564
4565 2007-07-24  Ben Pfaff  <blp@gnu.org>
4566
4567         Improve name: "count-one-bits" is better than "popcount".
4568         * MODULES.html.sh: Update name.
4569         * lib/popcount.h: Renamed lib/count-one-bits.h.
4570         (popcount): Renamed count_one_bits.
4571         (popcountl): Renamed count_one_bits_l.
4572         (popcountll): Renamed count_one_bits_ll.
4573         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
4574         * modules/popcount: Renamed module/count-one-bits.
4575         * modules/popcount-tests: Renamed module/count-one-bits-tests.
4576         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
4577
4578 2007-07-23  Ben Pfaff  <blp@gnu.org>
4579
4580         * lib/popcount.h (popcount32): Reduce size of constants, to allow
4581         better code generation, and add U to large constants to avoid
4582         warnings, in non-GCC case.
4583         Suggested by Bruno Haible.
4584
4585 2007-07-23  Ben Pfaff  <blp@gnu.org>
4586
4587         * lib/popcount.h: Use verify_true instead of if...abort.
4588         * modules/popcount: Depend on verify module.
4589         Suggested by Jim Meyering.
4590
4591 2007-07-23  Bruno Haible  <bruno@clisp.org>
4592
4593         * gnulib-tool (func_import): Create a .cvsignore file also when the
4594         directory is not yet in CVS but the toplevel directory is. When
4595         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
4596         Reported by Karl Berry.
4597
4598 2007-07-22  Ben Pfaff  <blp@gnu.org>
4599
4600         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
4601         case.
4602         Suggested by Eric Blake.
4603
4604 2007-07-22  Ben Pfaff  <blp@gnu.org>
4605
4606         New module: popcount.
4607         * MODULES.html.sh: Add popcount.
4608         * modules/popcount: New file.
4609         * modules/popcount-tests: New file.
4610         * tests/test-popcount.c: New file.
4611         * lib/popcount.h: New file.
4612         * m4/popcount.m4: New file.
4613
4614 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4615
4616         * build-aux/announce-gen: Update to GPLv3.
4617
4618         * build-aux/config.guess: Update from config.
4619
4620 2007-07-21  Bruno Haible  <bruno@clisp.org>
4621
4622         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
4623         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
4624
4625 2007-07-20  Jim Meyering  <jim@meyering.net>
4626
4627         * check-module: Diagnose a self-dependency.
4628
4629 2007-07-19  Bruno Haible  <bruno@clisp.org>
4630
4631         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
4632         empty.
4633         Reported by Eric Blake.
4634
4635 2007-07-18  Bruno Haible  <bruno@clisp.org>
4636
4637         * gnulib-tool: New options --po-base, --po-domain.
4638         (func_usage): Document them.
4639         (pobase, po_domain): New variables.
4640         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
4641         DEFAULT_TEXT_DOMAIN.
4642         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
4643         (func_import): Consider pobase and po_domain. Create a po/ directory.
4644         (func_create_testdir): Set pobase and po_domain to empty.
4645         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
4646         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
4647
4648 2007-07-18  Bruno Haible  <bruno@clisp.org>
4649
4650         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4651         EXTRA_DIST augmentation for files in build-aux/.
4652
4653 2007-07-16  Bruno Haible  <bruno@clisp.org>
4654
4655         * modules/lseek (License): Use the synonymous term "LGPLv2+".
4656         * modules/getdelim (License): Likewise.
4657
4658 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4659
4660         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
4661         * modules/d-type (License): Likewise.
4662         * modules/extensions (License): Likewise.
4663         * modules/fnmatch (License): Likewise.
4664         * modules/fseeko (License): Likewise.
4665         * modules/getaddrinfo (License): Likewise.
4666         * modules/getline (License): Likewise.
4667         * modules/getlogin_r (License): Likewise.
4668         * modules/getpass (License): Likewise.
4669         * modules/gettimeofday (License): Likewise.
4670         * modules/glob (License): Likewise.
4671         * modules/inet_ntop (License): Likewise.
4672         * modules/malloc (License): Likewise.
4673         * modules/malloca (License): Likewise.
4674         * modules/memmem (License): Likewise.
4675         * modules/mempcpy (License): Likewise.
4676         * modules/memset (License): Likewise.
4677         * modules/minmax (License): Likewise.
4678         * modules/mktime (License): Likewise.
4679         * modules/netinet_in (License): Likewise.
4680         * modules/pathmax (License): Likewise.
4681         * modules/poll (License): Likewise.
4682         * modules/regex (License): Likewise.
4683         * modules/snprintf (License): Likewise.
4684         * modules/stdbool (License): Likewise.
4685         * modules/stdint (License): Likewise.
4686         * modules/stdio (License): Likewise.
4687         * modules/strcase (License): Likewise.
4688         * modules/strcasestr (License): Likewise.
4689         * modules/strdup (License): Likewise.
4690         * modules/string (License): Likewise.
4691         * modules/strndup (License): Likewise.
4692         * modules/strnlen (License): Likewise.
4693         * modules/strpbrk (License): Likewise.
4694         * modules/strptime (License): Likewise.
4695         * modules/strsep (License): Likewise.
4696         * modules/sys_select (License): Likewise.
4697         * modules/sys_socket (License): Likewise.
4698         * modules/sys_stat (License): Likewise.
4699         * modules/sys_time (License): Likewise.
4700         * modules/time (License): Likewise.
4701         * modules/time_r (License): Likewise.
4702         * modules/timegm (License): Likewise.
4703         * modules/unistd (License): Likewise.
4704         * modules/vsnprintf (License): Likewise.
4705         * modules/wctype (License): Likewise.
4706
4707 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4708
4709         * modules/argz (License): LGPLv2+.
4710
4711 2007-07-15  Karl Berry  <karl@gnu.org>
4712
4713         * doc/gnulib.texi: revise node structure per new fdl.texi.
4714
4715 2007-07-14  Bruno Haible  <bruno@clisp.org>
4716
4717         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
4718         the output file.
4719         * lib/uniname/uninames.h: Regenerated.
4720
4721 2007-07-14  Karl Berry  <karl@gnu.org>
4722
4723         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
4724         omitting sectioning and index commands.
4725
4726 2007-07-13  Bruno Haible  <bruno@clisp.org>
4727
4728         New gnulib-tool option --more-symlinks.
4729         * gnulib-tool (func_usage): Document --more-symlinks.
4730         (do_copyrights): New variable.
4731         Recognize option --more-symlinks.
4732         (func_import): Don't add a copyright notice transform to
4733         sed_transform_lib_file if do_copyrights is empty.
4734
4735 2007-07-13  Bruno Haible  <bruno@clisp.org>
4736
4737         * lib/vasnprintf.c (decimal_point_char): Define also if
4738         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
4739         && !NEED_PRINTF_DIRECTIVE_A.
4740         Reported by Clemens Koller <clemens.koller@anagramm.de> via
4741         Gary V. Vaughan <gary@gnu.org>.
4742
4743 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
4744
4745         * lib/inttypes_.h: Undo previous change, since it was fixed
4746         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
4747
4748 2007-07-13  Bruno Haible  <bruno@clisp.org>
4749
4750         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
4751         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
4752
4753 2007-07-13  Jim Meyering  <jim@meyering.net>
4754
4755         df: Don't fail for Tru64's "file-on-file mount".
4756         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
4757         so we fall through and use statfs instead.  Details here:
4758         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
4759         Reported by Albert Chin.
4760
4761 2007-07-13  Bruno Haible  <bruno@clisp.org>
4762
4763         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
4764         * modules/configmake (License): Likewise.
4765         * modules/gettext (License): Likewise.
4766         * modules/gettext-h (License): Likewise.
4767         * modules/include_next (License): Likewise.
4768         * modules/link-warning (License): Likewise.
4769         * modules/localcharset (License): Likewise.
4770         * modules/localename (License): Likewise.
4771         * modules/lock (License): Likewise.
4772         * modules/relocatable-lib-lgpl (License): Likewise.
4773         * modules/size_max (License): Likewise.
4774         * modules/vasnprintf (License): Likewise.
4775         * modules/wchar (License): Likewise.
4776         * modules/xsize (License): Likewise.
4777
4778 2007-07-13  Bruno Haible  <bruno@clisp.org>
4779
4780         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
4781         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
4782
4783 2007-07-12  Bruno Haible  <bruno@clisp.org>
4784
4785         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
4786         in the modules files.
4787
4788 2007-07-11  Karl Berry  <karl@gnu.org>
4789
4790         * MODULES.html.sh (func_module): use
4791          sed -e '\|^'"${includefile}"'$|d'
4792          instead of /.../d, to avoid errors on $includefile's containing /.
4793
4794 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4795
4796         * gnulib-tool (func_import): Avoid duplication of --avoid
4797         statements
4798         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
4799         names to `_' in variable names.
4800
4801 2007-07-10  Eric Blake  <ebb9@byu.net>
4802
4803         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
4804         * NEWS: Document this change.
4805
4806 2007-07-08  Bruno Haible  <bruno@clisp.org>
4807
4808         Update to Unicode 5.0.
4809         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
4810         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
4811         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
4812         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
4813         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
4814         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
4815         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
4816         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
4817         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
4818         U+10A3F, U+1D242..U+1D244.
4819         (nonspacing_table_ind): Update.
4820         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
4821         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
4822
4823 2007-07-08  Bruno Haible  <bruno@clisp.org>
4824
4825         Update to Unicode 5.0.
4826         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
4827         code transform. Extend the name index field of unicode_name_to_code and
4828         unicode_code_to_name from 16 to 24 bits.
4829         * lib/uniname/uniname.c (unicode_character_name,
4830         unicode_name_character): Add the range 0x12xxx to the code transform.
4831         * lib/uniname/uninames.h: Regenerated.
4832         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
4833
4834 2007-07-07  Bruno Haible  <bruno@clisp.org>
4835
4836         * modules/wcwidth-tests: New file.
4837         * tests/test-wcwidth.c: New file.
4838
4839         Work around MacOS X wcwidth() bug.
4840         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
4841         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
4842         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
4843         original wcwidth in non-UTF-8 locales.
4844         * modules/wcwidth (Depends-on): Add localcharset, streq,
4845         uniwidth/width.
4846         * doc/functions/wcwidth.texi: Update.
4847
4848 2007-07-07  Bruno Haible  <bruno@clisp.org>
4849
4850         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
4851         (wcwidth): New declaration.
4852         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
4853         macros.
4854         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
4855         here. Prepare for creating <wchar.h> unconditionally.
4856         * modules/wchar (Depends-on): Add link-warning.
4857         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
4858         REPLACE_WCWIDTH, and GL_LINK_WARNING.
4859         * lib/wcwidth.h: Remove file.
4860         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
4861         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
4862         * modules/wcwidth (Files): Remove lib/wcwidth.h.
4863         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
4864         (Include): Replace wcwidth.h with <wchar.h>.
4865         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
4866         * lib/mbchar.h: Don't include wcwidth.h.
4867         * lib/mbswidth.c: Likewise.
4868         * NEWS: Mention the change.
4869
4870 2007-07-07  Bruno Haible  <bruno@clisp.org>
4871
4872         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
4873         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
4874         definition with an external declaration.
4875         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
4876         defined as a function. Remove AC_C_INLINE requirement.
4877         * modules/wcwidth (Files): Add lib/wcwidth.c.
4878         (Makefile.am): Remove redundant statement.
4879
4880 2007-07-07  Bruno Haible  <bruno@clisp.org>
4881
4882         * MODULES.html.sh (Unicode string functions): Add the new modules.
4883
4884         * tests/uniwidth/test-u32-strwidth.c: New file.
4885         * modules/uniwidth/u32-strwidth-tests: New file.
4886
4887         * lib/uniwidth/u32-strwidth.c: New file.
4888         * modules/uniwidth/u32-strwidth: New file.
4889
4890         * tests/uniwidth/test-u16-strwidth.c: New file.
4891         * modules/uniwidth/u16-strwidth-tests: New file.
4892
4893         * lib/uniwidth/u16-strwidth.c: New file.
4894         * modules/uniwidth/u16-strwidth: New file.
4895
4896         * tests/uniwidth/test-u8-strwidth.c: New file.
4897         * modules/uniwidth/u8-strwidth-tests: New file.
4898
4899         * lib/uniwidth/u8-strwidth.c: New file.
4900         * modules/uniwidth/u8-strwidth: New file.
4901
4902         * tests/uniwidth/test-u32-width.c: New file.
4903         * modules/uniwidth/u32-width-tests: New file.
4904
4905         * lib/uniwidth/u32-width.c: New file.
4906         * modules/uniwidth/u32-width: New file.
4907
4908         * tests/uniwidth/test-u16-width.c: New file.
4909         * modules/uniwidth/u16-width-tests: New file.
4910
4911         * lib/uniwidth/u16-width.c: New file.
4912         * modules/uniwidth/u16-width: New file.
4913
4914         * tests/uniwidth/test-u8-width.c: New file.
4915         * modules/uniwidth/u8-width-tests: New file.
4916
4917         * lib/uniwidth/u8-width.c: New file.
4918         * modules/uniwidth/u8-width: New file.
4919
4920         * tests/uniwidth/test-uc_width.c: New file.
4921         * modules/uniwidth/width-tests: New file.
4922
4923         * lib/uniwidth/width.c: New file, from GNU libiconv.
4924         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
4925         * modules/uniwidth/width: New file.
4926
4927         * lib/uniwidth.h: New file, from GNU libiconv.
4928         * modules/uniwidth/base: New file.
4929
4930 2007-07-07  Bruno Haible  <bruno@clisp.org>
4931
4932         * lib/uniname.h: New file, from GNU gettext.
4933         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
4934         * lib/uniname/uninames.h: New file, from GNU gettext.
4935         * lib/uniname/uniname.c: New file, from GNU gettext.
4936         * tests/uniname/test-uninames.sh: New file.
4937         * tests/uniname/test-uninames.c: New file, from GNU gettext.
4938         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
4939         * modules/uniname/base: New file.
4940         * modules/uniname/uniname: New file.
4941         * modules/uniname/uniname-tests: New file.
4942         * MODULES.html.sh (Unicode string functions): Add the new modules.
4943
4944 2007-07-06  Bruno Haible  <bruno@clisp.org>
4945
4946         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
4947
4948 2007-07-06  Bruno Haible  <bruno@clisp.org>
4949
4950         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
4951         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
4952         includes <cygwin/sys_time.h> which includes <sys/select.h> which
4953         include <sys/time.h>.
4954         Reported by Eric Blake.
4955
4956 2007-07-06  Eric Blake  <ebb9@byu.net>
4957
4958         Fix testing canonicalize on cygwin.
4959         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
4960         Revert patch from 2007-06-19.
4961         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
4962         canonicalize module is also in use.
4963         * tests/test-canonicalize.c: New file.
4964         * tests/test-canonicalize.sh: Likewise.
4965         * modules/canonicalize-tests: Likewise.
4966
4967 2007-07-06  Jim Meyering  <jim@meyering.net>
4968
4969         * lib/getugroups.c (getugroups): Detect getgrent failure.
4970         Adjust comment to reflect reality: this function may return -1.
4971
4972 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
4973
4974         * build-aux/bootstrap (TP_URL,get_translations): Update to use
4975         the new TP address.
4976         (usage): Fix typo
4977         (gnulib_mk): New variable.
4978
4979 2007-07-05  Jim Meyering  <jim@meyering.net>
4980
4981         Don't let endgrent clobber errno, no matter how improbable.
4982         * lib/getugroups.c (getugroups): Save and restore errno around
4983         endgrent call.
4984
4985         Close the group DB even when failing with 2^31 or more members.
4986         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
4987
4988 2007-07-04  Jim Meyering  <jim@meyering.net>
4989
4990         * lib/getugroups.h: New file.
4991         * lib/getugroups.c: Include "getugroups.h".
4992         Remove uses of "register" keyword.
4993         Move local variable, "cp", down into scope where used.
4994         Give "username" parameter the "const" attribute.
4995         * modules/getugroups (Files): Add lib/getugroups.h
4996
4997 2007-07-04  Karl Berry  <karl@gnu.org>
4998
4999         * MODULES.html.sh (func_all_modules): Complete rename of
5000         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
5001
5002 2007-07-02  Bruno Haible  <bruno@clisp.org>
5003
5004         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
5005         mode, when inttypes.h comes from gnulib.
5006         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5007
5008 2007-07-02  Simon Josefsson  <simon@josefsson.org>
5009
5010         * NEWS: Mention lgpl module name change.
5011
5012         * modules/lgpl-2.1: Renamed from lgpl.
5013
5014         * NEWS: Mention gpl module name change.
5015
5016         * modules/gpl-3.0: New file, based on gpl-2.0.
5017
5018         * modules/gpl-2.0: Renamed from gpl.
5019
5020         * modules/gpl: Fix filename, doc/gpl.texi is now found at
5021         doc/gpl-2.0.texi.
5022
5023 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5024
5025         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
5026         #define __STDC_LIMIT_MACROS temporarily while including
5027         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
5028         Problem reported by Joel E. Denny in
5029         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
5030
5031 2007-07-01  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/unistdio.h: New file.
5034         * lib/unistdio/u-asnprintf.h: New file.
5035         * lib/unistdio/u-asprintf.h: New file.
5036         * lib/unistdio/u-printf-args.c: New file.
5037         * lib/unistdio/u-printf-args.h: New file.
5038         * lib/unistdio/u-printf-parse.h: New file.
5039         * lib/unistdio/u-snprintf.h: New file.
5040         * lib/unistdio/u-sprintf.h: New file.
5041         * lib/unistdio/u-vasprintf.h: New file.
5042         * lib/unistdio/u-vsnprintf.h: New file.
5043         * lib/unistdio/u-vsprintf.h: New file.
5044         * lib/unistdio/ulc-asnprintf.c: New file.
5045         * lib/unistdio/ulc-asprintf.c: New file.
5046         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
5047         * lib/unistdio/ulc-printf-parse.c: New file.
5048         * lib/unistdio/ulc-snprintf.c: New file.
5049         * lib/unistdio/ulc-sprintf.c: New file.
5050         * lib/unistdio/ulc-vasnprintf.c: New file.
5051         * lib/unistdio/ulc-vasprintf.c: New file.
5052         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
5053         * lib/unistdio/ulc-vsnprintf.c: New file.
5054         * lib/unistdio/ulc-vsprintf.c: New file.
5055         * lib/unistdio/u8-asnprintf.c: New file.
5056         * lib/unistdio/u8-asprintf.c: New file.
5057         * lib/unistdio/u8-printf-parse.c: New file.
5058         * lib/unistdio/u8-snprintf.c: New file.
5059         * lib/unistdio/u8-sprintf.c: New file.
5060         * lib/unistdio/u8-vasnprintf.c: New file.
5061         * lib/unistdio/u8-vasprintf.c: New file.
5062         * lib/unistdio/u8-vsnprintf.c: New file.
5063         * lib/unistdio/u8-vsprintf.c: New file.
5064         * lib/unistdio/u8-u8-asnprintf.c: New file.
5065         * lib/unistdio/u8-u8-asprintf.c: New file.
5066         * lib/unistdio/u8-u8-snprintf.c: New file.
5067         * lib/unistdio/u8-u8-sprintf.c: New file.
5068         * lib/unistdio/u8-u8-vasnprintf.c: New file.
5069         * lib/unistdio/u8-u8-vasprintf.c: New file.
5070         * lib/unistdio/u8-u8-vsnprintf.c: New file.
5071         * lib/unistdio/u8-u8-vsprintf.c: New file.
5072         * lib/unistdio/u16-asnprintf.c: New file.
5073         * lib/unistdio/u16-asprintf.c: New file.
5074         * lib/unistdio/u16-printf-parse.c: New file.
5075         * lib/unistdio/u16-snprintf.c: New file.
5076         * lib/unistdio/u16-sprintf.c: New file.
5077         * lib/unistdio/u16-vasnprintf.c: New file.
5078         * lib/unistdio/u16-vasprintf.c: New file.
5079         * lib/unistdio/u16-vsnprintf.c: New file.
5080         * lib/unistdio/u16-vsprintf.c: New file.
5081         * lib/unistdio/u16-u16-asnprintf.c: New file.
5082         * lib/unistdio/u16-u16-asprintf.c: New file.
5083         * lib/unistdio/u16-u16-snprintf.c: New file.
5084         * lib/unistdio/u16-u16-sprintf.c: New file.
5085         * lib/unistdio/u16-u16-vasnprintf.c: New file.
5086         * lib/unistdio/u16-u16-vasprintf.c: New file.
5087         * lib/unistdio/u16-u16-vsnprintf.c: New file.
5088         * lib/unistdio/u16-u16-vsprintf.c: New file.
5089         * lib/unistdio/u32-asnprintf.c: New file.
5090         * lib/unistdio/u32-asprintf.c: New file.
5091         * lib/unistdio/u32-printf-parse.c: New file.
5092         * lib/unistdio/u32-snprintf.c: New file.
5093         * lib/unistdio/u32-sprintf.c: New file.
5094         * lib/unistdio/u32-vasnprintf.c: New file.
5095         * lib/unistdio/u32-vasprintf.c: New file.
5096         * lib/unistdio/u32-vsnprintf.c: New file.
5097         * lib/unistdio/u32-vsprintf.c: New file.
5098         * lib/unistdio/u32-u32-asnprintf.c: New file.
5099         * lib/unistdio/u32-u32-asprintf.c: New file.
5100         * lib/unistdio/u32-u32-snprintf.c: New file.
5101         * lib/unistdio/u32-u32-sprintf.c: New file.
5102         * lib/unistdio/u32-u32-vasnprintf.c: New file.
5103         * lib/unistdio/u32-u32-vasprintf.c: New file.
5104         * lib/unistdio/u32-u32-vsnprintf.c: New file.
5105         * lib/unistdio/u32-u32-vsprintf.c: New file.
5106         * tests/unistdio/test-ulc-asnprintf1.c: New file.
5107         * tests/unistdio/test-ulc-asnprintf1.h: New file.
5108         * tests/unistdio/test-ulc-printf1.h: New file.
5109         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
5110         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
5111         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
5112         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
5113         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
5114         * tests/unistdio/test-ulc-vasprintf1.c: New file.
5115         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
5116         * tests/unistdio/test-ulc-vsprintf1.c: New file.
5117         * tests/unistdio/test-u8-asnprintf1.c: New file.
5118         * tests/unistdio/test-u8-asnprintf1.h: New file.
5119         * tests/unistdio/test-u8-printf1.h: New file.
5120         * tests/unistdio/test-u8-vasnprintf1.c: New file.
5121         * tests/unistdio/test-u8-vasnprintf2.c: New file.
5122         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
5123         * tests/unistdio/test-u8-vasnprintf3.c: New file.
5124         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
5125         * tests/unistdio/test-u8-vasprintf1.c: New file.
5126         * tests/unistdio/test-u8-vsnprintf1.c: New file.
5127         * tests/unistdio/test-u8-vsprintf1.c: New file.
5128         * tests/unistdio/test-u16-asnprintf1.c: New file.
5129         * tests/unistdio/test-u16-asnprintf1.h: New file.
5130         * tests/unistdio/test-u16-printf1.h: New file.
5131         * tests/unistdio/test-u16-vasnprintf1.c: New file.
5132         * tests/unistdio/test-u16-vasnprintf2.c: New file.
5133         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
5134         * tests/unistdio/test-u16-vasnprintf3.c: New file.
5135         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
5136         * tests/unistdio/test-u16-vasprintf1.c: New file.
5137         * tests/unistdio/test-u16-vsnprintf1.c: New file.
5138         * tests/unistdio/test-u16-vsprintf1.c: New file.
5139         * tests/unistdio/test-u32-asnprintf1.c: New file.
5140         * tests/unistdio/test-u32-asnprintf1.h: New file.
5141         * tests/unistdio/test-u32-printf1.h: New file.
5142         * tests/unistdio/test-u32-vasnprintf1.c: New file.
5143         * tests/unistdio/test-u32-vasnprintf2.c: New file.
5144         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
5145         * tests/unistdio/test-u32-vasnprintf3.c: New file.
5146         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
5147         * tests/unistdio/test-u32-vasprintf1.c: New file.
5148         * tests/unistdio/test-u32-vsnprintf1.c: New file.
5149         * tests/unistdio/test-u32-vsprintf1.c: New file.
5150         * modules/unistdio/base: New file.
5151         * modules/unistdio/u-printf-args: New file.
5152         * modules/unistdio/ulc-asnprintf: New file.
5153         * modules/unistdio/ulc-asprintf: New file.
5154         * modules/unistdio/ulc-fprintf: New file.
5155         * modules/unistdio/ulc-printf-parse: New file.
5156         * modules/unistdio/ulc-snprintf: New file.
5157         * modules/unistdio/ulc-sprintf: New file.
5158         * modules/unistdio/ulc-vasnprintf: New file.
5159         * modules/unistdio/ulc-vasprintf: New file.
5160         * modules/unistdio/ulc-vfprintf: New file.
5161         * modules/unistdio/ulc-vsnprintf: New file.
5162         * modules/unistdio/ulc-vsprintf: New file.
5163         * modules/unistdio/u8-asnprintf: New file.
5164         * modules/unistdio/u8-asprintf: New file.
5165         * modules/unistdio/u8-printf-parse: New file.
5166         * modules/unistdio/u8-snprintf: New file.
5167         * modules/unistdio/u8-sprintf: New file.
5168         * modules/unistdio/u8-vasnprintf: New file.
5169         * modules/unistdio/u8-vasprintf: New file.
5170         * modules/unistdio/u8-vsnprintf: New file.
5171         * modules/unistdio/u8-vsprintf: New file.
5172         * modules/unistdio/u8-u8-asnprintf: New file.
5173         * modules/unistdio/u8-u8-asprintf: New file.
5174         * modules/unistdio/u8-u8-snprintf: New file.
5175         * modules/unistdio/u8-u8-sprintf: New file.
5176         * modules/unistdio/u8-u8-vasnprintf: New file.
5177         * modules/unistdio/u8-u8-vasprintf: New file.
5178         * modules/unistdio/u8-u8-vsnprintf: New file.
5179         * modules/unistdio/u8-u8-vsprintf: New file.
5180         * modules/unistdio/u16-asnprintf: New file.
5181         * modules/unistdio/u16-asprintf: New file.
5182         * modules/unistdio/u16-printf-parse: New file.
5183         * modules/unistdio/u16-snprintf: New file.
5184         * modules/unistdio/u16-sprintf: New file.
5185         * modules/unistdio/u16-vasnprintf: New file.
5186         * modules/unistdio/u16-vasprintf: New file.
5187         * modules/unistdio/u16-vsnprintf: New file.
5188         * modules/unistdio/u16-vsprintf: New file.
5189         * modules/unistdio/u16-u16-asnprintf: New file.
5190         * modules/unistdio/u16-u16-asprintf: New file.
5191         * modules/unistdio/u16-u16-snprintf: New file.
5192         * modules/unistdio/u16-u16-sprintf: New file.
5193         * modules/unistdio/u16-u16-vasnprintf: New file.
5194         * modules/unistdio/u16-u16-vasprintf: New file.
5195         * modules/unistdio/u16-u16-vsnprintf: New file.
5196         * modules/unistdio/u16-u16-vsprintf: New file.
5197         * modules/unistdio/u32-asnprintf: New file.
5198         * modules/unistdio/u32-asprintf: New file.
5199         * modules/unistdio/u32-printf-parse: New file.
5200         * modules/unistdio/u32-snprintf: New file.
5201         * modules/unistdio/u32-sprintf: New file.
5202         * modules/unistdio/u32-vasnprintf: New file.
5203         * modules/unistdio/u32-vasprintf: New file.
5204         * modules/unistdio/u32-vsnprintf: New file.
5205         * modules/unistdio/u32-vsprintf: New file.
5206         * modules/unistdio/u32-u32-asnprintf: New file.
5207         * modules/unistdio/u32-u32-asprintf: New file.
5208         * modules/unistdio/u32-u32-snprintf: New file.
5209         * modules/unistdio/u32-u32-sprintf: New file.
5210         * modules/unistdio/u32-u32-vasnprintf: New file.
5211         * modules/unistdio/u32-u32-vasprintf: New file.
5212         * modules/unistdio/u32-u32-vsnprintf: New file.
5213         * modules/unistdio/u32-u32-vsprintf: New file.
5214         * modules/unistdio/ulc-asnprintf-tests: New file.
5215         * modules/unistdio/ulc-vasnprintf-tests: New file.
5216         * modules/unistdio/ulc-vasprintf-tests: New file.
5217         * modules/unistdio/ulc-vsnprintf-tests: New file.
5218         * modules/unistdio/ulc-vsprintf-tests: New file.
5219         * modules/unistdio/u8-asnprintf-tests: New file.
5220         * modules/unistdio/u8-vasnprintf-tests: New file.
5221         * modules/unistdio/u8-vasprintf-tests: New file.
5222         * modules/unistdio/u8-vsnprintf-tests: New file.
5223         * modules/unistdio/u8-vsprintf-tests: New file.
5224         * modules/unistdio/u16-asnprintf-tests: New file.
5225         * modules/unistdio/u16-vasnprintf-tests: New file.
5226         * modules/unistdio/u16-vasprintf-tests: New file.
5227         * modules/unistdio/u16-vsnprintf-tests: New file.
5228         * modules/unistdio/u16-vsprintf-tests: New file.
5229         * modules/unistdio/u32-asnprintf-tests: New file.
5230         * modules/unistdio/u32-vasnprintf-tests: New file.
5231         * modules/unistdio/u32-vasprintf-tests: New file.
5232         * modules/unistdio/u32-vsnprintf-tests: New file.
5233         * modules/unistdio/u32-vsprintf-tests: New file.
5234         * MODULES.html.sh (Unicode string functions): Add the new modules.
5235
5236 2007-07-01  Bruno Haible  <bruno@clisp.org>
5237
5238         * lib/sprintf.c (sprintf): Limit the available length estimation,
5239         to avoid address wraparound.
5240         * lib/vsprintf.c (vsprintf): Likewise.
5241         * modules/sprintf-posix (Dependencies): Add stdint.
5242         * modules/vsprintf-posix (Dependencies): Likewise.
5243
5244 2007-07-01  Bruno Haible  <bruno@clisp.org>
5245
5246         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
5247         Windows PATH as well. Conservative double-quoting. Comments.
5248
5249 2007-07-01  Bruno Haible  <bruno@clisp.org>
5250             Eric Blake  <ebb9@byu.net>
5251             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5252
5253         * gnulib-tool (self_abspathname): Fix algorithm to cope with
5254         empty components in $PATH, denoting '.'.
5255
5256 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5257
5258         * gnulib-tool: Fix indentation.
5259         (func_create_megatestdir): Likewise.
5260         Report by Bruno Haible.
5261
5262 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5263
5264         Sync from Automake.
5265         * build-aux/gnupload: Fix shell portability issues with for loops.
5266         Report by Karl Berry.
5267
5268 2007-06-29  Simon Josefsson  <simon@josefsson.org>
5269
5270         * build-aux/maint.mk (POURL): Use translationproject.org.
5271
5272 2007-06-27  Simon Josefsson  <simon@josefsson.org>
5273             Bruno Haible  <bruno@clisp.org>
5274
5275         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
5276         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
5277         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
5278         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
5279         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
5280
5281 2007-06-27  Bruno Haible  <bruno@clisp.org>
5282
5283         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
5284         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
5285
5286 2007-06-26  Karl Berry  <karl@gnu.org>
5287
5288         * MODULES.html.sh: remove xreadlink-with-size.
5289
5290 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5291
5292         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
5293         method that I hope also handles the double-include problem noted
5294         by Bruno Haible in
5295         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
5296
5297 2007-06-23  Bruno Haible  <bruno@clisp.org>
5298
5299         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5300         Don't let the 'mostlyclean' target fail if the last subdirectory could
5301         not be removed.
5302         Reported by Karl Berry.
5303
5304 2007-06-23  Bruno Haible  <bruno@clisp.org>
5305
5306         * gnulib-tool (echo): Add a speedier workaround for ksh.
5307         * tests/test-echo.sh: Likewise.
5308
5309 2007-06-23  Bruno Haible  <bruno@clisp.org>
5310
5311         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
5312         * tests/test-echo.sh: Likewise.
5313
5314 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5315
5316         * gnulib-tool (IFS): Initialize early, so we don't set it to
5317         empty later.
5318         (self_abspathname): Rewrite algorithm to set it, reindent.
5319         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
5320         (func_create_megatestdir): Merge some sed scripts.
5321
5322 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5323
5324         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
5325         exposed by Sun Studio 11 cc on Solaris 8.
5326
5327 2007-06-22  Bruno Haible  <bruno@clisp.org>
5328
5329         * gnulib-tool (echo): Ensure the echo primitive does not interpret
5330         backslashes.
5331         * tests/test-echo.sh: New file.
5332
5333 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5334
5335         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
5336         simplify `sed_replace_build_aux' scripts, they are portable but
5337         echoing them with `echo' is not.
5338         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
5339
5340 2007-06-21  Karl Berry  <karl@gnu.org>
5341
5342         * config/srclist.txt: guess we can't handle the licenses via
5343         srclist at the moment.
5344
5345 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * MODULES.html.sh: Add include_next.
5348         * modules/include_next: New file.
5349
5350 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5351
5352         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
5353         INCLUDE_NEXT.
5354         (gl_CHECK_NEXT_HEADERS): New macro.
5355         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
5356         the obsolescent gl_ABSOLUTE_HEADER.
5357         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
5358         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
5359         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
5360         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5361         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
5362         * m4/math_h.m4 (gl_MATH_H): Likewise.
5363         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5364         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5365         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
5366         * m4/stdint.m4 (gl_STDINT_H): Likewise.
5367         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
5368         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
5369         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
5370         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5371         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5372         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
5373         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5374         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
5375         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
5376         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
5377         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5378         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5379         * m4/inttypes.m4 (gl_INTTYPES_H): Define
5380         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
5381         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
5382         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
5383         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
5384         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
5385         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
5386         * lib/float_.h: Likewise.
5387         * lib/inttypes_.h: Likewise.
5388         * lib/math_.h: Likewise.
5389         * lib/search_.h: Likewise.
5390         * lib/signal_.h: Likewise.
5391         * lib/stdint_.h: Likewise.
5392         * lib/stdio_.h: Likewise.
5393         * lib/stdlib_.h: Likewise.
5394         * lib/string_.h: Likewise.
5395         * lib/sys_stat_.h: Likewise.
5396         * lib/sys_time_.h: Likewise.
5397         * lib/time_.h: Likewise.
5398         * lib/unistd_.h: Likewise.
5399         * lib/wchar_.h: Likewise.
5400         * lib/wctype_.h: Likewise.
5401         * lib/dirent_.h: Likewise.
5402         * lib/iconv_.h: Likewise.
5403         * lib/locale_.h: Likewise.
5404         * lib/netinet_in_.h: Likewise.
5405         * lib/sys_select_.h: Likewise.
5406         * lib/sys_socket_.h: Likewise.
5407         * lib/sysexits_.h: Likewise.
5408         * modules/fcntl (Depends-on): Depend on include_next, not
5409         absolute_header.
5410         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
5411         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
5412         * modules/fchdir: Likewise.
5413         * modules/float: Likewise.
5414         * modules/iconv_open: Likewise.
5415         * modules/inttypes: Likewise.
5416         * modules/locale: Likewise.
5417         * modules/math: Likewise.
5418         * modules/netinet_in: Likewise.
5419         * modules/search: Likewise.
5420         * modules/signal: Likewise.
5421         * modules/stdint: Likewise.
5422         * modules/stdio: Likewise.
5423         * modules/stdlib: Likewise.
5424         * modules/string: Likewise.
5425         * modules/sys_select: Likewise.
5426         * modules/sys_socket: Likewise.
5427         * modules/sys_stat: Likewise.
5428         * modules/sys_time: Likewise.
5429         * modules/sysexits: Likewise.
5430         * modules/time: Likewise.
5431         * modules/unistd: Likewise.
5432         * modules/wchar: Likewise.
5433         * modules/wctype: Likewise.
5434         * modules/sys_stat: Change maintainer to "all".
5435         * modules/unistd: Likewise.
5436
5437 2007-06-20  Karl Berry  <karl@gnu.org>
5438
5439         * config/srclist.txt: track www changes in license files.
5440
5441 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
5442
5443         * build-aux/bootstrap: Remove stray dot.
5444         Make sure build_aux settings are honored when linking
5445         gnulib_extra_files.
5446
5447 2007-06-19  Eric Blake  <ebb9@byu.net>
5448
5449         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
5450         Allow compilation on cygwin.
5451
5452 2007-06-19  Jim Meyering  <jim@meyering.net>
5453
5454         xreadlink-with-size: Remove module.  No longer used.
5455         Ex-callers now use xreadlink or mreadlink-with-size.
5456         * modules/xreadlink-with-size: Remove module.
5457         * lib/xreadlink-with-size.c: Remove file.
5458         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
5459         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
5460         just before the function definition *is* accurate.
5461
5462         Eliminate one way canonicalize_filename_mode could exit.
5463         * lib/canonicalize.c (canonicalize_filename_mode):
5464         Use mreadlink_with_size, not xreadlink_with_size.
5465
5466 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
5467
5468         Detect porting problems to FreeBSD/arm, which has time_t wider than
5469         long int.  Original problem reported for GNU diff by Xin Li in
5470         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
5471         * modules/getdate (Depends-on): Add intprops, verify.
5472         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
5473         is an integer type no wider than long int.
5474
5475 2007-06-18  Jim Meyering  <jim@meyering.net>
5476
5477         New module: mreadlink-with-size.
5478         * MODULES.html.sh: Add mreadlink-with-size.
5479         * modules/mreadlink-with-size: New module
5480         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
5481         not xreadlink-with-size.
5482         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
5483
5484 2007-06-16  Bruno Haible  <bruno@clisp.org>
5485
5486         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
5487         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
5488         Reported by Gary V. Vaughan <gary@gnu.org>.
5489
5490 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
5491
5492         Revamp lchown so that it lives in unistd.h where it belongs.
5493         * lib/lchown.h: Remove.
5494         * lib/dirchownmod.c: Don't include lib/lchown.h.
5495         * lib/fchownat.c: Likewise.
5496         * lib/openat.c: Likewise.
5497         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
5498         does not follow symlinks.
5499         (EOPNOTSUPP): Define if not defined.
5500         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
5501         is defined to 0.
5502         (lchown): New decl.
5503         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
5504         Do not check for lchown decl.
5505         Set REPLACE_LCHOWN.
5506         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
5507         REPLACE_LCHOWN.
5508         * modules/chown: Make it clear it follows symlinks.
5509         * modules/lchown: Make it clear it doesn't follow symlinks.
5510         (Files): Remove lib/lchown.h
5511         (Depends-on): Add unistd.
5512         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
5513         (Include): Include <unistd.h>, not "lchown.h".
5514         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
5515         REPLACE_LCHOWN.
5516
5517 2007-06-15  Jim Meyering  <jim@meyering.net>
5518
5519         Change license (GPL to LGPL) of fsusage and dependents.
5520         * modules/fsusage (License): Change to LGPL.
5521         * modules/full-read (License): Likewise.
5522         * modules/full-write (License): Likewise.
5523         * modules/safe-read (License): Likewise.
5524         * modules/safe-write (License): Likewise.
5525
5526 2007-06-14  Ben Pfaff  <blp@gnu.org>
5527
5528         Missing part of allocsa -> malloca transition.
5529         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
5530         gl_MALLOCA.
5531
5532 2007-06-12  Bruno Haible  <bruno@clisp.org>
5533
5534         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
5535         to ia64, x86_64, i386.
5536         Reported by Eric Blake.
5537
5538 2007-06-12  Bruno Haible  <bruno@clisp.org>
5539
5540         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
5541         cross-compiling to x86_64.
5542
5543 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
5544
5545         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
5546         glitch reported by Ralf Wildenhues in
5547         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
5548
5549         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
5550         Vin Shelton.
5551
5552 2007-06-11  Bruno Haible  <bruno@clisp.org>
5553
5554         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
5555         replacement string.
5556         Reported by Eric Blake.
5557
5558 2007-06-10  Bruno Haible  <bruno@clisp.org>
5559
5560         Prepare vasnprintf code for use with Unicode strings.
5561         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
5562         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
5563         TYPE_U32_STRING.
5564         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
5565         a_u32_string variants.
5566         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
5567         * lib/printf-args.c: Don't include config.h and the specification
5568         header if PRINTF_FETCHARGS is already defined.
5569         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
5570         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
5571         TYPE_U16_STRING, TYPE_U32_STRING.
5572         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
5573         u16_directive, u16_directives, u32_directive, u32_directives): New
5574         types.
5575         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
5576         New declarations.
5577         * lib/printf-parse.c: Don't include config.h and the specification
5578         header if PRINTF_PARSE is already defined. Eliminate the set of
5579         parameters for WIDE_CHAR_VERSION; the user of this file must provide
5580         them now. Include c-ctype.h.
5581         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
5582         directive and CHAR_T_ONLY_ASCII.
5583         * lib/vasnprintf.c: Don't include config.h and the specification header
5584         if VASNPRINTF is already defined.
5585         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
5586         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
5587         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
5588         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
5589         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
5590         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
5591         code accordingly.
5592         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
5593         pad_ourselves also in this case, with the 'c' and 's' directives, and
5594         with a different notion of "width".
5595         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
5596
5597 2007-06-10  Bruno Haible  <bruno@clisp.org>
5598
5599         * modules/unistr/u32-mbsnlen: New file.
5600         * lib/unistr/u32-mbsnlen.c: New file.
5601
5602         * modules/unistr/u16-mbsnlen: New file.
5603         * lib/unistr/u16-mbsnlen.c: New file.
5604
5605         * modules/unistr/u8-mbsnlen: New file.
5606         * lib/unistr/u8-mbsnlen.c: New file.
5607
5608         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
5609         declarations.
5610
5611 2007-06-10  Bruno Haible  <bruno@clisp.org>
5612
5613         * lib/string_.h (mbsnlen): New declaration.
5614         * lib/mbsnlen.c: New file.
5615         * m4/mbsnlen.m4: New file.
5616         * modules/mbsnlen: New file.
5617         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
5618         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
5619         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
5620
5621 2007-06-10  Bruno Haible  <bruno@clisp.org>
5622
5623         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
5624
5625 2007-06-10  Bruno Haible  <bruno@clisp.org>
5626
5627         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
5628         * lib/mbuiter.h: Likewise.
5629
5630 2007-06-10  Bruno Haible  <bruno@clisp.org>
5631
5632         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
5633         declaration.
5634
5635 2007-06-10  Karl Berry  <karl@gnu.org>
5636
5637         * config/srclist.txt: remove gettext entries, Bruno prefers
5638         to update individually.
5639
5640 2007-06-10  Bruno Haible  <bruno@clisp.org>
5641
5642         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
5643         'maxlen'. Ensure only length + width bytes are allocated, not
5644         length + 1 + width.
5645
5646 2007-06-09  Bruno Haible  <bruno@clisp.org>
5647
5648         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
5649         (CHAR_T): Remove macro.
5650         (VASNPRINTF): Update.
5651
5652 2007-06-09  Bruno Haible  <bruno@clisp.org>
5653
5654         * MODULES.html.sh (Unicode string functions): Add the new modules.
5655
5656         * modules/uniconv/u32-conv-to-enc: New file.
5657         * lib/uniconv/u32-conv-to-enc.c: New file.
5658         * modules/uniconv/u32-conv-to-enc-tests: New file.
5659         * tests/uniconv/test-u32-conv-to-enc.c: New file.
5660
5661         * modules/uniconv/u16-conv-to-enc: New file.
5662         * lib/uniconv/u16-conv-to-enc.c: New file.
5663         * lib/uniconv/u-conv-to-enc.h: New file.
5664         * modules/uniconv/u16-conv-to-enc-tests: New file.
5665         * tests/uniconv/test-u16-conv-to-enc.c: New file.
5666
5667         * modules/uniconv/u8-conv-to-enc: New file.
5668         * lib/uniconv/u8-conv-to-enc.c: New file.
5669         * modules/uniconv/u8-conv-to-enc-tests: New file.
5670         * tests/uniconv/test-u8-conv-to-enc.c: New file.
5671
5672         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
5673         u32_conv_to_encoding): New declarations.
5674
5675 2007-06-09  Bruno Haible  <bruno@clisp.org>
5676
5677         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
5678
5679 2007-06-09  Bruno Haible  <bruno@clisp.org>
5680
5681         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
5682         * modules/malloca: Renamed from modules/allocsa, updated.
5683         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
5684         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
5685         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
5686         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
5687         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
5688         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
5689         * modules/xmalloca: Renamed from modules/xallocsa, updated.
5690         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
5691         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
5692         * modules/c-strcasestr (Depends-on): Update.
5693         * lib/c-strcasestr.c: Update.
5694         * modules/c-strstr (Depends-on): Update.
5695         * lib/c-strstr.c: Update.
5696         * modules/canonicalize-lgpl (Depends-on): Update.
5697         * lib/canonicalize-lgpl.c: Update.
5698         * modules/clean-temp (Depends-on): Update.
5699         * lib/clean-temp.c: Update.
5700         * modules/csharpcomp (Depends-on): Update.
5701         * lib/csharpcomp.c: Update.
5702         * modules/csharpexec (Depends-on): Update.
5703         * lib/csharpexec.c: Update.
5704         * modules/javacomp (Depends-on): Update.
5705         * lib/javacomp.c: Update.
5706         * modules/javaexec (Depends-on): Update.
5707         * lib/javaexec.c: Update.
5708         * modules/mbscasestr (Depends-on): Update.
5709         * lib/mbscasestr.c: Update.
5710         * modules/mbsstr (Depends-on): Update.
5711         * lib/mbsstr.c: Update.
5712         * modules/setenv (Depends-on): Update.
5713         * lib/setenv.c: Update.
5714         * modules/strcasestr (Depends-on): Update.
5715         * lib/strcasestr.c: Update.
5716         * modules/striconveha (Depends-on): Update.
5717         * lib/striconveha.c: Update.
5718         * modules/relocatable-prog-wrapper (Files): Update.
5719         * lib/relocwrapper.c: Update.
5720         * build-aux/install-reloc: Update.
5721         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
5722
5723 2007-06-08  Bruno Haible  <bruno@clisp.org>
5724
5725         Port to uClibc.
5726         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
5727         * lib/fpurge.c (fpurge): Likewise.
5728         * lib/freading.c (freading): Likewise.
5729         * lib/fseeko.c (rpl_fseeko): Likewise.
5730         * lib/fseterr.c (fseterr): Likewise.
5731         * lib/fwriting.c (fwriting): Likewise.
5732         * tests/test-fflush.c (main): Avoid a failure on uClibc.
5733
5734 2007-06-08  Bruno Haible  <bruno@clisp.org>
5735
5736         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
5737         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
5738         * modules/gettext (Files): Add m4/intlmacosx.m4.
5739
5740 2007-06-07  Bruno Haible  <bruno@clisp.org>
5741
5742         * modules/localename-tests: New file.
5743         * tests/test-localename.c: New file.
5744
5745         New module 'localename'.
5746         * lib/localename.h: New file.
5747         * lib/localename.c: New file, from GNU gettext.
5748         * m4/localename.m4: New file.
5749         * modules/localename: New file.
5750
5751 2007-06-07  Bruno Haible  <bruno@clisp.org>
5752
5753         Work around the lack of <wchar.h> on some builds of uClibc.
5754         * doc/headers/wchar.texi: Update.
5755         * lib/wchar_.h: Include <wchar.h> only if it exists.
5756         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
5757         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
5758         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
5759         doesn't exist.
5760         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
5761         * modules/mbfile (Depends-on): Add wchar.
5762         * modules/mbiter (Depends-on): Likewise.
5763         * modules/mbuiter (Depends-on): Likewise.
5764         Reported by Simon Josefsson.
5765
5766 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
5767
5768         Work around problem reported by Steven M. Schweda in
5769         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
5770         Tru64 5.1B with the Compaq compiler environment installed declares
5771         an 'isblank' function but does not define it in the C library.
5772         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
5773         * lib/regex_internal.h (isblank): Likewise.
5774         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
5775         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5776
5777 2007-06-05  Bruno Haible  <bruno@clisp.org>
5778
5779         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
5780         ia64.
5781         * modules/printf-safe: New file.
5782         * modules/fprintf-posix (Depends-on): Add printf-safe.
5783         * modules/printf-posix (Depends-on): Likewise.
5784         * modules/snprintf-posix (Depends-on): Likewise.
5785         * modules/sprintf-posix (Depends-on): Likewise.
5786         * modules/vasnprintf-posix (Depends-on): Likewise.
5787         * modules/vasprintf-posix (Depends-on): Likewise.
5788         * modules/vfprintf-posix (Depends-on): Likewise.
5789         * modules/vprintf-posix (Depends-on): Likewise.
5790         * modules/vsnprintf-posix (Depends-on): Likewise.
5791         * modules/vsprintf-posix (Depends-on): Likewise.
5792         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
5793         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
5794         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
5795         "no" on i386, x86_64, ia64.
5796         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
5797         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5798         on i386, x86_64, ia64.
5799         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
5800         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5801         on i386, x86_64, ia64.
5802         * tests/test-vasnprintf-posix.c: Include float.h.
5803         (LDBL80_WORDS): New macro.
5804         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5805         on i386, x86_64, ia64.
5806         * tests/test-vasprintf-posix.c: Include float.h.
5807         (LDBL80_WORDS): New macro.
5808         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5809         on i386, x86_64, ia64.
5810         * tests/test-snprintf-posix.c: Include float.h.
5811         * tests/test-sprintf-posix.c: Likewise.
5812         * tests/test-vsnprintf-posix.c: Likewise.
5813         * tests/test-vsprintf-posix.c: Likewise.
5814
5815 2007-06-05  Bruno Haible  <bruno@clisp.org>
5816
5817         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
5818         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
5819         non-IEEE numbers on i386, x86_64, ia64.
5820         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
5821         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
5822         * tests/test-isnanl.h: Include float.h.
5823         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
5824
5825 2007-06-05  Bruno Haible  <bruno@clisp.org>
5826
5827         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
5828         also the %a / %A. Handle the %a / %A code before this extra handling.
5829
5830 2007-06-05  Bruno Haible  <bruno@clisp.org>
5831
5832         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
5833         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
5834
5835 2007-06-05  Bruno Haible  <bruno@clisp.org>
5836
5837         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
5838         typo in variable name.
5839
5840 2007-06-05  Eric Blake  <ebb9@byu.net>
5841
5842         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
5843         Reported by Simon Josefsson.
5844
5845 2007-06-04  Bruno Haible  <bruno@clisp.org>
5846
5847         Avoid test failures on some PowerPC platforms.
5848         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
5849         Define differently for PowerPC.
5850         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
5851         Reported by Gary V. Vaughan <gary@gnu.org>.
5852
5853 2007-06-02  Bruno Haible  <bruno@clisp.org>
5854
5855         Fix test-stdint failure on FreeBSD/ia64.
5856         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
5857         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
5858         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
5859         * doc/headers/stdint.texi: Update.
5860
5861 2007-06-01  Bruno Haible  <bruno@clisp.org>
5862
5863         * tests/test-binary-io.c (main): Pass a third argument to open().
5864         Reported by Gary V. Vaughan <gary@gnu.org>.
5865
5866 2007-06-01  Bruno Haible  <bruno@clisp.org>
5867
5868         * doc/functions/frexpl.texi: Update for mingw.
5869
5870 2007-06-01  Bruno Haible  <bruno@clisp.org>
5871
5872         * tests/test-lseek.c (main): Disable test of errno for invalid third
5873         argument.
5874         * doc/functions/lseek.texi: Update.
5875         Reported by Gary V. Vaughan <gary@gnu.org>.
5876
5877 2007-05-28  Bruno Haible  <bruno@clisp.org>
5878
5879         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
5880
5881 2007-05-31  Eric Blake  <ebb9@byu.net>
5882
5883         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
5884         cross compiling.
5885
5886 2007-05-30  Eric Blake  <ebb9@byu.net>
5887         and Bruno Haible  <bruno@clisp.org>
5888
5889         Work around mingw test failures exposed by m4-1.4.9b.
5890         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
5891         * tests/test-unistd.c: Disable uid_t and git_t tests for the
5892         moment.
5893
5894 2007-05-30  Bruno Haible  <bruno@clisp.org>
5895
5896         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
5897         assuming that they are closed. Needed on HP-UX 11.
5898
5899 2007-05-29  Bruno Haible  <bruno@clisp.org>
5900
5901         Fix a problem with #include_next.
5902         * lib/dirent_.h: Split the double-inclusion guard.
5903         * lib/fcntl_.h: Likewise.
5904         * lib/float_.h: Likewise.
5905         * lib/iconv_.h: Likewise.
5906         * lib/inttypes_.h: Likewise.
5907         * lib/locale_.h: Likewise.
5908         * lib/math_.h: Likewise.
5909         * lib/netinet_in_.h: Likewise.
5910         * lib/search_.h: Likewise.
5911         * lib/signal_.h: Likewise.
5912         * lib/stdint_.h: Likewise.
5913         * lib/stdio_.h: Likewise.
5914         * lib/stdlib_.h: Likewise.
5915         * lib/string_.h: Likewise.
5916         * lib/sys_select_.h: Likewise.
5917         * lib/sys_socket_.h: Likewise.
5918         * lib/sys_stat_.h: Likewise.
5919         * lib/sys_time_.h: Likewise.
5920         * lib/sysexits_.h: Likewise.
5921         * lib/time_.h: Likewise.
5922         * lib/unistd_.h: Likewise.
5923         * lib/wchar_.h: Likewise.
5924         * lib/wctype_.h: Likewise.
5925
5926 2007-05-29  Bruno Haible  <bruno@clisp.org>
5927
5928         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
5929         for the moment.
5930
5931 2007-05-29  Bruno Haible  <bruno@clisp.org>
5932
5933         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
5934         invocation.
5935         Reported by Eric Blake.
5936
5937 2007-05-29  Bruno Haible  <bruno@clisp.org>
5938
5939         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
5940         compiling case.
5941
5942 2007-05-29  Eric Blake  <ebb9@byu.net>
5943             Bruno Haible  <bruno@clisp.org>
5944
5945         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
5946         cross compiles.
5947
5948 2007-05-28  Eric Blake  <ebb9@byu.net>
5949
5950         * modules/closein-tests (test_closein_LDADD): Support test on
5951         cygwin with libtool.
5952
5953 2007-05-28  Bruno Haible  <bruno@clisp.org>
5954
5955         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
5956         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5957         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5958         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5959         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5960         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5961         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5962         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5963         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5964
5965 2007-05-28  Eric Blake  <ebb9@byu.net>
5966
5967         Unconditionally include <config.h> in unit tests.
5968         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
5969         * tests/test-allocsa.c, tests/test-arcfour.c,
5970         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
5971         tests/test-array_list.c, tests/test-array_oset.c,
5972         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
5973         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
5974         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
5975         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
5976         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
5977         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
5978         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
5979         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
5980         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
5981         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
5982         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
5983         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
5984         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
5985         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
5986         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
5987         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
5988         test-md5.c, test-memmem.c, test-printf-posix.c,
5989         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
5990         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
5991         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
5992         test-strcasestr.c, test-striconv.c, test-striconveh.c,
5993         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
5994         test-vasnprintf-posix2.c, test-vasnprintf.c,
5995         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
5996         test-vfprintf-posix.c, test-vprintf-posix.c,
5997         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
5998         test-xvasprintf.c: Likewise.
5999
6000 2007-05-28  Bruno Haible  <bruno@clisp.org>
6001
6002         * gnulib-tool (func_import): Remember the --with-tests command-line
6003         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
6004         Reported by Eric Blake.
6005
6006 2007-05-28  Bruno Haible  <bruno@clisp.org>
6007
6008         * modules/ftell-tests: New file.
6009         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
6010         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
6011
6012         * lib/ftell.c: New file.
6013         * modules/ftell: New file.
6014         * m4/ftell.m4: New file.
6015         * doc/functions/ftell.texi: Update.
6016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
6017         REPLACE_FTELL.
6018         * lib/stdio_.h (rpl_ftell): New declaration.
6019         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
6020         REPLACE_FTELL.
6021
6022 2007-05-28  Eric Blake  <ebb9@byu.net>
6023
6024         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
6025
6026 2007-05-28  Bruno Haible  <bruno@clisp.org>
6027
6028         * modules/fseek-tests: New file.
6029         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
6030         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
6031
6032         * lib/fseek.c: New file.
6033         * modules/fseek: New file.
6034         * m4/fseek.m4: New file.
6035         * doc/functions/fseek.texi: Update.
6036         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
6037         REPLACE_FSEEK.
6038         * lib/stdio_.h (rpl_fseek): New declaration.
6039         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
6040         REPLACE_FSEEK.
6041
6042 2007-05-28  Bruno Haible  <bruno@clisp.org>
6043
6044         * lib/stdio_.h (fflush): More comments.
6045
6046 2007-05-28  Bruno Haible  <bruno@clisp.org>
6047
6048         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
6049         runtime test.
6050
6051 2007-05-28  Eric Blake  <ebb9@byu.net>
6052
6053         Improve lseek module.
6054         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
6055         * lib/unistd_.h (lseek): Scale back link warning message.
6056         * tests/test-lseek.c: Beef up test.
6057         * tests/test-lseek.sh: Exercise more facets of lseek.
6058         Reported by Bruno Haible.
6059
6060 2007-05-28  Bruno Haible  <bruno@clisp.org>
6061
6062         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
6063         to define.
6064
6065 2007-05-27  Bruno Haible  <bruno@clisp.org>
6066
6067         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
6068
6069 2007-05-27  Bruno Haible  <bruno@clisp.org>
6070
6071         * modules/openmp: New file.
6072         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
6073         Noah Misch.
6074
6075 2007-05-26  Bruno Haible  <bruno@clisp.org>
6076
6077         * modules/chdir-long (Depends-on): Add fchdir.
6078         * modules/chdir-safer (Depends-on): Likewise.
6079         * modules/fts (Depends-on): Likewise.
6080         * modules/fts-lgpl (Depends-on): Likewise.
6081         * modules/openat (Depends-on): Likewise.
6082         * modules/savewd (Depends-on): Likewise.
6083
6084 2007-05-24  Eric Blake  <ebb9@byu.net>
6085
6086         Fix lseek on mingw.
6087         * modules/lseek: New module.
6088         * m4/lseek.m4: New file.
6089         * lib/lseek.c: New file.
6090         * modules/lseek-tests: New file.
6091         * tests/test-lseek.c: New file.
6092         * tests/test-lseek.sh: New file.
6093         * MODULES.html.sh: Document lseek module.
6094         * modules/fflush (Depends-on): Add lseek, fseeko.
6095         * modules/fseeko (Depends-on): Likewise.
6096         * modules/ftello (Depends-on): Likewise.
6097         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
6098         broken.
6099         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
6100         broken.
6101         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
6102         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
6103         * lib/ftello.c (rpl_ftello): Likewise.
6104         * tests/test-fseeko.c (main): Test this.
6105         * tests/test-fseeko.sh: Likewise.
6106         * tests/test-ftello.c (main): Likewise.
6107         * tests/test-ftello.sh: Likewise.
6108         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
6109         implies replacing fseek.
6110         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
6111         HAVE_FTELLO.
6112         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
6113         * modules/unistd (Makefile.am): Likewise.
6114         * lib/unistd_.h (lseek): Declare a replacement.
6115         * doc/functions/lseek.texi (lseek): Document this fix.
6116         * doc/functions/fseek.texi (fseek): Likewise.
6117         * doc/functions/ftell.texi (ftell): Likewise.
6118
6119 2007-05-24  Bruno Haible  <bruno@clisp.org>
6120
6121         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
6122         in the printed representation of a NaN.
6123         * tests/test-vasprintf-posix.c (test_function): Likewise.
6124         * tests/test-snprintf-posix.h (test_function): Likewise.
6125         * tests/test-sprintf-posix.h (test_function): Likewise.
6126         Reported by Eric Blake.
6127
6128 2007-05-23  Eric Blake  <ebb9@byu.net>
6129
6130         Fix fseeko/ftello on cygwin 1.5.24.
6131         * doc/functions/fseeko.texi (fseeko): Document the fix.
6132         * doc/functions/ftello.texi (ftello): Document the fix.
6133         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
6134         * doc/functions/stdout.text (stdout): New file.
6135         * doc/functions/stderr.text (stderr): New file.
6136         * doc/gnulib.texi (Function Substitutes): Use new files.
6137         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
6138         prior to 1.7.0.
6139         * tests/test-ftello.c (main): Likewise for ftello.
6140         * tests/test-fseeko.sh: New file.
6141         * tests/test-ftello.sh: New file.
6142         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
6143         with seekable stdin.
6144         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
6145         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
6146         (gl_REPLACE_FSEEKO): New macro.
6147         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
6148         * modules/fseeko (Files): Distribute fseeko.c.
6149         * modules/ftello (Files): Distribute ftello.c.
6150         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
6151         mode.
6152         * lib/ftello.c (rpl_ftello): New file.
6153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
6154         fseeko, ftello.
6155         (gl_STDIN_LARGE_OFFSET): New macro.
6156         * modules/stdio (Makefile.am): Perform the replacement.
6157         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
6158
6159 2007-05-23  Bruno Haible  <bruno@clisp.org>
6160
6161         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
6162         GNULIB_POSIXCHECK is defined.
6163
6164 2007-05-21  Bruno Haible  <bruno@clisp.org>
6165
6166         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
6167         Check also the output for NaN arguments. When cross-compiling, guess
6168         no on IRIX.
6169         * lib/vasnprintf.c: Update comments.
6170         * tests/test-vasnprintf-posix.c (strisnan): New function.
6171         (test_function): Use it.
6172         * tests/test-vasprintf-posix.c (strisnan): New function.
6173         (test_function): Use it.
6174         * tests/test-snprintf-posix.h (strisnan): New function.
6175         (test_function): Use it.
6176         * tests/test-sprintf-posix.h (strisnan): New function.
6177         (test_function): Use it.
6178         Reported by Eric Blake.
6179
6180 2007-05-20  Bruno Haible  <bruno@clisp.org>
6181
6182         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
6183         numbers that fails on BeOS.
6184         * doc/functions/frexpl.texi: Update.
6185
6186 2007-05-20  Jim Meyering  <jim@meyering.net>
6187
6188         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
6189         forced upon us by glibc-2.6.
6190
6191 2007-05-20  Bruno Haible  <bruno@clisp.org>
6192
6193         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
6194         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
6195         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
6196         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
6197         NEED_PRINTF_INFINITE.
6198         (is_infinitel): New function.
6199         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
6200         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
6201         gl_PREREQ_VASNPRINTF_INFINITE.
6202         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
6203         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6204         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
6205         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
6206         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
6207         gl_PREREQ_VASNPRINTF_INFINITE.
6208         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6209         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6210         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6211         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6212         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6213         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6214         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6215         * doc/functions/fprintf.texi: Update.
6216         * doc/functions/printf.texi: Update.
6217         * doc/functions/snprintf.texi: Update.
6218         * doc/functions/sprintf.texi: Update.
6219         * doc/functions/vfprintf.texi: Update.
6220         * doc/functions/vprintf.texi: Update.
6221         * doc/functions/vsnprintf.texi: Update.
6222         * doc/functions/vsprintf.texi: Update.
6223
6224 2007-05-20  Bruno Haible  <bruno@clisp.org>
6225
6226         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
6227         was not found in libc.
6228         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
6229
6230 2007-05-20  Bruno Haible  <bruno@clisp.org>
6231
6232         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
6233         printed as "-nan" instead of "nan".
6234         * tests/test-vasprintf-posix.c (test_function): Likewise.
6235         * tests/test-snprintf-posix.h (test_function): Likewise.
6236         * tests/test-sprintf-posix.h (test_function): Likewise.
6237         Needed for HP-UX 11.
6238
6239 2007-05-20  Jim Meyering  <jim@meyering.net>
6240
6241         Fix buggy test for the fchownat-deref bug.
6242         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
6243         symlink required for the run-test.  Without it, this test would
6244         always declare that fchownat doesn't work, and client code would
6245         unnecessarily use the replacement function with fixed libc.
6246         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
6247         Reported by Greg Schafer.
6248
6249 2007-05-19  Bruno Haible  <bruno@clisp.org>
6250
6251         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
6252         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
6253         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
6254         Needed for IRIX 6.5 and Solaris 2.5.1.
6255
6256 2007-05-19  Bruno Haible  <bruno@clisp.org>
6257
6258         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
6259         (test_function): Skip tests involving -0.0 on platforms where
6260         -0.0 = 0.0.
6261         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
6262         (test_function): Skip tests involving -0.0 on platforms where
6263         -0.0 = 0.0.
6264         * tests/test-snprintf-posix.h (have_minus_zero): New function.
6265         (test_function): Skip tests involving -0.0 on platforms where
6266         -0.0 = 0.0.
6267         * tests/test-sprintf-posix.h (have_minus_zero): New function.
6268         (test_function): Skip tests involving -0.0 on platforms where
6269         -0.0 = 0.0.
6270         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
6271         tests.
6272         * tests/test-printf-posix.h (test_function): Likewise.
6273         * tests/test-printf-posix.output: Remove all -0.0 related results.
6274         Needed for IRIX 6.5.
6275
6276 2007-05-19  Bruno Haible  <bruno@clisp.org>
6277
6278         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
6279         printed as "nan0x7fffffff" instead of "nan".
6280         * tests/test-vasprintf-posix.c (test_function): Likewise.
6281         * tests/test-snprintf-posix.h (test_function): Likewise.
6282         * tests/test-sprintf-posix.h (test_function): Likewise.
6283         * tests/test-fprintf-posix.h (NaN): Remove macro.
6284         (test_function): Remove all NaN related tests.
6285         * tests/test-printf-posix.h (NaN): Remove macro.
6286         (test_function): Remove all NaN related tests.
6287         * tests/test-printf-posix.output: Remove all NaN related results.
6288         Needed for IRIX 6.5.
6289
6290 2007-05-19  Bruno Haible  <bruno@clisp.org>
6291
6292         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
6293         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
6294
6295 2007-05-19  Bruno Haible  <bruno@clisp.org>
6296
6297         * lib/float_.h: New file.
6298         * m4/float_h.m4: New file.
6299         * modules/float: New file.
6300         * modules/isnanl (Dependencies): Add float.
6301         * modules/isnanl-nolibm (Dependencies): Likewise.
6302         * modules/mathl (Dependencies): Likewise.
6303         * modules/printf-frexpl (Dependencies): Likewise.
6304         * modules/signbit (Dependencies): Likewise.
6305         * modules/vasnprintf (Dependencies): Likewise.
6306         * doc/headers/float.texi: Update.
6307
6308 2007-05-19  Jim Meyering  <jim@meyering.net>
6309
6310         * lib/utimens.c (gl_futimens): Rename from futimens,
6311         now that glibc-2.6 declares futimens.
6312         * lib/utimens.h: Likewise.
6313
6314 2007-05-19  Bruno Haible  <bruno@clisp.org>
6315
6316         Avoid test failures on mingw.
6317         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
6318         * tests/test-printf-posix.sh: Likewise.
6319         * tests/test-vfprintf-posix.sh: Likewise.
6320         * tests/test-vprintf-posix.sh: Likewise.
6321
6322 2007-05-19  Bruno Haible  <bruno@clisp.org>
6323
6324         Fix *printf result for NaN, Inf, -0.0 on mingw.
6325         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
6326         * lib/vasnprintf.c: Include math.h and isnan.h.
6327         (is_infinite_or_zero): New function.
6328         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
6329         values in the %f, %F, %e, %E, %g, %G directives.
6330         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
6331         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6332         gl_PRINTF_INFINITE and test its result. Invoke
6333         gl_PREREQ_VASNPRINTF_INFINITE.
6334         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6335         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6336         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6337         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6338         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6339         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6340         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6341         * doc/functions/fprintf.texi: Update.
6342         * doc/functions/printf.texi: Update.
6343         * doc/functions/snprintf.texi: Update.
6344         * doc/functions/sprintf.texi: Update.
6345         * doc/functions/vfprintf.texi: Update.
6346         * doc/functions/vprintf.texi: Update.
6347         * doc/functions/vsnprintf.texi: Update.
6348         * doc/functions/vsprintf.texi: Update.
6349
6350 2007-05-19  Bruno Haible  <bruno@clisp.org>
6351
6352         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
6353         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
6354         Instead of multiplying with 10^k, set extra_zeroes to k.
6355         (scale10_round_long_double): Remove function.
6356
6357 2007-05-18  Bruno Haible  <bruno@clisp.org>
6358
6359         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
6360         introduced on 2007-05-06.
6361
6362 2007-05-18  Bruno Haible  <bruno@clisp.org>
6363
6364         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
6365         %g directives.
6366         * tests/test-vasprintf-posix.c (test_function): Likewise.
6367         * tests/test-snprintf-posix.h (test_function): Likewise.
6368         * tests/test-sprintf-posix.h (test_function): Likewise.
6369
6370 2007-05-18  Bruno Haible  <bruno@clisp.org>
6371
6372         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
6373         (strmatch): New function.
6374         (test_function): Test the %f directive on numbers of various exponents.
6375         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
6376         (strmatch): New function.
6377         (test_function): Test the %f directive on numbers of various exponents.
6378         * tests/test-snprintf-posix.h (strmatch): New function.
6379         (test_function): Test the %f directive on numbers of various exponents.
6380         * tests/test-sprintf-posix.h (strmatch): New function.
6381         (test_function): Test the %f directive on numbers of various exponents.
6382         * tests/test-snprintf-posix.c (SIZEOF): New macro.
6383         * tests/test-sprintf-posix.c (SIZEOF): New macro.
6384         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
6385         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
6386
6387 2007-05-18  Bruno Haible  <bruno@clisp.org>
6388
6389         Add support for 'long double' number output.
6390         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
6391         * lib/vasnprintf.c: Include math.h and float+.h.
6392         (mp_limb_t): New type.
6393         (GMP_LIMB_BITS): New macro.
6394         (mp_twolimb_t): New type.
6395         (GMP_TWOLIMB_BITS): New macro.
6396         (mpn_t): New type.
6397         (multiply, divide, convert_to_decimal, decode_long_double,
6398         scale10_round_long_double, scale10_round_decimal_long_double,
6399         floorlog10l): New functions.
6400         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
6401         for the %f, %F, %e, %E, %g, %G directives.
6402         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
6403         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6404         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
6405         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
6406         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6407         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6408         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6409         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6410         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6411         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6412         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6413         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
6414         * modules/snprintf-posix (Depends-on): Likewise.
6415         * modules/sprintf-posix (Depends-on): Likewise.
6416         * modules/vasnprintf-posix (Depends-on): Likewise.
6417         * modules/vasprintf-posix (Depends-on): Likewise.
6418         * modules/vfprintf-posix (Depends-on): Likewise.
6419         * modules/vsnprintf-posix (Depends-on): Likewise.
6420         * modules/vsprintf-posix (Depends-on): Likewise.
6421         * modules/vasnprintf (Files): Add lib/float+.h.
6422         * doc/functions/fprintf.texi: Update.
6423         * doc/functions/printf.texi: Update.
6424         * doc/functions/snprintf.texi: Update.
6425         * doc/functions/sprintf.texi: Update.
6426         * doc/functions/vfprintf.texi: Update.
6427         * doc/functions/vprintf.texi: Update.
6428         * doc/functions/vsnprintf.texi: Update.
6429         * doc/functions/vsprintf.texi: Update.
6430
6431 2007-05-18  Bruno Haible  <bruno@clisp.org>
6432
6433         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
6434
6435 2007-05-18  Bruno Haible  <bruno@clisp.org>
6436
6437         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
6438         for printing 64-bit integers. Needed for mingw.
6439
6440 2007-05-18  Bruno Haible  <bruno@clisp.org>
6441
6442         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6443         gl_FUNC_FREXPL_WORKS.
6444         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
6445
6446 2007-05-18  Bruno Haible  <bruno@clisp.org>
6447
6448         * modules/frexpl-nolibm-tests: New file.
6449
6450         * modules/frexpl-nolibm: New file.
6451         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
6452
6453 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
6454
6455         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
6456         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
6457         GCC 4.2, which otherwise issues a lot of warnings.
6458         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
6459         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
6460         Likewise.
6461         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
6462         * modules/iconv_open (iconv.h): Likewise.
6463         * modules/locale (locale.h): Likewise.
6464         * modules/netinet_in (netinet/in.h): Likewise.
6465         * modules/sys_select (sys_select.h): Likewise.
6466         * modules/sys_socket (sys/socket.h): Likewise.
6467         * modules/sys_stat (sys/stat.h): Likewise.
6468         * modules/sysexits (sysexits.h): Likewise.
6469         * modules/unistd (unistd.h): Likewise.
6470
6471 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6472
6473         * modules/closein-tests (Makefile.am): Distribute
6474         `test-closein.sh'.
6475
6476 2007-05-17  Bruno Haible  <bruno@clisp.org>
6477
6478         * tests/test-printf-posix.output: Renamed from
6479         tests/test-fprintf-posix.out.
6480         * modules/fprintf-posix-tests: Update.
6481         * modules/printf-posix-tests: Update.
6482         * modules/vfprintf-posix-tests: Update.
6483         * modules/vprintf-posix-tests: Update.
6484         * tests/test-fprintf-posix.sh: Update.
6485         * tests/test-printf-posix.sh: Update.
6486         * tests/test-vfprintf-posix.sh: Update.
6487         * tests/test-vprintf-posix.sh: Update.
6488         Reported by Ralf Wildenhues.
6489
6490 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6491
6492         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
6493         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
6494         GCC 4.2, which otherwise issues a lot of warnings.
6495         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
6496         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
6497         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
6498         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
6499         it should no longer be needed.
6500         * lib/string_.h: Likewise.
6501         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
6502         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
6503         * modules/inttypes (inttypes.h): Likewise.
6504         * modules/math (math.h): Likewise.
6505         * modules/search (search.h): Likewise.
6506         * modules/signal (signal.h): Likewise.
6507         * modules/stdint (stdint.h): Likewise.
6508         * modules/stdio (stdio.h): Likewise.
6509         * modules/stdlib (stdlib.h): Likewise.
6510         * modules/string (string.h): Likewise.
6511         * modules/sys_time (sys/time.h): Likewise.
6512         * modules/time (time.h): Likewise.
6513         * modules/wchar (wchar.h): Likewise.
6514         * modules/wctype (wtype.h): Likewise.
6515
6516 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
6517
6518         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
6519
6520 2007-05-13  Bruno Haible  <bruno@clisp.org>
6521
6522         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
6523         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6524         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
6525         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6526         (gl_PREREQ_STRTOK_R): Don't require it here.
6527
6528 2007-05-13  Bruno Haible  <bruno@clisp.org>
6529
6530         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
6531         when used in C++ mode.
6532
6533 2007-05-12  Bruno Haible  <bruno@clisp.org>
6534
6535         * lib/linebuffer.h: Tweak doc.
6536         * lib/linebuffer.c: Likewise.
6537
6538 2007-05-12  James Youngman  <jay@gnu.org>
6539
6540         * lib/linebuffer.c (readlinebuffer_delim): New function,
6541         like readlinebuffer, but use a caller-specified delimiter.
6542         (readlinebuffer): Just call readlinebuffer_delim with '\n'
6543         as the delimiter.
6544         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
6545
6546 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6547
6548         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
6549         * modules/openat (Files): Remove openat-die.c.
6550         (Depends-on): Add openat-die.
6551         * modules/openat-die: New module.
6552
6553 2007-05-06  Bruno Haible  <bruno@clisp.org>
6554
6555         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
6556         Update with info about Cygwin.
6557         * doc/functions/fprintf.texi: Update.
6558         * doc/functions/printf.texi: Update.
6559         * doc/functions/snprintf.texi: Update.
6560         * doc/functions/sprintf.texi: Update.
6561         * doc/functions/vfprintf.texi: Update.
6562         * doc/functions/vprintf.texi: Update.
6563         * doc/functions/vsnprintf.texi: Update.
6564         * doc/functions/vsprintf.texi: Update.
6565         Reported by Eric Blake.
6566
6567 2007-05-06  Bruno Haible  <bruno@clisp.org>
6568
6569         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
6570         padding ourselves for the floating-point directives.
6571         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
6572         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
6573         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6574         gl_PRINTF_FLAG_ZERO and test its result. Invoke
6575         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
6576         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6577         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
6578         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6579         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6580         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6581         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6582         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6583         * tests/test-snprintf-posix.h (test_function): Also check the width
6584         and some flags in the %f directive.
6585         * tests/test-sprintf-posix.h (test_function): Likewise.
6586         * tests/test-vasnprintf-posix.c (test_function): Likewise.
6587         * tests/test-vasprintf-posix.c (test_function): Likewise.
6588         * doc/functions/fprintf.texi: Update.
6589         * doc/functions/printf.texi: Update.
6590         * doc/functions/snprintf.texi: Update.
6591         * doc/functions/sprintf.texi: Update.
6592         * doc/functions/vfprintf.texi: Update.
6593         * doc/functions/vprintf.texi: Update.
6594         * doc/functions/vsnprintf.texi: Update.
6595         * doc/functions/vsprintf.texi: Update.
6596
6597 2007-05-06  Bruno Haible  <bruno@clisp.org>
6598
6599         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
6600         pass the ' flag character to sprintf or snprintf.
6601         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
6602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
6603         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6604         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
6605         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
6606         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6607         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
6608         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6609         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6610         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6611         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6612         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6613         * tests/test-snprintf-posix.h (test_function): Also check the grouping
6614         flag.
6615         * tests/test-sprintf-posix.h (test_function): Likewise.
6616         * tests/test-vasnprintf-posix.c (test_function): Likewise.
6617         * tests/test-vasprintf-posix.c (test_function): Likewise.
6618         * doc/functions/fprintf.texi: Update.
6619         * doc/functions/printf.texi: Update.
6620         * doc/functions/snprintf.texi: Update.
6621         * doc/functions/sprintf.texi: Update.
6622         * doc/functions/vfprintf.texi: Update.
6623         * doc/functions/vprintf.texi: Update.
6624         * doc/functions/vsnprintf.texi: Update.
6625         * doc/functions/vsprintf.texi: Update.
6626
6627 2007-05-01  Bruno Haible  <bruno@clisp.org>
6628
6629         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
6630
6631 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6632
6633         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
6634         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
6635
6636 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6637
6638         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
6639         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
6640         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
6641
6642 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
6643
6644         * lib/argp-help.c (struct hol_entry): New member `ord'.
6645         (HOL_ENTRY_PTRCMP): Use ord for comparison
6646         (hol_sort): Initialize ord.
6647
6648 2007-05-01  Bruno Haible  <bruno@clisp.org>
6649
6650         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
6651         Reported by Eric Blake.
6652         * doc/gnulib.texi (Function Substitutes): Update.
6653
6654 2007-05-01  Bruno Haible  <bruno@clisp.org>
6655
6656         * doc/functions.texi: Remove file, now redundant through
6657         doc/functions/*.texi.
6658
6659 2007-05-01  Bruno Haible  <bruno@clisp.org>
6660
6661         * modules/argp (Depends-on): Add sleep.
6662
6663 2007-05-01  Bruno Haible  <bruno@clisp.org>
6664
6665         * modules/sleep-tests: New file.
6666         * tests/test-sleep.c: New file.
6667
6668         * modules/sleep: New file.
6669         * lib/sleep.c: New file.
6670         * m4/sleep.m4: New file.
6671         * lib/unistd_.h (sleep): New declaration.
6672         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
6673         HAVE_SLEEP.
6674         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
6675         * doc/functions/sleep.texi: Document the sleep module.
6676
6677 2007-05-01  Bruno Haible  <bruno@clisp.org>
6678
6679         * lib/sigprocmask.h: Remove file.
6680         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
6681         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
6682         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
6683         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
6684         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
6685         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
6686         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
6687         HAVE_SIGSET_T as a shell variable.
6688         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
6689         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
6690         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
6691         (Depends-on): Add signal. Remove verify.
6692         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
6693         (Include): Mention <signal.h> instead of sigprocmask.h.
6694         * NEWS: Mention the change.
6695         * lib/fatal-signal.c: Don't include sigprocmask.h.
6696
6697 2007-05-01  Bruno Haible  <bruno@clisp.org>
6698
6699         * modules/signal: New file.
6700         * lib/signal_.h: New file.
6701         * m4/signal_h.m4: New file.
6702
6703 2007-05-01  Bruno Haible  <bruno@clisp.org>
6704
6705         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
6706         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
6707         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
6708         HAVE_WCTYPE_CTMP_BUG into wctype.h.
6709
6710 2007-05-01  Bruno Haible  <bruno@clisp.org>
6711
6712         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
6713         configure time.
6714         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
6715         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
6716         * modules/sys_stat (Makefile.am): Substitute their values into
6717         sys/stat.h.
6718
6719 2007-05-01  Bruno Haible  <bruno@clisp.org>
6720
6721         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
6722         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
6723         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
6724
6725 2007-05-01  Bruno Haible  <bruno@clisp.org>
6726
6727         * doc/header/assert.texi: Undo last change: don't mention the gnulib
6728         'assert' module here.
6729
6730 2007-05-01  Bruno Haible  <bruno@clisp.org>
6731
6732         * doc/functions/*.texi: New files.
6733         * doc/functions/google-ranking.txt: New file.
6734         * doc/gnulib.texi (Function Substitutes): New chapter.
6735         (ctime, inet_ntoa): Remove sections.
6736         * doc/ctime.texi: Remove file.
6737         * doc/inet_ntoa.texi: Remove file.
6738         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
6739         dependencies.
6740         (%.info): New rule, specifying a --reference-limit.
6741
6742 2007-05-01  Bruno Haible  <bruno@clisp.org>
6743
6744         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
6745
6746 2007-05-01  Bruno Haible  <bruno@clisp.org>
6747
6748         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
6749         the portability of 'mkdir' to mingw systems.
6750
6751 2007-05-01  Bruno Haible  <bruno@clisp.org>
6752
6753         * doc/headers/google-ranking.txt: New file.
6754
6755 2007-04-30  Eric Blake  <ebb9@byu.net>
6756
6757         Prefer fseeko to fseek.
6758         * modules/getpass (Depends-on): Add fseeko.
6759         * lib/getpass.c (getpass): Use fseeko, not fseek.
6760
6761 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
6762
6763         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
6764         assumes the sorting is stable, while most qsort implementations
6765         are not.  Use argument addresses to ensure they never compare as
6766         equal.
6767
6768         * tests/test-argp-2.sh (usage-indent test): Fix output
6769         (func_compare): Restore diff options
6770         * tests/test-argp.c: Restore #include "progname.h"
6771
6772 2007-04-29  Bruno Haible  <bruno@clisp.org>
6773
6774         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
6775         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6776         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
6777         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6778         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
6779         (configure.ac): Define CHECK_SNPRINTF_POSIX.
6780         (TESTS, check_PROGRAMS): Add test-snprintf.
6781         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
6782         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
6783         (TESTS, check_PROGRAMS): Add test-vsnprintf.
6784         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
6785         assertions that fail on HP-UX, OSF/1, or IRIX.
6786         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
6787
6788 2007-04-29  Bruno Haible  <bruno@clisp.org>
6789
6790         * MODULES.html.sh (posix_functions): Remove 'contents'.
6791
6792 2007-04-29  Karl Berry  <karl@gnu.org>
6793
6794         * config/srclist.txt (gendocs_template_min): new entry.
6795
6796 2007-04-29  Bruno Haible  <bruno@clisp.org>
6797
6798         Work around fpurge bug on BSD systems.
6799         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
6800         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
6801         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
6802         fpurge to rpl_fpurge if the system already has this function.
6803         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
6804         the case where the system already has this function. Correct invariants
6805         on BSD systems.
6806         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
6807         BSD systems.
6808
6809 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
6810
6811         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
6812         proposed by Sven Verdoolaege.
6813
6814         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
6815         options.
6816         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
6817         (usage and help tests): Update
6818
6819 2007-04-29  Bruno Haible  <bruno@clisp.org>
6820
6821         * tests/test-fflush.c (main): Use a file of size 17, not 10.
6822         Print more information in case of failure. Disable a test on BeOS.
6823
6824 2007-04-29  Bruno Haible  <bruno@clisp.org>
6825
6826         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
6827         This helps debugging on systems on which no gdb is available.
6828
6829 2007-04-29  Bruno Haible  <bruno@clisp.org>
6830
6831         * lib/freading.h: Improve comments.
6832         * lib/fwriting.h: Likewise.
6833         * tests/test-freading.c (main): Don't check freading immediately after
6834         repositioning. Needed for glibc.
6835
6836 2007-04-29  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/freading.c (freading): Trivial simplification.
6839
6840 2007-04-28  Bruno Haible  <bruno@clisp.org>
6841
6842         * tests/test-fwriting.c (main): Also test the interaction between
6843         fflush and fwriting.
6844         * modules/fwriting-tests (Depends-on): Add fflush.
6845
6846         * tests/test-freading.c (main): Also test the interaction between
6847         fflush and freading.
6848         * modules/freading-tests (Depends-on): Add fflush.
6849
6850 2007-04-28  Bruno Haible  <bruno@clisp.org>
6851
6852         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
6853         fseeko and ftello.
6854         Suggested by Eric Blake.
6855
6856 2007-04-28  Jim Meyering  <jim@meyering.net>
6857
6858         Avoid false-negative in gl_STDINT_H's C99 conformance test.
6859         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
6860         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
6861
6862 2007-04-27  Eric Blake  <ebb9@byu.net>
6863
6864         * doc/headers/assert.texi (assert.h): Document assert module use.
6865
6866 2007-04-27  Bruno Haible  <bruno@clisp.org>
6867
6868         * doc/headers/*.texi: New files.
6869         * doc/gnulib.texi (Header File Substitutes): New chapter.
6870         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
6871         dependencies.
6872         (standards.info ,standards.html, standards.dvi): Update dependencies.
6873         (mostlyclean, clean): New targets.
6874
6875 2007-04-27  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
6878         * modules/sysexits (Files, Makefile.am): Update.
6879
6880         * lib/sys_socket_.h: Renamed from lib/socket_.h.
6881         * modules/sys_socket (Files, Makefile.am): Update.
6882
6883         * lib/sys_stat_.h: Renamed from lib/stat_.h.
6884         * modules/sys_stat (Files, Makefile.am): Update.
6885
6886 2007-04-27  Eric Blake  <ebb9@byu.net>
6887
6888         * lib/freading.h: Improve comments.
6889         * lib/fwriting.h: Likewise.
6890         * lib/fflush.c: Likewise.
6891
6892         Fix closein for mingw.
6893         * modules/closein-tests: Add tests for closein.
6894         * tests/test-closein.c: New file.
6895         * tests/test-closein.sh: Likewise.
6896         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
6897         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
6898
6899 2007-04-27  Bruno Haible  <bruno@clisp.org>
6900
6901         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
6902         version is < 6.
6903         * lib/math_.h [__DECC]: Likewise.
6904         * lib/stdio_.h [__DECC]: Likewise.
6905         * lib/stdlib_.h [__DECC]: Likewise.
6906         * lib/string_.h [__DECC]: Likewise.
6907         * lib/time_.h [__DECC]: Likewise.
6908         * lib/wchar_.h [__DECC]: Likewise.
6909         * lib/wctype_.h [__DECC]: Likewise.
6910
6911 2007-04-27  Bruno Haible  <bruno@clisp.org>
6912
6913         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
6914
6915 2007-04-27  Bruno Haible  <bruno@clisp.org>
6916
6917         * lib/fflush.c: Add comments.
6918         * modules/fpurge-tests (Depends-on): Add fflush.
6919         * modules/freadable-tests (Depends-on): Likewise.
6920         * modules/fwritable-tests (Depends-on): Likewise.
6921
6922 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
6923
6924         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
6925         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
6926         Report by Bruno Haible <bruno@clisp.org>.
6927
6928 2007-04-26  Eric Blake  <ebb9@byu.net>
6929
6930         Fix fflush on mingw.
6931         * modules/fflush (Depends-on): Add freading.
6932         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
6933         but unread data.
6934
6935 2007-04-26  Eric Blake  <ebb9@byu.net>
6936         and Bruno Haible  <bruno@clisp.org>
6937
6938         Implement freading and fwriting.
6939         * lib/freading.c: New file.
6940         * lib/freading.h: Likewise.
6941         * m4/freading.m4: Likewise.
6942         * modules/freading: Likewise.
6943         * modules/freading-tests: Likewise.
6944         * tests/test-freading.c: Likewise.
6945         * lib/fwriting.c: New file.
6946         * lib/fwriting.h: Likewise.
6947         * m4/fwriting.m4: Likewise.
6948         * modules/fwriting: Likewise.
6949         * modules/fwriting-tests: Likewise.
6950         * tests/test-fwriting.c: Likewise.
6951         * MODULES.html.sh (File stream based Input/Output): Mention them.
6952
6953 2007-04-26  Bruno Haible  <bruno@clisp.org>
6954
6955         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
6956         'long' when we assume it.
6957         Suggested by Eric Blake.
6958
6959 2007-04-26  Bruno Haible  <bruno@clisp.org>
6960
6961         Ensure fseeko, ftello are declared on glibc systems.
6962         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
6963         * modules/fseeko (configure.ac-early): Likewise.
6964         * modules/ftello (configure.ac-early): Likewise.
6965         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
6966         AC_FUNC_FSEEKO for this.
6967         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
6968         (gl_CHECK_FSEEKO): Remove macro.
6969
6970 2007-04-26  Bruno Haible  <bruno@clisp.org>
6971
6972         * tests/test-fflush.c (main): Also check the ftell result after
6973         fflush and fseek/fseeko.
6974         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
6975         file descriptor position cache in the stream.
6976         * lib/fseeko.c (rpl_fseeko): Likewise.
6977
6978 2007-04-26  Bruno Haible  <bruno@clisp.org>
6979
6980         * modules/fflush-tests (Depends-on): Add fseeko.
6981
6982 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
6983             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6984
6985         * lib/argz_.h: ensure error_t definition is obtained in same
6986         mechanism system argz.h would have.
6987         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
6988         argz facilities are known bad.  Err on the side of caution if
6989         cross-compiling.
6990
6991 2007-04-25  Eric Blake  <ebb9@byu.net>
6992
6993         * lib/fpurge.c (includes): Use stdlib.h for free.
6994         * tests/test-fflush.c (main): Also test fflush-fseeko.
6995
6996 2007-04-25  Bruno Haible  <bruno@clisp.org>
6997
6998         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
6999         * lib/fseeko.c: New file.
7000         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
7001         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
7002         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
7003         gl_FUNC_FSEEKO.
7004         (gl_FUNC_FSEEKO): Invoke it.
7005         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
7006         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
7007         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
7008
7009 2007-04-25  Bruno Haible  <bruno@clisp.org>
7010
7011         * modules/fflush (Depends-on): Add ftello.
7012
7013 2007-04-25  Bruno Haible  <bruno@clisp.org>
7014
7015         * modules/ftello-tests: New file.
7016         * tests/test-ftello.c: New file.
7017
7018         * modules/ftello: New file.
7019         * m4/ftello.m4: New file.
7020         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
7021         HAVE_FTELLO.
7022         * lib/stdio_.h (ftello): New declaration.
7023         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
7024         HAVE_FTELLO.
7025
7026 2007-04-25  Bruno Haible  <bruno@clisp.org>
7027
7028         * modules/fseeko-tests: New file.
7029         * tests/test-fseeko.c: New file.
7030
7031         * modules/fseeko: New file.
7032         * m4/fseeko.m4: New file.
7033         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
7034         HAVE_FSEEKO.
7035         * lib/stdio_.h (fseeko): New declaration.
7036         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
7037         HAVE_FSEEKO.
7038
7039 2007-04-25  Bruno Haible  <bruno@clisp.org>
7040
7041         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
7042
7043 2007-04-25  Bruno Haible  <bruno@clisp.org>
7044
7045         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
7046         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
7047         * tests/test-unistd.c: Likewise.
7048         * tests/test-fcntl.c: Likewise.
7049
7050 2007-04-23  Eric Blake  <ebb9@byu.net>
7051
7052         * lib/fflush.c: Fix missing include.
7053         Reported by Bruno Haible.
7054
7055 2007-04-23  Bruno Haible  <bruno@clisp.org>
7056
7057         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
7058         Reported by Eric Blake.
7059
7060 2007-04-23  Bruno Haible  <bruno@clisp.org>
7061
7062         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
7063
7064 2007-04-23  Bruno Haible  <bruno@clisp.org>
7065
7066         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
7067
7068 2007-04-23  Bruno Haible  <bruno@clisp.org>
7069
7070         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
7071         Needed on HP-UX 11.
7072
7073 2007-04-16  Eric Blake  <ebb9@byu.net>
7074
7075         Make fflush rely on fpurge.
7076         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
7077         open coding all variants.
7078         * modules/fflush (Depends-on): Add fpurge and unistd.
7079         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
7080         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
7081
7082         Fix --with-tests compilation on cygwin.
7083         * modules/argmatch-tests (Makefile.am): List gnulib library first
7084         in LDADD.
7085         * modules/argp-tests (Makefile.am): Likewise.
7086         * modules/array-list-tests (Makefile.am): Likewise.
7087         * modules/array-oset-tests (Makefile.am): Likewise.
7088         * modules/avltree-list-tests (Makefile.am): Likewise.
7089         * modules/avltree-oset-tests (Makefile.am): Likewise.
7090         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7091         * modules/carray-list-tests (Makefile.am): Likewise.
7092         * modules/dirname-tests (Makefile.am): Likewise.
7093         * modules/frexp-tests (Makefile.am): Likewise.
7094         * modules/isnanl-tests (Makefile.am): Likewise.
7095         * modules/linked-list-tests (Makefile.am): Likewise.
7096         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7097         * modules/lock-tests (Makefile.am): Likewise.
7098         * modules/rbtree-list-tests (Makefile.am): Likewise.
7099         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7100         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7101         * modules/tls-tests (Makefile.am): Likewise.
7102         * modules/tsearch-tests (Makefile.am): Likewise.
7103         * modules/xvasprintf-tests (Makefile.am): Likewise.
7104
7105         Fix fpurge for cygwin.
7106         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
7107         value.
7108         * modules/fpurge-tests (Depends-on): Clean up trash.
7109
7110 2007-04-16  Simon Josefsson  <simon@josefsson.org>
7111
7112         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
7113
7114         * m4/autobuild.m4: Re-indent.
7115
7116 2007-04-13  Bruno Haible  <bruno@clisp.org>
7117
7118         * modules/fpurge-tests: New file.
7119         * tests/test-fpurge.c: New file.
7120
7121         * modules/fpurge: New file.
7122         * lib/fpurge.h: New file.
7123         * lib/fpurge.c: New file.
7124         * m4/fpurge.m4: New file.
7125
7126 2007-04-13  Bruno Haible  <bruno@clisp.org>
7127
7128         * modules/fbufmode-tests: New file.
7129         * tests/test-fbufmode.c: New file.
7130
7131         * modules/fbufmode: New file.
7132         * lib/fbufmode.h: New file.
7133         * lib/fbufmode.c: New file.
7134         * m4/fbufmode.m4: New file.
7135
7136 2007-04-13  Bruno Haible  <bruno@clisp.org>
7137
7138         * modules/fwritable-tests: New file.
7139         * tests/test-fwritable.c: New file.
7140
7141         * modules/fwritable: New file.
7142         * lib/fwritable.h: New file.
7143         * lib/fwritable.c: New file.
7144         * m4/fwritable.m4: New file.
7145
7146 2007-04-13  Bruno Haible  <bruno@clisp.org>
7147
7148         * modules/freadable-tests: New file.
7149         * tests/test-freadable.c: New file.
7150
7151         * modules/freadable: New file.
7152         * lib/freadable.h: New file.
7153         * lib/freadable.c: New file.
7154         * m4/freadable.m4: New file.
7155
7156 2007-04-13  Bruno Haible  <bruno@clisp.org>
7157
7158         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
7159         MOSTLYCLEANFILES.
7160
7161 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7162
7163         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
7164         gzip bootstrap.conf to avoid dragging in i18n machinery.
7165         (gnulib_tool_option): Use it.
7166
7167 2007-04-13  Bruno Haible  <bruno@clisp.org>
7168
7169         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
7170         %F directives.
7171         * tests/test-vasprintf-posix.c (test_function): Likewise.
7172         * tests/test-snprintf-posix.h (test_function): Likewise.
7173         * tests/test-sprintf-posix.h (test_function): Likewise.
7174         * tests/test-fprintf-posix.h (test_function): Likewise.
7175         * tests/test-printf-posix.h (test_function): Likewise.
7176         * tests/test-fprintf-posix.out: Likewise.
7177
7178 2007-04-13  Bruno Haible  <bruno@clisp.org>
7179
7180         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
7181         * modules/tls-tests (configure.ac): Likewise.
7182         Reported by Arto C. Nirkko <anirkko@insel.ch>.
7183
7184 2007-04-13  Bruno Haible  <bruno@clisp.org>
7185
7186         * lib/tls.c (glthread_tls_get): Fix return type.
7187         Patch by Arto C. Nirkko <anirkko@insel.ch>.
7188
7189 2007-04-12  Eric Blake  <ebb9@byu.net>
7190
7191         * modules/gettime (Depends-on): Remove gettime.
7192         Reported by Dmitry V. Levin.
7193
7194 2007-04-12  Bruno Haible  <bruno@clisp.org>
7195
7196         * modules/fflush (Include): Mention <stdio.h>.
7197         * modules/strtoimax (Include): Mention <inttypes.h>.
7198         * modules/strtoumax (Include): Likewise.
7199
7200 2007-04-12  Eric Blake  <ebb9@byu.net>
7201
7202         * .cvsignore: New file.
7203         * .gitignore: Likewise.
7204
7205 2007-04-12  Bruno Haible  <bruno@clisp.org>
7206
7207         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
7208         not before, since $(LDADD) often contains libgnu.a.
7209         * modules/striconv-tests (test_striconv_LDADD): Likewise.
7210         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
7211         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
7212         Needed on Cygwin.
7213
7214 2007-04-12  Eric Blake  <ebb9@byu.net>
7215
7216         Work around glibc's failure to flush stdin on fclose.
7217         * lib/closein.c (close_stdin): Flush stdin before closing.
7218
7219         Work around glibc's failure to reset seekable stdin on exit.
7220         * modules/closein: New module.
7221         * lib/closein.c: New file.
7222         * lib/closein.h: Likewise.
7223         * m4/closein.m4: Likewise.
7224         * MODULES.html.sh (File stream based Input/Output): Document it.
7225
7226 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7227
7228         * gnulib-tool: Rename generated 'autobuild' script to
7229         'do-autobuild' in --create-megatestdir output.
7230
7231         * doc/gnulib.texi (Build robot for gnulib): Fix.
7232
7233 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7234
7235         * modules/sysexits (Depends-on): Add absolute-header.
7236
7237 2007-04-12  Eric Blake  <ebb9@byu.net>
7238
7239         No need to preserve errno on success.
7240         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
7241         Reported by Bruno Haible.
7242
7243 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7244
7245         * MODULES.html.sh (Support for maintaining and releasing
7246         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
7247
7248 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7249
7250         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
7251
7252 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7253
7254         * modules/autobuild: New module.
7255
7256         * m4/autobuild.m4: New file.
7257
7258 2007-04-11  Bruno Haible  <bruno@clisp.org>
7259
7260         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
7261         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
7262         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
7263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
7264         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7265         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7266         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7267         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7268         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7269         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7270         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
7271         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7272         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7273         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
7274         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7275         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7276         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
7277         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7278         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7279         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
7280         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7281         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7282         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
7283         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7284         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7285         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
7286         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7287         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7288         Reported by Eric Blake.
7289
7290 2007-04-11  Bruno Haible  <bruno@clisp.org>
7291
7292         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
7293
7294 2007-04-10  Bruno Haible  <bruno@clisp.org>
7295
7296         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
7297         for NaN and Infinity. Needed on FreeBSD 6.1.
7298         * tests/test-vasnprintf-posix.c (test_function): Undo last change
7299         regarding results for "%010a" of Infinity and NaN.
7300         * tests/test-vasprintf-posix.c (test_function): Likewise.
7301         * tests/test-snprintf-posix.h (test_function): Likewise.
7302         * tests/test-sprintf-posix.h (test_function): Likewise.
7303         * tests/test-fprintf-posix.h (test_function): Likewise.
7304         * tests/test-printf-posix.h (test_function): Likewise.
7305         * tests/test-fprintf-posix.out: Likewise.
7306
7307 2007-04-10  Bruno Haible  <bruno@clisp.org>
7308
7309         * modules/locale-tests: New file.
7310         * tests/test-locale.c: New file.
7311
7312         * modules/locale: New file.
7313         * lib/locale_.h: New file.
7314         * m4/locale_h.m4: New file.
7315
7316 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
7317             Bruno Haible  <bruno@clisp.org>
7318
7319         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
7320         be determined, test for availability of the copysignf, copysign,
7321         copysignl functions.
7322         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
7323         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
7324         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
7325
7326 2007-04-09  Eric Blake  <ebb9@byu.net>
7327
7328         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
7329         * modules/stdio (Makefile.am): Support fflush.
7330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7331         * modules/fflush: New file.
7332         * lib/fflush.c: Likewise.
7333         * m4/fflush.m4: Likewise.
7334         * modules/fflush-tests: New test.
7335         * tests/test-fflush.c: Likewise.
7336         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
7337
7338 2007-04-06  Bruno Haible  <bruno@clisp.org>
7339
7340         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
7341         (VASNPRINTF): Use signbit for faster determination whether to print a
7342         minus sign.
7343         * modules/vasnprintf (Files): Remove lib/float+.h.
7344         * modules/fprintf-posix (Depends-on): Add signbit.
7345         * modules/snprintf-posix (Depends-on): Likewise.
7346         * modules/sprintf-posix (Depends-on): Likewise.
7347         * modules/vasnprintf-posix (Depends-on): Likewise.
7348         * modules/vasprintf-posix (Depends-on): Likewise.
7349         * modules/vfprintf-posix (Depends-on): Likewise.
7350         * modules/vsnprintf-posix (Depends-on): Likewise.
7351         * modules/vsprintf-posix (Depends-on): Likewise.
7352
7353 2007-04-06  Bruno Haible  <bruno@clisp.org>
7354
7355         * tests/test-frexp.c (main): Test also the sign bit of zero results.
7356         * tests/test-frexpl.c (main): Likewise.
7357         * tests/test-ldexpl.c (main): Likewise.
7358         * modules/frexp-tests (Depends-on): Add signbit.
7359         * modules/frexpl-tests (Depdends-on): Likewise.
7360         * modules/ldexpl-tests (Depdends-on): Likewise.
7361
7362 2007-04-06  Bruno Haible  <bruno@clisp.org>
7363
7364         * modules/signbit-tests: New file.
7365         * tests/test-signbit.c: New file.
7366
7367         * modules/signbit: New file.
7368         * lib/signbitf.c: New file.
7369         * lib/signbitd.c: New file.
7370         * lib/signbitl.c: New file.
7371         * m4/signbit.m4: New file.
7372         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
7373         (signbit): New macro.
7374         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
7375         REPLACE_SIGNBIT.
7376         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
7377         REPLACE_FREXPL into math.h.
7378
7379 2007-04-06  Bruno Haible  <bruno@clisp.org>
7380
7381         * modules/isnanf-nolibm-tests: New file.
7382         * tests/test-isnanf.c: New file.
7383
7384         * modules/isnanf-nolibm: New file.
7385         * lib/isnanf.h: New file.
7386         * lib/isnanf.c: New file.
7387         * lib/isnan.c: Consider the USE_FLOAT macro.
7388         * m4/isnanf.m4: New file.
7389
7390 2007-04-06  Bruno Haible  <bruno@clisp.org>
7391
7392         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
7393         (Link): New section.
7394
7395         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
7396
7397 2007-04-06  Bruno Haible  <bruno@clisp.org>
7398
7399         Assume the 'long double' type.
7400         * m4/longdouble.m4: Remove file.
7401         * config/srclist.txt: Don't mention longdouble.m4.
7402         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
7403         * lib/float+.h: Likewise.
7404         * lib/frexp.c: Likewise.
7405         * lib/printf-args.h: Likewise.
7406         * lib/printf-args.c: Likewise.
7407         * lib/printf-frexp.c: Likewise.
7408         * lib/printf-parse.c: Likewise.
7409         * lib/vasnprintf.c: Likewise.
7410         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
7411         * m4/intl.m4: Likewise.
7412         * m4/isnanl.m4: Likewise.
7413         * m4/printf.m4: Likewise.
7414         * m4/printf-frexpl.m4: Likewise.
7415         * m4/vasnprintf.m4: Likewise.
7416         * modules/allocsa (Files): Remove m4/longdouble.m4.
7417         * modules/gettext (Files): Likewise.
7418         * modules/relocatable-prog-wrapper (Files): Likewise.
7419         * modules/vasnprintf (Files): Likewise.
7420         * modules/isnanl (Files): Likewise.
7421         (Include): Simplify.
7422         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
7423         (Include): Simplify.
7424         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
7425         (Include): Simplify.
7426         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
7427         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7428         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
7429         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7430         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
7431         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7432         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
7433         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7434         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
7435         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7436         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
7437         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7438         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
7439         * tests/test-isnanl.c: Likewise.
7440         * tests/test-snprintf-posix.h: Likewise.
7441         * tests/test-sprintf-posix.h: Likewise.
7442         * tests/test-vasnprintf-posix.c: Likewise.
7443         * tests/test-vasnprintf-posix2.c: Likewise.
7444         * tests/test-vasprintf-posix.c: Likewise.
7445
7446 2007-04-06  Bruno Haible  <bruno@clisp.org>
7447
7448         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
7449         * lib/math_.h [__DECC]: Include the overridden include file through
7450         #include_next, outside the double-inclusion guard.
7451         * lib/stdio_.h [__DECC]: Likewise.
7452         * lib/stdlib_.h [__DECC]: Likewise.
7453         * lib/string_.h [__DECC]: Likewise.
7454         * lib/time_.h [__DECC]: Likewise.
7455         * lib/wchar_.h [__DECC]: Likewise.
7456         * lib/wctype_.h [__DECC]: Likewise.
7457         * lib/inttypes_.h [__DECC]: Likewise.
7458         Reported by Albert Chin <china@thewrittenword.com> in
7459         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
7460
7461 2007-04-04  Eric Blake  <ebb9@byu.net>
7462
7463         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
7464         1.5.x.
7465
7466 2007-04-04  Bruno Haible  <bruno@clisp.org>
7467
7468         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
7469         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
7470
7471 2007-04-04  Bruno Haible  <bruno@clisp.org>
7472
7473         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
7474         results for "%010a" of Infinity and NaN.
7475         * tests/test-vasprintf-posix.c (test_function): Likewise.
7476         * tests/test-snprintf-posix.h (test_function): Likewise.
7477         * tests/test-sprintf-posix.h (test_function): Likewise.
7478         * tests/test-fprintf-posix.h (test_function): Remove these tests.
7479         * tests/test-printf-posix.h (test_function): Likewise.
7480         * tests/test-fprintf-posix.out: Update.
7481         Needed for FreeBSD 6.1.
7482
7483 2007-04-04  Bruno Haible  <bruno@clisp.org>
7484
7485         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
7486         directly used by the gnulib modules nor by gnulib-tool.
7487
7488 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
7489
7490         * DEPENDENCIES: Give overall description of version dependency
7491         desirability.  Use more-typical names for apps.
7492         Add shell, coreutils, diffutils, grep, tar, gzip.
7493
7494 2007-04-04  Simon Josefsson  <simon@josefsson.org>
7495
7496         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
7497
7498 2007-04-04  Karl Berry  <karl@gnu.org>
7499
7500         * MODULES.html.sh (func_module): missing '.
7501
7502 2007-04-03  Bruno Haible  <bruno@clisp.org>
7503
7504         * modules/argmatch-tests (Makefile.am): New variable
7505         test_argmatch_LDADD.
7506         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
7507         * modules/array-list-tests (Makefile.am): New variable
7508         test_array_list_LDADD.
7509         * modules/array-oset-tests (Makefile.am): New variable
7510         test_array_oset_LDADD.
7511         * modules/avltree-list-tests (Makefile.am): New variable
7512         test_avltree_list_LDADD.
7513         * modules/avltree-oset-tests (Makefile.am): New variable
7514         test_avltree_oset_LDADD.
7515         * modules/avltreehash-list-tests (Makefile.am): New variable
7516         test_avltreehash_list_LDADD.
7517         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
7518         test_canonicalize_lgpl_LDADD.
7519         * modules/carray-list-tests (Makefile.am): New variable
7520         test_carray_list_LDADD.
7521         * modules/dirname-tests (Makefile.am): New variable
7522         test_dirname_LDADD.
7523         * modules/linked-list-tests (Makefile.am): New variable
7524         test_linked_list_LDADD.
7525         * modules/linkedhash-list-tests (Makefile.am): New variable
7526         test_linkedhash_list_LDADD.
7527         * modules/rbtree-list-tests (Makefile.am): New variable
7528         test_rbtree_list_LDADD.
7529         * modules/rbtree-oset-tests (Makefile.am): New variable
7530         test_rbtree_oset_LDADD.
7531         * modules/rbtreehash-list-tests (Makefile.am): New variable
7532         test_rbtreehash_list_LDADD.
7533         * modules/xvasprintf-tests (Makefile.am): New variable
7534         test_xvasprintf_LDADD.
7535         Reported by Eric Blake.
7536
7537 2007-04-03  Eric Blake  <ebb9@byu.net>
7538
7539         * DEPENDENCIES: Weaken m4 requirements.
7540
7541 2007-04-03  Bruno Haible  <bruno@clisp.org>
7542
7543         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
7544         * modules/isnanl-tests (configure.ac): Likewise.
7545
7546 2007-04-03  Ben Pfaff  <blp@gnu.org>
7547
7548         * modules/iconv_open: Add $(srcdir)/ to source directory
7549         references in Makefile fragments that call gperf, to fix VPATH
7550         builds.
7551
7552 2007-04-03  Bruno Haible  <bruno@clisp.org>
7553
7554         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
7555         * lib/ldexpl.c: Undo last change.
7556
7557 2007-04-03  Bruno Haible  <bruno@clisp.org>
7558
7559         * modules/printf-frexpl (Depends-on): Undo last change.
7560         (Files): Add m4/ldexpl.m4.
7561
7562 2007-04-03  Bruno Haible  <bruno@clisp.org>
7563
7564         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
7565         * modules/isnanl (Link): New section.
7566
7567         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
7568         * modules/frexp (Link): New section.
7569
7570         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
7571         * modules/frexpl (Link): New section.
7572
7573         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
7574         * modules/ldexpl (Link): New section.
7575
7576 2007-04-03  Bruno Haible  <bruno@clisp.org>
7577
7578         * modules/TEMPLATE-EXTENDED: New file.
7579         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
7580
7581 2007-04-03  Bruno Haible  <bruno@clisp.org>
7582
7583         * DEPENDENCIES: New file.
7584         Suggested by Simon Josefsson.
7585
7586 2007-04-03  Bruno Haible  <bruno@clisp.org>
7587
7588         * doc/gnulib.texi: Escape @.
7589
7590 2007-04-03  James Youngman  <jay@gnu.org>
7591         and Paul Eggert  <eggert@cs.ucla.edu>
7592
7593         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
7594         birthtime on all systems that have birthtime, not just those which
7595         use st_birthtimensec rather than st_birthtim.  Putting zero in
7596         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
7597         that the birth time is not available for files on an NFS mount.
7598
7599 2007-04-03  Simon Josefsson  <simon@josefsson.org>
7600
7601         * modules/memxor: Move back from crypto/, suggested by Bruno.
7602         * modules/crypto/hmac-sha1: Fix memxor dependency.
7603
7604         * modules/crypto/gc: Moved from ../.
7605
7606 2007-04-02  Eric Blake  <ebb9@byu.net>
7607
7608         * lib/ldexpl.c (includes): Avoid libm.
7609
7610         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
7611
7612 2007-04-02  Bruno Haible  <bruno@clisp.org>
7613
7614         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
7615         on IRIX.
7616
7617 2007-04-02  Bruno Haible  <bruno@clisp.org>
7618
7619         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
7620         x86 or x86_64 platforms running MacOS X.
7621         Reported by Ryan Schmidt <@ryandesign.com>.
7622
7623 2007-04-02  Bruno Haible  <bruno@clisp.org>
7624
7625         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
7626         i386.
7627
7628 2007-04-01  Simon Josefsson  <simon@josefsson.org>
7629
7630         * modules/crypto/arcfour: Moved from ../.
7631         * modules/crypto/arcfour-tests: Moved from ../.
7632         * modules/crypto/arctwo: Moved from ../.
7633         * modules/crypto/arctwo-tests: Moved from ../.
7634         * modules/crypto/des: Moved from ../.
7635         * modules/crypto/des-tests: Moved from ../.
7636         * modules/crypto/gc-arcfour: Moved from ../.
7637         * modules/crypto/gc-arcfour-tests: Moved from ../.
7638         * modules/crypto/gc-arctwo: Moved from ../.
7639         * modules/crypto/gc-arctwo-tests: Moved from ../.
7640         * modules/crypto/gc-des: Moved from ../.
7641         * modules/crypto/gc-des-tests: Moved from ../.
7642         * modules/crypto/gc-hmac-md5: Moved from ../.
7643         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
7644         * modules/crypto/gc-hmac-sha1: Moved from ../.
7645         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
7646         * modules/crypto/gc-md2: Moved from ../.
7647         * modules/crypto/gc-md2-tests: Moved from ../.
7648         * modules/crypto/gc-md4: Moved from ../.
7649         * modules/crypto/gc-md4-tests: Moved from ../.
7650         * modules/crypto/gc-md5: Moved from ../.
7651         * modules/crypto/gc-md5-tests: Moved from ../.
7652         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
7653         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
7654         * modules/crypto/gc-random: Moved from ../.
7655         * modules/crypto/gc-rijndael: Moved from ../.
7656         * modules/crypto/gc-rijndael-tests: Moved from ../.
7657         * modules/crypto/gc-sha1: Moved from ../.
7658         * modules/crypto/gc-sha1-tests: Moved from ../.
7659         * modules/crypto/gc-tests: Moved from ../.
7660         * modules/crypto/hmac-md5: Moved from ../.
7661         * modules/crypto/hmac-md5-tests: Moved from ../.
7662         * modules/crypto/hmac-sha1: Moved from ../.
7663         * modules/crypto/hmac-sha1-tests: Moved from ../.
7664         * modules/crypto/md2: Moved from ../.
7665         * modules/crypto/md2-tests: Moved from ../.
7666         * modules/crypto/md4: Moved from ../.
7667         * modules/crypto/md4-tests: Moved from ../.
7668         * modules/crypto/md5: Moved from ../.
7669         * modules/crypto/md5-tests: Moved from ../.
7670         * modules/crypto/memxor: Moved from ../.
7671         * modules/crypto/rijndael: Moved from ../.
7672         * modules/crypto/rijndael-tests: Moved from ../.
7673         * modules/crypto/sha1: Moved from ../.
7674
7675 2007-03-30  James Youngman  <jay@gnu.org>
7676
7677         * tests/test-stat-time.c (prepare_test): use chmod() rather than
7678         rename() to change the ctime of a file (because ctime is unaffected
7679         by rename on jfs2 on AIX 5.1).
7680         (main): Start by doing cleanup, in case a previous run failed leaving
7681         test files behind.
7682
7683 2007-03-31  Bruno Haible  <bruno@clisp.org>
7684
7685         Support old proprietary implementations of iconv.
7686         * modules/iconv_open: New file.
7687         * lib/iconv_.h: New file.
7688         * m4/iconv_h.m4: New file.
7689         * lib/iconv_open.c: New file.
7690         * lib/iconv_open-aix.gperf: New file.
7691         * lib/iconv_open-hpux.gperf: New file.
7692         * lib/iconv_open-irix.gperf: New file.
7693         * lib/iconv_open-osf.gperf: New file.
7694         * m4/iconv_open.m4: New file.
7695         * modules/linebreak (Depends-on): Add iconv_open.
7696         * modules/striconv (Depends-on): Likewise.
7697         * modules/striconveh (Depends-on): Likewise.
7698         * modules/unicodeio (Depends-on): Likewise.
7699         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
7700         (iconv_t)(-1).
7701         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
7702         conversion if cd is (iconv_t)(-1).
7703         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
7704         is not possible.
7705
7706 2007-03-31  Bruno Haible  <bruno@clisp.org>
7707
7708         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
7709         work on Solaris either. Protect also second use of "autodetect_jp".
7710
7711 2007-03-31  Bruno Haible  <bruno@clisp.org>
7712
7713         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
7714         the function is not present.
7715
7716 2007-03-31  Bruno Haible  <bruno@clisp.org>
7717
7718         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
7719         the function is not present.
7720
7721 2007-03-31  Bruno Haible  <bruno@clisp.org>
7722
7723         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
7724         a bug in HP-UX iconv_open().
7725
7726 2007-03-31  Bruno Haible  <bruno@clisp.org>
7727
7728         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
7729         (Mathematics <math.h>): New section, add fpieee.
7730         (Input/output <stdio.h>): Add fseterr.
7731         (Mathematics <math.h>): New section, add printf-frexp.
7732         (Container data structures): Add sublist.
7733         (Core language properties): Add fpucw, inline.
7734         (Functions for greatest-width integer types <inttypes.h>): Add
7735         imaxabs, imaxdiv, inttypes.
7736         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
7737         isnanl-nolibm, ldexp.
7738         (Mathematics <math.h>): New section, add printf-frexpl.
7739         (Support for systems lacking POSIX:2001): Add fprintf-posix,
7740         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
7741         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
7742         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
7743         (Unicode string functions): Add unistr/u*-mbtoucr.
7744         (Java): Add javacomp-script, javaexec-script.
7745         (C#): Add csharpcomp-script, csharpexec-script.
7746         (Support for building libraries and executables): Add havelib,
7747         relocatable-*.
7748         (Support for maintaining and releasing projects): Renamed from
7749         'Support for maintaining and release projects'. Add announce-gen.
7750
7751 2007-03-31  Bruno Haible  <bruno@clisp.org>
7752
7753         * README: Talk primarily about git.
7754         (git and CVS): Renamed from CVS.
7755         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
7756         gnulib is available through git.
7757         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
7758
7759 2007-03-30  Bruno Haible  <bruno@clisp.org>
7760
7761         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
7762         * lib/poll_.h: Likewise.
7763         * lib/stat_.h: Likewise.
7764         * lib/sys_time_.h: Likewise.
7765         * lib/sysexit_.h: Likewise.
7766         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
7767         * lib/stdbool_.h: Likewise.
7768         * lib/byteswap_.h: Add double-inclusion guard.
7769
7770 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
7771
7772         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
7773
7774 2007-03-30  Karl Berry  <karl@gnu.org>
7775
7776         * config/srclist-update: double space after USA in the license
7777         substitution, since that's how it's usually (?) written.
7778
7779 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7780
7781         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
7782         reported by Bruno Haible.
7783
7784 2007-03-29  Bruno Haible  <bruno@clisp.org>
7785
7786         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
7787         a bug in AIX iconv().
7788
7789 2007-03-29  Bruno Haible  <bruno@clisp.org>
7790
7791         * modules/ldexpl-tests: New file.
7792         * tests/test-ldexpl.c: New file.
7793
7794 2007-03-29  Bruno Haible  <bruno@clisp.org>
7795
7796         * lib/ldexpl.c: Include fpucw.h.
7797         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
7798         multiplication.
7799         * modules/ldexpl (Depends-on): Add fpucw.
7800
7801 2007-03-29  Bruno Haible  <bruno@clisp.org>
7802
7803         * modules/ldexpl: New file.
7804         * m4/ldexpl.m4: New file.
7805         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
7806         set.
7807         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
7808         REPLACE_LDEXPL.
7809         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
7810         REPLACE_LDEXPL.
7811         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
7812         gl_FUNC_LDEXPL_WORKS.
7813         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
7814         * modules/mathl (Files): Remove lib/ldexpl.c.
7815         (Depends-on): Add ldexpl.
7816
7817 2007-03-29  Bruno Haible  <bruno@clisp.org>
7818
7819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
7820
7821 2007-03-29  Bruno Haible  <bruno@clisp.org>
7822
7823         * tests/test-striconveh.c (main): Don't assume that a direct conversion
7824         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
7825         and possibly also HP-UX.
7826         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
7827         work on AIX, IRIX, HP-UX, OSF/1.
7828         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
7829         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
7830         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
7831         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
7832         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
7833         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
7834
7835 2007-03-29  Bruno Haible  <bruno@clisp.org>
7836
7837         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
7838
7839 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7840
7841         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
7842         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
7843
7844 2007-03-29  Eric Blake  <ebb9@byu.net>
7845
7846         * lib/acl-internal.h: Remove redundant include.
7847         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
7848         Cygwin when a file is locked.
7849
7850 2007-03-29  Bruno Haible  <bruno@clisp.org>
7851
7852         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
7853         file.
7854         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
7855
7856 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7857
7858         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
7859         try to remove a parent directory if the child couldn't be removed
7860         (except for the first rmdir, which could fail because the child
7861         doesn't exist).  Problem reported by Jeff Blaine in
7862         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
7863
7864 2007-03-28  Bruno Haible  <bruno@clisp.org>
7865
7866         * lib/striconveh.c (utf8conv_carefully): New function.
7867         (mem_cd_iconveh_internal): Invoke it.
7868
7869 2007-03-28  Bruno Haible  <bruno@clisp.org>
7870
7871         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
7872         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
7873         input.
7874         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
7875         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
7876         unistr/u8-uctomb.
7877
7878 2007-03-28  Bruno Haible  <bruno@clisp.org>
7879
7880         * modules/unistr/u8-mbtoucr: New file.
7881         * lib/unistr/u8-mbtoucr.c: New file.
7882         * modules/unistr/u16-mbtoucr: New file.
7883         * lib/unistr/u16-mbtoucr.c: New file.
7884         * modules/unistr/u16-mbtoucr: New file.
7885         * lib/unistr/u16-mbtoucr.c: New file.
7886         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
7887
7888 2007-03-27  Simon Josefsson  <simon@josefsson.org>
7889             Bruno Haible  <bruno@clisp.org>
7890
7891         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
7892         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
7893         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
7894
7895         * m4/stdio_h.m4: Add stubs for vasprintf too.
7896
7897         * modules/stdio: Support vasprintf in sed command.
7898
7899         * modules/vasprintf: Depend on stdio for prototypes.  Remove
7900         vasprintf.h.  Add stdio module indicator.
7901
7902         * lib/stdio_.h: Declare asprintf and vasprintf, based on
7903         vasprintf.h.
7904
7905         * lib/vasprintf.h: File removed.
7906
7907         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
7908         * lib/vasprintf.c: Ditto.
7909         * lib/xvasprintf.c: Ditto.
7910         * tests/test-vasprintf-posix.c: Ditto.
7911         * tests/test-vasprintf.c: Ditto.
7912
7913 2007-03-27  Bruno Haible  <bruno@clisp.org>
7914
7915         Make vasnprintf multithread-safe.
7916         * lib/vasnprintf.c (decimal_point_char): New function.
7917         (VASNPRINTF): Use it.
7918         Suggested by Simon Josefsson.
7919
7920 2007-03-27  Eric Blake  <ebb9@byu.net>
7921
7922         Support sub-second birthtime on cygwin.
7923         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
7924         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
7925         (get_stat_birthtime): Also work with st_birthtim.
7926
7927 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
7928
7929         * lib/stat-time.h (USE_BIRTHTIME): Remove.
7930         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
7931         (get_stat_birthtime_ns): Do not try to use "spare" fields.
7932         (get_stat_birthtime_ns): Simplify compile-time tests.
7933         (get_stat_birthtime): Change the API to look like
7934         get_stat_mtime etc., except return a negative tv_nsec on error.
7935         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
7936         Don't check for "spare" fields.
7937         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
7938         or for struct stat.st_birthtime, as these tests aren't used.
7939         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
7940
7941 2007-03-27  Bruno Haible  <bruno@clisp.org>
7942
7943         * lib/stat-time.h: Include <sys/stat.h>.
7944
7945 2007-03-27  James Youngman  <jay@gnu.org>
7946
7947         * lib/stat-time.h (get_stat_birthtime): New function for
7948           retrieving st_birthtime as provided by UFS2 (hence *BSD).
7949         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
7950           and its variants.
7951         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
7952         * modules/stat-time-test: New file.
7953         * tests/test-stat-time.c: New test, devised by Bruno Haible.
7954
7955 2007-03-26  Bruno Haible  <bruno@clisp.org>
7956
7957         Better support of signalling NaNs.
7958         * lib/atanl.c: Include isnanl.h.
7959         (atanl): Perform test for NaN at the beginning of the function and
7960         through a call to isnanl.
7961         * lib/cosl.c: Include isnanl.h.
7962         (cosl): Perform test for NaN at the beginning of the function and
7963         through a call to isnanl.
7964         * lib/ldexpl.c: Include isnanl.h.
7965         (ldexpl): Perform test for NaN through a call to isnanl.
7966         * lib/logl.c: Include isnanl.h.
7967         (logl): Perform test for NaN at the beginning of the function and
7968         through a call to isnanl.
7969         * lib/sinl.c: Include isnanl.h.
7970         (sinl): Perform test for NaN at the beginning of the function and
7971         through a call to isnanl.
7972         * lib/sqrtl.c: Include isnanl.h.
7973         (sqrtl): Perform test for NaN at the beginning of the function and
7974         through a call to isnanl.
7975         * lib/tanl.c: Include isnanl.h.
7976         (tanl): Perform test for NaN at the beginning of the function and
7977         through a call to isnanl.
7978         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
7979         * modules/mathl (Depends-on): Add isnanl.
7980
7981 2007-03-26  Eric Blake  <ebb9@byu.net>
7982
7983         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
7984         regression in logic sense of previous patch.
7985
7986 2007-03-26  Bruno Haible  <bruno@clisp.org>
7987
7988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
7989         unportable shell command "if ! ...".
7990         Reported by Ralf Wildenhues.
7991
7992 2007-03-25  Bruno Haible  <bruno@clisp.org>
7993
7994         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
7995         <sysexits.h> file, and only add EX_CONFIG.
7996         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
7997         absolute file name and whether it is sufficient. Substitute also
7998         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
7999         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
8000         ABSOLUTE_SYSEXITS_H into sysexits.h.
8001
8002 2007-03-25  Bruno Haible  <bruno@clisp.org>
8003
8004         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
8005         hints is NULL.
8006
8007 2007-03-25  Bruno Haible  <bruno@clisp.org>
8008
8009         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
8010         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
8011
8012 2007-03-25  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/vasnprintf.c: Include langinfo.h.
8015         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
8016         multithread-safe.
8017         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
8018         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
8019         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8020         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8021         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8022         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8023         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8024         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
8025         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8026         Reported by Simon Josefsson.
8027
8028 2007-03-25  Bruno Haible  <bruno@clisp.org>
8029
8030         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
8031         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
8032         * modules/vasnprintf (Depends-on): Add stdint.
8033
8034 2007-03-25  Bruno Haible  <bruno@clisp.org>
8035
8036         * modules/fpieee: New file.
8037         * m4/fpieee.m4: New file.
8038         * modules/isnan-nolibm (Depends-on): Add fpieee.
8039         * modules/isnanl-nolibm (Depends-on): Add fpieee.
8040         * modules/isnanl (Depends-on): Add fpieee.
8041
8042 2007-03-25  Bruno Haible  <bruno@clisp.org>
8043
8044         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
8045
8046 2007-03-25  Bruno Haible  <bruno@clisp.org>
8047
8048         Avoid test failures on IRIX 6.5.
8049         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
8050         (main): Use it.
8051         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
8052         macros.
8053         (main): Use them.
8054
8055 2007-03-25  Bruno Haible  <bruno@clisp.org>
8056
8057         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
8058         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
8059         exists but doesn't work.
8060         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
8061         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
8062         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
8063         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
8064
8065 2007-03-25  Bruno Haible  <bruno@clisp.org>
8066
8067         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
8068         returns inf. Needed on IRIX 6.5.
8069
8070 2007-03-25  Bruno Haible  <bruno@clisp.org>
8071
8072         * tests/test-frexpl.c: Include isnanl-nolibm.h.
8073         (main): Use isnanl instead of x != x idiom.
8074         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
8075
8076         * tests/test-frexp.c: Include isnan.h.
8077         (main): Use isnan instead of x != x idiom.
8078         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
8079
8080 2007-03-25  Bruno Haible  <bruno@clisp.org>
8081
8082         * tests/test-frexp.c (NaN): New function/macro.
8083         (main): Use it instead of 0.0 / 0.0.
8084         * tests/test-isnan.c (NaN): New function/macro.
8085         (main): Use it instead of 0.0 / 0.0.
8086         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
8087         (test_function): Use it instead of 0.0 / 0.0.
8088         * tests/test-vasprintf-posix.c (NaN): New function/macro.
8089         (test_function): Use it instead of 0.0 / 0.0.
8090         * tests/test-snprintf-posix.h (NaN): New function/macro.
8091         (test_function): Use it instead of 0.0 / 0.0.
8092         * tests/test-sprintf-posix.h (NaN): New function/macro.
8093         (test_function): Use it instead of 0.0 / 0.0.
8094         * tests/test-fprintf-posix.h (NaN): New function/macro.
8095         (test_function): Use it instead of 0.0 / 0.0.
8096         * tests/test-printf-posix.h (NaN): New function/macro.
8097         (test_function): Use it instead of 0.0 / 0.0.
8098
8099         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
8100
8101 2007-03-25  Bruno Haible  <bruno@clisp.org>
8102
8103         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
8104
8105 2007-03-25  Bruno Haible  <bruno@clisp.org>
8106
8107         * lib/regexec.c (merge_state_with_log): Make static.
8108
8109 2007-03-25  Bruno Haible  <bruno@clisp.org>
8110
8111         * lib/trigl.c (kernel_rem_pio2): Make static.
8112
8113 2007-03-25  Bruno Haible  <bruno@clisp.org>
8114
8115         * lib/sincosl.c (sincosl_table): Make static.
8116
8117 2007-03-25  Bruno Haible  <bruno@clisp.org>
8118
8119         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
8120         if the compiler does not support C99.
8121
8122 2007-03-25  Bruno Haible  <bruno@clisp.org>
8123
8124         * modules/time (Makefile.am): Ensure all rule action lines start with a
8125         tab.
8126
8127 2007-03-24  Bruno Haible  <bruno@clisp.org>
8128
8129         * modules/tsearch-tests: New file.
8130         * tests/test-tsearch.sh: New file.
8131         * tests/test-tsearch.c: New file, mostly copied from glibc.
8132
8133         * modules/search-tests: New file.
8134         * tests/test-search.c: New file.
8135
8136         * modules/search: New file.
8137         * lib/search_.h: New file, incorporating lib/tsearch.h.
8138         * m4/search_h.m4: New file.
8139         * lib/tsearch.h: Remove file.
8140         * lib/tsearch.c: Include search.h instead of tsearch.h.
8141         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
8142         HAVE_TSEARCH.
8143         * modules/tsearch (Files): Remove lib/tsearch.h.
8144         (Depends-on): Add search.
8145         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
8146         (Include): Change tsearch.h into search.h.
8147
8148 2007-03-24  Bruno Haible  <bruno@clisp.org>
8149
8150         * modules/fpucw: New file.
8151         * lib/fpucw.h: New file.
8152         * lib/frexp.c: Include fpucw.h.
8153         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
8154         (FUNC): Use them.
8155         * lib/printf-frexp.c: Include fpucw.h.
8156         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
8157         (FUNC): Use them.
8158         * lib/vasnprintf.c: Include fpucw.h.
8159         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
8160         'long double' calculations.
8161         * tests/test-frexpl.c: Include fpucw.h.
8162         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
8163         * tests/test-printf-frexpl.c: Include fpucw.h.
8164         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
8165         * modules/frexpl (Depends-on): Add fpucw.
8166         * modules/printf-frexpl (Depends-on): Likewise.
8167         * modules/fprintf-posix (Depends-on): Likewise.
8168         * modules/snprintf-posix (Depends-on): Likewise.
8169         * modules/sprintf-posix (Depends-on): Likewise.
8170         * modules/vasnprintf-posix (Depends-on): Likewise.
8171         * modules/vasprintf-posix (Depends-on): Likewise.
8172         * modules/vfprintf-posix (Depends-on): Likewise.
8173         * modules/vsnprintf-posix (Depends-on): Likewise.
8174         * modules/vsprintf-posix (Depends-on): Likewise.
8175         * modules/frexpl-tests (Depends-on): Likewise.
8176         * modules/printf-frexpl-tests (Depends-on): Likewise.
8177
8178 2007-03-24  Bruno Haible  <bruno@clisp.org>
8179
8180         * lib/float+.h: New file.
8181         * lib/isnan.c: Include float+.h.
8182         (SIZE): New macro.
8183         (FUNC): Compare only SIZE bytes of the value.
8184         * lib/vasnprintf.c: Include float+.h.
8185         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
8186         SIZEOF_LDBL or SIZEOF_DBL bytes.
8187         * modules/isnan-nolibm (Files): Add lib/float+.h.
8188         * modules/isnanl-nolibm (Files): Add lib/float+.h.
8189         * modules/isnanl (Files): Add lib/float+.h.
8190         * modules/vasnprintf (Files): Add lib/float+.h.
8191
8192 2007-03-24  Bruno Haible  <bruno@clisp.org>
8193
8194         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
8195         include isnanl-nolibm.h.
8196
8197 2007-03-24  Bruno Haible  <bruno@clisp.org>
8198
8199         * tests/test-read-file.c (main): Don't produce spurious output for
8200         expected situations. Make the test fail if it encountered unexpected
8201         results.
8202
8203 2007-03-24  Bruno Haible  <bruno@clisp.org>
8204
8205         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
8206         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
8207
8208 2007-03-24  Bruno Haible  <bruno@clisp.org>
8209
8210         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
8211
8212 2007-03-24  Bruno Haible  <bruno@clisp.org>
8213
8214         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
8215         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
8216
8217         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
8218         * modules/utf8-ucs4: Turn into a symbolic link to module
8219         unistr/u8-mbtouc.
8220
8221         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
8222         utf8-ucs4-unsafe.
8223         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
8224         unistr/u8-mbtouc-unsafe.
8225
8226         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
8227         * modules/utf16-ucs4: Turn into a symbolic link to module
8228         unistr/u16-mbtouc.
8229
8230         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
8231         utf16-ucs4-unsafe.
8232         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
8233         unistr/u16-mbtouc-unsafe.
8234
8235         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
8236         * modules/ucs4-utf8: Turn into a symbolic link to module
8237         unistr/u8-ubtomb.
8238
8239         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
8240         * modules/ucs4-utf16: Turn into a symbolic link to module
8241         unistr/u16-ubtomb.
8242
8243 2007-03-24  Bruno Haible  <bruno@clisp.org>
8244
8245         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
8246         Enable the function only if HAVE_INLINE.
8247         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
8248         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
8249         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
8250         Enable the function only if HAVE_INLINE.
8251         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
8252         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
8253         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
8254         Enable the function only if HAVE_INLINE.
8255         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
8256         Enable the function only if HAVE_INLINE.
8257         * modules/utf8-ucs4: Update.
8258         * modules/utf8-ucs4-unsafe: Update.
8259         * modules/utf16-ucs4: Update.
8260         * modules/utf16-ucs4-unsafe: Update.
8261         * modules/ucs4-utf8: Update.
8262         * modules/ucs4-utf16: Update.
8263
8264 2007-03-24  Bruno Haible  <bruno@clisp.org>
8265
8266         * lib/utf8-ucs4.h: Remove file.
8267         * lib/utf8-ucs4-unsafe.h: Remove file.
8268         * lib/utf16-ucs4.h: Remove file.
8269         * lib/utf16-ucs4-unsafe.h: Remove file.
8270         * lib/ucs4-utf8.h: Remove file.
8271         * lib/ucs4-utf16.h: Remove file.
8272         * lib/unistr.h: Include their previous contents.
8273         * m4/utf-ucs4.m4: Remove file.
8274         * m4/ucs4-utf.m4: Remove file.
8275         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
8276         (Depends-on): Add unistr/base.
8277         (configure.ac): Remove gl_UTF_UCS4.
8278         (Makefile.am): Update.
8279         (Include): Change to unistr.h.
8280         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
8281         (Depends-on): Add unistr/base.
8282         (configure.ac): Remove gl_UTF_UCS4.
8283         (Makefile.am): Update.
8284         (Include): Change to unistr.h.
8285         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
8286         (Depends-on): Add unistr/base.
8287         (configure.ac): Remove gl_UTF_UCS4.
8288         (Makefile.am): Update.
8289         (Include): Change to unistr.h.
8290         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
8291         (Depends-on): Add unistr/base.
8292         (configure.ac): Remove gl_UTF_UCS4.
8293         (Makefile.am): Update.
8294         (Include): Change to unistr.h.
8295         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
8296         (Depends-on): Add unistr/base.
8297         (configure.ac): Remove gl_UCS4_UTF.
8298         (Makefile.am): Update.
8299         (Include): Change to unistr.h.
8300         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
8301         (Depends-on): Add unistr/base.
8302         (configure.ac): Remove gl_UCS4_UTF.
8303         (Makefile.am): Update.
8304         (Include): Change to unistr.h.
8305         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
8306         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
8307         utf8-ucs4-unsafe.h.
8308         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
8309         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
8310         utf16-ucs4-unsafe.h.
8311         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
8312         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
8313         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
8314         * lib/unistr/u8-strchr.c: Likewise.
8315         * lib/unistr/u8-strrchr.c: Likewise.
8316         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
8317         * lib/unistr/u16-strchr.c: Likewise.
8318         * lib/unistr/u16-strrchr.c: Likewise.
8319         * lib/striconveh.c: Update.
8320         * lib/linebreak.c: Update.
8321
8322 2007-03-24  Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
8325         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
8326
8327 2007-03-22  Bruno Haible  <bruno@clisp.org>
8328
8329         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
8330
8331 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         * MODULES.html.sh (File system functions): New module write-any-file.
8334         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
8335         * m4/write-any-file.m4: New files.
8336
8337 2007-03-23  Eric Blake  <ebb9@byu.net>
8338
8339         * gnulib-tool: Rearrange space-tab sequences, since some editors
8340         like to eat them.
8341
8342 2007-03-23  Eric Blake  <ebb9@byu.net>
8343
8344         * lib/version-etc.c (version_etc_va): Update license wording to
8345         be more concise.  Recommended by Richard Stallman.
8346
8347 2007-03-22  Bruno Haible  <bruno@clisp.org>
8348
8349         * lib/poll.c (MSG_PEEK): New fallback definition.
8350
8351 2007-03-22  Bruno Haible  <bruno@clisp.org>
8352
8353         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
8354         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
8355         (main): Update.
8356         Fixes a compilation error on BeOS.
8357
8358 2007-03-22  Bruno Haible  <bruno@clisp.org>
8359
8360         * modules/frexpl-tests: New file.
8361         * tests/test-frexpl.c: New file.
8362
8363         * modules/frexpl: New file.
8364         * m4/frexpl.m4: New file.
8365         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
8366         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
8367         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
8368         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
8369         (Depends-on): Add frexpl. Remove isnanl-nolibm.
8370         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
8371
8372 2007-03-22  Bruno Haible  <bruno@clisp.org>
8373
8374         * lib/frexpl.c: Share code with lib/frexp.c.
8375         * modules/mathl (Files): Add lib/frexp.c.
8376         (Depends-on): Add isnanl-nolibm.
8377
8378 2007-03-22  Bruno Haible  <bruno@clisp.org>
8379
8380         * modules/printf-frexp (Files): Add m4/frexp.m4.
8381         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
8382         only if the found frexp function actually works.
8383
8384 2007-03-22  Bruno Haible  <bruno@clisp.org>
8385
8386         * lib/frexp.c: Remove older implementation that uses divisions.
8387
8388 2007-03-21  Bruno Haible  <bruno@clisp.org>
8389
8390         * modules/frexp-tests: New file.
8391         * tests/test-frexp.c: New file.
8392
8393         * modules/frexp: New file.
8394         * lib/frexp.c: New file.
8395         * m4/frexp.m4: New file.
8396         * lib/math_.h (frexp): New declaration.
8397         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
8398         REPLACE_FREXP.
8399         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
8400
8401 2007-03-21  Bruno Haible  <bruno@clisp.org>
8402
8403         * modules/isnanl-tests: New file.
8404         * tests/test-isnanl.c: New file.
8405
8406         * modules/isnanl: New file.
8407         * lib/isnanl.h: New file.
8408         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
8409         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
8410         gl_FUNC_ISNANL_WORKS.
8411         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
8412         New macros.
8413
8414 2007-03-21  Bruno Haible  <bruno@clisp.org>
8415
8416         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
8417         lib/isnanl.h.
8418         (Include): Update.
8419         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
8420         * lib/vasnprintf.c: Update.
8421         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
8422         tests/test-isnanl.h, remove tests/test-isnanl.c.
8423         (Makefile.am): Update.
8424         * tests/test-isnanl-nolibm.c: New file.
8425         * tests/test-isnanl.h: New file.
8426         * tests/test-isnanl.c: Remove file.
8427
8428 2007-03-21  Jim Meyering  <jim@meyering.net>
8429
8430         When trying to open ".", treat ESTALE like EACCES.
8431         * lib/savewd.c (savewd_save): Resort to forking not just upon
8432         failure with EACCES, but also when errno is ESTALE.
8433
8434 2007-03-20  Bruno Haible  <bruno@clisp.org>
8435
8436         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
8437         Needed on AIX 5.1. Reported by Matthew Woehlke.
8438
8439 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8440
8441         Suggestions by Bruno Haible:
8442         * lib/acl-internal.h: Include "gettext.h" rather than rolling
8443         our own.
8444         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
8445         * modules/acl (Depends-on): Add gettext.
8446
8447 2007-03-19  Bruno Haible  <bruno@clisp.org>
8448
8449         * modules/iconvme: Remove file.
8450         * lib/iconvme.h: Remove file.
8451         * lib/iconvme.c: Remove file.
8452         * m4/iconvme.m4: Remove file.
8453
8454 2007-03-19  Bruno Haible  <bruno@clisp.org>
8455
8456         * doc/relocatable-maint.texi: Break long shell script line.
8457         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
8458
8459 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8460
8461         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
8462         handle file_has_acl.
8463         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
8464         * lib/acl.c: Move header inclusions and related macro defns into
8465         lib/acl-internal.h.
8466         (S_ISLNK): Remove defn, since that's now done for us.
8467         (file_has_acl): Move to lib/file-has-acl.c.
8468         Call acl_trivial if available.  This is the crucial part of the fix.
8469         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
8470         shared within the library.  Rewrite a bit, partly to make it compatible
8471         with the GNU coding style.
8472         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
8473         Remove unnecessary double-quotes.
8474         Don't test for acl_to_text; the build will catch that.
8475         Replace acl_entries if it doesn't exist and it is needed.
8476         Check for -lsec and acl_trivial (as used on Solaris 10).
8477         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
8478         lib/file-has-acl.c.
8479         (Depends-on): Add sys_stat, for S_ISLNK.
8480
8481 2007-03-19  Ben Pfaff  <blp@gnu.org>
8482
8483         * doc/gnulib.texi: Fix typos.
8484         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
8485
8486 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8487
8488         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
8489         If size is zero here, buf must be zero.
8490
8491 2007-03-19  Simon Josefsson  <simon@josefsson.org>
8492
8493         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
8494         <bruno@clisp.org>.
8495
8496 2007-03-18  Bruno Haible  <bruno@clisp.org>
8497
8498         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
8499         Suggested by Eric Blake.
8500
8501 2007-03-18  Ben Pfaff  <blp@gnu.org>
8502
8503         * doc/relocatable.texi: Recommend using as prefix a directory
8504         that does not exist and will never be created.  Based on
8505         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
8506         and others.
8507
8508 2007-03-17  Bruno Haible  <bruno@clisp.org>
8509
8510         * lib/fchownat.c: Include lchown.h.
8511
8512 2007-03-17  Bruno Haible  <bruno@clisp.org>
8513
8514         Fix endless loop when the given allocated size was > INT_MAX.
8515         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
8516         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
8517         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
8518         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
8519         * lib/sprintf.c (sprintf): Likewise.
8520
8521 2007-03-17  Bruno Haible  <bruno@clisp.org>
8522
8523         * tests/test-argp-2.sh (func_compare): Output a context diff.
8524
8525 2007-03-17  Bruno Haible  <bruno@clisp.org>
8526
8527         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
8528         locale's decimal-point character.
8529
8530 2007-03-17  Bruno Haible  <bruno@clisp.org>
8531
8532         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
8533         before comparing it. Needed because on some platforms (e.g. x86) a
8534         'long double' occupies less bytes than sizeof (long double).
8535
8536 2007-03-17  Bruno Haible  <bruno@clisp.org>
8537
8538         * tests/test-crc.c (main): Make printf statements 64-bit clean.
8539         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
8540         * tests/test-getaddrinfo.c (simple): Likewise.
8541         * tests/test-read-file.c (main): Likewise.
8542
8543 2007-03-17  Bruno Haible  <bruno@clisp.org>
8544
8545         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
8546
8547 2007-03-17  Bruno Haible  <bruno@clisp.org>
8548
8549         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
8550         unused variable.
8551
8552 2007-03-17  Bruno Haible  <bruno@clisp.org>
8553
8554         * tests/test-c-strcasecmp.c: Include c-strcase.h.
8555         * tests/test-c-strncasecmp.c: Likewise.
8556
8557 2007-03-17  Bruno Haible  <bruno@clisp.org>
8558
8559         * modules/stdlib (Depends-on): Add unistd.
8560         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
8561         Needed for MacOS X 10.3.
8562
8563 2007-03-17  Bruno Haible  <bruno@clisp.org>
8564
8565         * lib/unistr/u-strdup.h: Include <stdlib.h>.
8566
8567 2007-03-17  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
8570
8571 2007-03-17  Bruno Haible  <bruno@clisp.org>
8572
8573         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
8574         to reflect files copied from gnulib (with or without modifications).
8575         Suggested by Jim Meyering.
8576
8577 2007-03-17  Eric Blake  <ebb9@byu.net>
8578
8579         * NEWS: Document stdlib change from 2007-02-18.
8580
8581 2007-03-17  Jim Meyering  <jim@meyering.net>
8582
8583         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
8584         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
8585         someone uses a name containing shell meta-characters.
8586         Reported by Alfred M. Szmidt.
8587
8588         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
8589
8590 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
8591
8592         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
8593         and copy gettext configuration files only if configure.ac contains
8594         a use of AM_GNU_GETTEXT_VERSION.
8595
8596 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
8597
8598         * build-aux/bootstrap (gnulib_name): New variable.
8599         (gnulib_tool_options): Use it.
8600
8601 2007-03-13  Simon Josefsson  <simon@josefsson.org>
8602
8603         * tests/test-des.c: Use new namespace.
8604
8605 2007-03-15  Bruno Haible  <bruno@clisp.org>
8606
8607         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
8608         Reported by James Youngman <jay@gnu.org>.
8609
8610 2007-03-15  Bruno Haible  <bruno@clisp.org>
8611
8612         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
8613         declared prototype. Needed with cc on OSF/1 5.1.
8614
8615 2007-03-15  Bruno Haible  <bruno@clisp.org>
8616
8617         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
8618         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
8619         (struct gl_list_implementation): Add dispose_fn argument to the
8620         'create_empty', 'create' methods.
8621         (struct gl_list_impl_base): Add field 'dispose_fn'.
8622         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
8623         argument.
8624         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
8625         dispose_fn argument.
8626         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
8627         dispose_fn on the dropped values.
8628         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
8629         dispose_fn argument.
8630         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
8631         dropped values.
8632         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
8633         (gl_tree_remove_node): Call dispose_fn on the dropped value.
8634         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
8635         (gl_tree_remove_node): Call dispose_fn on the dropped value.
8636         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
8637         argument.
8638         (gl_tree_list_free): Call dispose_fn on the dropped values.
8639         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
8640         the dropped values.
8641         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8642         Add dispose_fn argument.
8643         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
8644         Call dispose_fn on the dropped values.
8645         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
8646         Add dispose_fn argument.
8647         (gl_sublist_create): Initialize the 'dispose_fn' field.
8648         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
8649         * tests/test-array_list.c (main): Update.
8650         * tests/test-carray_list.c (main): Update.
8651         * tests/test-avltree_list.c (main): Update.
8652         * tests/test-rbtree_list.c (main): Update.
8653         * tests/test-avltreehash_list.c (main): Update.
8654         * tests/test-rbtreehash_list.c (main): Update.
8655         * tests/test-linked_list.c (main): Update.
8656         * tests/test-linkedhash_list.c (main): Update.
8657         * tests/test-array_oset.c (main): Update.
8658
8659 2007-03-15  Bruno Haible  <bruno@clisp.org>
8660
8661         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
8662         (gl_oset_create_empty): Add dispose_fn argument.
8663         (struct gl_oset_implementation): Add dispose_fn argument to
8664         'create_empty' method.
8665         (struct gl_oset_impl_base): Add dispose_fn field.
8666         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
8667         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
8668         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
8669         values.
8670         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
8671         (gl_tree_oset_free): Call dispose_fn on the dropped values.
8672         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
8673         dropped value.
8674         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
8675         dropped value.
8676         * tests/test-array_oset.c (main): Update.
8677         * tests/test-avltree_oset.c (main): Update.
8678         * tests/test-rbtree_oset.c (main): Update.
8679         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
8680
8681 2007-03-13  Bruno Haible  <bruno@clisp.org>
8682
8683         * tests/test-stdbool.c (i): Update after last patch.
8684
8685 2007-03-12  Bruno Haible  <bruno@clisp.org>
8686
8687         * lib/quotearg.c: Include <wctype.h> early, before the definition of
8688         the iswprint macro. Needed on Solaris 2.5.1.
8689
8690 2007-03-12  Bruno Haible  <bruno@clisp.org>
8691
8692         * tests/test-printf-frexp.c (main): Declare x as volatile.
8693
8694 2007-03-12  Simon Josefsson  <simon@josefsson.org>
8695
8696         * doc/gnulib.texi (Build robot for gnulib): New section.
8697
8698 2007-03-12  Jim Meyering  <jim@meyering.net>
8699
8700         * build-aux/bootstrap: New file.
8701         * build-aux/bootstrap.conf: New file, from coreutils.
8702
8703 2007-03-11  Bruno Haible  <bruno@clisp.org>
8704
8705         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
8706
8707 2007-03-12  Simon Josefsson  <simon@josefsson.org>
8708
8709         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
8710         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
8711         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
8712
8713 2007-03-11  Bruno Haible  <bruno@clisp.org>
8714
8715         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
8716         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
8717
8718 2007-03-11  Bruno Haible  <bruno@clisp.org>
8719
8720         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
8721         formula. Needed for SunPRO C 5.0.
8722
8723 2007-03-11  Bruno Haible  <bruno@clisp.org>
8724
8725         * modules/long-options (Depends-on): Add getopt.
8726
8727 2007-03-11  Bruno Haible  <bruno@clisp.org>
8728
8729         * modules/modechange (Depends-on): Add stdbool.
8730
8731 2007-03-11  Bruno Haible  <bruno@clisp.org>
8732
8733         * modules/i-ring (Depends-on): Add stdbool.
8734
8735 2007-03-11  Bruno Haible  <bruno@clisp.org>
8736
8737         * modules/gc-des (Depends-on): Add stdbool.
8738
8739 2007-03-11  Bruno Haible  <bruno@clisp.org>
8740
8741         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
8742
8743 2007-03-11  Bruno Haible  <bruno@clisp.org>
8744
8745         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
8746
8747 2007-03-11  Bruno Haible  <bruno@clisp.org>
8748
8749         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
8750
8751 2007-03-11  Bruno Haible  <bruno@clisp.org>
8752
8753         * lib/vasnprintf.c (sprintf): Undefine.
8754
8755 2007-03-11  Bruno Haible  <bruno@clisp.org>
8756
8757         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
8758         initializers in SunPRO C and Compaq C compilers.
8759
8760 2007-03-11  Bruno Haible  <bruno@clisp.org>
8761
8762         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
8763         decrementing code ANSI C compliant.
8764
8765 2007-03-11  Bruno Haible  <bruno@clisp.org>
8766
8767         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
8768         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
8769
8770 2007-03-11  Bruno Haible  <bruno@clisp.org>
8771
8772         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
8773         <stdbool.h> substitute doesn't pass.
8774
8775 2007-03-11  Bruno Haible  <bruno@clisp.org>
8776
8777         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
8778
8779 2007-03-11  Bruno Haible  <bruno@clisp.org>
8780
8781         * gnulib-tool (func_create_megatestdir): Create also an autobuild
8782         script, for submission to autobuild.josefsson.org.
8783
8784 2007-03-10  Bruno Haible  <bruno@clisp.org>
8785
8786         * modules/canonicalize-lgpl-tests: New file.
8787         * tests/test-canonicalize-lgpl.sh: New file.
8788         * tests/test-canonicalize-lgpl.c: New file.
8789
8790         * modules/c-strcase-tests: New file.
8791         * tests/test-c-strcase.sh: New file.
8792         * tests/test-c-strcasecmp.c: New file.
8793         * tests/test-c-strncasecmp.c: New file.
8794
8795         * modules/atexit-tests: New file.
8796         * tests/test-atexit.sh: New file.
8797         * tests/test-atexit.c: New file.
8798
8799 2007-03-10  Bruno Haible  <bruno@clisp.org>
8800
8801         * tests/test-binary-io.sh: Use temporary filenames that are not so
8802         likely to clash with those of other tests (in a parallel make).
8803         * tests/test-binary-io.c: Likewise.
8804
8805 2007-03-10  Bruno Haible  <bruno@clisp.org>
8806
8807         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
8808         fallback; use #error instead.
8809         Suggested by Simon Josefsson.
8810
8811 2007-03-10  Bruno Haible  <bruno@clisp.org>
8812
8813         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
8814         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
8815         first and the last.
8816
8817 2007-03-10  Bruno Haible  <bruno@clisp.org>
8818
8819         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
8820
8821 2007-03-10  Bruno Haible  <bruno@clisp.org>
8822
8823         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
8824         "make distcheck".
8825         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
8826         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
8827         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
8828
8829 2007-03-10  Bruno Haible  <bruno@clisp.org>
8830
8831         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
8832         variable.
8833         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
8834         variable.
8835
8836 2007-03-09  Eric Blake  <ebb9@byu.net>
8837         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
8838
8839         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
8840         types are not being provided by gnulib.
8841         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
8842         types are supported.
8843
8844 2007-03-10  Bruno Haible  <bruno@clisp.org>
8845
8846         * lib/stdio_.h (__attribute__): New macro.
8847         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
8848         vsprintf): Specify __attribute__ __format__ for GCC.
8849         Suggested by Eric Blake.
8850
8851 2007-03-09  Bruno Haible  <bruno@clisp.org>
8852
8853         * modules/printf-posix-tests: New file.
8854         * tests/test-printf-posix.sh: New file.
8855         * tests/test-printf-posix.c: New file.
8856
8857         * modules/printf-posix: New file.
8858         * lib/printf.c: New file.
8859         * m4/printf-posix-rpl.m4: New file.
8860         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
8861         REPLACE_PRINTF.
8862         * lib/stdio_.h (printf): New declaration.
8863         (format, __format__, ____printf____, ____scanf____, ____strftime____,
8864         ____strfmon____): New macros.
8865         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
8866         REPLACE_PRINTF.
8867
8868 2007-03-09  Bruno Haible  <bruno@clisp.org>
8869
8870         * tests/test-vasnprintf-posix2.sh: New file.
8871         * tests/test-vasnprintf-posix2.c: New file.
8872         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
8873         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
8874         (Makefile.am): Activate test-vasnprintf-posix2.sh.
8875
8876         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
8877         a locale dependent decimal point, rather than always '.'.
8878
8879 2007-03-09  Eric Blake  <ebb9@byu.net>
8880
8881         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
8882         spite of platforms like Tandem/NSK that define it to -1.
8883
8884 2007-03-08  Bruno Haible  <bruno@clisp.org>
8885
8886         * modules/vprintf-posix-tests: New file.
8887         * tests/test-vprintf-posix.sh: New file.
8888         * tests/test-vprintf-posix.c: New file.
8889         * tests/test-printf-posix.h: New file.
8890
8891         * modules/vprintf-posix: New file.
8892         * lib/vprintf.c: New file.
8893         * m4/vprintf-posix.m4: New file.
8894         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
8895         REPLACE_VPRINTF.
8896         * lib/stdio_.h (vprintf): New declaration.
8897         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
8898         REPLACE_VPRINTF.
8899
8900 2007-03-08  Bruno Haible  <bruno@clisp.org>
8901
8902         * modules/fprintf-posix-tests: New file.
8903         * tests/test-fprintf-posix.sh: New file.
8904         * tests/test-fprintf-posix.c: New file.
8905
8906         * modules/fprintf-posix: New file.
8907         * lib/fprintf.c: New file.
8908         * m4/fprintf-posix.m4: New file.
8909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
8910         REPLACE_FPRINTF.
8911         * lib/stdio_.h (fprintf): New declaration.
8912         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
8913         REPLACE_FPRINTF.
8914
8915 2007-03-08  Bruno Haible  <bruno@clisp.org>
8916
8917         * modules/vfprintf-posix-tests: New file.
8918         * tests/test-vfprintf-posix.sh: New file.
8919         * tests/test-vfprintf-posix.c: New file.
8920         * tests/test-fprintf-posix.h: New file.
8921         * tests/test-fprintf-posix.out: New file.
8922
8923         * modules/vfprintf-posix: New file.
8924         * lib/vfprintf.c: New file.
8925         * m4/vfprintf-posix.m4: New file.
8926         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
8927         REPLACE_VFPRINTF.
8928         * lib/stdio_.h (vfprintf): New declaration.
8929         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
8930         REPLACE_VFPRINTF.
8931
8932 2007-03-08  Bruno Haible  <bruno@clisp.org>
8933
8934         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
8935
8936 2007-03-08  Bruno Haible  <bruno@clisp.org>
8937
8938         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
8939         instead of 'expr' invocations.
8940         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8941         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8942         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8943         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8944         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8945         Suggested by Paul Eggert.
8946
8947 2007-03-08  Bruno Haible  <bruno@clisp.org>
8948
8949         * modules/fseterr-tests: New file.
8950         * tests/test-fseterr.c: New file.
8951
8952         * modules/fseterr: New file.
8953         * lib/fseterr.h: New file.
8954         * lib/fseterr.c: New file.
8955
8956 2007-03-08  Bruno Haible  <bruno@clisp.org>
8957
8958         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
8959         * lib/getopt_.h: Likewise.
8960         * lib/mbswidth.h: Likewise.
8961         * lib/setenv.h: Likewise.
8962         * lib/vasnprintf.h: Likewise.
8963         * lib/vasprintf.h: Likewise.
8964         * lib/verror.h: Likewise.
8965         * lib/xsetenv.h: Likewise.
8966         * lib/xvasprintf.h: Likewise.
8967
8968 2007-03-08  Jim Meyering  <jim@meyering.net>
8969
8970         * users.txt: Add parted.
8971
8972         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
8973
8974 2007-03-07  Bruno Haible  <bruno@clisp.org>
8975
8976         * m4/printf.m4: Make the shell script snippets copy&pastable.
8977
8978 2007-03-02  Bruno Haible  <bruno@clisp.org>
8979
8980         * lib/netinet_in_.h: New file.
8981         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
8982         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
8983         * modules/netinet_in (Files): Add lib/netinet_in_.h.
8984         (Depends-on): Add absolute-header.
8985         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
8986         into netinet/in.h.
8987
8988 2007-03-03  Bruno Haible  <bruno@clisp.org>
8989
8990         * lib/sys_select_.h: New file.
8991         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
8992         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
8993         * modules/sys_select (Files): Add lib/sys_select_.h.
8994         (Depends-on): Add absolute-header.
8995         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
8996         into sys/select.h.
8997
8998 2007-03-02  Bruno Haible  <bruno@clisp.org>
8999
9000         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
9001         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
9002         values.
9003         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
9004         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
9005         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
9006         * modules/sys_socket (Depends-on): Add absolute-header.
9007         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
9008         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
9009         (Include): Remove requirement of inclusion of <sys/types.h>.
9010
9011 2007-03-02  Bruno Haible  <bruno@clisp.org>
9012
9013         * lib/byteswap_.h (bswap_32): Fix formula.
9014
9015 2007-03-06  Bruno Haible  <bruno@clisp.org>
9016
9017         * modules/sprintf-posix-tests: New file.
9018         * tests/test-sprintf-posix.c: New file.
9019
9020         * modules/sprintf-posix: New file.
9021         * lib/sprintf.c: New file.
9022         * m4/sprintf-posix.m4: New file.
9023         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
9024         REPLACE_SPRINTF.
9025         * lib/stdio_.h (sprintf): New declaration.
9026         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
9027         REPLACE_SPRINTF.
9028
9029 2007-03-06  Bruno Haible  <bruno@clisp.org>
9030
9031         * modules/vsprintf-posix-tests: New file.
9032         * tests/test-vsprintf-posix.c: New file.
9033         * tests/test-sprintf-posix.h: New file.
9034
9035         * modules/vsprintf-posix: New file.
9036         * lib/vsprintf.c: New file.
9037         * m4/vsprintf-posix.m4: New file.
9038         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
9039         REPLACE_VSPRINTF.
9040         * lib/stdio_.h (vsprintf): New declaration.
9041         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
9042         REPLACE_VSPRINTF.
9043
9044 2007-03-06  Bruno Haible  <bruno@clisp.org>
9045
9046         * modules/vsnprintf (Depend-on): Remove minmax.
9047
9048 2007-03-06  Bruno Haible  <bruno@clisp.org>
9049
9050         * modules/snprintf-posix-tests: New file.
9051         * tests/test-snprintf-posix.c: New file.
9052
9053         * modules/snprintf-posix: New file.
9054         * m4/snprintf-posix.m4: New file.
9055         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
9056         gl_FUNC_SNPRINTF.
9057         (gl_FUNC_SNPRINTF): Invoke it.
9058         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
9059         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
9060         is set.
9061         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
9062
9063 2007-03-06  Bruno Haible  <bruno@clisp.org>
9064
9065         * modules/vsnprintf-posix-tests: New file.
9066         * tests/test-vsnprintf-posix.c: New file.
9067         * tests/test-snprintf-posix.h: New file.
9068
9069         * modules/vsnprintf-posix: New file.
9070         * m4/vsnprintf-posix.m4: New file.
9071         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
9072         gl_FUNC_VSNPRINTF.
9073         (gl_FUNC_VSNPRINTF): Invoke it.
9074         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
9075         * lib/stdio_.h (vsnprintf): Define as a replacement if
9076         REPLACE_VSNPRINTF is set.
9077         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
9078
9079 2007-03-06  Bruno Haible  <bruno@clisp.org>
9080
9081         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
9082         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
9083
9084 2007-03-06  Bruno Haible  <bruno@clisp.org>
9085
9086         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
9087         (asinl): Declare also if HAVE_DECL_ASINL is set.
9088         (atanl): Declare also if HAVE_DECL_ATANL is set.
9089         (ceill): Declare also if HAVE_DECL_CEILL is set.
9090         (cosl): Declare also if HAVE_DECL_COSL is set.
9091         (expl): Declare also if HAVE_DECL_EXPL is set.
9092         (floorl): Declare also if HAVE_DECL_FLOORL is set.
9093         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
9094         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
9095         (logl): Declare also if HAVE_DECL_LOGL is set.
9096         (sinl): Declare also if HAVE_DECL_SINL is set.
9097         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
9098         (tanl): Declare also if HAVE_DECL_TANL is set.
9099         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
9100         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
9101         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
9102         declaration of frexpl, ldexpl.
9103         * modules/printf-frexpl (Depends-on): Add math.
9104         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
9105
9106 2007-03-05  Bruno Haible  <bruno@clisp.org>
9107
9108         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
9109         frexpl and ldexpl are declared.
9110         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
9111
9112 2007-03-05  Bruno Haible  <bruno@clisp.org>
9113
9114         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
9115         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
9116
9117 2007-03-05  Bruno Haible  <bruno@clisp.org>
9118
9119         * lib/stdio_.h: Include <stddef.h>.
9120
9121 2007-03-05  Bruno Haible  <bruno@clisp.org>
9122
9123         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
9124
9125 2007-03-05  Bruno Haible  <bruno@clisp.org>
9126
9127         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
9128         NetBSD 4, from Ralf Wildenhues.
9129
9130 2007-03-04  Bruno Haible  <bruno@clisp.org>
9131
9132         * lib/vasprintf.h: Update #if logic for the case when the functions
9133         exist but are overridden.
9134
9135 2007-03-04  Bruno Haible  <bruno@clisp.org>
9136
9137         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
9138         implementations: glibc-2.4 and MacOS X 10.3.
9139         * tests/test-vasnprintf-posix.c (test_function): Test also the case
9140         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
9141         * tests/test-vasprintf-posix.c (test_function): Likewise.
9142
9143 2007-03-04  Bruno Haible  <bruno@clisp.org>
9144
9145         * modules/vasprintf-posix-tests: New file.
9146         * tests/test-vasprintf-posix.c: New file.
9147
9148         * modules/vasprintf-posix: New file.
9149         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
9150         defined.
9151         * m4/vasprintf-posix.m4: New file.
9152         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
9153         gl_FUNC_VASPRINTF.
9154         (gl_FUNC_VASPRINTF): Invoke it.
9155         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
9156         here.
9157         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
9158
9159 2007-03-04  Bruno Haible  <bruno@clisp.org>
9160
9161         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
9162         REPLACE_GETTIMEOFDAY.
9163         * modules/sys_time (Makefile.am): Likewise.
9164         * m4/sys_time_h.m4: Likewise.
9165         * m4/gettimeofday.m4: Likewise.
9166
9167 2007-03-04  Bruno Haible  <bruno@clisp.org>
9168
9169         * modules/vasnprintf-posix-tests: New file.
9170         * tests/test-vasnprintf-posix.c: New file.
9171
9172         * modules/vasnprintf-posix: New file.
9173         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
9174         printf-frexpl.h.
9175         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
9176         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
9177         REPLACE_VASNPRINTF is defined.
9178         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
9179         gl_FUNC_VASNPRINTF.
9180         (gl_FUNC_VASNPRINTF): Invoke it.
9181         * m4/vasnprintf-posix.m4: New file.
9182         * m4/printf.m4: New file.
9183
9184 2007-03-04  Bruno Haible  <bruno@clisp.org>
9185
9186         Compile progreloc.c only if --enable-relocatable is specified.
9187         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
9188         if --enable-relocatable was specified.
9189         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
9190         lib_SOURCES.
9191
9192 2007-03-04  Jim Meyering  <jim@meyering.net>
9193
9194         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
9195         Use it consistently, rather than enumerating errno constants.
9196
9197 2007-03-04  Bruno Haible  <bruno@clisp.org>
9198
9199         * modules/xvasprintf-tests: New file.
9200         * tests/test-xvasprintf.c: New file.
9201
9202         * modules/vasprintf-tests: New file.
9203         * tests/test-vasprintf.c: New file.
9204
9205         * modules/vasnprintf-tests: New file.
9206         * tests/test-vasnprintf.c: New file.
9207
9208         * modules/vsnprintf-tests: New file.
9209         * tests/test-vsnprintf.c: New file.
9210
9211         * modules/snprintf-tests: New file.
9212         * tests/test-snprintf.c: New file.
9213
9214 2007-03-04  Bruno Haible  <bruno@clisp.org>
9215
9216         Compile relocatable.c only if --enable-relocatable is specified.
9217         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
9218         gl_RELOCATABLE_LIBRARY.
9219         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
9220         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
9221         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
9222         gl_RELOCATABLE_LIBRARY.
9223         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
9224         (Makefile.am): Remove lib_SOURCES.
9225         * modules/relocatable-lib-lgpl (configure.ac): Invoke
9226         gl_RELOCATABLE_LIBRARY.
9227         (Makefile.am): Remove lib_SOURCES.
9228         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
9229         always.
9230         * modules/relocatable-prog-wrapper (configure.ac): Invoke
9231         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
9232
9233 2007-03-04  Bruno Haible  <bruno@clisp.org>
9234
9235         * modules/argmatch-tests: New file.
9236         * tests/test-argmatch.c: New file.
9237
9238         * tests/test-allocsa.c (main): Halve the number of loop runs.
9239
9240         * modules/alloca-opt-tests: New file.
9241         * tests/test-alloca-opt.c: New file.
9242
9243 2007-03-04  Jim Meyering  <jim@meyering.net>
9244
9245         Work around difference between Linux ACLs and Solaris 10 ZFS.
9246         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
9247         for EINVAL.
9248
9249 2007-03-03  Bruno Haible  <bruno@clisp.org>
9250
9251         * modules/relocatable-prog (Depends-on): Add back progreloc's
9252         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
9253
9254 2007-03-03  Bruno Haible  <bruno@clisp.org>
9255
9256         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
9257         * modules/relocatable-lib: New file.
9258
9259 2007-03-03  Bruno Haible  <bruno@clisp.org>
9260
9261         * modules/relocatable-prog: Renamed from modules/relocatable.
9262         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
9263
9264 2007-03-03  Bruno Haible  <bruno@clisp.org>
9265
9266         * modules/relocatable-script (Files): Add doc/relocatable.texi,
9267         m4/relocatable-lib.m4.
9268         (Depends-on): Remove 'relocatable'.
9269         (configure.ac): Add gl_RELOCATABLE_NOP.
9270
9271 2007-03-03  Bruno Haible  <bruno@clisp.org>
9272
9273         * modules/relocatable-prog-wrapper: New file.
9274         * modules/relocatable (Depends-on): Add it. Remove all other
9275         dependencies except progname.
9276         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
9277
9278         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
9279         (gl_FUNC_STRERROR): Nop.
9280         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
9281
9282         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
9283         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
9284
9285         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
9286         (gl_FUNC_READLINK): Update.
9287
9288         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
9289
9290 2007-03-03  Bruno Haible  <bruno@clisp.org>
9291
9292         * lib/xreadlink.c: Include <unistd.h> unconditionally.
9293         * modules/xreadlink (Depends-on): Add unistd.
9294         * modules/xreadlink-with-size (Depends-on): Likewise.
9295
9296 2007-03-03  Bruno Haible  <bruno@clisp.org>
9297
9298         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
9299         extracted from gt_FUNC_SETENV.
9300         (gt_FUNC_SETENV): Remove macro.
9301         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
9302         remove gt_FUNC_SETENV.
9303
9304 2007-03-03  Bruno Haible  <bruno@clisp.org>
9305
9306         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
9307         ENABLE_RELOCATABLE here.
9308         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
9309
9310 2007-03-03  Bruno Haible  <bruno@clisp.org>
9311
9312         * modules/rbtreehash-list-tests (Depends-on): Add progname.
9313         * tests/test-rbtreehash_list.c: Include progname.h.
9314         (main): Call set_program_name.
9315
9316         * modules/rbtree-oset-tests (Depends-on): Add progname.
9317         * tests/test-rbtree_oset.c: Include progname.h.
9318         (main): Call set_program_name.
9319
9320         * modules/rbtree-list-tests (Depends-on): Add progname.
9321         * tests/test-rbtree_list.c: Include progname.h.
9322         (main): Call set_program_name.
9323
9324         * modules/linked-list-tests (Depends-on): Add progname.
9325         * tests/test-linked_list.c: Include progname.h.
9326         (main): Call set_program_name.
9327
9328 2007-03-03  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
9331         All uses of __restrict changed to _Restrict_.
9332         * lib/glob_.h (__restrict): Remove macro.
9333
9334 2007-03-02  Bruno Haible  <bruno@clisp.org>
9335
9336         * modules/gettext (configure.ac): Require gettext infrastructure
9337         from version 0.16.1.
9338
9339 2007-03-02  Bruno Haible  <bruno@clisp.org>
9340
9341         * modules/linkedhash-list-tests (Depends-on): Add progname.
9342         * tests/test-linkedhash_list.c: Include progname.h.
9343         (main): Call set_program_name.
9344
9345         * modules/carray-list-tests (Depends-on): Add progname.
9346         * tests/test-carray_list.c: Include progname.h.
9347         (main): Call set_program_name.
9348
9349         * modules/avltreehash-list-tests (Depends-on): Add progname.
9350         * tests/test-avltreehash_list.c: Include progname.h.
9351         (main): Call set_program_name.
9352
9353         * modules/avltree-oset-tests (Depends-on): Add progname.
9354         * tests/test-avltree_oset.c: Include progname.h.
9355         (main): Call set_program_name.
9356
9357         * modules/avltree-list-tests (Depends-on): Add progname.
9358         * tests/test-avltree_list.c: Include progname.h.
9359         (main): Call set_program_name.
9360
9361         * modules/array-oset-tests (Depends-on): Add progname.
9362         * tests/test-array_oset.c: Include progname.h.
9363         (main): Call set_program_name.
9364
9365         * modules/array-list-tests (Depends-on): Add progname.
9366         * tests/test-array_list.c: Include progname.h.
9367         (main): Call set_program_name.
9368
9369         * modules/argp-tests (Depends-on): Add progname.
9370         * tests/test-argp.c: Include argp.h first. Include progname.h.
9371         (main): Call set_program_name.
9372
9373 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
9374
9375         * doc/gnulib-tool.texi (Initial import): Reword description of
9376         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
9377         limited effect even if defined after the first system include.
9378
9379 2007-03-01  Bruno Haible  <bruno@clisp.org>
9380
9381         * build-aux/config.libpath: Update to libtool-1.5.22.
9382         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9383
9384 2007-03-01  Bruno Haible  <bruno@clisp.org>
9385
9386         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
9387         foo_CFLAGS.
9388         Reported by Ralf Wildenhues.
9389
9390 2007-03-01  Bruno Haible  <bruno@clisp.org>
9391
9392         * build-aux/install-reloc: Remove object files left over by some
9393         compilers.
9394         Reported by Ralf Wildenhues.
9395
9396 2007-03-01  Bruno Haible  <bruno@clisp.org>
9397
9398         * build-aux/install-reloc: Break long lines.
9399
9400 2007-03-01  Bruno Haible  <bruno@clisp.org>
9401
9402         * doc/relocatable.texi: Document that it may not work on OpenBSD.
9403         Reported by Ralf Wildenhues.
9404
9405 2007-03-01  Bruno Haible  <bruno@clisp.org>
9406
9407         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
9408         include ordering constraints.
9409
9410 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9411
9412         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
9413         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
9414         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
9415         as another example.
9416         * lib/time_.h: Fix misspelling.
9417         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9418         Require gl_HEADER_TIME_H_DEFAULTS.
9419         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
9420         * m4/time_r.m4 (gl_TIME_R): Likewise.
9421         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
9422
9423 2007-03-01  Bruno Haible  <bruno@clisp.org>
9424
9425         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
9426         * m4/utimens.m4 (gl_UTIMENS): Likewise.
9427
9428 2007-03-01  Jim Meyering  <jim@meyering.net>
9429
9430         * modules/xreadlink (Maintainer): Add my name.
9431         * modules/xreadlink-with-size (Depends-on): Alphabetize.
9432
9433 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
9434             Bruno Haible  <bruno@clisp.org>
9435
9436         * build-aux/install-reloc: Compile also c-ctype.c.
9437         * build-aux/relocatable.sh.in: New file.
9438         * doc/relocatable.texi: New file.
9439         * doc/relocatable-maint.texi: New file.
9440         * doc/gnulib.texi: Include relocatable-maint.texi.
9441         * lib/progreloc.c: Include unistd.h unconditionally.
9442         * lib/relocwrapper.c: Include unistd.h unconditionally.
9443         Include c-ctype.h.
9444         (add_dotbin): Use c_tolower.
9445         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
9446         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
9447         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
9448         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
9449         to m4/relocatable-lib.m4.
9450         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
9451         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
9452         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
9453         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
9454         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
9455         * modules/relocatable: New file.
9456         * modules/relocatable-lib: New file.
9457         * modules/relocatable-script: New file.
9458
9459 2007-02-28  Bruno Haible  <bruno@clisp.org>
9460
9461         Import --enable-relocatable infrastructure.
9462         * build-aux/config.libpath: New file, from GNU gettext.
9463         * build-aux/install-reloc: New file, from GNU gettext.
9464         * build-aux/reloc-ldflags: New file, from GNU gettext.
9465         * lib/relocatable.h: New file, from GNU gettext.
9466         * lib/relocatable.c: New file, from GNU gettext.
9467         * lib/relocwrapper.c: New file, from GNU gettext.
9468         * m4/relocatable.m4: New file, from GNU gettext.
9469
9470 2007-02-28  Bruno Haible  <bruno@clisp.org>
9471
9472         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
9473
9474         * modules/xreadlink: New file, from GNU gettext with modifications.
9475         * lib/xreadlink.c: New file, from GNU gettext.
9476         * lib/xreadlink.h: Add comments.
9477         (xreadlink): New declaration.
9478
9479         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
9480         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
9481         lib/xreadlink-with-size.c.
9482         (configure.ac): Remove gl_XREADLINK invocation.
9483         (Makefile.am): Augment lib_SOURCES.
9484         * m4/xreadlink.m4: Remove file.
9485         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
9486         (xreadlink_with_size): Renamed from xreadink.
9487         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
9488         * modules/canonicalize (Depends-on): Replace xreadlink with
9489         xreadlink-with-size.
9490         * lib/canonicalize.c (canonicalize_filename_mode): Update.
9491
9492 2007-02-25  Jim Meyering  <jim@meyering.net>
9493
9494         * build-aux/announce-gen: When complaining about excess arguments,
9495         list them.
9496
9497 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
9498
9499         * README: Document signed integer overflow situation more
9500         accurately.
9501
9502 2007-02-25  Bruno Haible  <bruno@clisp.org>
9503
9504         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
9505         'a' or 'A' conversion.
9506
9507 2007-02-25  Bruno Haible  <bruno@clisp.org>
9508
9509         * modules/filename: Renamed from modules/pathname.
9510         (Files): Replace lib/pathname.h with lib/filename.h. Replace
9511         lib/concatpath.c with lib/concat-filename.c.
9512         (Makefile.am): Update.
9513         (Include): Replace pathname.h with filename.h.
9514         * lib/filename.h: Renamed from lib/pathname.h.
9515         (concatenated_filename): Renamed from concatenated_pathname.
9516         * lib/concat-filename.c: Renamed from lib/concatpath.c.
9517         (concatenated_filename): Renamed from concatenated_pathname.
9518         * lib/findprog.c: Include filename.h instead of pathname.h.
9519         (find_in_path): Update.
9520         * lib/javacomp.c: Include filename.h instead of pathname.h.
9521         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
9522         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
9523         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
9524         is_oldgcj_14_13_usable, is_javac_usable): Update.
9525         * lib/javaexec.c: Include filename.h instead of pathname.h.
9526         (execute_java_class): Update.
9527         * modules/findprog: Update.
9528         * modules/javacomp: Update.
9529         * modules/javaexec: Update.
9530         * MODULES.html.sh (File system functions): Add 'filename', remove
9531         'pathname'.
9532
9533 2007-02-25  Bruno Haible  <bruno@clisp.org>
9534
9535         * modules/printf-frexpl-tests: New file.
9536         * tests/test-printf-frexpl.c: New file.
9537
9538         * modules/printf-frexpl: New file.
9539         * lib/printf-frexpl.h: New file.
9540         * lib/printf-frexpl.c: New file.
9541         * m4/printf-frexpl.m4: New file.
9542
9543 2007-02-25  Bruno Haible  <bruno@clisp.org>
9544
9545         * modules/printf-frexp-tests: New file.
9546         * tests/test-printf-frexp.c: New file.
9547
9548         * modules/printf-frexp: New file.
9549         * lib/printf-frexp.h: New file.
9550         * lib/printf-frexp.c: New file.
9551         * m4/printf-frexp.m4: New file.
9552
9553 2007-02-25  Bruno Haible  <bruno@clisp.org>
9554
9555         Assume automake >= 1.10 for the tests.
9556         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
9557         * modules/arctwo-tests: Likewise.
9558         * modules/argp-tests: Likewise.
9559         * modules/avltree-list-tests: Likewise.
9560         * modules/avltree-oset-tests: Likewise.
9561         * modules/avltreehash-list-tests: Likewise.
9562         * modules/carray-list-tests: Likewise.
9563         * modules/crc-tests: Likewise.
9564         * modules/des-tests: Likewise.
9565         * modules/gc-arcfour-tests: Likewise.
9566         * modules/gc-arctwo-tests: Likewise.
9567         * modules/gc-des-tests: Likewise.
9568         * modules/gc-hmac-md5-tests: Likewise.
9569         * modules/gc-hmac-sha1-tests: Likewise.
9570         * modules/gc-md2-tests: Likewise.
9571         * modules/gc-md4-tests: Likewise.
9572         * modules/gc-md5-tests: Likewise.
9573         * modules/gc-pbkdf2-sha1-tests: Likewise.
9574         * modules/gc-rijndael-tests: Likewise.
9575         * modules/gc-sha1-tests: Likewise.
9576         * modules/gc-tests: Likewise.
9577         * modules/getaddrinfo-tests: Likewise.
9578         * modules/hmac-md5-tests: Likewise.
9579         * modules/hmac-sha1-tests: Likewise.
9580         * modules/linked-list-tests: Likewise.
9581         * modules/linkedhash-list-tests: Likewise.
9582         * modules/lock-tests: Likewise.
9583         * modules/md2-tests: Likewise.
9584         * modules/md4-tests: Likewise.
9585         * modules/md5-tests: Likewise.
9586         * modules/rbtree-list-tests: Likewise.
9587         * modules/rbtree-oset-tests: Likewise.
9588         * modules/rbtreehash-list-tests: Likewise.
9589         * modules/read-file-tests: Likewise.
9590         * modules/rijndael-tests: Likewise.
9591         * modules/stdint-tests: Likewise.
9592         * modules/tls-tests: Likewise.
9593
9594 2007-02-24  Bruno Haible  <bruno@clisp.org>
9595
9596         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
9597         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
9598         function; instead check whether isnan with a double argument links.
9599         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
9600         function; instead check whether isnan with a 'long double' argument
9601         links.
9602         Reported by Eric Blake <ebb9@byu.net>.
9603
9604 2007-02-24  Bruno Haible  <bruno@clisp.org>
9605
9606         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
9607         defined.
9608         * lib/isnanl.c: Remove all code. Just include isnan.c.
9609         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
9610
9611 2007-02-25  Jim Meyering  <jim@meyering.net>
9612
9613         Avoid conflicting types for 'unsetenv' on FreeBSD.
9614         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
9615         conflicting with FreeBSD's (5.0 and 6.1) function declaration
9616         in stdlib.h.
9617
9618 2007-02-24  Bruno Haible  <bruno@clisp.org>
9619
9620         * modules/isnanl-nolibm-tests: New file.
9621         * tests/test-isnanl.c: New file.
9622
9623         * modules/isnanl-nolibm: New file.
9624         * lib/isnanl.h: New file.
9625         * lib/isnanl.c: New file.
9626         * m4/isnanl.m4: New file.
9627
9628 2007-02-24  Bruno Haible  <bruno@clisp.org>
9629
9630         * modules/isnan-nolibm-tests: New file.
9631         * tests/test-isnan.c: New file.
9632
9633         * modules/isnan-nolibm: New file.
9634         * lib/isnan.h: New file.
9635         * lib/isnan.c: New file.
9636         * m4/isnan.m4: New file.
9637
9638 2007-02-24  Bruno Haible  <bruno@clisp.org>
9639
9640         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
9641         assume that an exponent fits in 20 bits.
9642
9643 2007-02-24  Jim Meyering  <jim@meyering.net>
9644
9645         * m4/regex.m4: Update the description of the configure-time option,
9646         --without-included-regex, to state accurately what the defaults are,
9647         and perhaps to give people an idea why using this option is risky.
9648
9649 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9650
9651         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
9652         loops on small arguments.  This attempts to avoid the problem
9653         Bruno Haible reported for AIX 4.3.2 in
9654         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
9655
9656 2007-02-23  Bruno Haible  <bruno@clisp.org>
9657
9658         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
9659         Needed for help2man.
9660
9661 2007-02-23  Karl Berry  <karl@gnu.org>
9662
9663         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
9664         exists, foo.h should be cvs-ignored, not committed.
9665
9666 2007-02-23  Eric Blake  <ebb9@byu.net>
9667
9668         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
9669         * lib/stat-time.h (includes): Likewise.
9670         * lib/utimecmp.c (includes): Likewise.
9671         * lib/utimens.h (includes): Likewise.
9672         * lib/getdate.y (includes): Also include "timespec.h" for use
9673         internal to the module.
9674         * modules/utimens (Depends-on): Revert yesterday's patch.
9675         * modules/nanosleep (Depends-on): Add missing dependency.
9676
9677 2007-02-22  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/glob.c: Don't include getlogin_r.h.
9680
9681 2007-02-22  Jim Meyering  <jim@meyering.net>
9682
9683         * modules/utimens (Depends-on): Add timespec, required for
9684         utimens.h's inclusion of timespec.h.
9685
9686 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
9687
9688         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
9689         long unreadable paths in GNU/Linux.  Problem reported by Andreas
9690         Schwab in
9691         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
9692         I'll try to think of a better way to fix the Solaris problem.
9693
9694         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
9695         like glibc; on Solaris 10, it fails with errno == EINVAL.
9696         POSIX says the behavior is unspecified if the first argument is NULL,
9697         so play it safe and never pass NULL to the system getcwd.
9698
9699 2007-02-21  Jim Meyering  <jim@meyering.net>
9700
9701         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
9702         of gettimeofday.  It would conflict with the one now always
9703         provided via sys_time_.h.  Reported by Matthew Woehlke, as
9704         an IRIX 6.5 build failure.
9705
9706 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9707
9708         Minor fixups to port to Solaris 10 with Sun C 5.8.
9709         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
9710         * modules/getcwd (Depends-on): Add dirfd.
9711         * lib/putenv.c (putenv): #undef it.
9712         (rpl_putenv): New decl.
9713         (malloc, free): Include <stdlib.h> rather than prototyping separately.
9714
9715 2007-02-20  Bruno Haible  <bruno@clisp.org>
9716
9717         * modules/stdio-tests: New file.
9718         * tests/test-stdio.c: New file.
9719
9720         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
9721         (Depends-on): Add stdio.
9722         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
9723         (Include): Use <stdio.h> instead of vsnprintf.h.
9724         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
9725         HAVE_DECL_VSNPRINTF.
9726         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
9727
9728         * modules/snprintf (Files): Remove lib/snprintf.h.
9729         (Depends-on): Add stdio.
9730         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
9731         (Include): Use <stdio.h> instead of snprintf.h.
9732         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
9733         HAVE_DECL_SNPRINTF.
9734         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
9735         * lib/getaddrinfo.c: Likewise.
9736
9737         * modules/stdio: New file.
9738         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
9739         * lib/snprintf.h: Remove file.
9740         * lib/vsnprintf.h: Remove file.
9741         * lib/.cppi-disable: Remove snprintf.h.
9742         * m4/stdio_h.m4: New file.
9743         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
9744
9745 2007-02-20  Jim Meyering  <jim@meyering.net>
9746
9747         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
9748         used by e.g., mingw.  From Bruno Haible.
9749
9750 2007-02-19  Bruno Haible  <bruno@clisp.org>
9751
9752         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
9753         warnings.
9754         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9755
9756 2007-02-19  Bruno Haible  <bruno@clisp.org>
9757
9758         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
9759         from mingw users.
9760
9761 2007-02-19  Bruno Haible  <bruno@clisp.org>
9762
9763         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
9764         warnings.
9765         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
9766
9767 2007-02-19  Jim Meyering  <jim@meyering.net>
9768
9769         Don't use FD after a successful "fdopendir (fd)".
9770         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
9771         Reset it by calling dirfd on the just-obtained DIR*.
9772
9773         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
9774         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
9775
9776 2007-02-18  Bruno Haible  <bruno@clisp.org>
9777
9778         * lib/readlink.c: Include <unistd.h>.
9779         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
9780         HAVE_READLINK.
9781         * modules/readlink (Depends-on): Add unistd.
9782         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9783         (Include): Add <unistd.h>.
9784
9785         * lib/getlogin_r.h: Remove file.
9786         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
9787         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
9788         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
9789         HAVE_DECL_GETLOGIN_R.
9790         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
9791         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9792         (Include): Use <unistd.h> instead of getlogin_r.h.
9793
9794         * lib/getcwd.h: Remove file.
9795         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
9796         * lib/xgetcwd.c: Likewise.
9797         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
9798         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
9799         * modules/getcwd (Files): Remove lib/getcwd.h.
9800         (Depends-on): Add unistd.
9801         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9802         (Include): Use <unistd.h> instad of getcwd.h.
9803
9804         * lib/ftruncate.c: Include <unistd.h> first.
9805         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
9806         Set HAVE_FTRUNCATE.
9807         * modules/ftruncate (Depends-on): Add unistd.
9808         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9809
9810         * lib/fchdir.c: Include <unistd.h> first.
9811         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
9812         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
9813         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
9814         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9815         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
9816
9817         * lib/dup2.c: Include <unistd.h> first.
9818         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
9819         HAVE_DUP2.
9820         * modules/dup2 (Depends-on): Add unistd.
9821         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9822
9823         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
9824         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
9825         REPLACE_CHOWN. Don't define chown as a macro here.
9826         * modules/chown (Depends-on): Add unistd.
9827         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9828
9829         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
9830         Add definition for GL_LINK_WARNING.
9831         (chown, dup2): New declarations.
9832         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
9833         link warning.
9834         (ftruncate): New declaration.
9835         (getcwd): New declaration, taken from old getcwd.h.
9836         (getlogin_r): New declaration, taken from old getlogin_r.h.
9837         (readlink): New declaration.
9838         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
9839         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
9840         (gl_PREREQ_UNISTD): Remove macro.
9841         (gl_UNISTD_MODULE_INDICATOR): New macro.
9842         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
9843         many new variables. Don't set UNISTD_H.
9844         * modules/unistd (Description): Change.
9845         (Depends-on): Add link-warning.
9846         (configure.ac): Update.
9847         (Makefile.am): Create unistd.h always. Substitute many new variables
9848         into it.
9849
9850 2007-02-18  Bruno Haible  <bruno@clisp.org>
9851
9852         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
9853         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
9854         HAVE_GETSUBOPT.
9855         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
9856         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
9857         * lib/getsubopt.h: Remove file.
9858         * modules/getsubopt (Files): Remove lib/getsubopt.h.
9859         (Depends-on): Add stdlib.
9860         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9861         (Includes): Use <stdlib.h> instead of getsubopt.h.
9862         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
9863         Set HAVE_GETSUBOPT.
9864         * lib/getsubopt.c: Don't include getsubopt.h.
9865
9866 2007-02-18  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/fchdir (Depends-on): Add dup2.
9869
9870 2007-02-18  Bruno Haible  <bruno@clisp.org>
9871
9872         * lib/stdlib_.h: Handle glibc's special invocation convention
9873         specially.
9874
9875 2007-02-18  Bruno Haible  <bruno@clisp.org>
9876
9877         * modules/stdlib-tests: New file.
9878         * tests/test-stdlib.c: New file.
9879
9880         * modules/mkstemp (Files): Remove lib/mkstemp.h.
9881         (Depends-on): Add stdlib.
9882         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9883         (Includes): Use <stdlib.h> instead of mkstemp.h.
9884         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
9885         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
9886         * lib/mkstemp.c: Don't include mkstemp.h.
9887         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
9888         * lib/stdlib--.h: Don't include mkstemp.h.
9889
9890         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
9891         (Depends-on): Add stdlib.
9892         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9893         (Includes): Use <stdlib.h> instead of mkdtemp.h.
9894         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
9895         HAVE_MKDTEMP.
9896         * lib/mkdtemp.c: Don't include mkdtemp.h.
9897         * lib/clean-temp.c: Don't include mkdtemp.h.
9898
9899         * modules/exit (Files): Remove lib/exit.h.
9900         (Depends-on): Add stdlib.
9901         (Makefile.am): Remove lib_SOURCES.
9902         (Include): Use <stdlib.h> instead of exit.h.
9903         * lib/argmatch.c: Don't include exit.h.
9904         * lib/execute.c: Likewise.
9905         * lib/pagealign_alloc.c: Likewise.
9906         * lib/pipe.c: Likewise.
9907         * lib/wait-process.c: Likewise.
9908         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
9909         * lib/exitfail.c: Likewise.
9910         * lib/savewd.c: Likewise.
9911         * lib/xsetenv.c: Likewise.
9912
9913         * modules/stdlib: New file.
9914         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
9915         and extra comments about mkstemp().
9916         * lib/exit.h: Remove file.
9917         * lib/mkdtemp.h: Remove file.
9918         * lib/mkstemp.h: Remove file.
9919         * m4/stdlib_h.m4: New file.
9920         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
9921
9922 2007-02-18  Bruno Haible  <bruno@clisp.org>
9923
9924         * modules/math-tests: New file.
9925         * tests/test-math.c: New file.
9926
9927         * modules/math: New file.
9928         * modules/mathl (Files): Remove lib/mathl.h.
9929         (Depends-on): Add math.
9930         (Makefile.am): Don't mention mathl.h.
9931         (Include): Use <math.h> instead of mathl.h.
9932         * lib/math_.h: New file.
9933         * lib/mathl.h: Remove file.
9934         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
9935         mathl.h.
9936         * lib/asinl.c: Likewise.
9937         * lib/atanl.c: Likewise.
9938         * lib/ceill.c: Likewise.
9939         * lib/cosl.c: Likewise.
9940         * lib/expl.c: Likewise.
9941         * lib/floorl.c: Likewise.
9942         * lib/frexpl.c: Likewise.
9943         * lib/ldexpl.c: Likewise.
9944         * lib/logl.c: Likewise.
9945         * lib/sincosl.c: Likewise.
9946         * lib/sinl.c: Likewise.
9947         * lib/sqrtl.c: Likewise.
9948         * lib/tanl.c: Likewise.
9949         * lib/trigl.c: Likewise.
9950         * m4/math_h.m4: New file.
9951         * MODULES.html.sh (Mathematics): Add math.
9952
9953 2007-02-17  Bruno Haible  <bruno@clisp.org>
9954
9955         * modules/wctype-tests: New file.
9956         * tests/test-wctype.c: New file.
9957
9958         * modules/wchar-tests: New file.
9959         * tests/test-wchar.c: New file.
9960
9961         * modules/unistd-tests: New file.
9962         * tests/test-unistd.c: New file.
9963
9964         * modules/time-tests: New file.
9965         * tests/test-time.c: New file.
9966
9967         * modules/sysexits-tests: New file.
9968         * tests/test-sysexits.c: New file.
9969
9970         * modules/sys_time-tests: New file.
9971         * tests/test-sys_time.c: New file.
9972
9973         * modules/sys_stat-tests: New file.
9974         * tests/test-sys_stat.c: New file.
9975
9976         * modules/sys_socket-tests: New file.
9977         * tests/test-sys_socket.c: New file.
9978
9979         * modules/sys_select-tests: New file.
9980         * tests/test-sys_select.c: New file.
9981
9982         * modules/string-tests: New file.
9983         * tests/test-string.c: New file.
9984
9985         * modules/stdbool-tests: New file.
9986         * tests/test-stdbool.c: New file.
9987
9988         * modules/netinet_in-tests: New file.
9989         * tests/test-netinet_in.c: New file.
9990
9991         * modules/inttypes-tests: New file.
9992         * tests/test-inttypes.c: New file.
9993
9994         * modules/fcntl-tests: New file.
9995         * tests/test-fcntl.c: New file.
9996
9997         * modules/byteswap-tests: New file.
9998         * tests/test-byteswap.c: New file.
9999
10000         * modules/arpa_inet-tests: New file.
10001         * tests/test-arpa_inet.c: New file.
10002
10003 2007-02-17  Bruno Haible  <bruno@clisp.org>
10004
10005         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
10006         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
10007         if the corresponding module is not enabled. Emit link warnings if
10008         the function is used nevertheless.
10009         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
10010         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
10011         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
10012         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
10013         * modules/inttypes (Depends-on): Add link-warning.
10014         (Makefile.am): Copy the contents of build-aux/link-warning.h into
10015         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
10016         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
10017         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
10018         * modules/imaxdiv (configure.ac): Likewise.
10019         * modules/strtoimax (configure.ac): Likewise.
10020         * modules/strtoumax (configure.ac): Likewise.
10021
10022 2007-02-17  Bruno Haible  <bruno@clisp.org>
10023
10024         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
10025         gl_STRING_MODULE_INDICATOR_DEFAULTS.
10026         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
10027         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
10028
10029 2007-02-17  Bruno Haible  <bruno@clisp.org>
10030
10031         * modules/link-warning: New file.
10032         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
10033         * lib/string_.h (GL_LINK_WARNING): Remove definition.
10034         * modules/string (Depends-on): Add link-warning.
10035         (Makefile.am): Copy the contents of build-aux/link-warning.h into
10036         string.h.
10037         * MODULES.html.sh (Support for building libraries and executables): Add
10038         link-warning.
10039
10040 2007-02-17  Bruno Haible  <bruno@clisp.org>
10041
10042         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
10043         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
10044         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
10045         long lines.
10046
10047 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
10048             Bruno Haible  <bruno@clisp.org>
10049
10050         * modules/tmpfile: New file.
10051         * lib/tmpfile.c: New file.
10052         * m4/tmpfile.m4: New file.
10053         * MODULES.html.sh (func_all_modules): New section "Input/output".
10054
10055 2007-02-15  Bruno Haible  <bruno@clisp.org>
10056
10057         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
10058         (supports_delete_on_close): New function.
10059         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
10060
10061 2007-02-14  Bruno Haible  <bruno@clisp.org>
10062
10063         * modules/mbspcasecmp-tests: New file.
10064         * tests/test-mbspcasecmp.sh: New file.
10065         * tests/test-mbspcasecmp.c: New file.
10066
10067         New module mbspcasecmp.
10068         * modules/mbspcasecmp: New file.
10069         * lib/mbspcasecmp.c: New file.
10070         * lib/string_.h (strncasecmp): Change warning message.
10071         (mbspcasecmp): New declaration.
10072         * m4/mbspcasecmp.m4: New file.
10073         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10074         GNULIB_MBSPCASECMP.
10075         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
10076         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
10077
10078 2007-02-14  Bruno Haible  <bruno@clisp.org>
10079
10080         * modules/mbsncasecmp-tests: New file.
10081         * tests/test-mbsncasecmp.sh: New file.
10082         * tests/test-mbsncasecmp.c: New file.
10083
10084         New module mbsncasecmp.
10085         * modules/mbsncasecmp: New file.
10086         * lib/mbsncasecmp.c: New file.
10087         * lib/string_.h (mbsncasecmp): New declaration.
10088         * m4/mbsncasecmp.m4: New file.
10089         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10090         GNULIB_MBSNCASECMP.
10091         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
10092         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
10093
10094 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
10097         Verify that it doesn't overlap with our flags.
10098         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
10099         do not have the desired effect in multibyte locales; instead, use
10100         mbscasecmp.
10101         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
10102         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
10103         we don't require GNU fnmatch ourselves (if our users require it, they
10104         should do so explicitly).
10105
10106         Fix regex code so it doesn't rely on strcasecmp.
10107         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
10108         Otherwise, include gnulib's langinfo.h.
10109         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
10110         undesirable behavior in non-C locales.  Instead, rely on localecharset.
10111         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
10112         * modules/regex (FILES): Remove m4/codeset.m4.
10113         (Depends-on): Add localcharset.  Remove strcase.
10114
10115 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10116
10117         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
10118         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
10119
10120 2007-02-13  Bruno Haible  <bruno@clisp.org>
10121
10122         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
10123         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10124
10125 2007-02-12  Bruno Haible  <bruno@clisp.org>
10126
10127         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
10128         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
10129         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
10130         time warning rather than a link error.
10131
10132 2007-02-12  Bruno Haible  <bruno@clisp.org>
10133
10134         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
10135         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10136         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10137
10138 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
10141         args, not 2.
10142
10143 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
10144
10145         New module 'time', so that apps can include <time.h> as per
10146         POSIX and GNU instead of separate include files like time_r.h
10147         and timegm.h.  This implementation tries out a simpler approach
10148         for replacing decls in standard include files (as compared to
10149         the string module), somewhat as an experiment.
10150
10151         * config/srclist.txt: Comment out mktime.c for now.
10152         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
10153         since it doesn't apply any more.  Use generic wording instead.
10154         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
10155         'time'.
10156         * lib/time_.h, m4/time_h.m4, modules/time: New files.
10157         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
10158         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
10159         Don't include <sys/types.h>; no longer needed since we assume C89.
10160         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
10161         * lib/strftime.c: Likewise.
10162         * lib/time_r.c: Likewise.
10163         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
10164         * lib/nanosleep.c: Include <time.h> first, to check interface.
10165         * lib/strptime.c: Likewise.
10166         * lib/time_r.c: Likewise.
10167         * lib/timegm.c: Likewise.
10168         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
10169         needed.
10170         * lib/timegm.c: Don't include timegm.h; no longer needed.
10171         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
10172         time.h now handles any problems in that area.
10173         (struct timespec, nanosleep): Remove; time.h now arranges for these.
10174         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
10175         that time.h defines struct timespec.
10176         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
10177         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
10178         handles that.
10179         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
10180         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
10181         needed.  Set REPLACE_LOCALTIME.
10182         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
10183         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
10184         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
10185         nanosleep; time_h.m4 now does that.  Don't require
10186         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
10187         module handles this now.
10188         * modules/getdate (Depends-on): Remove timespec.  Add time.
10189         * modules/nanosleep (Depends-on): Likewise.
10190         * modules/stat-time (Depends-on): Likewise.
10191         * modules/nanosleep (Include): Include time.h, not timespec.h.
10192         * modules/strptime (Files): Remove lib/strptime.h.
10193         (Depends-on): Add extensions, time.
10194         (Include): Include time.h, not strptime.h.
10195         * modules/time_r (Files): Remove lib/time_r.h.
10196         (Depends-on): Add time.
10197         (Include): Include time.h, not time_r.h.
10198         * modules/timegm: Likewise.
10199         * modules/timespec (Description): Now does timespec-related decls
10200         of our own, instead of struct timespec itself.
10201         (Depends-on): Add time; remove extensions.
10202         (Maintainer): Add self.
10203         * modules/utimecmp (Depends-on): Add time; remove timespec.
10204         * modules/utimens (Depends-on): Likewise.
10205         * modules/xnanosleep (Depends-on): Likewise.
10206
10207 2007-02-11  Bruno Haible  <bruno@clisp.org>
10208
10209         * lib/c-strstr.c: Include allocsa.h.
10210         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
10211         * lib/c-strcasestr.c: Include allocsa.h.
10212         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
10213         * lib/strcasestr.c: Include allocsa.h.
10214         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
10215         * lib/mbsstr.c: Include allocsa.h.
10216         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
10217         allocsa/freesa instead of malloc/free.
10218         * lib/mbscasestr.c: Include allocsa.h.
10219         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
10220         allocsa/freesa instead of malloc/free.
10221         * modules/c-strstr (Depends-on): Add allocsa.
10222         * modules/c-strcasestr (Depends-on): Likewise.
10223         * modules/strcasestr (Depends-on): Likewise.
10224         * modules/mbsstr (Depends-on): Likewise.
10225         * modules/mbscasestr (Depends-on): Likewise.
10226
10227 2007-02-11  Bruno Haible  <bruno@clisp.org>
10228
10229         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
10230
10231         * modules/mbsspn-tests: New file.
10232         * tests/test-mbsspn.sh: New file.
10233         * tests/test-mbsspn.c: New file.
10234
10235 2007-02-11  Bruno Haible  <bruno@clisp.org>
10236
10237         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
10238
10239         * modules/mbspbrk-tests: New file.
10240         * tests/test-mbspbrk.sh: New file.
10241         * tests/test-mbspbrk.c: New file.
10242
10243 2007-02-11  Bruno Haible  <bruno@clisp.org>
10244
10245         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
10246         unneeded cast.
10247
10248         * modules/mbscspn-tests: New file.
10249         * tests/test-mbscspn.sh: New file.
10250         * tests/test-mbscspn.c: New file.
10251
10252 2007-02-11  Bruno Haible  <bruno@clisp.org>
10253
10254         * modules/mbscasecmp-tests: New file.
10255         * tests/test-mbscasecmp.sh: New file.
10256         * tests/test-mbscasecmp.c: New file.
10257
10258 2007-02-11  Bruno Haible  <bruno@clisp.org>
10259
10260         Ensure O(n) worst-case complexity of mbscasestr.
10261         * lib/mbscasestr.c: Include stdbool.h.
10262         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
10263         functions.
10264         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
10265         the bookkeeping indicates that it's worth it.
10266         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
10267
10268         * modules/mbscasestr-tests: New file.
10269         * tests/test-mbscasestr1.c: New file.
10270         * tests/test-mbscasestr2.sh: New file.
10271         * tests/test-mbscasestr2.c: New file.
10272         * tests/test-mbscasestr3.sh: New file.
10273         * tests/test-mbscasestr3.c: New file.
10274         * tests/test-mbscasestr4.sh: New file.
10275         * tests/test-mbscasestr4.c: New file.
10276         * m4/locale-tr.m4: New file.
10277
10278 2007-02-11  Bruno Haible  <bruno@clisp.org>
10279
10280         Ensure O(n) worst-case complexity of mbsstr.
10281         * lib/mbsstr.c: Include stdbool.h.
10282         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
10283         functions.
10284         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
10285         bookkeeping indicates that it's worth it.
10286         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
10287
10288         * modules/mbsstr-tests: New file.
10289         * tests/test-mbsstr1.c: New file.
10290         * tests/test-mbsstr2.sh: New file.
10291         * tests/test-mbsstr2.c: New file.
10292         * tests/test-mbsstr3.sh: New file.
10293         * tests/test-mbsstr3.c: New file.
10294         * m4/locale-fr.m4: New file.
10295
10296 2007-02-11  Bruno Haible  <bruno@clisp.org>
10297
10298         * lib/mbsrchr.c (mbsrchr): Fix bug.
10299
10300         * modules/mbsrchr-tests: New file.
10301         * tests/test-mbsrchr.sh: New file.
10302         * tests/test-mbsrchr.c: New file.
10303
10304 2007-02-11  Bruno Haible  <bruno@clisp.org>
10305
10306         * lib/mbschr.c (mbschr): Fix bug.
10307
10308         * modules/mbschr-tests: New file.
10309         * tests/test-mbschr.sh: New file.
10310         * tests/test-mbschr.c: New file.
10311         * m4/locale-zh.m4: New file.
10312
10313 2007-02-11  Bruno Haible  <bruno@clisp.org>
10314
10315         Support for copying multibyte string iterators.
10316         * lib/mbiter.h: Include <string.h>.
10317         (mbiter_multi_copy): New function.
10318         (mbi_copy): New macro.
10319         * lib/mbuiter.h: Include <string.h>.
10320         (mbuiter_multi_copy): New function.
10321         (mbui_copy): New macro.
10322
10323 2007-02-11  Bruno Haible  <bruno@clisp.org>
10324
10325         New module mbslen.
10326         * modules/mbslen: New file.
10327         * lib/mbslen.c: New file.
10328         * lib/string_.h (mbslen): New declaration.
10329         * m4/mbslen.m4: New file.
10330         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10331         GNULIB_MBSLEN.
10332         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
10333         * MODULES.html.sh (Internationalization functions): Add mbslen.
10334
10335 2007-02-11  Bruno Haible  <bruno@clisp.org>
10336
10337         Ensure O(n) worst-case complexity of strcasestr substitute.
10338         * lib/strcasestr.c: Include stdbool.h.
10339         (knuth_morris_pratt): New function.
10340         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
10341         bookkeeping indicates that it's worth it.
10342         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
10343
10344         * modules/strcasestr-tests: New file.
10345         * tests/test-strcasestr.c: New file.
10346
10347 2007-02-11  Bruno Haible  <bruno@clisp.org>
10348
10349         Ensure O(n) worst-case complexity of c_strcasestr.
10350         * lib/c-strcasestr.c: Include stdbool.h, string.h.
10351         (knuth_morris_pratt): New function.
10352         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
10353         the bookkeeping indicates that it's worth it.
10354         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
10355
10356         * modules/c-strcasestr-tests: New file.
10357         * tests/test-c-strcasestr.c: New file.
10358
10359 2007-02-11  Bruno Haible  <bruno@clisp.org>
10360
10361         Ensure O(n) worst-case complexity of c_strstr.
10362         * lib/c-strstr.c: Include stdbool.h, string.h.
10363         (knuth_morris_pratt): New function.
10364         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
10365         bookkeeping indicates that it's worth it.
10366         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
10367
10368         * lib/c-strstr.c: Complete rewrite for maintainability.
10369
10370         * modules/c-strstr-tests: New file.
10371         * tests/test-c-strstr.c: New file.
10372
10373 2007-02-11  Bruno Haible  <bruno@clisp.org>
10374
10375         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
10376         5.2.1 and earlier, whereby \055 was treated just like the range
10377         delimiter '-'.
10378         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10379
10380 2007-02-08  Bruno Haible  <bruno@clisp.org>
10381
10382         * modules/regex (Depends-on): Add stdbool.
10383         Reported by Dalibor Topic <robilad@kaffe.org>.
10384
10385 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10386
10387         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
10388         Prefer returning from main to exiting from it.
10389         Remove unnecessary parens after sizeof.
10390
10391 2007-02-05  Bruno Haible  <bruno@clisp.org>
10392
10393         New module mbssep.
10394         * modules/mbssep: New file.
10395         * lib/mbssep.c: New file.
10396         * lib/string_.h (strsep): Add a conditional link warning.
10397         (mbssep): New declaration.
10398         * m4/mbssep.m4: New file.
10399         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10400         GNULIB_MBSSEP.
10401         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
10402         * MODULES.html.sh (Internationalization functions): Add mbssep.
10403
10404 2007-02-05  Bruno Haible  <bruno@clisp.org>
10405
10406         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
10407         Optimize search in case of 1 delimiter.
10408
10409 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
10410
10411         * lib/acl.h: Include sys/types.h before sys/acl.h.
10412
10413 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
10414
10415         Merge upstream fix for glibc bugzilla #3957:
10416
10417         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10418
10419         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10420         bit for RE_HAT_LISTS_NOT_NEWLINE.
10421         (build_charclass_op): Remove bogus comment.
10422
10423 2007-02-05  Simon Josefsson  <simon@josefsson.org>
10424
10425         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
10426
10427 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
10428
10429         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
10430         * lib/memmem.c [!defined _LIBC]: Include config.h.
10431
10432 2007-02-04  Bruno Haible  <bruno@clisp.org>
10433
10434         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
10435         warning message.
10436
10437 2007-02-04  Bruno Haible  <bruno@clisp.org>
10438
10439         New module mbstok_r.
10440         * modules/mbstok_r: New file.
10441         * lib/mbstok_r.c: New file.
10442         * lib/string_.h (strtok_r): Change argument names to match the
10443         comments. Add a conditional link warning.
10444         (mbstok_r): New declaration.
10445         * m4/mbstok_r.m4: New file.
10446         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10447         GNULIB_MBSTOK_R.
10448         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
10449         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
10450
10451 2007-02-04  Bruno Haible  <bruno@clisp.org>
10452
10453         New module mbsspn.
10454         * modules/mbsspn: New file.
10455         * lib/mbsspn.c: New file.
10456         * lib/string_.h (strspn): Add a conditional link warning.
10457         (mbsspn): New declaration.
10458         * m4/mbsspn.m4: New file.
10459         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10460         GNULIB_MBSSPN.
10461         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
10462         * MODULES.html.sh (Internationalization functions): Add mbsspn.
10463
10464 2007-02-04  Bruno Haible  <bruno@clisp.org>
10465
10466         New module mbspbrk.
10467         * modules/mbspbrk: New file.
10468         * lib/mbspbrk.c: New file.
10469         * lib/string_.h (strpbrk): Add a conditional link warning.
10470         (mbspbrk): New declaration.
10471         * m4/mbspbrk.m4: New file.
10472         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10473         GNULIB_MBSPBRK.
10474         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
10475         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
10476
10477 2007-02-04  Bruno Haible  <bruno@clisp.org>
10478
10479         New module mbscspn.
10480         * modules/mbscspn: New file.
10481         * lib/mbscspn.c: New file.
10482         * lib/string_.h (strcspn): Add a conditional link warning.
10483         (mbscspn): New declaration.
10484         * m4/mbscspn.m4: New file.
10485         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10486         GNULIB_MBSCSPN.
10487         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
10488         * MODULES.html.sh (Internationalization functions): Add mbscspn.
10489
10490 2007-02-04  Bruno Haible  <bruno@clisp.org>
10491
10492         New module mbscasestr, reduced goal of strcasestr.
10493         * modules/mbscasestr: New file.
10494         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
10495         (mbscasestr): Renamed from strcasestr.
10496         * lib/strcasestr.c: Don't include mbuiter.h.
10497         (strcasestr): Remove support for multibyte locales.
10498         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
10499         Change the conditional link warning.
10500         (mbscasestr): New declaration.
10501         * m4/mbscasestr.m4: New file.
10502         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
10503         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
10504         REPLACE_STRCASESTR.
10505         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
10506         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10507         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
10508         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
10509         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
10510         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
10511         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
10512         (Depends-on): Remove mbuiter.
10513         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
10514
10515 2007-02-04  Bruno Haible  <bruno@clisp.org>
10516
10517         Simplify handling of strncasecmp.
10518         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
10519         the conditional link warning.
10520         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10521         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
10522         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
10523         * modules/strcase (configure.ac): Don't invoke
10524         gl_STRING_MODULE_INDICATOR.
10525         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
10526
10527 2007-02-04  Bruno Haible  <bruno@clisp.org>
10528
10529         New module mbscasecmp, reduced goal of strcasecmp.
10530         * modules/mbscasecmp: New file.
10531         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
10532         (mbscasecmp): Renamed from strcasecmp.
10533         * lib/strcasecmp.c: Don't include mbuiter.h.
10534         (strcasecmp): Remove support for multibyte locales.
10535         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
10536         Change the conditional link warning.
10537         (mbscasecmp): New declaration.
10538         * m4/mbscasecmp.m4: New file.
10539         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
10540         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
10541         REPLACE_STRCASECMP.
10542         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
10543         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10544         GNULIB_MBSCASECMP.
10545         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
10546         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
10547         * modules/strcase (Files): Remove m4/mbrtowc.m4.
10548         (Depends-on): Remove mbuiter.
10549         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
10550
10551 2007-02-04  Bruno Haible  <bruno@clisp.org>
10552
10553         New module mbsstr. Remove module strstr.
10554         * modules/mbsstr: New file.
10555         * modules/strstr: Remove file.
10556         * lib/mbsstr.c: Renamed from lib/strstr.c.
10557         (mbsstr): Renamed from strstr.
10558         * lib/string_.h (strstr): Remove declaration. Change the conditional
10559         link warning.
10560         (mbsstr): New declaration.
10561         * m4/mbsstr.m4: New file.
10562         * m4/strstr.m4: Remove file.
10563         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
10564         REPLACE_STRSTR.
10565         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
10566         Don't initialize GNULIB_STRSTR.
10567         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
10568         substitute GNULIB_STRSTR and REPLACE_STRSTR.
10569         * MODULES.html.sh (Internationalization functions): Add mbsstr.
10570         (Support for systems lacking ANSI C 89): Remove strstr.
10571
10572 2007-02-04  Bruno Haible  <bruno@clisp.org>
10573
10574         New module mbsrchr.
10575         * modules/mbsrchr: New file.
10576         * lib/mbsrchr.c: New file.
10577         * lib/string_.h (strrchr): Add a conditional link warning.
10578         (mbsrchr): New declaration.
10579         * m4/mbsrchr.m4: New file.
10580         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10581         GNULIB_MBSRCHR.
10582         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
10583         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
10584
10585 2007-02-04  Bruno Haible  <bruno@clisp.org>
10586
10587         New module mbschr.
10588         * modules/mbschr: New file.
10589         * lib/mbschr.c: New file.
10590         * lib/string_.h (strchr): Add a conditional link warning.
10591         (mbschr): New declaration.
10592         * m4/mbschr.m4: New file.
10593         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10594         GNULIB_MBSCHR.
10595         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
10596         * MODULES.html.sh (Internationalization functions): Add mbschr.
10597
10598 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
10599
10600         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
10601
10602         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
10603
10604 2007-02-04  Bruno Haible  <bruno@clisp.org>
10605
10606         New module description section 'configure.ac-early'.
10607         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
10608         (func_get_autoconf_early_snippet): New function.
10609         (func_import, func_create_testdir): Use it. Remove special cases for
10610         modules 'extensions' and 'lock'.
10611         * modules/extensions (configure.ac-early): Require
10612         gl_USE_SYSTEM_EXTENSIONS.
10613         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
10614
10615 2007-02-04  Bruno Haible  <bruno@clisp.org>
10616
10617         Make use of gcj-4.3's -fsource and -ftarget option.
10618         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
10619         and if so try the options -fsource and -ftarget.
10620         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
10621         source_version, ftarget_option, target_version arguments.
10622         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
10623         (is_envjavac_oldgcj_14_14_usable): Renamed from
10624         is_envjavac_gcj_14_14_usable.
10625         (is_envjavac_oldgcj_14_13_usable): Renamed from
10626         is_envjavac_gcj_14_13_usable.
10627         (is_gcj_present): Update.
10628         (is_gcj_43, is_gcj43_usable): New functions.
10629         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
10630         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
10631         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
10632         try the options -fsource and -ftarget.
10633
10634 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
10635
10636         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
10637         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
10638         larger value.
10639
10640 2007-02-03  Jim Meyering  <jim@meyering.net>
10641
10642         Give tools a better chance to allocate space for very large buffers.
10643         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
10644
10645         Make pwd and readlink work also when run with an unreadable parent dir
10646         on systems with openat support.
10647         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
10648         provided getcwd function, even when we have openat support.
10649         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
10650
10651 2007-02-02  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
10654         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
10655         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
10656         portability problems if one of these functions is only used on specific
10657         platforms.
10658         Reported by Paul Eggert.
10659
10660 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
10661
10662         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
10663         is causing more trouble than it's curing.
10664         * lib/regex_internal.h (__mempcpy): Remove.
10665         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
10666         (and make the code a tad smaller to boot).
10667         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
10668
10669 2007-02-02  Jim Meyering  <jim@meyering.net>
10670
10671         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
10672         section, not in the Makefile.am: one.
10673
10674 2007-02-02  Eric Blake  <ebb9@byu.net>
10675
10676         * lib/strchrnul.c: Always include config.h first.
10677
10678         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
10679         gnulib strstr is not necessary here.
10680
10681 2007-02-02  Simon Josefsson  <simon@josefsson.org>
10682
10683         * m4/socklen.m4: Fix typo.
10684
10685 2007-02-02  Eric Blake  <ebb9@byu.net>
10686
10687         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
10688         * modules/netinet_in (Makefile.am): Likewise.
10689
10690 2007-02-01  Bruno Haible  <bruno@clisp.org>
10691
10692         * lib/string_.h (GL_LINK_WARNING): New macro.
10693         (strcasecmp, strstr, strcasestr): If provided by the system,
10694         conditionally define as a macro that leads to a warning instead of to
10695         an error.
10696         (strncasecmp): Conditionally define as a macro that leads to a warning.
10697
10698 2007-02-01  Karl Berry  <karl@gnu.org>
10699
10700         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
10701
10702 2007-02-01  Bruno Haible  <bruno@clisp.org>
10703
10704         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
10705         renamings.
10706
10707 2007-02-01  Eric Blake  <ebb9@byu.net>
10708
10709         * modules/regex (Depends-on): Revert dependence on mempcpy.
10710         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
10711         module's definition of mempcpy.
10712         Reported by Paul Eggert.
10713
10714 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         * lib/string_.h: If the gnulib module XYZ is not present, undefine
10717         the symbol XYZ before redefining it.  This fixes a problem with
10718         programs that don't use XYZ, when compiled on systems that define
10719         XYZ to something else.
10720
10721 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
10722
10723         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
10724         occurs when "mkdir -m foo" creates a setgid directory that is (1)
10725         writeable to group or other and (2) is intended to have a special
10726         mode bit that is set or cleared.  In such a case, the directory
10727         should be neither group- nor other-writeable until the special
10728         mode bits are right.
10729
10730 2007-01-31  Eric Blake  <ebb9@byu.net>
10731
10732         * modules/mountlist (Depends-on): Add strstr.
10733
10734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
10735         bug.
10736         * modules/string (Makefile.am): Remove redundant replacement.
10737         * modules/regex (Depends-on): Add mempcpy.
10738
10739 2007-01-31  Bruno Haible  <bruno@clisp.org>
10740
10741         New module description field 'Link'.
10742         * gnulib-tool (func_usage): Document --extract-link-directive.
10743         (sed_extract_prog): Recognize 'Link' directive.
10744         (func_get_link_directive): New function.
10745         (func_import): Show summary of link directives.
10746         Handle --extract-link-directive option.
10747         * modules/acl (Link): New section.
10748         * modules/clock-time (Link): New section.
10749         * modules/euidaccess (Link): New section.
10750         * modules/gettext (Link): New section.
10751         * modules/iconv (Link): New section.
10752         * modules/lock (Link): New section.
10753         * modules/nanosleep (Link): New section.
10754         * modules/readline (Link): New section.
10755
10756 2007-01-27  Bruno Haible  <bruno@clisp.org>
10757
10758         Enforce the use of gnulib modules for unportable <string.h> functions.
10759         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
10760         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
10761         (gl_HEADER_STRING_H_BODY): Require it.
10762         * lib/string_.h: If the gnulib module XYZ is not present, redefine
10763         the symbol XYZ to one that gives a link error.
10764         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
10765         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
10766         * modules/mempcpy (configure.ac): Likewise.
10767         * modules/memrchr (configure.ac): Likewise.
10768         * modules/stpcpy (configure.ac): Likewise.
10769         * modules/stpncpy (configure.ac): Likewise.
10770         * modules/strcase (configure.ac): Likewise.
10771         * modules/strcasestr (configure.ac): Likewise.
10772         * modules/strchrnul (configure.ac): Likewise.
10773         * modules/strdup (configure.ac): Likewise.
10774         * modules/strndup (configure.ac): Likewise.
10775         * modules/strnlen (configure.ac): Likewise.
10776         * modules/strpbrk (configure.ac): Likewise.
10777         * modules/strsep (configure.ac): Likewise.
10778         * modules/strstr (configure.ac): Likewise.
10779         * modules/strtok_r (configure.ac): Likewise.
10780
10781 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
10782
10783         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
10784
10785 2007-01-30  Jim Meyering  <jim@meyering.net>
10786
10787         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
10788
10789 2007-01-29  Bruno Haible  <bruno@clisp.org>
10790
10791         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
10792         * lib/execute.c: Likewise.
10793         * lib/pipe.c: Likewise.
10794         * lib/printf-args.h: Likewise.
10795         * lib/printf-args.c: Likewise.
10796         * lib/printf-parse.c: Likewise.
10797         * lib/vasnprintf.c: Likewise.
10798
10799 2007-01-29  Eric Blake  <ebb9@byu.net>
10800
10801         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
10802         declaration.
10803
10804 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
10805
10806         * lib/strptime.h (strptime): Use 'restrict' for args where
10807         POSIX requires this.
10808         * lib/strptime.c (strptime): Likewise.
10809         Change license notice from LGPL to GPL, since gnulib-tool will
10810         change this as needed.
10811         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
10812         defined.
10813         Include "strptime.h" first, to check interface.
10814         Do not #undef _LIBC and _NL_CURRENT.
10815         Do not include <stdlib.h>; no longer needed.
10816         Include "time_r.h" and declare ptime_locale_status
10817         only if _LIBC is not defined.
10818         (__P): Remove unused macro.
10819         (match_string): Bring back glibc version, but use it only if _LIBC
10820         is defined.
10821         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
10822         Remove unnecessary assertion and abort() call.
10823         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
10824         * m4/strptime.m4: Fix serial number comment.
10825         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
10826         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
10827         (Depends-on): Add time_r.
10828
10829 2007-01-29  Bruno Haible  <bruno@clisp.org>
10830
10831         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10832         strptime.
10833         * modules/strptime (Depends-on): Add stdbool.
10834         * lib/strptime.h: Include <time.h> always. Add comments.
10835
10836 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
10837
10838         * modules/strptime: New file.
10839         * lib/strptime.h: New file.
10840         * lib/strptime.c: New file.
10841         * m4/strptime.m4: New file.
10842
10843 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
10844
10845         * MODULES.html.sh: New module mpsort.
10846         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
10847
10848         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
10849         a circularity problem with HP-UX ia64 reported by Bob Proulx in
10850         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
10851         All uses changed.
10852         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
10853         All uses changed.
10854         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
10855         to _Restrict_.
10856         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
10857         the parameter matches the prototype.
10858
10859 2007-01-28  Jim Meyering  <jim@meyering.net>
10860
10861         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
10862         sys/time.h here, reverting that part of the previous patch:
10863         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
10864
10865 2007-01-28  Bruno Haible  <bruno@clisp.org>
10866
10867         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
10868         value of $(SYS_TIME_H).
10869         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
10870         remove it conditionally, too. [added by Jim Meyering]
10871         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
10872         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10873         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
10874         GETTIMEOFDAY_REPLACEMENT to 1.
10875
10876 2007-01-28  Bruno Haible  <bruno@clisp.org>
10877
10878         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
10879         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
10880         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
10881         Set UNISTD_H instead of UNISTD_H2.
10882         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
10883
10884 2007-01-28  Bruno Haible  <bruno@clisp.org>
10885
10886         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
10887         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
10888
10889 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10890
10891         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
10892         (func_create_testdir): Ensure C locale for `grep' and `tr'
10893         character ranges.
10894         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
10895         ACLOCAL_AMFLAGS parsing state machine.
10896
10897 2007-01-27  Bruno Haible  <bruno@clisp.org>
10898
10899         * modules/unistr/base: Update.
10900
10901 2007-01-27  Bruno Haible  <bruno@clisp.org>
10902
10903         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
10904         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
10905         * modules/unistr/u32-mbtouc-unsafe: Renamed from
10906         modules/unistr/u32-mbtouc.
10907         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
10908         * lib/unistr.h: Update.
10909         * lib/linebreak.c: Update.
10910         * modules/unistr/u32-mbtouc: Renamed from
10911         modules/unistr/u32-mbtouc-safe.
10912         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
10913         * lib/unistr.h: Update.
10914         * lib/unistr/u32-to-u8.c: Update.
10915         * lib/unistr/u32-to-u16.c: Update.
10916
10917 2007-01-27  Bruno Haible  <bruno@clisp.org>
10918
10919         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
10920         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
10921         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
10922         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
10923         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
10924         * modules/unistr/u16-mbtouc-unsafe: Renamed from
10925         modules/unistr/u16-mbtouc.
10926         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
10927         * lib/unistr.h: Update.
10928         * lib/linebreak.c: Update.
10929         * modules/linebreak: Update.
10930         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
10931         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
10932         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
10933         * modules/unistr/u16-mbtouc: Renamed from
10934         modules/unistr/u16-mbtouc-safe.
10935         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
10936         * lib/unistr.h: Update.
10937         * lib/unistr/u16-to-u8.c: Update.
10938         * modules/unistr/u16-to-u8: Update.
10939         * lib/unistr/u16-to-u32.c: Update.
10940         * modules/unistr/u16-to-u32: Update.
10941
10942 2007-01-27  Bruno Haible  <bruno@clisp.org>
10943
10944         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
10945         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
10946         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
10947         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
10948         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
10949         * modules/unistr/u8-mbtouc-unsafe: Renamed from
10950         modules/unistr/u8-mbtouc.
10951         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
10952         * lib/unistr.h: Update.
10953         * lib/striconveh.c: Update.
10954         * modules/striconveh: Update.
10955         * lib/linebreak.c: Update.
10956         * modules/linebreak: Update.
10957         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
10958         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
10959         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
10960         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
10961         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
10962         * lib/unistr.h: Update.
10963         * lib/striconveh.c: Update.
10964         * modules/striconveh: Update.
10965         * lib/unistr/u8-to-u16.c: Update.
10966         * modules/unistr/u8-to-u16: Update.
10967         * lib/unistr/u8-to-u32.c: Update.
10968         * modules/unistr/u8-to-u32: Update.
10969
10970 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10971
10972         Sync from Libtool.
10973         * lib/argz.c: Do not include strings.h nor memory.h, include
10974         string.h unconditionally.  Patch by Simon Josefsson.
10975
10976 2007-01-27  Bruno Haible  <bruno@clisp.org>
10977
10978         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
10979         from gl_HEADER_STRING_H_BODY.
10980         (gl_HEADER_STRING_H_BODY): Require it.
10981         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
10982         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
10983         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
10984         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
10985         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10986         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
10987         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10988         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
10989         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
10990         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10991         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
10992         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
10993         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
10994         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10995         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10996
10997 2007-01-27  Bruno Haible  <bruno@clisp.org>
10998
10999         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
11000         check_PROGRAMS into noinst_PROGRAMS.
11001         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
11002         check_PROGRAMS in this case.
11003         (func_import): Set for_test to false.
11004         (func_create_testdir): Set for_test to true.
11005
11006 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11007             Bruno Haible  <bruno@clisp.org>
11008
11009         * modules/strcasestr (Files): Remove lib/strcasestr.h.
11010         (Depends-on): Add string.
11011         (Includes): Use <string.h> instead of strcasestr.h.
11012         * modules/string (Makefile.am): Also substitute the value of
11013         REPLACE_STRCASESTR.
11014         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
11015         assume strcasestr is declared in <string.h> not <strings.h>. Also
11016         set REPLACE_STRCASESTR.
11017         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
11018         REPLACE_STRCASESTR.
11019         * lib/strcasestr.h: Remove file.
11020         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
11021         * lib/string_.h (strcasestr): New declaration.
11022
11023 2007-01-27  Bruno Haible  <bruno@clisp.org>
11024
11025         * lib/string_.h: Use 'extern'.
11026
11027 2007-01-27  Jim Meyering  <jim@meyering.net>
11028
11029         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
11030         of set-but-not-used local, "q".
11031
11032         * lib/mempcpy.c: Include <config.h> before <string.h>.
11033         This fixes a compilation error on HP-UX, due to the system's
11034         "restrict"-using mempcpy prototype.
11035
11036 2007-01-26  Bruno Haible  <bruno@clisp.org>
11037
11038         Small optimization.
11039         * lib/javacomp.c: Include c-strstr.h.
11040          (is_envjavac_gcj): Use c_strstr instead of strstr.
11041         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
11042
11043 2007-01-26  Bruno Haible  <bruno@clisp.org>
11044
11045         * MODULES.html.sh (Unicode string functions): Add the new modules.
11046
11047         * modules/uniconv/u32-strconv-to-locale: New file.
11048         * lib/uniconv/u32-strconv-to-locale.c: New file.
11049
11050         * modules/uniconv/u16-strconv-to-locale: New file.
11051         * lib/uniconv/u16-strconv-to-locale.c: New file.
11052
11053         * modules/uniconv/u8-strconv-to-locale: New file.
11054         * lib/uniconv/u8-strconv-to-locale.c: New file.
11055
11056         * modules/uniconv/u32-strconv-from-locale: New file.
11057         * lib/uniconv/u32-strconv-from-locale.c: New file.
11058
11059         * modules/uniconv/u16-strconv-from-locale: New file.
11060         * lib/uniconv/u16-strconv-from-locale.c: New file.
11061
11062         * modules/uniconv/u8-strconv-from-locale: New file.
11063         * lib/uniconv/u8-strconv-from-locale.c: New file.
11064
11065         * modules/uniconv/u32-strconv-to-enc: New file.
11066         * lib/uniconv/u32-strconv-to-enc.c: New file.
11067         * modules/uniconv/u32-strconv-to-enc-tests: New file.
11068         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
11069
11070         * modules/uniconv/u16-strconv-to-enc: New file.
11071         * lib/uniconv/u16-strconv-to-enc.c: New file.
11072         * lib/uniconv/u-strconv-to-enc.h: New file.
11073         * modules/uniconv/u16-strconv-to-enc-tests: New file.
11074         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
11075
11076         * modules/uniconv/u8-strconv-to-enc: New file.
11077         * lib/uniconv/u8-strconv-to-enc.c: New file.
11078         * modules/uniconv/u8-strconv-to-enc-tests: New file.
11079         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
11080
11081         * modules/uniconv/u32-strconv-from-enc: New file.
11082         * lib/uniconv/u32-strconv-from-enc.c: New file.
11083         * modules/uniconv/u32-strconv-from-enc-tests: New file.
11084         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
11085
11086         * modules/uniconv/u16-strconv-from-enc: New file.
11087         * lib/uniconv/u16-strconv-from-enc.c: New file.
11088         * modules/uniconv/u16-strconv-from-enc-tests: New file.
11089         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
11090
11091         * modules/uniconv/u8-strconv-from-enc: New file.
11092         * lib/uniconv/u8-strconv-from-enc.c: New file.
11093         * lib/uniconv/u-strconv-from-enc.h: New file.
11094         * modules/uniconv/u8-strconv-from-enc-tests: New file.
11095         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
11096
11097         * modules/uniconv/u32-conv-from-enc: New file.
11098         * lib/uniconv/u32-conv-from-enc.c: New file.
11099         * modules/uniconv/u32-conv-from-enc-tests: New file.
11100         * tests/uniconv/test-u32-conv-from-enc.c: New file.
11101
11102         * modules/uniconv/u16-conv-from-enc: New file.
11103         * lib/uniconv/u16-conv-from-enc.c: New file.
11104         * lib/uniconv/u-conv-from-enc.h: New file.
11105         * modules/uniconv/u16-conv-from-enc-tests: New file.
11106         * tests/uniconv/test-u16-conv-from-enc.c: New file.
11107
11108         * modules/uniconv/u8-conv-from-enc: New file.
11109         * lib/uniconv/u8-conv-from-enc.c: New file.
11110         * modules/uniconv/u8-conv-from-enc-tests: New file.
11111         * tests/uniconv/test-u8-conv-from-enc.c: New file.
11112
11113         * modules/uniconv/base: New file.
11114         * lib/uniconv.h: New file.
11115
11116 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11117
11118         * doc/gnulib-tool.texi (Initial import): Update to match current
11119         behavior with strdup module.
11120         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
11121         * lib/memmem.h: Remove; all uses removed.  This is now done
11122         by <string.h>.
11123         * lib/mempcpy.h: Likewise.
11124         * lib/memrchr.h: Likewise.
11125         * lib/stpcpy.h: Likewise.
11126         * lib/stpncpy.h: Likewise.
11127         * lib/strcase.h: Likewise.
11128         * lib/strchrnul.h: Likewise.
11129         * lib/strdup.h: Likewise.
11130         * lib/strndup.h: Likewise.
11131         * lib/strnlen.h: Likewise.
11132         * lib/strpbrk.h: Likewise.
11133         * lib/strsep.h: Likewise.
11134         * lib/strstr.h: Likewise.
11135         * lib/strtok_r.h: Likewise.
11136         * lib/string_.h: New file.
11137         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
11138         Rely on <string.h> instead.
11139         * lib/canon-host.c: Likewise.
11140         * lib/chdir-long.c: Likewise.
11141         * lib/concatpath.c: Likewise.
11142         * lib/exclude.c: Likewise.
11143         * lib/fchdir.c: Likewise.
11144         * lib/getaddrinfo.c: Likewise.
11145         * lib/getcwd.c: Likewise.
11146         * lib/getsubopt.c: Likewise.
11147         * lib/glob.c: Likewise.
11148         * lib/hard-locale.c: Likewise.
11149         * lib/iconvme.c: Likewise.
11150         * lib/javacomp.c: Likewise.
11151         * lib/mempcpy.c: Likewise.
11152         * lib/memrchr.c: Likewise.
11153         * lib/regex_internal.h: Likewise.
11154         * lib/stpncpy.c: Likewise.
11155         * lib/strcasecmp.c: Likewise.
11156         * lib/strchrnul.c: Likewise.
11157         * lib/strdup.c: Likewise.
11158         * lib/striconv.c: Likewise.
11159         * lib/striconveh.c: Likewise.
11160         * lib/striconveha.c: Likewise.
11161         * lib/strncasecmp.c: Likewise.
11162         * lib/strndup.c: Likewise.
11163         * lib/strnlen.c: Likewise.
11164         * lib/strsep.c: Likewise.
11165         * lib/strstr.c: Likewise.
11166         * lib/strtok_r.c: Likewise.
11167         * lib/userspec.c: Likewise.
11168         * lib/w32spawn.h: Likewise.
11169         * lib/xstrndup.c: Likewise.
11170         * lib/mountlist.c (strstr): Remove decl.
11171         * m4/string_h.m4: New file.
11172         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
11173         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
11174         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
11175         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
11176         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
11177         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
11178         Set REPLACE_STRCASECMP if necessary.
11179         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
11180         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
11181         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
11182         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
11183         HAVE_DECL_STRDUP if necessary.
11184         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
11185         since gl_FUNC_STRNDUP does that now.
11186         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
11187         Check for decl here...
11188         (gl_PREREQ_STRNLEN): ... not here.
11189         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
11190         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
11191         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
11192         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
11193         necessary.
11194         * modules/string: New file.
11195         * modules/memmem (Files): Remove special-purpose include file.
11196         (Depends-on): Add string.
11197         (Include): Include <string.h>, not the removed file.
11198         * modules/mempcpy: Likewise.
11199         * modules/memrchr: Likewise.
11200         * modules/stpcpy: Likewise.
11201         * modules/stpncpy: Likewise.
11202         * modules/strcase: Likewise.
11203         * modules/strchrnul: Likewise.
11204         * modules/strdup: Likewise.
11205         * modules/strndup: Likewise.
11206         * modules/strnlen: Likewise.
11207         * modules/strpbrk: Likewise.
11208         * modules/strsep: Likewise.
11209         * modules/strstr: Likewise.
11210         * modules/strtok_r: Likewise.
11211         * tests/test-dirname.c: Don't include "strdup.h", since
11212         <string.h> now suffices.
11213         * tests/test-memmem.c: Don't include "memmem.h", since
11214         <string.h> now suffices.
11215
11216 2007-01-25  Bruno Haible  <bruno@clisp.org>
11217
11218         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
11219         *resultp is 0.
11220
11221         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
11222         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
11223         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
11224         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
11225
11226         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
11227         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
11228         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
11229         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
11230         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
11231         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
11232
11233 2007-01-24  Bruno Haible  <bruno@clisp.org>
11234
11235         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
11236         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
11237         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
11238         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
11239         gl_FUNC_FTS_CORE.
11240         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
11241         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
11242         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11243         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
11244         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
11245         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
11246         gl_FUNC_FCHOWNAT.
11247         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
11248         gl_FUNC_STRFTIME.
11249         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
11250         Reported by Ralf Wildenhues.
11251
11252 2007-01-24  Bruno Haible  <bruno@clisp.org>
11253
11254         Drop AC_REQUIRE calls that are redundant with the module dependencies.
11255         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
11256         gl_GETADDRINFO.
11257         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
11258         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
11259         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
11260
11261 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
11262
11263         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
11264         Don't use 'exit'; just return from 'main'.
11265         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
11266
11267         * lib/fnmatch_.h: Readjust white space and comments to match
11268         glibc, to avoid spurious diffs.
11269
11270 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11271
11272         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
11273         2004-12-01 change by Jakub Jelinek, since this code won't compile
11274         if !LIBC.  Problem reported by Bob Proulx.
11275
11276 2007-01-23  Bruno Haible  <bruno@clisp.org>
11277
11278         * lib/striconveh.c: Include c-strcaseeq.h.
11279         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
11280         * modules/striconveh (Depends-on): Add c-strcaseeq.
11281
11282 2007-01-23  Bruno Haible  <bruno@clisp.org>
11283
11284         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
11285
11286         * modules/c-strcaseeq: New file.
11287         * lib/c-strcaseeq.h: New file.
11288
11289         * modules/streq: New file.
11290         * lib/streq.h: New file.
11291
11292 2007-01-23  Bruno Haible  <bruno@clisp.org>
11293
11294         * modules/striconveha-tests: New file.
11295         * tests/test-striconveha.c: New file.
11296
11297         * lib/striconveha.h: Include <stdbool.h>.
11298         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
11299         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
11300         (mem_iconveha_notranslit): Renamed from mem_iconveha.
11301         (mem_iconveha): New function.
11302         (str_iconveha_notranslit): Renamed from str_iconveha.
11303         (str_iconveha): New function.
11304         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
11305         c-strcase.
11306
11307 2007-01-23  Bruno Haible  <bruno@clisp.org>
11308
11309         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
11310         encodings without forgiving before trying any encoding with handler.
11311         (str_iconveha): Try all encodings without forgiving before trying any
11312         encoding with handler.
11313
11314 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11315
11316         Import the following changes from libc.
11317
11318         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11319
11320         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
11321
11322         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11323
11324         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
11325         normal_bracket label.
11326
11327         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
11328
11329         [BZ #361]
11330         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
11331         to normal_bracket after fetching the next character.
11332
11333 2007-01-22  Bruno Haible  <bruno@clisp.org>
11334
11335         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
11336         argument.
11337         * lib/striconveh.c (iconv_carefully_1): New function.
11338         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
11339         argument.
11340         (str_cd_iconveh): Update.
11341         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
11342         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
11343         * tests/test-striconveh.c (MAGIC): New macro.
11344         (new_offsets): New function.
11345         (main): Test call with and without offsets.
11346
11347 2007-01-22  Bruno Haible  <bruno@clisp.org>
11348
11349         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
11350         * modules/sys_select (Makefile.am): Likewise.
11351         * modules/sys_socket (Makefile.am): Likewise.
11352         * modules/sys_time (Makefile.am): Likewise.
11353
11354 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * modules/gettimeofday (License): Change from GPL to LGPL, since
11357         gettimeofday is a library function.
11358
11359 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11360
11361         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
11362
11363 2007-01-21  Bruno Haible  <bruno@clisp.org>
11364
11365         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
11366
11367 2007-01-21  Bruno Haible  <bruno@clisp.org>
11368
11369         * modules/striconveha: New file.
11370         * lib/striconveha.h: New file.
11371         * lib/striconveha.c: New file.
11372         * MODULES.html.sh (Internationalization functions): Add striconveha.
11373         * lib/striconv.c (str_iconv): Optimize the case of an empty input
11374         string.
11375         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
11376
11377 2007-01-21  Bruno Haible  <bruno@clisp.org>
11378
11379         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
11380         * lib/striconveh.c (str_iconveh): Likewise.
11381
11382 2007-01-21  Bruno Haible  <bruno@clisp.org>
11383
11384         * lib/striconveh.h (mem_iconveh): New declaration.
11385         * lib/striconveh.c (mem_iconveh): New function.
11386         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
11387
11388 2007-01-21  Bruno Haible  <bruno@clisp.org>
11389
11390         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
11391
11392         * lib/striconveh.h (mem_cd_iconveh): Change specification.
11393         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
11394         original result buffer.
11395         (str_cd_iconveh): Update.
11396         * tests/test-striconveh.c (main): Update.
11397
11398         * lib/striconv.h (mem_cd_iconv): Change specification.
11399         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
11400         result buffer.
11401         (str_cd_iconv): Update.
11402         * tests/test-striconv.c (main): Update.
11403
11404 2007-01-21  Bruno Haible  <bruno@clisp.org>
11405
11406         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
11407
11408 2007-01-20  Jim Meyering  <jim@meyering.net>
11409
11410         * lib/userspec.c (parse_with_separator): If a user or group string
11411         starts with "+", skip the corresponding name-to-ID look-up, since
11412         such a look-up must fail: user and group names may not include "+".
11413
11414 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11415
11416         * lib/poll.c: Include sys/time.h and time.h unconditionally,
11417         since we now assume the sys_time module.
11418         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
11419         check for sys/time.h; no longer needed.
11420         * modules/poll (Depends-on): Depend on sys_time.
11421
11422 2007-01-18  Bruno Haible  <bruno@clisp.org>
11423
11424         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
11425         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
11426
11427         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
11428         gettimeofday.
11429
11430         * tests/test-gettimeofday.c: Include <time.h>.
11431         (dummy): Remove variable.
11432
11433         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
11434         gl_HEADER_SYS_TIME_H.
11435         (gl_HEADER_SYS_TIME_H): New macro.
11436
11437         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
11438         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11439         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
11440         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
11441         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11442         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
11443         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
11444         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11445         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
11446         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
11447         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11448
11449         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
11450         last change; it caused a compilation error when cross-compiling to
11451         Cygwin.
11452
11453 2007-01-18  Jim Meyering  <jim@meyering.net>
11454
11455         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
11456         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
11457         than the race-prone "test -d sys || mkdir sys".
11458         (configure.ac): Use AC_PROG_MKDIR_P.
11459         * modules/sys_select: Likewise.
11460         * modules/sys_socket: Likewise.
11461         * modules/sys_time: Likewise.
11462
11463 2007-01-18  Eric Blake  <ebb9@byu.net>
11464
11465         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
11466         replace gettimeofday.
11467         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
11468         name, to avoid infinite recursion.
11469
11470 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
11473         module sys_time.
11474         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
11475         assume timespec.h defines struct timeval.
11476         * lib/settime.c: Likewise.
11477         * lib/utimens.c: Likewise.
11478         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
11479         since we now assume the gettimeofday module.
11480         * lib/tempname.c (__gen_tempname): Likewise.
11481         * lib/gettimeofday.h: Remove.
11482         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
11483         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
11484         Include <time.h>, for 'time()'.
11485         (localtime_buffer_addr): Also use this workaround if
11486         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
11487         to simplify the uses.  All uses changed.
11488         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
11489         that #undef is inside {}, and 'const' follows type name consistently.
11490         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
11491         (gettimeofday): Do not use the maximum possible value for
11492         tv->tv_usec, since that might break usages other than ls.c.
11493         Instead, we'll leave ls.c alone.  This undoes today's patch
11494         by Bruno.  Add a compile-time warning for 1s-clock resolution;
11495         we've never observed the problem but might as well keep the
11496         canary.
11497         * lib/nanosleep.c: Include timespec.h first, for interface check.
11498         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
11499         now assume the sys_time module.
11500         * lib/tempname.c: Likewise.
11501         * lib/timespec.h: Likewise.
11502         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
11503         needed.
11504         * lib/strftime.c: Likewise.
11505         * lib/timespec.h: Likewise.
11506         * lib/posixtm.c: Include posixtm.h first, for interface check.
11507         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
11508         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
11509         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
11510         * lib/sys_time_.h: New file.
11511         * lib/timespec.h (struct timespec): Use long int, not long.
11512         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
11513         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
11514         Remove obsolescent call to AC_HEADER_TIME.
11515         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
11516         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11517         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
11518         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
11519         Likewise.
11520         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
11521         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
11522         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
11523         into the sys_time module.  Check for gettimeofday just once.
11524         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
11525         for gettimeofday signature to just check the signature.  Merely
11526         compile it, since linking doesn't test signature.  Improve test for
11527         whether gettimeofday.o is actually needed.
11528         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
11529         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
11530         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
11531         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11532         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
11533         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
11534         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
11535         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
11536         than worrying about sys/time.h.
11537         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11538         Don't bother worrying about TIME_WITH_SYS_TIME.
11539         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11540         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
11541         * m4/sys_time_h.m4: New file.
11542         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
11543         Don't include sys/time.h.  Return from main rather than exiting.
11544         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
11545         all uses changed.
11546         * modules/gethrxtime (Depends-on): Add sys_time.
11547         * modules/gettime (Depends-on): Likewise.
11548         * modules/gettimeofday (Depends-on): Likewise.
11549         * modules/nanosleep (Depends-on): Likewise.
11550         * modules/settime (Depends-on): Likewise.
11551         * modules/tempname (Depends-on): Likewise.
11552         * modules/utimens (Depends-on): Likewise.
11553         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
11554         (Include:) Change back to <sys/time.h>.
11555         (Maintainer:) Add self.
11556         * modules/sys_time: New file.
11557         * modules/tempname (Depends-on): Add gettimeofday.
11558         * tests/test-gettimeofday.c: Include <sys/time.h>
11559         rather than gettimeofday.h.
11560
11561 2007-01-17  Bruno Haible  <bruno@clisp.org>
11562
11563         * gnulib-tool (func_get_license): Revert last patch. Instead, let
11564         the license default to GPL.
11565         (func_create_testdir): Don't complain if a module is LGPL and its
11566         tests module depends on GPLed modules.
11567
11568 2007-01-17  Bruno Haible  <bruno@clisp.org>
11569
11570         * lib/gettimeofday.c (gettimeofday): Add code for the case
11571         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
11572         maximum possible value for tv->tv_usec, rather than the minimum one.
11573
11574 2005-10-08  Martin Lambers  <marlam@marlam.de>
11575 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11576 2007-01-16  Bruno Haible  <bruno@clisp.org>
11577
11578         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
11579         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
11580         gl_FUNC_GETTIMEOFDAY.
11581         (Include): Add gettimeofday.h.
11582         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
11583         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
11584         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
11585         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
11586         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
11587         * lib/gettimeofday.h: New file.
11588         * lib/gettimeofday.c: Include <sys/timeb.h>.
11589         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
11590         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11591         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
11592         fall back on time().
11593
11594         * tests/test-gettimeofday.c: New file.
11595         * modules/gettimeofday-tests: New file.
11596
11597 2007-01-16  Eric Blake  <ebb9@byu.net>
11598
11599         * modules/fnmatch (Depends-on): Depend on wchar.
11600         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
11601         * m4/fnmatch.m4: Likewise.
11602         * modules/mbchar (Makefile.am): Assume <wchar.h>.
11603         * m4/mbchar.m4: Likewise.
11604         * modules/mbswidth (Depends-on): Depend on wchar.
11605         * lib/mbswidth.c: Assume <wchar.h>.
11606         * m4/mbswidth.m4: Likewise.
11607         * modules/quotearg (Depends-on): Depend on wchar.
11608         * lib/quotearg.c: Assume <wchar.h>.
11609         * m4/quotearg.m4: Likewise.
11610         * modules/regex (Depends-on): Depend on wchar.
11611         * lib/regex_internal.h: Assume <wchar.h>.
11612         * m4/regex.m4: Likewise.
11613         * modules/stdint (Depends-on): Depend on wchar.
11614         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
11615         * m4/stdint.m4: Likewise.
11616         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
11617         * modules/strftime (Depends-on): Depend on wchar.
11618         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
11619         * modules/strtol (Depends-on): Depend on wchar.
11620         * lib/strtol.c: Assume <wchar.h>.
11621         * modules/wcwidth (Depends-on): Depend on wchar.
11622         * lib/wcwidth.h: Assume <wchar.h>.
11623         * m4/wcwidth.m4: Likewise.
11624
11625 2007-01-16  Bruno Haible  <bruno@clisp.org>
11626
11627         * modules/csharpexec-script: New, created from...
11628         * modules/csharpexec: ... this.
11629
11630 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
11631
11632         * modules/javaexec-script: New, created from...
11633         * modules/javaexec: ... this.
11634
11635 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11636
11637         * modules/poll (Dependencies): Add sys_select.
11638
11639 2007-01-15  Jim Meyering  <jim@meyering.net>
11640
11641         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
11642         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
11643         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
11644         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
11645
11646 2007-01-15  Bruno Haible  <bruno@clisp.org>
11647
11648         * modules/striconveh: New file.
11649         * lib/striconveh.h: New file.
11650         * lib/striconveh.c: New file.
11651         * MODULES.html.sh (Internationalization functions): Add striconveh.
11652
11653         * modules/striconveh-tests: New file.
11654         * tests/test-striconveh.c: New file.
11655
11656 2007-01-15  Bruno Haible  <bruno@clisp.org>
11657
11658         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
11659         not from GNU libiconv or GNU libc.
11660
11661 2007-01-15  Bruno Haible  <bruno@clisp.org>
11662
11663         * doc/gnulib-intro.texi (Copyright): Explain the different license
11664         terms for module descriptions, autoconf macros, tests, documentation.
11665
11666 2007-01-14  Bruno Haible  <bruno@clisp.org>
11667
11668         * modules/striconv-tests: New file.
11669         * tests/test-striconv.c: New file.
11670
11671 2007-01-14  Bruno Haible  <bruno@clisp.org>
11672
11673         * modules/iconv-tests: New file.
11674         * tests/test-iconv.c: New file.
11675
11676 2007-01-14  Bruno Haible  <bruno@clisp.org>
11677
11678         * gnulib-tool (func_get_license): For test modules, use the license of
11679         the main module.
11680
11681 2007-01-14  Bruno Haible  <bruno@clisp.org>
11682
11683         * modules/iconv (Include): Clarify that <iconv.h> can only be included
11684         if iconv is found to exist.
11685
11686 2007-01-14  Bruno Haible  <bruno@clisp.org>
11687
11688         * modules/c-ctype-tests: New file.
11689         * tests/test-c-ctype.c: New file.
11690
11691 2007-01-14  Bruno Haible  <bruno@clisp.org>
11692
11693         * modules/binary-io-tests: New file.
11694         * tests/test-binary-io.sh: New file.
11695         * tests/test-binary-io.c: New file.
11696
11697 2007-01-14  Bruno Haible  <bruno@clisp.org>
11698
11699         * modules/array-oset-tests: New file.
11700         * tests/test-array_oset.c: New file.
11701
11702 2007-01-14  Bruno Haible  <bruno@clisp.org>
11703
11704         * modules/array-list-tests: New file.
11705         * tests/test-array_list.c: New file.
11706
11707 2007-01-14  Bruno Haible  <bruno@clisp.org>
11708
11709         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
11710         and make.
11711         Reported by Simon Josefsson in
11712         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
11713
11714 2007-01-14  Bruno Haible  <bruno@clisp.org>
11715
11716         * modules/allocsa-tests: New file.
11717         * tests/test-allocsa.c: New file.
11718
11719 2007-01-14  Bruno Haible  <bruno@clisp.org>
11720
11721         * modules/fchdir (Depends-on): Add absolute-header.
11722         * modules/unistd (Depends-on): Likewise.
11723
11724 2006-12-30  Bruno Haible  <bruno@clisp.org>
11725
11726         * modules/fchdir: New file.
11727         * modules/unistd (Files): Add lib/unistd_.h.
11728         (Makefile.am): Generate unistd.h from unistd_.h.
11729         * lib/fchdir.c: New file.
11730         * lib/dirent_.h: New file.
11731         * lib/unistd_.h: New file.
11732         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
11733         * m4/fchdir.m4: New file.
11734         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
11735         (gl_HEADER_UNISTD): Invoke it.
11736         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
11737         function.
11738         * lib/backupfile.c (opendir, closedir): Undefine.
11739         * lib/chown.c (open, close): Undefine.
11740         * lib/clean-temp.c (open, close): Undefine.
11741         * lib/copy-file.c (open, close): Undefine.
11742         * lib/execute.c (open, close): Undefine.
11743         * lib/fsusage.c (open, close): Undefine.
11744         * lib/gc-gnulib.c (open, close): Undefine.
11745         * lib/getcwd.c (opendir, closedir): Undefine.
11746         * lib/glob.c (opendir, closedir): Undefine.
11747         * lib/javacomp.c (open, close): Undefine.
11748         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
11749         * lib/openat-proc.c (open, close): Undefine.
11750         * lib/pagealign_alloc.c (open, close): Undefine.
11751         * lib/pipe.c (open, close): Undefine.
11752         * lib/progreloc.c (open, close): Undefine.
11753         * lib/savedir.c (opendir, closedir): Undefine.
11754         * lib/utime.c (open, close): Undefine.
11755         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
11756
11757 2007-01-10  Bruno Haible  <bruno@clisp.org>
11758
11759         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
11760
11761 2007-01-12  Eric Blake  <ebb9@byu.net>
11762
11763         Provide a robust <wchar.h>.  Further simplifications are now
11764         possible in other modules, but not included here.
11765         * modules/wchar: New module.
11766         * m4/wchar.m4: New file.
11767         * lib/wchar_.h: Likewise.
11768         * modules/mbchar (Depends-on): Depend on wchar, as the first use
11769         of the new module.
11770         * MODULES.html.sh (Extended multibyte and wide character utilities):
11771         New section.
11772
11773 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
11774
11775         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
11776         to a reasonable default for memory allocation.
11777         (xreadlink): Don't allocate a huge buffer, to work around a buggy
11778         file system that reports garbage st_size values for symlinks.
11779         Problem reported by Liyang Hu.
11780
11781 2007-01-11  Simon Josefsson  <simon@josefsson.org>
11782
11783         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
11784         Emacs .#* auto-save files).
11785
11786 2007-01-11  Bruno Haible  <bruno@clisp.org>
11787
11788         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
11789         directory.
11790
11791 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         Use @...@ consistently in lib/wctype_.h.
11794         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
11795         on it being set to 1 or 0.
11796         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
11797         go back to AC_SUBSTing it.
11798         * modules/wctype (Makefile.am): Undo previous change.
11799
11800 2007-01-10  Eric Blake  <ebb9@byu.net>
11801
11802         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
11803         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
11804         * modules/wctype (Makefile.am): Likewise.
11805         Reported by Chris McGuire.
11806
11807 2007-01-10  Jim Meyering  <jim@meyering.net>
11808
11809         fts.c: a small readability/maintainability improvement
11810         * lib/fts.c (fts_read): Make this code slightly more readable and
11811         maintainable by hoisting the "sp->fts_cur = p" assignments to
11812         immediately follow the statements that set P.  Derived from
11813         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
11814
11815 2007-01-10  Eric Blake  <ebb9@byu.net>
11816
11817         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
11818         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
11819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11820         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
11821         Reported by Chris McGuire.
11822
11823 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11824
11825         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
11826         in sed script.
11827
11828 2007-01-09  Bruno Haible  <bruno@clisp.org>
11829
11830         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
11831         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
11832         variables.
11833         (func_module): Use them.
11834
11835 2007-01-09  Bruno Haible  <bruno@clisp.org>
11836
11837         * modules/unistr/base: New file.
11838         * lib/unistr.h: New file.
11839
11840         * modules/unistr/u8-to-u16: New file.
11841         * lib/unistr/u8-to-u16.c: New file.
11842
11843         * modules/unistr/u8-to-u32: New file.
11844         * lib/unistr/u8-to-u32.c: New file.
11845
11846         * modules/unistr/u16-to-u8: New file.
11847         * lib/unistr/u16-to-u8.c: New file.
11848
11849         * modules/unistr/u16-to-u32: New file.
11850         * lib/unistr/u16-to-u32.c: New file.
11851
11852         * modules/unistr/u32-to-u8: New file.
11853         * lib/unistr/u32-to-u8.c: New file.
11854
11855         * modules/unistr/u32-to-u16: New file.
11856         * lib/unistr/u32-to-u16.c: New file.
11857
11858         * modules/unistr/u8-check: New file.
11859         * modules/unistr/u16-check: New file.
11860         * modules/unistr/u32-check: New file.
11861         * lib/unistr/u8-check.c: New file.
11862         * lib/unistr/u16-check.c: New file.
11863         * lib/unistr/u32-check.c: New file.
11864
11865         * modules/unistr/u8-chr: New file.
11866         * modules/unistr/u16-chr: New file.
11867         * modules/unistr/u32-chr: New file.
11868         * lib/unistr/u8-chr.c: New file.
11869         * lib/unistr/u16-chr.c: New file.
11870         * lib/unistr/u32-chr.c: New file.
11871
11872         * modules/unistr/u8-cmp: New file.
11873         * modules/unistr/u16-cmp: New file.
11874         * modules/unistr/u32-cmp: New file.
11875         * lib/unistr/u8-cmp.c: New file.
11876         * lib/unistr/u16-cmp.c: New file.
11877         * lib/unistr/u32-cmp.c: New file.
11878
11879         * modules/unistr/u8-cpy: New file.
11880         * modules/unistr/u16-cpy: New file.
11881         * modules/unistr/u32-cpy: New file.
11882         * lib/unistr/u8-cpy.c: New file.
11883         * lib/unistr/u16-cpy.c: New file.
11884         * lib/unistr/u32-cpy.c: New file.
11885         * lib/unistr/u-cpy.h: New file.
11886
11887         * modules/unistr/u8-cpy-alloc: New file.
11888         * modules/unistr/u16-cpy-alloc: New file.
11889         * modules/unistr/u32-cpy-alloc: New file.
11890         * lib/unistr/u8-cpy-alloc.c: New file.
11891         * lib/unistr/u16-cpy-alloc.c: New file.
11892         * lib/unistr/u32-cpy-alloc.c: New file.
11893         * lib/unistr/u-cpy-alloc.h: New file.
11894
11895         * modules/unistr/u8-endswith: New file.
11896         * modules/unistr/u16-endswith: New file.
11897         * modules/unistr/u32-endswith: New file.
11898         * lib/unistr/u8-endswith.c: New file.
11899         * lib/unistr/u16-endswith.c: New file.
11900         * lib/unistr/u32-endswith.c: New file.
11901         * lib/unistr/u-endswith.h: New file.
11902
11903         * modules/unistr/u8-mblen: New file.
11904         * modules/unistr/u16-mblen: New file.
11905         * modules/unistr/u32-mblen: New file.
11906         * lib/unistr/u8-mblen.c: New file.
11907         * lib/unistr/u16-mblen.c: New file.
11908         * lib/unistr/u32-mblen.c: New file.
11909
11910         * modules/unistr/u8-mbtouc: New file.
11911         * modules/unistr/u16-mbtouc: New file.
11912         * modules/unistr/u32-mbtouc: New file.
11913         * lib/unistr/u8-mbtouc.c: New file.
11914         * lib/unistr/u16-mbtouc.c: New file.
11915         * lib/unistr/u32-mbtouc.c: New file.
11916
11917         * modules/unistr/u8-mbtouc-safe: New file.
11918         * modules/unistr/u16-mbtouc-safe: New file.
11919         * modules/unistr/u32-mbtouc-safe: New file.
11920         * lib/unistr/u8-mbtouc-safe.c: New file.
11921         * lib/unistr/u16-mbtouc-safe.c: New file.
11922         * lib/unistr/u32-mbtouc-safe.c: New file.
11923
11924         * modules/unistr/u8-move: New file.
11925         * modules/unistr/u16-move: New file.
11926         * modules/unistr/u32-move: New file.
11927         * lib/unistr/u8-move.c: New file.
11928         * lib/unistr/u16-move.c: New file.
11929         * lib/unistr/u32-move.c: New file.
11930         * lib/unistr/u-move.h: New file.
11931
11932         * modules/unistr/u8-next: New file.
11933         * modules/unistr/u16-next: New file.
11934         * modules/unistr/u32-next: New file.
11935         * lib/unistr/u8-next.c: New file.
11936         * lib/unistr/u16-next.c: New file.
11937         * lib/unistr/u32-next.c: New file.
11938
11939         * modules/unistr/u8-prev: New file.
11940         * modules/unistr/u16-prev: New file.
11941         * modules/unistr/u32-prev: New file.
11942         * lib/unistr/u8-prev.c: New file.
11943         * lib/unistr/u16-prev.c: New file.
11944         * lib/unistr/u32-prev.c: New file.
11945
11946         * modules/unistr/u8-set: New file.
11947         * modules/unistr/u16-set: New file.
11948         * modules/unistr/u32-set: New file.
11949         * lib/unistr/u8-set.c: New file.
11950         * lib/unistr/u16-set.c: New file.
11951         * lib/unistr/u32-set.c: New file.
11952         * lib/unistr/u-set.h: New file.
11953
11954         * modules/unistr/u8-startswith: New file.
11955         * modules/unistr/u16-startswith: New file.
11956         * modules/unistr/u32-startswith: New file.
11957         * lib/unistr/u8-startswith.c: New file.
11958         * lib/unistr/u16-startswith.c: New file.
11959         * lib/unistr/u32-startswith.c: New file.
11960         * lib/unistr/u-startswith.h: New file.
11961
11962         * modules/unistr/u8-stpcpy: New file.
11963         * modules/unistr/u16-stpcpy: New file.
11964         * modules/unistr/u32-stpcpy: New file.
11965         * lib/unistr/u8-stpcpy.c: New file.
11966         * lib/unistr/u16-stpcpy.c: New file.
11967         * lib/unistr/u32-stpcpy.c: New file.
11968         * lib/unistr/u-stpcpy.h: New file.
11969
11970         * modules/unistr/u8-stpncpy: New file.
11971         * modules/unistr/u16-stpncpy: New file.
11972         * modules/unistr/u32-stpncpy: New file.
11973         * lib/unistr/u8-stpncpy.c: New file.
11974         * lib/unistr/u16-stpncpy.c: New file.
11975         * lib/unistr/u32-stpncpy.c: New file.
11976         * lib/unistr/u-stpncpy.h: New file.
11977
11978         * modules/unistr/u8-strcat: New file.
11979         * modules/unistr/u16-strcat: New file.
11980         * modules/unistr/u32-strcat: New file.
11981         * lib/unistr/u8-strcat.c: New file.
11982         * lib/unistr/u16-strcat.c: New file.
11983         * lib/unistr/u32-strcat.c: New file.
11984         * lib/unistr/u-strcat.h: New file.
11985
11986         * modules/unistr/u8-strchr: New file.
11987         * modules/unistr/u16-strchr: New file.
11988         * modules/unistr/u32-strchr: New file.
11989         * lib/unistr/u8-strchr.c: New file.
11990         * lib/unistr/u16-strchr.c: New file.
11991         * lib/unistr/u32-strchr.c: New file.
11992
11993         * modules/unistr/u8-strcmp: New file.
11994         * modules/unistr/u16-strcmp: New file.
11995         * modules/unistr/u32-strcmp: New file.
11996         * lib/unistr/u8-strcmp.c: New file.
11997         * lib/unistr/u16-strcmp.c: New file.
11998         * lib/unistr/u32-strcmp.c: New file.
11999
12000         * modules/unistr/u8-strcpy: New file.
12001         * modules/unistr/u16-strcpy: New file.
12002         * modules/unistr/u32-strcpy: New file.
12003         * lib/unistr/u8-strcpy.c: New file.
12004         * lib/unistr/u16-strcpy.c: New file.
12005         * lib/unistr/u32-strcpy.c: New file.
12006         * lib/unistr/u-strcpy.h: New file.
12007
12008         * modules/unistr/u8-strcspn: New file.
12009         * modules/unistr/u16-strcspn: New file.
12010         * modules/unistr/u32-strcspn: New file.
12011         * lib/unistr/u8-strcspn.c: New file.
12012         * lib/unistr/u16-strcspn.c: New file.
12013         * lib/unistr/u32-strcspn.c: New file.
12014         * lib/unistr/u-strcspn.h: New file.
12015
12016         * modules/unistr/u8-strdup: New file.
12017         * modules/unistr/u16-strdup: New file.
12018         * modules/unistr/u32-strdup: New file.
12019         * lib/unistr/u8-strdup.c: New file.
12020         * lib/unistr/u16-strdup.c: New file.
12021         * lib/unistr/u32-strdup.c: New file.
12022         * lib/unistr/u-strdup.h: New file.
12023
12024         * modules/unistr/u8-strlen: New file.
12025         * modules/unistr/u16-strlen: New file.
12026         * modules/unistr/u32-strlen: New file.
12027         * lib/unistr/u8-strlen.c: New file.
12028         * lib/unistr/u16-strlen.c: New file.
12029         * lib/unistr/u32-strlen.c: New file.
12030         * lib/unistr/u-strlen.h: New file.
12031
12032         * modules/unistr/u8-strmblen: New file.
12033         * modules/unistr/u16-strmblen: New file.
12034         * modules/unistr/u32-strmblen: New file.
12035         * lib/unistr/u8-strmblen.c: New file.
12036         * lib/unistr/u16-strmblen.c: New file.
12037         * lib/unistr/u32-strmblen.c: New file.
12038
12039         * modules/unistr/u8-strmbtouc: New file.
12040         * modules/unistr/u16-strmbtouc: New file.
12041         * modules/unistr/u32-strmbtouc: New file.
12042         * lib/unistr/u8-strmbtouc.c: New file.
12043         * lib/unistr/u16-strmbtouc.c: New file.
12044         * lib/unistr/u32-strmbtouc.c: New file.
12045
12046         * modules/unistr/u8-strncat: New file.
12047         * modules/unistr/u16-strncat: New file.
12048         * modules/unistr/u32-strncat: New file.
12049         * lib/unistr/u8-strncat.c: New file.
12050         * lib/unistr/u16-strncat.c: New file.
12051         * lib/unistr/u32-strncat.c: New file.
12052         * lib/unistr/u-strncat.h: New file.
12053
12054         * modules/unistr/u8-strncmp: New file.
12055         * modules/unistr/u16-strncmp: New file.
12056         * modules/unistr/u32-strncmp: New file.
12057         * lib/unistr/u8-strncmp.c: New file.
12058         * lib/unistr/u16-strncmp.c: New file.
12059         * lib/unistr/u32-strncmp.c: New file.
12060
12061         * modules/unistr/u8-strncpy: New file.
12062         * modules/unistr/u16-strncpy: New file.
12063         * modules/unistr/u32-strncpy: New file.
12064         * lib/unistr/u8-strncpy.c: New file.
12065         * lib/unistr/u16-strncpy.c: New file.
12066         * lib/unistr/u32-strncpy.c: New file.
12067         * lib/unistr/u-strncpy.h: New file.
12068
12069         * modules/unistr/u8-strnlen: New file.
12070         * modules/unistr/u16-strnlen: New file.
12071         * modules/unistr/u32-strnlen: New file.
12072         * lib/unistr/u8-strnlen.c: New file.
12073         * lib/unistr/u16-strnlen.c: New file.
12074         * lib/unistr/u32-strnlen.c: New file.
12075         * lib/unistr/u-strnlen.h: New file.
12076
12077         * modules/unistr/u8-strpbrk: New file.
12078         * modules/unistr/u16-strpbrk: New file.
12079         * modules/unistr/u32-strpbrk: New file.
12080         * lib/unistr/u8-strpbrk.c: New file.
12081         * lib/unistr/u16-strpbrk.c: New file.
12082         * lib/unistr/u32-strpbrk.c: New file.
12083         * lib/unistr/u-strpbrk.h: New file.
12084
12085         * modules/unistr/u8-strrchr: New file.
12086         * modules/unistr/u16-strrchr: New file.
12087         * modules/unistr/u32-strrchr: New file.
12088         * lib/unistr/u8-strrchr.c: New file.
12089         * lib/unistr/u16-strrchr.c: New file.
12090         * lib/unistr/u32-strrchr.c: New file.
12091
12092         * modules/unistr/u8-strspn: New file.
12093         * modules/unistr/u16-strspn: New file.
12094         * modules/unistr/u32-strspn: New file.
12095         * lib/unistr/u8-strspn.c: New file.
12096         * lib/unistr/u16-strspn.c: New file.
12097         * lib/unistr/u32-strspn.c: New file.
12098         * lib/unistr/u-strspn.h: New file.
12099
12100         * modules/unistr/u8-strstr: New file.
12101         * modules/unistr/u16-strstr: New file.
12102         * modules/unistr/u32-strstr: New file.
12103         * lib/unistr/u8-strstr.c: New file.
12104         * lib/unistr/u16-strstr.c: New file.
12105         * lib/unistr/u32-strstr.c: New file.
12106         * lib/unistr/u-strstr.h: New file.
12107
12108         * modules/unistr/u8-strtok: New file.
12109         * modules/unistr/u16-strtok: New file.
12110         * modules/unistr/u32-strtok: New file.
12111         * lib/unistr/u8-strtok.c: New file.
12112         * lib/unistr/u16-strtok.c: New file.
12113         * lib/unistr/u32-strtok.c: New file.
12114         * lib/unistr/u-strtok.h: New file.
12115
12116         * modules/unistr/u8-uctomb: New file.
12117         * modules/unistr/u16-uctomb: New file.
12118         * modules/unistr/u32-uctomb: New file.
12119         * lib/unistr/u8-uctomb.c: New file.
12120         * lib/unistr/u16-uctomb.c: New file.
12121         * lib/unistr/u32-uctomb.c: New file.
12122
12123         * MODULES.html.sh (Unicode string functions): Add the new modules.
12124
12125 2007-01-08  Bruno Haible  <bruno@clisp.org>
12126
12127         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
12128         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
12129         subdirectories.
12130
12131 2007-01-08  Karl Berry  <karl@gnu.org>
12132
12133         * doc/error.texi: mention that main() fns must set program_name
12134         when progname is used.
12135
12136 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
12137
12138         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
12139         WCTYPE_H is empty, for the benefit of builds from non-distclean
12140         directories.  Problem reported by Eric Blake in
12141         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
12142
12143 2007-01-08  Bruno Haible  <bruno@clisp.org>
12144
12145         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
12146         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
12147         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
12148         PROVIDE_CANONICALIZE_FILENAME_MODE.
12149         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
12150
12151 2007-01-08  Bruno Haible  <bruno@clisp.org>
12152
12153         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
12154         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
12155         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
12156         * lib/fts.c: Likewise.
12157         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
12158
12159 2006-12-25  Bruno Haible  <bruno@clisp.org>
12160
12161         * modules/utf8-ucs4-safe: New file.
12162         * lib/utf8-ucs4-safe.h: New file.
12163         * lib/unistr/utf8-ucs4-safe.c: New file.
12164
12165         * modules/utf16-ucs4-safe: New file.
12166         * lib/utf16-ucs4-safe.h: New file.
12167         * lib/unistr/utf16-ucs4-safe.c: New file.
12168
12169         * MODULES.html.sh (Unicode string functions): Add the new modules.
12170
12171 2007-01-08  Bruno Haible  <bruno@clisp.org>
12172
12173         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
12174         (Depends-on): Add unitypes.
12175         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
12176         (u8_mbtouc_aux): Move out to separate file.
12177         (u8_mbtouc): Use ucs4_t, uint8_t types.
12178         * lib/unistr/utf8-ucs4.c: New file.
12179
12180         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
12181         (Depends-on): Add unitypes.
12182         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
12183         (u16_mbtouc_aux): Move out to separate file.
12184         (u16_mbtouc): Use ucs4_t, uint16_t types.
12185         * lib/unistr/utf16-ucs4.c: New file.
12186
12187         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
12188         (Depends-on): Add unitypes.
12189         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
12190         (u8_uctomb_aux): Move out to separate file.
12191         (u8_uctomb): Use ucs4_t, uint8_t types.
12192         * lib/unistr/ucs4-utf8.c: New file.
12193
12194         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
12195         (Depends-on): Add unitypes.
12196         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
12197         (u16_uctomb_aux): Move out to separate file.
12198         (u16_uctomb): Use ucs4_t, uint16_t types.
12199         * lib/unistr/ucs4-utf16.c: New file.
12200
12201 2006-12-25  Bruno Haible  <bruno@clisp.org>
12202
12203         * modules/unitypes: New file.
12204         * lib/unitypes.h: New file.
12205         * MODULES.html.sh (func_all_modules): New section "Unicode string
12206         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
12207         this section. Add unitypes.
12208
12209 2007-01-08  Bruno Haible  <bruno@clisp.org>
12210
12211         Avoid variable names that conflict with those from libtool.
12212         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
12213         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
12214         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
12215         library_names_spec to acl_library_names_spec, hardcode_* to
12216         acl_hardcode_*.
12217         Reported by Ralf Wildenhues.
12218
12219 2007-01-08  Bruno Haible  <bruno@clisp.org>
12220
12221         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
12222         definition.
12223         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
12224         definition.
12225         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
12226         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
12227         definition.
12228         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
12229         definition.
12230         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
12231         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
12232         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
12233         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
12234         definition.
12235         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
12236         definition.
12237         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
12238         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
12239         GC_USE_<algorithm>.
12240         * lib/gc-libgcrypt.c: Likewise.
12241         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
12242         * modules/gc-arctwo (configure.ac): Likewise.
12243         * modules/gc-des (configure.ac): Likewise.
12244         * modules/gc-hmac-md5 (configure.ac): Likewise.
12245         * modules/gc-hmac-sha1 (configure.ac): Likewise.
12246         * modules/gc-md2 (configure.ac): Likewise.
12247         * modules/gc-md4 (configure.ac): Likewise.
12248         * modules/gc-md5 (configure.ac): Likewise.
12249         * modules/gc-random (configure.ac): Likewise.
12250         * modules/gc-rijndael (configure.ac): Likewise.
12251         * modules/gc-sha1 (configure.ac): Likewise.
12252
12253 2007-01-08  Bruno Haible  <bruno@clisp.org>
12254
12255         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
12256         macro definition.
12257         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
12258         definition.
12259         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
12260         definition.
12261         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
12262         * modules/fcntl-safer (configure.ac): Likewise.
12263         * modules/fopen-safer (configure.ac): Likewise.
12264         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
12265         GNULIB_FWRITEERROR macro definition.
12266
12267 2007-01-08  Bruno Haible  <bruno@clisp.org>
12268
12269         * m4/gnulib-common.m4: New file.
12270         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
12271         (func_get_filelist): Add m4/gnulib-common.m4.
12272
12273 2007-01-08  Bruno Haible  <bruno@clisp.org>
12274
12275         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
12276         command.
12277
12278 2007-01-08  Jim Meyering  <jim@meyering.net>
12279
12280         Use a more robust test for a "can't happen" condition.
12281         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
12282         narrowed the st_size value.  Presuming the "can't happen" condition
12283         is true, that narrowing could conceivably convert an invalid st_size
12284         value into a valid one.  Instead, use a change based on Matthew
12285         Woehlke's original patch.
12286
12287         Slight readability improvement: use an assert-like macro
12288         in place of literal "abort ()" uses.
12289         * lib/fts.c (fts_assert): Define.
12290         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
12291         Use this macro instead of a bare 'abort'.
12292
12293 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
12294
12295         Don't worry about using IRIX 5.3's wctype.h broken definitions;
12296         simply work around them.
12297         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
12298         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
12299         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
12300         declaring.
12301         Don't bother to define as macros, since the standard doesn't require it.
12302         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
12303         longer worry about IRIX 5.3.
12304         (HAVE_WCTYPE_CTMP_BUG): Remove.
12305
12306 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
12309         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
12310         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12311         Problems reported by Georg Schwarz for IRIX 5.3.
12312
12313         * gnulib-tool (autoconf_minversion): Take the maximum version number
12314         found, not the minimum.  Problem reported by James Youngman.
12315
12316 2007-01-03  Karl Berry  <karl@gnu.org>
12317
12318         * doc/error.texi: new file, explaining interaction with progname.
12319         * doc/gnulib.texi: include it.  Update copyright.
12320
12321 2007-01-03  Simon Josefsson  <simon@josefsson.org>
12322
12323         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
12324         AC_CANONICAL_HOST, to improve autobuild outputs.
12325
12326 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
12327             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
12328
12329         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
12330         sockets, server sockets, and other file descriptors.  Count errors
12331         to compute the return value.  Reorder the code a bit to be easier
12332         to follow.  Don't set event bits that were not requested (except
12333         POLLERR and POLLHUP).
12334
12335 2007-01-01  Bruno Haible  <bruno@clisp.org>
12336
12337         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
12338
12339 2007-01-03  Jim Meyering  <jim@meyering.net>
12340
12341         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
12342
12343 2007-01-02  Bruno Haible  <bruno@clisp.org>
12344
12345         * modules/settime (Include): Require timespec.h.
12346         * modules/nanosleep (Include): Likewise.
12347
12348 2007-01-01  Bruno Haible  <bruno@clisp.org>
12349
12350         * gnulib-tool (func_emit_copyright_notice): Bump year.
12351         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
12352
12353 2007-01-01  Bruno Haible  <bruno@clisp.org>
12354
12355         Improve support for OpenBSD.
12356         * build-aux/config.rpath (libname_spec): Export.
12357         (library_names_spec): New variable. Export.
12358         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
12359         library_names_spec from the config.rpath output. Locate shared library
12360         through the name pattern in library_names_spec.
12361
12362 2007-01-01  Eric Blake  <ebb9@byu.net>
12363
12364         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
12365
12366 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
12367
12368         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
12369         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
12370         assume the C locale, and avoid an "eval" that could cause trouble.
12371         Problem with SORT reported by Bob Proulx.
12372
12373         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
12374         Define.  Trivial patch from Henning Nielsen Lund, originally
12375         sent to bug-grep@gnu.org today.
12376
12377 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12378
12379         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
12380         struct stat.  Problem reported by Henning Nielsen Lund.
12381         * lib/acl.c: Include acl.h first, to check interface.  Don't
12382         bother to include sys/types.h and sys/stat.h again.
12383
12384 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12385
12386         Import the following change from libc; problem reported by
12387         Sven Verdoolaege.
12388
12389         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
12390
12391         [BZ #1373]
12392         * lib/argp.h: Remove __NTH for __argp_usage inline function.
12393
12394 2006-12-28  Jim Meyering  <jim@meyering.net>
12395
12396         * build-aux/announce-gen: Do not assume that the package
12397         builds any of tar.gz, tar.bz2, and .xdelta files.
12398         Suggestion from Simon Josefsson.
12399
12400 2006-12-28  Simon Josefsson  <simon@josefsson.org>
12401
12402         * modules/announce-gen: New file.
12403
12404 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
12405
12406         * lib/mbchar.h: Just include <wctype.h>; the wctype module
12407         handles its gotchas now.
12408         * lib/mbswidth.c: Likewise.
12409         * lib/wcwidth.h: Likewise.
12410         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
12411         and iswcntrl; the wctype module does this stuff now.
12412         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12414         * modules/mbchar (Depends-on): Add wctype.
12415         * modules/mbswidth (Depends-on): Likewise.
12416         * modules/wcwidth (Depends-on): Likewise.
12417
12418 2006-12-27  Eric Blake  <ebb9@byu.net>
12419
12420         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
12421         module uses more than what <wctype.h> is required to provide.
12422
12423 2006-12-26  Eric Blake  <ebb9@byu.net>
12424
12425         * gnulib-tool (sed_extract_prog): Avoid space-tab.
12426
12427 2006-12-26  Eric Blake  <ebb9@byu.net>
12428
12429         * modules/absolute-header: New module.
12430         * modules/fcntl (Depends-on): Depend on it.
12431         * modules/inttypes (Depends-on): Likewise.
12432         * modules/stdint (Depends-on): Likewise.
12433         * modules/sys_stat (Depends-on): Likewise.
12434         * modules/wctype (Depends-on): Likewise.
12435         * MODULES.html.sh (Support for building libraries and
12436         executables): Document it.
12437
12438 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
12439
12440         * gnulib-tool (SED): Remove, undoing previous change.
12441         The problem was that it broke coreutils on Solaris, because
12442         "sed --posix" leaked into a makefile.
12443         (sed): New alias, if 'alias' and GNU sed.
12444
12445 2006-12-24  Jim Meyering  <jim@meyering.net>
12446
12447         Work around an fchownat bug in glibc-2.4:
12448         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
12449         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
12450         in spite of the -P option.
12451         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
12452         New macros.
12453         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
12454         * modules/openat (Files): Add lib/fchownat.c.
12455         * lib/openat.c (fchownat): Don't define here.  Move to...
12456         * lib/fchownat.c: ...this new file.
12457
12458 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12459
12460         Fix bug reported by Bruno Haible in
12461         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
12462         where quotearg.c didn't compile on Mac OS X 10.2 because it
12463         lacks <wchar.h> and wint_t.
12464         * lib/wctype_.h (__wctype_wint_t): New type.
12465         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
12466         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
12467         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
12468         Arg is now of type __wctype_wint_t, not wint_t.
12469         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
12470         substitute HAVE_WINT_T.
12471         * modules/wctype (Files): Add m4/wint_t.m4.
12472         (wctype.h): Substitute HAVE_WINT_T.
12473
12474 2006-12-23  Bruno Haible  <bruno@clisp.org>
12475
12476         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
12477
12478 2006-12-23  Bruno Haible  <bruno@clisp.org>
12479
12480         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
12481         S_ISLNK.
12482         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
12483         mingw.
12484
12485 2006-12-22  Bruno Haible  <bruno@clisp.org>
12486
12487         * lib/copy-file.c: Include acl.h.
12488         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
12489         Close the file descriptors only after being done with copy_acl.
12490         * modules/copy-file (Depends-on): Add acl.
12491
12492 2006-12-22  Bruno Haible  <bruno@clisp.org>
12493
12494         * gnulib-tool (SED): New variable.
12495         Use $SED instead of sed everywhere.
12496
12497 2006-12-22  Bruno Haible  <bruno@clisp.org>
12498
12499         * modules/no-c++: New file.
12500         * m4/no-c++.m4: New file.
12501         * MODULES.html.sh (Support for building libraries and executables):
12502         Add no-c++.
12503
12504 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
12507         Include <limits.h>, and use its INT_MAX to rewrite the
12508         j loop so that it does not overflow 'int'.  Problem reported by
12509         Ralf Wildenhues in
12510         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
12511         Play it safe by shifting left by 1 rather than multiplying by 2,
12512         as GCC is less likely to optimize this away when the value
12513         is signed (when it assumes overflow leads to undefined behavior).
12514         Also, don't assume time_t uses two's complement.
12515
12516 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
12517
12518         * MODULES.html.sh: New module wctype.
12519         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
12520         * lib/fnmatch.c: Don't bother to include <wchar.h> before
12521         <wctype.h>, since the new wctype module should fix this.
12522         * lib/quotearg.c: Include <wctype.h> unconditionally, since
12523         the wctype module should arrange for it.
12524         * lib/regex_internal.h: Likewise.
12525         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
12526         since the wctype module should handle this now.
12527         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
12528         * modules/fnmatch (Depends-on): Add wctype.
12529         * modules/quotearg (Depends-on): Likewise.
12530         * modules/regex (Depends-on): Likewise.
12531
12532 2006-12-19  Bruno Haible  <bruno@clisp.org>
12533
12534         * lib/strdup.h [C++]: Wrap definitions in extern "C".
12535         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
12536
12537 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12538
12539         * modules/savewd (Depends-on): Fix dependency on fcntl.
12540
12541 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12542
12543         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
12544         conforms to C99, rather than relying on the user's environment
12545         setting of STDINT_H.
12546
12547 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12548         and Eric Blake  <ebb9@byu.net>
12549
12550         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
12551         This is more consistent with the other defines here.
12552         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
12553         Port to z/OS.  Problem reported by Paul Gilmartin.
12554         Change local vars to use gl_ prefix rather than ac_.
12555         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
12556         with other defines.
12557         * modules/double-slash-root: New module.
12558         * modules/dirname (Files): Remove m4/double-slash-root.m4.
12559         (Depends-on): Add double-slash-root.
12560         * MODULES.html.sh (File system functions): Mention new module.
12561
12562 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
12563
12564         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
12565         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
12566         This is for the benefit of gzip, which doesn't do i18n.
12567
12568 2006-12-12  Jim Meyering  <jim@meyering.net>
12569
12570         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
12571         Reported by Andreas Schwab <schwab@suse.de>.
12572
12573 2006-12-12  Bruno Haible  <bruno@clisp.org>
12574
12575         Merge these changes.
12576         2006-09-05  Bruno Haible  <bruno@clisp.org>
12577         * lib/iconvme.c (iconv_string): No need to save and restore errno when
12578         iconv_alloc succeeded.
12579         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
12580         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
12581         test for " && dest " at the end - dest is always != NULL there. Call
12582         iconv with 4xNULL arguments initially, to reset the state. Call iconv
12583         with 2xNULL arguments, also to flush the state storage. Handle the
12584         IRIX iconv behaviour. Realloc the final result, to throw away unused
12585         memory.
12586
12587 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
12588
12589         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
12590         and fchmodat unconditionally, since glibc 2.4 has them.
12591         Problem reported by Arkadiusz Miskiewicz.
12592
12593 2006-12-10  Bruno Haible  <bruno@clisp.org>
12594
12595         * gnulib-tool (func_import): Show the include files only for those
12596         modules that are copied and specified.
12597         Reported by Karl Berry.
12598
12599 2006-12-08  Jim Meyering  <jim@meyering.net>
12600
12601         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
12602         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
12603
12604         * build-aux/announce-gen: Add two new options, both optional:
12605         --bootstrap-tools=TOOL_LIST
12606               a comma-separated list of tools, e.g.,
12607               autoconf,automake,bison,gnulib
12608         --gnulib-snapshot-date=DATE
12609               if gnulib is in the bootstrap tool list,
12610               then report this as the snapshot date.
12611               If not specified, use the current date/time.
12612               If you specify a date here, be sure it's UTC.
12613
12614 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12615
12616         * tests/test-argp-2.sh: Fix test to match actual output.
12617         (func_compare): Fix sed script to be portable.
12618
12619 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
12620
12621         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
12622         workaround for this case.  It is not autoconfigured now; offhand
12623         it's hard to see how to autoconfigure it.
12624
12625 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
12626
12627         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
12628         a directory that is about to be chowned.  Such a directory's
12629         initial file permissions should permit the owner only and this
12630         should not be changed until after the chown, since the group and
12631         other bits would be incorrect if they granted permission before
12632         the chown.
12633
12634         Fix porting problem for iswctype reported by Georg Schwarz in:
12635         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
12636         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
12637         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
12638         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
12639         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12640
12641 2006-12-03  Jim Meyering  <jim@meyering.net>
12642
12643         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
12644         p->fts_statp may not yet be defined.
12645         (fts_read): Instead, set it in the caller, once p->fts_statp is
12646         sure to be defined, and corresponds to a top-level directory.
12647         This bug made du -x fail.  Here's the coreutils test case:
12648         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
12649         Reported by Mike Frysinger.
12650
12651 2006-12-01  Jim Meyering  <jim@meyering.net>
12652
12653         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
12654         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
12655         Reported by Simon Josefsson.
12656
12657 2006-11-30  Jim Meyering  <jim@meyering.net>
12658
12659         * m4/warning.m4: Use the all-permissive copyright notice
12660         recommended by RMS (rather than LGPL).
12661         * m4/vararrays.m4: Likewise.
12662         * m4/flexmember.m4: Likewise.
12663
12664 2006-11-29  Bruno Haible  <bruno@clisp.org>
12665
12666         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12667         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
12668         using +=.
12669         Reported by Simon Josefsson <simon@josefsson.org>.
12670
12671 2006-11-28  James Youngman <jay@gnu.org>
12672
12673         * README: Advise users that they might find the bug-gnulib@gnu.org
12674         and autotools-announce@gnu.org mailing lists useful.
12675
12676 2006-11-28  Bruno Haible  <bruno@clisp.org>
12677
12678         * m4/ptrdiff_max.m4: Remove file.
12679
12680 2006-11-21  Bruno Haible  <bruno@clisp.org>
12681
12682         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
12683         _AC_COMPUTE_INT.
12684         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12685         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
12686         _AC_COMPUTE_INT.
12687         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12688         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
12689         _AC_COMPUTE_INT.
12690         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12691
12692 2006-11-28  Jim Meyering  <jim@meyering.net>
12693
12694         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
12695         warning from "gcc -Wshadow" about shadowing the builtin.
12696
12697 2006-11-27  Bruno Haible  <bruno@clisp.org>
12698
12699         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
12700         _AC_COMPUTE_INT.
12701         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12702
12703 2006-11-27  Bruno Haible  <bruno@clisp.org>
12704             Paul Eggert  <eggert@cs.ucla.edu>
12705
12706         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
12707
12708 2006-11-26  Bruno Haible  <bruno@clisp.org>
12709
12710         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12711         noinst_LTLIBRARIES.
12712
12713 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
12714             Bruno Haible  <bruno@clisp.org>
12715
12716         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
12717         if compiling with "gcc -ansi".
12718
12719 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         Fix some incompatibilities with gcc -ansi -pedantic.
12722         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
12723         if compiling pedantically with GCC, unless it's C99 or later.
12724         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
12725         it mishandles gcc -ansi -pedantic as well.
12726         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
12727         if gcc -pedantic.
12728         * lib/regexec.c (check_node_accept_bytes): Don't use auto
12729         initializers for struct if -pedantic, unless it's C99 or later.
12730
12731 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
12732
12733         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
12734         Don't close an fd more than once. Identical atimes indicate
12735         success, not failure.
12736
12737 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
12738
12739         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
12740
12741 2006-11-23  Jim Meyering  <jim@meyering.net>
12742
12743         * build-aux/announce-gen: New file.  From coreutils.
12744
12745 2006-11-22  Jim Meyering  <jim@meyering.net>
12746
12747         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
12748         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
12749         (fts_read): Use a temporary to narrow the overused st_size member
12750         before using it in a switch statement.  Reported by Matthew Woehlke.
12751
12752         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
12753         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
12754
12755 2006-11-20  Bruno Haible  <bruno@clisp.org>
12756
12757         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
12758         changequote instead of pairs of brackets.
12759         Reported by Andreas Schwab <schwab@suse.de>.
12760
12761 2006-11-21  Jim Meyering  <jim@meyering.net>
12762
12763         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
12764         so as to remain compatible with older compilers.
12765         Patch from Michael Deutschmann.
12766
12767 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12768
12769         * MODULES.html.sh (File system functions): Add openat.
12770
12771         * lib/openat.h (rpl_fstatat): New macro, if
12772         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
12773         (fstatat): Define to rpl_fstatat under the same conditions,
12774         unless COMPILING_FSTATAT.
12775         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
12776         seems to have the bug.
12777         * lib/fstatat.c: New file.
12778         * modules/openat (Files): Add it.
12779
12780 2006-11-20  Bruno Haible  <bruno@clisp.org>
12781
12782         * Makefile: New file.
12783
12784 2006-11-20  Jim Meyering  <jim@meyering.net>
12785
12786         The beginnings of syntax-related checks for gnulib.
12787         * lib/Makefile: New file.
12788         * lib/t-idcache: New script.  Ensure that the two halves of
12789         idcache.c stay in sync.
12790
12791         * lib/idcache.c: Adjust comments in user- and group- portions to
12792         be more accurate, and to be consistent with one another.
12793
12794 2006-11-20  Jim Meyering  <jim@meyering.net>
12795
12796         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
12797         continue using the flexible array member (thus, this module performs
12798         half as many malloc calls), with the addition that...
12799         (getgroup, getuser): Consistently record a non-match via an empty
12800         "name" string, and map an empty string match to a NULL return value.
12801         * modules/idcache (Depends-on): Re-add flexmember.
12802
12803         * lib/idcache.c (getuser): Remove all uses of the register keyword.
12804         (getuidbyname, getgroup, getgidbyname): Likewise.
12805
12806         Use cleaner syntax: NULL rather than 0.
12807         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
12808
12809 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12810
12811         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
12812         It mishandled the case where the group was missing.
12813         Problem reported by Greg Schafer.
12814         * modules/idcache: Likewise.
12815
12816 2006-11-18  Jim Meyering  <jim@meyering.net>
12817
12818         * check-module (%exempt_header): Add exception for some
12819         conditionally-included headers.
12820
12821         * modules/i-ring (Depends-on): Add verify.
12822         (License): Change to LGPL.
12823
12824 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12825
12826         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
12827         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
12828         and inttostr.h.  Use snprintf rather than uinttostr, so that
12829         LGPLed code doesn't depend on GPLed.
12830
12831 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         * modules/inline (License): Change from GPL to LGPL.
12834
12835 2006-11-17  Jim Meyering  <jim@meyering.net>
12836
12837         * modules/d-type (License): Switch to LGPL.
12838
12839 2006-11-15  Bruno Haible  <bruno@clisp.org>
12840
12841         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
12842
12843 2006-11-15  Eric Blake  <ebb9@byu.net>
12844
12845         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
12846         the module dependency.
12847
12848 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12849             Bruno Haible  <bruno@clisp.org>
12850
12851         * gnulib-tool (func_create_testdir): Add license consistency check.
12852
12853 2006-11-15  Eric Blake  <ebb9@byu.net>
12854
12855         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
12856         random "(cached)" in configure output.
12857
12858 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12859
12860         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
12861         test for conforming inttypes.h is both announced and cached.
12862
12863         * MODULES.html.sh (seen_modules, seen_files): New variables.
12864         (func_module): Rewrite to use a few less gnulib-tool and sed
12865         invocations.  Avoid a couple of quadratic algorithms for ...
12866         (missed_modules, missed_files): ... these, with ...
12867         (func_append, func_tmpdir): ... these new functions, from
12868         gnulib-tool.  Analogously, install traps for cleanup.
12869
12870         * tests/test-gc.c (main): Remove unused variables.
12871         * tests/test-read-file.c: Include stdlib.h, for 'free'.
12872
12873 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
12874
12875         * modules/inttostr (License): Change to LGPL.
12876
12877 2006-11-14  Eric Blake  <ebb9@byu.net>
12878
12879         * modules/tempname (License): Change to LGPL.
12880
12881 2006-11-14  Eric Blake  <ebb9@byu.net>
12882
12883         * doc/functions.texi (Function Portability): *printf functions on
12884         Cygwin now understand all POSIX size specifiers.
12885
12886 2006-11-14  Bruno Haible  <bruno@clisp.org>
12887
12888         * modules/c-ctype (License): Change to LGPL.
12889
12890 2006-11-12  Bruno Haible  <bruno@clisp.org>
12891
12892         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
12893         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
12894         for GNOME libraries, for which the include files are installed in
12895         subdirectories of $prefix/include.
12896
12897 2006-11-12  Bruno Haible  <bruno@clisp.org>
12898
12899         * m4/lib-link.m4: Require at least autoconf-2.54.
12900         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
12901         name to underscores for the --with option.
12902
12903 2006-11-13  Bruno Haible  <bruno@clisp.org>
12904
12905         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
12906         the tests directory.
12907         Reported by Ralf Wildenhues.
12908
12909 2006-11-13  Bruno Haible  <bruno@clisp.org>
12910
12911         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
12912         (func_emit_initmacro_end): Undo the override here.
12913         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
12914         Works around the famous automake error in coreutils.
12915
12916 2006-11-13  Eric Blake  <ebb9@byu.net>
12917
12918         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
12919         element, not its node.
12920
12921 2006-11-12  Bruno Haible  <bruno@clisp.org>
12922
12923         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
12924         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
12925
12926 2006-11-12  Bruno Haible  <bruno@clisp.org>
12927
12928         * gnulib-tool: New option --local-symlink.
12929         (func_usage): Document it.
12930         (lsymbolic): New variable.
12931         (func_import, func_create_testdir): If --symlink was not specified,
12932         test whether --local-symlink was specified and the file comes from
12933         the local_gnulib_dir.
12934
12935 2006-11-12  Bruno Haible  <bruno@clisp.org>
12936
12937         * gnulib-tool (func_ln): New function.
12938         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
12939
12940 2006-11-12  Bruno Haible  <bruno@clisp.org>
12941
12942         Finish support for source files in subdirectories.
12943         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
12944         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
12945         AUTOMAKE_OPTIONS.
12946         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
12947
12948 2006-11-12  Bruno Haible  <bruno@clisp.org>
12949
12950         * gnulib-tool (func_get_automake_snippet): Synthesize also an
12951         EXTRA_lib_SOURCES augmentation.
12952         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
12953
12954 2006-11-12  Jim Meyering  <jim@meyering.net>
12955
12956         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
12957         file descriptors.  This also averts a failure on systems with
12958         native openat support when a traversed directory lacks "x" access.
12959         * lib/fts_.h: Include "i-ring.h"
12960         (struct FTS) [fts_fd_ring]: New member.
12961         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
12962         (FCHDIR): Add parentheses.
12963         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
12964         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
12965         When descending, rather than simply closing the previous
12966         fts_cwd_fd value, push that file descriptor onto the ring.
12967         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
12968         (fts_open): Initialize the new fd_ring member.
12969         (fts_close): Clear the ring.
12970         (fts_safe_changedir): When possible, use our new fd_ring to skip
12971         the diropen and fstat and dev/ino comparison that would normally
12972         accompany a virtual `chdir ("..")'.
12973
12974         * modules/fts (Depends-on): Add i-ring.
12975         * modules/i-ring: New module.
12976         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
12977         * m4/i-ring.m4: New file.
12978
12979 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12980
12981         * gnulib-tool (func_create_testdir): Fix replacement of
12982         `build-aux' in configure.ac.  Run autotools in gltests
12983         subdirectory.
12984         (func_create_testdir, func_create_megatestdir, test): There is
12985         no need for '--force' in most autotool invocations in a new
12986         tree.  Actually fail the whole test if any of the tools, or the
12987         configure or make stages fail.
12988
12989         Sync from Automake.
12990         * build-aux/gnupload: Revert last change.  Add pointer to upload
12991         instructions of the GNU Maintenance Instructions.
12992         Suggestion by Karl Berry.
12993
12994 2006-11-10  Jim Meyering  <jim@meyering.net>
12995
12996         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
12997
12998 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
12999
13000         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
13001         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
13002         (bind_textdomain_codeset) [! ENABLE_NLS]:
13003         Evaluate all the arguments.  That way, callers get compatible behavior
13004         if the arguments have side effects.  Also, it avoids some GCC
13005         diagnostics in some cases; Joel E. Denny reported problems when Bison
13006         was configured with --enable-gcc-warnigs.
13007
13008 2006-11-10  Jim Meyering  <jim@meyering.net>
13009
13010         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
13011         relevant options in CFLAGS (like -O, -fno-inline) are taken into
13012         account.
13013
13014 2006-11-10  Jim Meyering  <jim@meyering.net>
13015
13016         * modules/inline: New file/module.
13017         * modules/xalloc (Files): Remove m4/inline.m4.
13018         (Depends-on): Add inline, instead.
13019         * modules/oset: Likewise.
13020         * modules/list: Likewise.
13021
13022 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13023
13024         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
13025         Problem reported by Matthew Woehlke.
13026
13027 2006-11-09  Bruno Haible  <bruno@clisp.org>
13028
13029         * lib/tempname.c (gen_tempname): Remove variant that invokes
13030         __gen_tempname.
13031         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
13032         __gen_tempname.
13033
13034 2006-11-08  Bruno Haible  <bruno@clisp.org>
13035
13036         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
13037         to 'yes' instead of 'cross-compiling'.
13038
13039 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
13040
13041         * lib/quotearg.h (quotearg_free): New decl.
13042         * lib/quotearg.c (quotearg_free): New function.
13043         (slot0, nslots, slotvec0, slotvec):
13044         Now file-scope so that quotearg_free can get at them.
13045
13046 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13047
13048         Sync from Automake.
13049         * build-aux/gnupload: Add missing 'gnu' to example URL.
13050         Report by Karl Berry.
13051
13052 2006-11-08  Bruno Haible  <bruno@clisp.org>
13053
13054         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
13055         Suggested by Paul Eggert.
13056
13057 2006-11-08  Jim Meyering  <jim@meyering.net>
13058
13059         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
13060         It's already included if !_LIBC.
13061         (fts_safe_changedir): Add a comment.
13062
13063 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
13064
13065         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
13066         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
13067         Matthew Woehlke.
13068
13069         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
13070         definitions up, to avoid colliding with change below.
13071         (static_inline) [HAVE_INLINE]: New macro.
13072         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
13073         Provide extern decls when !HAVE_INLINE.  Do not define unless
13074         static_inline is defined, either by us or by xmalloc.c.  Use
13075         static_inline rather than static inline.
13076         (XCALLOC): Optimize sizeof(T) = 1 case.
13077         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
13078
13079 2006-11-07  Bruno Haible  <bruno@clisp.org>
13080
13081         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
13082         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
13083         AC_C_INLINE.
13084         * modules/xalloc (Files): Add m4/inline.m4.
13085
13086 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13087
13088         * README: Fix typo.
13089         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
13090         (Miscellanous Notes): ...from this.
13091
13092 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
13093
13094         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
13095         Mention that offsetof should be used instead of sizeof.
13096         From Bruno Haible.
13097
13098 2006-11-07  Bruno Haible  <bruno@clisp.org>
13099
13100         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
13101
13102 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
13103
13104         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
13105         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
13106         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
13107         (gl_tree_add_before, gl_tree_add_after):
13108         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
13109         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
13110         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13111         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
13112         (gl_linked_add_after, gl_linked_add_at): Likewise.
13113         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
13114         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
13115         (gl_tree_add_before, gl_tree_add_after): Likewise.
13116         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
13117         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
13118         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
13119
13120 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13121
13122         * lib/gl_oset.h: Use C comment style, not C++ comment style.
13123
13124 2006-11-06  Bruno Haible  <bruno@clisp.org>
13125
13126         * m4/inline.m4: New file.
13127         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
13128         * modules/list (Files): Add m4/inline.m4.
13129         * modules/oset (Files): Likewise.
13130
13131 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         * lib/idcache.c: Include <stddef.h>, for offsetof.
13134         (struct userid.name): Change from char * to a flexible array member.
13135         All uses changed.
13136         * modules/idcache (Depends-on): Add flexmember.
13137
13138         * MODULES.html.sh (Core language properties): New module flexmember.
13139         * modules/flexmember, m4/flexmember.m4: New files.
13140
13141         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
13142         inline functions that are identical with the old xnmalloc_inline,
13143         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
13144         that we can avoid some unnecessary integer multiplications and
13145         divisions in the common case where the element size is known at
13146         compile time.
13147         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
13148         needed.
13149         (xnboundedmalloc): Remove.
13150         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
13151         arguments, for consistency with rest of this header.
13152         (xcharalloc): Rewrite using XNMALLOC.
13153         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
13154         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
13155         versions have been moved to lib/xalloc.h and renamed to be the
13156         non-*_inline versions.
13157         (xmalloc, xrealloc): Implement without reference to the xnmalloc
13158         and xnrealloc functions, since those functions are now inline and
13159         now call us.
13160         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
13161         renaming described above.
13162         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
13163         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
13164         captures the dependency in AC_C_INLINE.
13165
13166         New module canonicalize-lgpl, proposed by Charles Wilson in
13167         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
13168         with a few small changes afterwards.
13169         * MODULES.html.sh (File system functions): New module
13170         canonicalize-lgpl.
13171         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
13172         and canonicalize_file_name.
13173         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
13174         * modules/canonicalize-lgpl: New files.
13175
13176 2006-11-05  Bruno Haible  <bruno@clisp.org>
13177
13178         * gnulib-tool (func_import, func_create_testdir): Create directories
13179         also for files in subdirectories of lib/.
13180
13181 2006-11-05  Bruno Haible  <bruno@clisp.org>
13182
13183         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
13184         ANSI C compliant.
13185
13186 2006-11-03  Bruno Haible  <bruno@clisp.org>
13187
13188         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
13189         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
13190         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
13191         (xnboundedmalloc): New inline function.
13192         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
13193         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
13194         xmalloc.
13195         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
13196         xmalloc.
13197         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
13198         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
13199         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
13200         xmalloc.
13201         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
13202         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
13203         xmalloc.
13204         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
13205         gl_tree_add_after): Use XMALLOC instead of xmalloc.
13206         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
13207         xmalloc.
13208         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
13209         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
13210         gl_tree_add_after): Use XMALLOC instead of xmalloc.
13211         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
13212         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
13213         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
13214         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
13215
13216 2006-11-03  Bruno Haible  <bruno@clisp.org>
13217
13218         * lib/c-ctype.h [C++]: Define functions without name mangling.
13219         * lib/fwriteerror.h [C++]: Likewise.
13220         * lib/gcd.h [C++]: Likewise.
13221         * lib/linebreak.h [C++]: Likewise.
13222
13223 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
13226         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
13227         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
13228         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
13229         Check for functions and headers just once.
13230         Check for declaration of canonicalize_file_name.
13231         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
13232
13233 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13234
13235         * gnulib-tool (func_import): Fix typo in actioncmd.
13236
13237 2006-11-02  Bruno Haible  <bruno@clisp.org>
13238
13239         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
13240         newline sequence in the Makefile.am snippet as a space, like "make"
13241         does.
13242         Reported by Roger Persson <perrog@gmail.com>.
13243
13244 2006-11-01  Bruno Haible  <bruno@clisp.org>
13245
13246         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
13247         already declared in <string.h>.
13248         * lib/strcase.h (strncasecmp): Don't declare it if yes.
13249
13250 2006-11-01  Bruno Haible  <bruno@clisp.org>
13251
13252         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
13253         * lib/strcase.h: Include <string.h>.
13254         (strcasecmp): Define to rpl_strcasecmp here.
13255
13256 2006-11-01  Bruno Haible  <bruno@clisp.org>
13257
13258         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
13259
13260 2006-11-01  Eric Blake  <ebb9@byu.net>
13261
13262         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
13263
13264         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
13265
13266 2006-10-29  Bruno Haible  <bruno@clisp.org>
13267
13268         Make it compile in C++ mode.
13269         * lib/full-write.c (full_rw): Add a cast.
13270
13271 2006-11-01  Bruno Haible  <bruno@clisp.org>
13272
13273         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
13274         be POSIX compliant.
13275         Reported by Roger Persson <perrog@gmail.com>.
13276
13277 2006-11-01  Eric Blake  <ebb9@byu.net>
13278
13279         * lib/getopt_.h: Fix comments.
13280
13281 2006-10-31  Eric Blake  <ebb9@byu.net>
13282
13283         * modules/tmpdir (Depends-on): Add sys_stat.
13284         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
13285         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
13286         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
13287         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
13288         tempname.
13289
13290 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         Avoid some C++ diagnostics reported by Bruno Haible.
13293         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
13294         xmalloc.
13295         (quotearg_alloc): Use xcharalloc rather than xmalloc.
13296         (struct slotvec): Move to top level.
13297         (quotearg_n_options): Rewrite to avoid xmalloc.
13298         * lib/xalloc.h (xcharalloc): New function.
13299         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
13300         [defined __cplusplus]: Add function template that provides result
13301         type propagation.  This part of the change is from Bruno Haible.
13302
13303 2006-10-29  Bruno Haible  <bruno@clisp.org>
13304
13305         Make it compile in C++ mode.
13306         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
13307         * lib/strnlen1.c (strnlen1): Cast memchr result.
13308         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
13309         * lib/clean-temp.c (string_equals, string_hash): Add casts.
13310         (create_temp_dir): Rename local variable 'template'.
13311         (compile_csharp_using_sscli): Add cast.
13312         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
13313         * lib/findprog.c (find_in_path): Likewise.
13314         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
13315         * lib/wait-process.c (register_slave_subprocess): Likewise.
13316
13317 2006-10-22  Bruno Haible  <bruno@clisp.org>
13318
13319         * modules/tsearch: New file.
13320         * lib/tsearch.h: New file.
13321         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
13322         * m4/tsearch.m4: New file.
13323         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
13324
13325 2006-10-29  Eric Blake  <ebb9@byu.net>
13326
13327         * lib/arcfour.c: Assume config.h.
13328         * lib/arctwo.c: Likewise.
13329         * lib/base64.c: Likewise.
13330         * lib/check-version.c: Likewise.
13331         * lib/crc.c: Likewise.
13332         * lib/des.c: Likewise.
13333         * lib/gc-gnulib.c: Likewise.
13334         * lib/gc-libgcrypt.c: Likewise.
13335         * lib/gc-pbkdf2-sha1.c: Likewise.
13336         * lib/getaddrinfo.c: Likewise.
13337         * lib/getdelim.c: Likewise.
13338         * lib/getline.c: Likewise.
13339         * lib/hmac-md5.c: Likewise.
13340         * lib/hmac-sha1.c: Likewise.
13341         * lib/iconvme.c: Likewise.
13342         * lib/md2.c: Likewise.
13343         * lib/md4.c: Likewise.
13344         * lib/memxor.c: Likewise.
13345         * lib/read-file.c: Likewise.
13346         * lib/readline.c: Likewise.
13347         * lib/rijndael-alg-fst.c: Likewise.
13348         * lib/rijndael-api-fst.c: Likewise.
13349         * lib/xgetdomainname.c: Likewise.
13350
13351 2006-10-28  Eric Blake  <ebb9@byu.net>
13352
13353         * lib/xstrndup.c: Assume config.h.
13354
13355 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13356
13357         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
13358         stat-macros.h is now for our own macros, whereas stat_h is for
13359         macros in the <sys/stat.h> name space.
13360         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
13361         (STAT_MACROS_H): Remove.
13362         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
13363         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
13364         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
13365         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
13366         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
13367         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
13368         Move these macros to ...
13369         * lib/stat_.h: here.  Don't include stat-macros.h.
13370         * lib/canonicalize.c: Don't include stat-macros.h.
13371         * lib/chown.c: Likewise.
13372         * lib/euidaccess.c: Likewise.
13373         * lib/file-type.c: Likewise.
13374         * lib/filemode.c: Likewise.
13375         * lib/glob.c: Likewise.
13376         * lib/isapipe.c: Likewise.
13377         * lib/lchown.c: Likewise.
13378         * lib/lstat.c: Likewise.
13379         * lib/mkdir-p.c: Likewise.
13380         * lib/rmdir.c: Likewise.
13381         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
13382         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
13383         unless mkdir isn't declared, to speed up 'configure'.
13384         Always create sys/stat.h, since it's unlikely any real sys/stat.h
13385         would define all the S_* symbols.
13386         * modules/canonicalize (Depends-on):
13387         Depend on sys_stat, not stat-macros.
13388         * modules/chown: Likewise.
13389         * modules/euidaccess: Likewise.
13390         * modules/filemode: Likewise.
13391         * modules/file-type: Likewise.
13392         * modules/glob: Likewise.
13393         * modules/isapipe: Likewise.
13394         * modules/lchown: Likewise.
13395         * modules/lstat: Likewise.
13396         * modules/mkancesdirs: Likewise.
13397         * modules/rmdir: Likewise.
13398         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
13399         * modules/modechange: Likewise.
13400         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
13401         (configure.ac): Remove gl_STAT_MACROS.
13402         * modules/sys_stat (Depends-on): Remove stat-macros.
13403
13404 2006-10-27  Bruno Haible  <bruno@clisp.org>
13405
13406         * m4/signed.m4: Remove file.
13407         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
13408         invocation.
13409         * modules/vasnprintf (Files): Remove m4/signed.m4.
13410
13411 2006-10-27  Bruno Haible  <bruno@clisp.org>
13412
13413         Update to GNU gettext 0.16.
13414         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
13415         m4/inttypes-h.m4, m4/signed.m4.
13416         * m4/gettext.m4: Update to GNU gettext 0.16.
13417         * m4/intl.m4: New file, from GNU gettext.
13418         * m4/intldir.m4: New file, from GNU gettext.
13419         * config/srclist.txt: Update
13420
13421 2006-10-27  Eric Blake  <ebb9@byu.net>
13422
13423         * MODULES.html.sh: Document tempname.
13424         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
13425         dependencies.
13426         (Files): Move lib/tempname.c...
13427         * modules/tempname: ...to this new module.
13428         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
13429         (gl_PREREQ_TEMPNAME): Move...
13430         * m4/tempname.m4: ...to this new file.
13431         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
13432         * modules/sys_stat (Depends-on): Add stat-macros.
13433         * lib/stat_.h (includes): Pick up stat macros.
13434         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
13435         if stat macros are broken.
13436         * lib/tempname.c (includes): No need to include "stat-macros.h".
13437         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
13438         (direxists, __path_search) [!_LIBC]: Don't compile these in
13439         gnulib; the tmpdir module covers that.
13440         * lib/tempname.h: New file.
13441
13442 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * COPYING: Explain how gnulib-tool converts licence headers.
13445         Almost all wording by Eric Blake.
13446
13447 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
13448
13449         * lib/mbchar.h (is_basic_table): Make read-only.
13450         * lib/mbchar.c (is_basic_table): Likewise.
13451         Reported by John Darrington.
13452
13453 2006-10-25  Bruno Haible  <bruno@clisp.org>
13454
13455         * lib/progname.h (set_program_name): Undefine before defining.
13456
13457 2006-10-25  Bruno Haible  <bruno@clisp.org>
13458
13459         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
13460         false for non-gcc C++ compilers.
13461         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
13462
13463 2006-10-24  Bruno Haible  <bruno@clisp.org>
13464
13465         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
13466         iconv implementations like Irix iconv.
13467
13468 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13469
13470         * modules/vararrays: New file.
13471         * m4/vararrays.m4: New file, taken from diffutils.
13472         * MODULES.html.sh: New module vararrays.
13473
13474 2006-10-24  Karl Berry  <karl@gnu.org>
13475
13476         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
13477         Don't call GNU Unix.
13478
13479 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13480
13481         * users.txt: Add Libtool.
13482
13483         Sync from Libtool:
13484
13485         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13486
13487         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
13488         to gnulib's policy of including config.h unconditionally.
13489
13490 2006-10-24  Bruno Haible  <bruno@clisp.org>
13491
13492         * modules/wcwidth (Files): Add m4/wint_t.m4.
13493         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
13494         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
13495
13496 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13497
13498         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
13499         to pacify GCC with some -W flags enabled.  Problem reported by
13500         Bruno Haible.
13501
13502 2006-10-24  Jim Meyering  <jim@meyering.net>
13503
13504         * MODULES.html.sh: Remove uinttostr.  It's not a module.
13505         Reported by Karl Berry.
13506
13507 2006-10-23  Bruno Haible  <bruno@clisp.org>
13508
13509         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
13510
13511 2006-10-24  Bruno Haible  <bruno@clisp.org>
13512
13513         * lib/gl_list.h: Use C comment style, not C++ comment style.
13514
13515 2006-10-23  Eric Blake  <ebb9@byu.net>
13516
13517         * lib/getaddrinfo.c (includes): Add missing include.
13518
13519 2006-10-23  Bruno Haible  <bruno@clisp.org>
13520             Paul Eggert  <eggert@cs.ucla.edu>
13521
13522         Ability to rename obstack_free.
13523         * lib/obstack.h (__obstack_free): New macro. Declare instead of
13524         obstack_free.
13525         (obstack_free): Invoke the __obstack_free macro.
13526         * lib/obstack.c (obstack_free): Use __obstack_free macro.
13527
13528 2006-10-23  Bruno Haible  <bruno@clisp.org>
13529             Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
13532         __argc, __argv from the declaration. (They are defined as macros on
13533         mingw.)
13534
13535 2006-10-22  Bruno Haible  <bruno@clisp.org>
13536
13537         * doc/gnulib-intro.texi: New file.
13538         * doc/gnulib.texi: Include it.
13539
13540 2006-10-21  Bruno Haible  <bruno@clisp.org>
13541
13542         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
13543         "Introduction", "Miscellanous Notes", "Particular Modules".
13544
13545 2006-10-21  Bruno Haible  <bruno@clisp.org>
13546
13547         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13548         Change mostlyclean-local rule to avoid sh syntax error from bash
13549         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
13550
13551 2006-10-23  Jim Meyering  <jim@meyering.net>
13552
13553         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
13554         in place of snprintf.
13555
13556         * modules/inttostr (Files): Add lib/uinttostr.c.
13557         * lib/uinttostr.c (inttostr): New file/function.
13558         * lib/inttostr.h (uinttostr): Declare.
13559         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
13560         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
13561         Add uinttostr.
13562         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
13563
13564 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
13565
13566         * lib/canonicalize.c (ELOOP): Define if not already defined.
13567         Problem reported by Bruno Haible in
13568         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
13569
13570 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
13573         Problem reported by Perry Smith and Ville Laurikari.
13574
13575         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
13576         uses.
13577
13578 2006-10-19  Bruno Haible  <bruno@clisp.org>
13579
13580         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
13581         for mingw.
13582
13583 2006-10-19  Bruno Haible  <bruno@clisp.org>
13584
13585         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
13586         Needed for mingw.
13587
13588 2006-10-19  Bruno Haible  <bruno@clisp.org>
13589
13590         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
13591
13592 2006-10-19  Bruno Haible  <bruno@clisp.org>
13593
13594         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
13595         it.
13596
13597 2006-10-19  Bruno Haible  <bruno@clisp.org>
13598
13599         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
13600         invocation.
13601
13602 2006-10-19  Bruno Haible  <bruno@clisp.org>
13603
13604         * gnulib-tool (func_create_testdir): Don't include ftruncate and
13605         mountlist by default.
13606
13607 2006-10-16  Bruno Haible  <bruno@clisp.org>
13608
13609         * lib/c-strstr.c: Include c-strstr.h.
13610
13611 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13612
13613         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
13614         in a slash.
13615
13616 2006-10-18  Bruno Haible  <bruno@clisp.org>
13617
13618         * lib/lock.h [C++]: Wrap definitions in extern "C".
13619
13620 2006-10-18  Bruno Haible  <bruno@clisp.org>
13621
13622         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
13623         gl_LIBOBJS list.
13624
13625 2006-10-18  Bruno Haible  <bruno@clisp.org>
13626
13627         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
13628
13629 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
13630
13631         * lib/xstrtol.h: Include gettext.h.
13632         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
13633         Problem reported by Eric Blake.
13634         * modules/xstrtol (Depends-on): Add gettext-h.
13635
13636 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
13637
13638         * lib/strftime.c (advance): New macro.
13639         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
13640         incomplete type, so you can't add 0 to it.  Problem and patch
13641         reported by Eelco Dolstra for dietlibc.
13642
13643 2006-10-18  Jim Meyering  <jim@meyering.net>
13644
13645         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
13646         type for a local, and rename it: s/up/user_proc/.
13647
13648 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13649
13650         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
13651         READ_UTMP_USER_PROCESS.
13652         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
13653
13654 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13655
13656         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
13657         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
13658
13659 2006-10-17  Eric Blake  <ebb9@byu.net>
13660
13661         * lib/sigprocmask.c (sigprocmask): Fix typo.
13662
13663         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
13664
13665         * modules/clean-temp (Makefile.am): Don't add to make output...
13666         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
13667         config.h.
13668
13669 2006-10-17  Bruno Haible  <bruno@clisp.org>
13670
13671         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
13672         differently if DEFAULT_TEXT_DOMAIN is set.
13673
13674 2006-10-16  Bruno Haible  <bruno@clisp.org>
13675
13676         * lib/clean-temp.c: Include fwriteerror.h.
13677
13678 2006-10-16  Bruno Haible  <bruno@clisp.org>
13679
13680         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
13681
13682 2006-10-16  Bruno Haible  <bruno@clisp.org>
13683
13684         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
13685         * lib/sigprocmask.h: Include <sys/types.h>.
13686         (sigset_t): Use the system's definition if present.
13687
13688 2006-10-17  Eric Blake  <ebb9@byu.net>
13689
13690         * lib/xvasprintf.c (includes): Assume config.h.
13691         * lib/xasprintf.c (includes): Likewise.
13692
13693 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13694
13695         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
13696         at least as wide as intmax_t.
13697
13698 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
13699
13700         (Imported from Automake.)
13701         * build-aux/gnupload: Update to version 1.1 of directive file.
13702
13703 2006-10-16  Eric Blake  <ebb9@byu.net>
13704
13705         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
13706         match Automake 1.10a.
13707
13708 2006-10-14  Bruno Haible  <bruno@clisp.org>
13709
13710         * modules/sigprocmask: New file.
13711         * lib/sigprocmask.h: New file.
13712         * lib/sigprocmask.c: New file.
13713         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
13714         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
13715         request sigprocmask.o.
13716         (gl_PREREQ_SIGPROCMASK): New macro.
13717         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
13718         (Depends-on): Add sigprocmask.
13719         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
13720         gt_SIGNALBLOCKING. Test for 'raise' only once.
13721         * lib/fatal-signal.c: Include sigprocmask.h.
13722         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
13723         unblock_fatal_signals): Define always.
13724         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13725         sigprocmask.
13726
13727 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         Sync from Automake.
13730         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
13731         which incorrectly sets the mode of an existing destination
13732         directory.  In some cases the unpatched install-sh could do the
13733         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
13734         system.  We hope this is rare in practice, but it's clearly worth
13735         fixing.  Problem reported by Alex Unleashed in
13736         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
13737         Also, don't bother to check for -m bugs unless we're using -m;
13738         suggested by Stepan Kasal.
13739
13740 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13741
13742         Sync from Automake.
13743         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
13744         `-c' flag, so they appear at the same position as in %FASTDEP%
13745         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
13746         which ignores unknown options only after the first non-option.
13747         Bug report against M4 by Nelson H. F. Beebe.
13748
13749 2006-10-13  Jim Meyering  <jim@meyering.net>
13750
13751         Fix a bug in yesterday's change.
13752         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
13753         p->fts_statp->st_dev would be used uninitialized.
13754         Ensures that we always call fts_stat on the very first entry.
13755         Miklos Szeredi reported that find -xdev stopped working.
13756
13757 2006-10-12  Bruno Haible  <bruno@clisp.org>
13758
13759         * gnulib-tool (func_get_automake_snippet): Append an automatically
13760         computed EXTRA_DIST augmentation.
13761         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
13762         * modules/alloca-opt (Makefile.am): Likewise.
13763         * modules/allocsa (Makefile.am): Likewise.
13764         * modules/arcfour (Makefile.am): Likewise.
13765         * modules/arctwo (Makefile.am): Likewise.
13766         * modules/argmatch (Makefile.am): Likewise.
13767         * modules/argz (Makefile.am): Likewise.
13768         * modules/atexit (Makefile.am): Likewise.
13769         * modules/backupfile (Makefile.am): Likewise.
13770         * modules/byteswap (Makefile.am): Likewise.
13771         * modules/c-strtod (Makefile.am): Likewise.
13772         * modules/c-strtold (Makefile.am): Likewise.
13773         * modules/calloc (Makefile.am): Likewise.
13774         * modules/canon-host (Makefile.am): Likewise.
13775         * modules/canonicalize (Makefile.am): Likewise.
13776         * modules/chdir-long (Makefile.am): Likewise.
13777         * modules/chdir-safer (Makefile.am): Likewise.
13778         * modules/check-version (Makefile.am): Likewise.
13779         * modules/chown (Makefile.am): Likewise.
13780         * modules/cloexec (Makefile.am): Likewise.
13781         * modules/close-stream (Makefile.am): Likewise.
13782         * modules/closeout (Makefile.am): Likewise.
13783         * modules/crc (Makefile.am): Likewise.
13784         * modules/csharpexec (Makefile.am): Likewise.
13785         * modules/cycle-check (Makefile.am): Likewise.
13786         * modules/des (Makefile.am): Likewise.
13787         * modules/dev-ino (Makefile.am): Likewise.
13788         * modules/dirfd (Makefile.am): Likewise.
13789         * modules/dirname (Makefile.am): Likewise.
13790         * modules/dup2 (Makefile.am): Likewise.
13791         * modules/eealloc (Makefile.am): Likewise.
13792         * modules/error (Makefile.am): Likewise.
13793         * modules/euidaccess (Makefile.am): Likewise.
13794         * modules/exclude (Makefile.am): Likewise.
13795         * modules/exitfail (Makefile.am): Likewise.
13796         * modules/fcntl-safer (Makefile.am): Likewise.
13797         * modules/fcntl (Makefile.am): Likewise.
13798         * modules/file-type (Makefile.am): Likewise.
13799         * modules/fileblocks (Makefile.am): Likewise.
13800         * modules/filemode (Makefile.am): Likewise.
13801         * modules/filenamecat (Makefile.am): Likewise.
13802         * modules/fnmatch (Makefile.am): Likewise.
13803         * modules/fopen-safer (Makefile.am): Likewise.
13804         * modules/fpending (Makefile.am): Likewise.
13805         * modules/fprintftime (Makefile.am): Likewise.
13806         * modules/free (Makefile.am): Likewise.
13807         * modules/fsusage (Makefile.am): Likewise.
13808         * modules/ftruncate (Makefile.am): Likewise.
13809         * modules/fts (Makefile.am): Likewise.
13810         * modules/gc-arcfour (Makefile.am): Likewise.
13811         * modules/gc-des (Makefile.am): Likewise.
13812         * modules/gc-hmac-md5 (Makefile.am): Likewise.
13813         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
13814         * modules/gc-md4 (Makefile.am): Likewise.
13815         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
13816         * modules/gc-sha1 (Makefile.am): Likewise.
13817         * modules/gc (Makefile.am): Likewise.
13818         * modules/getaddrinfo (Makefile.am): Likewise.
13819         * modules/getcwd (Makefile.am): Likewise.
13820         * modules/getdelim (Makefile.am): Likewise.
13821         * modules/getdomainname (Makefile.am): Likewise.
13822         * modules/getgroups (Makefile.am): Likewise.
13823         * modules/gethostname (Makefile.am): Likewise.
13824         * modules/gethrxtime (Makefile.am): Likewise.
13825         * modules/getline (Makefile.am): Likewise.
13826         * modules/getloadavg (Makefile.am): Likewise.
13827         * modules/getlogin_r (Makefile.am): Likewise.
13828         * modules/getndelim2 (Makefile.am): Likewise.
13829         * modules/getopt (Makefile.am): Likewise.
13830         * modules/getpagesize (Makefile.am): Likewise.
13831         * modules/getpass-gnu (Makefile.am): Likewise.
13832         * modules/getpass (Makefile.am): Likewise.
13833         * modules/getsubopt (Makefile.am): Likewise.
13834         * modules/gettime (Makefile.am): Likewise.
13835         * modules/gettimeofday (Makefile.am): Likewise.
13836         * modules/getugroups (Makefile.am): Likewise.
13837         * modules/getusershell (Makefile.am): Likewise.
13838         * modules/glob (Makefile.am): Likewise.
13839         * modules/group-member (Makefile.am): Likewise.
13840         * modules/hard-locale (Makefile.am): Likewise.
13841         * modules/hash (Makefile.am): Likewise.
13842         * modules/hmac-md5 (Makefile.am): Likewise.
13843         * modules/hmac-sha1 (Makefile.am): Likewise.
13844         * modules/human (Makefile.am): Likewise.
13845         * modules/idcache (Makefile.am): Likewise.
13846         * modules/imaxabs (Makefile.am): Likewise.
13847         * modules/imaxdiv (Makefile.am): Likewise.
13848         * modules/inet_ntop (Makefile.am): Likewise.
13849         * modules/inet_pton (Makefile.am): Likewise.
13850         * modules/intprops (Makefile.am): Likewise.
13851         * modules/inttostr (Makefile.am): Likewise.
13852         * modules/inttypes (Makefile.am): Likewise.
13853         * modules/isapipe (Makefile.am): Likewise.
13854         * modules/javaversion (Makefile.am): Likewise.
13855         * modules/lchmod (Makefile.am): Likewise.
13856         * modules/lchown (Makefile.am): Likewise.
13857         * modules/localcharset (Makefile.am): Likewise.
13858         * modules/long-options (Makefile.am): Likewise.
13859         * modules/lstat (Makefile.am): Likewise.
13860         * modules/malloc (Makefile.am): Likewise.
13861         * modules/mathl (Makefile.am): Likewise.
13862         * modules/mbchar (Makefile.am): Likewise.
13863         * modules/md2 (Makefile.am): Likewise.
13864         * modules/md4 (Makefile.am): Likewise.
13865         * modules/md5 (Makefile.am): Likewise.
13866         * modules/memcasecmp (Makefile.am): Likewise.
13867         * modules/memchr (Makefile.am): Likewise.
13868         * modules/memcmp (Makefile.am): Likewise.
13869         * modules/memcoll (Makefile.am): Likewise.
13870         * modules/memcpy (Makefile.am): Likewise.
13871         * modules/memmem (Makefile.am): Likewise.
13872         * modules/memmove (Makefile.am): Likewise.
13873         * modules/mempcpy (Makefile.am): Likewise.
13874         * modules/memrchr (Makefile.am): Likewise.
13875         * modules/memset (Makefile.am): Likewise.
13876         * modules/memxor (Makefile.am): Likewise.
13877         * modules/mkancesdirs (Makefile.am): Likewise.
13878         * modules/mkdir-p (Makefile.am): Likewise.
13879         * modules/mkdir (Makefile.am): Likewise.
13880         * modules/mkdtemp (Makefile.am): Likewise.
13881         * modules/mkstemp (Makefile.am): Likewise.
13882         * modules/mktime (Makefile.am): Likewise.
13883         * modules/modechange (Makefile.am): Likewise.
13884         * modules/mountlist (Makefile.am): Likewise.
13885         * modules/nanosleep (Makefile.am): Likewise.
13886         * modules/obstack (Makefile.am): Likewise.
13887         * modules/openat (Makefile.am): Likewise.
13888         * modules/pagealign_alloc (Makefile.am): Likewise.
13889         * modules/pathmax (Makefile.am): Likewise.
13890         * modules/physmem (Makefile.am): Likewise.
13891         * modules/poll (Makefile.am): Likewise.
13892         * modules/posixtm (Makefile.am): Likewise.
13893         * modules/posixver (Makefile.am): Likewise.
13894         * modules/putenv (Makefile.am): Likewise.
13895         * modules/quote (Makefile.am): Likewise.
13896         * modules/quotearg (Makefile.am): Likewise.
13897         * modules/raise (Makefile.am): Likewise.
13898         * modules/read-file (Makefile.am): Likewise.
13899         * modules/readline (Makefile.am): Likewise.
13900         * modules/readlink (Makefile.am): Likewise.
13901         * modules/readtokens (Makefile.am): Likewise.
13902         * modules/readutmp (Makefile.am): Likewise.
13903         * modules/realloc (Makefile.am): Likewise.
13904         * modules/regex (Makefile.am): Likewise.
13905         * modules/rename-dest-slash (Makefile.am): Likewise.
13906         * modules/rename (Makefile.am): Likewise.
13907         * modules/rijndael (Makefile.am): Likewise.
13908         * modules/rmdir (Makefile.am): Likewise.
13909         * modules/rpmatch (Makefile.am): Likewise.
13910         * modules/safe-read (Makefile.am): Likewise.
13911         * modules/safe-write (Makefile.am): Likewise.
13912         * modules/same-inode (Makefile.am): Likewise.
13913         * modules/same (Makefile.am): Likewise.
13914         * modules/save-cwd (Makefile.am): Likewise.
13915         * modules/savedir (Makefile.am): Likewise.
13916         * modules/setenv (Makefile.am): Likewise.
13917         * modules/settime (Makefile.am): Likewise.
13918         * modules/sha1 (Makefile.am): Likewise.
13919         * modules/sig2str (Makefile.am): Likewise.
13920         * modules/snprintf (Makefile.am): Likewise.
13921         * modules/stat-macros (Makefile.am): Likewise.
13922         * modules/stat-time (Makefile.am): Likewise.
13923         * modules/stdbool (Makefile.am): Likewise.
13924         * modules/stdint (Makefile.am): Likewise.
13925         * modules/stdlib-safer (Makefile.am): Likewise.
13926         * modules/stpcpy (Makefile.am): Likewise.
13927         * modules/stpncpy (Makefile.am): Likewise.
13928         * modules/strcase (Makefile.am): Likewise.
13929         * modules/strcasestr (Makefile.am): Likewise.
13930         * modules/strchrnul (Makefile.am): Likewise.
13931         * modules/strcspn (Makefile.am): Likewise.
13932         * modules/strdup (Makefile.am): Likewise.
13933         * modules/strerror (Makefile.am): Likewise.
13934         * modules/strftime (Makefile.am): Likewise.
13935         * modules/strndup (Makefile.am): Likewise.
13936         * modules/strnlen (Makefile.am): Likewise.
13937         * modules/strpbrk (Makefile.am): Likewise.
13938         * modules/strsep (Makefile.am): Likewise.
13939         * modules/strstr (Makefile.am): Likewise.
13940         * modules/strtod (Makefile.am): Likewise.
13941         * modules/strtoimax (Makefile.am): Likewise.
13942         * modules/strtok_r (Makefile.am): Likewise.
13943         * modules/strtol (Makefile.am): Likewise.
13944         * modules/strtoll (Makefile.am): Likewise.
13945         * modules/strtoul (Makefile.am): Likewise.
13946         * modules/strtoull (Makefile.am): Likewise.
13947         * modules/strtoumax (Makefile.am): Likewise.
13948         * modules/strverscmp (Makefile.am): Likewise.
13949         * modules/sys_socket (Makefile.am): Likewise.
13950         * modules/sys_stat (Makefile.am): Likewise.
13951         * modules/sysexits (Makefile.am): Likewise.
13952         * modules/time_r (Makefile.am): Likewise.
13953         * modules/timegm (Makefile.am): Likewise.
13954         * modules/timespec (Makefile.am): Likewise.
13955         * modules/tmpfile-safer (Makefile.am): Likewise.
13956         * modules/trim (Makefile.am): Likewise.
13957         * modules/unistd-safer (Makefile.am): Likewise.
13958         * modules/unlinkdir (Makefile.am): Likewise.
13959         * modules/unlocked-io (Makefile.am): Likewise.
13960         * modules/userspec (Makefile.am): Likewise.
13961         * modules/utime (Makefile.am): Likewise.
13962         * modules/utimecmp (Makefile.am): Likewise.
13963         * modules/utimens (Makefile.am): Likewise.
13964         * modules/vasnprintf (Makefile.am): Likewise.
13965         * modules/vasprintf (Makefile.am): Likewise.
13966         * modules/vsnprintf (Makefile.am): Likewise.
13967         * modules/xalloc (Makefile.am): Likewise.
13968         * modules/xgetcwd (Makefile.am): Likewise.
13969         * modules/xnanosleep (Makefile.am): Likewise.
13970         * modules/xreadlink (Makefile.am): Likewise.
13971         * modules/xstrtod (Makefile.am): Likewise.
13972         * modules/xstrtol (Makefile.am): Likewise.
13973         * modules/xstrtold (Makefile.am): Likewise.
13974         * modules/yesno (Makefile.am): Likewise.
13975         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
13976
13977 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         * modules/error (Makefile.am): Distribute files through
13980         EXTRA_DIST, not lib_SOURCES.
13981
13982 2006-10-12  Eric Blake  <ebb9@byu.net>
13983
13984         * modules/error (Makefile.am): Distribute files in /lib.
13985         * modules/obstack (Makefile.am): Likewise.
13986
13987 2006-10-12  Bruno Haible  <bruno@clisp.org>
13988
13989         * modules/acl (Makefile.am): Distribute all files in lib/ through
13990         EXTRA_DIST.
13991         * modules/arcfour (Makefile.am): Likewise.
13992         * modules/arctwo (Makefile.am): Likewise.
13993         * modules/argmatch (Makefile.am): Likewise.
13994         * modules/argz (Makefile.am): Likewise.
13995         * modules/atexit (Makefile.am): Likewise.
13996         * modules/backupfile (Makefile.am): Likewise.
13997         * modules/c-strtod (Makefile.am): Likewise.
13998         * modules/c-strtold (Makefile.am): Likewise.
13999         * modules/calloc (Makefile.am): Likewise.
14000         * modules/canon-host (Makefile.am): Likewise.
14001         * modules/canonicalize (Makefile.am): Likewise.
14002         * modules/chdir-long (Makefile.am): Likewise.
14003         * modules/chdir-safer (Makefile.am): Likewise.
14004         * modules/check-version (Makefile.am): Likewise.
14005         * modules/chown (Makefile.am): Likewise.
14006         * modules/cloexec (Makefile.am): Likewise.
14007         * modules/close-stream (Makefile.am): Likewise.
14008         * modules/closeout (Makefile.am): Likewise.
14009         * modules/crc (Makefile.am): Likewise.
14010         * modules/cycle-check (Makefile.am): Likewise.
14011         * modules/des (Makefile.am): Likewise.
14012         * modules/dirfd (Makefile.am): Likewise.
14013         * modules/dirname (Makefile.am): Likewise.
14014         * modules/dup2 (Makefile.am): Likewise.
14015         * modules/euidaccess (Makefile.am): Likewise.
14016         * modules/exclude (Makefile.am): Likewise.
14017         * modules/exitfail (Makefile.am): Likewise.
14018         * modules/fcntl-safer (Makefile.am): Likewise.
14019         * modules/file-type (Makefile.am): Likewise.
14020         * modules/fileblocks (Makefile.am): Likewise.
14021         * modules/filemode (Makefile.am): Likewise.
14022         * modules/filenamecat (Makefile.am): Likewise.
14023         * modules/fnmatch (Makefile.am): Likewise.
14024         * modules/fopen-safer (Makefile.am): Likewise.
14025         * modules/fpending (Makefile.am): Likewise.
14026         * modules/fprintftime (Makefile.am): Likewise.
14027         * modules/free (Makefile.am): Likewise.
14028         * modules/fsusage (Makefile.am): Likewise.
14029         * modules/ftruncate (Makefile.am): Likewise.
14030         * modules/fts (Makefile.am): Likewise.
14031         * modules/gc (Makefile.am): Likewise.
14032         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
14033         * modules/getaddrinfo (Makefile.am): Likewise.
14034         * modules/getcwd (Makefile.am): Likewise.
14035         * modules/getdelim (Makefile.am): Likewise.
14036         * modules/getdomainname (Makefile.am): Likewise.
14037         * modules/getgroups (Makefile.am): Likewise.
14038         * modules/gethostname (Makefile.am): Likewise.
14039         * modules/gethrxtime (Makefile.am): Likewise.
14040         * modules/getline (Makefile.am): Likewise.
14041         * modules/getloadavg (Makefile.am): Likewise.
14042         * modules/getlogin_r (Makefile.am): Likewise.
14043         * modules/getopt (Makefile.am): Likewise.
14044         * modules/getpass (Makefile.am): Likewise.
14045         * modules/getpass-gnu (Makefile.am): Likewise.
14046         * modules/getsubopt (Makefile.am): Likewise.
14047         * modules/gettime (Makefile.am): Likewise.
14048         * modules/gettimeofday (Makefile.am): Likewise.
14049         * modules/getugroups (Makefile.am): Likewise.
14050         * modules/getusershell (Makefile.am): Likewise.
14051         * modules/glob (Makefile.am): Likewise.
14052         * modules/group-member (Makefile.am): Likewise.
14053         * modules/hard-locale (Makefile.am): Likewise.
14054         * modules/hash (Makefile.am): Likewise.
14055         * modules/hmac-md5 (Makefile.am): Likewise.
14056         * modules/hmac-sha1 (Makefile.am): Likewise.
14057         * modules/human (Makefile.am): Likewise.
14058         * modules/idcache (Makefile.am): Likewise.
14059         * modules/imaxabs (Makefile.am): Likewise.
14060         * modules/imaxdiv (Makefile.am): Likewise.
14061         * modules/inet_ntop (Makefile.am): Likewise.
14062         * modules/inet_pton (Makefile.am): Likewise.
14063         * modules/inttostr (Makefile.am): Likewise.
14064         * modules/isapipe (Makefile.am): Likewise.
14065         * modules/lchown (Makefile.am): Likewise.
14066         * modules/long-options (Makefile.am): Likewise.
14067         * modules/lstat (Makefile.am): Likewise.
14068         * modules/malloc (Makefile.am): Likewise.
14069         * modules/mathl (Makefile.am): Likewise.
14070         * modules/mbchar (Makefile.am): Likewise.
14071         * modules/md2 (Makefile.am): Likewise.
14072         * modules/md4 (Makefile.am): Likewise.
14073         * modules/md5 (Makefile.am): Likewise.
14074         * modules/memcasecmp (Makefile.am): Likewise.
14075         * modules/memchr (Makefile.am): Likewise.
14076         * modules/memcmp (Makefile.am): Likewise.
14077         * modules/memcoll (Makefile.am): Likewise.
14078         * modules/memcpy (Makefile.am): Likewise.
14079         * modules/memmem (Makefile.am): Likewise.
14080         * modules/memmove (Makefile.am): Likewise.
14081         * modules/mempcpy (Makefile.am): Likewise.
14082         * modules/memrchr (Makefile.am): Likewise.
14083         * modules/memset (Makefile.am): Likewise.
14084         * modules/memxor (Makefile.am): Likewise.
14085         * modules/mkancesdirs (Makefile.am): Likewise.
14086         * modules/mkdir (Makefile.am): Likewise.
14087         * modules/mkdir-p (Makefile.am): Likewise.
14088         * modules/mkdtemp (Makefile.am): Likewise.
14089         * modules/mkstemp (Makefile.am): Likewise.
14090         * modules/mktime (Makefile.am): Likewise.
14091         * modules/modechange (Makefile.am): Likewise.
14092         * modules/mountlist (Makefile.am): Likewise.
14093         * modules/nanosleep (Makefile.am): Likewise.
14094         * modules/openat (Makefile.am): Likewise.
14095         * modules/pagealign_alloc (Makefile.am): Likewise.
14096         * modules/physmem (Makefile.am): Likewise.
14097         * modules/poll (Makefile.am): Likewise.
14098         * modules/posixtm (Makefile.am): Likewise.
14099         * modules/posixver (Makefile.am): Likewise.
14100         * modules/putenv (Makefile.am): Likewise.
14101         * modules/quote (Makefile.am): Likewise.
14102         * modules/quotearg (Makefile.am): Likewise.
14103         * modules/raise (Makefile.am): Likewise.
14104         * modules/read-file (Makefile.am): Likewise.
14105         * modules/readline (Makefile.am): Likewise.
14106         * modules/readlink (Makefile.am): Likewise.
14107         * modules/readtokens (Makefile.am): Likewise.
14108         * modules/readutmp (Makefile.am): Likewise.
14109         * modules/realloc (Makefile.am): Likewise.
14110         * modules/regex (Makefile.am): Likewise.
14111         * modules/rename (Makefile.am): Likewise.
14112         * modules/rename-dest-slash (Makefile.am): Likewise.
14113         * modules/rijndael (Makefile.am): Likewise.
14114         * modules/rmdir (Makefile.am): Likewise.
14115         * modules/rpmatch (Makefile.am): Likewise.
14116         * modules/safe-read (Makefile.am): Likewise.
14117         * modules/safe-write (Makefile.am): Likewise.
14118         * modules/same (Makefile.am): Likewise.
14119         * modules/save-cwd (Makefile.am): Likewise.
14120         * modules/savedir (Makefile.am): Likewise.
14121         * modules/setenv (Makefile.am): Likewise.
14122         * modules/settime (Makefile.am): Likewise.
14123         * modules/sha1 (Makefile.am): Likewise.
14124         * modules/sig2str (Makefile.am): Likewise.
14125         * modules/snprintf (Makefile.am): Likewise.
14126         * modules/stdlib-safer (Makefile.am): Likewise.
14127         * modules/stpcpy (Makefile.am): Likewise.
14128         * modules/stpncpy (Makefile.am): Likewise.
14129         * modules/strcase (Makefile.am): Likewise.
14130         * modules/strcasestr (Makefile.am): Likewise.
14131         * modules/strchrnul (Makefile.am): Likewise.
14132         * modules/strcspn (Makefile.am): Likewise.
14133         * modules/strdup (Makefile.am): Likewise.
14134         * modules/strerror (Makefile.am): Likewise.
14135         * modules/strftime (Makefile.am): Likewise.
14136         * modules/strndup (Makefile.am): Likewise.
14137         * modules/strnlen (Makefile.am): Likewise.
14138         * modules/strpbrk (Makefile.am): Likewise.
14139         * modules/strsep (Makefile.am): Likewise.
14140         * modules/strstr (Makefile.am): Likewise.
14141         * modules/strtod (Makefile.am): Likewise.
14142         * modules/strtoimax (Makefile.am): Likewise.
14143         * modules/strtok_r (Makefile.am): Likewise.
14144         * modules/strtol (Makefile.am): Likewise.
14145         * modules/strtoll (Makefile.am): Likewise.
14146         * modules/strtoul (Makefile.am): Likewise.
14147         * modules/strtoull (Makefile.am): Likewise.
14148         * modules/strtoumax (Makefile.am): Likewise.
14149         * modules/strverscmp (Makefile.am): Likewise.
14150         * modules/time_r (Makefile.am): Likewise.
14151         * modules/timegm (Makefile.am): Likewise.
14152         * modules/tmpfile-safer (Makefile.am): Likewise.
14153         * modules/unistd-safer (Makefile.am): Likewise.
14154         * modules/unlinkdir (Makefile.am): Likewise.
14155         * modules/userspec (Makefile.am): Likewise.
14156         * modules/utime (Makefile.am): Likewise.
14157         * modules/utimecmp (Makefile.am): Likewise.
14158         * modules/utimens (Makefile.am): Likewise.
14159         * modules/vasnprintf (Makefile.am): Likewise.
14160         * modules/vasprintf (Makefile.am): Likewise.
14161         * modules/vsnprintf (Makefile.am): Likewise.
14162         * modules/xalloc (Makefile.am): Likewise.
14163         * modules/xgetcwd (Makefile.am): Likewise.
14164         * modules/xnanosleep (Makefile.am): Likewise.
14165         * modules/xreadlink (Makefile.am): Likewise.
14166         * modules/xstrtod (Makefile.am): Likewise.
14167         * modules/xstrtol (Makefile.am): Likewise.
14168         * modules/xstrtold (Makefile.am): Likewise.
14169         * modules/yesno (Makefile.am): Likewise.
14170
14171 2006-10-12  Jim Meyering  <jim@meyering.net>
14172
14173         * m4/getloadavg.m4: Revert the change below.
14174
14175         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
14176         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
14177         fail with a symlink, which is what coreutils' ./bootstrap now
14178         creates by default.
14179
14180 2006-10-12  Bruno Haible  <bruno@clisp.org>
14181
14182         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
14183         mingw.
14184         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
14185         MSVC and mingw explicitly.
14186
14187 2006-10-11  Simon Josefsson  <jas@extundo.com>
14188             Bruno Haible  <bruno@clisp.org>
14189
14190         Add support for multiple gnulib-tool invocations in the scope of a
14191         single configure.ac file.
14192         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
14193         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
14194         with the same contents as the _LIBADD variable.
14195         (func_emit_initmacro_start, func_emit_initmacro_end,
14196         func_emit_initmacro_done): New functions.
14197         (func_import, func_create_testdir): Invoke them. Allow the identifiers
14198         gl_LIBOBJS and gl_LTLIBOBJS.
14199
14200 2006-10-11  Bruno Haible  <bruno@clisp.org>
14201
14202         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
14203         (func_create_testdir): Don't create po/Makefile.am, don't invoke
14204         autoreconf. Instead, invoke autopoint explicitly but move back the
14205         *.m4 files from gnulib.
14206
14207 2006-10-11  Bruno Haible  <bruno@clisp.org>
14208
14209         * gnulib-tool (func_usage): Make module names after --create-testdir
14210         optional.
14211         (func_create_testdir): If no module was specified, use nearly all
14212         modules.
14213
14214 2006-10-12  Jim Meyering  <jim@meyering.net>
14215
14216         Big performance improvement for fts-based tools that use FTS_NOSTAT.
14217         Avoid spurious inode-mismatch problems on non-POSIX file systems.
14218         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
14219         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
14220         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
14221         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
14222         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
14223         (fts_set_stat_required): New function.
14224         (fts_open): Defer the calls to fts_stat, if possible or requested.
14225         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
14226         into fts_stat itself.
14227         (fts_read): Perform any required (deferred) fts_stat call.
14228         (fts_build): Likewise, for the directory we're about to open and read.
14229         In the readdir loop, carefully decide whether each entry will require
14230         an eventual call to fts_stat, using dirent.d_type info if available.
14231         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
14232         a command line argument into this function.  Update all callers.
14233         Map a return value of FTS_DOT to FTS_D for a command line argument.
14234         * modules/fts (Depends-on): Add d-type.  Alphabetize.
14235         Thanks to Miklos Szeredi for his tenacity and for the initial
14236         bug report about "find" failing on a FUSE-based file system.
14237
14238         * lib/fts.c (fts_open): Use consistent indentation.
14239
14240 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14241
14242         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
14243         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
14244         reported by Jim Meyering.  All uses of cache variables renamed
14245         to match Autoconf's.
14246         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
14247         the other one.
14248
14249         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
14250         Fix misspelling in diagnostic.
14251
14252 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
14255         defined.  Problem reported by Matthew Woehlke.
14256
14257         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
14258         Add support for Tandem NonStop R series.
14259         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
14260         Use new macro.
14261
14262         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
14263         (has_trailing_slash): Omit size arg; all callers changed.
14264         Omit 'inline', since it doesn't help performance and we'd
14265         need to configure it.
14266         Don't count //, ///, etc. as having a trailing slash.
14267         As a side effect, this removes a C99ism reported by Matthew Woehlke.
14268         (rpl_rename_dest_slash): On failure, use rename's errno rather
14269         than (in some cases) an incorrect or junk errno.
14270         Simplify code by removing need to compute length; this does
14271         cause it to make two passes instead of one over the file name,
14272         but it's worth it.
14273
14274         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
14275         change, since Autoconf's version may no longer be appropriate now
14276         that we are using CVS Autoconf's version.  Add support for Tandem.
14277
14278 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14279             Bruno Haible  <bruno@clisp.org>
14280
14281         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
14282         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
14283         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
14284         gl_AC_TYPE_LONG_LONG.
14285
14286         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
14287         instead of HAVE_LONG_LONG.
14288         * lib/printf-args.c (printf_fetchargs): Likewise.
14289         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
14290         * lib/vasnprintf.c (VASNPRINTF): Likewise.
14291         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
14292         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
14293         gl_AC_TYPE_LONG_LONG.
14294
14295 2006-10-11  Bruno Haible  <bruno@clisp.org>
14296
14297         * m4/longlong.m4: Add comments.
14298         * m4/ulonglong.m4: Likewise.
14299
14300 2006-10-10  Bruno Haible  <bruno@clisp.org>
14301
14302         Make it possible to #define stpcpy, strdup to aliases.
14303         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
14304         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
14305
14306 2006-10-10  Bruno Haible  <bruno@clisp.org>
14307
14308         Make it possible to #define gcd to an alias.
14309         * lib/gcd.c: Include config.h.
14310
14311 2006-10-10  Bruno Haible  <bruno@clisp.org>
14312
14313         Make it possible to #define c_isascii to an alias.
14314         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
14315         defined. Undefine the macros before defining them, to avoid gcc
14316         warnings.
14317         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
14318         define NO_C_CTYPE_MACROS early.
14319
14320 2006-10-10  Bruno Haible  <bruno@clisp.org>
14321
14322         Make it possible to #define set_program_name to an alias.
14323         * lib/progname.c: Don't undefine set_program_name; instead, undefine
14324         ENABLE_RELOCATABLE early.
14325
14326 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14327
14328         Port to Tandem NSK OSS, which has 64-bit signed int but at most
14329         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
14330         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
14331         More generally, don't assume that 64-bit signed int is available
14332         if unsigned int is, and vice versa.
14333         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
14334         unsigned symbols, not on their signed counterparts.
14335         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
14336         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
14337         (UINT64_C, UINTMAX_C):
14338         Likewise.
14339         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
14340         unsigned counterparts.
14341         (Have_long_long, Unsigned): New macros.
14342         (Int): Renamed from INT.
14343         (strtoimax): Use the new macros.
14344         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
14345         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
14346         * modules/inttypes (inttypes.h): Substitute
14347         HAVE_UNSIGNED_LONG_LONG_INT.
14348         * modules/stdint (stdint.h): Likewise.
14349         (Files): Add m4/ulonglong.m4.
14350
14351 2006-10-10  Bruno Haible  <bruno@clisp.org>
14352
14353         Fix a gcc -Wshadow warning.
14354         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
14355         to 'bucket'.
14356         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
14357         gl_linked_indexof_from_to): Likewise.
14358         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
14359         Likewise.
14360         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
14361         Likewise.
14362         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
14363         Reported by Eric Blake.
14364
14365 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
14368         for NetBSD.  Problem reported by Bruno Haible.
14369
14370 2006-10-09  Jim Meyering  <jim@meyering.net>
14371
14372         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
14373         Patch from Bruno Haible.
14374
14375 2006-10-09  Jim Meyering  <jim@meyering.net>
14376
14377         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
14378         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
14379         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
14380
14381 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         Don't include <config.h> twice; this doesn't work in some cases,
14384         e.g., when config.h has "#define intmax_t long long int" and
14385         we include <config.h>, <inttypes.h>, <config.h> in that order.
14386         Problem reported by Matthew Woehlke in:
14387         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
14388         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
14389         * lib/fts-cycle.c: Don't include config.h.
14390         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
14391         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
14392         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
14393         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
14394         inttypes.h.
14395         * lib/xstrtoumax.c: Likewise.
14396         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
14397         __strtol and the like, so that this module is more like its siblings.
14398         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
14399         Remove; no longer needed now that we assume gnulib inttypes.h.
14400
14401 2006-10-08  Bruno Haible  <bruno@clisp.org>
14402
14403         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
14404         option.
14405
14406 2006-10-07  Jim Meyering  <jim@meyering.net>
14407
14408         * modules/inttypes (inttypes.h): Revert what seems to have been
14409         an inadvertent part of today's change: use "|", not "/" in the
14410         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
14411
14412 2006-10-07  Bruno Haible  <bruno@clisp.org>
14413
14414         * modules/sublist: New file.
14415
14416 2006-10-07  Bruno Haible  <bruno@clisp.org>
14417
14418         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
14419         * modules/argz (argz.h): Likewise.
14420         * modules/arpa_inet (arpa/inet.h): Likewise.
14421         * modules/byteswap (byteswap.h): Likewise.
14422         * modules/configmake (configmake.h): Likewise.
14423         * modules/fcntl (fcntl.h): Likewise.
14424         * modules/fnmatch (fnmatch.h): Likewise.
14425         * modules/getopt (getopt.h): Likewise.
14426         * modules/glob (glob.h): Likewise.
14427         * modules/inttypes (inttypes.h): Likewise.
14428         * modules/netinet_in (netinet/in.h): Likewise.
14429         * modules/poll (poll.h): Likewise.
14430         * modules/stdbool (stdbool.h): Likewise.
14431         * modules/stdint (stdint.h): Likewise.
14432         * modules/sys_select (sys/select.h): Likewise.
14433         * modules/sys_socket (sys/socket.h): Likewise.
14434         * modules/sys_stat (sys/stat.h): Likewise.
14435         * modules/sysexits (sysexits.h): Likewise.
14436         * modules/unistd (unistd.h): Likewise.
14437         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14438         Add a "DO NOT EDIT" comment to the generated file.
14439         (func_import): Likewise for gnulib-comp.m4.
14440
14441 2006-10-07  Bruno Haible  <bruno@clisp.org>
14442
14443         * lib/gl_sublist.h: New file.
14444         * lib/gl_sublist.c: New file.
14445
14446 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
14449         name (relative to the original working directory) and the file
14450         name component (relative to the temporary working directory).  All
14451         callers changed.
14452         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
14453         * lib/mkdir-p.c (make_dir_parents): Likewise.
14454         * lib/mkdir-p.h (make_dir_parents): Likewise.
14455
14456 2006-10-06  Eric Blake  <ebb9@byu.net>
14457
14458         Define several macros for use by the clean-temp module.
14459         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
14460         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
14461         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
14462
14463         * lib/clean-temp.h (close_stream_temp): New declaration.
14464         * lib/clean-temp.c (includes): Pull in headers according to what
14465         other modules are in use.
14466         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
14467
14468 2006-10-06  Bruno Haible  <bruno@clisp.org>
14469
14470         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
14471         instead of fopen, fwriteerror.
14472
14473 2006-10-06  Bruno Haible  <bruno@clisp.org>
14474
14475         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
14476         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
14477         int.
14478         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
14479         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
14480         Return an error indicator.
14481         Suggested by Eric Blake.
14482
14483 2006-10-06  Bruno Haible  <bruno@clisp.org>
14484
14485         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
14486         Reported by Eric Blake.
14487
14488 2006-10-06  Bruno Haible  <bruno@clisp.org>
14489
14490         * modules/closeout (Description): Mention stderr too.
14491
14492 2006-10-06  Bruno Haible  <bruno@clisp.org>
14493         and Paul Eggert  <eggert@cs.ucla.edu>
14494
14495         * lib/closeout.c (close_stdout): Also close stderr.
14496         * lib/closeout.h: Update comment.
14497
14498 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14499
14500         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
14501         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
14502         * lib/dirchownmod.c: Include lchown.h.
14503         * lib/lchown.c: Don't include files that lchown.h now includes.
14504         Don't declare chown, since lchown.h now does that.
14505         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
14506         (lchown): Define to rpl_chown if lchown is declared but
14507         does not exist.  Declare using a prototype if lchown is not
14508         declared.  Add a copyright notice.
14509         * lib/mkstemp.h: Include <unistd.h>.
14510         * lib/openat.c: Include lchown.h.
14511
14512         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
14513         we now test for that separately.
14514         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
14515         rather than O_NOFOLLOW, when testing whether it's possible to
14516         avoid a race condition reliably.
14517         * lib/savewd.c (savewd_chdir): Likewise.
14518
14519         Remove macros that are no longer needed now that stdint.h is
14520         reliable.
14521         * lib/fsusage.c (UINTMAX_MAX): Remove.
14522         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
14523         * lib/utimecmp.c (SIZE_MAX): Remove.
14524
14525         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
14526
14527         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
14528         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
14529         O_NOATIME works.
14530
14531 2006-10-05  Bruno Haible  <bruno@clisp.org>
14532
14533         * lib/gl_list.h (gl_sortedlist_search_from_to,
14534         gl_sortedlist_indexof_from_to): New declarations.
14535         (gl_list_implementation): New fields sortedlist_search_from_to,
14536         sortedlist_indexof_from_to.
14537         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
14538         inline functions.
14539         * lib/gl_list.c (gl_sortedlist_search_from_to,
14540         gl_sortedlist_indexof_from_to): New functions.
14541         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
14542         function.
14543         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
14544         (gl_array_sortedlist_search_from_to): New function.
14545         (gl_array_list_implementation): Update.
14546         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
14547         function.
14548         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
14549         (gl_carray_sortedlist_search_from_to): New function.
14550         (gl_carray_list_implementation): Update.
14551         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
14552         gl_linked_sortedlist_indexof_from_to): New functions.
14553         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14554         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14555         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
14556         gl_tree_sortedlist_indexof_from_to): New functions.
14557         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14558         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14559         Update.
14560         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14561         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
14562         Update.
14563
14564 2006-10-05  Bruno Haible  <bruno@clisp.org>
14565
14566         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
14567         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
14568         (struct gl_list_implementation): Add fields search_from_to,
14569         indexof_from_to. Remove fields search, indexof.
14570         (gl_list_search): Use the search_from_to method.
14571         (gl_list_search_from, gl_list_search_from_to): New functions.
14572         (gl_list_indexof): Use the indexof_from_to method.
14573         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
14574         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
14575         (gl_list_search_from, gl_list_search_from_to): New functions.
14576         (gl_list_indexof): Use the indexof_from_to method.
14577         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
14578         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
14579         gl_array_indexof. Add start_index, end_index arguments.
14580         (gl_array_search_from_to): Renamed from gl_array_search. Add
14581         start_index, end_index arguments.
14582         (gl_array_remove, gl_array_list_implementation): Update.
14583         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
14584         gl_carray_indexof. Add start_index, end_index arguments.
14585         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
14586         start_index, end_index arguments.
14587         (gl_carray_remove, gl_carray_list_implementation): Update.
14588         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
14589         gl_linked_search. Add start_index, end_index arguments.
14590         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
14591         start_index, end_index arguments.
14592         (gl_linked_remove): Update.
14593         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14594         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14595         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
14596         field to 'size_t'.
14597         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
14598         gl_tree_search. Add start_index, end_index arguments.
14599         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
14600         start_index, end_index arguments.
14601         (gl_tree_remove): Update.
14602         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14603         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14604         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
14605         function.
14606         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
14607         gl_tree_search. Add start_index, end_index arguments.
14608         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
14609         start_index, end_index arguments.
14610         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14611         Update.
14612         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14613
14614 2006-10-05  Bruno Haible  <bruno@clisp.org>
14615
14616         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
14617
14618         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
14619         fwriteerror_temp): New declarations.
14620         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
14621         (descriptors): New variable.
14622         (cleanup): First, close the descriptors.
14623         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
14624         fclose_temp, fwriteerror_temp): New functions.
14625
14626 2006-10-04  Jim Meyering  <jim@meyering.net>
14627
14628         * lib/fts.c (fts_open): Tiny comment change.
14629
14630 2006-10-04  Bruno Haible  <bruno@clisp.org>
14631
14632         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
14633         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
14634         gl_LOCK_BODY.
14635         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
14636         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
14637         gl_LOCK_EARLY_BODY.
14638         (gl_LOCK): Require gl_LOCK_BODY.
14639
14640 2006-10-04  Bruno Haible  <bruno@clisp.org>
14641
14642         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
14643         (gl_oset_search_atleast): New declaration.
14644         (struct gl_oset_implementation): Add field 'search_atleast'.
14645         (gl_oset_search_atleast): New inline function.
14646         * lib/gl_oset.c (gl_oset_search_atleast): New function.
14647         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
14648         (gl_array_oset_implementation): Update.
14649         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
14650         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
14651         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
14652
14653 2006-10-04  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
14656
14657 2006-10-03  Bruno Haible  <bruno@clisp.org>
14658
14659         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
14660         from gl_avltreehash_list_implementation.
14661
14662 2006-10-03  Bruno Haible  <bruno@clisp.org>
14663
14664         * lib/gl_oset.c (gl_oset_add): Fix return type.
14665
14666 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
14667
14668         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
14669
14670 2006-10-02  Eric Blake  <ebb9@byu.net>
14671
14672         * modules/strnlen (Depends-on): Add extensions.
14673
14674 2006-10-02  Eric Blake  <ebb9@byu.net>
14675
14676         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
14677         definition in 2.60+.
14678
14679 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
14680
14681         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
14682         checks.
14683
14684 2006-10-02  Bruno Haible  <bruno@clisp.org>
14685
14686         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
14687         to the AUTOMAKE_OPTIONS.
14688         Reported by Jim Meyering.
14689
14690 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         Work around bug in Solaris 10 /proc file system:
14693         /proc/self/fd/NNN/.. isn't the parent directory of
14694         the directory whose file descriptor is NNN.  This needs to
14695         be worked around at run time, not compile time, since a
14696         program might be built on Solaris 8, where things work, and
14697         run on Solaris 10.
14698         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
14699         to use the following interface instead:
14700         (OPENAT_BUFFER_SIZE): New macro.
14701         (openat_proc_name): New function.
14702         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
14703         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
14704         Likewise.
14705         * lib/openat-proc.c: New file.
14706         * modules/openat (Files): Add lib/openat-proc.c.
14707         (Depends-on): Add same-inode, stdbool.
14708         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
14709
14710 2006-09-29  Bruno Haible  <bruno@clisp.org>
14711
14712         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
14713         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
14714         argument. Set stdout_closed before testing for ferror, not after.
14715         (fwriteerror, fwriteerror_no_ebadf): New functions.
14716
14717 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14718
14719         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
14720
14721 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
14722
14723         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
14724         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
14725
14726 2006-09-28  Jim Meyering  <jim@meyering.net>
14727
14728         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
14729         Include <unistd.h>.
14730
14731 2006-09-28  Bruno Haible  <bruno@clisp.org>
14732
14733         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
14734         * modules/linkedhash-list (Depends-on): Likewise.
14735         * modules/rbtreehash-list (Depends-on): Likewise.
14736
14737 2006-09-28  Bruno Haible  <bruno@clisp.org>
14738
14739         * lib/strndup.h: Simplify the redefinition of strndup.
14740         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
14741         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
14742
14743 2006-09-28  Bruno Haible  <bruno@clisp.org>
14744
14745         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
14746         * lib/gl_linkedhash_list.c: Likewise.
14747         * lib/gl_rbtreehash_list.c: Likewise.
14748
14749 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
14752         getaddrinfo.
14753
14754         * lib/__fpending.h: Don't include <stdio_ext.h> unless
14755         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
14756         it causes <stdio_ext.h> to cause a compile-time error.
14757         Problem reported by Nelson H. F. Beebe.
14758         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
14759         of HAVE_DECL___PENDING.
14760
14761         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
14762         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
14763         declaration.
14764
14765 2006-09-27  Jim Meyering  <jim@meyering.net>
14766
14767         This file could end up with a definition for a function
14768         named __strndup, rather than rpl_strndup on a system with
14769         incomplete weak_alias support.
14770         * lib/strndup.c (strndup): Rename from __strndup.
14771         Remove #defines that used to map __strndup to strndup.
14772         Don't use K&R prototypes.
14773         Remove LIBC-related code, since this file is not sync'd with glibc.
14774         * lib/strndup.h: Revamp, accordingly.
14775         * m4/strndup.m4: Modernize.
14776
14777 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14778
14779         * modules/savewd (Depends-on): Add 'raise'.
14780         * lib/savewd.c: Include <signal.h>, for 'raise'.
14781
14782 2006-09-26  Jim Meyering  <jim@meyering.net>
14783
14784         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
14785         when we detect Darwin 8.7.0's acl_get_file bug.
14786         Rearrange to perform the new (below) run-test while $LIBS
14787         contains any acl-related library.  Set USE_ACL at the end.
14788         (gl_ACL_GET_FILE): New function.
14789
14790 2006-09-26  Eric Blake  <ebb9@byu.net>
14791
14792         * lib/verror.c: Include <config.h> unconditionally.
14793
14794 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
14795
14796         * modules/clock-time (Maintainer): Add self.
14797         * modules/getlogin_r (Depends-on): Add extensions.
14798
14799 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14800
14801         * modules/clock-time: New module.
14802         * modules/nanosleep (Depends-on): Add clock-time.
14803         * modules/gethrxtime (Depends-on): Likewise.
14804         * modules/gettime (Depends-on): Likewise.
14805         * modules/settime (Depends-on): Likewise.
14806
14807         * modules/fts-lgpl: Depend on openat.
14808         * modules/mkancesdirs: Depend on savewd.
14809         * modules/mkdir-p: Likewise.
14810
14811 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14812
14813         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
14814
14815         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
14816         `gl_have_arbitrary_file_name_length_limit' to
14817         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
14818         actually works between configure runs.
14819
14820 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14821             Bruno Haible  <bruno@clisp.org>
14822
14823         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
14824
14825 2006-09-25  Jim Meyering  <jim@meyering.net>
14826
14827         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
14828         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
14829
14830 2006-09-25  Eric Blake  <ebb9@byu.net>
14831
14832         * gnulib-tool (func_import, func_create_testdir): Fix typos in
14833         exec's in 2006-09-18 patch when shuffling fds.
14834
14835 2006-09-25  Bruno Haible  <bruno@clisp.org>
14836
14837         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
14838         Reported by Jim Meyering.
14839
14840 2006-09-24  Jim Meyering  <jim@meyering.net>
14841
14842         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
14843         compare a pointer against a literal "0".  That caused failures with
14844         at least HP-UX's hpcc.
14845
14846 2006-09-22  Simon Josefsson  <jas@extundo.com>
14847
14848         * modules/gc-sha1:
14849         * modules/gc-md4:
14850         * modules/gc-hmac-sha1:
14851         * modules/gc-hmac-md5:
14852         * modules/gc-des:
14853         * modules/gc-arcfour: Distribute more files.
14854
14855 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14856
14857         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
14858         (gl_linked_iterator_from_to): Initialize struct completely.
14859         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
14860         (gl_tree_iterator_from_to): Likewise
14861         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
14862         * lib/gl_array_list.c [lint] (gl_array_iterator)
14863         (gl_array_iterator_from_to): Likewise.
14864         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
14865         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
14866         (gl_carray_iterator_from_to): Likewise.
14867
14868         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
14869         * lib/md4.c (md4_process_block): Remove unused variable.
14870         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
14871         parentheses for clarity.
14872
14873 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14874
14875         * modules/bison-i18n (Depends-on): Add gettext.
14876
14877 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14878
14879         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
14880         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
14881         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
14882         also add missing comma that caused broken test.
14883         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
14884         stdlib.h, for `abort'.
14885         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
14886         variables.
14887         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
14888         include unistd.h if present, for `rmdir'.
14889         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
14890         variables.
14891         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
14892         in the process include standard headers for prototypes.
14893         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
14894         gets declared on GNU/Linux.
14895         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
14896         unistd.h, for `rmdir'.
14897         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
14898
14899         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
14900         always true.
14901         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
14902
14903         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
14904
14905 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14906
14907         * gnulib-tool (func_version): Create output all at once.  This
14908         may help avoid triggering unnecessary SIGPIPEs, and at any
14909         rate it doesn't hurt.
14910
14911 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14912             Bruno Haible  <bruno@clisp.org>
14913
14914         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
14915         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14916         * m4/signed.m4 (bh_C_SIGNED): Likewise.
14917
14918         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
14919         (gl_FUNC_VASPRINTF): Invoke it.
14920
14921 2006-09-22  Bruno Haible  <bruno@clisp.org>
14922
14923         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
14924         getloadavg.c as first argument.
14925
14926 2006-09-22  Bruno Haible  <bruno@clisp.org>
14927
14928         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
14929         at the beginning of the gl_INIT macro.
14930         * modules/getloadavg (configure.ac): Pass $gl_source_base to
14931         gl_GETLOADAVG.
14932
14933 2006-09-22  Bruno Haible  <bruno@clisp.org>
14934
14935         * gnulib-tool (func_create_megatestdir): Don't include the config-h
14936         module.
14937         Suggested by Ralf Wildenhues.
14938
14939 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         Import this patch from libc:
14942
14943         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
14944
14945         * lib/regex_internal.c (re_string_reconstruct): Handle
14946         offset < pstr->valid_raw_len && pstr->offsets_needed case.
14947         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
14948         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
14949         re_string_context_at.
14950
14951         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
14952         now requires it.
14953         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
14954         gl_REGEX now does it for us.
14955         (gl_REGEX): Add test taken from
14956         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
14957
14958         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
14959         Check that large offsets work.  Modernize Autoconf usages.
14960         Prefer "yes" to mean a good thing rather than a bad.
14961         Don't put "#define mkstemp" in config.h, as this might interfere
14962         with standard system headers that "#define mkstemp mkstemp64".
14963
14964         * modules/mkstemp (Depends-on): Add extensions, so that
14965         mkstemp is visible on some platforms.
14966         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
14967         (Include): Change to "mkstemp.h" from <stdlib.h>.
14968         (Files): Add mkstemp.h.
14969
14970         * lib/mkstemp.h: New file, since some standard headers
14971         #define mkstemp.
14972         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
14973         Include "mkstemp.h".
14974         Make the _LIBC code resemble glibc original more,
14975         e.g., use K&R style.
14976         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
14977         (mkstemp): Remove, since mkstemp.h does this for us.
14978         * lib/stdlib--.h: Include mkstemp.h.
14979
14980         Import this patch from libc:
14981
14982         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
14983
14984         * lib/tempname.c (__gen_tempname): Change attempts_min
14985         into a macro.  Use preprocessor to decide how to initialize
14986         attempts [Coverity CID 67].
14987
14988 2006-09-20  Bruno Haible  <bruno@clisp.org>
14989
14990         * lib/mkdtemp.c: Import from libc.
14991         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
14992                 * sysdeps/posix/tempname.c (__gen_tempname): Change
14993                 attempts_min into a macro.  Use preprocessor to decide how to
14994                 initialize attempts [Coverity CID 67].
14995         2001-11-27  Paul Eggert  <eggert@twinsun.com>
14996                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
14997                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
14998
14999 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15000
15001         * gnulib-tool (func_exit): New function, to allow to pass the
15002         exit status portably through the trap.  Use everywhere.
15003         (--help, --version): Signal a write error.
15004         (trap): catch SIGPIPE, for write errors.
15005         Exit at the end of the trap, with the correct exit status.
15006
15007 2006-09-19  Karl Berry  <karl@gnu.org>
15008
15009         * doc/gnulib.texi: note about the license texinfo files.
15010
15011 2006-09-19  Eric Blake  <ebb9@byu.net>
15012
15013         * gnulib-tool: Avoid space-tab.
15014
15015 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
15016
15017         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
15018         that prevented coreutils 6.1 from building.  Problem reported
15019         by Petter Reinholdtsen.
15020
15021 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
15022
15023         * gnulib-tool (avoidlist): Fix typo that broke options like
15024         --avoid=lock that are used by coreutils bootstrap.
15025
15026 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
15027
15028         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
15029         more systematically.
15030
15031 2006-09-18  Jim Meyering  <jim@meyering.net>
15032
15033         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
15034
15035 2006-09-18  Bruno Haible  <bruno@clisp.org>
15036
15037         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
15038
15039 2006-09-18  Bruno Haible  <bruno@clisp.org>
15040
15041         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
15042         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
15043         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
15044         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
15045         * m4/gettext.m4: Require autoconf >= 2.52.
15046         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
15047         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
15048         of gl_cv_header_inttypes_h.
15049
15050 2006-09-18  Bruno Haible  <bruno@clisp.org>
15051
15052         * lib/javaversion.c: Include configmake.h.
15053
15054 2006-09-18  Bruno Haible  <bruno@clisp.org>
15055
15056         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
15057         avoid that the while loops be executed in a subshell.
15058
15059 2006-09-18  Bruno Haible  <bruno@clisp.org>
15060
15061         * MODULES.html.sh (func_module): Break long lines.
15062         Suggested by Bruce Korb <bkorb@gnu.org>.
15063
15064 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15065
15066         Speed up by a factor of 1.12.
15067         * gnulib-tool (nl): New variable.
15068         (func_import): Rewrite include directive extraction to only read each
15069         directive once.
15070
15071 2006-09-17  Bruno Haible  <bruno@clisp.org>
15072
15073         * modules/javaversion (Makefile.am): Remove DEFS setting.
15074         (Depends-on): Add configmake, for PKGDATADIR definition.
15075
15076 2006-09-17  Bruno Haible  <bruno@clisp.org>
15077
15078         * gnulib-tool (func_create_testdir): Rewrite all files at once.
15079
15080 2006-09-17  Bruno Haible  <bruno@clisp.org>
15081
15082         * gnulib-tool (func_append): New function, stolen from libtool.m4.
15083         (func_modules_transitive_closure, func_modules_add_dummy,
15084         func_modules_to_filelist, func_import, func_create_testdir,
15085         func_create_megatestdir, ...): Use it wherever possible.
15086         Suggested by Ralf Wildenhues.
15087
15088 2006-09-16  Karl Berry  <karl@gnu.org>
15089
15090         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
15091         to avoid sectioning errors.
15092         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
15093         [ifinfo]: blank line after @center-ed titles.
15094         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
15095         Spell FSF address consistently with others.
15096         (These changes approved by rms.)
15097
15098 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15099
15100         Speed up by a factor of 1.61.
15101         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
15102         already checked module names again.
15103
15104 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15105
15106         Speed up by a factor of 1.13.
15107         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
15108         for new_files, and the input to func_add_or_update.
15109
15110 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15111
15112         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
15113         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
15114
15115 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15116
15117         * modules/mkancesdirs (Depends-on): Add fcntl.
15118         * modules/savewd: New file.
15119         * MODULES.html.sh (File system functions): Add savewd.
15120
15121         * modules/configmake (Makefile.am): Add support for the
15122         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
15123
15124 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * m4/savewd.m4: New file.
15127
15128 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15129
15130         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
15131         (dirchownmod): New arg FD.  All callers changed.
15132         Use FD rather than opening the directory ourself, as opening is
15133         now the caller's responsibility.
15134         * lib/dirchownmod.h: Likewise.
15135         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
15136         hosts that require <sys/types.h> before <sys/stat.h>.  Include
15137         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
15138         (test_dir): Remove.
15139         (mkancesdirs): Return length of prefix of FILE that has already
15140         been made, or -2 if there is a child doing the work.  Redo
15141         algorithm so that it is O(N) rather than O(N**2).  Optimize away
15142         ".", and treat ".." specially since it might stray back into
15143         already-created areas.  Use a subprocess if necessary.  New arg
15144         WD; all users changed.  MAKE_DIR function should now return 1
15145         if it creates a directory that is not readable.  Return -2 if
15146         a child process is spun off.
15147         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
15148         Adjust signature to match code.
15149         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
15150         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
15151         all users changed.
15152         * lib/savewd.c, lib/savewd.h: New files.
15153
15154 2006-09-15  Jim Meyering  <jim@meyering.net>
15155
15156         * modules/rename-dest-slash: New module.
15157         * MODULES.html.sh (posix_compat): Add it here.
15158
15159         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
15160
15161 2006-09-15  Jim Meyering  <jim@meyering.net>
15162
15163         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
15164         file.
15165
15166         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
15167
15168 2006-09-15  Jim Meyering  <jim@meyering.net>
15169
15170         * lib/rename-dest-slash.c (has_trailing_slash): Use
15171         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
15172         (rpl_rename_dest_slash): Perform the cheaper trailing slash
15173         test before testing whether SRC is a directory.
15174         Suggestions from Bruno Haible.
15175
15176         Avoid a warning about an unused variable.
15177         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
15178         into the #ifdef block where it's used.
15179
15180         * lib/rename-dest-slash.c: New file.
15181
15182 2006-09-14  Bruno Haible  <bruno@clisp.org>
15183
15184         * lib/allocsa.c: Include <config.h> unconditionally.
15185         * lib/asnprintf.c: Likewise.
15186         * lib/asprintf.c: Likewise.
15187         * lib/c-strcasecmp.c: Likewise.
15188         * lib/c-strcasestr.c: Likewise.
15189         * lib/c-strncasecmp.c: Likewise.
15190         * lib/c-strstr.c: Likewise.
15191         * lib/classpath.c: Likewise.
15192         * lib/clean-temp.c: Likewise.
15193         * lib/concatpath.c: Likewise.
15194         * lib/copy-file.c: Likewise.
15195         * lib/csharpcomp.c: Likewise.
15196         * lib/csharpexec.c: Likewise.
15197         * lib/execute.c: Likewise.
15198         * lib/fatal-signal.c: Likewise.
15199         * lib/findprog.c: Likewise.
15200         * lib/fwriteerror.c: Likewise.
15201         * lib/gl_array_list.c: Likewise.
15202         * lib/gl_array_oset.c: Likewise.
15203         * lib/gl_avltree_list.c: Likewise.
15204         * lib/gl_avltree_oset.c: Likewise.
15205         * lib/gl_avltreehash_list.c: Likewise.
15206         * lib/gl_carray_list.c: Likewise.
15207         * lib/gl_linked_list.c: Likewise.
15208         * lib/gl_linkedhash_list.c: Likewise.
15209         * lib/gl_list.c: Likewise.
15210         * lib/gl_oset.c: Likewise.
15211         * lib/gl_rbtree_list.c: Likewise.
15212         * lib/gl_rbtree_oset.c: Likewise.
15213         * lib/gl_rbtreehash_list.c: Likewise.
15214         * lib/imaxabs.c: Likewise.
15215         * lib/imaxdiv.c: Likewise.
15216         * lib/javacomp.c: Likewise.
15217         * lib/javaexec.c: Likewise.
15218         * lib/javaversion.c: Likewise.
15219         * lib/linebreak.c: Likewise.
15220         * lib/localcharset.c: Likewise.
15221         * lib/lock.c: Likewise.
15222         * lib/mbchar.c: Likewise.
15223         * lib/mbswidth.c: Likewise.
15224         * lib/mkdtemp.c: Likewise.
15225         * lib/pipe.c: Likewise.
15226         * lib/printf-args.c: Likewise.
15227         * lib/printf-parse.c: Likewise.
15228         * lib/progname.c: Likewise.
15229         * lib/progreloc.c: Likewise.
15230         * lib/readlink.c: Likewise.
15231         * lib/sh-quote.c: Likewise.
15232         * lib/stpcpy.c: Likewise.
15233         * lib/stpncpy.c: Likewise.
15234         * lib/strcasecmp.c: Likewise.
15235         * lib/strcasestr.c: Likewise.
15236         * lib/strcspn.c: Likewise.
15237         * lib/striconv.c: Likewise.
15238         * lib/strncasecmp.c: Likewise.
15239         * lib/strnlen1.c: Likewise.
15240         * lib/strstr.c: Likewise.
15241         * lib/strtok_r.c: Likewise.
15242         * lib/tls.c: Likewise.
15243         * lib/tmpdir.c: Likewise.
15244         * lib/unicodeio.c: Likewise.
15245         * lib/unsetenv.c: Likewise.
15246         * lib/vasnprintf.c: Likewise.
15247         * lib/vasprintf.c: Likewise.
15248         * lib/wait-process.c: Likewise.
15249         * lib/xallocsa.c: Likewise.
15250         * lib/xsetenv.c: Likewise.
15251         * lib/xstriconv.c: Likewise.
15252
15253 2006-09-13  Simon Josefsson  <jas@extundo.com>
15254
15255         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
15256         that internally, suggested by Ralf Wildenhues
15257         <Ralf.Wildenhues@gmx.de>.
15258
15259 2006-09-13  Simon Josefsson  <jas@extundo.com>
15260
15261         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
15262         @LIBOBJS@.
15263         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15264
15265 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15266
15267         * lib/_fpending.c: Include <config.h> unconditionally, since we no
15268         longer worry about uses that don't define HAVE_CONFIG_H.
15269         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
15270         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
15271         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
15272         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
15273         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
15274         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
15275         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
15276         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
15277         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
15278         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
15279         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
15280         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
15281         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
15282         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
15283         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
15284         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
15285         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
15286         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
15287         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
15288         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
15289         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
15290         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
15291         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
15292         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
15293         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
15294         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
15295         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
15296         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
15297         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
15298         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
15299         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
15300         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
15301         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
15302         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
15303         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
15304         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
15305         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
15306         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
15307         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
15308         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
15309         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
15310         Likewise.
15311
15312 2006-09-13  Eric Blake  <ebb9@byu.net>
15313
15314         * lib/getopt.c: Fix typo in last commit.
15315
15316 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15317
15318         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
15319         dgettext.
15320
15321 2006-09-12  Jim Meyering  <jim@meyering.net>
15322
15323         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
15324         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
15325         Reported by Nelson H. F. Beebe.
15326
15327 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15328
15329         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
15330         program_invocation_name and program_invocation_short_name are
15331         initialized.
15332         * lib/argp-namefrob.h: Move declarations of program_invocation_name
15333         and program_invocation_short_name to argp.h, so they are visible
15334         to user programs.
15335         * lib/argp.h: Likewise
15336
15337 2006-09-10  Bruno Haible  <bruno@clisp.org>
15338
15339         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
15340         m4/inttypes_h.m4, m4/uintmax_t.m4.
15341
15342 2006-09-10  Bruno Haible  <bruno@clisp.org>
15343
15344         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
15345         gl_AC_TYPE_UINTMAX_T.
15346
15347 2006-09-10  Bruno Haible  <bruno@clisp.org>
15348
15349         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
15350
15351 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15352
15353         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
15354         convention.  Text proposed by Bruno Haible.
15355         (struct argp_option): Document the use of N_() wrappers.
15356
15357         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
15358         '\v', and translate the two parts separately, instead of feeding
15359         the whole string to gettext.  This allows to exclude
15360         '\v' from the strings visible to the translator by writing doc
15361         strings as N_("..") "\v" N_("..").
15362
15363 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * config/srclist.txt: Undo latest change; the bug was fixed.
15366
15367 2006-09-09  Bruno Haible  <bruno@clisp.org>
15368
15369         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
15370         assignments if building a library without libtool.
15371         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
15372         in func_emit_lib_Makefile_am.
15373         (func_import): When building a static library libfoo.a, arrange to
15374         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
15375         (func_create_testdir): Likewise.
15376         * modules/gc (configure.ac, Makefile.am): If building statically,
15377         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
15378         * modules/iconvme (configure.ac, Makefile.am): Likewise.
15379         * modules/striconv (configure.ac, Makefile.am): Likewise.
15380         Based on a suggestion by Ralf Wildenhues.
15381
15382 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15383
15384         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15385         Check for unistd.h too, since Autoconf doesn't assume POSIX.
15386         Also:
15387
15388         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15389         Add year_2050_test to catch glibc bug 2821
15390         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
15391
15392         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15393         Prefer #ifdef to #if.
15394
15395         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
15396         Return from 'main' instead of calling 'exit'.
15397
15398 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15399
15400         * lib/mktime.c (guess_time_tm): Fix bug where mktime
15401         returned the maximum time_t value rather than (time_t) -1.
15402         Problem originally reported by William Bardwell
15403         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
15404
15405         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
15406         Moved to here ...
15407         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
15408         ... from here.
15409
15410 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15411
15412         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
15413         2821 is fixed.
15414
15415 2006-09-08  Jim Meyering  <jim@meyering.net>
15416
15417         Don't make generated files read-only.  That would bother too many
15418         people.  However, do retain the ability to work when targets are
15419         read-only: remove the destination and temporary files before writing
15420         them (when generated via sed or echo), or by using the -f option for
15421         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
15422         * modules/alloca-opt, modules/argz, modules/arpa_inet:
15423         * modules/byteswap, modules/configmake, modules/fcntl:
15424         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
15425         * modules/localcharset, modules/netinet_in, modules/poll:
15426         * modules/stdbool, modules/stdint, modules/sys_select:
15427         * modules/sys_socket, modules/sys_stat, modules/sysexits:
15428
15429 2006-09-08  Jim Meyering  <jim@meyering.net>
15430
15431         Avoid new build failure on FreeBSD 6.0.
15432         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
15433         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
15434         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
15435
15436 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15437
15438         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
15439
15440 2006-09-07  Jim Meyering  <jim@meyering.net>
15441
15442         Fix global typo in last change: use chmod u-w, not chmod u-x.
15443         Spotted by Paul Eggert and Bruce Korb.
15444         * modules/alloca-opt, modules/argz, modules/arpa_inet:
15445         * modules/byteswap, modules/configmake, modules/fcntl:
15446         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
15447         * modules/localcharset, modules/netinet_in, modules/poll:
15448         * modules/stdbool, modules/stdint, modules/sys_select:
15449         * modules/sys_socket, modules/sys_stat, modules/sysexits:
15450
15451 2006-09-06  Jim Meyering  <jim@meyering.net>
15452
15453         Make generated files be read-only.
15454         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
15455         Ensure that each generated file is now read-only.
15456         * modules/argz: Likewise.
15457         * modules/arpa_inet: Likewise.
15458         * modules/byteswap: Likewise.
15459         * modules/configmake: Likewise.
15460         * modules/fcntl: Likewise.
15461         * modules/fnmatch: Likewise.
15462         * modules/getopt: Likewise.
15463         * modules/glob: Likewise.
15464         * modules/inttypes: Likewise.
15465         * modules/netinet_in: Likewise.
15466         * modules/poll: Likewise.
15467         * modules/stdbool: Likewise.
15468         * modules/stdint: Likewise.
15469         * modules/sys_select: Likewise.
15470         * modules/sys_socket: Likewise.
15471         * modules/sys_stat: Likewise.
15472         * modules/sysexits: Likewise.
15473         * modules/localcharset: Same as above, but continue using temporary
15474         file named "t-$@" (why different?) rather than the "$@-t" used
15475         everywhere else.
15476
15477         * modules/sysexits (Makefile.am): Replace literal occurrences
15478         of "sysexit.h" more readable, and more consistent, "$@".
15479
15480 2006-09-06  Bruno Haible  <bruno@clisp.org>
15481
15482         * modules/striconv: New file.
15483         * modules/xstriconv: New file.
15484         * MODULES.html.sh (Internationalization functions): Add striconv,
15485         xstriconv.
15486
15487 2006-09-06  Bruno Haible  <bruno@clisp.org>
15488
15489         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
15490         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
15491         not using libtool correctly.
15492
15493 2006-09-06  Bruno Haible  <bruno@clisp.org>
15494
15495         * lib/striconv.h: New file.
15496         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
15497         iconvstring.c.
15498         * lib/xstriconv.h: New file.
15499         * lib/xstriconv.c: New file.
15500
15501 2006-09-06  Bruno Haible  <bruno@clisp.org>
15502
15503         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15504         lib_..._LDFLAGS.
15505
15506 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15507
15508         * lib/argz_.h: Sync from Libtool.
15509
15510         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
15511                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15512
15513         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
15514
15515 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
15516
15517         * modules/trim: New file.
15518
15519 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
15520
15521         * lib/trim.h: New file.
15522         * lib/trim.c: New file.
15523
15524 2006-09-05  Bruno Haible  <bruno@clisp.org>
15525
15526         * MODULES.html.sh (String handling): Add trim.
15527
15528 2006-09-04  Karl Berry  <karl@gnu.org>
15529
15530         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
15531         until next release.
15532
15533 2006-09-03  Bruno Haible  <bruno@clisp.org>
15534
15535         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
15536         correctly.
15537
15538 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15539
15540         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
15541         not gl_GETLOADAVG.  Omit unneeded semicolons.
15542         Problems reported by Ralf Wildenhues in
15543         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
15544         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
15545         at the end, which is the usual gnulib style.
15546
15547         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
15548         of doing all the work ourselves.
15549         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
15550         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
15551
15552 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15553
15554         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
15555         Problem reported by Ralf Wildenhues in
15556         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
15557
15558         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
15559         HAVE_STRUCT_STATFS_F_FSTYPENAME.
15560
15561 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15562
15563         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
15564         yesterday's patch by changing test -n to test -z.
15565
15566 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * modules/getloadavg (Files): Add m4/getloadavg.m4.
15569         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
15570         the former is now obsolescent.
15571
15572         * modules/chdir-long (Depends-on): Add fcntl.
15573
15574 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
15577         obsolescent, and programs should use gnulib instead.
15578         * m4/getloadavg.m4: New file, with contents taken from Autoconf
15579         but with prefixes changed.
15580
15581 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15582
15583         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
15584         or stdbool.h, because they might not exist while configuring.
15585
15586         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
15587         Don't include unistd.h or limits.h; not needed, since chdir-long.h
15588         does that for us.
15589         (O_DIRECTORY): Remove.
15590
15591 2006-08-31  Eric Blake  <ebb9@byu.net>
15592
15593         * gnulib-tool: Don't let emacs change spaces to TAB.
15594
15595 2006-08-31  Bruno Haible  <bruno@clisp.org>
15596
15597         * gnulib-tool: When calling func_import more than once, do it in a
15598         subshell.
15599         Reported by Eric Blake <ebb9@byu.net>.
15600
15601 2006-08-31  Bruno Haible  <bruno@clisp.org>
15602
15603         * gnulib-tool (nl): Remove variable.
15604         (sed_transform_lib_file): Use more robust test for config-h module.
15605         (func_import): Fix typo in 2006-08-25 patch.
15606
15607 2006-08-31  Bruno Haible  <bruno@clisp.org>
15608
15609         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
15610         specified, augment Makefile.am variables instead of assigning them.
15611
15612 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         Work around a bug in both the Linux and SunOS 64-bit kernels:
15615         nanosleep mishandles sleeps for longer than 2**31 seconds.
15616         Problem reported by Frank v Waveren in
15617         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
15618         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
15619         Check for nanosleep bug.
15620         (LIB_NANOSLEEP): Append clock_gettime library if needed.
15621
15622 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15623
15624         Work around a bug in both the Linux and SunOS 64-bit kernels:
15625         nanosleep mishandles sleeps for longer than 2**31 seconds.
15626         Problem reported by Frank v Waveren in
15627         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
15628         * lib/nanosleep.c (BILLION): New constant.
15629         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
15630         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
15631         implementation.
15632
15633 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15634
15635         * modules/nanosleep (Depends-on): Add gettime.
15636
15637 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15638         and Simon Josefsson  <jas@extundo.com>
15639         and Oskar Liljeblad  <oskar@osk.mine.nu>
15640
15641         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
15642         * gnulib-tool (func_import): New license type 'unmodifiable license
15643         text'.
15644         * modules/fdl: Use it.  Longer description.
15645         * module/gpl, module/lgpl: New files.
15646
15647 2006-08-30  Jim Meyering  <jim@meyering.net>
15648
15649         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
15650         shadowing the parameter.
15651
15652 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15653
15654         Sync from Libtool:
15655
15656         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15657
15658         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
15659         sharing with gnulib.  Report by Eric Blake.
15660
15661 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * modules/isapipe: New file.
15664         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
15665
15666 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15667
15668         * modules/configmake (Makefile.am): Add a comment, and omit
15669         the CONFIGMAKE_ prefix from generated macro names.  Suggested
15670         by Bruno Haible.
15671
15672 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15673
15674         * m4/isapipe.m4: New file.
15675
15676 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         * lib/isapipe.c, lib/isapipe.h: New files.
15679
15680 2006-08-29  Jim Meyering  <jim@meyering.net>
15681
15682         * modules/configmake (Makefile.am): Make configmake.h depend on
15683         Makefile.  Otherwise, a stale configmake.h could hang around.
15684
15685 2006-08-29  Eric Blake  <ebb9@byu.net>
15686
15687         * lib/error.c (error_at_line, print_errno_message): Match libc, after
15688         resolution of upstream bug 3044.
15689
15690 2006-08-29  Bruno Haible  <bruno@clisp.org>
15691
15692         * modules/localcharset (Depends-on): Add configmake.
15693         (Makefile.am): Remove setting of LIBDIR through DEFS.
15694
15695 2006-08-29  Bruno Haible  <bruno@clisp.org>
15696
15697         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
15698         defined.
15699
15700 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * modules/fcntl: New file.
15703         * modules/chdir-safer (Depends-on): Add fcntl.
15704         * modules/fts: Likewise.
15705         * modules/mkdir-p: Likewise.
15706
15707         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
15708         This undoes the most recent change, since we're now addressing the
15709         problem in a different way.
15710
15711         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
15712         into output, since the output might be called Makefile.am even
15713         if $makefile_name is something different.
15714         (func_import): Use $makefile_am rather than
15715         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
15716         empty.
15717
15718         * modules/inttypes (Files): Add m4/inttypes-h.m4.
15719
15720 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15721
15722         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
15723         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
15724         recent change to stdint.m4, since we're now addressing the problem in a
15725         different way.
15726
15727 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15728
15729         * m4/fcntl_h.m4: New file.
15730
15731 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15732
15733         * lib/fcntl_.h: New file.
15734         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
15735         the fcntl module.
15736         * lib/dirchownmod.c: Likewise.
15737         * lib/fts.c: Likewise.
15738
15739         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
15740         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
15741         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
15742         just before including <inttypes.h>, to avoid circular inclusion.
15743
15744 2006-08-28  Jim Meyering  <jim@meyering.net>
15745
15746         * doc/visibility.texi: Actually read and correct the grammar of the
15747         sentence affected by yesterday's change.
15748
15749 2006-08-28  Eric Blake  <ebb9@byu.net>
15750
15751         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
15752         needs wrapper.
15753
15754 2006-08-28  Eric Blake  <ebb9@byu.net>
15755
15756         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
15757
15758 2006-08-28  Eric Blake  <ebb9@byu.net>
15759
15760         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
15761
15762 2006-08-28  Bruno Haible  <bruno@clisp.org>
15763
15764         * modules/c-strstr: New file, from GNU gettext.
15765         * MODULES.html.sh (String handling): Add c-strstr.
15766
15767 2006-08-28  Bruno Haible  <bruno@clisp.org>
15768
15769         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
15770         macros.
15771         Reported by Eric Blake.
15772
15773 2006-08-28  Bruno Haible  <bruno@clisp.org>
15774
15775         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
15776         (VASNPRINTF): Return a string of length > INT_MAX without failing.
15777         * lib/vasprintf.c: Include errno.h, limits.h.
15778         (EOVERFLOW): New fallback definition.
15779         (vasprintf): Test here whether the string length is > INT_MAX.
15780         * lib/vsnprintf.c: Include errno.h, limits.h.
15781         (EOVERFLOW): New fallback definition.
15782         (vsnprintf): Fix bug when generated string was too long for the buffer.
15783         Test here whether the string length is > INT_MAX.
15784
15785 2006-08-28  Bruno Haible  <bruno@clisp.org>
15786
15787         * lib/inttypes_.h (SCNX*): Remove definitions.
15788         Reported by Eric Blake.
15789
15790 2006-08-28  Bruno Haible  <bruno@clisp.org>
15791
15792         * lib/c-strstr.h: New file, from GNU gettext.
15793         * lib/c-strstr.c: New file, from GNU gettext.
15794
15795 2006-08-28  Bruno Haible  <bruno@clisp.org>
15796
15797         * gnulib-tool: Reorder some statements.
15798
15799 2006-08-28  Bruno Haible  <bruno@clisp.org>
15800
15801         * gnulib-tool: New option --makefile-name.
15802         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
15803         $makefile_name.
15804         (func_import): Write $makefile_name to the cache file, and read it from
15805         there unless explicitly specified. Use $makefile_name as file name
15806         instead of Makefile.am. Adjust the recommendations accordingly.
15807
15808 2006-08-28  Bruno Haible  <bruno@clisp.org>
15809
15810         * gnulib-tool (func_verify_module): Check against misapplying patch.
15811
15812 2006-08-28  Bruno Haible  <bruno@clisp.org>
15813
15814         * gnulib-tool (func_relativize, func_relconcat): New functions.
15815         Give an error if --local-dir is given with --update.
15816         Remove trailing slashes from $local_gnulib_dir.
15817         (func_import): Store the relativized $local_gnulib_dir in
15818         gnulib-cache.m4, and read it from there if not specified explicitly.
15819
15820 2006-08-28  Bruno Haible  <bruno@clisp.org>
15821
15822         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
15823         is the current directory. Respect also $local_gnulib_dir.
15824
15825 2006-08-28  Bruno Haible  <bruno@clisp.org>
15826             Simon Josefsson  <jas@extundo.com>
15827
15828         BeOS portability.
15829         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
15830
15831 2006-08-27  Jim Meyering  <jim@meyering.net>
15832
15833         * doc/visibility.texi: Remove duplicate word: "pointer".
15834
15835 2006-08-26  Bruno Haible  <bruno@clisp.org>
15836
15837         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
15838         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
15839         (Makefile.am): Create inttypes.h from inttypes_.h.
15840         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
15841
15842         * modules/imaxabs: New file.
15843
15844         * modules/imaxdiv: New file.
15845
15846 2006-08-26  Bruno Haible  <bruno@clisp.org>
15847
15848         * m4/inttypes.m4: New file.
15849         * m4/_inttypes_h.m4: Remove file.
15850         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
15851         PRI_MACROS_BROKEN.
15852         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
15853
15854         * m4/imaxabs.m4: New file.
15855
15856         * m4/imaxdiv.m4: New file.
15857
15858 2006-08-26  Bruno Haible  <bruno@clisp.org>
15859
15860         * lib/inttypes_.h: New file.
15861         * lib/inttypes.h: Remove file.
15862         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
15863
15864         * lib/imaxabs.c: New file.
15865
15866         * lib/imaxdiv.c: New file.
15867
15868 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         New config-h module, so that "make" output needn't be cluttered
15871         by -DHAVE_CONFIG_H.
15872         * MODULES.html.sh (Support for building libraries and executables):
15873         Add config-h.
15874         * modules/config-h: New file.
15875         * gnulib-tool (nl, sed_transform_lib_file): New vars.
15876         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
15877         the config-h module is used.
15878
15879         New configmake module, so that "make" output needn't be cluttered
15880         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
15881         * MODULES.html.sh (Support for building libraries and executables):
15882         Add configmake.
15883         * modules/configmake: New file.
15884
15885 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15886
15887         * m4/config-h.m4: New file.
15888
15889 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15890
15891         * config/srclist.txt: Add elisp-comp.
15892
15893 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15894
15895         * MODULES.html.sh (Support for building libraries and executables):
15896         Add elisp-comp.
15897         * build-aux/elisp-comp: New file.
15898         * modules/elisp-comp: New file.
15899
15900 2006-08-24  Bruno Haible  <bruno@clisp.org>
15901
15902         * gnulib-tool (func_create_testdir): Use non-default values of
15903         sourcebase and m4base.
15904
15905 2006-08-24  Bruno Haible  <bruno@clisp.org>
15906
15907         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
15908         HTML structure.
15909
15910 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15911
15912         * modules/openat (Depends-on): Add lchown.
15913
15914 2006-08-23  Bruno Haible  <bruno@clisp.org>
15915
15916         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
15917         of gl_LOCK_EARLY instead of gl_LOCK.
15918
15919 2006-08-23  Bruno Haible  <bruno@clisp.org>
15920
15921         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
15922         on OSF/1 to no.
15923         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
15924
15925 2006-08-23  Bruno Haible  <bruno@clisp.org>
15926
15927         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
15928         as unusable.
15929
15930         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
15931         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
15932         (gl_LOCK): New macro.
15933
15934 2006-08-22  Simon Josefsson  <jas@extundo.com>
15935
15936         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
15937         to md5 module.
15938
15939 2006-08-22  Simon Josefsson  <jas@extundo.com>
15940
15941         * MODULES.html.sh: Add "Support for maintaining and release
15942         projects".
15943
15944         * build-aux/gnupload: New file, from coreutils.
15945
15946 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         Avoid the need for AC_LIBSOURCES in m4 macros.
15949         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
15950         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
15951         * modules/check-version (EXTRA_DIST): Add check-version.h.
15952         * modules/crc (EXTRA_DIST): Add crc.h.
15953         * modules/des (EXTRA_DIST): Add des.h.
15954         * modules/gc (EXTRA_DIST): Add gc.h.
15955         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
15956         * modules/getline (EXTRA_DIST): Add getline.h.
15957         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
15958         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
15959         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
15960         * modules/md2 (EXTRA_DIST): Add md2.h.
15961         * modules/md4 (EXTRA_DIST): Add md4.h.
15962         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
15963         * modules/read-file (EXTRA_DIST): Add read-file.h.
15964         * modules/readline (EXTRA_DIST): Add readline.h.
15965         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
15966         rijndael-api-fst.h.
15967
15968 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
15969
15970         * m4/rijndael.m4 (gl_ARCFOUR):
15971         * m4/arctwo.m4 (gl_ARCTWO):
15972         * m4/check-version.m4 (gl_CHECK_VERSION):
15973         * m4/crc.m4 (gl_CRC):
15974         * m4/des.m4 (gl_DES):
15975         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
15976         * m4/gc.m4 (gl_GC):
15977         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
15978         * m4/getline.m4 (gl_FUNC_GETLINE):
15979         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
15980         * m4/hmac-md5.m4 (gl_HMAC_MD5):
15981         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
15982         * m4/md2.m4 (gl_MD2):
15983         * m4/md4.m4 (gl_MD4):
15984         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
15985         * m4/read-file.m4 (gl_FUNC_READ_FILE):
15986         * m4/readline.m4 (gl_FUNC_READLINE):
15987         * m4/rijndael.m4 (gl_RIJNDAEL):
15988         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
15989         to get the necessary .h files and whatnot.
15990
15991 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
15994         gnulib rather than the other way around.
15995         * config/srclistvars.sh (COREUTILS): Remove.
15996
15997 2006-08-22  Jim Meyering  <jim@meyering.net>
15998
15999         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
16000
16001         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
16002
16003 2006-08-22  Eric Blake  <ebb9@byu.net>
16004
16005         * modules/regexprops-generic: New file.
16006         * MODULES.html.sh (Support for building documentation): List it.
16007
16008 2006-08-22  Eric Blake  <ebb9@byu.net>
16009
16010         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
16011         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
16012         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
16013         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
16014
16015 2006-08-22  Bruno Haible  <bruno@clisp.org>
16016
16017         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
16018         and lib_LTLIBRARIES like the other lib_* variables.
16019
16020 2006-08-22  Bruno Haible  <bruno@clisp.org>
16021
16022         * build-aux/x-to-1.in: New file, from GNU gettext.
16023
16024 2006-08-22  Bruno Haible  <bruno@clisp.org>
16025
16026         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
16027         <utmpx.h> exists.
16028
16029 2006-08-22  Bruno Haible  <bruno@clisp.org>
16030
16031         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
16032         <utmpx.h> exists.
16033
16034 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         BeOS portability.
16037         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
16038         exist.
16039         Problem reported by Bruno Haible.
16040
16041 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
16042
16043         Avoid the need for AC_LIBSOURCES in m4 macros.
16044         * modules/acl (EXTRA_DIST): Add acl.h.
16045         * modules/argmatch (Files): Add m4/argmatch.m4.
16046         (configure.ac): Add gl_ARGMATCH.
16047         (EXTRA_DIST): Renamed from lib_SOURCES, for
16048         consistency with the other modules.  Remove argmatch.c.
16049         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
16050         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
16051         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
16052         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
16053         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
16054         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
16055         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
16056         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
16057         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
16058         * modules/closeout (EXTRA_DIST): Add closeout.h.
16059         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
16060         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
16061         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
16062         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
16063         dirname.h; remove basename.c and stripslash.c.
16064         * modules/exclude (EXTRA_DIST): Add exclude.h.
16065         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
16066         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
16067         * modules/file-type (EXTRA_DIST): Add file-type.h.
16068         * modules/filemode (EXTRA_DIST): Add filemode.h.
16069         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
16070         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
16071         * modules/fpending (EXTRA_DIST): Add __fpending.h.
16072         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
16073         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
16074         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
16075         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
16076         * modules/getdate (EXTRA_DIST): Add getdate.c.
16077         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
16078         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
16079         * modules/getpass (EXTRA_DIST): Add getpass.h.
16080         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
16081         * modules/group-member (EXTRA_DIST): Add group-member.h.
16082         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
16083         * modules/hash (EXTRA_DIST): Add hash.h.
16084         * modules/human (EXTRA_DIST): Add human.h.
16085         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
16086         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
16087         * modules/lchown (EXTRA_DIST): Add lchown.h.
16088         * modules/long-options (EXTRA_DIST): Add long-options.h.
16089         * modules/lstat (EXTRA_DIST): Add lstat.h.
16090         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
16091         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
16092         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
16093         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
16094         * modules/memxor (EXTRA_DIST): Add memxor.h.
16095         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
16096         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
16097         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
16098         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
16099         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
16100         * modules/physmem (EXTRA_DIST): Add physmem.h.
16101         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
16102         * modules/posixver (EXTRA_DIST): Add posixver.h.
16103         * modules/quote (EXTRA_DIST): Add quote.h.
16104         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
16105         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
16106         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
16107         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
16108         regex_internal.h regexec.c.
16109         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
16110         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
16111         * modules/same (EXTRA_DIST): Add same.h.
16112         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
16113         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
16114         * modules/savedir (EXTRA_DIST): Add savedir.h.
16115         * modules/sha1 (EXTRA_DIST): Add sha1.h.
16116         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
16117         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
16118         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
16119         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
16120         * modules/strdup (EXTRA_DIST): Add strdup.h.
16121         * modules/strftime (EXTRA_DIST): Add strftime.h.
16122         * modules/strndup (EXTRA_DIST): Add strndup.h.
16123         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
16124         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
16125         * modules/time_r (EXTRA_DIST): Add time_r.h.
16126         * modules/timespec (EXTRA_DIST): Add timespec.h.
16127         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
16128         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
16129         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
16130         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
16131         * modules/userspec (EXTRA_DIST): Add userspec.h.
16132         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
16133         * modules/utimens (EXTRA_DIST): Add utimens.h.
16134         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
16135         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
16136         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
16137         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
16138         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
16139         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
16140         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
16141         * modules/yesno (EXTRA_DIST): Add yesno.h.
16142
16143 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
16144
16145         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
16146
16147         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
16148         * m4/dev-ino.m4, same-inode.m4: Remove.
16149
16150         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
16151         * m4/acl.m4 (AC_FUNC_ACL):
16152         * m4/backupfile.m4 (gl_BACKUPFILE):
16153         * m4/c-strtod.m4 (gl_C99_STRTOLD):
16154         * m4/canon-host.m4 (gl_CANON_HOST):
16155         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
16156         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
16157         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
16158         * m4/cloexec.m4 (gl_CLOEXEC):
16159         * m4/close-stream.m4 (gl_CLOSE_STREAM):
16160         * m4/closeout.m4 (gl_CLOSEOUT):
16161         * m4/dirfd.m4 (gl_FUNC_DIRFD):
16162         * m4/dirname.m4 (gl_DIRNAME):
16163         * m4/exclude.m4 (gl_EXCLUDE):
16164         * m4/exitfail.m4 (gl_EXITFAIL):
16165         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
16166         * m4/file-type.m4 (gl_FILE_TYPE):
16167         * m4/filemode.m4 (gl_FILEMODE):
16168         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
16169         * m4/fpending.m4 (gl_FUNC_FPENDING):
16170         * m4/fprintftime.m4 (gl_FPRINTFTIME):
16171         * m4/fts.m4 (gl_FUNC_FTS):
16172         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
16173         * m4/getdate.m4 (gl_GETDATE):
16174         * m4/gethrxtime.m4 (gl_GETHRXTIME):
16175         * m4/getpagesize.m4 (gl_GETPAGESIZE):
16176         * m4/getpass.m4 (gl_FUNC_GETPASS):
16177         * m4/gettime.m4 (gl_GETTIME):
16178         * m4/getugroups.m4 (gl_GETUGROUPS):
16179         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
16180         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
16181         * m4/hard-locale.m4 (gl_HARD_LOCALE):
16182         * m4/hash.m4 (gl_HASH):
16183         * m4/idcache.m4 (gl_IDCACHE):
16184         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
16185         * m4/lchown.m4 (gl_FUNC_LCHOWN):
16186         * m4/long-options.m4 (gl_LONG_OPTIONS):
16187         * m4/lstat.m4 (gl_FUNC_LSTAT):
16188         * m4/md5.m4 (gl_MD5):
16189         * m4/memcasecmp.m4 (gl_MEMCASECMP):
16190         * m4/memcoll.m4 (gl_MEMCOLL):
16191         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
16192         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
16193         * m4/memxor.m4 (gl_MEMXOR):
16194         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
16195         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
16196         * m4/modechange.m4 (gl_MODECHANGE):
16197         * m4/mountlist.m4 (gl_MOUNTLIST):
16198         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16199         * m4/openat.m4 (gl_FUNC_OPENAT):
16200         * m4/pathmax.m4 (gl_PATHMAX):
16201         * m4/physmem.m4 (gl_PHYSMEM):
16202         * m4/posixtm.m4 (gl_POSIXTM):
16203         * m4/posixver.m4 (gl_POSIXVER):
16204         * m4/quote.m4 (gl_QUOTE):
16205         * m4/quotearg.m4 (gl_QUOTEARG):
16206         * m4/readtokens.m4 (gl_READTOKENS):
16207         * m4/readutmp.m4 (gl_READUTMP):
16208         * m4/regex.m4 (gl_REGEX):
16209         * m4/safe-read.m4 (gl_SAFE_READ):
16210         * m4/safe-write.m4 (gl_SAFE_WRITE):
16211         * m4/same.m4 (gl_SAME):
16212         * m4/save-cwd.m4 (gl_SAVE_CWD):
16213         * m4/savedir.m4 (gl_SAVEDIR):
16214         * m4/settime.m4 (gl_SETTIME):
16215         * m4/sha1.m4 (gl_SHA1):
16216         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
16217         * m4/stat-macros.m4 (gl_STAT_MACROS):
16218         * m4/stat-time.m4 (gl_STAT_TIME):
16219         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
16220         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
16221         * m4/strdup.m4 (gl_FUNC_STRDUP):
16222         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
16223         * m4/strndup.m4 (gl_FUNC_STRNDUP):
16224         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
16225         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
16226         * m4/time_r.m4 (gl_TIME_R):
16227         * m4/timespec.m4 (gl_TIMESPEC):
16228         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
16229         * m4/unlinkdir.m4 (gl_UNLINKDIR):
16230         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
16231         * m4/userspec.m4 (gl_USERSPEC):
16232         * m4/utimecmp.m4 (gl_UTIMECMP):
16233         * m4/utimens.m4 (gl_UTIMENS):
16234         * m4/xalloc.m4 (gl_XALLOC):
16235         * m4/xgetcwd.m4 (gl_XGETCWD):
16236         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
16237         * m4/xreadlink.m4 (gl_XREADLINK):
16238         * m4/xstrtod.m4 (gl_XSTRTOD):
16239         * m4/yesno.m4 (gl_YESNO):
16240         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
16241         to get the necessary .h files and whatnot.
16242
16243 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
16244             Bruno Haible  <bruno@clisp.org>
16245
16246         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
16247         /bin/sh understanding of '!' conditional negation.
16248
16249 2006-08-21  Jim Meyering  <jim@meyering.net>
16250
16251         * modules/openat (Depends-on): Really alphabetize.
16252
16253         * modules/acl (Depends-on): Add error and quote.
16254
16255         * check-module (find_included_lib_files): Add at-func.c to the
16256         ok-to-include-more-than-once white list.
16257
16258         * modules/openat (Depends-on): Add lstat.  Alphabetize.
16259
16260 2006-08-21  Bruno Haible  <bruno@clisp.org>
16261
16262         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16263         Emit a pkgdata_DATA variable only if some snippets add contents to it.
16264         Reported by Martin Lambers <marlam@marlam.de>.
16265
16266 2006-08-21  Bruno Haible  <bruno@clisp.org>
16267
16268         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
16269         specify an installation location, don't emit a noinst_LIBRARIES or
16270         noinst_LTLIBRARIES assignment.
16271
16272 2006-08-21  Bruno Haible  <bruno@clisp.org>
16273
16274         BeOS portability.
16275         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
16276         BeOS has mbrtowc() but no <wctype.h>.
16277
16278 2006-08-21  Bruno Haible  <bruno@clisp.org>
16279
16280         BeOS portability.
16281         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
16282         exist.
16283
16284 2006-08-21  Bruno Haible  <bruno@clisp.org>
16285
16286         BeOS portability.
16287         * lib/mbchar.h: Include <wctype.h> only if it exists.
16288
16289 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         Remove files that are no longer needed by their respective modules.
16292         * m4/obstack.m4: Remove.
16293         * m4/strerror_r.m4: Remove.
16294         * m4/uint32_t.m4: Remove.
16295         * m4/uintptr_t.m4: Remove.
16296         * m4/ullong_max.m4: Remove.
16297         * m4/xstrtoimax.m4: Remove.
16298         * m4/xstrtoumax.m4: Remove.
16299
16300         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
16301         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
16302         dependencies now capture this.
16303
16304         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
16305         Do not use AC_LIBSOURCES, since gnulib modules now do this.
16306         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
16307         * m4/human.m4 (gl_HUMAN): Likewise.
16308         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
16309         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
16310
16311         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
16312
16313         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
16314         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
16315         stdint.
16316         * m4/human.m4 (gl_HUMAN): Likewise.
16317         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
16318         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
16319         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
16320         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
16321         * m4/xstrtol (gl_XSTRTOL): Likewise.
16322
16323         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
16324         AC_TYPE_LONG_LONG_INT.
16325         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
16326         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
16327         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
16328         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
16329
16330         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
16331         on stdbool.
16332
16333         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
16334         (gl_PREREQ_XSTRTOUL): Remove.
16335
16336         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
16337
16338         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
16339         mode.
16340
16341 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16342
16343         Add and change modules to make it easier for coreutils to use
16344         gnulib-tool.
16345         * modules/backupfile (Files): Remove m4/d-ino.m4.
16346         (Depends-on): Add d-ino.
16347         * modules/cycle-check (Depends-on): Add stdint.
16348         (lib_SOURCES): Add cycle-check.h.
16349         * modules/d-ino: New module.
16350         * modules/d-type: New module.
16351         * modules/error (Files): Remove m4/strerror_r.m4.
16352         * modules/filemode (Files): Add m4/st_dm_mode.m4.
16353         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
16354         m4/inttypes_h.m4, m4/uintmax_t.m4.
16355         (Depends-on): Add stdint.
16356         (lib_SOURCES): Add fsusage.h.
16357         * modules/getcwd (Files): Remove d-ino.m4.
16358         (Depends-on): Add d-ino.
16359         * modules/getndelim2 (Depends-on): Add stdint.
16360         * modules/glob (Files): Remove m4/d-type.m4.
16361         (Depends-on): Add d-type.
16362         * modules/host-os: New module.
16363         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
16364         m4/inttypes_h.m4, m4/uintmax_t.m4.
16365         * Depends-on: Add stdint.
16366         (lib_SOURCES): Add human.h.
16367         * modules/inttostr (Files): Remove m4/intmax_t.m4,
16368         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
16369         m4/uintmax_t.m4, m4/ulonglong.m4.
16370         (Depends-on): Add stdint.
16371         (EXTRA_DIST): Add inttostr.h.
16372         * modules/lchmod: New module.
16373         * modules/link-follow: New module.
16374         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
16375         (Depends-on): Add lchmod.
16376         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
16377         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
16378         (Depends-on): Add stdint.
16379         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
16380         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
16381         (Depends-on): Add stdint.
16382         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
16383         * modules/perl: New module.
16384         * modules/regex (Depends-on): Add stdint.
16385         * modules/rmdir-errno: New module.
16386         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
16387         m4/intmax_t.m4.
16388         (Depends-on): Add stdint.
16389         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
16390         m4/uintmax_t.m4.
16391         (Depends-on): Add stdint.
16392         * modules/unlink-busy: New module.
16393         * modules/utimecmp (Depends-on): Add stdint.
16394         * modules/uptime: New module.
16395         * modules/winsz-ioctl: New module.
16396         * modules/winsz-termios: New module.
16397         * modules/xnanosleep (Depends-on): Add nanosleep.
16398         * modules/ullong_max: Remove.
16399         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
16400         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
16401         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
16402         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
16403         (Depends-on): Add inttypes.
16404         (lib_SOURCES): Add xstrtol.h.
16405         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
16406         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
16407         * MODULES.html.sh: Move 'assert' into the assert section.
16408         Move 'dummy' into the linking section.
16409         Remove ullong_max.
16410         Add section for compatibility checks for POSIX:2001 functions,
16411         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
16412         winsz-ioctl, and winsz-termios into it.
16413         Add lchmod.
16414         Add top-level Misc section and put host-os, perl, and uptime
16415         into it.
16416
16417 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
16420         now assume the stdint module.  Do not include inttypes.h.
16421         * lib/fsusage.h: Likewise.
16422         * lib/getndelim2.c: Likewise.
16423         * lib/human.h: Likewise.
16424         * lib/inttostr.h: Likewise.
16425         * lib/obstack.c: Likewise.
16426         * lib/regex_internal.h: Likewise.
16427         * lib/tempname.c: Likewise.
16428         * lib/utimecmp.c: Likewise.
16429         * lib/xstrtol.h: Likewise.
16430
16431         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
16432
16433         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
16434         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
16435         * lib/xtime.h: Likewise.
16436
16437 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * modules/openat (Files): Add lib/fchmodat.c.
16440         Fixes problem reported by Jay Youngman.
16441
16442 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16443
16444         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
16445         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
16446
16447 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
16448             Bruno Haible  <bruno@clisp.org>
16449
16450         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
16451         and is a script that invokes bison. Tighten the code. Add comments.
16452
16453 2006-08-18  Jim Meyering  <jim@meyering.net>
16454
16455         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
16456         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
16457         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
16458         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
16459
16460 2006-08-18  Bruno Haible  <bruno@clisp.org>
16461
16462         * modules/bison-i18n: New file.
16463         * MODULES.html.sh (Internationalization functions): Add it.
16464
16465 2006-08-18  Bruno Haible  <bruno@clisp.org>
16466
16467         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
16468         sys/statvfs.h. When getmntinfo was found, check its declaration and
16469         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
16470
16471 2006-08-18  Bruno Haible  <bruno@clisp.org>
16472
16473         * m4/bison-i18n.m4: New file, from bison.
16474
16475 2006-08-18  Bruno Haible  <bruno@clisp.org>
16476
16477         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
16478         (ME_DUMMY): Treat "kernfs" as a dummy.
16479         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
16480
16481 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16482
16483         Update from coreutils.
16484
16485         2006-08-15  Jim Meyering  <jim@meyering.net>
16486
16487         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
16488
16489         2006-01-17  Jim Meyering  <jim@meyering.net>
16490
16491         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
16492
16493         2006-01-11  Jim Meyering  <jim@meyering.net>
16494
16495         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
16496         Check for the lchmod function.
16497
16498 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16499
16500         Update from coreutils.
16501
16502         * lib/__fpending.h: Add copyright notice.
16503         * lib/fprintftime.h: Likewise.
16504         * lib/savedir.c: Use (C) in copyright notice.
16505         * lib/savedir.h: Likewise.
16506
16507         2006-08-15  Jim Meyering  <jim@meyering.net>
16508
16509         * lib/at-func.c: New file, with the logic of all emulated at-functions.
16510         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
16511         in support of the EXPECTED_ERRNO macro.
16512         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
16513         definitions.  Instead, define the appropriate symbols and include
16514         "at-func.c".
16515         * lib/mkdirat.c (mkdirat): Likewise.
16516         * lib/fchmodat.c (fchmodat): Likewise.
16517         (ENOSYS): Remove definition.
16518         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
16519         it.  Don't include "unistd--.h" -- it wasn't ever used.
16520
16521         2006-01-17  Jim Meyering  <jim@meyering.net>
16522
16523         Rewrite fts.c not to change the current working directory,
16524         by using openat, fstatat, fdopendir, etc..
16525
16526         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
16527         (HAVE_OPENAT_SUPPORT): Define.
16528         [_LIBC] (fchdir): Don't undef or define; no longer used.
16529         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
16530         Now, this `function' always succeeds, and consumes its file descriptor
16531         parameter -- so callers must not close such FDs.  Update callers.
16532         (diropen_fd, opendirat, cwd_advance_fd): New functions.
16533         (diropen): Add parameter, SP.  Adjust all callers.
16534         Implement using diropen_fd, rather than open.
16535         (fts_open): Initialize new member, fts_cwd_fd.
16536         Remove fts_rft-setting code.
16537         (fts_close): Close fts_cwd_fd, if necessary.
16538         (__opendir2): Define in terms of opendir or opendirat,
16539         depending on whether the FST_NOCHDIR flag is set.
16540         (fts_build): Since fts_safe_changedir consumes its FD, and since
16541         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
16542         and close the dup'd file descriptor upon failure.
16543         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
16544         (fts_safe_changedir): Tweak semantics to reflect that this function
16545         now calls cwd_advance_fd and hence consumes its FD argument.
16546         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
16547         [struct FTS] (fts_rft): Remove now-unused member.
16548         [struct FTS] (fts_cycle.state): Improve comment.
16549
16550         * lib/openat.c (openat_needs_fchdir): New function.
16551         * lib/openat.h (openat_needs_fchdir): Declare it.
16552
16553 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16554
16555         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
16556         Problem and fix reported by Pádraig Brady in
16557         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
16558
16559 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16560
16561         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
16562
16563 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16564
16565         * lib/memcoll.c (memcoll): Optimize for the common case where the
16566         arguments are bytewise equal.
16567
16568 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16569
16570         * doc/regexprops-generic.texi: Add a copyright notice.
16571
16572 2006-08-15  Bruno Haible  <bruno@clisp.org>
16573
16574         * modules/tmpdir (License): Change to LGPL.
16575
16576 2006-08-15  Bruno Haible  <bruno@clisp.org>
16577
16578         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
16579         module.
16580
16581 2006-08-14  Simon Josefsson  <jas@extundo.com>
16582
16583         * config/srclist.txt: Add gnupload.
16584
16585 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16586
16587         Change copyright notice from LGPL 2 to GPL 2, since that's the
16588         standard form used in the gnulib repository.
16589         * tests/test-lock.c: Likewise.
16590         * tests/test-stdint.c: Likewise.
16591         * tests/test-tls.c: Likewise.
16592
16593         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
16594         prelude-manager.  User shorter URLs for GNU projects, without '?'.
16595         Add copyright notice.
16596
16597         * check-module: Add copyright notice.  Output a copyright
16598         notice if "--version" is specified.
16599         * modules/COPYING: New file.
16600         * tests/test-getaddrinfo.c: Add copyright notice.
16601         * tests/test-verify.c: Likewise.
16602
16603 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         Change copyright notice from LGPL 2 to GPL 2, since that's the
16606         standard form used in the gnulib repository.
16607         * lib/lock.c: LGPL -> GPL.
16608         * lib/lock.h: Likewise.
16609         * lib/strnlen1.c: Likewise.
16610         * lib/strnlen1.h: Likewise.
16611         * lib/tls.c: Likewise.
16612         * lib/tls.h: Likewise.
16613         * lib/tmpdir.c: Likewise.
16614
16615         * lib/TODO: Remove; this belongs only in coreutils.
16616
16617 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16618
16619         Add copyright notices to long-enough files that lack them, since
16620         otherwise the files aren't clearly free.  Use the same notice that
16621         getdate.texi already uses.
16622         * doc/alloca-opt.texi: Add copyright notice.
16623         * doc/alloca.texi: Likewise.
16624         * doc/ctime.texi: Likewise.
16625         * doc/functions.texi: Likewise.
16626         * doc/gcd.texi: Likewise.
16627         * doc/gnulib-tool.texi: Likewise.
16628         * doc/inet_ntoa.texi: Likewise.
16629         * doc/visibility.texi: Likewise.
16630
16631         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
16632         * doc/quote.texi: Add copyright notice.
16633
16634         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
16635         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
16636         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
16637         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
16638         is now obsolete, and give a pointer to the Sun list.
16639         Add copyright notice.
16640
16641 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * config/srclistvars.sh: Add copyright notice.
16644
16645 2006-08-14  Eric Blake  <ebb9@byu.net>
16646
16647         Import the following change from libc:
16648
16649         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
16650
16651         Upstream bug 2997.
16652         * lib/misc/error.c: Add space between program name and message if file
16653         name is missing.
16654
16655 2006-08-12  Karl Berry  <karl@gnu.org>
16656
16657         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
16658         remove, these originate in gnulib now.
16659
16660 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16661
16662         * doc/Makefile (standards.info standards.html standards.dvi):
16663         Also depend on make-stds.texi.
16664
16665 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16666
16667         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
16668         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
16669
16670         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
16671         in wchar_t.  Problem reported by Eric Blake.
16672
16673         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
16674         LEN is smaller than SIZE.  Suggested by Bruno Haible.
16675         Also, help the compiler to keep LEN in a register.
16676
16677 2006-08-11  Eric Blake  <ebb9@byu.net>
16678
16679         * users.txt: Sort.  Add tar.
16680
16681 2006-08-11  Bruno Haible  <bruno@clisp.org>
16682
16683         * users.txt: New file.
16684
16685 2006-08-11  Bruno Haible  <bruno@clisp.org>
16686
16687         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
16688         before <wchar.h>. Needed for OSF/1 and BSD/OS.
16689
16690 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16691
16692         * modules/snprintf (Depends-on): Remove minmax.
16693         (Maintainer): Add self and Bruno.
16694
16695 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * lib/.cppi-disable: Add snprintf.h, socket_.h.
16698         * lib/snprintf.c: Include <errno.h> and <limits.h>.
16699         (EOVERFLOW): Define if the system does not.
16700         Do not include "minmax.h"; it wasn't used.
16701         (snprintf): Don't assume size_t promotes to an unsigned type.
16702         Fix bug when generated string was too long for the buffer: the
16703         buffer's contents are supposed to be the initial prefix of the
16704         output.  Don't assume vasnprintf returns EOVERFLOW if the size
16705         exceeds INT_MAX; do the check ourselves.
16706
16707         Import the following changes from libc:
16708
16709         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
16710
16711         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
16712         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
16713         set wc to the byte which couldn't be converted.
16714         (re_string_reconstruct): Don't clear valid_raw_len before calling
16715         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
16716         tip_context using re_string_context_at.
16717
16718         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
16719
16720         * lib/posix/regex.h: g++ still cannot handled [restrict].
16721
16722         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
16723
16724         * lib/posix/regex.h: Remove special handling for VMS.
16725
16726 2006-08-10  Jim Meyering  <jim@meyering.net>
16727
16728         * modules/same-inode: New module.
16729         * modules/dev-ino: New module.
16730         * modules/cycle-check: Depend on these modules, rather than simply
16731         including their .h files.
16732         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
16733         required via m4/cycle-check.m4.
16734         * modules/same: Depend on new same-inode module, rather than
16735         including same-inode.h.
16736         * modules/chdir-safer: New file.
16737
16738         * modules/chown (Depends-on): Add stat-macros.
16739
16740 2006-08-10  Jim Meyering  <jim@meyering.net>
16741
16742         * m4/cycle-check.m4: New file.
16743         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
16744         * m4/dev-ino.m4, m4/same-inode.m4: New files.
16745
16746 2006-08-10  Eric Blake  <ebb9@byu.net>
16747
16748         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
16749         in from original proposal.
16750
16751 2006-08-10  Eric Blake  <ebb9@byu.net>
16752         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16753
16754         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
16755         namespace.
16756
16757 2006-08-10  Bruno Haible  <bruno@clisp.org>
16758
16759         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
16760         as well.
16761
16762 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         Sync from coreutils.
16765
16766         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
16767
16768         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
16769         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
16770
16771 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * modules/restrict: Remove; no longer needed now that we assume
16774         Autoconf 2.59 or later.
16775         * MODULES.html.sh: Remove 'restrict'.
16776         * modules/argp (Depends-on): Remove 'restrict'.
16777         * modules/base64 (Depends-on): Likewise.
16778         * modules/gc (Depends-on): Likewise.
16779         * modules/getaddrinfo (Depends-on): Likewise.
16780         * modules/glob (Depends-on): Likewise.
16781         * modules/inet_ntop (Depends-on): Likewise.
16782         * modules/inet_pton (Depends-on): Likewise.
16783         * modules/memxor (Depends-on): Likewise.
16784         * modules/regex (Depends-on): Likewise.
16785         * modules/strtok_r (Depends-on): Likewise.
16786         * modules/time_r (Depends-on): Likewise.
16787
16788 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16789
16790         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
16791         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
16792         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16793         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
16794         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
16795         * m4/memxor.m4 (gl_MEMXOR): Likewise.
16796         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
16797         gl_C_RESTRICT replaced by AC_C_RESTRICT.
16798
16799         Merge from coreutils.
16800         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
16801         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
16802         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16803         * m4/time_r.m4 (gl_TIME_R): Likewise.
16804
16805 2006-08-09  Karl Berry  <karl@gnu.org>
16806
16807         * config/srclist.txt: no more gettext-tools, per Bruno.
16808
16809 2006-08-08  Eric Blake  <ebb9@byu.net>
16810
16811         * modules/verror: New module.
16812         * MODULES.html.sh: Document it.
16813
16814 2006-08-08  Eric Blake  <ebb9@byu.net>
16815
16816         * lib/verror.h, lib/verror.c: New files.
16817
16818 2006-08-08  Eric Blake  <ebb9@byu.net>
16819
16820         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
16821         verror_at_line output complies with GNU Coding Standards even when
16822         file is NULL.
16823
16824 2006-08-07  Bruno Haible  <bruno@clisp.org>
16825
16826         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
16827         versions of AIX.
16828         Reported by Ralf Wildenhues.
16829
16830 2006-08-07  Bruno Haible  <bruno@clisp.org>
16831
16832         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
16833         in an AC_DEFUN. Needed so that the autoconf snippets can use
16834         AC_REQUIRE.
16835
16836 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16837
16838         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16839         Initialize pkgdata_DATA.
16840         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
16841         overriding it.
16842
16843 2006-08-06  Eric Blake  <ebb9@byu.net>
16844
16845         * lib/error.h: Fold in some upstream changes from glibc.
16846         * lib/error.c: Likewise.
16847
16848 2006-08-04  Bruno Haible  <bruno@clisp.org>
16849
16850         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16851         Make the mostlyclean-local rule depend on mostlyclean-generic.
16852         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
16853
16854 2006-07-31  Bruno Haible  <bruno@clisp.org>
16855
16856         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
16857         <stdlib.h>, <string.h>.
16858
16859 2006-07-30  Bruno Haible  <bruno@clisp.org>
16860
16861         * modules/readlink (License): Change to LGPL.
16862
16863 2006-07-30  Bruno Haible  <bruno@clisp.org>
16864
16865         * modules/javaversion (Makefile.am): Distribute javaversion.java and
16866         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
16867         set PKGDATADIR to point to it.
16868
16869 2006-07-30  Bruno Haible  <bruno@clisp.org>
16870
16871         * modules/csharpexec (configure.ac): Comment out macro invocation.
16872         * modules/javaexec (configure.ac): Likewise.
16873         * modules/javacomp-script (configure.ac): Likewise.
16874
16875         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
16876
16877 2006-07-30  Bruno Haible  <bruno@clisp.org>
16878
16879         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
16880         linked-list.
16881
16882 2006-07-30  Bruno Haible  <bruno@clisp.org>
16883
16884         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
16885
16886 2006-07-30  Bruno Haible  <bruno@clisp.org>
16887
16888         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16889         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
16890         get removed.
16891
16892 2006-07-29  Bruno Haible  <bruno@clisp.org>
16893
16894         Make it possible for gnulib-tool to work with locally modified or
16895         augmented gnulib repositories.
16896         * gnulib-tool (func_usage): Document --local-dir option.
16897         (local_gnulib_dir): New variable.
16898         Handle --local-dir option.
16899         (func_lookup_file): New function.
16900         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
16901         (func_get_description, func_get_filelist, func_get_description,
16902         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
16903         func_get_automake_snippet, func_get_include_directive,
16904         func_get_license, func_get_maintainer): Use func_lookup_file.
16905         (func_import, func_create_testdir): Use func_lookup_file.
16906
16907 2006-07-29  Bruno Haible  <bruno@clisp.org>
16908
16909         * modules/setenv (Depends-on): Add unistd.
16910
16911 2006-07-29  Bruno Haible  <bruno@clisp.org>
16912
16913         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
16914
16915 2006-07-29  Bruno Haible  <bruno@clisp.org>
16916
16917         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
16918
16919 2006-07-29  Bruno Haible  <bruno@clisp.org>
16920
16921         * gnulib-tool (import, update): If there is no Makefile.am, look at
16922         aclocal.m4, instead of bailing out.
16923
16924 2006-07-29  Bruno Haible  <bruno@clisp.org>
16925
16926         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
16927         Categorize the options by when they are useful.
16928
16929 2006-07-29  Bruno Haible  <bruno@clisp.org>
16930
16931         * gnulib-tool (func_usage): Document option --no-libtool.
16932         Handle option --no-libtool.
16933         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
16934         for changed semantics of $libtool variable.
16935         (func_import): Likewise. If libtool is not used, show this through
16936         an option --no-libtool.
16937         (func_create_testdir): Update.
16938
16939 2006-07-29  Bruno Haible  <bruno@clisp.org>
16940
16941         * gnulib-tool (func_import): Extend error message about missing
16942         --doc-base.
16943
16944 2006-07-29  Bruno Haible  <bruno@clisp.org>
16945
16946         * gnulib-tool (func_import): Don't create the $docbase directory if
16947         there is no file to store there.
16948
16949 2006-07-29  Bruno Haible  <bruno@clisp.org>
16950
16951         * gnulib-tool (autoconf_minversion): If a --dir option is given and
16952         relevant, look for configure.ac there, not in the current directory.
16953         Also use a simple search for AC_PREREQ, not "autoconf --trace".
16954
16955 2006-07-29  Bruno Haible  <bruno@clisp.org>
16956
16957         * gnulib-tool (SORT): New variable.
16958         (func_usage): Undocument --assume-autoconf option.
16959         Remove --assume-autoconf option handling.
16960         (autoconf_minversion): Determine from the contents of configure.ac.
16961         (func_import): Remove autoconf_minversion handling.
16962         Suggested by Eric Blake.
16963
16964 2006-07-29  Bruno Haible  <bruno@clisp.org>
16965
16966         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
16967
16968 2006-07-29  Bruno Haible  <bruno@clisp.org>
16969
16970         * config/srclist.txt (*setenv.[ch]): Remove rules.
16971
16972 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16973
16974         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
16975
16976 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16977
16978         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
16979         arpa/inet.h.
16980
16981 2006-07-28  Simon Josefsson  <jas@extundo.com>
16982
16983         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
16984         * modules/inet_pton (Depends-on): Likewise.
16985
16986 2006-07-28  Simon Josefsson  <jas@extundo.com>
16987
16988         * m4/netinet_in_h.m4: New file.
16989
16990 2006-07-28  Simon Josefsson  <jas@extundo.com>
16991
16992         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
16993         #include's.
16994
16995 2006-07-28  Simon Josefsson  <jas@extundo.com>
16996
16997         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
16998         #include's.
16999
17000 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
17001
17002         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
17003         setgid on directories only if they set these bits.
17004         * lib/modechange.h: Remove obsolete comment about masks.
17005
17006 2006-07-28  Eric Blake  <ebb9@byu.net>
17007
17008         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
17009         macro expansion.
17010
17011 2006-07-28  Bruno Haible  <bruno@clisp.org>
17012
17013         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
17014
17015 2006-07-28  Bruno Haible  <bruno@clisp.org>
17016
17017         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
17018
17019 2006-07-28  Bruno Haible  <bruno@clisp.org>
17020
17021         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
17022         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
17023         Define fallbacks.
17024         Avoids link error on FreeBSD 4.x.
17025         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17026
17027         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
17028         encoding.
17029         * lib/mbswidth.c (iswcntrl): Likewise.
17030
17031 2006-07-27  Bruno Haible  <bruno@clisp.org>
17032
17033         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
17034         test.
17035
17036 2006-07-27  Bruno Haible  <bruno@clisp.org>
17037
17038         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
17039         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
17040         defined.
17041
17042 2006-07-26  Eric Blake  <ebb9@byu.net>
17043
17044         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
17045
17046 2006-07-26  Eric Blake  <ebb9@byu.net>
17047
17048         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
17049         like mingw that lack mkstemp.
17050         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
17051         avoid compilation warning on mingw.
17052
17053 2006-07-26  Bruno Haible  <bruno@clisp.org>
17054
17055         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
17056         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
17057         INT_FAST*_MIN, INTPTR_MIN.
17058
17059 2006-07-25  Bruno Haible  <bruno@clisp.org>
17060
17061         * modules/version-etc (Depends-on): Add stdarg.
17062
17063 2006-07-25  Bruno Haible  <bruno@clisp.org>
17064
17065         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
17066         complex commands.
17067
17068 2006-07-25  Bruno Haible  <bruno@clisp.org>
17069
17070         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
17071         defined in <stdarg.h> or config.h.
17072
17073 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
17074
17075         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
17076         (gl_STDIO_SAFER): Remove.
17077
17078 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * MODULES.html.sh (File stream based Input/Output):
17081         Add fopen-safer, tmpfile-safer; remove stdio-safer.
17082         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
17083         * modules/fopen-safer, modules/tmpfile-safer: New files.
17084         * modules/stdio-safer: Remove.
17085
17086 2006-07-24  Bruno Haible  <bruno@clisp.org>
17087
17088         * modules/tmpdir: New file.
17089         * MODULES.html.sh (File system functions): Add it.
17090
17091 2006-07-24  Bruno Haible  <bruno@clisp.org>
17092
17093         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
17094         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
17095
17096 2006-07-24  Bruno Haible  <bruno@clisp.org>
17097
17098         * modules/clean-temp: New file.
17099
17100 2006-07-24  Bruno Haible  <bruno@clisp.org>
17101
17102         * m4/tmpdir.m4: New file, from GNU gettext.
17103
17104 2006-07-24  Bruno Haible  <bruno@clisp.org>
17105
17106         * lib/tmpdir.h: New file, from GNU gettext.
17107         * lib/tmpdir.c: New file, from GNU gettext.
17108
17109 2006-07-24  Bruno Haible  <bruno@clisp.org>
17110
17111         * lib/clean-temp.h: New file, from GNU gettext.
17112         * lib/clean-temp.c: New file, from GNU gettext.
17113
17114 2006-07-23  Eric Blake  <ebb9@byu.net>
17115
17116         * modules/stdio-safer (Files): Add tmpfile-safer.c.
17117         (Depends-on): Add binary-io.
17118
17119 2006-07-23  Eric Blake  <ebb9@byu.net>
17120
17121         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
17122
17123 2006-07-23  Eric Blake  <ebb9@byu.net>
17124
17125         * lib/tmpfile-safer.c: New file.
17126         * lib/stdio-safer.h (fopen_safer): Add prototype.
17127         * lib/stdio--.h (tmpfile): Make safer.
17128
17129 2006-07-23  Bruno Haible  <bruno@clisp.org>
17130
17131         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
17132         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
17133         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
17134         gl_linked_remove_at): Use it.
17135
17136 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17137         and Simon Josefsson <jas@extundo.com>
17138
17139         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
17140
17141         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
17142
17143 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17144
17145         * modules/close-stream: New file.
17146         * modules/closeout (Description): Make it clear that it exits
17147         with a diagnostic on error.
17148         (Depends-on): Add close-stream.  Remove fpending, stdbool.
17149         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
17150
17151 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17152
17153         * m4/close-stream.m4: New file.
17154
17155 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17156
17157         * lib/close-stream.c, lib/close-stream.h: New files.
17158
17159 2006-07-22  Bruno Haible  <bruno@clisp.org>
17160
17161         Merge from GNU gettext 0.15.
17162
17163         2006-05-01  Bruno Haible  <bruno@clisp.org>
17164
17165                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
17166
17167         2006-07-22  Bruno Haible  <bruno@clisp.org>
17168
17169                 * modules/javaversion: New file.
17170                 * MODULES.html.sh (Java): Add javaversion.
17171
17172         2006-03-12  Bruno Haible  <bruno@clisp.org>
17173
17174                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
17175
17176         2005-12-04  Bruno Haible  <bruno@clisp.org>
17177
17178                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
17179                 (untested).
17180
17181         2006-06-21  Bruno Haible  <bruno@clisp.org>
17182
17183                 Avoid warnings from recent versions of mcs.
17184                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
17185                 -o, -L, -r any more. Use options documented since mcs-1.0
17186                 instead. Similarly for -g.
17187
17188         2005-12-04  Bruno Haible  <bruno@clisp.org>
17189
17190                 * build-aux/csharpcomp.sh.in: Suffix for resources is
17191                 .resources, not .resource.
17192
17193         2005-07-09  Bruno Haible  <bruno@clisp.org>
17194
17195                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
17196                 add a .dll suffix.
17197                 Reported by Mark Junker <mjscod@gmx.de>.
17198
17199         2006-07-22  Bruno Haible  <bruno@clisp.org>
17200
17201                 * modules/gettext: Upgrade to gettext-0.15.
17202                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
17203                 m4/visibility.m4.
17204                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
17205
17206 2006-07-22  Bruno Haible  <bruno@clisp.org>
17207
17208         Merge from GNU gettext 0.15.
17209
17210         2006-03-25  Bruno Haible  <bruno@clisp.org>
17211
17212                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
17213
17214         2006-07-21  Bruno Haible  <bruno@clisp.org>
17215
17216                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
17217                 "1.1".
17218
17219         2006-05-09  Bruno Haible  <bruno@clisp.org>
17220
17221                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
17222                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
17223                 for the conftestver execution.
17224
17225         2006-05-01  Bruno Haible  <bruno@clisp.org>
17226
17227                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
17228                 optional target-version argument. Verify that the compiler
17229                 groks source of the specified source-version, or add -source
17230                 option as necessary. Verify that the compiler produces
17231                 bytecode in the specified target-version, or add -target and
17232                 -source options as necessary. Make the result of the test
17233                 available as variable CONF_JAVAC. Also log error output in
17234                 config.log.
17235
17236         2006-03-11  Bruno Haible  <bruno@clisp.org>
17237
17238                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
17239
17240         2006-05-09  Bruno Haible  <bruno@clisp.org>
17241
17242                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
17243                 CLASSPATH_SEPARATOR to a semicolon.
17244
17245         2006-03-12  Bruno Haible  <bruno@clisp.org>
17246
17247                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
17248                 available as variable CONF_JAVA, for subsequent autoconf
17249                 tests. Also log error output in config.log.
17250
17251         2006-07-19  Bruno Haible  <bruno@clisp.org>
17252
17253                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
17254                 that getline works on glibc2 systems. Needed to avoid trouble
17255                 in relocatable.c.
17256                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
17257
17258         2005-12-04  Bruno Haible  <bruno@clisp.org>
17259
17260                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
17261                 launcher (untested).
17262
17263         2005-12-04  Bruno Haible  <bruno@clisp.org>
17264
17265                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
17266
17267         2006-07-22  Bruno Haible  <bruno@clisp.org>
17268
17269                 * gettext.m4: Update from GNU gettext-0.15.
17270                 * nls.m4: Likewise.
17271                 * po.m4: Likewise.
17272                 * inttypes-pri.m4: Likewise.
17273                 * inttypes-h.m4: Renamed from inttypes.m4.
17274                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
17275
17276 2006-07-22  Bruno Haible  <bruno@clisp.org>
17277
17278         Merge from GNU gettext 0.15.
17279
17280         2005-07-05  Bruno Haible  <bruno@clisp.org>
17281
17282                 * printf-args.c (printf_fetchargs): Work around broken
17283                 definition of wint_t on mingw.
17284
17285         2005-02-12  Bruno Haible  <bruno@clisp.org>
17286
17287                 * xallocsa.h: Add extern "C" for C++.
17288
17289         2006-05-17  Bruno Haible  <bruno@clisp.org>
17290
17291                 Cygwin portability.
17292                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
17293
17294         2006-04-30  Bruno Haible  <bruno@clisp.org>
17295
17296                 * progreloc.c: Include <mach-o/dyld.h> if available.
17297                 (find_executable): Use _NSGetExecutablePath when possible.
17298
17299         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17300
17301                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
17302                 function.
17303
17304         2005-12-29  Bruno Haible  <bruno@clisp.org>
17305
17306                 * progreloc.c (set_program_name_and_installdir): Fix
17307                 compilation error.
17308
17309         2005-12-04  Bruno Haible  <bruno@clisp.org>
17310
17311                 Cygwin portability.
17312                 * progreloc.c: Include <windows.h> also on Cygwin.
17313                 (find_executable): Add support for Cygwin.
17314                 (set_program_name_and_installdir): Handle also platforms with
17315                 nonempty EXEEXT.
17316
17317         2006-07-11  Bruno Haible  <bruno@clisp.org>
17318
17319                 * javacomp.c: Fix a comment.
17320                 Reported by Jim Meyering.
17321
17322         2006-04-30  Bruno Haible  <bruno@clisp.org>
17323
17324                 * javacomp.h (compile_java_class): Add source_version,
17325                 target_version arguments.
17326                 * javacomp.c: Rewritten to choose only a compiler that
17327                 respects the specified source_version and target_version.
17328
17329         2006-06-27  Bruno Haible  <bruno@clisp.org>
17330
17331                 Assume correct S_ISDIR macro.
17332                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
17333
17334         2006-07-22  Bruno Haible  <bruno@clisp.org>
17335
17336                 * javaversion.h: New file, from GNU gettext.
17337                 * javaversion.c: New file, from GNU gettext.
17338                 * javaversion.java: New file, from GNU gettext.
17339                 * javaversion.class: New file, from GNU gettext.
17340
17341         2006-05-17  Bruno Haible  <bruno@clisp.org>
17342
17343                 Cygwin portability.
17344                 * javaexec.c (execute_java_class): Test for jview program
17345                 also on Cygwin.
17346
17347         2006-04-09  Bruno Haible  <bruno@clisp.org>
17348
17349                 * fatal-signal.c: Don't include string.h.
17350                 (at_fatal_signal): Use a copying loop instead of memcpy.
17351
17352         2005-12-04  Bruno Haible  <bruno@clisp.org>
17353
17354                 * csharpexec.c: Add support for 'clix' launcher (untested).
17355                 (execute_csharp_using_sscli): New function.
17356                 (execute_csharp_program): Call it.
17357
17358         2006-06-21  Bruno Haible  <bruno@clisp.org>
17359
17360                 Avoid warnings from recent versions of mcs.
17361                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
17362                 -o, -L, -r any more. Use options documented since mcs-1.0
17363                 instead. Similarly for -g.
17364
17365         2005-07-09  Bruno Haible  <bruno@clisp.org>
17366
17367                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
17368                 add a .dll suffix.
17369                 Reported by Mark Junker <mjscod@gmx.de>.
17370
17371         2006-06-17  Bruno Haible  <bruno@clisp.org>
17372
17373                 * config.charset: Update for NetBSD 3.0.
17374
17375         2006-05-17  Bruno Haible  <bruno@clisp.org>
17376
17377                 Cygwin portability.
17378                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
17379
17380         2006-05-16  Bruno Haible  <bruno@clisp.org>
17381
17382                 * localcharset.c [CYGWIN]: Include <windows.h>.
17383                 (get_charset_aliases): For Cygwin, return the same CPxxx
17384                 aliases list as under WIN32.
17385                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
17386                 the environment variables. Fall back to GetACP().
17387
17388         2006-04-05  Bruno Haible  <bruno@clisp.org>
17389
17390                 * config.charset: Update Juan Manuel Guerrero's address.
17391
17392         2005-02-12  Bruno Haible  <bruno@clisp.org>
17393
17394                 * allocsa.h: Add extern "C" for C++.
17395
17396         2005-02-10  Bruno Haible  <bruno@clisp.org>
17397
17398                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
17399                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
17400
17401         2006-07-22  Bruno Haible  <bruno@clisp.org>
17402
17403                 * gettext.h: Update to GNU gettext-0.15.
17404
17405 2006-07-22  Bruno Haible  <bruno@clisp.org>
17406
17407         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
17408         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
17409         lib-prefix.m4, longdouble.m4, ssize_t.m4.
17410
17411 2006-07-21  Eric Blake  <ebb9@byu.net>
17412
17413         * modules/stdlib-safer: New file.
17414         * MODULES.html.sh (File stream based Input/Output): Add
17415         stdlib-safer.
17416
17417 2006-07-21  Eric Blake  <ebb9@byu.net>
17418
17419         * lib/stdlib-safer.h: New file from coreutils, required by
17420         stdlib--.h.
17421
17422 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
17423
17424         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
17425
17426 2006-07-20  Bruno Haible  <bruno@clisp.org>
17427
17428         * gnulib-tool: Recognize new option --assume-autoconf.
17429         (autoconf_minversion): New variable.
17430         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
17431
17432 2006-07-20  Bruno Haible  <bruno@clisp.org>
17433
17434         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
17435
17436 2006-07-19  Derek R. Price  <derek@ximbiot.com>
17437
17438         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
17439         Reindent and repaginate.
17440
17441 2006-07-19  Derek Price  <derek@ximbiot.com>
17442
17443         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
17444         Correct grammar.
17445
17446 2006-07-17  Bruno Haible  <bruno@clisp.org>
17447
17448         * modules/list: New file.
17449         * modules/array-list: New file.
17450         * modules/carray-list, modules/carray-list-tests: New files.
17451         * modules/linked-list, modules/linked-list-tests: New files.
17452         * modules/avltree-list, modules/avltree-list-tests: New files.
17453         * modules/rbtree-list, modules/rbtree-list-tests: New files.
17454         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
17455         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
17456         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
17457         * modules/oset: New file.
17458         * modules/array-oset: New file.
17459         * modules/avltree-oset, modules/avltree-oset-tests: New files.
17460         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
17461         * tests/test-carray_list.c: New file.
17462         * tests/test-linked_list.c: New file.
17463         * tests/test-avltree_list.c: New file.
17464         * tests/test-rbtree_list.c: New file.
17465         * tests/test-linkedhash_list.c: New file.
17466         * tests/test-avltreehash_list.c: New file.
17467         * tests/test-rbtreehash_list.c: New file.
17468         * tests/test-avltree_oset.c: New file.
17469         * tests/test-rbtree_oset.c: New file.
17470         * MODULES.html.sh (Container data structures): New section.
17471
17472 2006-07-17  Bruno Haible  <bruno@clisp.org>
17473
17474         * m4/gl_list.m4: New file.
17475
17476 2006-07-17  Bruno Haible  <bruno@clisp.org>
17477
17478         * lib/gl_list.h: New file.
17479         * lib/gl_list.c: New file.
17480         * lib/gl_array_list.h: New file.
17481         * lib/gl_array_list.c: New file.
17482         * lib/gl_carray_list.h: New file.
17483         * lib/gl_carray_list.c: New file.
17484         * lib/gl_linked_list.h: New file.
17485         * lib/gl_linked_list.c: New file.
17486         * lib/gl_anylinked_list1.h: New file.
17487         * lib/gl_anylinked_list2.h: New file.
17488         * lib/gl_avltree_list.h: New file.
17489         * lib/gl_avltree_list.c: New file.
17490         * lib/gl_anyavltree_list1.h: New file.
17491         * lib/gl_anyavltree_list2.h: New file.
17492         * lib/gl_rbtree_list.h: New file.
17493         * lib/gl_rbtree_list.c: New file.
17494         * lib/gl_anyrbtree_list1.h: New file.
17495         * lib/gl_anyrbtree_list2.h: New file.
17496         * lib/gl_anytree_list1.h: New file.
17497         * lib/gl_anytree_list2.h: New file.
17498         * lib/gl_linkedhash_list.h: New file.
17499         * lib/gl_linkedhash_list.c: New file.
17500         * lib/gl_anyhash_list1.h: New file.
17501         * lib/gl_anyhash_list2.h: New file.
17502         * lib/gl_avltreehash_list.h: New file.
17503         * lib/gl_avltreehash_list.c: New file.
17504         * lib/gl_rbtreehash_list.h: New file.
17505         * lib/gl_rbtreehash_list.c: New file.
17506         * lib/gl_anytreehash_list1.h: New file.
17507         * lib/gl_anytreehash_list2.h: New file.
17508
17509         * lib/gl_oset.h: New file.
17510         * lib/gl_oset.c: New file.
17511         * lib/gl_array_oset.h: New file.
17512         * lib/gl_array_oset.c: New file.
17513         * lib/gl_avltree_oset.h: New file.
17514         * lib/gl_avltree_oset.c: New file.
17515         * lib/gl_rbtree_oset.h: New file.
17516         * lib/gl_rbtree_oset.c: New file.
17517         * lib/gl_anytree_oset.h: New file.
17518
17519 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17520
17521         * m4/mkancesdirs.m4: New file.
17522         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
17523         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
17524         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
17525         it.
17526
17527 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17528
17529         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
17530         * lib/mkancesdirs.h: New files.
17531         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
17532         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
17533         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
17534         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
17535         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
17536         callers changed.  Revamp internals significantly, by not
17537         attempting to create directories that are temporarily more
17538         permissive than the final results.  Do not attempt to use
17539         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
17540         This removes some race conditions, fixes some bugs, and simplifies
17541         things.  Use new dirchownmod function to do owner and mode changes.
17542         * lib/mkdir-p.h: Likewise.
17543         * lib/modechange.c (octal_to_mode): New function.
17544         (struct mode_change): New member mentioned.
17545         (make_node_op_equals): New arg mentioned.  All callers changed.
17546         (mode_compile): Keep track of which mode bits the user has explicitly
17547         mentioned.
17548         (mode_adjust): New arg DIR, so that we implement the X op correctly.
17549         New arg PMODE_BITS, to keep track of which mode bits the user
17550         mentioned; it treats S_ISUID and S_ISGID speciall.
17551         All callers changed.
17552         * lib/modechange.h: Likewise.
17553
17554 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17555
17556         * MODULES.html.sh: Add mkancestors.
17557         * modules/mkancesdirs: New module.
17558         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
17559         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
17560         The chdir-safer and afs files are now orphans; I'll remove them
17561         unless someone speaks up.
17562         Add lib/dirchownmod.c, lib/dirchownmod.h.
17563         (Depends-on): Remove alloca, chown, save-cwd, dirname.
17564         Add lchown, mkancesdirs.
17565         (Maintainer): Add self.
17566
17567 2006-07-15  Karl Berry  <karl@gnu.org>
17568
17569         * gnulib-tool: help message wording/arrangement.
17570
17571 2006-07-14  Simon Josefsson  <jas@extundo.com>
17572
17573         * doc/gnulib.texi (Libtool and Windows): New section.
17574
17575 2006-07-12  Simon Josefsson  <jas@extundo.com>
17576
17577         * modules/gendocs (License): Fix license, approved by Karl.
17578
17579 2006-07-12  Eric Blake  <ebb9@byu.net>
17580
17581         * MODULES.html.sh: Add gendocs.
17582
17583 2006-07-11  Eric Blake  <ebb9@byu.net>
17584
17585         * modules/fdl: New module, to install doc/fdl.texi.
17586         * MODULES.html.sh: Add new section for documentation modules.
17587         * gnulib-tool: Avoid space-tab.
17588         (--doc-base): New option, to manage files from doc.
17589
17590 2006-07-11  Eric Blake  <ebb9@byu.net>
17591
17592         * m4/absolute-header.m4: Fix comments to match recent change.
17593
17594 2006-07-11  Eric Blake  <ebb9@byu.net>
17595
17596         * gnulib-tool: List --doc-base before --tests-base.
17597
17598 2006-07-11  Derek R. Price  <derek@ximbiot.com>
17599
17600         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
17601
17602 2006-07-11  Bruno Haible  <bruno@clisp.org>
17603
17604         * README: Mention where to put documentation.
17605
17606 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17607
17608         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
17609
17610 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
17611
17612         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
17613         to stdint.m4.
17614
17615 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
17616
17617         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
17618         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
17619         "no/such/file/stdint.h" when there is no such file, so that
17620         the resulting C code can be parsed by dodgy compilers.
17621         Problems reported by Bob Proulx.
17622
17623 2006-07-10  Derek R. Price  <derek@ximbiot.com>
17624
17625         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
17626         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
17627         macros into the GNU _D_EXACT_NAMLEN.
17628         * lib/savedir.c:  Likewise.
17629         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
17630
17631 2006-07-10  Derek R. Price  <derek@ximbiot.com>
17632         and Paul Eggert  <eggert@cs.ucla.edu>
17633
17634         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
17635         * m4/savedir.m4:
17636         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
17637         macros into the GNU _D_EXACT_NAMLEN.
17638
17639 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17640
17641         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
17642         around the absolute name, to work around a problem with the HP-UX
17643         11.23 native C compiler, reported by Bob Proulx.
17644
17645 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17646
17647         * doc/maintain.texi, make-stds.texi: Sync from
17648         <http://savannah.gnu.org/projects/gnustandards>.
17649
17650 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17651
17652         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
17653
17654 2006-07-09  Jim Meyering  <jim@meyering.net>
17655
17656         * m4/glob.m4: Remove a doubled word in a comment.
17657
17658 2006-07-09  Jim Meyering  <jim@meyering.net>
17659
17660         * lib/argp-pv.c: Remove a doubled word in a comment.
17661         * lib/check-version.c (check_version): Likewise.
17662         * lib/javacomp.c (compile_java_class): Likewise.
17663
17664 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
17665
17666         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
17667         for the benefit of people using Autoconf 2.60.  If you want to
17668         support older Autoconf versions you can copy m4/onceonly_2_57.m4
17669         (or m4/onceonly.m4, if pre-2.57) manually.
17670
17671 2006-07-08  Jim Meyering  <jim@meyering.net>
17672
17673         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
17674         comment.
17675         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
17676         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
17677         comment.
17678
17679 2006-07-08  Jim Meyering  <jim@meyering.net>
17680
17681         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
17682
17683 2006-07-07  Simon Josefsson  <jas@extundo.com>
17684
17685         * tests/test-crc.c: Change expected crc value, the test vector
17686         were probably computed using the old broken crc.c?
17687
17688 2006-07-06  Simon Josefsson  <jas@extundo.com>
17689
17690         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
17691         now the canonical place for the M4 file).
17692
17693         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
17694         from the sys_socket dependency now.
17695
17696         * modules/inet_pton (Files): Ditto.
17697
17698         * modules/inet_ntop (Files): Ditto.
17699
17700 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17701
17702         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
17703         not gl_PREREQ_GETUSERSHELL.
17704
17705 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17706
17707         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
17708         with only one argument, for Autoconf 2.60.
17709         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
17710         expand to nothing, so add a shell command to avoid syntax error.
17711         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17712
17713 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17714
17715         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
17716
17717 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17718
17719         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
17720         no longer needed.  Check for isblank decl.
17721         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
17722         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
17723         of existence.
17724
17725 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17726
17727         * lib/getloadavg.c: Use __VMS, not VMS.
17728         * lib/getopt.c: Likewise.
17729         * lib/getpagesize.h: Likewise.
17730         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
17731         and probably does not work.
17732
17733 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17734
17735         * lib/.cppi-disable: Add wcwidth.
17736         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
17737         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
17738         (ISGRAPH): Remove.  All uses changed to isgraph.
17739         (FOLD) [!defined _LIBC]: Remove special case.
17740         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
17741         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
17742         HAVE_ISBLANK.
17743         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
17744         case.
17745
17746 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
17747
17748         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
17749         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
17750         brackets.  Other minor changes to suppress some compiler
17751         warnings.
17752
17753 2006-07-06  Derek R. Price  <derek@ximbiot.com>
17754         and Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
17757         of invoking obsolescent AC_HEADER_DIRENT macro.
17758         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
17759         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
17760         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
17761         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
17762         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
17763         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17764         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
17765         * m4/readdir.m4: Remove; no longer needed.
17766
17767 2006-07-06  Derek R. Price  <derek@ximbiot.com>
17768         and Paul Eggert  <eggert@cs.ucla.edu>
17769
17770         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
17771         Don't worry about this obsolete case any more.
17772         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
17773         directories.
17774         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
17775         worry about this obsolete case any more.
17776         * lib/fts.c: Likewise.
17777         * lib/getcwd.c: Likewise.
17778         * lib/glob.h: Likewise.
17779         * lib/savedir.c: Likewise.
17780
17781 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17782
17783         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
17784         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
17785         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
17786         needed.
17787         All uses removed.
17788         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17789         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
17790         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
17791         needed.
17792         * m4/getdate.m4 (gl_GETDATE): Likewise.
17793         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
17794         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
17795         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
17796         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17797         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
17798         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17799         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
17800         needed.
17801
17802 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17803
17804         * lib/memcasecmp.c: Include <limits.h>.
17805         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
17806         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
17807         Don't assume isdigit succeeds only on '0' through '9'.
17808
17809 2006-07-05  Eric Blake  <ebb9@byu.net>
17810
17811         * modules/getaddrinfo (Depends-on): Add snprintf.
17812
17813 2006-07-05  Eric Blake  <ebb9@byu.net>
17814
17815         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
17816         to avoid 'header present but could not be compiled' on cygwin.
17817
17818 2006-07-05  Eric Blake  <ebb9@byu.net>
17819
17820         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
17821         missing from netdb.h.
17822         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
17823
17824 2006-07-05  Derek R. Price  <derek@ximbiot.com>
17825
17826         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
17827         no longer needed.
17828         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
17829         * m4/getdate.m4 (gl_GETDATE): Likewise.
17830         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
17831         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
17832         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
17833         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17834         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17835
17836 2006-07-05  Derek R. Price  <derek@ximbiot.com>
17837
17838         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
17839         All uses of is_space replaced by isspace.
17840         * lib/exit.h: Don't talk about STDC_HEADERS.
17841         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
17842         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
17843         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
17844         replaced by isprint etc.
17845         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
17846         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
17847         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
17848         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
17849         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
17850         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
17851
17852 2006-07-05  Bruno Haible  <bruno@clisp.org>
17853
17854         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
17855         the function exists, before testing against AIX.
17856         Reported by Martin Lambers <marlam@marlam.de>.
17857
17858 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17859
17860         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
17861         From Mark D. Baushke.
17862
17863 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17864
17865         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
17866         to the absolute name, not just one, to bypass Sun C 5.8's
17867         "warning: #include of /usr/include/... may be non-portable".
17868
17869 2006-07-04  Eric Blake  <ebb9@byu.net>
17870
17871         * modules/dirname-tests: New test module.
17872         * tests/test-dirname.c: New file, replacing dirname.c
17873         TEST_DIRNAME section that was recently deleted.
17874
17875 2006-07-04  Bruno Haible  <bruno@clisp.org>
17876
17877         Assume ANSI C header files and <ctype.h> functions.
17878         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
17879         (mbsnwidth): Use isprint, iscntrl instead.
17880
17881 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17882
17883         Merge from coreutils.
17884         * MODULES.html.sh: Add xstrtold.
17885         * modules/xstrtold: New file.
17886         * modules/cycle-check (Files): Add lib/same-inode.h.
17887         * modules/dirname (Files): Add m4/double-slash-root.m4.
17888         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
17889         * modules/mkdir-p (Files): Add lib/same-inode.h.
17890         * modules/same (Files): Add lib/same-inode.h.
17891
17892 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17893
17894         * m4/absolute-header.m4: Renamed from full-header-path.m4.
17895         This is to keep the terminology clean; POSIX talks about
17896         "absolute pathnames", not "full pathnames", but the GNU
17897         Coding Standards say to use "path" for something else;
17898         so use "absolute" to keep both sides happy.
17899         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
17900         Set gl_absolute_header, not gl_full_header_path.
17901         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
17902         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
17903         All uses changed.
17904
17905         Merge from coreutils.
17906
17907         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
17908
17909         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
17910         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
17911         want to require the building of c-strtod.o.
17912         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
17913         needs -lm directly.
17914         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
17915
17916         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
17919         --as-needed option if available.  Problem reported by Albert Chin in
17920         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
17921         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
17922         cc merely issues a bunch of annoying warnings for --as-needed
17923         (this problem was reported by Bob Proulx).  Also, try linking with
17924         -lm to detect a bug in binutils 2.16 (this problem was reported
17925         by Ralf Wildenhues).
17926
17927         2006-06-18  Jim Meyering  <jim@meyering.net>
17928
17929         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
17930         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
17931         macro.
17932         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
17933         also check for glibc-2.4's abort-inducing bug.
17934
17935         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
17936         Low-probability clean-up should be to use rmdir to get rid of
17937         the just-created directory, not unlink.
17938
17939         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
17940         configure fail, and request a bug report to inform us about it.
17941         Add a comment that, barring reports to the contrary, in 2007 we'll
17942         assume ftruncate is universally available.
17943
17944         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
17945
17946         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
17947
17948         2006-03-12  Jim Meyering  <jim@meyering.net>
17949
17950         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
17951         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
17952         * m4/same.m4 (gl_SAME): Likewise.
17953         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
17954
17955         2006-03-11  Eric Blake  <ebb9@byu.net>
17956
17957         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
17958         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
17959         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
17960         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
17961
17962 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17963
17964         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
17965         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
17966         reported by Mark D. Baushke, one in
17967         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
17968
17969         Merge from coreutils.
17970
17971         * lib/.cppi-disable: Add stdint_.h.
17972         * lib/.cvsignore: Add stdint.h.
17973
17974         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
17975
17976         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
17977         both double and long double versions.
17978         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
17979         * lib/xstrtold.c: New file.
17980         * lib/xstrtod.h (xstrtold): New decl.
17981
17982         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17983
17984         * lib/filemode.c (setst): Remove.
17985         (strmode): Rewrite to avoid setst.  This makes the code shorter,
17986         (arguably) clearer, and the generated code is a bit smaller on my
17987         Debian GNU/Linux stable x86 host.
17988
17989         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
17990
17991         * lib/filemode.c: Include "filemode.h" first, to test the interface.
17992         Assume that filemode.h includes sys/types.h and sys/stat.h.
17993         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
17994         (ftypelet): Reorder to put common cases first, for efficiency.
17995         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
17996         to do 'M'.
17997         (strmode): Renamed from mode_string, and now stores 12 bytes instead
17998         of 10, for compatibility with FreeBSD.  All callers changed.
17999         (filemodestring): Now stores 12 bytes instead of 10, and sets file
18000         types that can't be deduced solely from st_mode.  First arg is now a
18001         const pointer.
18002         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
18003         (strmode): Renamed from mode_string.
18004         (filemodestring): New decl.
18005         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
18006         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
18007         needed.
18008         (S_ISPORT, S_ISWHT): New macros, if not already defined.
18009
18010         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
18011
18012         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
18013         fsusage.h now does that.  Include fsusage.h first, to test interface.
18014         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
18015         at most one method (the old code could have generated decls that
18016         didn't conform to C89, not that this was ever exercised).
18017         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
18018
18019         2006-03-19  Jim Meyering  <jim@meyering.net>
18020
18021         Work even in a chroot where d_ino values for entries in "/"
18022         don't match the stat.st_ino values for the same names.
18023         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
18024         number, iterate through all entries again, using lstat instead.
18025         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
18026         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
18027
18028         * lib/getcwd.c (__getcwd): Clarify a comment.
18029         Use memcpy in place of a call to strcpy.
18030
18031         2006-03-12  Jim Meyering  <jim@meyering.net>
18032
18033         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
18034         matches that of the current directory (which we're about to chdir ".."
18035         out of), then save the dev-ino of the parent, instead.
18036
18037         * lib/same-inode.h (SAME_INODE): New file/macro.
18038         * lib/chdir-safer.c (SAME_INODE): Remove definition.
18039         Include "same-inode.h", instead.
18040         * lib/same.c: Likewise.
18041         * lib/cycle-check.h: Include "same-inode.h".
18042         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
18043         * lib/cycle-check.c (SAME_INODE): Remove definition.
18044         * lib/root-dev-ino.h: Include "same-inode.h".
18045
18046         2006-03-11  Eric Blake  <ebb9@byu.net>
18047
18048         * lib/same.c (same_name): s/base_name/last_component/
18049         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
18050         * lib/filenamecat.c (file_name_concat): Likewise.
18051
18052         2006-03-11  Eric Blake  <ebb9@byu.net>,
18053                     Paul Eggert  <eggert@cs.ucla.edu>
18054
18055         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
18056         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
18057         drive prefix.
18058         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
18059         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
18060         (last_component): New method.
18061         * lib/dirname.c (dir_len): Determine when drive letters need a
18062         subsequent slash.  Preserve // when it is special.
18063         (dir_name): Don't append dot when drive letter is absolute.
18064         [TEST_DIRNAME]: Move into a full-blown gnulib test.
18065         * lib/basename.c (base_name): New semantics - malloc the result.
18066         Preserve // when it is special.  Preserve relative files that look
18067         like drive letters.
18068         (base_len): Preserve // when it is special.
18069         (last_component): New method, similar to old base_name semantics.
18070         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
18071         base_name.  Strip redundant slashes from ///.
18072
18073 2006-07-03  Jim Meyering  <jim@meyering.net>
18074
18075         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
18076         macro is used before the first cycle_check call.
18077
18078 2006-07-03  Eric Blake  <ebb9@byu.net>
18079
18080         * modules/dirname (Depends-on): Add xstrndup.
18081
18082 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18083
18084         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
18085         test cases, so that config.log is a bit easier to follow.
18086
18087 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18088
18089         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
18090         both are 64 bits, since this seems to be the tradition, and this
18091         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
18092         we ever run into a host that prefers long long to long in this
18093         case, we'll need another configure-time test.  Problem reported by
18094         Jim Meyering.
18095
18096 2006-07-02  Eric Blake  <ebb9@byu.net>
18097
18098         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
18099
18100 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18101
18102         * modules/inttypes (Depends-on): No longer depends on stdint.
18103         * modules/stdint (Description): Say more about assumptions.
18104         Say that the fast types might differ.  Say macros are used.
18105         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
18106         (Makefile.am): Revise list of substituted symbols to match
18107         new stdint.m4.
18108         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
18109         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
18110         * tests/test-stdint.c (verify_same_types)
18111         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
18112         the code conforms to C99/C89.
18113         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
18114         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
18115
18116 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18117
18118         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
18119         but fix a bug, by requiring at least 64 bits.
18120         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
18121         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
18122         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
18123         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
18124
18125         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
18126         changes.  Make 2.59 a prerequisite.  Check and substitute for
18127         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
18128         inttypes.h.  Do not use special include files; just use the
18129         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
18130         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
18131         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
18132         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
18133         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
18134         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
18135         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
18136         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
18137         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
18138         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
18139         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
18140         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
18141         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
18142         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
18143         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
18144         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
18145         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
18146         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
18147         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
18148         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
18149         WINT_MAX.  Check for C99 conformance more strictly, by detecting
18150         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
18151         not check for things that C99 does not require, e.g., int8_t.  If
18152         a test isn't needed unless <stdint.h> isn't working, and is
18153         unlikely to be needed for any other reason, then don't do it
18154         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
18155         size_t, since we assume C89 freestanding at least.  Do not check
18156         for sig_atomic_t, wchar_t, or wint_t, since the code now does
18157         the right thing even if the types are not defined.  Instead use:
18158         (gl_STDINT_TYPE_PROPERTIES): New macro.
18159         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
18160         testing whether <sys/types.h> clashes, as Autoconf does this for
18161         us now.  All uses removed.
18162         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
18163         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
18164         (gl_CHECK_TYPE_SAME):
18165         Remove; no longer needed.
18166         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
18167         exists, since we'll return 0 anyway in that case.
18168         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
18169
18170 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18171
18172         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
18173         possible collision with system files.
18174         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
18175         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
18176         WCHAR_MIN and WCHAR_MAX in this case.
18177         (<stddef.h>): Do not include; no longer needed.
18178         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
18179         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
18180         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
18181         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
18182         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
18183         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
18184         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
18185         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
18186         !defined(__c99))]: Include in this case too, since it's harmless
18187         now.
18188         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
18189         dangerous to do so.
18190         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
18191         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
18192         (_STDINT_MIN, _STDINT_MAX): New macros.
18193         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
18194         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
18195         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
18196         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
18197         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
18198         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
18199         macros, not typedefs; this simplifies things quite a bit.
18200         Use long int for all types narrower than int64_t.
18201         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
18202         Define in terms of long long int or int64_t or long int,
18203         not int64_t or int32_t.  This saves some compile-time testing.
18204         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
18205         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
18206         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
18207         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
18208         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
18209         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
18210         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
18211         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
18212         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
18213         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
18214         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
18215         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
18216         undef any previous version and define our own version, for
18217         simplicity and consistency with the new macros for types.
18218         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
18219         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
18220         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
18221         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
18222         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
18223         @WINT_T_SUFFIX@ to keep things simple here.
18224         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
18225         Simplify by assuming typical 8/16/32/64 host, since we're
18226         already doing that elsewhere anyway.
18227         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
18228         and assume long long int is 64 bits if available.  This
18229         speeds up 'configure'.
18230
18231 2006-07-01  Eric Blake  <ebb9@byu.net>
18232
18233         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
18234         Reported by Andreas Buening.
18235
18236 2006-07-01  Eric Blake  <ebb9@byu.net>
18237
18238         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
18239
18240 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
18241
18242         * lib/getaddrinfo.c: fixed typo
18243
18244 2006-06-29  Jim Meyering  <jim@meyering.net>
18245
18246         * modules/strftime (Maintainer): Add my name, since with the
18247         FPRINTFTIME changes strftime.c has forked from glibc.
18248
18249 2006-06-29  Eric Blake  <ebb9@byu.net>
18250
18251         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
18252
18253 2006-06-29  Eric Blake  <ebb9@byu.net>
18254
18255         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
18256
18257 2006-06-29  Eric Blake  <ebb9@byu.net>
18258
18259         * lib/stat_.h: New file.
18260
18261 2006-06-29  Eric Blake  <ebb9@byu.net>
18262
18263         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
18264         unused static function.
18265
18266 2006-06-29  Eric Blake  <ebb9@byu.net>
18267
18268         * doc/functions.texi (Function Portability): Document missing lstat
18269         on mingw.
18270
18271 2006-06-29  Eric Blake  <ebb9@byu.net>
18272
18273         * MODULES.html.sh: Add sys_stat.
18274         * modules/sys_stat: New module.
18275         * modules/mkstemp (Depends-on): Add sys_stat.
18276
18277 2006-06-29  Derek R. Price  <derek@ximbiot.com>
18278
18279         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
18280
18281 2006-06-29  Derek R. Price  <derek@ximbiot.com>
18282
18283         * m4/c-bs-a.m4: Removed.
18284
18285 2006-06-29  Derek R. Price  <derek@ximbiot.com>
18286
18287         * lib/strftime.c: Assume strftime() exists.
18288
18289 2006-06-29  Derek Price  <derek@ximbiot.com>
18290
18291         * modules/c-bs-a: Removed - \a is C89.
18292         * MODULES.html.sh: Remove c-bs-a.
18293
18294 2006-06-29  Bruno Haible  <bruno@clisp.org>
18295
18296         * modules/wcwidth (License): Change to LGPL.
18297
18298 2006-06-28  Simon Josefsson  <jas@extundo.com>
18299
18300         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
18301         on _WIN32.
18302
18303         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
18304         getnameinfo.
18305
18306 2006-06-28  Simon Josefsson  <jas@extundo.com>
18307
18308         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
18309
18310 2006-06-28  Simon Josefsson  <jas@extundo.com>
18311
18312         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
18313         functions there.  It will succeed on Windows XP, but on Windows
18314         2000 and (presumably) earlier, it will fail, and use the internal
18315         re-implementation.
18316         (use_win32_p): New function.
18317         (getaddrinfo): Use strtoul on servname, to support numeric ports.
18318         Support AI_NUMERICSERV to disable getservbyname.
18319         (getnameinfo): New function, only supports
18320         NI_NUMERICHOST|NI_NUMERICSERV for now.
18321
18322         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
18323         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
18324         getnameinfo.
18325
18326 2006-06-28  Eric Blake  <ebb9@byu.net>
18327
18328         * modules/wcwidth: New file.
18329         * modules/mbchar (Depends-on): Add wcwidth.
18330         * modules/mbswidth (Depends-on): Add wcwidth.
18331         * MODULES.html.sh: Add wcwidth.
18332
18333 2006-06-28  Eric Blake  <ebb9@byu.net>
18334
18335         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
18336         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
18337
18338 2006-06-28  Eric Blake  <ebb9@byu.net>
18339
18340         * lib/xvasprintf.h: Fix comments.
18341
18342 2006-06-28  Eric Blake  <ebb9@byu.net>
18343
18344         * lib/mbchar.h (wcwidth): Include wcwidth.h.
18345         * lib/mbswidth.c (wcwidth): Move from here...
18346         * lib/wcwidth.h: ...to this new file.
18347
18348 2006-06-28  Derek R. Price  <derek@ximbiot.com>
18349
18350         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
18351
18352         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
18353         it's obsolete.
18354         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
18355
18356 2006-06-28  Derek R. Price  <derek@ximbiot.com>
18357
18358         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
18359         Autoconf 2.60 says this stuff was obsolete.
18360
18361 2006-06-28  Bruno Haible  <bruno@clisp.org>
18362
18363         * modules/wcwidth (Files): Add m4/wchar_t.m4.
18364
18365 2006-06-28  Bruno Haible  <bruno@clisp.org>
18366
18367         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
18368         gt_TYPE_WCHAR_T.
18369
18370 2006-06-28  Bruno Haible  <bruno@clisp.org>
18371
18372         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
18373         declaration for wcwidth.
18374         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
18375
18376 2006-06-28  Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/mkdtemp.c [MINGW]: Include <io.h>.
18379         (mkdir): Define using _mkdir.
18380
18381 2006-06-28  Bruno Haible  <bruno@clisp.org>
18382
18383         * lib/getaddrinfo.h: Fix POSIX URL.
18384         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
18385         _WIN32.
18386         (use_win32_p): Make static.
18387         (getaddrinfo): Reject service name if it is empty or does not consist
18388         solely of decimal digits, or if its value is > 65535.
18389         (getnameinfo): Remove useless casts.
18390
18391 2006-06-27  Simon Josefsson  <jas@extundo.com>
18392
18393         * modules/sys_select: New file, suggested by Bruno Haible, Paul
18394         Eggert and Martin Lambers.
18395
18396 2006-06-27  Simon Josefsson  <jas@extundo.com>
18397
18398         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
18399         Eggert and Martin Lambers.
18400
18401 2006-06-27  Bruno Haible  <bruno@clisp.org>
18402
18403         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
18404         result to 0, not to empty.
18405         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
18406
18407 2006-06-27  Bruno Haible  <bruno@clisp.org>
18408
18409         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
18410
18411 2006-06-26  Simon Josefsson  <jas@extundo.com>
18412
18413         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
18414         present.
18415
18416 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
18417
18418         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
18419         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
18420         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
18421
18422 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
18423
18424         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
18425
18426 2006-06-26  Bruno Haible  <bruno@clisp.org>
18427
18428         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
18429
18430 2006-06-26  Bruno Haible  <bruno@clisp.org>
18431
18432         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
18433
18434 2006-06-26  Bruno Haible  <bruno@clisp.org>
18435
18436         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
18437         SGI C compiler in pre-C99 mode.
18438         Suggested by Mark D. Baushke and Larry Jones.
18439
18440 2006-06-26  Bruno Haible  <bruno@clisp.org>
18441
18442         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
18443         WCHAR_MAX.
18444         Reported by Mark D. Baushke and Larry Jones.
18445
18446 2006-06-26  Bruno Haible  <bruno@clisp.org>
18447
18448         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
18449         in pre-C99 mode.
18450         Suggested by Mark D. Baushke and Larry Jones.
18451
18452 2006-06-23  Simon Josefsson  <jas@extundo.com>
18453             Bruno Haible  <bruno@clisp.org>
18454
18455         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
18456         Emit mostlyclean-local rule.
18457         (func_emit_tests_Makefile_am): Likewise.
18458         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
18459
18460 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
18461
18462         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
18463
18464 2006-06-23  Bruno Haible  <bruno@clisp.org>
18465
18466         * tests/test-stdint.c: Update to match ISO C 99 Technical
18467         Corrigendum 1.
18468
18469 2006-06-23  Bruno Haible  <bruno@clisp.org>
18470
18471         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
18472
18473 2006-06-23  Bruno Haible  <bruno@clisp.org>
18474
18475         * lib/stdint_.h: Treat IRIX like OpenBSD.
18476
18477 2006-06-23  Bruno Haible  <bruno@clisp.org>
18478
18479         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
18480         ISO C 99 Technical Corrigendum 1.
18481
18482 2006-06-22  Simon Josefsson  <jas@extundo.com>
18483
18484         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
18485         MinGW.
18486
18487 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18488
18489         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
18490         needed.  Some compiler complained about some of them.  Problem reported
18491         by Larry Jones in
18492         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
18493
18494 2006-06-21  Simon Josefsson  <jas@extundo.com>
18495
18496         * tests/test-getaddrinfo.c: New file.
18497
18498         * modules/getaddrinfo-tests: New file.
18499
18500         * MODULES.html.sh: Add inet_pton.
18501
18502         * modules/inet_pton: New file.
18503
18504 2006-06-21  Simon Josefsson  <jas@extundo.com>
18505
18506         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
18507         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
18508         of using the (limited) gnulib implementation on Windows XP.
18509
18510         * m4/inet_pton.m4: New file.
18511
18512 2006-06-21  Simon Josefsson  <jas@extundo.com>
18513
18514         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
18515         variable.
18516
18517         * lib/socket_.h: Don't define WINVER.
18518
18519         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
18520         slightly modified to work in gnulib.
18521
18522 2006-06-21  Simon Josefsson  <jas@extundo.com>
18523
18524         * doc/gnulib.texi (Windows sockets): Add.
18525
18526 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18527
18528         * lib/read-file.c (fread_file): Start with buffer allocation of
18529         0 bytes rather than 1 byte; this simplifies the code.
18530         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
18531         code to free buffer and save/restore errno.
18532         (internal_read_file): Remove unused local.
18533
18534 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18535
18536         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
18537         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
18538         Problem reported by Denis Excoffier in
18539         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
18540
18541 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18542
18543         * modules/sys_socket, modules/socklen: Include sys/types since
18544         FreeBSD 4.x's sys/socket.h needs it.
18545
18546 2006-06-19  Simon Josefsson  <jas@extundo.com>
18547
18548         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
18549
18550 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
18551
18552         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
18553
18554 2006-06-19  Bruno Haible  <bruno@clisp.org>
18555
18556         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
18557         and FULL_PATH_INTTYPES_H in angle brackets.
18558         Reported by Mark D. Baushke <mdb@gnu.org>.
18559
18560 2006-06-17  Eric Blake  <ebb9@byu.net>
18561
18562         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
18563         errno.
18564
18565 2006-06-17  Bruno Haible  <bruno@clisp.org>
18566
18567         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
18568         <sys/inttypes.h>.
18569
18570 2006-06-17  Bruno Haible  <bruno@clisp.org>
18571
18572         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
18573         whether errno is declared. Assume <errno.h> declares errno.
18574
18575 2006-06-17  Bruno Haible  <bruno@clisp.org>
18576
18577         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
18578
18579 2006-06-17  Bruno Haible  <bruno@clisp.org>
18580
18581         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
18582         problem on Solaris 2.5.1.
18583
18584 2006-06-16  Eric Blake  <ebb9@byu.net>
18585
18586         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
18587         * lib/unicodeio.c [!defined errno]: Likewise.
18588         * lib/strtol.c [!defined errno]: Likewise.
18589         * lib/strtod.c [!defined errno]: Likewise.
18590
18591 2006-06-15  Eric Blake  <ebb9@byu.net>
18592
18593         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
18594
18595 2006-06-15  Eric Blake  <ebb9@byu.net>
18596
18597         * config/srclist.txt (ssize_t.m4): Lose sync.
18598
18599 2006-06-15  Bruno Haible  <bruno@clisp.org>
18600
18601         * modules/stdint (Files): Include m4/full-header-path.m4,
18602         m4/size_max.m4, m4/wchar_t.m4.
18603         (Makefile.am): Many more substitutions.
18604         * modules/stdint-tests: New file.
18605         * tests/test-stdint.c: New file.
18606
18607 2006-06-15  Bruno Haible  <bruno@clisp.org>
18608
18609         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
18610         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
18611         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
18612         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
18613         gl_CHECK_TYPE_SAME): New macros.
18614
18615 2006-06-15  Bruno Haible  <bruno@clisp.org>
18616
18617         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
18618
18619 2006-06-15  Bruno Haible  <bruno@clisp.org>
18620
18621         * lib/stdint_.h: Rewritten to be fully auto-configured.
18622         Fixes bug on HP-UX/IA64.
18623
18624 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
18625
18626         * lib/getdate.y (__attribute__): Don't define if already defined.
18627         Problem reported by Larry Jones.
18628         * lib/utimens.c (__attribute__): Likewise.
18629
18630 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
18631
18632         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
18633         reported by Andreas Schwab.
18634
18635 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18636             Bruno Haible  <bruno@clisp.org>
18637
18638         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
18639         check for the declaration of strnlen and a run test that exposes the
18640         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
18641         rpl_strndup.
18642
18643 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18644             Bruno Haible  <bruno@clisp.org>
18645
18646         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
18647
18648 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18649
18650         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
18651         compile test, for Tru64 4.0D.
18652
18653 2006-05-28  Karl Berry  <karl@gnu.org>
18654
18655         * config/srclist.txt (printf-args.c): lose sync.
18656
18657 2006-05-26  Martin Lambers  <marlam@marlam.de>
18658
18659         * lib/getpass.c: Updates the test for the native W32 API, and adds
18660         missing includes, thus fixing compilation warnings.
18661
18662 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18663
18664         * lib/exclude.c (exclude_fnmatch): New function.
18665         (excluded_file_name): Call exclude_fnmatch.
18666         * lib/exclude.h (excluded_file_name): New prototype
18667
18668 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * lib/tempname.c (small_open, large_open): New macros.
18671         (__open, __open64) [!_LIBC]: Remove.
18672         (__gen_tempname): Use small_open and large_open instead of __open
18673         and __open64.  This fixes a portability bug on HP-UX 11.11i
18674         reported by Simon Wing-Tang in
18675         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
18676
18677 2006-05-24  Bruno Haible  <bruno@clisp.org>
18678
18679         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
18680         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
18681         Reported by Thorsten Maerz <torte@netztorte.de> via
18682         Aaron Stone <aaron@serendipity.cx>.
18683
18684 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18685
18686         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
18687         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
18688         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
18689         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
18690         not really conditional on the cache.
18691         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
18692
18693 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
18696         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
18697         (my_usleep): Don't mishandle maximum value.
18698
18699 2006-05-19  Jim Meyering  <jim@meyering.net>
18700
18701         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
18702
18703 2006-05-17  Bruno Haible  <bruno@clisp.org>
18704
18705         Cygwin portability.
18706         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
18707
18708 2006-05-17  Bruno Haible  <bruno@clisp.org>
18709
18710         * lib/stdint_.h: Fix recognition of Cygwin.
18711
18712 2006-05-15  Bruno Haible  <bruno@clisp.org>
18713
18714         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
18715         on libtool patch by Ralf Wildenhues.
18716
18717 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18718
18719         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
18720         test for C99 conformance; (bool) 0.5 is an integer constant
18721         expression, but (bool) -0.5 is not.  Problem reported by Fedor
18722         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
18723
18724 2006-05-11  Simon Josefsson  <jas@extundo.com>
18725
18726         * m4/xvasprintf.m4: Fix obvious typo.
18727
18728 2006-05-11  Jim Meyering  <jim@meyering.net>
18729
18730         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
18731         James Lemley.
18732
18733 2006-05-10  Simon Josefsson  <jas@extundo.com>
18734
18735         * lib/md4.c: Typo fix, update copyright years.
18736         (K1, K2): Don't use L because it turn computations into 64-bit on
18737         64-bit platforms.
18738
18739 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
18740
18741         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
18742         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
18743         unwanted sign propagation, e.g., on hosts with 64-bit int.
18744         There still are some problems with reeelly weird theoretical hosts
18745         (e.g., 33-bit int) but it's not worth worrying about now.
18746         * lib/sha1.c (rol): Likewise.
18747         (K1, K2, K3, K4): Remove unnecessary L suffix.
18748
18749 2006-05-10  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/des.c: Cast to avoid warnings.
18752
18753 2006-05-09  Bruno Haible  <bruno@clisp.org>
18754
18755         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
18756         (Depends-on): Depend also on xsize, stdarg.
18757         (configure.ac): Add gl_XVASPRINTF.
18758
18759 2006-05-09  Bruno Haible  <bruno@clisp.org>
18760
18761         * m4/xvasprintf.m4: New file.
18762
18763 2006-05-09  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
18766         (EOVERFLOW): Define fallback value.
18767         (xstrcat): New function.
18768         (xvasprintf): Recognize the special case of a string concatenation.
18769
18770 2006-05-08  Eric Blake  <ebb9@byu.net>
18771
18772         * gnulib-tool (func_version): Base copyright year on CVS date.
18773         (func_emit_copyright_notice): New function.
18774         (func_emit_lib_Makefile_am): Use it.
18775         (func_emit_tests_Makefile_am): Likewise.
18776         (func_import): Likewise.
18777
18778 2006-05-08  Bruno Haible  <bruno@clisp.org>
18779
18780         * modules/stdarg: New file.
18781         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
18782
18783 2006-05-08  Bruno Haible  <bruno@clisp.org>
18784
18785         * m4/stdarg.m4: New file, from GNU gettext.
18786
18787 2006-05-08  Bruno Haible  <bruno@clisp.org>
18788
18789         * config/srclist.txt (build-aux/config.rpath): different from latest
18790         release.
18791
18792 2006-05-08  Bruno Haible  <bruno@clisp.org>
18793
18794         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
18795
18796 2006-05-05  Jim Meyering  <jim@meyering.net>
18797
18798         * m4/warning.m4: New file, derived from bison's file by the same name.
18799
18800 2006-05-03  Bruno Haible  <bruno@clisp.org>
18801
18802         * lib/stdint_.h: Shorter URL.
18803         * lib/inttypes.h: Likewise.
18804
18805 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
18808
18809 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18810
18811         * lib/verify.h: Document the internals better.  Most of this change
18812         was written by Bruno Haible.
18813
18814 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18815
18816         * doc/verify.texi: New file, partly based on a proposal by
18817         Bruno Haible.
18818
18819 2006-05-02  Bruno Haible  <bruno@clisp.org>
18820
18821         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
18822         test from here...
18823         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
18824
18825 2006-04-29  Bruno Haible  <bruno@clisp.org>
18826
18827         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
18828         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
18829
18830 2006-04-29  Bruno Haible  <bruno@clisp.org>
18831
18832         * gnulib-tool: Make --update option actually work.
18833
18834 2006-04-29  Bruno Haible  <bruno@clisp.org>
18835
18836         * doc/gcd.texi: New file.
18837         * doc/gnulib.texi: Include it.
18838
18839 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * lib/getdate.y (get_date): When adding relative date, start with the
18842         initial time, not with the result of the first mktime call.
18843
18844 2006-04-25  Bruno Haible  <bruno@clisp.org>
18845
18846         * gnulib-tool (func_import): Output the include directives in three
18847         blocks, sorted separately.
18848         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18849
18850 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
18851
18852         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
18853         to define main with arguments, for C++.  Reported by Eric Blake.
18854         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
18855         Prefer 'int main ()' to 'int main (void)', for C++.
18856         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
18857         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
18858         for 'main', for C99 and C++.
18859
18860 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
18861
18862         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
18863         Don't assume that exit status -1 is valid.
18864         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18865         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
18866         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
18867         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
18868         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
18869         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
18870         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
18871         functions can be used without declaring them, or that you can
18872         exit with status -1.
18873         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
18874
18875 2006-04-24  Karl Berry  <karl@gnu.org>
18876
18877         * config/srclist.txt (longdouble.m4): sync lost.
18878
18879 2006-04-24  Eric Blake  <ebb9@byu.net>
18880
18881         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
18882
18883 2006-04-24  Bruno Haible  <bruno@clisp.org>
18884
18885         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
18886         poll() implementation in AIX.
18887         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18888
18889 2006-04-24  Bruno Haible  <bruno@clisp.org>
18890
18891         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
18892         assigned exactly once.
18893
18894 2006-04-23  Claudio Fontana  <claudio@gnu.org>
18895             Bruno Haible  <bruno@clisp.org>
18896
18897         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
18898         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
18899         for AM_CPPFLAGS.
18900
18901 2006-04-23  Bruno Haible  <bruno@clisp.org>
18902
18903         * modules/copy-file: Depend on unistd.
18904         * modules/execute: Likewise.
18905         * modules/fatal-signal: Likewise.
18906         * modules/findprog: Likewise.
18907         * modules/mkdtemp : Likewise.
18908         * modules/pipe: Likewise.
18909         * modules/wait-process: Likewise.
18910
18911 2006-04-23  Bruno Haible  <bruno@clisp.org>
18912
18913         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
18914         condition was already detected.
18915         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18916
18917 2006-04-23  Bruno Haible  <bruno@clisp.org>
18918
18919         * lib/copy-file.c: Include <unistd.h> unconditionally.
18920         * lib/execute.c: Likewise.
18921         * lib/fatal-signal.c: Likewise.
18922         * lib/findprog.c: Likewise.
18923         * lib/mkdtemp.c: Likewise.
18924         * lib/pipe.h: Likewise.
18925         * lib/pipe.c: Likewise.
18926         * lib/wait-process.h: Likewise.
18927
18928 2006-04-23  Bruno Haible  <bruno@clisp.org>
18929
18930         * gnulib-tool (func_usage): Fix --import description. Document
18931         --update.
18932         (func_import): Create temporary file in a temporary directory, if
18933         --dry-run is specified. Silence errors from 'grep' when there are no
18934         m4 files in $m4dir.
18935         (func_create_testdir): Silence errors from 'grep' when there are no
18936         m4 files in $m4dir.
18937         Reported by Karl Berry <karl@freefriends.org>.
18938
18939 2006-04-20  Bruno Haible  <bruno@clisp.org>
18940
18941         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
18942         one argument, so that the code will be portable to Autoconf 2.60.
18943         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
18944         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
18945         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
18946
18947 2006-04-19  Derek Price  <derek@ximbiot.com>
18948             Eric Blake  <ebb9@byu.net>
18949
18950         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
18951         rather than "/full/path.h".  Update comment to match.  Shorten &
18952         generalize m4_translit call via AS_TR_CPP.
18953
18954 2006-04-19  Derek Price  <derek@ximbiot.com>
18955             Eric Blake  <ebb9@byu.net>
18956
18957         * lib/inttypes.h: Correct grammar in comment.
18958
18959 2006-04-18  Derek Price  <derek@ximbiot.com>
18960             Paul Eggert  <eggert@cs.ucla.edu>
18961
18962         * modules/inttypes: New file.
18963         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
18964
18965 2006-04-18  Derek Price  <derek@ximbiot.com>
18966             Paul Eggert  <eggert@cs.ucla.edu>
18967
18968         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
18969         New files.
18970
18971 2006-04-18  Derek Price  <derek@ximbiot.com>
18972             Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * lib/inttypes.h: New file.
18975         * lib/strtoimax.c: Assume <inttypes.h>.
18976
18977 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
18978
18979         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
18980         isn't mounted.  Problem reported by Kir Kolyshkin.
18981
18982 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18983
18984         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
18985         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
18986         Derek R. Price.
18987         * lib/regex.h (RE_DUP_MAX): Update comment to match current
18988         implementation.
18989
18990 2006-04-12  Eric Blake  <ebb9@byu.net>
18991
18992         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
18993         is now done automatically by the corresponding Autoconf macro.
18994
18995 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
18996
18997         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
18998         time_r.h.
18999
19000 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         Merge regex changes from libc, removing some of our
19003         POSIX-conformance changes that were rejected and redoing them in a
19004         less-intrusive way.
19005
19006         * lib/regcomp.c (re_compile_internal, init_dfa):
19007         Length arg is now size_t, not Idx.  All uses changed.
19008         (peek_token): Forward decl now says internal_function.
19009         (__re_error_msgid, __re_error_msgid_idx):
19010         Now static rather than extern with attribute_hidden.
19011         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
19012         For some reason libc prefers K&R style defns for external functions.
19013         (regerror) [!defined _LIBC]: Likewise.
19014         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
19015         (seek_collating_symbol_entry, lookup_collation_sequence_value):
19016         (build_range_exp, build_collating_symbol):
19017         Use K&R-style defn.
19018         (re_compile_fastmap): Use '\0' to memset, not 0.
19019         (utf8_sb_map): Make the calculations more obvious.
19020         (init_dfa, parse_bracket_exp, build_charclass_op):
19021         Call calloc and cast result, as glibc does.
19022         (init_word_char, fetch_token, peek_token, peek_token_bracket):
19023         (build_range_exp, build_collating_symbol):
19024         Now internal functions.
19025
19026         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
19027
19028         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
19029         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
19030         Don't depend on VMS; depend on __VMS instead, for POSIX
19031         namespace cleanness.
19032         (regoff_t): Define to ssize_t, not long int.
19033
19034         Remove the REG_ macros named below.  Instead, make the old names
19035         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
19036         __USE_GNU_REGEX.
19037         (REG_BACKSLASH_ESCAPE_IN_LISTS):
19038         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
19039         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
19040         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
19041         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
19042         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
19043         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
19044         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
19045         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
19046         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
19047         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
19048         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
19049         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
19050         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
19051         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
19052         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
19053         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
19054         (REG_NREGS):
19055         Remove.  All uses replaced by the old RE_* names.
19056         (RE_BACKSLASH_ESCAPE_IN_LISTS):
19057         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
19058         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
19059         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
19060         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
19061         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
19062         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
19063         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
19064         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
19065         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
19066         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
19067         Don't bother having these macros be independent of each others'
19068         values, since they no longer exist in the POSIX name space.
19069
19070         Rename the following member names back to their old names,
19071         unless !__USE_GNU_REGEX.  All uses changed back.
19072         (buffer): Renamed from re_buffer.
19073         (allocated): Renamed from re_allocated.
19074         (used): Renamed from re_used.
19075         (syntax): Renamed from re_syntax.
19076         (fastmap): Renamed from re_fastmap.
19077         (translate): Renamed from re_translate.
19078         (can_be_null): Renamed from re_can_be_null.
19079         (regs_allocated): Renamed from re_regs_allocated.
19080         (fastmap_accurate): Renamed from re_fastmap_accurate.
19081         (no_sub): Renamed from re_no_sub.
19082         (not_bol): Renamed from re_not_bol.
19083         (not_eol): Renamed from re_not_eol.
19084         (newline_anchor): Renamed from re_newline_anchor.
19085         (num_regs): Renamed from rm_num_regs.
19086         (start): Renamed from rm_start.
19087         (end): Renamed from rm_end.
19088
19089         (free_state): Move up a bit.
19090
19091         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
19092         #define to be empty.
19093         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
19094         when that is what is intended.
19095         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
19096         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
19097         (MAX): New macro.
19098         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
19099         All uses changed back to re_malloc, etc.  It's now the caller's
19100         responsibility to check for overflow; all callers changed.
19101         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
19102         (re_x2nrealloc): Remove.
19103         (free_state): Remove decl.
19104
19105         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
19106         (re_set_registers, re_exec):
19107         Use K&R-style defn.
19108
19109         2006-01-31  Roland McGrath  <roland@redhat.com>
19110
19111         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
19112         Reported by Mike Frysinger <vapier@gentoo.org>.
19113
19114         2006-01-15  Andreas Jaeger  <aj@suse.de>
19115
19116         [BZ #1950]
19117         * lib/regex_internal.c (re_string_reconstruct): Adjust for
19118         build_wcs_upper_buffer change.
19119         (build_wcs_upper_buffer): Change return type.
19120
19121         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
19122
19123         * lib/regex_internal.h: Include <stdint.h> if available.
19124
19125         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
19126
19127         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
19128
19129         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19130
19131         * lib/regcomp.c: Adjust for changed secondary hash function.
19132
19133         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
19134
19135         * lib/regex.h: Pretty printing.
19136         Clean up namespace a bit.
19137
19138         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
19139
19140         * lib/regexec.c (update_cur_sifted_state, check_arrival,
19141         check_arrival_add_next_nodes): Avoid using uninitialized variable.
19142
19143         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19144                     Ulrich Drepper  <drepper@redhat.com>
19145
19146         [BZ #1302]
19147         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
19148         changed.
19149         (bitset_word_t): Renamed from bitset_word.  All uses changed.
19150
19151         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
19152
19153         [BZ #281]
19154         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
19155         * lib/regcomp.c: Remove unnecessary uses of
19156         unsigned RE_TRANSLATE_TYPE.
19157         * lib/regex_internal.h: Likewise.
19158         * lib/regex_internal.c: Likewise.
19159         * lib/regexec.c: Likewise.
19160         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
19161
19162         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
19163
19164         * lib/regexec.c (find_recover_state): Remove unnecessary
19165         initialization.
19166         (transit_state_bkref): Make DFA a const pointer.
19167         (get_subexp): Likewise.
19168         (check_arrival): Likewise.
19169         (update_cur_sifted_state): Likewise.
19170         (re_search_internal): Likewise.
19171         (prune_impossible_nodes): Likewise.
19172         (acquire_init_state_context): Likewise.
19173         (proceed_next_node): Likewise.
19174         (set_regs): Likewise.
19175         (free_fail_stack_return): Likewise.
19176         (check_arrival_expand_ecl): Mark DFA parameter as const.
19177         (check_arrival_expand_ecl_sub): Likewise.
19178         (check_subexp_limits): Likewise.
19179         (sub_epsilon_src_nodes):  Likewise.
19180         (add_epsilon_src_nodes):  Likewise.
19181         (merge_state_array): Likewise.
19182         (update_regs): Likewise.
19183         (build_trtable): Likewise.
19184         (sift_states_backward): Mark MCTX parameter as const.
19185         (build_sifted_states): Likewise.
19186         (update_cur_sifted_state): Likewise.
19187         (sift_states_mkref): Likewise.
19188         (check_arrival_expand_ecl): Mark eclosure as const.
19189         (check_dst_limits_calc_pos_1): Likewise.
19190         * lib/regex_internal.h (re_match_context_t): Make dfa a const
19191         pointer.
19192
19193         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
19194
19195         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
19196         (transit_state_sb): Likewise.
19197         (transit_state_mb): Likewise.
19198         (sift_states_iter_mb): Likewise.
19199         (check_arrival_add_next_nodes): Likewise.
19200         (check_node_accept_bytes): Change first parameter to pointer-to-const.
19201         [_LIBC] (re_search_2_stub): Use mempcpy.
19202
19203         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
19204         mbrtowc for very simple UTF-8 case.
19205
19206         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
19207         a pointer-to-const.
19208         (re_acquire_state_context): Likewise.
19209         * lib/regex_internal.h: Adjust prototypes.
19210
19211         * lib/regex.c: Prevent using C++ compilers.
19212
19213         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
19214         (re_acquire_state_context): Likewise.
19215
19216 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19217
19218         * modules/regex (Depends-on): Add ssize_t.
19219
19220 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19221
19222         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
19223         translation table.
19224
19225 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19226
19227         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
19228
19229 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
19230             Bruno Haible  <bruno@clisp.org>
19231
19232         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
19233         <sys/types.h> and <inttypes.h>.
19234
19235 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19236
19237         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
19238         `__error_t_defined', so argp.h will not typedef the former.
19239
19240 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
19241
19242         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
19243         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
19244         glibc names.  Even if glibc is changed to conform to POSIX, the
19245         traditional names will be available anyway, since regex depends on
19246         the extensions module.  Also, fix a longstanding typo in the
19247         implementation of Spencer ERE test #75 from grep 2.3.  Problems
19248         reported by Emanuele Giaquinta.  Also, change sense of cached
19249         variable, so that the message makes sense.
19250
19251 2006-03-24  Simon Josefsson  <jas@extundo.com>
19252
19253         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
19254         including some doc fixes.
19255         (base64_encode_alloc): Fix +1 bug on allocation failures.
19256
19257 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19258
19259         * lib/base64.c (base64_encode): Do not read past end of array with
19260         unsanitized input on systems with CHAR_BIT > 8.
19261
19262 2006-03-24  Eric Blake  <ebb9@byu.net>
19263
19264         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
19265
19266 2006-03-22  Karl Berry  <karl@gnu.org>
19267
19268         * config/srclist.txt (*setenv.[ch]): get from coreutils.
19269         * config/srclistvars.sh (COREUTILS): new var.
19270
19271 2006-03-17  Jim Meyering  <jim@meyering.net>
19272
19273         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
19274         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
19275
19276 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
19277
19278         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
19279         no longer needs it.  Instead, check that regoff_t is as least
19280         as wide as ptrdiff_t.
19281
19282         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
19283         so that our regex.h stays compatible with the installed regex.
19284         This is helpful for installers who configure --without-included-regex.
19285         Problem reported by Emanuele Giaquinta.
19286
19287 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
19288
19289         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
19290         Typedef to long int, not to off_, as POSIX will likely change
19291         in that direction.
19292
19293 2006-03-15  Eric Blake  <ebb9@byu.net>
19294
19295         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
19296
19297 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
19298
19299         * lib/argp-help.c (validate_uparams): Fix typo
19300         * lib/argp-parse.c (argp_default_options): Consistently begin help
19301         messages with a lowercase letter.
19302
19303 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
19304
19305         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
19306         overrun buffers and shouldn't be used (much as gets shouldn't be
19307         used).
19308         * lib/time_r.c (asctime_r, ctime_r): Likewise.
19309
19310 2006-03-08  Simon Josefsson  <jas@extundo.com>
19311
19312         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
19313         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19314
19315 2006-03-08  Simon Josefsson  <jas@extundo.com>
19316
19317         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
19318         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19319
19320 2006-03-08  Simon Josefsson  <jas@extundo.com>
19321
19322         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
19323         signal that configure disabled the device.
19324
19325 2006-03-08  Simon Josefsson  <jas@extundo.com>
19326
19327         * build-aux/maint.mk: Fix refresh-po, to handle no translated
19328         languages.
19329
19330 2006-03-07  Simon Josefsson  <jas@extundo.com>
19331
19332         * modules/getopt (Depends-on): Add unistd.
19333
19334         * modules/unistd: New file.
19335
19336 2006-03-07  Simon Josefsson  <jas@extundo.com>
19337
19338         * modules/gc-random: New file.
19339
19340 2006-03-07  Simon Josefsson  <jas@extundo.com>
19341
19342         * m4/unistd_h.m4: New file.
19343
19344 2006-03-07  Simon Josefsson  <jas@extundo.com>
19345
19346         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
19347         test to be side-effect free by storing the result in the cache
19348         variable gl_cv_lib_readline, and moving the assignment of
19349         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
19350         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19351
19352 2006-03-07  Simon Josefsson  <jas@extundo.com>
19353
19354         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
19355         error on missing devices (the functions will return an error).
19356
19357         * m4/gc.m4: Move random stuff to gc-random.m4
19358
19359 2006-03-07  Simon Josefsson  <jas@extundo.com>
19360
19361         * lib/unistd_.h: New file.
19362
19363 2006-03-07  Simon Josefsson  <jas@extundo.com>
19364
19365         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
19366
19367 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19368
19369         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
19370         Problem reported by Juan Manuel Guerrero.
19371
19372 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19373
19374         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
19375         the unistd module.
19376         * lib/getlogin_r.c: Likewise.
19377         * lib/getlogin_r.h: Likewise.
19378         * lib/glob.c: Likewise.
19379         * lib/pagealign_alloc.c: Likewise.
19380         * lib/unistd_.h: Remove; no longer needed.
19381
19382 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19383
19384         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19385         Add unistd.
19386         * modules/c-stack (Depends-on): Add unistd.
19387         * modules/getlogin_r: Likewise.
19388         * modules/glob: Likewise.
19389         * modules/pagealign_alloc: Likewise.
19390         * modules/unistd (Files): Remove lib/unistd_.h.
19391         (EXTRA_DIST): Remove.
19392         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
19393         need unistd_.h.
19394         (MOSTLYCLEANFILES): Remove unistd.h-t.
19395
19396 2006-03-03  Simon Josefsson  <jas@extundo.com>
19397
19398         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
19399
19400 2006-03-03  Simon Josefsson  <jas@extundo.com>
19401
19402         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
19403         libidn and bison.
19404
19405 2006-03-03  Simon Josefsson  <jas@extundo.com>
19406
19407         * build-aux/maint.mk: Add indent target.
19408
19409 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
19410
19411         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
19412         our replacement poll.h in any case, to avoid a differing
19413         declaration from a system header.  Seen on AIX.
19414
19415 2006-03-01  Simon Josefsson  <jas@extundo.com>
19416
19417         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
19418         <kasal@ucw.cz>.
19419
19420 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19421
19422         * modules/gettime (Depends-on): Add extensions module.
19423         * modules/nanosleep (Depends-on): Likewise.
19424         * modules/settime (Depends-on): Likewise.
19425
19426 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19427
19428         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
19429         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
19430         pedantically.
19431         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
19432         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
19433
19434         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
19435         not "==".  Reported by Ralf Wildenhues.
19436
19437 2006-03-01  Karl Berry  <karl@gnu.org>
19438
19439         * doc/Copyright/request-*: new files, synced from gnuorg.
19440
19441 2006-03-01  Karl Berry  <karl@gnu.org>
19442
19443         * config/srclist.txt (Copyright/*): new entries.
19444
19445 2006-02-28  Simon Josefsson  <jas@extundo.com>
19446
19447         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
19448
19449 2006-02-27  Simon Josefsson  <jas@extundo.com>
19450
19451         * lib/base64.h: Indent #define's.  From Jim Meyering
19452         <jim@meyering.net>.
19453
19454 2006-02-27  Jim Meyering  <jim@meyering.net>
19455
19456         Revert the change of 2006-02-24, so these files can continue
19457         to be sync'd from gettext.
19458         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
19459         of `config.h'.
19460
19461 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         * modules/intprops: New file.
19464         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
19465         Add intprops.
19466         * modules/getloadavg (Files): Remove lib/intprops.h.
19467         (Depends-on): Add intprops.
19468         * modules/human: Likewise.
19469         * modules/inttostr: Likewise.
19470         * modules/openat: Likewise.
19471         * modules/sig2str: Likewise.
19472         * modules/userspec: Likewise.
19473         * modules/utimecmp: Likewise.
19474         * modules/xnanosleep: Likewise.
19475         * modules/xstrtol: Likewise.
19476
19477 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
19478
19479         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
19480         * modules/lock-tests (TESTS): Use $(EXEEXT).
19481         * modules/tls-tests: Likewise.
19482         * modules/argp-tests: Likewise.
19483         (check_PROGRAMS): New var, replacing...
19484         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
19485
19486 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19487
19488         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
19489         `config.h'.
19490
19491 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
19494
19495 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19496
19497         Sync from coreutils.
19498         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
19499         gl_CHDIR_SAFER.
19500
19501 2006-02-22  Jim Meyering  <jim@meyering.net>
19502
19503         Sync from coreutils.
19504         * m4/chdir-safer.m4: New file.
19505
19506 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19507
19508         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
19509         AT_FDCWD exceeds INT_MAX.
19510         * lib/openat.h (AT_FDCWD): Likewise.
19511
19512 2006-02-17  Eric Blake  <address@hidden>
19513
19514         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
19515
19516 2006-02-16  Simon Josefsson  <jas@extundo.com>
19517
19518         * modules/getaddrinfo (Depends-on): Add sys_socket.
19519
19520 2006-02-15  Simon Josefsson  <jas@extundo.com>
19521
19522         * build-aux/maint.mk: Add dsyntax-check rule.
19523
19524 2006-02-15  Eric Blake  <ebb9@byu.net>
19525
19526         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
19527         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
19528         'present but cannot compile' warnings on cygwin.
19529         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
19530         use ws2tcpip.h if sys/socket.h works.
19531         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
19532         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
19533
19534 2006-02-14  Simon Josefsson  <jas@extundo.com>
19535
19536         * modules/maintainer-makefile (Files): Rename.
19537
19538         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
19539         and (the local) Makefile.cfg to maint-cfg.mk.
19540
19541         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
19542         to the latter.
19543
19544         * modules/maintainer-makefile: New module.
19545
19546         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
19547         severaly stripped to make it possible to build it up from scratch
19548         with reliable tests.
19549
19550         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
19551         fixes to permit overriding the default actions when configure and
19552         makefile are not available.
19553
19554 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         Sync from coreutils.
19557         * modules/lstat (Depends-on): Don't depend on xalloc.
19558         (License): Change from GPL to LGPL, since this is now simply a
19559         replacement for a libc function.
19560
19561 2006-02-14  Jim Meyering  <jim@meyering.net>
19562
19563         Sync from coreutils.
19564
19565         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
19566         failure on deficient systems, and simplify gnulib lgpl dependencies.
19567         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
19568         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
19569
19570         * lib/xalloc-die.c: Remove unused definition of N_.
19571
19572 2006-02-14  Jim Meyering  <jim@meyering.net>
19573
19574         Sync from coreutils.
19575         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
19576         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
19577         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
19578         double-quote uses of that variable, to accommodate the rare case in
19579         which getmntent is available in none of the libraries checked.  This
19580         happens at least on FreeBSD 5.0.
19581
19582 2006-02-13  Simon Josefsson  <jas@extundo.com>
19583
19584         * gnulib-tool (Usage): Fix --import, from
19585         karl@freefriends.org (Karl Berry).
19586
19587 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
19588
19589         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
19590
19591 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
19592
19593         * lib/argp-namefrob.h: Restore changes accidentally lost during the
19594         "autoupdate" on 2005-12-12.
19595
19596 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
19597
19598         * modules/closeout (Depends-on): Remove atexit.
19599
19600 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
19601
19602         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
19603         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
19604
19605 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19606
19607         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
19608         __EXTENSIONS__ if this causes compilation to fail.  Problem
19609         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
19610         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
19611
19612 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
19613
19614         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
19615         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
19616         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
19617         All uses changed.
19618
19619 2006-01-26  Simon Josefsson  <jas@extundo.com>
19620
19621         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
19622         prototype is visible on mingw32.
19623
19624         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
19625         for mingw32.
19626
19627         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
19628         mingw32).
19629
19630 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19631
19632         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
19633         attempt to open for write; this always fails, at least on POSIX
19634         hosts.  This reinstates the 2006-01-09 change, which was
19635         inadvertently removed.
19636
19637 2006-01-26  Bruno Haible  <bruno@clisp.org>
19638
19639         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
19640         Reported by Paul Eggert.
19641
19642 2006-01-26  Bruno Haible  <bruno@clisp.org>
19643             Paul Eggert  <eggert@cs.ucla.edu>
19644
19645         * lib/stdbool_.h (_Bool)
19646         [(! (defined __cplusplus || defined __BEOS__)
19647           && !defined __GNUC__
19648           && !(defined __HP_cc || defined __xlc__
19649                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
19650                || defined __sgi))]:
19651         #define to signed char in these cases too; this simplifies
19652         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
19653         etc., separately) and makes it more conservative.
19654
19655 2006-01-25  Simon Josefsson  <jas@extundo.com>
19656
19657         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
19658         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
19659         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
19660
19661 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
19662
19663         * lib/argp-namefrob.h: Bugfix. Remove stray #
19664
19665 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
19666
19667         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
19668         so that we test the test.
19669         Check for yet another HP-UX cc bug involving *bool |= bool.
19670
19671 2006-01-25  Karl Berry  <karl@gnu.org>
19672
19673         * config/srclist.txt (vasnprintf.c): sync lost.
19674
19675 2006-01-25  Jim Meyering  <jim@meyering.net>
19676
19677         Sync from the stable (b5) branch of coreutils:
19678
19679         * lib/fts.c (fts_children): Don't let close() clobber errno from
19680         failed fchdir().
19681
19682         * lib/fts.c (fts_stat): When following a symlink-to-directory,
19683         don't necessarily interpret stat-fails+lstat-succeeds as indicating
19684         a dangling symlink.  That can also happen at least for ELOOP.
19685         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
19686         FYI, this bug predates the inclusion of fts.c in coreutils.
19687
19688         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
19689         in their own block, so pre-c99 compilers don't object.
19690
19691         Avoid the double-free (first in fts_read, second in fts_close) that
19692         would occur when an `active' directory is made inaccessible (e.g.,
19693         via chmod a-x) during a traversal.
19694         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
19695         before returning.  Reproduce this failure by
19696         mkdir -p a/b; cd a; chmod a-x . b
19697         Reported by Stavros Passas.
19698
19699 2006-01-25  Jim Meyering  <jim@meyering.net>
19700
19701         * lib/fileblocks.c: Remove more useless parentheses.
19702         * lib/readutmp.h: Likewise.
19703
19704 2006-01-25  Bruno Haible  <bruno@clisp.org>
19705
19706         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
19707         warnings.
19708         Reported by Paul Eggert.
19709
19710 2006-01-25  Bruno Haible  <bruno@clisp.org>
19711
19712         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
19713         rid of a trap command. For Solaris sh.
19714         Reported by Mark D. Baushke <mdb@gnu.org>.
19715
19716 2006-01-24  Simon Josefsson  <jas@extundo.com>
19717
19718         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
19719         Bruno.
19720
19721 2006-01-24  Karl Berry  <karl@gnu.org>
19722
19723         * config/srclist.txt (argp-namefrob.h): sync lost.
19724
19725 2006-01-24  Jim Meyering  <jim@meyering.net>
19726
19727         * modules/openat (Files): Add lib/intprops.h.
19728         From Mark D. Baushke.
19729
19730 2006-01-24  Jim Meyering  <jim@meyering.net>
19731
19732         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
19733         Reported by Mark D. Baushke.
19734
19735 2006-01-24  Jim Meyering  <jim@meyering.net>
19736
19737         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
19738
19739 2006-01-24  Bruno Haible  <bruno@clisp.org>
19740
19741         * modules/strnlen (Maintainer): Change from glibc to all.
19742
19743 2006-01-24  Bruno Haible  <bruno@clisp.org>
19744
19745         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
19746         Patch by Paul Eggert.
19747
19748 2006-01-24  Bruno Haible  <bruno@clisp.org>
19749
19750         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
19751         already has it.
19752         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
19753         2005-11-26.
19754
19755         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
19756         'signed char' to avoid problems with the built-in _Bool type.
19757         Reported by Paul Eggert on 2005-11-26.
19758
19759 2006-01-24  Bruno Haible  <bruno@clisp.org>
19760
19761         * gnulib-tool (func_import): Avoid constructing complicated sed
19762         expressions inside backquote.
19763         Report and solution by Mark D. Baushke <mdb@gnu.org>.
19764
19765 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
19766
19767         These changes imported from libc.
19768         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
19769         test and two separate function calls.
19770         * lib/strndup.c (__strndup): Add libc_hidden_def.
19771
19772 2006-01-23  Simon Josefsson  <jas@extundo.com>
19773
19774         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
19775         Remove the test_*_SOURCES variable: automake infers it by default.
19776         * modules/tls-tests: Likewise.
19777
19778 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19779
19780         Work around porting bugs reported by Dieter in
19781         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
19782         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
19783         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
19784         Include "getopt.h" first, to check interface.
19785         (getenv): Declare only if defined HAVE_DECL_GETENV &&
19786         !HAVE_DECL_GETENV.
19787         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
19788         (__strndup): Revert to K&R-style function dfns, the glibc style.
19789         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
19790         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
19791         Include strnlen.h first, to get prototype properly.
19792         (strnlen): Renamed from __strnlen.
19793         Remove weak alias.
19794
19795 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19796
19797         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
19798
19799 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19800
19801         * config/srclist.txt: Adjust to reflect glibc reorganization.
19802         This affects only comments.
19803
19804 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19805
19806          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
19807          Reported by Bruce Korb <bkorb@gnu.org>.
19808
19809 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19810
19811         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
19812         to pacify gcc -Wswitch-default.
19813
19814 2006-01-22  Bruno Haible  <bruno@clisp.org>
19815
19816         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
19817         temporary buffer for sprintf, take into account the precision also
19818         for 'd', 'i', 'u', 'o', 'x', 'X'.
19819
19820 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
19821
19822         * modules/argp-tests: New module
19823         * tests/test-argp.c: New file
19824         * tests/test-argp-2.sh: New file
19825
19826 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
19827
19828         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
19829         (__argp_base_name): Removed
19830         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
19831         typo.
19832         (__argp_base_name): Provide macro definition or extern declaration
19833         depending on the configuration
19834
19835 2006-01-20  Simon Josefsson  <jas@extundo.com>
19836
19837         * modules/inet_ntop (Depends-on): Depend on sys_socket.
19838
19839 2006-01-20  Simon Josefsson  <jas@extundo.com>
19840
19841         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
19842
19843 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19844
19845         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
19846         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
19847         Suggested by Bruno Haible.
19848
19849 2006-01-20  Karl Berry  <karl@gnu.org>
19850
19851         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
19852         until changes propagate, I guess.
19853
19854 2006-01-19  Simon Josefsson  <jas@extundo.com>
19855
19856         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
19857
19858 2006-01-19  Simon Josefsson  <jas@extundo.com>
19859
19860         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
19861
19862 2006-01-19  Simon Josefsson  <jas@extundo.com>
19863
19864         * gnulib-tool: Set check_PROGRAMS.
19865
19866         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
19867         modules/des-tests, modules/gc-arcfour-tests,
19868         modules/gc-arctwo-tests, modules/gc-des-tests,
19869         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
19870         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
19871         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
19872         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
19873         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
19874         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
19875         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
19876         test_*_SOURCES.
19877
19878 2006-01-18  Simon Josefsson  <jas@extundo.com>
19879
19880         * modules/socklen (Depends-on): Depend on sys_socket.
19881
19882 2006-01-18  Simon Josefsson  <jas@extundo.com>
19883
19884         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
19885         modules/des-tests, modules/gc-arcfour-tests,
19886         modules/gc-arctwo-tests, modules/gc-des-tests,
19887         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
19888         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
19889         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
19890         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
19891         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
19892         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
19893         $(EXEEXT) to automake TESTS variable, for mingw32.
19894
19895 2006-01-17  Simon Josefsson  <jas@extundo.com>
19896
19897         * modules/socklen (Include): Need sys/socket.h.
19898
19899 2006-01-17  Bruno Haible  <bruno@clisp.org>
19900
19901         * modules/ssize_t (Include): Add <sys/types.h>.
19902
19903 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
19904
19905         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
19906         it's not portable and it doesn't work with cross-compiles.
19907         Problem reported by Bruno Haible.  Fix missing-$ typo in
19908         'test "gl_cv_ignore_unused_libraries" ...' that prevented
19909         -zignore from being used with Sun's C compiler.
19910
19911 2006-01-12  Simon Josefsson  <jas@extundo.com>
19912
19913         * lib/base64.c: Fix warning, reported by Bruno Haible
19914         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
19915
19916 2006-01-12  Bruno Haible  <bruno@clisp.org>
19917
19918         * modules/ldd: New file.
19919         * build-aux/ldd.sh.in: New file.
19920         * MODULES.html.sh (Support for building libraries and executables): Add
19921         ldd.
19922
19923 2006-01-12  Bruno Haible  <bruno@clisp.org>
19924
19925         * m4/ldd.m4: New file.
19926
19927 2006-01-12  Bruno Haible  <bruno@clisp.org>
19928
19929         * gnulib-tool (func_import, func_create_testdir): Don't go into an
19930         endless loop while replacing $auxdir with build-aux.
19931
19932 2006-01-11  Simon Josefsson  <jas@extundo.com>
19933
19934         * lib/stdint_.h (SIZE_MAX): Add missing (.
19935
19936 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         Sync from coreutils.
19939         * lib/md5.c: Fix commentary typos.
19940         (alignof, UNALIGNED_P): No need for a GCC-specific version.
19941         * lib/md5.h (__attribute__): Remove; unused.
19942         * lib/sha1.c: Fix commentary to match md5 better.
19943         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
19944         so that we don't need to worry about alignment.  All uses changed.
19945         This merges the 2005-10-28 md5 change into sha1.
19946
19947 2006-01-11  Jim Meyering  <jim@meyering.net>
19948
19949         Sync from coreutils.
19950         * lib/md5.c (OP): Fix spacing.
19951
19952 2006-01-11  Bruno Haible  <bruno@clisp.org>
19953
19954         Ensure automatic ordering between gl_LOCK and gl_ARGP.
19955         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
19956         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
19957
19958 2006-01-11  Bruno Haible  <bruno@clisp.org>
19959
19960         Ensure automatic ordering between gl_LOCK and gl_ARGP.
19961         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
19962         the "early" section as well.
19963
19964 2006-01-11  Bruno Haible  <bruno@clisp.org>
19965
19966         Avoid "ar: no archive members specified" error on MacOS X.
19967         * gnulib-tool (func_modules_add_dummy): New function.
19968         (func_import, func_create_testdir): Invoke it.
19969
19970 2006-01-11  Bruno Haible  <bruno@clisp.org>
19971
19972         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
19973         with $auxdir in AC_CONFIG_FILES statements.
19974
19975 2006-01-11  Bruno Haible  <bruno@clisp.org>
19976
19977         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19978         Initialize also noinst_HEADERS to empty.
19979
19980 2006-01-11  Bruno Haible  <bruno@clisp.org>
19981
19982         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
19983         variables.
19984         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
19985         autoreconf.
19986
19987 2006-01-11  Bruno Haible  <bruno@clisp.org>
19988
19989         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
19990         overridable by the user.
19991         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19992
19993 2006-01-10  Simon Josefsson  <jas@extundo.com>
19994
19995         * modules/sys_socket: New file.
19996
19997 2006-01-10  Simon Josefsson  <jas@extundo.com>
19998
19999         * m4/sys_socket_h.m4: New file.
20000
20001 2006-01-10  Simon Josefsson  <jas@extundo.com>
20002
20003         * lib/socket_.h: New file.
20004
20005 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         * modules/readutmp (Maintainer): Add myself.
20008
20009 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20010
20011         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
20012         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
20013         People who are still concerned with buggy memcmp implementations
20014         can invoke gl_FUNC_MEMCMP themselves.
20015
20016 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20017
20018         * lib/regex_internal.h (BITSET_WORD_BITS):
20019         Work around a bug in 64-bit PGC (before version 6.1-2), where the
20020         preprocessor mishandles large unsigned values as if they were signed.
20021         Problem reported by Claudio Fontana in
20022         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
20023
20024 2006-01-10  Jim Meyering  <jim@meyering.net>
20025
20026         Avoid the double-free (first in fts_read, second in fts_close) that
20027         would occur when an `active' directory is made inaccessible (e.g.,
20028         via chmod a-x) during a traversal.
20029         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
20030         before returning.  Reproduce this failure by
20031         mkdir -p a/b; cd a; chmod a-x . b
20032         Reported by Stavros Passas.
20033
20034         Sync from coreutils.
20035         * lib/sha1.c: Tweak grammar in a comment.
20036
20037 2006-01-10  Jim Meyering  <jim@meyering.net>
20038
20039         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
20040         Patch by Joerg Sonnenberger.
20041
20042 2006-01-10  Bruno Haible  <bruno@clisp.org>
20043
20044         * modules/readutmp: Depend on module free.
20045         * modules/strtok_r: Depend on module restrict.
20046
20047 2006-01-10  Bruno Haible  <bruno@clisp.org>
20048
20049         * modules/gettext (configure.ac): Add an invocation of
20050         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
20051
20052 2006-01-10  Bruno Haible  <bruno@clisp.org>
20053
20054         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
20055         Reported by Werner Lemberg <wl@gnu.org>.
20056
20057 2006-01-10  Bruno Haible  <bruno@clisp.org>
20058
20059         * lib/localcharset.c: Update from GNU gettext.
20060
20061 2006-01-10  Bruno Haible  <bruno@clisp.org>
20062
20063         * lib/argp.h (__const): Remove macro. Use const instead.
20064         * lib/argp-fmtstream.h (__const): Likewise.
20065         * lib/glob_.h (__const): Remove macro.
20066         * lib/glob-libc.h: Use const instead of __const.
20067
20068 2006-01-10  Bruno Haible  <bruno@clisp.org>
20069
20070         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
20071         variable.
20072         Needed to avoid an automake error regarding the 'gettext' module.
20073
20074 2006-01-09  Simon Josefsson  <jas@extundo.com>
20075
20076         * modules/inet_ntop (Depends-on): Add restrict.
20077
20078 2006-01-09  Simon Josefsson  <jas@extundo.com>
20079
20080         * modules/gc-rijndael-tests (License): Put under LGPL.
20081
20082         * modules/gc-des-tests (License): Likewise.
20083
20084         * modules/gc-arcfour-tests (License): Likewise.
20085
20086         * modules/gc-arctwo-tests (License): Likewise.
20087
20088         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
20089
20090         * modules/gc-hmac-sha1-tests (Files): Likewise.
20091
20092         * modules/gc-hmac-md5-tests (License): Likewise.
20093
20094         * modules/gc-sha1-tests (License): Likewise.
20095
20096         * modules/gc-md5-tests (License): Likewise.
20097
20098         * modules/gc-md4-tests (License): Likewise.
20099
20100         * modules/gc-md2-tests (License): Likewise.
20101
20102         * modules/gc-tests (License): Likewise.
20103
20104         * modules/des-tests (License): Likewise.
20105
20106         * modules/md4-tests (License): Likewise.
20107
20108         * modules/md2-tests (License): Likewise.
20109
20110 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20111
20112         Sync from coreutils:
20113
20114         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
20115         * modules/lib-ignore: New file.
20116         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
20117         chdir-safer.m4, lchmod.m4.
20118         * modules/openat: Add mkdirat.c, openat-priv.h.
20119
20120 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20121
20122         Sync from coreutils.
20123         * m4/lib-ignore.m4: New file.
20124         * m4/lchmod.m4: New file.
20125
20126 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20127
20128         Sync from coreutils.
20129         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
20130         for write access: POSIX says that must fail.
20131         * lib/fts.c (diropen): Likewise.
20132         * lib/save-cwd.c (save_cwd): Likewise.
20133         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
20134         well, for minor improvements on hosts that lack O_DIRECTORY.
20135         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
20136         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
20137         Fall back on chown if open failed with EACCES.
20138
20139         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
20140         Report an error at compile-time if only a 1-second nominal clock
20141         resolution is found.
20142
20143         * lib/lchmod.h: New file.
20144         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
20145         (make_dir_parents): Use lchown rather than chown, and
20146         lchmod rather than chmod.
20147
20148         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
20149         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
20150         "proc" reported by n0dalus.
20151
20152         * lib/mountlist.c: Include <limits.h>.
20153         (dev_from_mount_options)
20154         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
20155         New function.  It no longer assumes "dev=" has the System V meaning
20156         on Linux (since it doesn't).  It also parses "dev=" more carefully.
20157         (read_file_system_list)
20158         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
20159         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
20160         dev= in that case.
20161
20162         * lib/posixtm.h (PDS_PRE_2000): New macro.
20163         * lib/posixtm.c (year): Arg is now syntax_bits rather than
20164         allow_century.  All usages changed.  Reject dates outside the range
20165         1969-1999 if PDS_PRE_2000 is used.
20166
20167 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20168
20169         Sync from coreutils.
20170         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
20171         (Time of day items): Mention the possibility of leap seconds.
20172         Problem reported by Dr. David Alan Gilbert.
20173
20174 2006-01-09  Jim Meyering  <jim@meyering.net>
20175
20176         Sync from coreutils.
20177
20178         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
20179
20180         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
20181
20182         * lib/modechange.c (mode_compile): Reject an invalid mode string
20183         that starts with an octal digit.  From Andreas Gruenbacher.
20184
20185         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
20186         and dup to open_safer and dup_safer, respectively.
20187         (openat_permissive): Fix typo in comment.
20188
20189         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
20190         "gettext.h"; either no longer needed or are guaranteed by openat.h.
20191         (_): Remove; no longer needed.
20192         (openat): Renamed from rpl_openat; no need for rpl_openat
20193         since openat.h renames openat for us.
20194         Replace most of the body with a call to openat_permissive,
20195         to avoid duplicate code.
20196         Port to (probably hypothetical) environments were mode_t is
20197         wider than int.
20198         (openat_permissive): Require mode arg, so that we can check
20199         types better.  Put it just after flags.  Change cwd failure
20200         indicator from pointer-to-bool to pointer-to-errno-value.
20201         All callers changed.
20202         Invoke openat_save_fail and/or openat_restore_fail if
20203         cwd_errno is null, so that openat can call us.
20204         (openat_permissive, fdopendir, fstatat, unlinkat):
20205         Simplify errno handling to avoid some duplicate code,
20206         as it's OK to set errno on success.
20207         * lib/openat.h: Revamp code so that function macros depend on
20208         __OPENAT_PREFIX only, not also on AT_FDCWD.
20209         (openat_ro): Remove.  Caller changed to use openat_permissive.
20210         (openat_permissive): Now a macro, if not a function.
20211         (openat_restore_fail, openat_save_fail): Now always functions,
20212         since mkdirat needs them even if __OPENAT_PREFIX is defined.
20213
20214         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
20215         and openat.c.
20216         * lib/mkdirat.c: Include openat-priv.h.
20217         Remove definitions of macros defined therein.
20218         * lib/openat.c: Likewise.
20219
20220         * lib/mkdirat.c (mkdirat): New file and function.
20221         * lib/openat.h (mkdirat): Declare.
20222
20223         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
20224
20225         * lib/openat.h (openat_permissive): Declare.
20226         (openat_ro): Define.
20227
20228         * lib/openat.c (EXPECTED_ERRNO): New macro.
20229         (openat_permissive): New function -- used in remove.c rewrite.
20230         (all functions): Set errno just before returning, only if there
20231         was an actual failure.
20232         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
20233
20234         Emulate openat-family functions using Linux's procfs, if possible.
20235         Idea and some code based on Ulrich Drepper's glibc changes.
20236
20237         * lib/openat.c: (BUILD_PROC_NAME): New macro.
20238         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
20239         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
20240         before falling back on save_cwd and restore_cwd.
20241         (fdopendir, fstatat, unlinkat): Likewise.
20242
20243         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
20244         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
20245
20246         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
20247         as second argument to va_arg.  Otherwise, some versions of gcc
20248         warn that `if this code is reached, the program will abort'.
20249
20250 2006-01-09  Jim Meyering  <jim@meyering.net>
20251
20252         Sync from coreutils.
20253         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
20254         Require openat-priv.h.
20255
20256 2006-01-09  Bruno Haible  <bruno@clisp.org>
20257
20258         * modules/strnlen (Include): Use strnlen.h.
20259
20260 2006-01-09  Bruno Haible  <bruno@clisp.org>
20261
20262         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
20263
20264 2006-01-09  Bruno Haible  <bruno@clisp.org>
20265
20266         * lib/sysexit_.h (EX_OK): New macro.
20267         Suggested by Martin Lambers <marlam@marlam.de>.
20268
20269 2006-01-09  Bruno Haible  <bruno@clisp.org>
20270
20271         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
20272         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
20273
20274 2006-01-09  Bruno Haible  <bruno@clisp.org>
20275
20276         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
20277         numbers.
20278
20279 2006-01-09  Bruno Haible  <bruno@clisp.org>
20280
20281         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
20282         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
20283         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
20284         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
20285
20286 2006-01-09  Bruno Haible  <bruno@clisp.org>
20287
20288         * build-aux/javacomp.sh.in: New file, moved from lib/.
20289         * modules/javacomp-script (Files): Update.
20290         (configure.ac): Add AC_CONFIG_FILES invocation.
20291         (EXTRA_DIST): Remove variable.
20292
20293         * build-aux/javaexec.sh.in: New file, moved from lib/.
20294         * modules/javaexec (Files): Update.
20295         (configure.ac): Add AC_CONFIG_FILES invocation.
20296         (EXTRA_DIST): Remove javaexec.sh.in.
20297
20298         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
20299         * modules/csharpcomp-script (Files): Update.
20300         (configure.ac): Add AC_CONFIG_FILES invocation.
20301         (EXTRA_DIST): Remove variable.
20302
20303         * build-aux/csharpexec.sh.in: New file, moved from lib/.
20304         * modules/csharpexec (Files): Update.
20305         (configure.ac): Add AC_CONFIG_FILES invocation.
20306         (EXTRA_DIST): Remove csharpexec.sh.in.
20307
20308 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
20309
20310         Sync from coreutils.
20311
20312         Add POSIX ACL support
20313         * lib/acl.h (copy_acl, set_acl): Add declarations.
20314         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
20315         systems other than Linux.
20316         (chmod_or_fchmod): New function: use fchmod when possible,
20317         and chmod otherwise.
20318         (file_has_acl): Add a POSIX ACL implementation, with a
20319         Linux-specific subcase.
20320         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
20321         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
20322         acls are unsupported.
20323         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
20324         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
20325         are unsupported.
20326
20327 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
20328
20329         Sync from coreutils.
20330         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
20331
20332 2006-01-07  Bruno Haible  <bruno@clisp.org>
20333
20334         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
20335         gl_EARLY.
20336
20337 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * lib/strftime.c (tzname): Don't declare if it is already #defined.
20340         Problem reported for Mingw by Mark Junker.
20341
20342 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20343
20344         * README: Gnulib normally doesn't generate a tarball.
20345
20346 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
20347
20348         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
20349         long int, not int, for nanosecond counts, so that people who are
20350         used to POSIX struct timespec won't be surprised.  Reported by Jim
20351         Meyering.
20352
20353 2005-12-28  Bruno Haible  <bruno@clisp.org>
20354
20355         * build-aux/config.rpath: Update from GNU gettext.
20356
20357 2005-12-16  Jim Meyering  <jim@meyering.net>
20358
20359         * modules/fprintftime: New module.
20360         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
20361
20362 2005-12-16  Jim Meyering  <jim@meyering.net>
20363
20364         * m4/fprintftime.m4: New file.
20365
20366 2005-12-16  Jim Meyering  <jim@meyering.net>
20367
20368         * lib/fprintftime.c, lib/fprintftime.h: New files.
20369
20370 2005-12-15  Simon Josefsson  <jas@extundo.com>
20371
20372         * modules/socklen (configure.ac): Fix M4 macro name, to align with
20373         new m4/socklen.m4.
20374
20375 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20376
20377         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
20378         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
20379
20380 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20381
20382         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
20383         * lib/argp-help.c (fill_in_uparams): Check if the constructed
20384         struct uparams is valid. Fall back to the default values if it is
20385         not.
20386
20387 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20388
20389         * modules/argp (Files): Add argp-pin.c
20390         (Depends-on): dirname
20391         (lib_SOURCES): Add argp-pin.c
20392
20393 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20394
20395         * m4/argp.m4:  Check if program_invocation_name and
20396         program_invocation_short_name are declared and define appropriate
20397         macros if they are not.
20398
20399 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20400
20401         * lib/argp-help.c (__argp_base_name): New function
20402         (__argp_short_program_name): Rewrite using __argp_base_name
20403         * lib/argp-namefrob.h: Define program_invocation_name and
20404         program_invocation_short_name if requested
20405         (__argp_base_name): Add prototype
20406         * lib/argp-parse.c (argp_def): Use gettext wrappers
20407         (argp_default_parser): Use __argp_base_name
20408         * lib/argp-pin.c: New file. Defines program_invocation_name and
20409         program_invocation_short_name on systems that lack them.
20410
20411 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20412
20413         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
20414         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
20415         porting problem reported by Georg Schwarz in
20416         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
20417
20418 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
20421         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
20422         porting problem reported by Georg Schwarz in
20423         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
20424
20425 2005-12-05  Bruno Haible  <bruno@clisp.org>
20426
20427         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
20428         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
20429         Reported by Mark Junker <mjscod@gmx.de>.
20430
20431 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
20432
20433         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
20434         Use implementation from Albert Chin, with some
20435         comments/corrections by Stepan Kasal and myself.
20436
20437 2005-12-02  Bruno Haible  <bruno@clisp.org>
20438
20439         * gnulib-tool (func_import): Accept GPLed build tool modules when
20440         --lgpl is given.
20441         * modules/csharpcomp-script: New file.
20442         * modules/csharpcomp: Depend on it.
20443         * modules/javacomp-script: New file.
20444         * modules/javacomp: Depend on it.
20445         Suggested by Simon Josefsson.
20446
20447 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
20448
20449         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
20450         statement, to work around an HP-UX 10.20 compiler bug reported by
20451         Peter O'Gorman.
20452
20453 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
20454
20455         * modules/savedir (Depends-on): Add openat.
20456
20457 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
20458
20459         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
20460         (uintmax_t) [defined uintmax_t]: Do not declare.
20461         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
20462         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
20463         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
20464         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
20465         sake of portability to weird hosts that C allows (though we don't
20466         know of any practical examples).
20467
20468         * lib/savedir.h (fdsavedir): New decl.
20469         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
20470         contains most of the former guts of savedir.
20471         (savedir): Use savedirstream.
20472         Include "openat.h".
20473
20474 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20475
20476         * modules/obstack (Files): Add m4/ulonglong.m4.
20477         Problem reported by Davide Angelocola.
20478
20479 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
20480
20481         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
20482         coreutils no longer futzes with rounding modes.
20483
20484 2005-11-14  Jim Meyering  <jim@meyering.net>
20485
20486         * lib/mkstemp-safer.c: Include <config.h>, required for possible
20487         replacement of mkstemp.
20488
20489 2005-11-10  Simon Josefsson  <jas@extundo.com>
20490
20491         * lib/readline.c: Remove EOL.
20492
20493 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20494
20495         * modules/gethrxtime (Depends-on): Add gettime.
20496
20497 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20498
20499         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
20500         or gettimeofday; no longer needed.
20501
20502 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20503
20504         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
20505         time business.
20506         (gethrxtime) [! (HAVE_NANOUPTIME
20507         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
20508         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
20509         our own approximation.
20510
20511 2005-11-08  Eric Blake  <ebb9@byu.net>
20512
20513         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
20514
20515 2005-11-08  Eric Blake  <ebb9@byu.net>
20516
20517         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
20518
20519 2005-11-04  Bruno Haible  <bruno@clisp.org>
20520
20521         * gnulib-tool: Implement --update mode.
20522
20523 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         Fix porting problem reported by Theodoros V. Kalamatianos.
20526         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
20527         Don't assume that futimes failing means we must fail.
20528
20529 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20530
20531         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
20532         variables to suggest the intended function of the PATH_MAX check.
20533
20534 2005-10-30  Kean Johnston  <jkj@sco.com>
20535
20536         Trivial changes to support SCO systems.
20537         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
20538         as PATH_MAX.
20539         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
20540         where __ptr is null when no I/O is pending.
20541
20542 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
20545         leave errno alone.  Problem reported by Dmitry V. Levin.
20546
20547 2005-10-28  Simon Josefsson  <jas@extundo.com>
20548
20549         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
20550         Test more.
20551
20552         * tests/test-gc-md2.c, tests/test-md2.c: New files.
20553
20554         * modules/md2, modules/md2-tests: New files.
20555
20556 2005-10-28  Simon Josefsson  <jas@extundo.com>
20557
20558         * m4/inet_ntop.m4: More tests.
20559
20560         * m4/gc-md2.m4, md2.m4: New file.
20561
20562 2005-10-28  Simon Josefsson  <jas@extundo.com>
20563
20564         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
20565         "restrict" keywords, as per POSIX.  Protect the function
20566         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
20567         Don't use K&R prototypes.  Check the sprintf return values.
20568         Re-define EAFNOSUPPORT if not present.  Indent.
20569
20570         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
20571         suggested by Bruno Haible <bruno@clisp.org>.
20572
20573         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
20574
20575         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
20576
20577         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
20578         libgcrypt).
20579
20580         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
20581
20582         * lib/md2.h, lib/md2.c: New files.
20583
20584 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
20587         errno alone.  Problem reported by Frederic Jolliton.
20588
20589 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20590
20591         * modules/verify (License): Change from GPL to LGPL.  This is a
20592         tiny module and there are apparently near-equivalents that are
20593         under the BSD license.
20594
20595 2005-10-24  Simon Josefsson  <jas@extundo.com>
20596
20597         * modules/sha1: Relicense to LGPL.
20598
20599 2005-10-24  Simon Josefsson  <jas@extundo.com>
20600
20601         * lib/md4.h: Shrink buffer size, now that we changed the type.
20602
20603 2005-10-23  Simon Josefsson  <jas@extundo.com>
20604
20605         * gnulib-tool (func_import): Fix --tests-base.
20606
20607 2005-10-22  Simon Josefsson  <jas@extundo.com>
20608
20609         * modules/arcfour (Depends-on): Need stdint.
20610
20611 2005-10-22  Simon Josefsson  <jas@extundo.com>
20612
20613         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
20614         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
20615
20616 2005-10-22  Simon Josefsson  <jas@extundo.com>
20617
20618         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
20619         suggested by Bruno Haible <bruno@clisp.org>.
20620
20621 2005-10-22  Simon Josefsson  <jas@extundo.com>
20622
20623         * lib/crc.h: Include stddef.h, for size_t.
20624
20625 2005-10-22  Simon Josefsson  <jas@extundo.com>
20626
20627         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
20628         arcfour_context struct (simplify test vector testing in GNU
20629         Shishi).
20630
20631 2005-10-21  Simon Josefsson  <jas@extundo.com>
20632
20633         * modules/des, modules/des-tests: New files.
20634
20635         * modules/gc-des, modules/gc-des-tests: New files.
20636
20637         * tests/test-des.c, tests/test-gc-des.c: New file.
20638
20639 2005-10-21  Simon Josefsson  <jas@extundo.com>
20640
20641         * modules/arctwo, modules/arctwo-tests: New files.
20642
20643         * tests/test-arctwo.c: New file.
20644
20645         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
20646
20647         * tests/test-gc-arctwo.c: New file.
20648
20649 2005-10-21  Simon Josefsson  <jas@extundo.com>
20650
20651         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
20652         Bruno Haible <bruno@clisp.org>.
20653
20654         * m4/gc-des.m4: New file.
20655
20656 2005-10-21  Simon Josefsson  <jas@extundo.com>
20657
20658         * m4/arctwo.m4: New file.
20659
20660         * m4/gc-arctwo.m4: New file.
20661
20662 2005-10-21  Simon Josefsson  <jas@extundo.com>
20663
20664         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
20665         block.
20666
20667 2005-10-21  Simon Josefsson  <jas@extundo.com>
20668
20669         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
20670         <bruno@clisp.org>.
20671
20672         * lib/hmac-sha1.c (hmac_sha1): Likewise.
20673
20674         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
20675         Bruno Haible <bruno@clisp.org>.
20676
20677         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
20678         <bruno@clisp.org>.
20679
20680 2005-10-21  Simon Josefsson  <jas@extundo.com>
20681
20682         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
20683
20684 2005-10-21  Simon Josefsson  <jas@extundo.com>
20685
20686         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
20687
20688 2005-10-21  Simon Josefsson  <jas@extundo.com>
20689
20690         * lib/des.h, lib/des.c: New files.
20691
20692         * lib/gc-gnulib.c: Support DES.c
20693
20694 2005-10-21  Simon Josefsson  <jas@extundo.com>
20695
20696         * lib/arctwo.h, lib/arctwo.c: New files.
20697
20698         * lib/gc-gnulib.c: Support ARCTWO.
20699
20700 2005-10-21  Simon Josefsson  <jas@extundo.com>
20701
20702         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
20703         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20704
20705 2005-10-21  Simon Josefsson  <jas@extundo.com>
20706
20707         * gnulib-tool (func_import, func_create_testdir): Define automake
20708         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
20709         Makefile.am snippet),
20710         suggested by Bruno Haible <bruno@clisp.org>.
20711
20712         * modules/gc (Makefile.am): Use it.
20713
20714 2005-10-21  Bruno Haible  <bruno@clisp.org>
20715
20716         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
20717         patch.
20718
20719 2005-10-19  Simon Josefsson  <jas@extundo.com>
20720
20721         * tests/test-gc-rijndael.c: New file.
20722
20723         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
20724
20725 2005-10-19  Simon Josefsson  <jas@extundo.com>
20726
20727         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
20728         interface too.
20729
20730 2005-10-19  Simon Josefsson  <jas@extundo.com>
20731
20732         * tests/test-gc-arcfour.c: New file.
20733
20734         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
20735
20736 2005-10-19  Simon Josefsson  <jas@extundo.com>
20737
20738         * modules/gc-md4, modules/gc-md4-tests: New file.
20739
20740         * tests/test-gc-md4.c: New file.
20741
20742 2005-10-19  Simon Josefsson  <jas@extundo.com>
20743
20744         * m4/gc-md4.m4: New file.
20745
20746 2005-10-19  Simon Josefsson  <jas@extundo.com>
20747
20748         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
20749         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
20750         <kasal@ucw.cz>.
20751
20752 2005-10-19  Simon Josefsson  <jas@extundo.com>
20753
20754         * m4/gc-arcfour.m4: New file.
20755
20756         * m4/gc-rijndael.m4: New file.
20757
20758 2005-10-19  Simon Josefsson  <jas@extundo.com>
20759
20760         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
20761
20762 2005-10-19  Simon Josefsson  <jas@extundo.com>
20763
20764         * lib/gc-gnulib.c: Support ARCFOUR.
20765
20766 2005-10-19  Simon Josefsson  <jas@extundo.com>
20767
20768         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
20769         support.
20770
20771         * lib/gc.h: Add ECB enum type.
20772
20773         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
20774
20775 2005-10-18  Simon Josefsson  <jas@extundo.com>
20776
20777         * tests/test-md5.c: New file.
20778
20779         * modules/md5-tests: New file.
20780
20781 2005-10-18  Simon Josefsson  <jas@extundo.com>
20782
20783         * tests/test-md4.c: New file.
20784
20785         * modules/md4, modules/md4-tests: New files.
20786
20787 2005-10-18  Simon Josefsson  <jas@extundo.com>
20788
20789         * m4/md4.m4: New file.
20790
20791 2005-10-18  Simon Josefsson  <jas@extundo.com>
20792
20793         * lib/md4.h, lib/md4.c: New files, based on md5.?.
20794
20795 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
20796
20797         * gnulib-tool (func_create_testdir): Omit the second check whether
20798         BUILT_SOURCES in nonempty.
20799
20800 2005-10-17  Simon Josefsson  <jas@extundo.com>
20801
20802         * tests/test-rijndael.c: New file.
20803
20804 2005-10-17  Simon Josefsson  <jas@extundo.com>
20805
20806         * modules/sha1: Depend on stdint instead of md5.
20807
20808         * modules/md5: Depend on stdint, remove uint32_t.
20809
20810 2005-10-17  Simon Josefsson  <jas@extundo.com>
20811
20812         * modules/gc-sha1-tests: New file.
20813
20814         * tests/test-gc-sha1.c: New file.
20815
20816 2005-10-17  Simon Josefsson  <jas@extundo.com>
20817
20818         * m4/md5.m4: Remove call to uint32_t.m4.
20819
20820 2005-10-17  Simon Josefsson  <jas@extundo.com>
20821
20822         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
20823
20824         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
20825         md5.h.
20826
20827         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
20828
20829         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
20830
20831 2005-10-17  Simon Josefsson  <jas@extundo.com>
20832
20833         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
20834
20835 2005-10-17  Simon Josefsson  <jas@extundo.com>
20836
20837         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
20838
20839 2005-10-17  Simon Josefsson  <jas@extundo.com>
20840
20841         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
20842
20843         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
20844
20845 2005-10-17  Bruno Haible  <bruno@clisp.org>
20846
20847         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
20848         that it can also be used in a test.
20849
20850 2005-10-16  Bruno Haible  <bruno@clisp.org>
20851
20852         * gnulib-tool (func_emit_tests_Makefile_am): Also define
20853         TESTS_ENVIRONMENT, so that individual tests can augment it.
20854
20855         * gnulib-tool (func_create_testdir): Use an intermediate target for
20856         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
20857         macros, like $(ALLOCA_H), which cannot be passed through the command
20858         line.
20859
20860 2005-10-15  Simon Josefsson  <jas@extundo.com>
20861
20862         * modules/rijndael-tests: New file.
20863
20864         * modules/rijndael: New file.
20865
20866 2005-10-15  Simon Josefsson  <jas@extundo.com>
20867
20868         * m4/rijndael.m4: New file.
20869
20870 2005-10-15  Simon Josefsson  <jas@extundo.com>
20871
20872         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
20873
20874         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
20875
20876 2005-10-14  Simon Josefsson  <jas@extundo.com>
20877
20878         * tests/test-arcfour.c: New file.
20879
20880         * modules/arcfour, modules/arcfour-tests: New files.
20881
20882 2005-10-14  Simon Josefsson  <jas@extundo.com>
20883
20884         * m4/arcfour.m4: New file.
20885
20886 2005-10-14  Simon Josefsson  <jas@extundo.com>
20887
20888         * lib/arcfour.h, lib/arcfour.c: New files.
20889
20890 2005-10-14  Roland McGrath  <roland@redhat.com>
20891
20892         Import from libc.  [BZ #1331]
20893         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
20894         macro argument.
20895         Reported by Matej Vela <vela@debian.org>.
20896
20897 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20898
20899         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
20900         include <wchar.h>; no longer needed.
20901
20902 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20903
20904         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
20905
20906 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
20907         and  Ulrich Drepper  <drepper@redhat.com>
20908
20909         Import from libc.
20910         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
20911         instead of inline stream orientation test and two separate
20912         function calls.  Pay no attention to USE_IN_LIBIO.
20913
20914 2005-10-13  Simon Josefsson  <jas@extundo.com>
20915
20916         * modules/gc-hmac-md5-tests: New file.
20917
20918         * tests/test-gc-hmac-sha1.c: New file.
20919
20920         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
20921
20922         * modules/gc-hmac-md5-tests: New file.
20923
20924         * tests/test-gc-md5.c: New file.
20925
20926         * modules/gc-md5-tests: New file.
20927
20928 2005-10-13  Simon Josefsson  <jas@extundo.com>
20929
20930         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
20931         Move memory allocation outside of loop.
20932
20933 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
20934
20935         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
20936         intermediate directory is in a read-only file system.  Problem
20937         reported by Eric Blake.
20938
20939 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
20940
20941         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
20942
20943 2005-10-12  Simon Josefsson  <jas@extundo.com>
20944
20945         * tests/test-hmac-sha1.c: New file.
20946
20947         * modules/hmac-sha1-tests: New file.
20948
20949         * modules/hmac-sha1: New file.
20950
20951 2005-10-12  Simon Josefsson  <jas@extundo.com>
20952
20953         * modules/gc-sha1: New file.
20954
20955 2005-10-12  Simon Josefsson  <jas@extundo.com>
20956
20957         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
20958
20959         * tests/test-gc-pbkdf2-sha1.c: New file.
20960
20961 2005-10-12  Simon Josefsson  <jas@extundo.com>
20962
20963         * modules/gc-md5, modules/gc-hmac-md5: New files.
20964
20965         * modules/gc (Files): Remove md5, memxor and hmac files.
20966
20967 2005-10-12  Simon Josefsson  <jas@extundo.com>
20968
20969         * m4/gc-pbkdf2-sha1.m4: New file.
20970
20971         * m4/gc-hmac-sha1.m4: New file.
20972
20973         * m4/gc-sha1: New file.
20974
20975         * m4/hmac-sha1.m4: New file.
20976
20977 2005-10-12  Simon Josefsson  <jas@extundo.com>
20978
20979         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
20980
20981         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
20982
20983 2005-10-12  Simon Josefsson  <jas@extundo.com>
20984
20985         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
20986         suggested by Bruno Haible <bruno@clisp.org>.
20987
20988 2005-10-12  Simon Josefsson  <jas@extundo.com>
20989
20990         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
20991
20992 2005-10-12  Simon Josefsson  <jas@extundo.com>
20993
20994         * lib/gc-pbkdf2-sha1.c: New file.
20995
20996         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
20997
20998 2005-10-12  Simon Josefsson  <jas@extundo.com>
20999
21000         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
21001
21002         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
21003
21004 2005-10-12  Simon Josefsson  <jas@extundo.com>
21005
21006         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
21007         GC_USE_HMAC_MD5, respectively.
21008
21009         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
21010         (gc_md5): Fix typo.
21011
21012         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
21013
21014         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
21015
21016         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
21017
21018 2005-10-12  Bruno Haible  <bruno@clisp.org>
21019
21020         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
21021         Reported by Stepan Kasal <kasal@ucw.cz>.
21022
21023 2005-10-11  Simon Josefsson  <jas@extundo.com>
21024
21025         * tests/test-crc.c: New file.
21026
21027         * modules/crc, modules/crc-tests: New files.
21028
21029 2005-10-11  Simon Josefsson  <jas@extundo.com>
21030
21031         * m4/crc.m4: New file.
21032
21033 2005-10-11  Simon Josefsson  <jas@extundo.com>
21034
21035         * lib/gc.h: Add gc_hash and gc_hash_buffer.
21036
21037         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
21038
21039         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
21040
21041 2005-10-11  Simon Josefsson  <jas@extundo.com>
21042
21043         * lib/crc.h, lib/crc.c: New files.
21044
21045         * lib/gc.h (gc_hash_buffer): Add doc.
21046
21047 2005-10-11  Bruno Haible  <bruno@clisp.org>
21048
21049         * modules/c-strcasestr: New file.
21050         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
21051
21052 2005-10-11  Bruno Haible  <bruno@clisp.org>
21053
21054         * modules/c-strcase: New file.
21055         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
21056
21057 2005-10-11  Bruno Haible  <bruno@clisp.org>
21058
21059         * lib/strcasecmp.c: Include limits.h.
21060         (strcasecmp): Avoid integer overflow on exotic platforms.
21061         * lib/strncasecmp.c: Include limits.h.
21062         (strncasecmp): Avoid integer overflow on exotic platforms.
21063         Reported by Paul Eggert.
21064
21065 2005-10-11  Bruno Haible  <bruno@clisp.org>
21066
21067         * lib/c-strcasestr.h: New file, from GNU gettext.
21068         * lib/c-strcasestr.c: New file, from GNU gettext.
21069
21070 2005-10-11  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/c-strcase.h: New file, from GNU gettext.
21073         * lib/c-strcasecmp.c: New file, from GNU gettext.
21074         * lib/c-strncasecmp.c: New file, from GNU gettext.
21075
21076 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21077
21078         * modules/mempcpy (License): GPL -> LGPL.
21079         * modules/strchrnul (License): Likewise.
21080         * modules/sysexits (License): Likewise.
21081
21082 2005-10-08  Simon Josefsson  <jas@extundo.com>
21083
21084         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
21085
21086 2005-10-07  Simon Josefsson  <jas@extundo.com>
21087
21088         * m4/memxor.m4: Remove gl_C_RESTRICT call.
21089
21090 2005-10-06  Simon Josefsson  <jas@extundo.com>
21091
21092         * tests/test-hmac-md5.c: New file.
21093
21094         * modules/hmac-md5-tests: New file.
21095
21096         * modules/hmac-md5: New file.
21097
21098 2005-10-06  Simon Josefsson  <jas@extundo.com>
21099
21100         * m4/hmac-md5.m4: New file.
21101
21102         * m4/memxor.m4: Require gl_C_RESTRICT.
21103
21104 2005-10-06  Simon Josefsson  <jas@extundo.com>
21105
21106         * lib/memxor.c (memxor): Avoid casts and warnings.
21107
21108 2005-10-06  Simon Josefsson  <jas@extundo.com>
21109
21110         * lib/hmac-md5.c: New file.
21111
21112         * lib/hmac.h: New file.
21113
21114 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21115
21116         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
21117         promotes to int, not unsigned int, to catch the AIX 5.3
21118         compiler bug.
21119
21120 2005-10-05  Simon Josefsson  <jas@extundo.com>
21121
21122         * modules/memxor: New file.
21123
21124         * modules/iconv (Files): Move config.rpath to havelib, it is used
21125         there.
21126
21127         * modules/havelib (Files): Add config.rpath.
21128
21129 2005-10-05  Simon Josefsson  <jas@extundo.com>
21130
21131         * m4/memxor.m4: New file.
21132
21133 2005-10-05  Simon Josefsson  <jas@extundo.com>
21134
21135         * lib/memxor.c (memxor): Fix compiler error.
21136
21137         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
21138         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
21139
21140         * lib/memxor.h, lib/memxor.c: New files.
21141
21142         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
21143         we assume all systems have it, suggested by Jim Meyering
21144         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
21145         any systems lack sys/socket.h; mingw32 is known to lack it, but we
21146         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
21147         same reasons.
21148
21149 2005-10-05  Simon Josefsson  <jas@extundo.com>
21150
21151         * config/srclist.txt: Add glibc bug 1423 for md5.h.
21152
21153 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
21156         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
21157         needed, since the source code now assumes these .h files.
21158
21159 2005-10-05  Derek Price  <derek@ximbiot.com>
21160
21161         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
21162
21163 2005-10-05  Bruno Haible  <bruno@clisp.org>
21164
21165         * modules/stdint (License): Change to LGPL.
21166
21167 2005-10-04  Simon Josefsson  <jas@extundo.com>
21168
21169         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
21170         D. Baushke" <mdb@gnu.org>.
21171
21172 2005-10-04  Bruno Haible  <bruno@clisp.org>
21173
21174         * lib/verify.h (verify_true): Provide alternative definition for C++.
21175
21176 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
21177
21178         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
21179         (SSIZE_MAX): New macro, if not already defined.
21180         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
21181         than 2 GiB.
21182
21183 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         Sync from coreutils.
21186         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
21187         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
21188         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
21189         ULLONG_MAX doesn't work with 2.7.2.1.
21190
21191 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
21194         From Ben Pfaff.
21195
21196         * modules/exclude (Depends-on): Depend on verify.
21197         * modules/strtoimax (Depends-on): Likewise.
21198         * modules/utimecmp (Depends-on): Likewise.
21199
21200 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
21201
21202         * lib/exclude.c: Include verify.h.
21203         (verify): Remove.  All callers changed to use verify.h's version.
21204         * lib/strtoimax.c: Likewise.
21205         * lib/utimecmp.c: Likewis.e
21206
21207         Sync from coreutils.
21208         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
21209         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
21210         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
21211         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
21212         bother returning ENOSYS if settimeofday or stime fails; just let
21213         them return whatever errno they want to return.
21214         * lib/utimens.c: Include unistd.h, for dup2.
21215         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
21216         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
21217
21218 2005-10-02  Jim Meyering  <jim@meyering.net>
21219
21220         Sync from coreutils.
21221         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
21222         from glibc-2.2.5 that fails for read-only files.
21223
21224 2005-10-02  Jim Meyering  <jim@meyering.net>
21225
21226         Sync from coreutils.
21227         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
21228         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
21229         `#if HAVE_CONFIG_H'.
21230         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
21231         Remove AT_FDCWD test.
21232         Do not consume the fd unless successful.
21233         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
21234         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
21235         block, so that we don't even try to compile it if settimeofday is
21236         available.  This works around a compilation failure on OSF1 V5.1,
21237         due to stime requiring a `long int*' while tv_sec is `int'.
21238
21239 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
21240
21241         Sync from coreutils.
21242         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
21243         against `yes', rather than just testing for nonempty.
21244
21245 2005-10-01  Simon Josefsson  <jas@extundo.com>
21246
21247         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
21248         and Darwin.
21249
21250         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
21251         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
21252         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
21253         freeaddrinfo and gai_strerror are declared by the POSIX headers.
21254         Check if struct addrinfo is declared.
21255
21256 2005-10-01  Simon Josefsson  <jas@extundo.com>
21257
21258         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
21259         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
21260         AI_* and EAI_* definitions.  Protect function declarations.
21261
21262 2005-10-01  Jim Meyering  <jim@meyering.net>
21263
21264         Sync from coreutils.
21265
21266         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
21267         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
21268         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
21269         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
21270         in the inet and nsl libraries.  Required on Solaris 5.7.
21271
21272 2005-10-01  Jim Meyering  <jim@meyering.net>
21273
21274         Sync from coreutils.
21275         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
21276         in the inet and nsl libraries.  Required on Solaris 5.7.
21277
21278 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
21279
21280         * lib/getdelim.c (getdelim): Remove unused variables.
21281
21282 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21283
21284         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
21285         so that the code works even with ancient cpp.  Portability problem
21286         with GCC 2.7.2.1 reported by Thomas M.Ott.
21287
21288 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
21289
21290         * modules/regex (Depends-on): Add strcase.
21291
21292         * modules/gethostname (Licence): Change from GPL to LGPL, since
21293         gethostname.c is a trivial implementation of a standard library
21294         function.
21295         * modules/poll (License): Change from GPL to LGPL, since it's
21296         derived from LGPL code.
21297
21298 2005-09-27  Jim Meyering  <jim@meyering.net>
21299
21300         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
21301         HAVE_CONFIG_H.
21302
21303         * lib/intprops.h (signed_type_or_expr__): Define.
21304         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
21305         for unsigned types.
21306
21307 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21308
21309         * lib/verify.h (verify_expr): Remove, replacing with:
21310         (verify_true): New macro that returns true instead of void.
21311         (verify_type__): Remove.
21312         (verify): Use verify_true rather than verify_type__.
21313
21314 2005-09-26  Bruno Haible  <bruno@clisp.org>
21315
21316         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
21317         is necessary.
21318         (lib_SOURCES): Remove mbchar.c.
21319         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
21320         (Files): Add m4/mbrtowc.m4.
21321         * modules/mbiter: Likewise.
21322         * modules/mbuiter: Likewise.
21323
21324 2005-09-26  Bruno Haible  <bruno@clisp.org>
21325
21326         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
21327         compile mbchar.c if they are not both present.
21328         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
21329         * m4/mbiter.m4 (gl_MBITER): Likewise.
21330         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
21331         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
21332         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
21333
21334 2005-09-25  Jim Meyering  <jim@meyering.net>
21335
21336         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
21337         also uses socklen_t.
21338
21339 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
21340
21341         * lib/utimens.c (ENOSYS): Define if not already defined.
21342         (futimens): Support having a null PATH if the file descriptor
21343         is nonnegative.
21344
21345         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
21346         Remove.
21347         (__attribute): Define to empty unless GCC 3.1 or later.
21348         This works around a core dump on OpenBSD 3.4, which has GCC
21349         2.95.3, which dumps core when given __attribute__(()).  It also
21350         simplifies other tests, since we really don't want to bother with
21351         worrying about which ancient version of GCC supported what.
21352         Original problem reported by Yoann Vandoorselaere, with part of
21353         the fix suggested by Derek Price.
21354
21355 2005-09-24  Jim Meyering  <jim@meyering.net>
21356
21357         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
21358         so we can once again use a positive bitfield width of 1 -- now we
21359         don't have to explain why we were using a bitfield width of 2.
21360
21361 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
21362
21363         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
21364         and similarly for the other external symbols.  Problem reported
21365         by James Gallager.
21366
21367         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
21368         bug reported by Jim Meyering.
21369
21370         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
21371         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
21372         not needed, since socklen is a prerequisite module.
21373
21374 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
21377         Problem reported by Eric Blake.
21378         (getaddrinfo): Initialize se so that it's not garbage.
21379         Redo internal storage allocation so that it doesn't make unportable
21380         assumptions about alignment.
21381         Fix a memory leak.
21382
21383         * lib/utimens.c (futimens): Use futimesat if available.
21384         Prefer it to futimes since it doesn't have the futimes bug.
21385
21386         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
21387         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
21388         Instead, declare a function that returns a pointer to an array,
21389         and use verify_type__ to declare the size of the array.
21390         Problem and germ of a solution reported by Bruno Haible.
21391         (verify_type__): Use 2, not 1, for bitfield size, to avoid
21392         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
21393
21394 2005-09-23  Jim Meyering  <jim@meyering.net>
21395
21396         Sync from coreutils.
21397         Correct build failure (socklen_t not defined) on at least
21398         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
21399         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
21400
21401 2005-09-23  Jim Meyering  <jim@meyering.net>
21402
21403         * modules/getaddrinfo (Depends-on): Add socklen.
21404
21405 2005-09-23  Bruno Haible  <bruno@clisp.org>
21406
21407         * tests/test-verify.c: New file.
21408
21409 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         Sync from coreutils.
21412
21413         * modules/argmatch (Depends-on): Add verify.
21414         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
21415         unistd-safer.
21416         * modules/save-cwd (Depends-on): Likewise.
21417
21418         * modules/openat (Files): Add lib/openat-die.c.
21419         (Depends-on): Remove error, exitfail.
21420         Add dirname.
21421
21422         * modules/verify: New file.
21423         * MODULES.html.sh (Diagnostics <assert.h>): New section,
21424         with "verify" module.
21425
21426 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21427
21428         Sync from coreutils.
21429
21430         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
21431         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
21432         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
21433         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
21434         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
21435         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
21436         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
21437         Don't bother checking for string.h, stdlib.h, unistd.h.
21438         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
21439         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
21440         module's job.
21441         * m4/jm-macros.m4 (gl_MACROS): Likewise.
21442         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
21443
21444         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
21445         (gl_GETDATE): Use it.
21446
21447         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
21448
21449 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21450
21451         Sync from coreutils.
21452
21453         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
21454         stat-time.h.
21455         * lib/argmatch.h: Include verify.h
21456         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
21457         (ARGMATCH_ASSERT): Remove; unused.
21458         * lib/canonicalize.c: Assume STDC_HEADERS.
21459         * lib/exclude.c: Include "strcase.h".
21460         * lib/regex_internal.h [!defined _LIBC]: Likewise.
21461         * lib/getusershell.c: Include stdio--.h rather than stdio.h
21462         and stdio-safer.h.
21463         (getusershell): Call fopen, not fopen_safer.
21464         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
21465         Do not include unistd-safer.h.
21466         (save_cwd): Don't call fd_safer; no longer needed
21467         now that we include fcntl--.h.
21468
21469         * lib/getdate.y (relative_time): New type.
21470         (RELATIVE_TIME_0): New constant.
21471         (parser_control): Use relative_time instead of doing it ourselves.
21472         (%union): Add new relative_time rel member.
21473         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
21474         Now typeless.
21475         (relunit, relunit_snumber): Now of type rel.
21476         (zone, rel, relunit, get_date): Adjust to above changes.
21477
21478         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
21479         Do not include unistd-safer.h.
21480         (getloadavg): Don't call fd_safer; no longer needed
21481         now that we include fcntl--.h.
21482
21483         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
21484         (make_dir_parents): Treat ENOSYS like EEXIST.
21485
21486         Improve quality of diagnostics on restore_cwd failure.
21487         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
21488         (make_dir_parents): Last arg is now int * (for errno), not bool *.
21489         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
21490         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
21491         each time through the loop.  Do not diagnose restore_cwd failure;
21492         that is the caller's job (and perhaps the caller does not care).
21493
21494         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
21495         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
21496         If the file already exists but is not a directory, don't bother
21497         to try to make its parents.
21498         Close potential file descriptor leak if we can't chdir("/") (!).
21499         Don't always return true if chdir($PWD) fails; return true only
21500         if the requested action was done successfully (except for the
21501         chdir($PWD)).
21502         Don't log final directory unless we actually made it.
21503         Refactor to avoid duplicate code to fix up permissions.
21504         Don't attempt to fix up parent permissions if chdir($PWD) fails.
21505
21506         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
21507         to make it a bit faster and (I hope) clearer.
21508         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
21509         Fix bug in formats like %2N.
21510
21511         * lib/verify.h: New file.
21512
21513 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21514
21515         Sync from coreutils.
21516         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
21517
21518 2005-09-22  Jim Meyering  <jim@meyering.net>
21519
21520         Sync from coreutils.
21521
21522         * m4/lstat.m4 (gl_FUNC_LSTAT):
21523         Use AC_LIBSOURCES to require lstat.c and lstat.h.
21524         Remove obsolete comment.
21525         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
21526         * m4/xstrtod.m4: Likewise.
21527
21528         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
21529
21530 2005-09-22  Jim Meyering  <jim@meyering.net>
21531
21532         Sync from coreutils.
21533
21534         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
21535
21536         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
21537         the .tm_year member, since otherwise gcc-4.0 would now warn about
21538         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
21539
21540         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
21541         order to avoid an unsuppressible warning from gcc on 64-bit systems.
21542
21543         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
21544         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
21545         when run in a time zone for which daylight savings time is in effect
21546         for the starting date.
21547
21548         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
21549         stop us from restricting permissions of just-created absolute-named
21550         directories.
21551         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
21552         to restore initial working directory.
21553         * lib/mkdir-p.c (make_dir_parents): New parameter:
21554         different_working_dir, to tell caller if/when we change the working
21555         directory and are unable to return to the initial one.
21556         * lib/mkdir-p.h (make_dir_parents): Update prototype.
21557         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
21558         `return false'.  This fixes a bug introduced on 2004-07-30.
21559
21560         * lib/openat.c (fdopendir): Be sure to close the supplied
21561         file descriptor before returning.  This makes our replacement
21562         implementation a little closer to Solaris's, where fdopendir
21563         ties the file descriptor to the returned DIR* pointer.
21564         * lib/openat.c (unlinkat): New function.
21565         * lib/openat.h (unlinkat): Add prototype.
21566         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
21567         (openat_restore_fail): Rename from openat_restore_die.
21568         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
21569
21570         Provide an alternative to exiting immediately upon save_cwd or
21571         restore_cwd failure.  Now, an application can arrange e.g.,
21572         to perform a longjump in that case.
21573         * lib/openat.c: Include dirname.h.
21574         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
21575         (rpl_openat, fdopendir, fstatat): Call openat_save_die
21576         and openat_restore_die rather than calling error directly.
21577         Don't include "error.h" or "exitfail.h"; they're no longer needed.
21578
21579         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
21580         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
21581         define.
21582
21583         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
21584         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
21585                             int utc, int nanoseconds);
21586         Background:
21587         date should not have to allocate a megabyte of virtual memory to
21588         handle a format argument like +%1048575T.  When implemented with
21589         strftime, it must allocate such a buffer, use strftime to fill it
21590         in, print it, then free it.
21591         With fprintftime, it simply prints everything and exits.
21592         With no need for memory allocation, that's one fewer way to fail.
21593         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
21594         optional field width, not before, so we accept %9:z, not %:9z.
21595         (my_strftime): Be sure to use L_('x') for literals.
21596
21597         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
21598         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
21599         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
21600         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
21601         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
21602         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
21603         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
21604         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
21605         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
21606         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
21607         * lib/xgethostname.c, lib/xreadlink.c:
21608         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
21609
21610         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
21611         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
21612         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
21613         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21614         and don't include <sys/file.h>).
21615
21616 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
21617
21618         Sync from coreutils.
21619
21620         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
21621         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
21622         [!LDAV_DONE]: Avoid unused variable warning.
21623
21624 2005-09-21  Bruno Haible  <bruno@clisp.org>
21625
21626         * lib/unicodeio.h (unicode_to_mb): New declaration.
21627
21628 2005-09-20  Derek Price  <derek@ximbiot.com>
21629
21630         * lib/getaddrinfo.c: Don't include <netdb.h> included from
21631         getaddrinfo.h.
21632
21633 2005-09-20  Bruno Haible  <bruno@clisp.org>
21634
21635         * gnulib-tool: Remove trailing slashes from the values specified for
21636         --source-base, --m4-base, --tests-base, --aux-dir.
21637         Suggested by Simon Josefsson <jas@extundo.com>.
21638
21639 2005-09-20  Bruno Haible  <bruno@clisp.org>
21640
21641         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
21642         func_modules_to_filelist, func_import, func_create_testdir): Make all
21643         sorting results locale-independent, so that gnulib-cache.m4 doesn't
21644         change when gnulib-tool is invoked in a different locale.
21645
21646 2005-09-19  Simon Josefsson  <jas@extundo.com>
21647
21648         * m4/socklen.m4: Fix typo.
21649
21650 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21651
21652         Use a consistent style for including <config.h>.
21653         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
21654         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
21655         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
21656         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
21657         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
21658         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
21659         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
21660         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
21661         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
21662         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
21663         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
21664         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
21665         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
21666         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
21667         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
21668         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
21669         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
21670         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
21671         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
21672         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
21673         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
21674         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
21675         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
21676         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
21677         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
21678         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
21679         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
21680         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
21681         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
21682         lib/xstrtoumax.c, lib/yesno.c:
21683         Standardize inclusion of config.h.
21684         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
21685         lib/inttostr.h:  Removed inclusion of config.h from header files.
21686         * lib/inttostr.c:  Adjusted in-tree users.
21687         * lib/timespec.h: Remove superfluous warning to include config.h.
21688         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
21689         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
21690         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
21691         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
21692         config.h with HAVE_CONFIG_H.
21693
21694 2005-09-19  Jim Meyering  <jim@meyering.net>
21695
21696         * modules/pathmax (License): Change to LGPL.
21697
21698 2005-09-19  Derek Price  <derek@ximbiot.com>
21699
21700         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
21701
21702 2005-09-19  Bruno Haible  <bruno@clisp.org>
21703
21704         * gnulib-tool (import): Provide default for --tests-base.
21705
21706 2005-09-19  Bruno Haible  <bruno@clisp.org>
21707
21708         * doc/quote.texi: New file, extracted from gnulib.texi.
21709         * doc/ctime.texi: New file, extracted from gnulib.texi.
21710         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
21711         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
21712         * doc/gnulib.texi: Include them.
21713
21714 2005-09-18  Bruno Haible  <bruno@clisp.org>
21715
21716         Portability fix.
21717         * gnulib-tool (func_readlink): New function.
21718         (func_ln_if_changed): Use it.
21719
21720 2005-09-18  Bruno Haible  <bruno@clisp.org>
21721
21722         * gnulib-tool: Support --with-tests also with --import.
21723         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
21724         (func_import): Use variables $testsbase and $inctests. Emit a
21725         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
21726         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
21727         SUBDIRS += $testsdir.
21728         (func_create_testdir): Update.
21729
21730 2005-09-18  Bruno Haible  <bruno@clisp.org>
21731
21732         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
21733         instead of $dry_run.
21734         (func_cp_if_changed, func_mv_if_changed): Remove functions.
21735         (func_ln_if_changed): Don't handle dry-run here.
21736         (func_import): In dry-run mode, detect more precisely which actions
21737         would be performed, and don't use "...ing" verbs.
21738
21739 2005-09-18  Bruno Haible  <bruno@clisp.org>
21740
21741         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
21742         (func_import): Use join on two temporary files instead of three nested
21743         loops, in order to determine which files are new or old.
21744
21745 2005-09-18  Bruno Haible  <bruno@clisp.org>
21746
21747         * gnulib-tool (func_import): Comment out code that spits out the
21748         new files with --dry-run.
21749
21750 2005-09-18  Bruno Haible  <bruno@clisp.org>
21751
21752         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
21753
21754 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21755
21756         * lib/stat-time.h: New file.
21757         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
21758         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
21759         in a different way.
21760         (timespec_cmp): New function.
21761         * lib/utimecmp.c: Include stat-time.h.
21762         (SYSCALL_RESOLUTION): Depend on whether various struct stat
21763         members exist, not on the obsolescent ST_MTIM_NSEC.
21764         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
21765
21766 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
21769
21770 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21771
21772         * MODULES.html.sh (File system functions): Add stat-time.
21773         * modules/stat-time: New file.
21774         * modules/timespec (Files): Remove m4/st_mtim.m4; this
21775         is now done in a different way, by the stat-time module.
21776         * modules/utimecmp (Depends-on): Add stat-time.
21777
21778 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21779
21780         * m4/st_mtim.m4: Remove.  Superseded by...
21781         * m4/stat-time.m4: New file.
21782         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
21783         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
21784
21785 2005-09-15  Derek Price  <derek@ximbiot.com>
21786
21787         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
21788
21789 2005-09-15  Derek Price  <derek@ximbiot.com>
21790
21791         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
21792         * lib/regex_internal.c: Ditto, using this...
21793         (__GNUC_PREREQ): ...new macro.
21794         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
21795         using...
21796         (__GNUC_PREREQ): ...this new macro.
21797
21798         * lib/strstr.h: Include string.h. Define strstr as a macro here.
21799
21800 2005-09-15  Derek Price  <derek@ximbiot.com>
21801             Paul Eggert  <eggert@cs.ucla.edu>
21802
21803         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
21804         changes, consolidating in...
21805         * lib/regex_internal.h: ...this file.
21806
21807 2005-09-13  Jim Meyering  <jim@meyering.net>
21808
21809         * lib/canon-host.c: Filter through gnu indent and reword comments
21810         slightly.
21811         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
21812
21813 2005-09-13  Derek Price  <derek@ximbiot.com>
21814
21815         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
21816         failure.
21817         Reported by Jim Meyering  <jim@meyering.net>.
21818
21819 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21820
21821         * lib/base64.c: Typo.
21822         (base64_encode): Put b64str in initialized data section.
21823
21824 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
21825
21826         Merge glibc and coreutils changes into gnulib, plus a few
21827         extra fixes.
21828         * lib/md5.c: Use #error rather than a string.
21829         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
21830         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
21831         (__attribute__): Define to empty for non recent-GCC.
21832         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
21833         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
21834         Renamed from their non-__ counterparts, with new macros replacing
21835         them if not _LIBC.  Add __THROW attribute.
21836         (rol): Remove.
21837         (struct md5_ctx): Align buffer if using GCC.
21838         * lib/sha1.h (struct sha1_ctx): Likewise.
21839         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
21840         The old name was backwards.
21841         (NOTSWAP): Remove; not used.
21842         (rol): New macro, moved here from md5.h.
21843         (sha1_process_block): Remove a FIXME that doesn't make sense.
21844
21845 2005-09-12  Derek Price  <derek@ximbiot.com>
21846
21847         Return usable errors from canon-host.
21848         * lib/canon-host.h: New file.
21849         * lib/canon-host.c (canon_host): Wrap...
21850         (canon_host_r): ...this new function, which now relies exclusively on
21851         getaddrinfo.
21852         (ch_strerror): New function.
21853         (last_cherror): New global.
21854         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
21855         interface.
21856         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
21857         void *.
21858         (freeaddrinfo): Free ai->ai_canonname when set.
21859
21860 2005-09-12  Derek Price  <derek@ximbiot.com>
21861
21862         Make canon-host require getaddrinfo.
21863         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
21864         AC_LIBSOURCE canon-host.h.  Call...
21865         (gl_PREREQ_CANON_HOST): ...this new function, which requires
21866         gl_GETADDRINFO.
21867         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
21868
21869 2005-09-12  Derek Price  <derek@ximbiot.com>
21870
21871         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
21872         LGPL.
21873         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
21874
21875 2005-09-12  Derek Price  <derek@ximbiot.com>
21876
21877         * lib/gai_strerror.c: Include config.h when available.  Include
21878         getaddrinfo.h before other headers to test interface.
21879         Reported by Larry Jones <lawrence.jones@ugs.com>.
21880
21881 2005-09-12  Derek Price  <derek@ximbiot.com>
21882             Paul Eggert  <eggert@cs.ucla.edu>
21883
21884         * modules/glob (Files): Add glob-libc.h.
21885
21886 2005-09-12  Derek Price  <derek@ximbiot.com>
21887             Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
21890         glob_.h, glob-libc.h.
21891         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
21892
21893 2005-09-12  Derek Price  <derek@ximbiot.com>
21894             Paul Eggert  <eggert@cs.ucla.edu>
21895
21896         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
21897         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
21898         protecting things that should be done only in gnulib contexts.
21899         * lib/glob_.h: New file, containing only the glob things needed for
21900         gnulib.
21901         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
21902         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
21903         (glob, globfree, glob_pattern_p): Now defined simply in terms of
21904         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
21905         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
21906         and to respect the namespace rules better.
21907
21908 2005-09-08  Simon Josefsson  <jas@extundo.com>
21909
21910         * modules/socklen: New file.
21911
21912 2005-09-08  Simon Josefsson  <jas@extundo.com>
21913
21914         * m4/socklen.m4: New file.
21915
21916 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21917
21918         * modules/utimens (Files): Add m4/utimbuf.m4, since
21919         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
21920         Reported by Sergey Poznyakoff.
21921
21922 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21923
21924         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
21925         definitions, since that's the preferred style in glibc.
21926         Fix a minor spacing issue, and update copyright notice to match
21927         glibc's.
21928
21929 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21930
21931         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
21932
21933 2005-09-06  Simon Josefsson  <jas@extundo.com>
21934
21935         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
21936         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
21937
21938 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21939
21940         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
21941         warning.
21942
21943 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21944
21945         * config/srclist.txt: Add glibc bug 1302.
21946
21947 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
21948
21949         Change bitset word type from unsigned int to unsigned long int,
21950         as this has better performance on typical 64-bit hosts.
21951         Port bitset code to hosts with unusual word sizes.
21952         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
21953         (build_collating_symbol):
21954         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
21955         argument is a bitset.  This is merely a style issue, but it makes
21956         it clearer that an entire array is expected.
21957         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
21958         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
21959         Port to the case where bitset_word is not the same as unsigned int.
21960         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
21961         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
21962         Likewise.
21963         * lib/regexec.c (check_dst_limits_calc_pos_1,
21964         check_subexp_matching_top):
21965         (build_trtable, group_nodes_into_DFAstates):
21966         Likewise.
21967         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
21968         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
21969         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
21970         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
21971         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
21972         * lib/regcomp.c (optimize_subexps, lower_subexp):
21973         Work even if bitset_word has holes in its bitwise representation.
21974         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
21975         * lib/regexec.c (check_dst_limits_calc_pos_1,
21976         check_subexp_matching_top):
21977         Likewise.
21978         * lib/regex_internal.c (re_string_reconstruct):
21979         Don't assume UCHAR_MAX == 255.
21980         * lib/regex_internal.h (bitset_set_all): Likewise.
21981         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
21982         All uses changed.
21983         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
21984         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
21985         All uses changed.
21986         (BITSET_WORD_MAX): New macro.
21987         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
21988         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
21989         (bitset_empty, bitset_copy):
21990         Prefer sizeof (bitset) to multiplying it out ourselves.
21991         (bitset_not_merge): Remove; unused.
21992         (bitset_contain): Return bool, not unsigned int with one bit on.
21993         All callers changed.
21994         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
21995         alignment than re_node_set; do this by defining a new internal
21996         type struct dests_alloc and using it to allocate memory.
21997
21998 2005-09-05  Bruno Haible  <bruno@clisp.org>
21999
22000         * gnulib-tool (func_import): Fix comparison in handling of symbolic
22001         links.
22002
22003 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
22004
22005         * modules/size_max (Makefile.am): Add size_max.h
22006
22007 2005-09-04  Derek Price  <derek@ximbiot.com>
22008
22009         * gnulib-tool (func_import): Fix reversed $symbolic logic.
22010
22011 2005-09-03  Simon Josefsson  <jas@extundo.com>
22012
22013         * gnulib-tool: Fix typo.
22014
22015 2005-09-03  Simon Josefsson  <jas@extundo.com>
22016
22017         * config/srclist.txt: Add glibc bug 1293.
22018
22019 2005-09-03  Derek Price  <derek@ximbiot.com>
22020
22021         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
22022         From Larry Jones <lawrence.jones@ugs.com>.
22023
22024 2005-09-02  Simon Josefsson  <jas@extundo.com>
22025
22026         * modules/socklen: New file.
22027
22028 2005-09-02  Simon Josefsson  <jas@extundo.com>
22029
22030         * modules/havelib: New module.
22031
22032         * modules/gettext, modules/iconv, modules/lock, modules/readline:
22033         Use havelib.
22034
22035 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
22036
22037         Check for arithmetic overflow when calculating sizes, to prevent
22038         some buffer-overflow issues.  These patches are conservative, in the
22039         sense that when I couldn't determine whether an overflow was possible,
22040         I inserted a run-time check.
22041         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
22042         macros.
22043         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
22044         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
22045         (re_xnrealloc, re_x2nrealloc): New inline functions.
22046         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
22047         parse_bracket_exp):
22048         (build_equiv_class, build_charclass): Check for arithmetic overflow
22049         in size expression calculations.
22050         * lib/regex_internal.c (re_string_realloc_buffers):
22051         (build_wcs_upper_buffer, re_node_set_add_intersect):
22052         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
22053         (re_dfa_add_node, register_state): Likewise.
22054         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
22055         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
22056         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
22057         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
22058
22059 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
22060
22061         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22062         m4/ulonglong.m4.  Problem reported by Martin Lambers.
22063
22064 2005-09-02  Bruno Haible  <bruno@clisp.org>
22065
22066         Support for lib vs. lib64 distinction on biarch platforms.
22067         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
22068         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
22069         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
22070
22071 2005-09-02  Bruno Haible  <bruno@clisp.org>
22072
22073         * gnulib-tool (import): In the other first-use case, provide defaults
22074         as well.
22075
22076 2005-09-02  Bruno Haible  <bruno@clisp.org>
22077
22078         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
22079         patches not yet found in the latest gettext release.
22080
22081 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22082
22083         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
22084         to avoid a collision with bits/local_lim.h in glibc.
22085         All uses changed.  Problem reported by Dmitry V. Levin in
22086         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
22087
22088         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
22089         bugs in int versus size_t comparisons.
22090         (re_string_context_at): Fix bug where the code assumed that
22091         Idx is signed.
22092
22093         Use bool where appropriate.
22094         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
22095         All callers changed.
22096         (calc_eclosure_iter): Likewise, for ROOT arg.
22097         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
22098         (build_charclass_op): Likewise, for NON_MATCH arg.
22099         * lib/regex_internal.c (re_string_allocate, re_string_construct):
22100         (re_string_construct_common): Likewise, for ICASE arg.
22101         * lib/regexec.c (re_search_2_stub, re_search_stub):
22102         Likewise, for RET_LEN arg.
22103         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
22104         (set_regs): Likewise, for FL_BACKTRACK arg.
22105         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
22106         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
22107         (calc_eclosure_iter, parse_bracket_exp):
22108         Use bool for internal variables that are booleans.
22109         * lib/regexec.c (re_search_internal, check_matching,
22110         proceed_next_node):
22111         (set_regs, build_sifted_states, sift_states_bkref):
22112         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
22113         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
22114         (find_collation_sequence_value):
22115         Likewise.
22116         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
22117         (re_node_set_compare):
22118         Return bool, not int. All callers changed.
22119         * lib/regexec.c (check_halt_node_context, check_dst_limits):
22120         (build_trtable, check_node_accept): Likewise.
22121         * lib/regex_internal.h: Include stdbool.h.
22122
22123         Fix bugs uncovered when converting to bool.
22124         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
22125         failure instead of charging ahead blindly.
22126         * lib/regex_internal.c (register_state): Likewise.
22127         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
22128         for freeing internal storage.
22129         (group_nodes_into_DFA_states): Use unsigned int, not int, for
22130         bitset pieces used as boolean, to avoid undefined behavior
22131         on hosts that do int overflow checking.
22132
22133 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * config/srclist.txt: Add glibc bugs 1285-1287.
22136
22137 2005-09-01  Jim Meyering  <jim@meyering.net>
22138
22139         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
22140         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
22141         Require gl_STAT_MACROS, too.
22142
22143 2005-09-01  Bruno Haible  <bruno@clisp.org>
22144
22145         * gnulib-tool (import): In the first-use case, provide defaults.
22146
22147 2005-09-01  Bruno Haible  <bruno@clisp.org>
22148
22149         * gnulib-tool (func_import): Remove the .tmp files.
22150
22151 2005-09-01  Bruno Haible  <bruno@clisp.org>
22152
22153         * gnulib-tool (func_import): Fix handling of symbolic links.
22154
22155 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22156
22157         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
22158         old glibc regex code mishandles strings longer than 2**31 bytes.
22159         This patch fixes this when the regex code is used in gnulib
22160         (i.e., outside glibc).
22161
22162         This patch should not affect the use of the regex code inside
22163         glibc.  No doubt this problem also needs to be handled for glibc
22164         as well, but the result will be an incompatible change to the
22165         glibc ABI, and the old ABI will have to be supported too.  That
22166         can be the the subject for another patch.
22167
22168         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
22169         governing whether the rest of this patch is active.  By default,
22170         the macro is disabled and the patch has no effect.
22171         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
22172         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
22173         (struct re_pattern_buffer, re_search, re_search_2, re_match):
22174         (re_match_2, re_set_registers): Use the new types.
22175         * lib/regex_internal.h (Idx, re_hashval_t): New types.
22176         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
22177         New macros.
22178         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
22179         (re_string_context_at, bin_tree_t, re_dfastate_t):
22180         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
22181         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
22182         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
22183         (re_string_char_size_at, re_string_wchar_at):
22184         (re_string_elem_size_at):
22185         Use the new types and macros to port to 64-bit hosts.
22186         Use unsigned types for internal values, so that the code
22187         mostly works even for arrays larger than SSIZE_MAX.
22188         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
22189         (search_duplicated_node, calc_eclosure_iter, fetch_number):
22190         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
22191         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
22192         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
22193         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
22194         (calc_inveclosure, parse_dup_op, build_range_exp):
22195         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
22196         (fetch_number, create_token_tree, mark_opt_subexp):
22197         Likewise.
22198         * lib/regex_internal.c (re_string_construct_common,
22199         create_ci_newstate):
22200         (create_cd_newstate, re_string_allocate, re_string_construct):
22201         (re_string_realloc_buffers, build_wcs_upper_buffer):
22202         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
22203         (re_string_reconstruct, re_string_peek_byte_case):
22204         (re_string_fetch_byte_case, re_string_context_at):
22205         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
22206         (re_node_set_init_copy, re_node_set_add_intersect):
22207         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22208         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22209         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
22210         (re_acquire_state, re_acquire_state_context, register_state):
22211         Likewise.
22212         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
22213         search_cur_bkref_entry):
22214         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
22215         (re_search_internal, re_search_2_stub, re_search_stub)
22216         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
22217         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
22218         (update_cur_sifted_state, check_dst_limits):
22219         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
22220         (check_subexp_limits, sift_states_bkref, merge_state_array):
22221         (check_subexp_matching_top, get_subexp, get_subexp_sub):
22222         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
22223         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
22224         (expand_bkref_cache, check_node_accept_bytes):
22225         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
22226         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
22227         (acquire_init_state_context, check_halt_node_context):
22228         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
22229         (sift_states_backward, clean_state_log_if_needed):
22230         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
22231         (find_recover_state, transit_state_sb, transit_state_mb):
22232         (transit_state_bkref, build_trtable, match_ctx_clean):
22233         Likewise.
22234         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
22235         to work around an assumption that REG_MISSING is negative.
22236
22237         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
22238         (seek_collating_symbol_entry) [defined _LIBC]:
22239         (lookup_collation_sequence_value) [defined _LIBC]:
22240         (build_range_exp, build_collating_symbol) [defined _LIBC]:
22241         Use prototypes rather than old-style function definitions.
22242         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
22243         (transit_state_sb) [0]:
22244         (find_collation_sequence_value) [defined _LIBC]: Likewise.
22245
22246         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
22247         rm_eo.
22248
22249         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
22250         (optimize_subexps, lower_subexp):
22251         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
22252         since the signed shift might overflow.  Use 1u<<31 instead.
22253         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
22254         Likewise.
22255         * lib/regexec.c (check_dst_limits_calc_pos_1,
22256         check_subexp_matching_top): Likewise.
22257
22258         * lib/regcomp.c (optimize_subexps, lower_subexp):
22259         Use CHAR_BIT rather than 8, for clarity.
22260         * lib/regexec.c (check_dst_limits_calc_pos_1):
22261         (check_subexp_matching_top): Likewise.
22262         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
22263         have to worry about portability issues when shifting it left.
22264         Remove no-longer-needed test for table_size > 0.
22265         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
22266         in a word, as the resulting behavior is undefined.
22267         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
22268         in one case, a <= should have been an <, and in another case the
22269         whole test was missing.
22270         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
22271         the standard name CHAR_BIT.
22272         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
22273         this is not true on one's complement and signed-magnitude hosts.
22274
22275         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
22276         next_last_offset.
22277         (struct re_dfa_t): Remove unused member states_alloc.
22278         * lib/regcomp.c (init_dfa): Don't initialize unused members.
22279
22280 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22281
22282         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
22283         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
22284         and large-file glibc and in 32-bit large-file Solaris.
22285
22286 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22287
22288         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
22289         lengths fit in regoff_t; this isn't true if regoff_t is the same
22290         width as size_t.
22291         * lib/regex.c (re_search_internal): 5th arg is LAST_START
22292         (= START + RANGE) instead of RANGE.  This avoids overflow
22293         problems when regoff_t is the same width as size_t.
22294         All callers changed.
22295         (re_search_2_stub): Check for overflow when adding the
22296         sizes of the two strings.
22297         (re_search_stub): Check for overflow when adding START
22298         to RANGE; if it occurs, substitute the extreme value.
22299
22300 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22301
22302         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
22303
22304 2005-08-31  Jim Meyering  <jim@meyering.net>
22305
22306         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
22307         a pointer-to-const.
22308         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
22309         (register_state): Likewise.
22310         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
22311         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
22312         (group_nodes_into_DFAstates): Likewise.
22313
22314 2005-08-31  Jim Meyering  <jim@meyering.net>
22315
22316         * check-module: Add a FIXME comment.
22317
22318 2005-08-31  Eric Blake  <ebb9@byu.net>
22319
22320         * modules/unistd-safer (Files): Add unistd--.h.
22321         * modules/stdio-safer (Files): Add stdio--.h.
22322
22323 2005-08-31  Derek Price  <derek@ximbiot.com>
22324
22325         * lib/getdelim.c (getdelim): Return EOF on EOF.
22326         Reported by Larry Jones <lawrence.jones@ugs.com>.
22327
22328 2005-08-31  Bruno Haible  <bruno@clisp.org>
22329
22330         Avoid unnecessary diffs in the generated lib/Makefile.am.
22331         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
22332         the generated files.
22333         (func_import): Don't set cmd.
22334
22335 2005-08-31  Bruno Haible  <bruno@clisp.org>
22336
22337         * lib/strstr.c: Include <stddef.h>, for NULL.
22338         * lib/strcasestr.c: Likewise.
22339         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22340
22341 2005-08-31  Bruno Haible  <bruno@clisp.org>
22342
22343         * gnulib-tool: New option --macro-prefix.
22344         (func_import): Use macro_prefix.
22345         (import): Handle option --macro-prefix.
22346
22347 2005-08-31  Bruno Haible  <bruno@clisp.org>
22348
22349         * gnulib-tool (import): Rename most ac_* variables to cached_*.
22350         Also use new variables cached_lgpl, cached_libtool.
22351
22352 2005-08-31  Bruno Haible  <bruno@clisp.org>
22353
22354         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
22355         always instantiating them.
22356
22357 2005-08-31  Bruno Haible  <bruno@clisp.org>
22358
22359         * gnulib-tool (func_import): Read the previous cached settings
22360         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
22361         earlier added by gnulib but are now dropped. Warn when a gnulib file
22362         overwrites a non-gnulib file.
22363
22364 2005-08-31  Bruno Haible  <bruno@clisp.org>
22365
22366         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
22367         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
22368         projects that don't keep autogenerated files in CVS. Put into
22369         actioncmd only the specified modules, not the transitive closure.
22370
22371 2005-08-31  Bruno Haible  <bruno@clisp.org>
22372
22373         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
22374         Create directories that shall be filled.
22375         (import): Don't look for gl_* macros in configure.ac. Recurse across
22376         all directories containing a gnulib-cache.m4 files, if meaningful.
22377
22378 2005-08-31  Bruno Haible  <bruno@clisp.org>
22379
22380         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
22381         (import): Set seen_libtool when we see gl_LIBTOOL.
22382
22383 2005-08-31  Bruno Haible  <bruno@clisp.org>
22384
22385         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
22386         declaration macro definitions from generated gnulib.m4.
22387
22388 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
22389
22390         * lib/iconvme.h: Add prototype for iconv_alloc.
22391
22392 2005-08-29  Simon Josefsson  <jas@extundo.com>
22393
22394         * lib/iconvme.c: Fix errno.
22395
22396 2005-08-29  Bruno Haible  <bruno@clisp.org>
22397
22398         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
22399         that it works when the directory contains spaces.
22400
22401 2005-08-29  Bruno Haible  <bruno@clisp.org>
22402
22403         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
22404
22405 2005-08-29  Bruno Haible  <bruno@clisp.org>
22406
22407         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
22408         Emit more advice.
22409
22410 2005-08-29  Bruno Haible  <bruno@clisp.org>
22411         and Stepan Kasal  <kasal@ucw.cz>
22412
22413         * check-module: If more parameters are given, check each of them
22414         separately; add more exceptions, as noted by Jim Meyering.
22415         (check_module): New procedure.
22416         (%exempt_header): Now contains all exceptions.
22417
22418 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
22419
22420         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
22421
22422 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22423
22424         * lib/iconvme.c: Split iconv_string into iconv_alloc.
22425
22426 2005-08-28  Bruno Haible  <bruno@clisp.org>
22427
22428         * m4/gnulib-tool.m4: New file.
22429
22430 2005-08-27  Jim Meyering  <jim@meyering.net>
22431
22432         * modules/unistd-safer (Files): Add pipe-safer.c.
22433         * modules/fcntl-safer (Files): Add creat-safer.c.
22434
22435 2005-08-27  Jim Meyering  <jim@meyering.net>
22436
22437         * m4/stdlib-safer.m4: New file.  From coreutils.
22438         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
22439         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
22440         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
22441         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
22442         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
22443
22444 2005-08-27  Jim Meyering  <jim@meyering.net>
22445
22446         * lib/fopen-safer.c: Merge minor changes from coreutils.
22447         * lib/dup-safer.c: Likewise.
22448         * lib/fd-safer.c: Likewise.
22449
22450         Merge from coreutils.
22451         * lib/stdio--.h: New file.
22452         * lib/stdlib--.h: New file.
22453         * lib/mkstemp-safer.c: New file.
22454
22455         GNU tar needs these.
22456         * lib/pipe-safer.c: New file.
22457         * lib/creat-safer.c: New file.
22458         * lib/fcntl--.h (creat): Define to creat_safer.
22459         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
22460         * lib/unistd--.h (pipe): Define to pipe_safer.
22461         * lib/unistd-safer.h: Declare pipe_safer.
22462
22463 2005-08-26  Simon Josefsson  <jas@extundo.com>
22464
22465         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
22466         Haible <bruno@clisp.org>.
22467
22468 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
22469
22470         * lib/regex_internal.h: Remove all references to
22471         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
22472         or better.
22473         (bitset_not, bitset_merge, bitset_not_merge):
22474         (bitset_mask, re_string_allocate, re_string_construct):
22475         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
22476         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
22477         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
22478         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
22479         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22480         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22481         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
22482         (re_acquire_state_context):
22483         Remove unnecessary forward decls.
22484         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
22485         Put __attribute at function definition,
22486         now that the function decl has been removed.
22487         * lib/regex_internal.c (re_string_peek_byte_case):
22488         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
22489         Likewise.
22490
22491 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
22492
22493         * m4/regex.m4: Add AC_PREREQ(2.50).
22494         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
22495
22496 2005-08-25  Simon Josefsson  <jas@extundo.com>
22497
22498         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
22499         __fsetlocking.
22500
22501 2005-08-25  Simon Josefsson  <jas@extundo.com>
22502
22503         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
22504         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
22505         GLIBC specific code.
22506
22507 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22508
22509         Make regex safe for g++.  This fixes one real bug (an "err"
22510         that should have been "*err").  g++ problem reported by
22511         Sam Steingold.
22512         * lib/regex_internal.h (re_calloc): New macro, consistent with
22513         re_malloc etc.  All callers of calloc changed to use re_calloc.
22514         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
22515         not int.  All callers changed.
22516         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
22517         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
22518         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
22519         (find_recover_state): Change "err" to "*err"; this fixes what
22520         appears to be a real bug.
22521         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
22522         versus int.
22523
22524 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22525
22526         * modules/regex (Depends-on): Add malloc, since the code
22527         assumes that !malloc(0) means failure.
22528
22529 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22530
22531         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
22532
22533         alloca modernization/simplification for regex.
22534         * lib/regex.c: Remove portability cruft for alloca.  This no longer
22535         needs to be at the start of the file, and can be moved into
22536         regex_internal.h and simplified.
22537         * lib/regex_internal.h: Include <alloca.h>.
22538         (__libc_use_alloca) [!defined _LIBC]: New macro.
22539         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
22540         now works outside glibc.
22541
22542 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22543
22544         * config/srclist.txt: Add glibc bugs 1241, 1245.
22545
22546 2005-08-25  Jim Meyering  <jim@meyering.net>
22547
22548         * lib/open-safer.c: Include <config.h>.
22549         Otherwise, we'd lose LARGEFILE support in any file using
22550         e.g. "fcntl--.h"
22551
22552 2005-08-25  Bruno Haible  <bruno@clisp.org>
22553
22554         * m4/minmax.m4: Require autoconf 2.52.
22555         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
22556         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
22557         alternatives of translit over the alphabet.
22558         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
22559
22560 2005-08-24  Simon Josefsson  <jas@extundo.com>
22561
22562         * tests/test-getpass.c: New file.
22563
22564 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22565
22566         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
22567         for GNU regex features.
22568
22569 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22570
22571         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
22572         * lib/regex.h (regerror): Likewise.
22573
22574         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
22575         requires this.  (The code never needed it.)
22576
22577         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
22578         All uses of recently-renamed identifiers changed to use the new,
22579         POSIX-compliant names.  The code will build and run just fine
22580         without these changes, but it's better to eat our own dog food
22581         and use the standard-conforming names.
22582
22583         * lib/regex.h: Fix a multitude of POSIX name space violations.
22584         These changes have an effect only for programs that define
22585         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
22586         do not change anything for programs compiled in the normal way.
22587         Also, there is no effect on the ABI.
22588
22589         (_REGEX_SOURCE): New macro.
22590         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
22591         defined and _GNU_SOURCE is not; this fixes a name space violation.
22592
22593         Rename the following macros to obey POSIX requirements.
22594         The old names are still visible as macros if _REGEX_SOURCE is defined.
22595         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
22596         RE_BACKSLASH_ESCAPE_IN_LISTS.
22597         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
22598         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
22599         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
22600         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
22601         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
22602         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
22603         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
22604         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
22605         (REG_INTERVALS): renamed from RE_INTERVALS.
22606         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
22607         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
22608         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
22609         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
22610         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
22611         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
22612         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
22613         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
22614         RE_UNMATCHED_RIGHT_PAREN_ORD.
22615         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
22616         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
22617         (REG_DEBUG): renamed from RE_DEBUG.
22618         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
22619         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
22620         unusual, since we can't clash with the POSIX REG_ICASE.
22621         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
22622         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
22623         (REG_NO_SUB): renamed from RE_NO_SUB.
22624         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
22625         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
22626         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
22627         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
22628         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
22629         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
22630         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
22631         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
22632         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
22633         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
22634         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
22635         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
22636         RE_SYNTAX_POSIX_MINIMAL_BASIC.
22637         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
22638         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
22639         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
22640         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
22641         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
22642         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
22643         (REG_FIXED): Renamed from REGS_FIXED.
22644         (REG_NREGS): Renamed from RE_NREGS.
22645
22646         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
22647         of other REG_* macros, since POSIX says the user is allowed to
22648         #undef these macros selectively.
22649
22650         (reg_errcode_t): Update comment stating what other tables need
22651         to be consistent.
22652
22653         Rename the following enum values to obey POSIX requirements.
22654         The old names are still visible as macros.
22655         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
22656         is not defined, since GNU is supposed to be a superset of POSIX as
22657         much as possible, and since we want reg_errcode_t to be a signed
22658         type for implementation consistency.
22659         (_REG_NOERROR): Renamed from REG_NOERROR.
22660         (_REG_NOMATCH): Renamed from REG_NOMATCH.
22661         (_REG_BADPAT): Renamed from REG_BADPAT.
22662         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
22663         (_REG_ECTYPE): Renamed from REG_ECTYPE.
22664         (_REG_EESCAPE): Renamed from REG_EESCAPE.
22665         (_REG_ESUBREG): Renamed from REG_ESUBREG.
22666         (_REG_EBRACK): Renamed from REG_EBRACK.
22667         (_REG_EPAREN): Renamed from REG_EPAREN.
22668         (_REG_EBRACE): Renamed from REG_EBRACE.
22669         (_REG_BADBR): Renamed from REG_BADBR.
22670         (_REG_ERANGE): Renamed from REG_ERANGE.
22671         (_REG_ESPACE): Renamed from REG_ESPACE.
22672         (_REG_BADRPT): Renamed from REG_BADRPT.
22673         (_REG_EEND): Renamed from REG_EEND.
22674         (_REG_ESIZE): Renamed from REG_ESIZE.
22675         (_REG_ERPAREN): Renamed from REG_ERPAREN.
22676         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
22677         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
22678         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
22679         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
22680
22681         (_REG_RE_NAME, _REG_RM_NAME): New macros.
22682         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
22683         changed.  But support the old name if the new one is not defined
22684         and if _REGEX_SOURCE.
22685
22686         Change the following member names in struct re_pattern_buffer.
22687         The old names are still supported if !_REGEX_SOURCE.
22688         The new names are always supported, regardless of _REGEX_SOURCE.
22689         (re_buffer): Renamed from buffer.
22690         (re_allocated): Renamed from allocated.
22691         (re_used): Renamed from used.
22692         (re_syntax): Renamed from syntax.
22693         (re_fastmap): Renamed from fastmap.
22694         (re_translate): Renamed from translate.
22695         (re_can_be_null): Renamed from can_be_null.
22696         (re_regs_allocated): Renamed from regs_allocated.
22697         (re_fastmap_accurate): Renamed from fastmap_accurate.
22698         (re_no_sub): Renamed from no_sub.
22699         (re_not_bol): Renamed from not_bol.
22700         (re_not_eol): Renamed from not_eol.
22701         (re_newline_anchor): Renamed from newline_anchor.
22702
22703         Change the following member names in struct re_registers.
22704         The old names are still supported if !_REGEX_SOURCE.
22705         The new names are always supported, regardless of _REGEX_SOURCE.
22706         (rm_num_regs): Renamed from num_regs.
22707         (rm_start): Renamed from start.
22708         (rm_end): Renamed from end.
22709
22710         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
22711         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
22712         Prepend __ to parameter names.
22713
22714         Undo yesterday's changes.
22715
22716 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22717
22718         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
22719         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
22720         lib/regex.c.
22721
22722 2005-08-24  Jim Meyering  <jim@meyering.net>
22723
22724         Sync from coreutils.
22725         * m4/fcntl-safer.m4: New file.
22726
22727         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
22728         and object files for this module.
22729
22730 2005-08-24  Jim Meyering  <jim@meyering.net>
22731
22732         Sync from coreutils.
22733         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
22734
22735 2005-08-24  Jim Meyering  <jim@meyering.net>
22736
22737         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
22738         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
22739
22740 2005-08-24  Jim Meyering  <jim@meyering.net>
22741
22742         * modules/fcntl-safer: New module.
22743         * modules/fts (Depends-on): Add fcntl-safer.
22744         * MODULES.html.sh (File descriptor based Input/Output):
22745         Add fcntl-safer.
22746
22747 2005-08-24  Bruno Haible  <bruno@clisp.org>
22748
22749         Support for unit test modules.
22750         * modules/README: Mention tests modules.
22751         * modules/TEMPLATE-TESTS: New file.
22752         * gnulib-tool: New options --extract-tests-module, --with-tests and
22753         --tests-base (unused for the moment).
22754         (testsbase, inctests): New variables.
22755         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
22756         (func_verify_module): Exclude TEMPLATE-TESTS.
22757         (func_verify_nontests_module, func_verify_tests_module): New functions.
22758         (func_get_dependencies): Add implicit dependency for tests modules.
22759         (func_get_tests_module): New function.
22760         (func_modules_transitive_closure): When --with-tests was specified,
22761         include the unit tests as well, unless explicitly avoided.
22762         (func_emit_lib_Makefile_am): Ignore the tests modules here.
22763         (func_emit_tests_Makefile_am): New function.
22764         (func_create_testdir): When --with-tests was specified, emit a
22765         tests/ directory.
22766         * MODULES.html.sh (Future developments): Update.
22767
22768 2005-08-24  Bruno Haible  <bruno@clisp.org>
22769
22770         * modules/tls-tests: New file.
22771         * tests/test-tls.c: New file, from GNU gettext.
22772
22773 2005-08-24  Bruno Haible  <bruno@clisp.org>
22774
22775         * modules/lock-tests: New file.
22776         * tests/test-lock.c: New file, from GNU gettext.
22777
22778 2005-08-24  Bruno Haible  <bruno@clisp.org>
22779
22780         * lib/lock.h: Add multiple inclusion guard.
22781         * lib/tls.h: Add multiple inclusion guard.
22782
22783 2005-08-24  Bruno Haible  <bruno@clisp.org>
22784
22785         * gnulib-tool: Add support for the --aux-dir option to
22786         --create-testdir, --create-megatestdir, --test, --megatest.
22787         (func_create_testdir, func_create_megatestdir): Optionally emit a
22788         AC_CONFIG_AUX_DIR directive.
22789         (create-testdir, create-megatestdir, test, megatest): Provide a
22790         default value for $auxdir.
22791
22792 2005-08-24  Bruno Haible  <bruno@clisp.org>
22793
22794         * gnulib-tool (import): Use compound statement instead of subshell
22795         where possible.
22796
22797 2005-08-24  Bruno Haible  <bruno@clisp.org>
22798
22799         * gnulib-tool (import): Change --aux-dir default to "build-aux".
22800
22801 2005-08-24  Bruno Haible  <bruno@clisp.org>
22802
22803         * gnulib-tool (func_version): Update.
22804
22805 2005-08-24  Bruno Haible  <bruno@clisp.org>
22806
22807         * gnulib-tool (func_import, func_create_testdir,
22808         func_create_megatestdir): Quote all autoconf macro arguments.
22809
22810 2005-08-24  Bruno Haible  <bruno@clisp.org>
22811
22812         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
22813         option --force, because --force causes the aclocal.m4 of each
22814         subdirectory to be newer than the corresponding config.h.in.
22815
22816 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22817
22818         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
22819         All contents moved to gl_REGEX.
22820         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
22821         assume that it does.
22822
22823 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22824
22825         * lib/regex.h (REG_NOSYS)
22826         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
22827         Define, since POSIX requires it as of 2001.
22828         (_REG_ENOSYS)
22829         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
22830         New private symbol, used to keep the enum signed in all cases.
22831         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
22832         Youngman in
22833         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
22834
22835         * lib/regex_internal.c (re_string_skip_chars, register_state):
22836         (calc_state_hash):
22837         Remove forward decls; no longer needed now that we use prototypes.
22838         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
22839         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
22840         (clean_state_log_if_needed): Likewise.
22841
22842 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22843
22844         * config/srclist.txt: Add glibc bugs 1231-1233.
22845
22846 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22847
22848         Fix problems reported by Sam Steingold in
22849         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
22850         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
22851         assumed that reg_errcode_t is a signed type, which is not
22852         necessarily true if _XOPEN_SOURCE is not defined.
22853         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
22854         since some compilers warn about it otherwise.
22855
22856 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
22859         (init_word_char, create_initial_state, duplicate_node_closure):
22860         (fetch_token, peek_token_bracket, build_range_exp):
22861         (build_collating_symbol): Remove forward decls; no longer needed
22862         now that we use prototypes.
22863
22864         * lib/regcomp.c:
22865         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
22866         (re_compile_fastmap_iter, regcomp, regerror, regfree):
22867         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
22868         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
22869         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
22870         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
22871         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
22872         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
22873         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
22874         (build_range_exp, build_collating_symbol, parse_bracket_exp):
22875         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
22876         (build_charclass, build_charclass_op, fetch_number, create_tree):
22877         (create_token_tree, mark_opt_subexp, duplicate_tree):
22878         Use prototypes rather than old-style definitions.
22879
22880         * lib/regex_internal.c:
22881         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
22882         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
22883         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
22884         (re_string_reconstruct, re_string_peek_byte_case):
22885         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
22886         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
22887         (re_node_set_init_copy, re_node_set_add_intersect):
22888         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22889         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22890         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
22891         (re_acquire_state, re_acquire_state_context, register_state):
22892         (create_ci_newstate, create_cd_newstate, free_state):
22893         Likewise.
22894         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
22895         re_search_2):
22896         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
22897         (re_search_internal, prune_impossible_nodes):
22898         (acquire_init_state_context, check_matching, static):
22899         (check_halt_node_context, check_halt_state_context, proceed_next_node):
22900         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
22901         (update_regs, sift_states_backward, build_sifted_states):
22902         (clean_state_log_if_needed, merge_state_array):
22903         (update_cur_sifted_state, add_epsilon_src_nodes):
22904         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
22905         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
22906         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
22907         (find_recover_state, check_subexp_matching_top, transit_state_mb):
22908         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
22909         (check_arrival, check_arrival_add_next_nodes):
22910         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
22911         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
22912         (check_node_accept_bytes, check_node_accept, extend_buffers):
22913         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
22914         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
22915         (sift_ctx_init):
22916         Likewise.
22917
22918         * lib/regex_internal.h:
22919         (re_string_allocate, re_string_construct, re_string_reconstruct):
22920         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
22921         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
22922         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
22923         (re_string_context_at, re_string_peek_byte_case):
22924         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
22925         is defined, since we now use prototypes always.
22926
22927         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
22928         C89 or better.  All uses removed.
22929
22930 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22931
22932         * config/srclist.txt: Add glibc bugs 1220-1227.
22933
22934 2005-08-20  Jim Meyering  <jim@meyering.net>
22935
22936         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
22937         of unused local, dfa.
22938
22939 2005-08-20  Bruno Haible  <bruno@clisp.org>
22940
22941         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
22942
22943 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22944
22945         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
22946         (re_node_set_insert_last, re_dfa_add_node):
22947         Rename local variables to avoid GCC shadowing warnings.
22948
22949 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22950
22951         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
22952         [defined lint]: Suppress bogus uninitialized-variable warnings.
22953
22954         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
22955         and let the caller return REG_ESPACE if out of space.  This
22956         removes an uninitialied-variable warning with GCC 4.0.1, and also
22957         avoids taking the address of a local variable.  All callers
22958         changed.
22959
22960 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22961
22962         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
22963         $LIBCSRC/posix/regexec.c.
22964         Add glibc bug 1217 for regcomp.c.
22965
22966 2005-08-19  Jim Meyering  <jim@meyering.net>
22967
22968         * lib/regexec.c (proceed_next_node): Redo local variables to
22969         avoid GCC shadowing warnings.
22970
22971 2005-08-18  Bruno Haible  <bruno@clisp.org>
22972
22973         * lib/strstr.c (strstr): Fix return value in multibyte case.
22974         * lib/strcasestr.c (strcasestr): Likewise.
22975
22976 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22977
22978         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
22979
22980 2005-08-17  Jim Meyering  <jim@meyering.net>
22981
22982         Make the %s format (seconds since the epoch) work for a negative
22983         number and when used with a zero-padded field width, e.g. %015s.
22984
22985         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
22986         label so that it precedes the code to set `digits'.  Otherwise,
22987         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
22988         print `00-22'.  Now, it prints `-0022', as it should.
22989
22990 2005-08-17  Bruno Haible  <bruno@clisp.org>
22991
22992         * modules/strstr (Files): Add m4/mbrtowc.m4.
22993         (Depends-on): Add mbuiter.
22994
22995 2005-08-17  Bruno Haible  <bruno@clisp.org>
22996
22997         * modules/strcasestr: New file.
22998         * MODULES.html.sh (String handling, based on ANSI C 89): Add
22999         strcasestr.
23000
23001 2005-08-17  Bruno Haible  <bruno@clisp.org>
23002
23003         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
23004
23005 2005-08-17  Bruno Haible  <bruno@clisp.org>
23006
23007         * modules/mbuiter: New file.
23008         * MODULES.html.sh (Extended multibyte and wide character utilities):
23009         Add mbuiter.
23010
23011 2005-08-17  Bruno Haible  <bruno@clisp.org>
23012
23013         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
23014         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
23015
23016 2005-08-17  Bruno Haible  <bruno@clisp.org>
23017
23018         * m4/strcasestr.m4: New file.
23019
23020 2005-08-17  Bruno Haible  <bruno@clisp.org>
23021
23022         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
23023         * lib/strstr.c: Completely rewritten, with multibyte locale support.
23024
23025 2005-08-17  Bruno Haible  <bruno@clisp.org>
23026
23027         * lib/strcasestr.h: New file.
23028         * lib/strcasestr.c: New file.
23029
23030 2005-08-17  Bruno Haible  <bruno@clisp.org>
23031
23032         * lib/strcasecmp.c: Use mbuiter.h.
23033
23034 2005-08-17  Bruno Haible  <bruno@clisp.org>
23035
23036         * lib/mbuiter.h: New file.
23037
23038 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23039
23040         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
23041         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
23042         and gl_GETOPT are both invoked via different paths (as happens
23043         with GNU tar CVS because it uses both argp and getopt), the former
23044         wins.
23045
23046 2005-08-16  Bruno Haible  <bruno@clisp.org>
23047
23048         * modules/tls: New file.
23049         * MODULES.html.sh (Multithreading): Add tls.
23050
23051 2005-08-16  Bruno Haible  <bruno@clisp.org>
23052
23053         * modules/strnlen1: New file.
23054         * MODULES.html.sh (String handling): Add strnlen1.
23055
23056 2005-08-16  Bruno Haible  <bruno@clisp.org>
23057
23058         * modules/strcase (Files): Add m4/mbrtowc.m4.
23059         (Depends-on): Add strnlen1, mbchar.
23060
23061 2005-08-16  Bruno Haible  <bruno@clisp.org>
23062
23063         * modules/mbiter: New file.
23064         * MODULES.html.sh (Extended multibyte and wide character utilities):
23065         Add mbiter.
23066
23067 2005-08-16  Bruno Haible  <bruno@clisp.org>
23068
23069         * modules/mbfile: New file.
23070         * MODULES.html.sh (Extended multibyte and wide character utilities):
23071         Add mbfile.
23072
23073 2005-08-16  Bruno Haible  <bruno@clisp.org>
23074
23075         * modules/mbchar: New file.
23076         * MODULES.html.sh (Extended multibyte and wide character utilities):
23077         New section.
23078
23079 2005-08-16  Bruno Haible  <bruno@clisp.org>
23080
23081         * m4/tls.m4: New file, from GNU gettext.
23082
23083 2005-08-16  Bruno Haible  <bruno@clisp.org>
23084
23085         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
23086         always.
23087         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
23088
23089 2005-08-16  Bruno Haible  <bruno@clisp.org>
23090
23091         * m4/mbiter.m4: New file.
23092
23093 2005-08-16  Bruno Haible  <bruno@clisp.org>
23094
23095         * m4/mbfile.m4: New file.
23096
23097 2005-08-16  Bruno Haible  <bruno@clisp.org>
23098
23099         * m4/mbchar.m4: New file.
23100
23101 2005-08-16  Bruno Haible  <bruno@clisp.org>
23102
23103         * lib/tls.h: New file, from GNU gettext.
23104         * lib/tls.c: New file, from GNU gettext.
23105
23106 2005-08-16  Bruno Haible  <bruno@clisp.org>
23107
23108         * lib/strnlen1.h: New file.
23109         * lib/strnlen1.c: New file.
23110
23111 2005-08-16  Bruno Haible  <bruno@clisp.org>
23112
23113         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
23114         (mbi_init): Update.
23115         (mbi_avail, mbi_advance): Let the iteration end before the terminating
23116         NUL byte, not after it.
23117
23118 2005-08-16  Bruno Haible  <bruno@clisp.org>
23119
23120         * lib/strcase.h (strcasecmp): Add note in comments.
23121         * lib/strncasecmp.c: Use code from strcasecmp.c.
23122         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
23123         (strcasecmp): Work correctly in multibyte locales.
23124
23125 2005-08-16  Bruno Haible  <bruno@clisp.org>
23126
23127         * lib/mbiter.h: New file.
23128
23129 2005-08-16  Bruno Haible  <bruno@clisp.org>
23130
23131         * lib/mbfile.h: New file.
23132
23133 2005-08-16  Bruno Haible  <bruno@clisp.org>
23134
23135         * lib/mbchar.h: New file.
23136         * lib/mbchar.c: New file.
23137
23138 2005-08-16  Bruno Haible  <bruno@clisp.org>
23139
23140         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
23141         the valid ones. Makes the comparison operations transitive:
23142         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
23143         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
23144
23145 2005-08-15  Simon Josefsson  <jas@extundo.com>
23146
23147         * modules/ssize_t (License): Change to 'unlimited'.
23148
23149         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
23150
23151 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23152
23153         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
23154         Add comments for each pending glibc patch.
23155
23156 2005-08-15  Bruno Haible  <bruno@clisp.org>
23157
23158         * lib/regex.h (__restrict_arr): Don't define to __restrict if
23159         __cplusplus is defined.
23160
23161 2005-08-14  Jim Meyering  <jim@meyering.net>
23162
23163         Sync from coreutils.
23164
23165         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
23166         Use the hash-table-based cycle-detection code not just when
23167         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
23168         Reported by James Youngman in
23169         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
23170         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
23171         FTS_TIGHT_CYCLE_CHECK.
23172         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
23173         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
23174         once again.
23175         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
23176         * lib/fts.c (fd_safer): Remove decl.
23177         Include fcntl--.h rather than unistd-safer.h
23178         (fts_safe_changedir): Don't call fd_safer; no longer needed
23179         now that we include fcntl--.h.
23180
23181 2005-08-12  Simon Josefsson  <jas@extundo.com>
23182
23183         * modules/getndelim2: Use ssize_t module.
23184         * modules/getnline: Likewise.
23185         * modules/safe-read: Likewise.
23186         * modules/xreadlink: Likewise.
23187
23188         * modules/ssize_t: New file.
23189
23190 2005-08-12  Simon Josefsson  <jas@extundo.com>
23191
23192         * m4/readline.m4: Look for termcap, curses or ncurses if required.
23193
23194 2005-08-12  Simon Josefsson  <jas@extundo.com>
23195
23196         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23197         ssize_t.
23198
23199 2005-08-12  Simon Josefsson  <jas@extundo.com>
23200
23201         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
23202         readline, getdelim and check_version.
23203         (Support for systems lacking ISO C 99: Sizes of integer types):
23204         Add size_max.
23205
23206 2005-08-12  Bruno Haible  <bruno@clisp.org>
23207
23208         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
23209
23210 2005-08-11  Simon Josefsson  <jas@extundo.com>
23211
23212         * modules/readline: New file.
23213
23214         * modules/strnlen (Files): Add strnlen.h.
23215
23216 2005-08-11  Simon Josefsson  <jas@extundo.com>
23217
23218         * m4/readline.m4: New file.
23219
23220 2005-08-11  Simon Josefsson  <jas@extundo.com>
23221
23222         * lib/readline.h, readline.c: New file.
23223
23224 2005-08-11  Simon Josefsson  <jas@extundo.com>
23225
23226         * doc/gnulib.texi (Initial import, Finishing touches): Mention
23227         gl_AVOID.
23228
23229 2005-08-11  Bruno Haible  <bruno@clisp.org>
23230
23231         * lib/strnlen.h (strnlen): Change parameter name to match comment.
23232
23233 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
23234
23235         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
23236
23237 2005-08-10  Simon Josefsson  <jas@extundo.com>
23238
23239         * tests/test-iconvme.c: New file.
23240
23241 2005-08-10  Simon Josefsson  <jas@extundo.com>
23242
23243         * m4/strnlen.m4: New file.
23244
23245         * m4/strndup.m4: Don't check for strnlen declaration, done in
23246         strnlen.m4.
23247
23248 2005-08-10  Simon Josefsson  <jas@extundo.com>
23249
23250         * lib/strndup.c: Use strnlen.h.
23251
23252         * lib/strnlen.h: New file.
23253
23254 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23255
23256         * README: Typos.
23257
23258 2005-08-02  Simon Josefsson  <jas@extundo.com>
23259
23260         * modules/readline: New file.
23261
23262 2005-08-02  Simon Josefsson  <jas@extundo.com>
23263
23264         * modules/getdelim: New file.
23265
23266         * modules/getline: Rewrite, don't use getndelim2.
23267
23268 2005-08-02  Simon Josefsson  <jas@extundo.com>
23269
23270         * m4/getline.m4: Separate out getdelim stuff into separate module.
23271
23272         * m4/getdelim.m4: New file.
23273
23274 2005-08-02  Simon Josefsson  <jas@extundo.com>
23275
23276         * lib/getline.h, getline.c: Rewrite.
23277
23278         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
23279
23280 2005-07-31  Bruno Haible  <bruno@clisp.org>
23281
23282         * lib/lock.h (gl_lock_initializer): New macro.
23283         (gl_lock_define_initialized): Use it.
23284         (gl_rwlock_initializer): New macro.
23285         (gl_rwlock_define_initialized): Use it.
23286         (gl_recursive_lock_initializer): New macro.
23287         (gl_recursive_lock_define_initialized): Use it.
23288
23289 2005-07-30  Karl Berry  <karl@gnu.org>
23290
23291         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
23292         Report from Ben Pfaff, regarding getopt.
23293
23294 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
23297         normal way.
23298         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
23299         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
23300         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
23301         (gl_GETOPT): Use the new macros.  Most of the implementation
23302         is moved to the new macros.  This is for programs like Emacs
23303         that don't want all the functionality of gl_GETOPT.
23304
23305 2005-07-26  Bruno Haible  <bruno@clisp.org>
23306
23307         * m4/lock.m4: Update from GNU gettext.
23308
23309 2005-07-26  Bruno Haible  <bruno@clisp.org>
23310
23311         * lib/lock.h: Update from GNU gettext.
23312         * lib/lock.c: Update from GNU gettext.
23313
23314 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
23315
23316         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
23317         obsolescent AC_TRY_RUN.  Include the default includes files, for
23318         'exit'.
23319
23320 2005-07-24  Bruno Haible  <bruno@clisp.org>
23321
23322         * modules/visibility: New file.
23323         * MODULES.html.sh (Misc): Add visibility.
23324
23325 2005-07-24  Bruno Haible  <bruno@clisp.org>
23326
23327         * m4/visibility.m4: New file.
23328
23329 2005-07-24  Bruno Haible  <bruno@clisp.org>
23330
23331         * doc/visibility.texi: New file.
23332
23333 2005-07-22  Bruno Haible  <bruno@clisp.org>
23334
23335         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
23336         $(ALLOCA_H), redundant through BUILT_SOURCES.
23337         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
23338         redundant through BUILT_SOURCES.
23339         * modules/byteswap (Makefile.am): Remove explicit dependency on
23340         $(BYTESWAP_H), redundant through BUILT_SOURCES.
23341         * modules/fnmatch (Makefile.am): Remove explicit dependency on
23342         $(FNMATCH_H), redundant through BUILT_SOURCES.
23343         * modules/getopt (Makefile.am): Remove explicit dependency on
23344         $(GETOPT_H), redundant through BUILT_SOURCES.
23345         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
23346         redundant through BUILT_SOURCES.
23347         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
23348         redundant through BUILT_SOURCES.
23349         * modules/stdbool (Makefile.am): Remove explicit dependency on
23350         $(STDBOOL_H), redundant through BUILT_SOURCES.
23351         * modules/stdint (Makefile.am): Remove explicit dependency on
23352         $(STDINT_H), redundant through BUILT_SOURCES.
23353         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
23354         Remove explicit dependency on $(SYSEXITS_H).
23355         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
23356
23357 2005-07-18  Simon Josefsson  <jas@extundo.com>
23358
23359         * lib/check-version.c (check_version): Accept identical versions too.
23360
23361 2005-07-18  Bruno Haible  <bruno@clisp.org>
23362
23363         * modules/lock: New file.
23364         * MODULES.html.sh (Multithreading): New section.
23365
23366 2005-07-18  Bruno Haible  <bruno@clisp.org>
23367
23368         * m4/lock.m4: New file, from GNU gettext.
23369
23370 2005-07-18  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/lock.h: New file, from GNU gettext.
23373         * lib/lock.c: New file, from GNU gettext.
23374
23375 2005-07-18  Bruno Haible  <bruno@clisp.org>
23376
23377         * lib/lock.h (gl_once_t): New type.
23378         (gl_once_define, gl_once): New macros.
23379         * lib/lock.c (fresh_once): New variable.
23380         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
23381         functions.
23382
23383 2005-07-16  Simon Josefsson  <jas@extundo.com>
23384
23385         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
23386         workaround, suggested by Bruno.
23387
23388 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
23389
23390         * modules/xalloc (Depends-on): Add xalloc-die.
23391         * modules/xvasprintf (Depends-on): Add xalloc-die.
23392
23393 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
23394
23395         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
23396         with a minor change.
23397
23398 2005-07-15  Bruno Haible  <bruno@clisp.org>
23399
23400         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
23401         When using lib/poll.c, define poll as rpl_poll.
23402
23403 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
23404
23405         * modules/argp (Depends-on): Remove unlocked-io.
23406
23407 2005-07-14  Derek Price  <derek@ximbiot.com>
23408
23409         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
23410         for glob symlink bug.
23411
23412 2005-07-14  Bruno Haible  <bruno@clisp.org>
23413
23414         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
23415         Instead, test for *_unlocked function declarations directly.
23416
23417 2005-07-11  Simon Josefsson  <jas@extundo.com>
23418
23419         * modules/size_max: New file.
23420
23421         * modules/xsize: Depend on size_max module for size_max.m4.
23422
23423 2005-07-11  Simon Josefsson  <jas@extundo.com>
23424
23425         * lib/size_max.h: New file.
23426
23427 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
23428
23429         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
23430         copyright symbol and the year.
23431         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
23432         (version_etc_va): Use parameterized copyright notice.
23433         Reword to conform to the current GNU coding standards.
23434
23435 2005-07-11  Karl Berry  <karl@gnu.org>
23436
23437         * doc/gnulib.texi (Quoting): new node.
23438         (Initial import): more info, from Patrice.
23439
23440 2005-07-11  Bruno Haible  <bruno@clisp.org>
23441
23442         * gnulib-tool (func_usage): Document option --avoid.
23443         (Command line options): Handle --avoid.
23444         (func_acceptable): New function.
23445         (func_modules_transitive_closure): Use it.
23446
23447 2005-07-11  Bruno Haible  <bruno@clisp.org>
23448
23449         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
23450         Reported by Jim Meyering.
23451
23452 2005-07-10  Bruno Haible  <bruno@clisp.org>
23453
23454         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
23455         Needed when size_t is smaller than 'unsigned int'.
23456         Reported by Paul Eggert.
23457
23458 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23459
23460         * modules/argp (Depends-on): Add unlocked-io
23461
23462 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23463
23464         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
23465         block of defines.
23466
23467 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
23468
23469         * config/srclist.txt: Comment out regcomp.c, since we have a porting
23470         fix now.
23471
23472 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
23473         and Paul Eggert  <eggert@cs.ucla.edu>
23474
23475         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
23476         in wint_t, not wchar_t.  Remove now-unnecessary cast.
23477
23478 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23479
23480         * modules/regex (Files): Add lib/regex_internal.c,
23481         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
23482         (Depends-on): Add extensions.
23483         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
23484
23485 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23486
23487         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
23488         pathconf.
23489         * m4/same.m4 (gl_SAME): Likewise.
23490         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
23491
23492         * m4/regex.m4: Adjust to new libc regex implementation.
23493         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
23494         all the .c and .h parts of (the new) regex.
23495         Quote the m4 stuff better.
23496         Check for RE_ICASE bug of old gnulib.
23497         Check for REG_STARTEND of recent libc.
23498         Rename local variables from jm_* to gl_*.
23499         Quote operand of "test -f".
23500         Say "recent enough" version of libc, not "version 2".
23501         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
23502         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
23503         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
23504         Remove check for btowc, isascii.
23505         Require AM_LANGINFO_CODESET.
23506
23507 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23508
23509         * lib/regex.c, regex.h: Sync from libc.
23510         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
23511         * lib/regexec.c:
23512         New files, synced from libc, except that regex_internal.h
23513         currently has a small porting fix.
23514
23515 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23516
23517         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
23518         regex_internal.c, regexec.c.
23519         Add regex_internal.h too, but as a comment, since the libc version
23520         is currently broken in gnulib mode.
23521
23522 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23523
23524         Support programs like Emacs that use gnulib but not gettext.
23525         * MODULES.html.sh (Internationalization functions): Add gettext-h.
23526         * modules/gettext-h: New file.
23527         * modules/gettext (Files): Remove lib/gettext.h.
23528         (Depends-on): Add gettext-h.
23529         (Makefile.am): Remove lib_SOURCES.
23530         * modules/argmatch, modules/c-stack, modules/closeout:
23531         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
23532         * modules/execute, modules/file-type, modules/getaddrinfo:
23533         * modules/getopt, modules/human, modules/javacomp:
23534         * modules/javaexec, modules/mkdir-p, modules/obstack:
23535         * modules/openat, modules/pagealign_alloc, modules/pipe:
23536         * modules/quotearg, modules/regex, modules/rpmatch:
23537         * modules/unicodeio, modules/userspec, modules/version-etc:
23538         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
23539         * modules/xsetenv:
23540         Depend on gettext-h, not gettext.
23541
23542 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23543
23544         * gnulib-tool (func_import): Add support for 'public domain' license.
23545         * modules/alloca, modules/atexit, modules/memmove:
23546         Now public domain, not GPL.
23547         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
23548         * modules/realloc, modules/strerror, modules/strtod:
23549         Now LGPL, not GPL.
23550
23551 2005-07-05  Bruno Haible  <bruno@clisp.org>
23552
23553         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
23554         autoconf CVS. Needed for mingw.
23555
23556 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23557
23558         Remove the dependency of the strftime module on the tzset module.
23559         * modules/strftime (Depends-on): Remove dependency on tzset.
23560
23561 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23562
23563         Remove the dependency of the strftime module on the tzset module.
23564         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
23565         gl_FUNC_TZSET_CLOBBER.
23566
23567 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23568
23569         Remove the dependency of the strftime module on the tzset module.
23570         * lib/strftime.c (my_strftime)
23571         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
23572         Copy the input structure, to work around some of the bug with
23573         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
23574         Solaris releases, you should also use the tzset module, but we won't
23575         require it as a dependency any more since we don't want LGPLed code
23576         to depend on GPLed code.
23577
23578 2005-07-02  Jim Meyering  <jim@meyering.net>
23579
23580         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
23581         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
23582         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
23583         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
23584
23585 2005-07-02  Jim Meyering  <jim@meyering.net>
23586
23587         * lib/backupfile.c (backup_args): Change a `0' to NULL.
23588
23589 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23590
23591         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
23592         declares only 'struct timespec;' (!).
23593
23594 2005-07-01  Jim Meyering  <jim@meyering.net>
23595
23596         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
23597         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
23598         * lib/save-cwd.c, tempname.c:
23599         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
23600         and don't include <sys/file.h>).
23601
23602 2005-06-29  Jim Meyering  <jim@meyering.net>
23603
23604         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
23605         type name.  Use the variable name instead.
23606         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
23607         Likewise.
23608
23609 2005-06-28  Simon Josefsson  <jas@extundo.com>
23610
23611         * modules/check-version (Files): Add check-version.m4.
23612
23613 2005-06-28  Simon Josefsson  <jas@extundo.com>
23614
23615         * m4/check-version.m4: New file, suggested by Jim Meyering
23616         <jim@meyering.net>.
23617
23618 2005-06-28  Simon Josefsson  <jas@extundo.com>
23619
23620         * lib/check-version.h, lib/check-version.c: New files.
23621
23622 2005-06-28  Simon Josefsson  <jas@extundo.com>
23623
23624         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
23625         collision with global variable.  Better indentation.  Don't
23626         increment buffer pointer beyond buffer end.  Based on comments
23627         from Paul Eggert <eggert@cs.ucla.edu>.
23628
23629         * lib/base64.h: Indent.
23630
23631 2005-06-28  Simon Josefsson  <jas@extundo.com>
23632
23633         * doc/gnulib.texi (Library version handling): New section.
23634
23635 2005-06-28  Jim Meyering  <jim@meyering.net>
23636
23637         * check-module (find_included_lib_files): Hard-code another
23638         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
23639         but modules/fts-lgpl (correctly) does not list those files.
23640
23641         * modules/canonicalize (Files): Add lib/pathmax.h.
23642
23643 2005-06-25  Simon Josefsson  <jas@extundo.com>
23644
23645         * modules/check-version: New file.
23646
23647 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
23648
23649         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
23650         initializer of struct addrinfo, as an indication that we don't
23651         care how many members the structure has.
23652
23653 2005-06-24  Derek Price  <derek@ximbiot.com>
23654         and Bruno Haible  <bruno@clisp.org>
23655
23656         Remove stat module & update lstat.
23657         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
23658         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23659         * m4/stat.m4: Remove this file.
23660
23661 2005-06-24  Derek Price  <derek@ximbiot.com>
23662         and Bruno Haible  <bruno@clisp.org>
23663
23664         Remove stat module & update lstat.
23665         * lib/stat.c: Remove this file...
23666         (slash_aware_lstat): ...moving this content and its support...
23667         * lib/lstat.c (rpl_lstat): ...into here.
23668         * lib/lstat.h: New file.
23669
23670 2005-06-24  Derek Price  <derek@ximbiot.com>
23671         and Bruno Haible  <bruno@clisp.org>
23672
23673         Remove stat module & update lstat.
23674         * config/srclist.txt (libc sources): Remove stat.
23675
23676 2005-06-24  Derek Price  <derek@ximbiot.com>
23677         and Bruno Haible  <bruno@clisp.org>
23678
23679         Remove stat module & update lstat.
23680         * MODULES.html.sh (stat): Remove.
23681         * MODULES.html: Regenerated.
23682         * modules/lstat (Description): Correct function name.
23683         (Files): Add "lstat.h".
23684         (Depends-on): Remove stat, add xalloc, stat-macros.
23685         * modules/stat: Remove this file.
23686         (Include): Add "lstat.h", remove <sys/stat.h>.
23687
23688 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23689
23690         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
23691         (ranged_convert): Don't save conversion in a temporary struct.
23692         This causes a warning with GCC 4.0.0, and anyway in the typical
23693         case it's not worth the extra 100 bytes or so of code.
23694         (ranged_convert, __mktime_internal): When calling a function via a
23695         pointer P, use P () rather than (*P) (), as we now assume C89 or
23696         better.
23697
23698 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
23701         "who -r" failed to give output.  Problem reported by Tim Waugh.
23702
23703         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
23704         (xcalloc): Use it to avoid needless tests.
23705         Problem reported by Jim Meyering.
23706
23707 2005-06-20  Derek Price  <derek@ximbiot.com>
23708
23709         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
23710         unnecessary for Autoconfs > 2.59c.
23711
23712 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23713
23714         * lib/argp.h (__option_is_short): Check upper limit of
23715         __key. Isprint() requires its argument to have the value
23716         of an unsigned char or EOF.
23717
23718 2005-06-16  Jim Meyering  <jim@meyering.net>
23719
23720         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
23721         when either N or S is zero.
23722
23723 2005-06-16  Derek Price  <derek@ximbiot.com>
23724
23725         * m4/bison.m4: Declare YACC & YFLAGS precious.
23726
23727 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
23728
23729         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
23730         multibyte string or pattern, fall back on unibyte matching.
23731         Problem reported by James Youngman.
23732
23733 2005-06-08  Bruno Haible  <bruno@clisp.org>
23734
23735         * modules/csharpcomp: New file.
23736         * MODULES.html.sh (C#): Add csharpcomp.
23737
23738 2005-06-08  Bruno Haible  <bruno@clisp.org>
23739
23740         * m4/csharpcomp.m4: New file, from GNU gettext.
23741
23742 2005-06-08  Bruno Haible  <bruno@clisp.org>
23743
23744         * lib/csharpcomp.h: New file, from GNU gettext.
23745         * lib/csharpcomp.c: New file, from GNU gettext.
23746         * lib/csharpcomp.sh.in: New file, from GNU gettext.
23747
23748 2005-06-08  Bruno Haible  <bruno@clisp.org>
23749
23750         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
23751         warning on mingw.
23752
23753 2005-06-07  Derek Price  <derek@ximbiot.com>
23754
23755         Sync from CVS.
23756         * lib/glob_.h: Indent nested #ifdef.
23757
23758 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23759
23760         Sync from coreutils.
23761         Use "file name" when talking about file names, instead of "filename"
23762         or "path", as per the GNU coding standards.
23763         * lib/mkdir-p.c: Renamed from makepath.c.
23764         (make_dir_parents): Renamed from make_path.  All callers changed.
23765         * lib/mkdir-p.h: Likewise.  All includers changed.
23766         * lib/filenamecat.c: Renamed from path-concat.c.
23767         (file_name_concat): Renamed from path_concat.  All callers changed.
23768         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
23769         * lib/filenamecat.h: Likewise.  All includers changed.
23770         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
23771         in comments or local variable names.
23772         * lib/basename.c: Likewise.
23773         * lib/canonicalize.c, canonicalize.h: Likewise.
23774         * lib/dirname.c, dirname.h: Likewise.
23775         * lib/euidaccess.c: Likewise.
23776         * lib/exclude.c: Likewise
23777         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
23778         * lib/fsusage.c, fsuage.h: Likewise.
23779         * lib/fts.c, fts_.h: Likewise.
23780         * lib/getcwd.c: Likewise.
23781         * lib/getloadavg.c: Likewise.
23782         * lib/mkstemp.c: Likewise.
23783         * lib/mountlist.c, mountlist.h: Likewise.
23784         * lib/openat.c, openat.h: Likewise.
23785         * lib/readlink-stub.c: Likewise.
23786         * lib/readutmp.c, readutmp.h: Likewise.
23787         * lib/rename.c: Likewise.
23788         * lib/rmdir.c: Likewise.
23789         * lib/same.c: Likewise.
23790         * lib/savedir.c: Likewise.
23791         * lib/stripslash.c: Likewise.
23792         * lib/tempname.c: Likewise.
23793         * lib/xreadlink.c: Likewise.
23794         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
23795         All uses changed.
23796         * lib/exclude.h: Likewise.
23797
23798         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
23799         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23800         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
23801         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23802         * lib/pathmax.h: Include <limits.h> unconditionally, since other
23803         files have been getting away with it for years (MORE/BSD 4.3
23804         is extinct now).
23805         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
23806         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23807
23808         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
23809         Define to 256, not 255, as per modern POSIX.
23810
23811 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23812
23813         Sync from coreutils.
23814         Use "file name" when talking about file names, instead of "filename"
23815         or "path", as per the GNU coding standards.
23816         * MODULES.html.sh: mkdir-p renamed from makepath.
23817         filenamecat renamed from path-concat.
23818         * modules/filenamecat: Renamed from modules/path-concat.
23819         (Files): filenamecat.h and filenamecat.c renamed from
23820         path-concat.h and path-concat.c.
23821         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
23822         (Include): filenamecat.h, not path-concat.h.
23823         * modules/mkdir-p: Renamed from modules/makepath.
23824         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
23825         makepath.c.
23826         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
23827         (Include): mkdir-p.h, not makepath.h.
23828
23829 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23830
23831         Sync from coreutils.
23832         * m4/mkdir-p.m4: Renamed from makepath.m4.
23833         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
23834         Rename files from makepath.c to mkdir-p.c, and from
23835         makepath.h to mkdir-p.h.
23836         * m4/filenamecat.m4: Renamed from path-concat.m4.
23837         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
23838         Rename files from path-concat.c to filenamecat.c,
23839         and from path-concat.h to filenamecat.h.
23840         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
23841         "file name" in local variables or comments.
23842         * m4/rename.m4: Likewise.
23843
23844 2005-06-01  Bruno Haible  <bruno@clisp.org>
23845
23846         * modules/csharpexec: New file.
23847         * MODULES.html.sh (C#): New section.
23848
23849 2005-06-01  Bruno Haible  <bruno@clisp.org>
23850
23851         * m4/csharp.m4: New file, from GNU gettext.
23852         * m4/csharpexec.m4: New file, from GNU gettext.
23853
23854 2005-06-01  Bruno Haible  <bruno@clisp.org>
23855
23856         * lib/csharpexec.h: New file, from GNU gettext.
23857         * lib/csharpexec.c: New file, from GNU gettext.
23858         * lib/csharpexec.sh.in: New file, from GNU gettext.
23859
23860 2005-05-31  Derek Price  <derek@ximbiot.com>
23861             Paul Eggert  <eggert@cs.ucla.edu>
23862
23863         Sync from cvs.
23864         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
23865
23866 2005-05-31  Derek Price  <derek@ximbiot.com>
23867             Paul Eggert  <eggert@cs.ucla.edu>
23868
23869         Sync from cvs.
23870         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
23871
23872 2005-05-29  Derek Price  <derek@ximbiot.com>
23873
23874         * config/srclist.txt (glob_.h, glob.c): Add these files.
23875
23876 2005-05-29  Derek Price  <derek@ximbiot.com>
23877
23878         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
23879         * modules/glob: New file.
23880         * modules/getlogin_r: Add link to POSIX spec in description.
23881
23882 2005-05-29  Derek Price  <derek@ximbiot.com>
23883             Paul Eggert  <eggert@cs.ucla.edu>
23884
23885         * m4/glob.m4: New file.
23886
23887 2005-05-29  Derek Price  <derek@ximbiot.com>
23888             Paul Eggert  <eggert@cs.ucla.edu>
23889
23890         * lib/glob_.h, lib/glob.c: New files.
23891
23892 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23893
23894         * modules/fts (Files): Remove m4/inttypes-pri.m4.
23895         * modules/fts-lgpl (Depends-on): Remove gettext.
23896
23897 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23898
23899         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
23900         and don't require gt_INTTYPES_PRI.
23901
23902 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23903
23904         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
23905
23906         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
23907         the configuration hassle isn't worth it.
23908         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
23909         (LONGEST_MODIFIER, PRIuMAX): Remove.
23910
23911 2005-05-27  Bruno Haible  <bruno@clisp.org>
23912
23913         * lib/getlogin_r.h: Remove second include of <stddef.h>.
23914
23915 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
23916
23917         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
23918         _POSIX_PTHREAD_SEMANTICS for Solaris.
23919
23920 2005-05-25  Derek Price  <derek@ximbiot.com>
23921
23922         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
23923
23924 2005-05-25  Derek Price  <derek@ximbiot.com>
23925             Paul Eggert  <eggert@cs.ucla.edu>
23926
23927         * modules/getlogin_r, m4/getlogin_r.m4: New files.
23928         * lib/getlogin_r.c, getlogin_r.h: New files.
23929
23930 2005-05-25  Bruno Haible  <bruno@clisp.org>
23931             Derek Price  <derek@ximbiot.com>
23932
23933         * lib/getlogin_r.h: Simplify API documentation.
23934
23935 2005-05-23  Derek Price  <derek@ximbiot.com>
23936
23937         * modules/minmax (Files): Add m4/minmax.m4.
23938         (configure.ac): Add gl_MINMAX.
23939
23940 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
23941
23942         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
23943         so that unistd-safer.h (GPL'ed code) need not be included.
23944
23945 2005-05-22  Bruno Haible  <bruno@clisp.org>
23946
23947         * m4/minmax.m4: New file.
23948         Based on a patch by Derek Price <derek@ximbiot.com>.
23949
23950 2005-05-22  Bruno Haible  <bruno@clisp.org>
23951
23952         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
23953         (INT64_MIN): Fix definition.
23954         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
23955
23956         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
23957         NEED_SIGNED_INT_TYPES.
23958
23959         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
23960         HAVE_SYSTEM_INTTYPES.
23961
23962 2005-05-22  Bruno Haible  <bruno@clisp.org>
23963
23964         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
23965         Also include <sys/param.h> if it defines MIN, MAX.
23966         Based on a patch by Derek Price <derek@ximbiot.com>.
23967
23968 2005-05-21  Jim Meyering  <jim@meyering.net>
23969
23970         * modules/fts (Files): Add m4/inttypes-pri.m4.
23971         (Depends-on): Add lstat and remove gettext.  Alphabetize.
23972
23973 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23974
23975         New fts module.
23976         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
23977         (setup_dir, free_dir): New functions.
23978         (enter_dir, leave_dir): Define trivial
23979         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
23980         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
23981         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
23982         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
23983         Move to fts-cycle.c.
23984         (fts_open): Use setup_dir.
23985         (fts_close): Use free_dir.
23986         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
23987         This adds a label and some gotos, but the alternatives were messier.
23988         Check for memory allocation failure when entering a dir.
23989         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
23990         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
23991         (FTS): New member fts_cycle, that is a union that contains the
23992         old active_dir_ht and cycle_state.  All uses changed to mention
23993         fts_cycle.ht and fts_cycle.state.
23994         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
23995         fts.c, with the following changes:
23996         (setup_dir, free_dir): New functions.
23997         (enter_dir): Now returns bool.  Return true if successful, false
23998         if memory exhausted.  All callers changed.
23999         Do not bother partly cleaning up on
24000         memory allocation failure; that is free_dir's job.
24001         However, free ad if hash_insert fails, to avoid memory leak.
24002         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
24003         fts->fts_options to see which union member to use.
24004
24005 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24006
24007         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
24008         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
24009
24010 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24011
24012         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
24013
24014 2005-05-20  Jim Meyering  <jim@meyering.net>
24015
24016         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
24017         Now a macro, to pacify GCC.
24018
24019 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
24020
24021         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
24022         of -1.
24023
24024 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
24025
24026         * lib/chown.c (rpl_chown): Return -1 on failure.
24027
24028 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
24029
24030         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
24031         Don't check for stddef.h.
24032         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
24033         don't use its results.
24034         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
24035         since we include them unconditionally.  Don't require
24036         AM_STDBOOL_H, since stdbool is a prerequisite.
24037         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
24038         since we assume C89 or better.
24039         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
24040         as we don't use their results.
24041         Don't check for fchdir, memmove, memset, strrchr, as we use
24042         them unconditionally.
24043         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
24044         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
24045
24046 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
24047
24048         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
24049         Include <stddef.h> unconditionally, since we assume C89 now.
24050         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
24051         * lib/fts.c: Include fts_.h first, to check interface.
24052         Do not include intprops.h; no longer needed.
24053         Include cycle-check.h and hash.h, since fts_.h no longer does.
24054         Remove unnecessary casts of closedir to void.
24055         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
24056         decide whether to decrement nlinks.
24057         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
24058         (FTS): Use struct hash_table * instead of Hash_table, so that
24059         we no longer need to include hash.h here.
24060
24061 2005-05-18  Jim Meyering  <jim@meyering.net>
24062
24063         * modules/dirfd (License): Change to LGPL.  Most of the code
24064         is already in the public domain.
24065
24066 2005-05-18  Jim Meyering  <jim@meyering.net>
24067
24068         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
24069         Reported by Yoann Vandoorselaere.
24070
24071 2005-05-17  Jim Meyering  <jim@meyering.net>
24072
24073         * m4/fts.m4: New file, from coreutils.
24074
24075 2005-05-17  Jim Meyering  <jim@meyering.net>
24076
24077         * lib/fts.c, lib/fts_.h: New files, from coreutils.
24078
24079 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24080
24081         Sync from coreutils.
24082         * m4/unlinkdir.m4: New file.
24083
24084 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24085
24086         Sync from coreutils.
24087         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
24088         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
24089         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
24090         White space changes only.
24091         * lib/makepath.c (make_path): Port to hosts where leading "//" is
24092         special.
24093         * lib/yesno.c: Include getline.h, not ctype.h.
24094         (yesno): Don't remove leading white space; POSIX doesn't allow it.
24095         Use getline to remove arbitrary restriction on response length.
24096
24097 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24098
24099         * config/srclist-update: Spell out "Street" in FSF postal
24100         mail address; this is the style the FSF seems to prefer.
24101
24102         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
24103         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
24104         this updates FSF postal mail address.
24105
24106         Sync from coreutils.
24107         * modules/unlinkdir: New file.
24108         * modules/yesno (Depends-on): Add getline.
24109         * MODULES.html.sh (File system functions): Add unlinkdir.
24110
24111 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
24112
24113         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
24114         lib/strsep.h:
24115         Change the initial comment to refer to GPL, not LGPL.
24116         gnulib-tool will change it to LGPL as needed.
24117
24118         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
24119         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
24120         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
24121         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
24122         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
24123         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
24124         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
24125         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
24126         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
24127         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
24128         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
24129         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
24130         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
24131         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
24132         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
24133         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
24134         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
24135         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
24136         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
24137         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
24138         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
24139         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
24140         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
24141         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
24142         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
24143         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
24144         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
24145         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
24146         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
24147         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
24148         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
24149         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
24150         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
24151         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
24152         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
24153         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
24154         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
24155         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
24156         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
24157         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
24158         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
24159         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
24160         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
24161         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
24162         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
24163         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
24164         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
24165         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
24166         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
24167         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
24168         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24169         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
24170         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
24171         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
24172         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
24173         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
24174         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
24175         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
24176         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
24177         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
24178         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
24179         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
24180         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
24181         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
24182         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
24183         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
24184         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
24185         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
24186         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
24187         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
24188         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
24189         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
24190         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
24191         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
24192         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
24193         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
24194         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
24195         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
24196         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
24197         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
24198         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
24199         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
24200         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
24201         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
24202         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
24203         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
24204         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
24205         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
24206         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
24207         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
24208         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
24209         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
24210         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
24211         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
24212         lib/yesno.c, lib/yesno.h:
24213         Update FSF postal mail address.
24214
24215 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
24216
24217         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
24218         tests/test-memmem.c, tests/test-stpncpy.c:
24219         Update FSF postal mail address.
24220
24221 2005-05-13  Bruno Haible  <bruno@clisp.org>
24222
24223         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
24224         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
24225         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
24226         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
24227         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
24228         Add support for 64-bit integers in the MSVC compiler.
24229
24230 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24231
24232         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
24233
24234 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
24235
24236         * gnulib-tool (func_import): Sort and uniquify recommended includes.
24237
24238 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
24239
24240         * doc/getdate.texi (General date syntax): Don't say that date
24241         date --iso-8601=ns generates acceptable dates; it doesn't yet.
24242         Problem reported by Nic Ferrier.
24243
24244 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24245
24246         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
24247         specified in ai_socktype. Fix invalid ai_protocol
24248         check. ai_protocol is usually set to 0 or depending on
24249         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
24250         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
24251         ai_socktype / ai_protocol in the returned addrinfo structure.
24252
24253 2005-05-10  Simon Josefsson  <jas@extundo.com>
24254
24255         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
24256         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24257
24258 2005-05-10  Karl Berry  <karl@gnu.org>
24259
24260         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
24261         (from http://www.gnu.org/licenses).
24262         * doc/COPYING.LIB: also rename to COPYING.LESSER.
24263         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
24264         fdl.texi suffices.
24265
24266 2005-05-10  Karl Berry  <karl@gnu.org>
24267
24268         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
24269         (COPYING.DOC): remove.
24270
24271         * config/srclist-update: new FSF address.
24272
24273 2005-05-10  Derek Price  <derek@ximbiot.com>
24274
24275         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
24276         possible.
24277
24278 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24279             Bruno Haible  <bruno@clisp.org>
24280
24281         * modules/inet_ntop: New file.
24282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24283         inet_ntop.
24284
24285 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24286             Bruno Haible  <bruno@clisp.org>
24287
24288         * m4/inet_ntop.m4: New file.
24289
24290 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24291             Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/inet_ntop.h: New file.
24294         * lib/inet_ntop.c: New file, from glibc with modifications.
24295
24296 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
24297
24298         * modules/time_r (License): Change to LGPL.
24299         * modules/extensions (License): Change to LGPL.  Actually,
24300         the license is more permissive than that, but currently gnulib-tool
24301         doesn't know how to handle more-permissive licenses.
24302
24303         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
24304         Problem reported by Dave Love.
24305
24306 2005-05-08  Jim Meyering  <jim@meyering.net>
24307
24308         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
24309         blank.
24310
24311 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
24312
24313         * modules/argmatch (Depends-on): Add stdbool.
24314         * modules/backupfile (Depends-on): Likewise.
24315         * modules/chdir-long (Depends-on): Likewise.
24316         * modules/closeout (Depends-on): Likewise.
24317         * modules/cycle-check (Depends-on): Likewise.
24318         * modules/dirname (Depends-on): Likewise.
24319         * modules/fnmatch (Depends-on): Likewise.
24320         * modules/fsusage (Depends-on): Likewise.
24321         * modules/fwriteerror (Depends-on): Likewise.
24322         * modules/getcwd (Depends-on): Likewise.
24323         * modules/getloadavg (Depends-on): Likewise.
24324         * modules/hard-locale (Depends-on): Likewise.
24325         * modules/makepath (Depends-on): Likewise.
24326         * modules/mountlist (Depends-on): Likewise.
24327         * modules/nanosleep (Depends-on): Likewise.
24328         * modules/posixtm (Depends-on): Likewise.
24329         * modules/quotearg (Depends-on): Likewise.
24330         * modules/readtokens (Depends-on): Likewise.
24331         * modules/readtokens0 (Depends-on): Likewise.
24332         * modules/readutmp (Depends-on): Likewise.
24333         * modules/save-cwd (Depends-on): Likewise.
24334         * modules/strftime (Depends-on): Likewise.
24335         * modules/userspec (Depends-on): Likewise.
24336         * modules/utimecmp (Depends-on): Likewise.
24337         * modules/xgetcwd (Depends-on): Likewise.
24338         * modules/xnanosleep (Depends-on): Likewise.
24339         * modules/xstrtod (Depends-on): Likewise.
24340         * modules/yesno (Depends-on): Likewise.
24341
24342 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
24343
24344         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
24345         needless checks.
24346
24347 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24348
24349         Merge from coreutils.  Among other things,
24350         add bulletproofing for cases where stdin, stdout, or stderr are closed.
24351         * lib/fd-safer.c: New file.
24352         * lib/fcntl-safer.h, open-safer.c: Remove.
24353         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
24354         * lib/dup-safer.c: Include unistd-safer.h first.
24355         Don't include errno.h.
24356         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
24357         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
24358         * lib/file-type.c: Rely on file-type.h change.
24359         * lib/getloadavg.c: Include unistd-safer.h.
24360         (getloadavg): Use safer open.
24361         * lib/getusershell.c: Include "stdio-safer.h".
24362         (getusershell): Use safer fopen.
24363         * lib/long-options.c (long_options): Use NULL rather than 0.
24364         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
24365         'free'.
24366         * lib/modechange.c: Likewise.
24367         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
24368         (MODE_DONE): New constant.
24369         (struct mode_change): Remove 'next' member.
24370         (make_node_op_equals): New function; like the old one of the
24371         same name, except it allocates an array.
24372         (mode_compile, mode_create_from_ref): Use it.
24373         (mode_compile): Allocate result as an array, not a linked list.
24374         Parse octal string ourself, so that we catch mistakes like "+0".
24375         (mode_adjust): Arg is an array, not a linked list.
24376         * lib/modechange.c: Include stat-macros.h, xalloc.h.
24377         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
24378         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
24379         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
24380         Remove.  This is now stat-macros.h's job.
24381         (talloc): Remove.  All callers replaced by xalloc, so that
24382         our invokers don't have to worry about reporting memory failures.
24383         (make_node_op_equals): Remove.
24384         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
24385         New constants.
24386         (struct mode_change): Moved here from modechange.h.
24387         (mode_append_entry): Remove.
24388         (mode_compile): Remove MASKED_OPS arg, since it encouraged
24389         apps to have incorrect behavior.  Use simpler algorithm for head
24390         and tail.  Don't futz with umask; that's now the job of mode_adjust.
24391         Detect more invalid usages rather than having somewhat-random behavior.
24392         Don't insert an "a=" action, as that leads to incorrect behavior.
24393         (mode_compile, mode_create_from_ref): Return NULL on error instead
24394         of an enum, since now there's only one way to have an error.  All
24395         callers changed.
24396         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
24397         at the correct time.  Simplify calculation of "+u" and its ilk.
24398         Don't mishandle "+X".
24399         (mode_free): Remove "register" and localize decls.
24400         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
24401         (struct mode_change): Move to modechange.c; callers don't
24402         need to see this stuff.
24403         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
24404         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
24405         (mode_change, mode_adjust): Reflect the new signatures noted above.
24406         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
24407         that might redefine system include files.
24408         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
24409         (my_usleep): Use NULL rather than (void *) 0.
24410         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
24411         Use siginterrupt to specify that system calls should be interrupted.
24412         (rpl_nanosleep): Move initialization of suspended closer to call of
24413         my_usleep.
24414         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
24415         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
24416         (desirable_utmp_entry): New function.
24417         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
24418         using x2nrealloc, to simplify logic.
24419         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
24420         size calculation.  Do not assume utmp file is a regular file.
24421         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
24422         (READ_UTMP_CHECK_PIDS): New constant.
24423         * lib/save-cwd.c: Include unistd-safer.h.
24424         (save_cwd): Use fd_safer.
24425         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
24426         [!_LIBC] Include "stat-macros.h" instead.
24427         * lib/unistd-safer.h (fd_safer): New decl.
24428
24429 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24430
24431         * modules/getloadavg (Depends-on): Add unistd-safer.
24432         * modules/getusershell (Depends-on): Add stdio-safer.
24433         * modules/lstat (Depends-on): Remove xalloc.
24434         * modules/mkstemp (Depends-on): Add stat-macros.
24435         * modules/modechange (Depends-on): Remove xstrtol.
24436         Add stat-macros, xalloc.
24437         * modules/save-cwd (Depends-on): Add unistd-safer.
24438         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
24439         * modules/unistd-safer (Files): Add lib/fd-safer.c
24440         (Makefile.am): Remove lib_SOURCES.
24441
24442         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
24443         Remove fcntl-safer; unistd-safer supersedes it.
24444
24445 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24446
24447         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
24448         AC_HEADER_STAT.
24449         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
24450         (gl_PREREQ_CHOWN): Remove.
24451         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
24452         it.  Don't require AC_HEADER_STAT.
24453         (gl_PREREQ_LSTAT): Remove.
24454         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
24455         Don't require AC_HEADER_STAT.
24456         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
24457         (gl_PREREQ_RMDIR): Remove.
24458         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
24459         mention stat-macros.h or AC_HEADER_STAT, since we'll make
24460         the stat-macros module a prerequisite.
24461         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
24462         * m4/filemode.m4 (gl_FILEMODE): Likewise.
24463         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
24464         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
24465         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
24466         variable names.
24467         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
24468         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
24469         variable prefixes.
24470         * m4/fcntl-safer.m4: Remove.
24471         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
24472         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
24473         Invoke gl_PREREQ_FD_SAFER.
24474         (gl_PREREQ_FD_SAFER): New macro.
24475         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
24476         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
24477         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
24478         Remove duplicate call to AC_LIBOBJ(readutmp).
24479         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
24480
24481         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
24482         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
24483
24484 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24485
24486         * MODULES.html.sh (Misc): Add byteswap.
24487
24488 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24489
24490         * modules/getcwd (Depends-on): Add extensions.
24491         * modules/openat (Depends-on): Likewise.
24492
24493 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24494
24495         * modules/byteswap: New file.
24496
24497 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24498
24499         * m4/byteswap.m4: New file.
24500
24501 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24502
24503         * lib/byteswap_.h: New file.
24504
24505 2005-04-25  Karl Berry  <karl@gnu.org>
24506
24507         * m4/gettext.m4: Update from GNU gettext 0.14.4.
24508
24509 2005-04-25  Albert Chin  <china@thewrittenword.com>
24510
24511         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
24512         Toolkit C bug.
24513
24514 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
24515
24516         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
24517         (func_ln_if_changed) Remove forcibly for no error message
24518         in case file does not exist.
24519
24520 2005-04-19  Simon Josefsson  <jas@extundo.com>
24521
24522         * gnulib-tool (Options): Make --symlink mean --symbolic.
24523
24524 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
24525
24526         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
24527
24528 2005-04-16  Simon Josefsson  <jas@extundo.com>
24529
24530         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
24531
24532 2005-04-15  Simon Josefsson  <jas@extundo.com>
24533
24534         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
24535
24536 2005-04-15  Simon Josefsson  <jas@extundo.com>
24537
24538         * gnulib-tool: Rename --symlink to --symbolic.
24539
24540 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
24541
24542         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
24543         symbolic links to files instead of copying/moving.  Add --aux-dir,
24544         specifying directory relative --dir where auxiliary build tools
24545         are placed.
24546
24547 2005-04-14  Bruno Haible  <bruno@clisp.org>
24548
24549         * modules/allocsa (License): Change to LGPL.
24550         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24551
24552 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24553
24554         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
24555         that "UTC +1 second" continues to work.  Problem reported
24556         by Dmitry V. Levin.
24557         (relunit_snumber): New rule.
24558         (relunit): Use it.
24559
24560 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24561
24562         * lib/getdate.y (universal_time_zone_table): New constant.
24563         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
24564         universal_time_zone_table.
24565         (lookup_zone): Prefer universal_time_zone_table to
24566         local_time_zone_table, so that "GMT" time stamps are allowed in
24567         London during the summer.  Problem reported by Ian Abbott.
24568
24569 2005-04-12  Jim Meyering  <jim@meyering.net>
24570
24571         * lib/human.c (humblock): Set *options even when returning due to
24572         xstrtoumax conversion failure.  Thanks to a used-uninitialized
24573         warning from gcc-4.
24574
24575 2005-04-09  Jim Meyering  <jim@meyering.net>
24576
24577         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
24578         -Wuninitialized: initialize tm0.tm_year.
24579
24580 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
24581
24582         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
24583         count, since there's no maximum.  All uses changed.
24584         Add member dsts_seen.
24585         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
24586         not being INT_MAX.
24587         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
24588         Use pc_rels_seen to decide whther a date is absolute.
24589
24590         * lib/getdate.y (number): Don't overwrite year.
24591         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
24592         check.
24593
24594 2005-04-02  Simon Josefsson  <jas@extundo.com>
24595
24596         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
24597         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
24598
24599 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
24600
24601         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
24602         where no absolute path name can be longer than PATH_MAX.
24603
24604 2005-03-27  Jim Meyering  <jim@meyering.net>
24605
24606         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
24607
24608 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
24609
24610         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
24611         "one's complement" -> "ones' complement" in comment, as per Knuth.
24612         "value of type" -> "type or expression" in comment.
24613         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
24614
24615 2005-03-26  Jim Meyering  <jim@meyering.net>
24616
24617         Comment nits.
24618         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
24619         Correct typos: s/or/of/.
24620
24621 2005-03-26  Jim Meyering  <jim@meyering.net>
24622
24623         * modules/check-include-files: Move to ../ and rename to...
24624         * check-module: ...this.
24625
24626 2005-03-25  Jim Meyering  <jim@meyering.net>
24627
24628         * modules/xvasprintf (Files): Add xalloc.h.
24629
24630 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
24631
24632         * modules/gettext (Files): config/config.rpath ->
24633         build-aux/config.rpath
24634         * modules/iconv (Files): Likewise.
24635         Problem reported by Oskar Liljeblad.
24636
24637 2005-03-23  Jim Meyering  <jim@meyering.net>
24638
24639         * modules/check-include-files: New script to check for
24640         missing dependencies, multiple includes, etc.
24641
24642         * modules/c-strtold (Depends-on): Add xalloc.
24643         * modules/c-strtod (Depends-on): Add xalloc.
24644         * modules/hash (Depends-on): Add xalloc.
24645         (Files): Remove lib/xalloc.h.
24646
24647         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
24648         * modules/userspec (Files): Add lib/inttostr.h.
24649
24650 2005-03-23  Jim Meyering  <jim@meyering.net>
24651
24652         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
24653
24654 2005-03-22  Jim Meyering  <jim@meyering.net>
24655
24656         * modules/stat-macros: New module.
24657         * modules/canonicalize, modules/euidaccess, modules/file-type,
24658         * modules/filemode, modules/lchown, modules/makepath,
24659         * modules/rmdir, modules/stat: Depend on new stat-macros module
24660         rather than listing lib/stat-macros.h manually.
24661         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
24662
24663 2005-03-22  Jim Meyering  <jim@meyering.net>
24664
24665         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
24666
24667 2005-03-22  Bruno Haible  <bruno@clisp.org>
24668
24669         * config/srclist.txt: Replace target directory 'config' with
24670         'build-aux'.
24671         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
24672         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
24673         ../build-aux/.
24674
24675 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
24676
24677         * modules/chdir-long (Depends-on): Add mempcpy.
24678
24679         * modules/acl, modules/backupfile, modules/c-strtod,
24680         modules/c-strtold, modules/canon-host, modules/canonicalize,
24681         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
24682         modules/exclude, modules/exitfail, modules/file-type,
24683         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
24684         modules/getdate, modules/getline, modules/getpagesize,
24685         modules/getpass, modules/getugroups, modules/group-member,
24686         modules/hard-locale, modules/hash, modules/human, modules/idcache,
24687         modules/inttostr, modules/long-options, modules/makepath,
24688         modules/md5, modules/memcasecmp, modules/memcoll,
24689         modules/modechange, modules/mountlist, modules/path-concat,
24690         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
24691         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
24692         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
24693         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
24694         modules/strftime, modules/strndup, modules/strverscmp,
24695         modules/timespec, modules/unlocked-io, modules/userspec,
24696         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
24697         modules/yesno:
24698         Remove lib_SOURCES line from Makefile.am section, as this is now
24699         done automatically by the corresponding Autoconf macro.
24700
24701 2005-03-21  Jim Meyering  <jim@meyering.net>
24702
24703         Changes imported from coreutils.
24704
24705         * lib/cycle-check.c: Don't include xalloc.h.
24706
24707         * lib/path-concat.c: Don't include assert.h.
24708         (path_concat): Remove assertion that would have triggered
24709         for ABASE starting with more than one slash.
24710         Reported by Andreas Schwab.
24711
24712         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
24713         properly when ABASE is an absolute file name.
24714         Correct the description of this function.
24715         Include <assert.h>.
24716         Add an assertion and a test driver.
24717         This fixes a bug introduced on 2004-07-02.
24718         Andreas Schwab reported the resulting failure of cp --parents:
24719         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
24720
24721 2005-03-21  Jim Meyering  <jim@meyering.net>
24722
24723         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
24724         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
24725
24726 2005-03-21  Jim Meyering  <jim@meyering.net>
24727         and  Paul Eggert  <eggert@cs.ucla.edu>
24728
24729         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
24730         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
24731         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
24732         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
24733         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
24734         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
24735         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
24736         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
24737         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
24738         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
24739         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
24740         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
24741         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
24742         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
24743         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
24744         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
24745         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
24746         for these modules.
24747
24748 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
24749
24750         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
24751         (which shouldn't happen), generate nothing instead of returning 0
24752         immediately, so that nstrftime (NULL, ...) doesn't return 0.
24753
24754 2005-03-16  Bruno Haible  <bruno@clisp.org>
24755
24756         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
24757         HAVE_LONGLONG_64BIT.
24758
24759 2005-03-16  Bruno Haible  <bruno@clisp.org>
24760
24761         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
24762         HAVE_LONGLONG_64BIT.
24763
24764 2005-03-16  Bruno Haible  <bruno@clisp.org>
24765
24766         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
24767         HAVE_LONGLONG_64BIT.
24768
24769 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
24770
24771         * lib/strftime.c (my_strftime): Prepend space to format so that we can
24772         reliably distinguish strftime failure from empty output on POSIX
24773         hosts.
24774
24775 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
24776
24777         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
24778         (iconv_string): Don't guess a size-zero buffer, as that might cause
24779         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
24780         result would be 'too large', where 'too large' is (heuristically)
24781         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
24782         overflow concerns.  This will prevent some unwanted malloc failures
24783         when the inputs are very large.
24784
24785 2005-03-15  Karl Berry  <karl@gnu.org>
24786
24787         * config/srclist.txt (config.rpath): from gettext.
24788         * config/config.rpath: update.
24789
24790 2005-03-15  Bruno Haible  <bruno@clisp.org>
24791
24792         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
24793         to 'negate'.
24794
24795         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
24796         variable.
24797
24798         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
24799         results.
24800
24801 2005-03-14  Simon Josefsson  <jas@extundo.com>
24802
24803         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
24804         <fx@gnu.org>.
24805
24806 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
24807
24808         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
24809         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
24810         intprops.h.
24811         * lib/strtol.c: Likewise.
24812
24813 2005-03-14  Jim Meyering  <jim@meyering.net>
24814
24815         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
24816         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
24817         to be nonzero so that we (and caller) can detect the difference
24818         between a valid zero-length expansion and an error return, even
24819         when the underlying strftime fails before writing anything into
24820         that location.
24821
24822 2005-03-14  Bruno Haible  <bruno@clisp.org>
24823
24824         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
24825         Update from GNU gettext 0.14.3.
24826
24827 2005-03-10  Jim Meyering  <jim@meyering.net>
24828
24829         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
24830
24831 2005-03-10  Jim Meyering  <jim@meyering.net>
24832
24833         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
24834         so that this module works on systems without fchdir.
24835
24836 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
24837
24838         Factor int-properties macros into a single file, except for
24839         glibc-related files.
24840         * lib/intprops.h: New file.
24841         * lib/getloadavg.c: Include it instead of limits.h.
24842         (INT_STRLEN_BOUND): Remove.
24843         * lib/human.c: Include intprops.h.
24844         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
24845         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
24846         302/1000.
24847         * lib/inttostr.h: Include intprops.h instead of limits.h.
24848         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
24849         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
24850         for consistency with intprops.h.
24851         (time_t_is_integer, twos_complement_arithmetic): Use them.
24852         * lib/sig2str.h: Include <signal.h>, intprops.h.
24853         (INT_STRLEN_BOUND): Remove.
24854         * lib/strftime.c (TYPE_SIGNED): Remove.
24855         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
24856         * lib/strtol.c: Adjust comments to match intprops.h.
24857         * lib/userspec.c: Include intprops.h.
24858         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
24859         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
24860         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
24861         instead of rolling our own expressions.
24862         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
24863
24864         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
24865         instead of int.
24866         (my_strftime): Do not mishandle years close to INT_MAX, by doing
24867         the right thing even if adding 1900 would overflow.  Similarly
24868         for tm_mon + 1 and tm_yday + 1.
24869         Make %Y always equivalent to %C%y, and similarly for %G and %g.
24870         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
24871         (DO_SIGNED_NUMBER): New macro.
24872         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
24873
24874 2005-03-07  Bruno Haible  <bruno@clisp.org>
24875
24876         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
24877
24878 2005-03-07  Bruno Haible  <bruno@clisp.org>
24879
24880         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
24881
24882 2005-03-04  Derek R. Price  <derek@ximbiot.com>
24883
24884         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
24885         (func_import): Only replace files via --import when they have actually
24886         changed.
24887
24888 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24889
24890         * m4/mmap-anon.m4: New file.
24891         * m4/pagealign_alloc.m4: New file.
24892
24893 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24894             Bruno Haible  <bruno@clisp.org>
24895
24896         * modules/pagealign_alloc: New file.
24897         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
24898
24899 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24900             Bruno Haible  <bruno@clisp.org>
24901
24902         * lib/pagealign_alloc.h: New file.
24903         * lib/pagealign_alloc.c: New file.
24904
24905 2005-03-03  Bruno Haible  <bruno@clisp.org>
24906
24907         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
24908         Use an all-permissive copyright notice, recommended by RMS.
24909
24910 2005-03-02  Bruno Haible  <bruno@clisp.org>
24911
24912         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
24913         of AIX, the replacement has to be done only after <string.h> is
24914         included, therefore not in config.h. stpncpy.h does the replacement,
24915         and stpncpy.c uses it.
24916
24917 2005-03-02  Bruno Haible  <bruno@clisp.org>
24918
24919         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
24920         stpncpy.c uses it.
24921
24922 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24923
24924         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
24925         The workaround isn't strictly needed for POSIX conformance, and
24926         it's too much of a pain to configure and maintain.  We'll ask
24927         people to fix their kernels instead.
24928         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
24929         (NANOSLEEP_BUG_WORKAROUND): Remove.
24930         (xnanosleep): Remove the workaround.
24931
24932 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
24935         Reported by Derek Price.
24936         (Include): Add "timespec.h".
24937
24938         * modules/xnanosleep (Depends-on): Remove gethrxtime.
24939
24940 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24941
24942         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
24943         to detect nanosleep bug.
24944
24945 2005-03-01  Bruno Haible  <bruno@clisp.org>
24946
24947         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
24948
24949 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24950
24951         * modules/gethrxtime: New file.
24952         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
24953         (Depends-on): Add gethrxtime.
24954         (configure.ac): Add gl_XNANOSLEEP.
24955         (Makefile.am): Remove lib_SOURCES line.
24956
24957 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24958
24959         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
24960         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
24961
24962 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
24963
24964         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
24965         * lib/timespec.h (gettime): Return void, since it always
24966         succeeds now.  All uses changed.
24967         * lib/gettime.c (gettime) Likewise.
24968         [HAVE_NANOTIME]: Prefer nanotime.
24969         Assume gettimeofday succeeds, as POSIX requires.
24970         Assime time () succeeds, since other code already does.
24971         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
24972         (timespec_subtract): Remove.
24973         (NANOSLEEP_BUG_WORKAROUND): New constant.
24974         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
24975         things considerably.  Use it only on GNU/Linux hosts, since the
24976         workaround shouldn't be needed elsewhere.
24977
24978 2005-02-24  Bruno Haible  <bruno@clisp.org>
24979
24980         * modules/gettext (Files): Add m4/glibc2.m4.
24981
24982 2005-02-24  Bruno Haible  <bruno@clisp.org>
24983
24984         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
24985         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
24986         * m4/progtest.m4:
24987         Update from GNU gettext 0.14.2.
24988         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
24989
24990 2005-02-24  Bruno Haible  <bruno@clisp.org>
24991
24992         * lib/localcharset.c: Update from GNU gettext 0.14.2.
24993         * lib/config.charset: Update from GNU gettext 0.14.2.
24994
24995 2005-02-24  Bruno Haible  <bruno@clisp.org>
24996
24997         * lib/gettext.h: Update from GNU gettext 0.14.2.
24998
24999 2005-02-23  Simon Josefsson  <jas@extundo.com>
25000
25001         * m4/iconvme.m4: New file.
25002
25003 2005-02-23  Jim Meyering  <jim@meyering.net>
25004
25005         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
25006         change.
25007         Thanks to Bruno Haible for catching it.
25008
25009 2005-02-22  Simon Josefsson  <jas@extundo.com>
25010
25011         * modules/iconvme: New file.
25012
25013         * MODULES.html.sh: Add iconvme.
25014
25015 2005-02-22  Simon Josefsson  <jas@extundo.com>
25016
25017         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
25018
25019 2005-02-22  Simon Josefsson  <jas@extundo.com>
25020
25021         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
25022
25023 2005-02-22  Jim Meyering  <jim@meyering.net>
25024
25025         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
25026         s/ifndef/ifdef/.
25027
25028 2005-02-20  Neil Conway  <neilc@samurai.com>
25029
25030         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
25031         returned by OSX/Darwin if the specified buffer is not large
25032         enough for the hostname.
25033
25034 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25035
25036         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
25037         pass it to _help, otherwise the latter coredumps trying to
25038         dereference state.root_argp.
25039
25040 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25041
25042         * modules/chdir-long (Depends-on): Add memrchr.
25043         * modules/memrchr (Files): Add lib/memrchr.h.
25044         (Include): "memrchr.h".
25045
25046 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25047
25048         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
25049
25050 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25051
25052         * lib/memrchr.h: New file.
25053         * lib/chdir-long.c: Include it.
25054         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
25055         Don't bother including stddef.h.
25056
25057 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
25058
25059         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
25060         inclusion.
25061         Include <sys/types.h>, for dev_t.
25062         (ME_DUMMY, ME_REMOTE): Move from here....
25063         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
25064         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
25065         Dmitry V. Levin.
25066         Include mountlist.h first, to test the interface.
25067
25068 2005-01-29  Bruno Haible  <bruno@clisp.org>
25069
25070         * lib/progname.c (program_name): Initialize.
25071         Needed when linking statically on MacOS X.
25072
25073 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
25074
25075         Sync from coreutils.
25076         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
25077         (Depends-on): Add c-strtod.
25078         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
25079
25080 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
25081
25082         Sync from coreutils.
25083         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
25084
25085         Remove files that are specific to coreutils.
25086         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
25087
25088 2005-01-28  Bruno Haible  <bruno@clisp.org>
25089
25090         * modules/javacomp: New file.
25091         * MODULES.html.sh (Java): Add javacomp.
25092
25093 2005-01-28  Bruno Haible  <bruno@clisp.org>
25094
25095         * m4/javacomp.m4: New file, from GNU gettext.
25096
25097 2005-01-28  Bruno Haible  <bruno@clisp.org>
25098
25099         * lib/javacomp.sh.in: New file, from GNU gettext.
25100         * lib/javacomp.h: New file, from GNU gettext.
25101         * lib/javacomp.c: New file, from GNU gettext.
25102
25103 2005-01-26  Simon Josefsson  <jas@extundo.com>
25104
25105         * lib/gai_strerror.c: Use GPL in header.
25106
25107 2005-01-26  Bruno Haible  <bruno@clisp.org>
25108
25109         * modules/javaexec: New file.
25110         * MODULES.html.sh (Java): Add javaexec.
25111
25112 2005-01-26  Bruno Haible  <bruno@clisp.org>
25113
25114         * m4/javaexec.m4: New file, from GNU gettext.
25115
25116 2005-01-26  Bruno Haible  <bruno@clisp.org>
25117
25118         * lib/javaexec.sh.in: New file, from GNU gettext.
25119         * lib/javaexec.h: New file, from GNU gettext.
25120         * lib/javaexec.c: New file, from GNU gettext.
25121
25122 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25123
25124         * modules/lchown (Depends-on): Remove lchown.h
25125
25126 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25127
25128         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
25129         must be defined if the header file was not found, in order
25130         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
25131
25132 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25133
25134         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
25135         initializers for struct pentry_state.
25136         (__argp_error): Check return value of __asprintf
25137         (__argp_failure): Translate error message
25138
25139         * lib/argp-parse.c: Removed braces around the expansion of N_()
25140
25141 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25142
25143         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
25144         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
25145         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
25146         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
25147         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
25148         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
25149         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
25150         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
25151         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
25152         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
25153         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
25154         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
25155         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
25156         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
25157         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
25158         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
25159         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
25160         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
25161         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
25162         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
25163         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
25164         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
25165         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
25166         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
25167         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
25168         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
25169         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
25170         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
25171         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
25172         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
25173         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
25174         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
25175         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
25176         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
25177         xstrtol.m4, xstrtoumax.m4, yesno.m4:
25178         Use an all-permissive copyright notice, recommended by RMS.
25179
25180 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
25181
25182         * modules/chdir-long (Depends-on): Remove mempcpy.
25183
25184 2005-01-21  Jim Meyering  <jim@meyering.net>
25185
25186         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
25187         same value as for Solaris 9.
25188
25189         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
25190         component length.  This included changing the parameter to be
25191         of type `char *' rather than `char const *'.
25192         * lib/chdir-long.h (chdir_long): Update prototype.
25193
25194         * lib/openat.c (fdopendir, fstatat): New functions.
25195         * lib/openat.h: Include headers required for use of DIR and struct
25196         stat.
25197         [AT_SYMLINK_NOFOLLOW]: Define.
25198         (fdopendir, fstatat): Add prototypes.
25199
25200 2005-01-21  Bruno Haible  <bruno@clisp.org>
25201
25202         * modules/classpath: New file.
25203         * MODULES.html.sh (Java): Add classpath.
25204
25205 2005-01-21  Bruno Haible  <bruno@clisp.org>
25206
25207         * lib/classpath.h: New file, from GNU gettext.
25208         * lib/classpath.c: New file, from GNU gettext.
25209
25210 2005-01-20  Simon Josefsson  <jas@extundo.com>
25211
25212         * modules/version-etc-fsf: New file.
25213
25214 2005-01-20  Simon Josefsson  <jas@extundo.com>
25215
25216         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
25217         * lib/version-etc.c: Remove version_etc_copyright.
25218         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
25219         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
25220
25221 2005-01-20  Simon Josefsson  <jas@extundo.com>
25222
25223         * lib/base64.h (isbase64): Add.
25224
25225         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
25226         using a unsigned prototype, don't inline.
25227         (base64_decode): Use it.
25228
25229 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25230
25231         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
25232         it.
25233
25234 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25235
25236         * lib/save-cwd.c (save_cwd): Remove code to support the case
25237         where fchdir is missing or flaky.
25238
25239 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25240
25241         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
25242
25243 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
25244
25245         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
25246         AC_LIBSOURCES now does this.
25247         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
25248         with new ullong_max module.
25249
25250 2005-01-19  Bruno Haible  <bruno@clisp.org>
25251
25252         * modules/sh-quote: New file.
25253         * MODULES.html.sh (Executing programs): Add sh-quote.
25254
25255 2005-01-19  Bruno Haible  <bruno@clisp.org>
25256
25257         * lib/sh-quote.h: New file, from GNU gettext.
25258         * lib/sh-quote.c: New file, from GNU gettext.
25259
25260 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
25261
25262         Merge from coreutils.
25263         * m4/ullong_max.m4: New file.
25264         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
25265         (gl_MACROS): Assume localeconv exists.
25266
25267 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
25268
25269         Merge changes from coreutils, as described below in several
25270         changelogs dated today.
25271
25272         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
25273         (O_DIRECTORY): Remove; not needed here, since "." must be
25274         a directory.  All uses removed.
25275         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
25276         universal on Suns, and we also need to test for IRIX.
25277         Revamp code to use 'if' rather than '#if'.
25278         Avoid unnecessary comparison of cwd->desc to 0.
25279
25280         * lib/utimens.c (futimens): Robustify the previous patch, by checking
25281         for known valid error numbers rather than observed invalid ones.
25282
25283 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
25284
25285         * modules/ullong_max: New file.
25286
25287         * modules/chdir-long, modules/openat: New files.
25288         * modules/save-cwd (Depends-on): Depend on chdir-long.
25289         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
25290
25291 2005-01-18  Jim Meyering  <jim@meyering.net>
25292
25293         Merge from coreutils.
25294         * m4/chdir-long.m4, m4/openat.m4: New files.
25295         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
25296         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
25297         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
25298         is sane and DOES follow symlinks.  Besides, testing 20 different
25299         systems found no broken chown implementations.
25300         Prompted by a change in rsync's copy of this macro.
25301         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
25302
25303         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
25304
25305         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
25306         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
25307         NULL-means-set-to-current-time semantics.
25308         Remove temporary file immediately, rather than waiting
25309         for configure's at-exit trap code to do it.
25310
25311 2005-01-18  Jim Meyering  <jim@meyering.net>
25312
25313         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25314
25315         * lib/utimens.c (futimens): Account for the fact that futimes
25316         can also fail with errno == ENOSYS or errno == ENOENT.
25317         Patch from Dmitry V. Levin.
25318
25319         Change the name of the robust chdir function from chdir to chdir_long.
25320         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
25321         (restore_cwd): Use chdir_long, not chdir.
25322         * lib/chdir-long.c: Renamed from chdir.c.
25323         * lib/chdir-long.h: Renamed from chdir.h.
25324         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
25325         Hurd.
25326
25327 2005-01-18  Bruno Haible  <bruno@clisp.org>
25328
25329         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
25330         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
25331         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
25332         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
25333         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
25334         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
25335         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
25336         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
25337         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
25338         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
25339         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
25340         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
25341         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
25342         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
25343         Use an all-permissive copyright notice, recommended by RMS.
25344
25345 2005-01-18  Bob Proulx  <bob@proulx.com>
25346
25347         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
25348         simplify offsetof() macro construct to avoid compile failure with
25349         native HP-UX 11.0 ANSI C compiler.
25350
25351 2005-01-17  Bruno Haible  <bruno@clisp.org>
25352
25353         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
25354         redundant because stpncpy.m4 takes care of it.
25355
25356 2005-01-17  Bruno Haible  <bruno@clisp.org>
25357
25358         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
25359
25360 2005-01-17  Bruno Haible  <bruno@clisp.org>
25361
25362         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
25363         used.
25364
25365 2005-01-17  Bruno Haible  <bruno@clisp.org>
25366
25367         * lib/fwriteerror.h (fwriteerror): Change specification to include
25368         fclose.
25369         * lib/fwriteerror.c: Include <stdbool.h>.
25370         (fwriteerror): At the end, close the file stream. Record whether
25371         stdout was already closed.
25372
25373 2005-01-17  Bruno Haible  <bruno@clisp.org>
25374
25375         * lib/execute.c (environ): Declare if needed.
25376         * lib/pipe.c (environ): Likewise.
25377         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
25378
25379 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25380
25381         * modules/argp: Depend on vsnprintf
25382
25383 2005-01-10  Jim Meyering  <jim@meyering.net>
25384
25385         * modules/closeout (Depends-on): Add atexit.
25386
25387 2005-01-06  Bruno Haible  <bruno@clisp.org>
25388
25389         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
25390
25391 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25392
25393         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
25394         definitions to be after all include files, to avoid collisions.
25395         Problem reported by Bob Proulx.
25396
25397 2005-01-04  Jim Meyering  <jim@meyering.net>
25398
25399         Changes imported from coreutils.
25400         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
25401         as the mkstemp template, use a temporary directory and an
25402         8.3-friendly template to avoid trouble on systems like DJGPP.
25403         Reported by Juan M. Guerrero via Stepan Kasal.
25404         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
25405         close. Remove the temporary directory right away, rather than waiting
25406         for configure's at-exit trap code to do it.
25407         Suggestion from Stepan Kasal.
25408
25409 2005-01-01  Simon Josefsson  <jas@extundo.com>
25410
25411         * gnulib-tool: Print #include directives when --import'ing.
25412
25413 2004-12-28  Simon Josefsson  <jas@extundo.com>
25414
25415         * tests/test-base64.c: Include required header files.  Remove
25416         unused variables.
25417
25418 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25419
25420         * modules/error (Depends-on): Remove gettext.
25421
25422 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25423
25424         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
25425         not needed.  This removes a dependency on the gettext module.
25426         [defined _LIBC]: Do not include <libintl.h>; not needed.
25427
25428 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
25431         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
25432
25433 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
25434
25435         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
25436         HAVE_DECL_STRTOLD.
25437
25438 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25439
25440         * modules/getdate (Depends-on): Remove alloca-opt.
25441
25442 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25443
25444         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
25445
25446 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25447
25448         * lib/argp-parse.c: Include <stddef.h>.
25449         (alignof, alignto): New macros.
25450         (parser_init): Don't assume that void * is aligned sufficiently
25451         for struct option.
25452
25453         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
25454         need to extend the stack.
25455         (YYINITDEPTH): New macro, so that the initial stack isn't overly
25456         large.
25457
25458 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25459
25460         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
25461
25462 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
25463
25464         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
25465         (2004-10-24) change.  Apparently this was a false alarm.
25466
25467         * modules/getdate: Depend on alloca-opt, not alloca.
25468
25469 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
25470
25471         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
25472         Remove now-obsolete comment about AIX.
25473         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
25474         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
25475         (YYMAXDEPTH): New macro.
25476
25477 2004-12-18  Simon Josefsson  <jas@extundo.com>
25478
25479         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
25480
25481 2004-12-18  Bruno Haible  <bruno@clisp.org>
25482
25483         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
25484
25485 2004-12-18  Bruno Haible  <bruno@clisp.org>
25486
25487         * lib/fatal-signal.c (fatal_signals): Make non-const.
25488         (init_fatal_signals): New function.
25489         (uninstall_handlers, install_handlers): Ignore signals that were set to
25490         SIG_IGN.
25491         (at_fatal_signal): Call init_fatal_signals.
25492         (init_fatal_signal_set): Likewise. Ignore signals that were set to
25493         SIG_IGN.
25494         Reported by Paul Eggert.
25495
25496 2004-12-18  Bruno Haible  <bruno@clisp.org>
25497
25498         * doc/alloca.texi: New file.
25499         * doc/alloca-opt.texi: New file.
25500
25501 2004-12-17  Jim Meyering  <jim@meyering.net>
25502
25503         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
25504         Otherwise, install-sh could exit with improper exit status when
25505         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
25506
25507 2004-12-16  Simon Josefsson  <jas@extundo.com>
25508
25509         * tests/test-base64.c: Add license.
25510
25511 2004-12-15  Stepan Kasal  <address@hidden>
25512
25513         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
25514
25515 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
25516
25517         * modules/getcwd (Files): Add m4/d-ino.m4.
25518         Suggested by Mark D. Baushke.
25519
25520 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
25521
25522         * lib/getdate.y (textint): New member "negative".
25523         (time_zone_hhmm): New function.
25524         Expect 14 shift-reduce conflicts, not 13.
25525         (o_colon_minutes): New rule.
25526         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
25527         (yylex): Set the "negative" member of signed numbers.
25528
25529 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         * doc/getdate.texi (Time of day items, Time zone items):
25532         Describe new formats +00:00, UTC+00:00.
25533
25534 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25535
25536         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
25537         spurious "-l"s.  Problem reported by Stepan Kasal.
25538
25539 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
25540
25541         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
25542         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
25543
25544 2004-12-04  Simon Josefsson  <jas@extundo.com>
25545
25546         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
25547         Vandoorselaere <yoann@prelude-ids.org>.
25548
25549 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25550
25551         Changes imported from coreutils.
25552         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
25553         exist.
25554         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
25555
25556 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25557
25558         Changes imported from coreutils.
25559         * lib/hard-locale.c: Assume <locale.h> exists.
25560         Include "strdup.h".
25561         (GLIBC_VERSION): New macro.
25562         (hard_locale): Assume setlocale exists.
25563         Rewrite to avoid #ifdef.
25564         Use strdup rather than malloc + strcpy.
25565         * lib/human.c: Assume <locale.h> exists.
25566         (human_readable): Assume localeconv exists.
25567
25568 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25569
25570         * modules/hard-locale (Depends-on): Add strdup.
25571
25572 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
25573
25574         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
25575         convert T2, not T.  (Imported from libc.)
25576
25577 2004-11-30  Simon Josefsson  <jas@extundo.com>
25578
25579         * modules/restrict (License): Change to LGPL.
25580
25581 2004-11-30  Simon Josefsson  <jas@extundo.com>
25582
25583         * m4/restrict.m4: Add copyright and copying conditions.
25584
25585 2004-11-30  Simon Josefsson  <jas@extundo.com>
25586
25587         * m4/base64.m4: New file.
25588
25589 2004-11-30  Simon Josefsson  <jas@extundo.com>
25590
25591         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
25592         base64.
25593
25594         * tests/test-base64.c: New file.
25595
25596         * modules/base64: New file.
25597
25598 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
25599
25600         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
25601         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
25602
25603         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
25604
25605 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
25606
25607         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
25608         (__getcwd.c): Don't restore errno; glibc doesn't.
25609         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
25610         first, falling back to our code only if its results look suspicious.
25611         Ensure that the resulting buffer is only as large as necessary.
25612
25613         * lib/readutmp.c: Include readutmp.h first.
25614         Include <errno.h>, since readutmp.h no longer does that.
25615         * lib/readutmp.h: Don't include <errno.h>,
25616         <sys/param.h>, <time.h>; not needed to establish interface.
25617         (errno): Remove decl.
25618         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
25619         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
25620         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
25621
25622 2004-11-28  Simon Josefsson  <jas@extundo.com>
25623
25624         * lib/base64.h, base64.c: New file.
25625
25626 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
25627
25628         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
25629
25630 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
25631
25632         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
25633         (Depends-on): Remove pathmax, same.  Add mempcpy.
25634         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
25635         (Makefile.am): Append getcwd.h to lib_SOURCES.
25636         (Include): Add getcwd.h.
25637         (Maintainer): Change from Jim Meyering to "all, glibc",
25638         since getdate now uses intended-for-glibc code.
25639         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
25640         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
25641
25642 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25643
25644         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
25645         HP's ANSI C compiler.
25646         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
25647         Declaring int functions causes warnings on some modern systems and
25648         shouldn't be needed to compile on ancient ones.
25649         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
25650         defined.
25651
25652         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
25653         with the following changes.
25654         (__set_errno): Parenthesize properly.
25655         Include <stdbool.h>.
25656         (MIN, MAX, MATCHING_INO): New macros.
25657         (__getcwd): Define with prototype, not K&R form.
25658         Use heuristics to allocate default buffer on stack if possible.
25659         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
25660         behavior, and to avoid the PATH_MAX limit when computing
25661         ../../../../...
25662         Use MATCHING_INO to compare inode number to file.
25663         Check for arithmetic overflow in size calculations.
25664         Fix bug in reallocation of dot array that caused getcwd to fail
25665         on directories nested deeper than 75.
25666         Be more careful about saving errno on error.
25667         Do not use realloc; use only free+malloc, as this is a bit
25668         more flexible and avoids a needless copy operation.
25669         Do not inspect st_dev and st_ino for symbolic links; POSIX
25670         doesn't specify the latter.
25671         Check for closedir errors.
25672         Avoid needless casts.
25673         Use "#ifdef weak_alias" around weak_alias, to be like other
25674         glibc code.
25675         The following changes to getcwd.c have effect only when used in
25676         gnulib; they have no effect inside glibc proper.
25677         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
25678         as alloca isn't used.
25679         (alloca, __alloca): Likewise.
25680         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
25681         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25682         unconditionally, as gnulib assumes C89 or better.
25683         Do not include <sys/param.h>.
25684         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
25685         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
25686         better.
25687         (NULL) [!defined NULL]: Remove; we assume C89 or better.
25688         Include <dirent.h> in a way that is compatible with modern Autoconf.
25689         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
25690         New macros, if not already defined.
25691         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
25692         Use "_LIBC", not "defined _LIBC", for consistency.
25693         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
25694         a mempcpy module.
25695         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
25696         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
25697         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
25698         credit only to Jim Meyering and adjust the copyright dates.
25699         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
25700         <stdlib.h>, <unistd.h>, "pathmax.h".
25701         Instead, include "xgetcwd.h" (first) and "getcwd.h".
25702         (INITIAL_BUFFER_SIZE): Remove.
25703         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
25704
25705 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25706
25707         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
25708         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
25709         Use the _ONCE methods, for efficiency.
25710         Check for fcntl.h.  In test program, include <errno.h>
25711         and <fcntl.h> if available.  Remove old K&R cruft from
25712         test program.  Check for common errors in GNU/Linux,
25713         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
25714         don't do AC_LIBOBJ, as that's getcwd.m4's job.
25715         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
25716         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
25717         name accordingly.
25718         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
25719         accommodate new getcwd.c.
25720         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
25721         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
25722         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
25723         that's all we need now.
25724
25725 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25726
25727         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
25728         argp-parse.c depends on getopt internals, that means we should
25729         always use our getopt, to be on the safe side.
25730         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
25731         order not to spoil the result of an eventual previous invocation
25732         of gl_GETOPT_SUBSTITUTE.
25733
25734 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25735
25736         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
25737         redefinition warnings. To avoid them, include the defines
25738         in `#if !defined __need_getopt ... #endif'. The only place
25739         where __getopt_argv_const is used is in definitions
25740         of getopt_long and getopt_long_only below, which are as well
25741         protected by `#ifndef __need_getopt'.
25742         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
25743         __need_getopt after including <stdio.h> and <unistd.h> These
25744         headers might have defined it.
25745
25746 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
25747
25748         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
25749
25750 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
25751
25752         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
25753         (futimens): New function, which uses futimes if available.
25754         (futimens, utimens): Support timespec==NULL, with same semantics
25755         as utime and utimens.
25756         * lib/utimens.h (futimens): New decl.
25757
25758 2004-11-23  Jim Meyering  <jim@meyering.net>
25759
25760         * lib/getopt_.h: Remove trailing blanks.
25761
25762 2004-11-23  Jim Meyering  <jim@meyering.net>
25763
25764         * lib/__fpending.c: Add comment.
25765
25766 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
25767
25768         * modules/canonicalize (Depends-on): Add xreadlink.
25769         Problem reported by James Youngman.
25770
25771 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25772
25773         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
25774         New macros.
25775         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
25776         optopt): Use them instead of invoking ## directly; otherwise, the
25777         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
25778
25779 2004-11-19  Bruno Haible  <bruno@clisp.org>
25780
25781         * lib/strtok_r.c: Move comments from here...
25782         * lib/strtok_r.h: ... to here.
25783
25784 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25785
25786         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
25787         implementations that mishandle size_t overflow.
25788
25789 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25790
25791         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
25792         might fail.  Problem reported by Yoann Vandoorselaere.
25793         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
25794         implementations that mishandle size_t overflow.
25795
25796 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25797
25798         * modules/canon-host (Depends-on): Add strdup.
25799
25800 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25801
25802         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
25803
25804 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25805
25806         * lib/canon-host.c: Include "strdup.h".
25807         (canon_host): Use getaddrinfo if available, so that IPv6 works.
25808         Use strdup instead of malloc/strcpy to duplicate strings.
25809
25810         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
25811         (human_space_before_unit): New constant.
25812         * lib/human.c (human_readable): Support it.
25813
25814         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
25815         (xgetcwd): Set errno correctly when failing.
25816         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
25817         the failure is actually due to a PATH_MAX problem.
25818
25819         Further getopt changes to make it more likely that glibc will
25820         buy the changes back.
25821         * lib/getopt.c (POSIXLY_CORRECT): New constant.
25822         (getopt): Use it, so to preserve glibc semantic
25823         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
25824         when compiling for libc.
25825         * lib/getopt_.h (__getopt_argv_const): Bring it back.
25826         (getopt_long, getopt_long_only): Use it.
25827
25828         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
25829         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
25830         (getopt): Argv is now char * const *, as per standard.
25831         (_getopt_internal_r, _getopt_internal): Argv is now char **,
25832         not char *__getopt_argv_const *.
25833         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
25834         _getopt_long_only_r): Likewise.
25835         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
25836         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
25837         _getopt_long_r, _getopt_long_only_r): Likewise.
25838         * lib/getopt_.h (__getopt_argv_const): Remove.
25839         (getopt): Argv is now char * const *, as per standard.
25840
25841         * lib/getdate.y (tORDINAL): New token.
25842         (day, relunit): Allow it for relative times.
25843         (relative_time_table): Use tORDINAL for ordinals.
25844
25845 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25846
25847         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
25848         Document that "second" isn't allowed as an ordinal number.
25849
25850 2004-11-16  Jim Meyering  <jim@meyering.net>
25851
25852         * modules/closeout (Depends-on): Add fpending.
25853
25854 2004-11-15  Jim Meyering  <jim@meyering.net>
25855
25856         * lib/closeout.c: Include "__fpending.h" once again.
25857         Include <stdbool.h>.
25858         (close_stdout): Don't fail just because stdout was closed initially,
25859         since some programs don't write to stdout in the normal course of
25860         operation (other than --version and --help), and we don't want this
25861         function to make e.g. `touch file >&-' fail.
25862         But do fail if it was closed and someone has tried to write to it.
25863         E.g., `printf foo >&-' must fail.
25864
25865 2004-11-13  Jim Meyering  <jim@meyering.net>
25866
25867         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
25868
25869 2004-11-12  Simon Josefsson  <jas@extundo.com>
25870
25871         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
25872         small doc fix is still pending.
25873
25874 2004-11-11  Simon Josefsson  <jas@extundo.com>
25875
25876         * modules/strtok_r: New file.
25877
25878         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25879         strtok_r.
25880
25881 2004-11-11  Simon Josefsson  <jas@extundo.com>
25882
25883         * m4/strtok_r.m4: New file.
25884
25885         * m4/getopt.m4: Replace opterr.
25886
25887 2004-11-11  Simon Josefsson  <jas@extundo.com>
25888
25889         * lib/strtok_r.h, strtok_r.c: New file.
25890
25891 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
25892
25893         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
25894         of replacing opterr, getopt, etc.  This should handle the
25895         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
25896
25897 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
25898
25899         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
25900         we can stop lying to compilers about the constness of argv when we
25901         are compiled outside glibc.
25902         (getopt, getopt_long, getopt_long_only): Use it.
25903         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
25904         _getopt_internal, getopt): Likewise.
25905         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
25906         _getopt_long_only_r): Likewise.
25907         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
25908         _getopt_long_r, _getopt_long_only_r): Likewise.
25909
25910         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
25911         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
25912         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
25913         the other external symbols.
25914         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
25915         declaration, since the above renaming now works around collisions.
25916
25917 2004-11-11  Jim Meyering  <jim@meyering.net>
25918
25919         * lib/linebreak.c: Remove trailing blanks.
25920         * lib/alloca_.h: Likewise.
25921         * lib/acosl.c: Likewise.
25922         * lib/euidaccess.c: Likewise.
25923         * lib/allocsa.h: Likewise.
25924
25925 2004-11-10  Simon Josefsson  <jas@extundo.com>
25926
25927         * m4/getaddrinfo.m4: New file.
25928
25929 2004-11-10  Simon Josefsson  <jas@extundo.com>
25930
25931         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
25932
25933 2004-11-10  Simon Josefsson  <jas@extundo.com>
25934
25935         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25936         getaddrinfo.
25937
25938         * modules/getaddrinfo: New file.
25939
25940 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25941
25942         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
25943
25944 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25945
25946         * lib/mktime.c (SHR): New macro, which is a portable
25947         substitute for >> that should work even on Crays.
25948         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
25949         Problem reported by Mark D. Baushke in
25950         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
25951         * lib/getdate.y (SHR): Likewise.
25952         (tm_diff): Use it.
25953         * lib/strftime.c (SHR): Likewise.
25954         (tm_diff): Use it.
25955         * lib/quotearg.c (struct quoting_options): Use unsigned int for
25956         quote_these_too, so that right shifts are well defined.  All uses
25957         changed.
25958
25959 2004-11-10  Jim Meyering  <jim@meyering.net>
25960
25961         Ensure that no close failure goes unreported.
25962         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
25963         return early when it seems there's nothing to flush.
25964         Don't include __fpending.h.
25965
25966 2004-11-10  Jim Meyering  <jim@meyering.net>
25967
25968         * modules/closeout (Depends-on): Remove fpending.
25969
25970 2004-11-10  Jim Meyering  <jim@meyering.net>
25971
25972         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
25973
25974 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25975
25976         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
25977         gl_FUNC_STRFTIME.
25978         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
25979         and AC_REQUIRE when possible, to avoid duplicate checks.
25980         Check for <wchar.h>.
25981
25982 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
25985
25986 2004-11-09  Bruno Haible  <bruno@clisp.org>
25987
25988         * m4/sockpfaf.m4: New file.
25989
25990 2004-11-05  Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
25993         Reported by Mark D. Baushke <mdb@cvshome.org>.
25994
25995 2004-11-04  Bruno Haible  <bruno@clisp.org>
25996
25997         2004-09-11  Bruno Haible  <bruno@clisp.org>
25998                 * allocsa.valgrind: New file.
25999         2004-02-06  Bruno Haible  <bruno@clisp.org>
26000                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
26001                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
26002                 Reported by Christopher Seip <chris.seip@hp.com>.
26003
26004 2004-11-04  Bruno Haible  <bruno@clisp.org>
26005
26006         * modules/allocsa (Files): Add lib/allocsa.valgrind.
26007         (Makefile.am): Distribute it.
26008
26009 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26010
26011         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
26012         with errno == ERANGE if the buffer is too small.
26013         Problem reported by Mark D. Baushke.
26014
26015 2004-11-03  Albert Chin  <china@thewrittenword.com>
26016             Paul Eggert  <eggert@cs.ucla.edu>
26017
26018         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
26019         equivalent, substitute $ac_type for equivalent type rather than
26020         blindly using uint32_t *always* which won't work if uint32_t is not
26021         available.  Define _UINT32_T to work around typedef of uint32_t if
26022         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
26023         2.5.1.
26024
26025 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
26026
26027         * m4/jm-macros.m4: Sync from coreutils.
26028         (gl_MACROS): Check for mbrlen, for pathchk.
26029         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
26030
26031 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
26032
26033         * lib/xreadlink.c (MAXSIZE): New macro.
26034         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
26035         size does not exceed MAXSIZE.  Avoid cast.
26036         As suggested by Mark D. Baushke in
26037         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
26038         if readlink fails with buffer size just under MAXSIZE, try again
26039         with MAXSIZE.
26040
26041 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
26042
26043         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
26044
26045 2004-11-02  Derek R. Price  <derek@ximbiot.com>
26046         and  Paul Eggert  <eggert@cs.ucla.edu>
26047
26048         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
26049         (get_date): Overparenthesize to avoid GCC warning.
26050
26051 2004-11-02  Bruno Haible  <bruno@clisp.org>
26052
26053         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
26054         returns void.
26055
26056 2004-11-02  Bruno Haible  <bruno@clisp.org>
26057
26058         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
26059         function returns void.
26060
26061 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
26062
26063         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
26064         fflush_unlocked, flockfile, funlockfile, funlockfile,
26065         fputs_unlocked, putc_unlocked.
26066
26067 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
26068
26069         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
26070         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
26071         already declared.
26072
26073 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26074
26075         * modules/getdate (Files): Add doc/getdate.texi.
26076         (Depends-on): Add setenv, xalloc.
26077
26078 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26079
26080         * lib/getdate.y: Add support for TZ="foo" within a date string.
26081         Fix some bugs near time_t boundaries.  Reject dates with
26082         out-of-range components, e.g., "Sept 31".
26083         Include <stdlib.h>, "setenv.h", "xalloc.h".
26084         (ISDIGIT_LOCALE): Remove; unused.
26085         Note that the TZ and time functions used here are not reentrant.
26086         (mktime_ok, get_tz): New functions.
26087         (TZBUFSIZE): New constant.
26088         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
26089         This requires that we sometimes generate our own TZ="XXX..." setting.
26090
26091 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26092
26093         * doc/getdate.texi: New file, from coreutils with modifications for
26094         the new TZ parsing.
26095
26096 2004-10-27  Derek R. Price  <derek@ximbiot.com>
26097
26098         * lib/mktime.c (not_equal_tm): Remove redundant check.
26099
26100 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26101
26102         * modules/regex (lib_SOURCES): Add regex.c.
26103         Reported by James Youngman in
26104         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
26105
26106 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26107
26108         * lib/getdate.y: Use Bison 1.875 features, and some minor
26109         code cleanups.  This change does not affect semantics.
26110         Don't include <stdlib.h>; no longer needed.
26111         Don't include unlocked-io.h; only the "#if TEST" code uses
26112         stdio, and performance isn't crucial there.
26113         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
26114         Bison 1.875 features as described below.
26115         All uses of "PC." replaced by "pc->".
26116         (YYSTYPE): Add a forward declaration.
26117         (yylex, yyerror): Use full prototypes in forward decls.
26118         Use "%pure-parser" rather than obsolescent "%pure_parser".
26119         Use %parse-param and %lex-param instead of obsolescent
26120         YYPARSE_PARAM and YYLEX_PARAM.
26121         (meridian_table, month_and_day_table, time_units_table,
26122         relative_time_table, time_zone_table, military_table,
26123         lookup_zone, lookup_word, get_date):
26124         Use NULL instead of 0 where appropriate.
26125         (to_hour): Avoid abort (), to avoid a dependency on
26126         stdlib.h.
26127         (yyerror, yylex): Now accepts parser_control * arg.
26128         (main) [TEST]: Use '\0' rather than 0 for char.
26129
26130 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26131
26132         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
26133
26134 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26135
26136         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
26137         It's now the caller's responsibility to handle the case where
26138         !HAVE_GETPAGESIZE && !defined getpagesize.
26139
26140         * lib/mktime.c (leapyear): Arg is long int, not int.
26141
26142 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
26143
26144         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
26145
26146 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26147
26148         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
26149         missing.  Problem reported by James Youngman.
26150
26151 2004-10-16  Simon Josefsson  <jas@extundo.com>
26152
26153         * gnulib-tool: Fix comments.  Fix parse problem.
26154         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
26155
26156 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
26157
26158         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
26159         implementation of getopt_long.  Problem reported by Alexander Taler in:
26160         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
26161
26162 2004-10-15  Bruno Haible  <bruno@clisp.org>
26163
26164         * gnulib-tool: Untabify. Initialize supplied_libname.
26165         (func_usage): More homogenous output.
26166         (func_modules_transitive_closure, func_modules_to_filelist,
26167         func_emit_lib_Makefile_am): New functions.
26168         (func_import): New function, extracted from big case statement. Use
26169         func_get_license, func_modules_transitive_closure,
26170         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
26171         opt_lgpl. Don't use test -a, as it's not portable.
26172         (func_create_testdir): Use func_modules_transitive_closure,
26173         func_modules_to_filelist, func_emit_lib_Makefile_am.
26174
26175 2004-10-15  Bruno Haible  <bruno@clisp.org>
26176
26177         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
26178
26179 2004-10-15  Bruno Haible  <bruno@clisp.org>
26180
26181         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
26182         the portions belonging to each module.
26183         Suggested by Derek Robert Price <derek@ximbiot.com>.
26184
26185 2004-10-12  Simon Josefsson  <jas@extundo.com>
26186
26187         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
26188         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
26189         to real functions.
26190
26191 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26192
26193         * modules/vsnprintf: New file.
26194
26195 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26196
26197         * m4/vsnprintf.m4: New file.
26198
26199 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26200
26201         * lib/vsnprintf.h: New file.
26202         * lib/vsnprintf.c: New file.
26203
26204 2004-10-11  Bruno Haible  <bruno@clisp.org>
26205
26206         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
26207         vsnprintf.
26208
26209 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26210
26211         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
26212
26213 2004-10-07  Bruno Haible  <bruno@clisp.org>
26214
26215         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
26216         fits into the provided buffer.
26217
26218 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26219
26220         * lib/diacrit.c, diacrit.h: Add GPL notice.
26221
26222         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
26223         notice.
26224         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
26225         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
26226         This avoids a potential constant-folding bug.
26227
26228 2004-10-05  Bruno Haible  <bruno@clisp.org>
26229
26230         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
26231         for the declaration of strsep.
26232
26233 2004-10-05  Bruno Haible  <bruno@clisp.org>
26234
26235         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
26236
26237 2004-10-04  Simon Josefsson  <jas@extundo.com>
26238
26239         * modules/memmem: New file.
26240         * tests/test-memmem.c: New file.
26241         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
26242
26243 2004-10-04  Simon Josefsson  <jas@extundo.com>
26244
26245         * m4/memmem.m4: New file.
26246
26247 2004-10-04  Simon Josefsson  <jas@extundo.com>
26248
26249         * lib/memmem.h: New file.
26250         * lib/memmem.c: New file, taken from glibc.
26251
26252 2004-10-04  Simon Josefsson  <jas@extundo.com>
26253
26254         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
26255         '#ifdef USE_UNLOCKED_IO'.
26256
26257 2004-10-04  Simon Josefsson  <jas@extundo.com>
26258
26259         * config/srclist.txt: Add memmem from glibc.
26260
26261 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26262
26263         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
26264
26265         * modules/argmatch, modules/argp, modules/closeout, modules/error,
26266         modules/exclude, modules/getdate, modules/getline,
26267         modules/getndelim2, modules/getpass, modules/getpass-gnu,
26268         modules/getusershell, modules/linebuffer, modules/md5,
26269         modules/mountlist, modules/posixtm, modules/readtokens,
26270         modules/readutmp, modules/regex, modules/sha1,
26271         modules/version-etc, modules/yesno:
26272         Remove dependency on unlocked-io.
26273
26274 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26275
26276         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
26277
26278         * m4/unlocked-io.m4: Add copyright notice.
26279         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
26280
26281 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26282
26283         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
26284         * lib/xmalloc.c (xmemdup): Likewise.
26285         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
26286         XFREE): Remove these long-obsolescent macros.
26287         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
26288         * lib/xstrdup.c: Remove.
26289
26290         * lib/regex.c (re_comp): Cast gettext return value to char *,
26291         Problem reported by Martin Neitzel via Mark D. Baushke.
26292
26293 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26294
26295         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
26296         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
26297         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
26298         regex.c, sha1.c, version-etc.c, yesno.c:
26299         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
26300         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
26301         the includer's responsibility.
26302
26303         Sync from coreutils.
26304
26305         * lib/modechange.c (mode_compile): Don't decrement a pointer that
26306         points to the start of a string, as the C Standard says the
26307         resulting behavior is undefined.
26308
26309         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
26310         simple -> simple_backups, numbered_existing ->
26311         numbered_existing_backups, numbered -> numbered_backups
26312         to avoid shadowing problems.  All uses changed.
26313         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
26314         * lib/backupfile.c (check_extension, numbered_backup):
26315         Rename locals to avoid shadowing 'basename'.
26316         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
26317         once.
26318
26319         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
26320         * lib/.cvsignore: Add getopt.h.
26321
26322 2004-10-04  Bruno Haible  <bruno@clisp.org>
26323
26324         * modules/README: New file.
26325         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
26326         not a module.
26327
26328 2004-10-02  Jim Meyering  <jim@meyering.net>
26329
26330         * lib/dirfd.h, getpagesize.h: Add copyright notice.
26331
26332 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26333
26334         * modules/strsep: New file.
26335
26336 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26337
26338         * m4/strsep.m4: New file.
26339
26340 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26341
26342         * lib/strsep.h: New file.
26343         * lib/strsep.c: New file.
26344
26345 2004-10-01  Simon Josefsson  <jas@extundo.com>
26346
26347         * lib/snprintf.c (snprintf): Handle size==0.
26348
26349 2004-10-01  Simon Josefsson  <jas@extundo.com>
26350             Bruno Haible  <bruno@clisp.org>
26351
26352         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
26353         (snprintf): Declare 'args'.
26354
26355 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
26356
26357         * lib/snprintf.c: Remove comments as to why each header is needed.
26358
26359 2004-10-01  Bruno Haible  <bruno@clisp.org>
26360
26361         * MODULES.html.sh: Add strsep.
26362
26363 2004-09-30  Simon Josefsson  <jas@extundo.com>
26364
26365         * modules/snprintf: New file.
26366
26367 2004-09-30  Simon Josefsson  <jas@extundo.com>
26368
26369         * m4/snprintf.m4: New file.
26370
26371 2004-09-30  Simon Josefsson  <jas@extundo.com>
26372
26373         * lib/snprintf.h, lib/snprintf.c: New files.
26374
26375 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26376
26377         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
26378         (hol_entry_help): Never translate an empty string.
26379         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
26380         * lib/argp.h (OPTION_NO_TRANS): New option.
26381
26382 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26383
26384         * modules/argp (Maintainer): Replace Simon Josefsson
26385         by Sergey Poznyakoff.
26386
26387 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26388
26389         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
26390         changes merged back into glibc.
26391
26392 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26393
26394         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
26395
26396 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26397
26398         * lib/xvasprintf.c: Include xalloc.h.
26399         (xvasprintf): Use xalloc_die, not xmalloc_die.
26400
26401 2004-09-29  Bruno Haible  <bruno@clisp.org>
26402
26403         * modules/alloca-opt: New file, derived from modules/alloca.
26404         * modules/allocsa: Depend on alloca-opt instead of alloca.
26405         * modules/setenv: Likewise.
26406         * modules/vasnprintf: Likewise.
26407         * MODULES.html.sh: Add alloca-opt.
26408
26409 2004-09-28  Simon Josefsson  <jas@extundo.com>
26410
26411         * gnulib-tool: New parameter --lgpl, to asseert that modules are
26412         LGPL, and to replace license template from GPL to LGPL.
26413
26414 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
26415
26416         * modules/dummy: Change license to LGPL.
26417
26418 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
26419
26420         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
26421
26422 2004-09-24  Simon Josefsson  <jas@extundo.com>
26423
26424         * modules/minmax (License): Change from GPL to LGPL.
26425
26426 2004-09-23  Simon Josefsson  <jas@extundo.com>
26427
26428         * gnulib-tool (--import): Typo.
26429
26430 2004-09-23  Simon Josefsson  <jas@extundo.com>
26431
26432         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
26433
26434 2004-09-22  Bruno Haible  <bruno@clisp.org>
26435
26436         * modules/*: Add 'License' field.
26437         * gnulib-tool: Accept --extract-license option.
26438         (func_get_license): New function.
26439
26440 2004-09-21  Bruno Haible  <bruno@clisp.org>
26441
26442         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
26443         Reported by Simon Josefsson.
26444
26445 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26446
26447         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
26448         gl_AC_TYPE_LONG_LONG.
26449
26450 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26451
26452         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
26453
26454 2004-09-18  Simon Josefsson  <jas@extundo.com>
26455         and  Paul Eggert  <eggert@cs.ucla.edu>
26456
26457         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
26458         calls with autoreconf.  Define GL_LIB.
26459
26460 2004-09-14  Karl Berry  <karl@gnu.org>
26461
26462         * config/srclist.txt: unsync setenv.c, sigh.
26463
26464 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26465
26466         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
26467         Problem reported by Bruno Haible in:
26468         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
26469
26470 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26471
26472         * config/srclist.txt: Comment out argp-pvh.c.
26473
26474 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
26475
26476         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
26477         in case some system header has #define'd it.  Problem reported by
26478         Soeren D. Schulze in
26479         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
26480
26481 2004-09-09  Karl Berry  <karl@gnu.org>
26482
26483         * regex.[ch]: delete from the root.  These were supposed to be
26484                 synced with emacs cvs, but this has not happened for about
26485                 a year, and anyway nothing else uses emacs regex.[ch].
26486                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
26487                 lib/regex[.ch] is untouched.
26488
26489 2004-09-09  Bruno Haible  <bruno@clisp.org>
26490
26491         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
26492
26493 2004-09-09  Bruno Haible  <bruno@clisp.org>
26494
26495         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
26496         modifications.
26497         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
26498
26499 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
26500
26501         * modules/xvasprintf: New file.
26502         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
26503
26504 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
26505
26506         * lib/xvasprintf.h: New file.
26507         * lib/xvasprintf.c: New file.
26508         * lib/xasprintf.c: New file.
26509
26510 2004-09-08  Bruno Haible  <bruno@clisp.org>
26511
26512         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
26513
26514 2004-09-08  Bruno Haible  <bruno@clisp.org>
26515
26516         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
26517         length is > INT_MAX.
26518         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
26519         more.
26520
26521 2004-09-08  Bruno Haible  <bruno@clisp.org>
26522
26523         * lib/stdint_.h: New file, taken from GNU clisp.
26524
26525 2004-09-08  Bruno Haible  <bruno@clisp.org>
26526             Oskar Liljeblad  <oskar@osk.mine.nu>
26527
26528         * modules/stdint: New file.
26529         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
26530
26531 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26532
26533         Import from coreutils.
26534         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
26535         strings on unbounded length.  alloca's performance benefits aren't
26536         that important here.
26537         (V_STRDUP): Remove.
26538         (parse_with_separator): New function, with most of the internals
26539         of the old parse_user_spec.  Allow user to omit both user and group,
26540         for compatibility with FreeBSD.
26541         Clone only the user name, not the entire spec.
26542         Do not set *uid, *gid unless entirely successful.
26543         Avoid memory leak in some failing cases.
26544         Fix regression for USER.GROUP reported by Dmitry V. Levin in
26545         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
26546         (parse_user_spec): Rewrite to use parse_with_separator.
26547
26548 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26549
26550         * modules/userspec: Don't depend on alloca.
26551
26552 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26553
26554         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
26555
26556 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26557
26558         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
26559         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
26560         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
26561
26562 2004-08-16  Simon Josefsson  <jas@extundo.com>
26563
26564         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
26565         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
26566         Add --dry-run for --import.
26567         Let user provided command line parameters override configure.ac
26568         settings.
26569
26570 2004-08-12  Simon Josefsson  <jas@extundo.com>
26571
26572         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
26573         as discussed with Paul Eggert in threads rooted at
26574         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
26575         and
26576         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
26577         Before, the test was empty, and relied on ELIDE_CODE in source
26578         code.)
26579         (gl_PREREQ_GETOPT): New macro.
26580         (gl_GETOPT): Use them.
26581
26582 2004-08-12  Simon Josefsson  <jas@extundo.com>
26583
26584         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
26585         * lib/getopt_.h: Renamed from getopt.h.
26586
26587 2004-08-12  Simon Josefsson  <jas@extundo.com>
26588
26589         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
26590         Change default library name from libfoo to libgnu.
26591         Now, if you have a configure.ac that says:
26592                 gl_SOURCE_BASE(gl)
26593                 gl_M4_BASE(gl/m4)
26594                 gl_MODULES(error getopt etcetera)
26595                 gl_INIT
26596         you can import all you need by running:
26597                 ../gnulib/gnulib-tool --import
26598
26599         * modules/getopt (Files): Rename getopt.h to getopt_.h.
26600         (Makefile.am): Rewrite, use logic from argz.
26601         (Include): Use <getopt.h> instead of "getopt.h".
26602
26603 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26604
26605         * modules/argp (Files): Add m4/unlocked-io.m4.
26606         (Depends-on): Add extensions.
26607
26608 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26609
26610         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
26611         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
26612         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
26613         Check for program_invocation_name, program_invocation_short_name,
26614         flockfile, funlockfile, features.h, _getopt_long_only_r.
26615
26616 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26617
26618         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
26619         its complicated substitute.
26620         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
26621         and program_invocation_name.
26622         (__argp_basename) [!_LIBC]: Remove; the only use was
26623         replaced by its body.
26624         (__argp_short_program_name): Change condition from
26625         !defined __argp_short_program_name to
26626         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
26627         to match argp-namefrob.h.
26628         (__argp_failure): Don't assume strerror_r returns char *.
26629         * lib/argp-parse.c (N_): Define unconditionally.
26630         (argp_default_options): Fill out initializers with 0 to avoid
26631         gcc warnings.
26632
26633 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26634
26635         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
26636         getopt1.c.
26637
26638 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26639
26640         Merge from coreutils.
26641
26642         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
26643
26644         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
26645         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
26646
26647 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26648
26649         Merge from coreutils.
26650
26651         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
26652         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
26653         for Reliant Unix 5.43.
26654
26655         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
26656         (union fooround): Use uintmax_t, not long int.
26657         The rest is a merge from libc:
26658         [defined _LIBC]: Include <shlib-compat.h>.
26659         (_obstack) [defined _LIBC]: Remove after 2.3.4.
26660
26661         * lib/settime.c (settime): Recode to avoid warning with
26662         Sun Forte C 6U2.
26663
26664         * lib/strverscmp.c: Convert to UTF-8.
26665
26666 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26667
26668         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26669         m4/uintmax_t.m4.
26670
26671 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26672
26673         * modules/xalloc-die: New file.
26674         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
26675
26676         * modules/md5 (Files): Add m4/uint32_t.m4.
26677         * modules/sha1: Renamed from modules/sha.
26678         (Files):
26679         Rename lib/sha.h to lib/sha1.h.
26680         Rename lib/sha.c to lib/sha1.c.
26681         Rename m4/sha.m4 to m4/sha1.m4.
26682         (lib_SOURCES): Likewise.
26683         (configure.ac): Rename gl_SHA to gl_SHA1.
26684         (Include): sha.h -> sha1.h.
26685
26686 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26687
26688         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
26689         * m4/sha1.m4: Renamed from sha.m4.
26690         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
26691
26692 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26693
26694         * lib/obstack.h (obstack_empty_p):
26695         Don't assume that chunk->contents is suitably aligned.
26696         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
26697         Likewise. Problem reported by Benno in
26698         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
26699
26700         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
26701         readable.  This could be improved further but it'd take some work.
26702
26703 2004-08-08  Simon Josefsson  <jas@extundo.com>
26704
26705         * modules/xgethostname (Depends-on): Remove exit and error (not
26706         used).
26707
26708         * modules/getpass-gnu: Add getpass.h.
26709         (Depends-on): Add stdbool.
26710         * modules/getpass: Add getpass.h.
26711
26712 2004-08-08  Simon Josefsson  <jas@extundo.com>
26713
26714         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
26715         Check getpass declaration.
26716
26717 2004-08-08  Simon Josefsson  <jas@extundo.com>
26718
26719         * lib/xgethostname.c: Don't include error.h (not used).
26720
26721         * lib/getpass.h: Add.
26722         * lib/getpass.c: Include getpass.h first.
26723
26724 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
26725
26726         * lib/xalloc-die.c: New file.
26727         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
26728         All uses removed.
26729         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
26730         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
26731         xalloc-die.c.
26732         (_, N_, xalloc_die): Move to xalloc-die.c.
26733         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
26734         so that we needn't mess with xalloc_msg_memory_exhausted.
26735
26736         * lib/sha1.h: Renamed from sha.h.
26737         (SHA1_H): Renamed from _SHA_H.
26738         (sha1_ctx): Renamed from sha_ctx.
26739         (sha1_init_ctx): Renamed from sha_init_ctx.
26740         (sha1_process_block): Renamed from sha_process_block.
26741         (sha1_process_bytes): Renamed from sha_process_bytes.
26742         (sha1_finish_ctx): Renamed from sha_finish_ctx.
26743         (sha1_read_ctx): Renamed from sha_read_ctx.
26744         (sha1_stream): Renamed from sha_stream.
26745         (sha1_buffer): Renamed from sha_buffer.
26746         * lib/sha1.c: Likewise; renamed from sha.c.
26747         Do not include <sys/types.h>.
26748         Include <stddef.h> rather than <stdlib.h>.
26749
26750 2004-08-08  Bruno Haible  <bruno@clisp.org>
26751
26752         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
26753         FILESYSTEM_PREFIX_LEN.
26754         * lib/progreloc.c: Likewise.
26755         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
26756
26757 2004-08-06  Simon Josefsson  <jas@extundo.com>
26758
26759         * modules/progname (Depends-on): Don't depend on stdbool.
26760
26761 2004-08-06  Simon Josefsson  <jas@extundo.com>
26762
26763         * modules/getsubopt: New file.
26764         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26765         getsubopt.
26766
26767 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26768
26769         More merge from coreutils.
26770
26771         * m4/utimens.m4, m4/utimecmp.m4: New files.
26772         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
26773         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
26774         prereq.m4, sha.m4: Import changes from coreutils.
26775
26776 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26777
26778         More merge from coreutils.
26779         * modules/raise, modules/readtokens0, modules/utimens:
26780         * modules/utimecmp, module/xnanosleep: New files.
26781         * modules/strftime: Add lib/strftime.h.
26782         Change include from <time.h> to "strftime.h".
26783         * modules/yesno: Add lib/yesno.h.
26784         * modules/backupfile: Remove lib/addext.c.
26785         * modules/euidaccess: Add stat-macros.h.
26786         * modules/canonicalize, modules/euidaccess,
26787         modules/filemode, modules/lchown, modules/makepath,
26788         modules/rmdir, modules/stat: Likewise.
26789
26790 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26791
26792         Merge from tar.
26793         * lib/argp-help.c (make_hol, hol_append): Don't assume that
26794         SIZE_MAX is a valid preprocessor constant.
26795         (__argp_basename): Change from "#ifndef _LIBC"
26796         to "#ifndef __argp_short_program_name", so that
26797         we don't compile these functions for tar.
26798
26799         More merges from coreutils.
26800         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
26801         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
26802         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
26803         * lib/addext.c: Remove; no longer needed.
26804         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
26805         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
26806         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
26807         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
26808         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
26809         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
26810         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
26811         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
26812         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
26813         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26814         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
26815         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
26816         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
26817         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
26818         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
26819         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
26820         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
26821         Import changes from coreutils.
26822
26823 2004-08-05  Simon Josefsson  <jas@extundo.com>
26824
26825         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
26826
26827 2004-08-05  Simon Josefsson  <jas@extundo.com>
26828
26829         * m4/getsubopt.m4: New file.
26830
26831 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26832
26833         Merge from coreutils.
26834
26835         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
26836         * m4/getcwd-path-max.m4: New files.
26837
26838         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
26839         FILESYSTEM_PREFIX_LEN ->
26840         FILE_SYSTEM_PREFIX_LEN.
26841         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
26842         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
26843         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
26844         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
26845
26846         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
26847         prerequisite modules now handle the DOS stuff.
26848         Don't check for unistd.h.
26849
26850 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26851
26852         Merge from coreutils.
26853
26854         * lib/.gdb-history: Remove; this doesn't belong here.
26855
26856         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
26857         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
26858         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
26859         * lib/getcwd.c: New files.
26860
26861         * lib/dirname.h: Include <stdbool.h>.
26862         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
26863         for consistency with POSIX terminology.  All uses changed.
26864         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
26865         (strip_trailing_slashes): Use bool for booleans.
26866         * lib/stripslash.c (strip_trailing_slashes): Likewise.
26867
26868         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
26869         sometimes returns a positive errno value even when it succeeds.
26870         (print_errno_message) [!LIBC]: Fall back on strerror if
26871         __strerror_r fails.
26872
26873         * lib/path-concat.c (mempcpy): Don't define if a system header defines
26874         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
26875         (longest_relative_suffix): New function.
26876         (path_concat): Use it.  Assume first argument is not NULL.
26877         Port to DOS.  Omit redundant separators.
26878         Report an error instead of returning NULL.
26879         Use mempcpy instead of memcpy.
26880         (xpath_concat): Remove: not declared or used.
26881
26882         * lib/same.h: Include <stdbool.h>
26883         (same_name): Return bool, not int.
26884         * lib/same.c (same_name): Likewise.
26885         (errno): Don't declare; we assume C89 or better now.
26886
26887         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
26888         if not already defined.
26889
26890         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
26891         * lib/dup-safer.c (errno): Likewise.
26892
26893 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26894
26895         Merge from coreutils.
26896         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
26897         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
26898         * modules/path-concat: Don't depend on strdup.
26899
26900 2004-08-03  Simon Josefsson  <jas@extundo.com>
26901
26902         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
26903         * lib/progname.h: Don't include stdbool.h.
26904
26905 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26906
26907         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
26908         * MODULES.html.sh (func_all_modules): Remove fatal.
26909
26910 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26911
26912         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
26913
26914 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26915
26916         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
26917         working.
26918
26919 2004-08-02  Simon Josefsson  <jas@extundo.com>
26920
26921         * lib/getsubopt.h: New file, with comments from Bruno Haible.
26922         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
26923         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
26924
26925 2004-08-01  Simon Josefsson  <jas@extundo.com>
26926
26927         * lib/xgetdomainname.c: Include stdlib.h, for free().
26928
26929 2004-07-19  Bruno Haible  <bruno@clisp.org>
26930
26931         * MODULES.html.sh (func_all_modules): Add dummy.
26932
26933 2004-07-16  Simon Josefsson  <jas@extundo.com>
26934
26935         * modules/dummy: New file.
26936
26937 2004-07-16  Simon Josefsson  <jas@extundo.com>
26938
26939         * lib/dummy.c: New file.
26940
26941 2004-07-16  Bruno Haible  <bruno@clisp.org>
26942
26943         * lib/backupfile.h: Add extern "C" for C++.
26944         * lib/closeout.h: Likewise.
26945         * lib/copy-file.h: Likewise.
26946         * lib/findprog.h: Likewise.
26947         * lib/full-write.h: Likewise.
26948         * lib/pathname.h: Likewise.
26949         * lib/progname.h: Likewise.
26950         * lib/stpcpy.h: Likewise.
26951         * lib/stpncpy.h: Likewise.
26952         * lib/strcase.h: Likewise.
26953         * lib/strstr.h: Likewise.
26954         * lib/xalloc.h: Likewise.
26955
26956         * lib/mbswidth.h: Add extern "C" for C++.
26957         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
26958
26959 2004-07-13  Robert Millan  <robertmh@gnu.org>
26960
26961         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
26962
26963 2004-07-09  Simon Josefsson  <jas@extundo.com>
26964
26965         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
26966         failed without this.)
26967
26968 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26969
26970         * modules/chown (Files): Add lib/fchown-stub.c, since
26971         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
26972
26973 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26974
26975         * lib/fchown-stub.c: New file.
26976
26977 2004-06-24  Jim Meyering  <jim@meyering.net>
26978
26979         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
26980
26981 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26982
26983         * modules/argz: Omit "#include".
26984
26985         * MODULES.html.sh (func_all_modules): Add calloc, to match
26986         2004-06-01 addition of calloc module.
26987
26988 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26989
26990         * m4/argz.m4: New file, which is autoupdated from libtool.
26991
26992 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26993
26994         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
26995         libtool.
26996
26997 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26998
26999         * config/srclist-update: Don't insist on "USA." before the
27000         close-comment, as libtool omits the period and puts the */ on a
27001         separate line.
27002         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
27003         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
27004
27005 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
27006
27007         * modules/argz: New file.
27008         * MODULES.html.sh (func_all_modules): Add argz.
27009
27010 2004-06-12  Jim Meyering  <jim@meyering.net>
27011         and  Paul Eggert  <eggert@cs.ucla.edu>
27012
27013         * modules/hash (Files): Add lib/xalloc.h.
27014         * modules/pipe (Depends-on): Add wait-process.
27015         * modules/stat (Depends-on): Add xalloc.
27016         * modules/userspec (Files): Add lib/userspec.h.
27017         * modules/xstrto
27018
27019         Upgrade from gettext-0.13.
27020         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
27021         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
27022         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
27023
27024 2004-06-10  Jim Meyering  <jim@meyering.net>
27025
27026         * lib/calloc.c: New file.
27027
27028 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
27029
27030         * lib/getdate.y (yylex): Allow space between sign and number.
27031         Problem reported by Dan Jacobson.
27032
27033 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
27034
27035         Merge from coreutils CVS.
27036
27037         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
27038         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
27039         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
27040         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
27041         xstrtol.m4: Fix copyright date and/or serial number.
27042
27043         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
27044         See if we need an fchown replacement.
27045         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
27046         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
27047         and use the replacement function if we detect either defect.
27048
27049         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
27050         gl_UTIMECMP.
27051
27052 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
27053         and  Jim Meyering  <jim@meyering.net>
27054
27055         Merge from coreutils CVS.
27056
27057         * lib/stat-macros.h: New file, with contents from file-type.h
27058         and coreutils' system.h.
27059         * lib/file-type.c: Include "stat-macros.h".
27060         * lib/file-type.h (file_type): Move all macro definitions to new file,
27061         stat-macros.h.
27062
27063         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
27064         Wrap old code with this conditional.
27065         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
27066         function that does not dereference symlinks.
27067         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
27068
27069         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
27070         dependency problems.
27071         (xreadlink): Accept new arg SIZE, for efficiency.
27072         All decls and uses changed.
27073         * lib/xreadlink.h: Include <stddef.h>, for size_t.
27074
27075         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
27076         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
27077
27078         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
27079         sysexits.h.
27080
27081 2004-06-01  Jim Meyering  <jim@meyering.net>
27082
27083         * m4/calloc.m4: New file.
27084
27085 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
27086
27087         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
27088         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
27089         Also, fix a typo in a diagnostic.
27090
27091 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
27092
27093         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
27094         or AC_FUNC_REALLOC.
27095
27096 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
27097
27098         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
27099         macros to be defined.
27100         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
27101         the allocator returns NULL because the requested size is zero.
27102
27103 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27104
27105         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
27106         var.  Add comment explaining why libc still defines it.  This
27107         merges the following patch from glibc:
27108         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
27109
27110 2004-05-20  Andreas Schwab  <schwab@suse.de>
27111
27112         * m4/free.m4: Replace free if it not known to work, not the other
27113         way round.
27114
27115 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27116
27117         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
27118         present in glibc since revision 1.1 of this file.
27119         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
27120         obstack_alignment_mask, obstack_alloc, obstack_base,
27121         obstack_blank, obstack_blank_fast, obstack_chunk_size,
27122         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
27123         obstack_grow0, obstack_init, obstack_int_grow,
27124         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
27125         obstack_next_free, obstack_object_size, obstack_ptr_grow,
27126         obstack_ptr_grow_fast, obstack_room): Remove declarations of
27127         nonexistent functions.
27128
27129 2004-05-18  Karl Berry  <karl@gnu.org>
27130
27131         * config/srclist.txt: break link for vasnprintf.c.
27132
27133 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
27134
27135         Port obstack to the AS/400, where pointers are 16 bytes wide and
27136         you cannot cast an integer to a valid pointer.  This patch is
27137         currently waiting to be integrated into glibc; see
27138         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
27139
27140         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
27141         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
27142         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
27143         (struct obstack): temp member is now a union of a pointer and
27144         an integer, instead of an integer.  All integer uses changed.
27145         This does not affect the physical layout of struct obstack,
27146         except on hosts (like the AS/400) where the size or alignment of
27147         void * is greater than that of ptrdiff_t.
27148         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
27149         __STDC__)]: Store temporary in pointer member of union, not
27150         integer member.
27151         * lib/obstack.c: Include <stddef.h>, for offsetof.
27152         (struct fooalign): Remove; it doesn't need a name.
27153         (union fooround): Change double to long double, and add void *.
27154         (DEFAULT_ALIGNMENT): Use offsetof to compute.
27155         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
27156         not a macro.  Hence the values are always int; so remove all
27157         casts-to-int in uses.
27158
27159 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
27160
27161         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
27162         we can get this patch merged into glibc.
27163
27164 2004-05-17  Derek R. Price  <derek@ximbiot.com>
27165             Paul Eggert  <eggert@cs.ucla.edu>
27166
27167         * m4/argp: Depend on alloca.
27168
27169 2004-05-17  Derek R. Price  <derek@ximbiot.com>
27170             Paul Eggert  <eggert@cs.ucla.edu>
27171
27172         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
27173         freecoding.
27174
27175 2004-05-17  Bruno Haible  <bruno@clisp.org>
27176
27177         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
27178         precision that consists of a '.' followed by an empty digit string.
27179         Patch by Tor Lillqvist <tml@iki.fi>.
27180
27181 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
27182
27183         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
27184         for backward compatibility with older code.  We need our own
27185         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
27186         it under some other name, and our alloca.h will define it.
27187
27188 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
27189             Derek Price  <derek@ximbiot.com>
27190
27191         * lib/alloca.c: Include <alloca.h>, to get our interface.
27192         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
27193         include <alloca.h> first.  Use C89 prototype for alloca; this
27194         requires including <stddef.h> for size_t.  Use extern "C" if C++.
27195         Use #elif for simplicity, since we can assume C89 now.
27196         Don't try to source the system alloca.h since it will not be found
27197         and to prevent recursively including its replacement.
27198         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
27199         * lib/regex.c: Likewise.
27200
27201 2004-05-16  Derek Price  <derek@ximbiot.com>
27202             Paul Eggert  <eggert@cs.ucla.edu>
27203
27204         getline cleanup.  This changes the getndelim2 API: both order of
27205         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
27206         no delimiter).
27207
27208         * lib/getline.c: Don't include stddef.h or stdio.h, since our
27209         interface does that.
27210         (getline): Always use getdelim, so that we don't have two
27211         copies of this code.
27212         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
27213         if available.
27214         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
27215         (GETNDELIM2_MAXIMUM): New macro.
27216         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
27217         instead of the old practice of delim2==0.  All callers changed.
27218         Return -1 on overflow, instead of returning junk.
27219         Do not set *linesize unless allocation succeeds.
27220         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
27221         that we include sys/types.h.
27222         * lib/getnline.h: Likewise.
27223         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
27224         (getndelim2): Reorder arguments.
27225         * lib/getnline.c (getnline, getndelim):
27226         Don't discard the NMAX argument.
27227         (getnline): Invoke getndelim, to avoid code duplication.
27228         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
27229         of (size_t) -1 by callers of the getnline family.
27230
27231 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
27234         Check for gettimeofday.
27235         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
27236         Check for settimeofday, stime.
27237
27238 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27239
27240         * lib/nanosleep.c (suspended): Change its type from int to
27241         sig_atomic_t volatile.
27242         (first_call): Make it private to rpl_nanosleep, and have it
27243         be zero initially as that's a bit faster.
27244         (my_usleep): Round up fractional times instead of truncating them,
27245         as this is the usual meaning for 'sleep'.
27246
27247         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
27248         doesn't work.
27249         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
27250         (ENOSYS): Define if not defined.
27251         (settime): Fall back on stime if it exists and settimeofday fails.
27252         But don't bother with fallbacks if a method fails with errno == EPERM.
27253
27254 2004-05-11  Jim Meyering  <jim@meyering.net>
27255
27256         Prior to this change, the save_cwd caller required read access to the
27257         current directory on most systems (ones with the fchdir function).
27258
27259         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
27260         fails, try write-only, and finally, resort to using xgetcwd.
27261
27262 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27263
27264         * lib/obstack.c, obstack.h: Import changes from libc.
27265
27266 2004-04-28  Bruno Haible  <bruno@clisp.org>
27267
27268         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
27269         also implicitly appends .exe to executables.
27270         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
27271         accepts Windows pathnames.
27272         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
27273         Treat Cygwin like Windows, since it now accepts Windows pathnames.
27274         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
27275         Treat Cygwin like Windows, since it now accepts Windows pathnames.
27276         Reported by Derek Robert Price <derek@ximbiot.com>.
27277
27278 2004-04-21  Karl Berry  <karl@gnu.org>
27279
27280         * config/srclist.txt (localcharset.c): break sync.
27281
27282 2004-04-20  Paul Eggert  <eggert@twinsun.com>
27283
27284         * m4/host-os.m4: Add a copyright notice.
27285
27286 2004-04-20  Jim Meyering  <jim@meyering.net>
27287
27288         Change UTILS_ to gl_ in AC_DEFINE'd names.
27289         Change utils_- and jm_-prefixed variables, too.
27290         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
27291         UTILS_FUNC_MKDIR_TRAILING_SLASH.
27292         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
27293
27294         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
27295         Don't emit trailing blanks.
27296         Also rename jm_-prefixed variables to have gl_ prefix.
27297
27298         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
27299         Also rename jm_-prefixed variables to have gl_ prefix.
27300
27301         * m4/jm-macros.m4: Reflect the renamings.
27302         * m4/prereq.m4: Likewise.
27303
27304 2004-04-20  Jim Meyering  <jim@meyering.net>
27305
27306         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
27307         memory.
27308
27309 2004-04-20  Jim Meyering  <jim@meyering.net>
27310             Bruno Haible  <bruno@clisp.org>
27311
27312         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
27313         memory when realloc fails.
27314
27315 2004-04-19  Jim Meyering  <jim@meyering.net>
27316
27317         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
27318         now that readutmp.c may call `free (0)'.
27319
27320 2004-04-19  Bruno Haible  <bruno@clisp.org>
27321
27322         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
27323         * m4/inttypes_h.m4: Likewise.
27324         * m4/stdint_h.m4: Likewise.
27325         * m4/intmax_t.m4: Likewise.
27326         * m4/uintmax_t.m4: Likewise.
27327
27328 2004-04-18  Jim Meyering  <jim@meyering.net>
27329
27330         * m4/prereq.m4: Don't forbid jm_ prefix.
27331
27332         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
27333         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
27334         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
27335         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
27336         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
27337         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
27338         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
27339         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
27340         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
27341         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
27342         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
27343         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
27344         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
27345         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
27346         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
27347         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
27348         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
27349         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
27350         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
27351
27352 2004-04-18  Jim Meyering  <jim@meyering.net>
27353
27354         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
27355         failure, don't leak memory and do call END_UTMP_ENT.
27356
27357 2004-04-16  Jim Meyering  <jim@meyering.net>
27358
27359         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
27360         coreutils' stat program.
27361         (gl_PREREQ): Don't require jm_PREREQ_STAT.
27362
27363 2004-04-11  Paul Eggert  <eggert@twinsun.com>
27364
27365         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
27366         C89.
27367         (CHAR_BIT): Remove, since we assume C89.
27368         Include <stdint.h> if available, as per current Autoconf CVS advice.
27369
27370 2004-03-31  Jim Meyering  <jim@meyering.net>
27371
27372         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
27373         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
27374         * m4/xalloc.m4: Likewise.
27375
27376 2004-03-30  Paul Eggert  <eggert@twinsun.com>
27377
27378         Merge from coreutils.
27379
27380         * m4/inttostr.m4: New file.
27381         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
27382         Require AM_STDBOOL_H and gl_TIMESPEC instead.
27383         Require gl_CLOCK_TIME.
27384         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
27385
27386 2004-03-30  Paul Eggert  <eggert@twinsun.com>
27387
27388         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
27389         not bool, to be more consistent with Unix conventions.
27390         Suggested by Bruno Haible.
27391
27392         Merge from coreutils.
27393
27394         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
27395         * lib/umaxtostr.c: New files.
27396
27397         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
27398         the usual <time.h> dance.
27399         (get_date): Change signature to support fractional time stamps.
27400         All callers changed.
27401         * lib/getdate.y: Include "getdate.h" first, as we can now
27402         assume C89 and don't need to worry about 'const'.
27403         Similarly, include "unlocked-io.h" near start, not in middle.
27404         Include <limits.h>.
27405         (textint.value): Use long int rather than int.
27406         (textint.digits): Use size_t rather than int.
27407         (BILLION, LOG10_BILLION): New constants.
27408         (parser_control): New member rel_ns.  Members day_ordinal,
27409         time_zone, month, day, hour, minutes, rel_year, rel_month,
27410         rel_day, rel_hour, rel_minutes, rel_seconds
27411         are now long int, not int.  Member seconds is now struct timespec,
27412         not int.  New member timespec_seen.  Members dates_seen, days_seen,
27413         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
27414         not int.
27415         (%union.intval): Now long int, not int.
27416         New member timespec.
27417         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
27418         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
27419         (spec): Now is a timespec or an item list.
27420         (timespec, items): New nonterminals.
27421         (time, rel, relunit, number, get_date):
27422         Add support for fractional seconds.
27423         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
27424         (gmtime, localtime, mktime): Remove decls; not needed with C89.
27425         (to_hour): First arg is now long int, not int.
27426         (to_year): Returns long int, not int.
27427         Don't treat year -70 like 70.
27428         (tm_diff): Returns long int, not int.
27429         (lookup_word): Use bool instead of int when appropriate.
27430         (yylex): Use size_t for count, not int.
27431         Detect overflow when parsing large integer constants.
27432         Add support for fractions.
27433         (get_date): Make pointers 'const' if possible.
27434         Use more-portable code to detect integer overflow.
27435         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
27436         Don't use ctime; it's not reliable if the year has >4 digits.
27437
27438         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
27439         This is for compatibility with BSD.
27440
27441         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
27442         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
27443         From coreutils' system.h.
27444
27445         * lib/userspec.c: Don't include "posixver.h".
27446         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
27447         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
27448         compatible extension.  Simplify code by removing a boolean int
27449         that was always nonzero if a string was nonnull.
27450
27451 2004-03-30  Jim Meyering  <jim@meyering.net>
27452
27453         Merge from coreutils.
27454
27455         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
27456         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
27457         on some systems one must include <grp.h> before it.
27458         Reported by Christian Krackowizer.
27459
27460 2004-03-30  Jim Meyering  <jim@meyering.net>
27461
27462         Merge from coreutils.
27463
27464         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
27465
27466         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
27467         an empty input stream.
27468
27469         * lib/readtokens.c: Include <stdbool.h>.
27470         (readtoken): Use `size_t' rather than int/long.
27471         All callers adjusted.
27472         Use `bool' rather than `int' where appropriate.
27473         Use memset rather than an explicit loop.
27474         Use x2nrealloc rather than xrealloc.
27475         Allow the use of `\0' as a delimiter.
27476         (readtokens): Likewise.
27477         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
27478
27479 2004-03-30  Jim Meyering  <jim@meyering.net>
27480
27481         * m4/realloc.m4: Remove file, since now it does no more than
27482         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
27483         the `configure.ac' section of module/realloc.
27484         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
27485
27486 2004-03-30  Bruno Haible  <bruno@clisp.org>
27487
27488         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
27489         nonnull.
27490
27491 2004-03-29  Paul Eggert  <eggert@twinsun.com>
27492
27493         Merge changes to getloadavg.c from coreutils and Emacs.
27494
27495         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
27496         Define to an expression, not to the empty string.
27497         Include cloexec.h and xalloc.h.
27498         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
27499         Use set_cloexec_flag rather than rolling our own.
27500         * lib/cloexec.c, lib/cloexec.h: New files.
27501
27502 2004-03-29  Paul Eggert  <eggert@twinsun.com>
27503
27504         * m4/cloexec.m4: New file.
27505
27506 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27507
27508         * lib/getopt.h: Sync with libc CVS.
27509
27510 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27511             Bruno Haible  <bruno@clisp.org>
27512
27513         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
27514         mbswidth.
27515
27516 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27517             Bruno Haible  <bruno@clisp.org>
27518
27519         * lib/mbswidth.h: Include <wchar.h> only if
27520         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
27521         <wchar.h>.
27522         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
27523
27524 2004-03-09  Paul Eggert  <eggert@twinsun.com>
27525
27526         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
27527         Sync with libc CVS.
27528         * lib/getopt_int.h: New file, also synced from libc.
27529
27530 2004-03-09  Paul Eggert  <eggert@twinsun.com>
27531
27532         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
27533         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
27534         Bring back getopt.c, getopt.h, getopt1.c.
27535
27536 2004-03-07  Paul Eggert  <eggert@twinsun.com>
27537
27538         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
27539         All uses changed.  Check for sa_sigaction member; this fixes
27540         a bug first reported by Jason Andrade in
27541         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
27542
27543 2004-03-07  Paul Eggert  <eggert@twinsun.com>
27544
27545         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
27546         '#if' expressions.  Unlike the code it replaces, it does not
27547         depend on (defined _SC_PAGESIZE).  However, it does depend on
27548         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
27549         first reported by Jason Andrade in
27550         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
27551
27552 2004-02-25  Simon Josefsson  <jas@extundo.com>
27553
27554         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
27555
27556 2004-02-25  Simon Josefsson  <jas@extundo.com>
27557
27558         * lib/strdup.h: New file.
27559         * lib/strdup.c: Include it.
27560         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
27561         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
27562
27563 2004-02-23  Karl Berry  <karl@gnu.org>
27564
27565         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
27566         (from fencepost.gnu.org:/gd/gnuorg).
27567
27568 2004-02-23  Karl Berry  <karl@gnu.org>
27569
27570         * config/srclistvars.sh (GNUORG) [karl]: redefine.
27571         * config/srclist.txt: add maintain/standards documents.
27572
27573 2004-02-18  Bruno Haible  <bruno@clisp.org>
27574
27575         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
27576         Reported by Derek Robert Price <derek@ximbiot.com>.
27577
27578 2004-02-16  Karl Berry  <karl@gnu.org>
27579
27580         * config/mkinstalldirs, install-sh: update from automake.
27581
27582 2004-02-06  Karl Berry  <karl@gnu.org>
27583
27584         * m4/po.m4: update from gettext 0.14.1.
27585
27586 2004-02-06  Karl Berry  <karl@gnu.org>
27587
27588         * lib/config.charset: update from gettext 0.14.1.
27589
27590 2004-02-05  Paul Eggert  <eggert@twinsun.com>
27591
27592         Add comments and code, prompted by suggestions from Bruno Haible
27593         for sh-quote.
27594         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
27595         describing the enum quoting_style values.
27596         * lib/quotearg.c (quotearg_alloc): New function.
27597         (quotearg_buffer_restyled): Treat lone { and } as special.
27598         Treat = as special.  Work around bug with older shells
27599         that "see" a '\' that is really the 2nd byte of a multibyte char.
27600         Quote empty string with shell_quoting_style.
27601
27602 2004-02-03  Bruno Haible  <bruno@clisp.org>
27603
27604         * m4/pipe.m4: New file, from GNU gettext.
27605
27606 2004-02-03  Bruno Haible  <bruno@clisp.org>
27607
27608         * lib/pipe.h: New file, from GNU gettext.
27609         * lib/pipe.c: New file, from GNU gettext.
27610
27611 2004-01-27  Bruno Haible  <bruno@clisp.org>
27612
27613         * m4/execute.m4: New file, from GNU gettext.
27614
27615 2004-01-27  Bruno Haible  <bruno@clisp.org>
27616
27617         * lib/execute.h: New file, from GNU gettext.
27618         * lib/execute.c: New file, from GNU gettext.
27619         * lib/w32spawn.h: New file, from GNU gettext.
27620
27621 2004-01-24  Paul Eggert  <eggert@twinsun.com>
27622
27623         Merge from diffutils.
27624
27625         * lib/file-type.c (file_type): Add typed memory objects.
27626         * lib/file-type.h (S_TYPEISTMO): New macro.
27627
27628         * lib/c-stack.h (c_stack_action): Remove argv argument.
27629         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
27630         (die): Don't calculate message unless segv_action returns.
27631         (get_stack_location, min_address_from_argv, max_address_from_argv,
27632         volatile stack_base, volatile_stack_size): Remove.
27633         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
27634         that every segmentation violation is a stack overflow.  (Ouch!)
27635         See Debian bug 136249 (still outstanding) for more info about why
27636         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
27637
27638 2004-01-24  Paul Eggert  <eggert@twinsun.com>
27639
27640         Exit-status fix from coreutils.
27641
27642         Use exit_failure consistently in place of EXIT_FAILURE,
27643         so that program exit statuses are consistent on failure.
27644
27645         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
27646         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
27647         * lib/argmatch.h: Comment fix to match the above.
27648         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
27649         Now a macro referring to exit_failure, instead of a separate
27650         variable.  Include "exitfail.h" to get it.
27651         * lib/xstrtol.h: Include "exitfail.h".
27652         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
27653
27654         * lib/long-options.c (parse_long_options): Use prototype
27655         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
27656         for clarity.
27657
27658 2004-01-21  Jim Meyering  <jim@meyering.net>
27659
27660         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
27661         so as not to conflict with a different-sized __mktime_internal
27662         function in GNU libc.
27663         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
27664         Problem building statically-linked `ls' reported by Michael Brunnbauer.
27665
27666 2004-01-20  Karl Berry  <karl@gnu.org>
27667
27668         * config/config.guess: update from config.
27669
27670         * config/srclistvars.sh: GNUWWWLICENSES for karl.
27671
27672 2004-01-20  Bruno Haible  <bruno@clisp.org>
27673
27674         Safer stack allocation.
27675         * lib/setenv.c: Include allocsa.h.
27676         (alloca): Remove fallback definition.
27677         (freea): Remove macro.
27678         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
27679         instead of freea.
27680
27681 2004-01-20  Bruno Haible  <bruno@clisp.org>
27682
27683         * m4/eealloc.m4: New file, from GNU gettext.
27684
27685 2004-01-20  Bruno Haible  <bruno@clisp.org>
27686
27687         * m4/allocsa.m4: New file, from GNU gettext.
27688
27689 2004-01-20  Bruno Haible  <bruno@clisp.org>
27690
27691         * lib/xallocsa.h: New file, from GNU gettext.
27692         * lib/xallocsa.c: New file, from GNU gettext.
27693
27694 2004-01-20  Bruno Haible  <bruno@clisp.org>
27695
27696         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
27697
27698 2004-01-20  Bruno Haible  <bruno@clisp.org>
27699
27700         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
27701         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
27702         specially.
27703
27704 2004-01-20  Bruno Haible  <bruno@clisp.org>
27705
27706         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
27707         patch.
27708
27709 2004-01-20  Bruno Haible  <bruno@clisp.org>
27710
27711         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
27712
27713 2004-01-20  Bruno Haible  <bruno@clisp.org>
27714
27715         * lib/eealloc.h: New file.
27716
27717 2004-01-20  Bruno Haible  <bruno@clisp.org>
27718
27719         * lib/binary-io.h: Avoid warnings on Cygwin.
27720
27721 2004-01-20  Bruno Haible  <bruno@clisp.org>
27722
27723         * lib/allocsa.h: New file, from GNU gettext.
27724         * lib/allocsa.c: New file, from GNU gettext.
27725
27726 2004-01-18  Karl Berry  <karl@gnu.org>
27727
27728         * doc/gpl.texi, doc/lgpl.texi: new files.
27729
27730 2004-01-18  Karl Berry  <karl@gnu.org>
27731
27732         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
27733         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
27734
27735 2004-01-15  Paul Eggert  <eggert@twinsun.com>
27736
27737         Merge from coreutils.
27738
27739         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
27740         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
27741         (gl_DEFAULT_POSIX2_VERSION): Move
27742         the documentation from 'configure' into 'config.hin',
27743         so that 'configure --help' isn't burdened by it and
27744         we don't have to worry about its formatting there.
27745         Reword the documentation so that it's more succinct
27746         and can be run together into a single paragraph.
27747         * m4/same.m4 (gl_SAME): Check for pathconf.
27748
27749 2004-01-15  Paul Eggert  <eggert@twinsun.com>
27750
27751         Merge from coreutils.
27752
27753         * lib/posixver.c: Include posixver.h.
27754
27755         * lib/same.c: Include <stdbool.h>, <limits.h>.
27756         (_POSIX_NAME_MAX): Define if not defined.
27757         (MIN): New macro.
27758         (same_name): If file names are silently truncated, report
27759         that the file names are the same if they are the same after
27760         the silent truncation.
27761
27762         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
27763         conversion function.
27764         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
27765         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
27766         longer needed.
27767
27768 2004-01-15  Jim Meyering  <jim@meyering.net>
27769
27770         Merge from coreutils.
27771
27772         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
27773         if no library is required.
27774         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
27775         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
27776         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
27777         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
27778         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
27779         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
27780         value, $ac_cv_search_crypt, if it's "none required".
27781         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
27782         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
27783         not gl_FUNC_GETLOADAVG.
27784         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
27785         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
27786
27787 2004-01-15  Jim Meyering  <jim@meyering.net>
27788
27789         Merge from coreutils.
27790
27791         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
27792         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
27793         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
27794
27795         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
27796         optional configure-time default.
27797
27798         * lib/version-etc.c (version_etc_copyright): Update copyright date.
27799
27800         * lib/xreadlink.c (xreadlink): Correct outdated comment.
27801
27802 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
27803
27804         Merge from coreutils.
27805
27806         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
27807         value, $ac_cv_search_nanosleep, if it's "none required".
27808
27809 2004-01-14  Paul Eggert  <eggert@twinsun.com>
27810
27811         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
27812         with like-named macro in fnmatch.c.
27813         (EXT): Use an internal constant instead.
27814
27815         Merge fnmatch patches from glibc.
27816         * lib/fnmatch.c (mbsinit): Remove define.
27817         Add libc_hidden_ver (__fnmatch, fnmatch).
27818         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
27819         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
27820
27821 2004-01-14  Karl Berry  <karl@gnu.org>
27822
27823         * config/install-sh: update from automake.
27824
27825 2004-01-13  Karl Berry  <karl@gnu.org>
27826
27827         * config/install-sh: update from automake.
27828
27829 2004-01-09  Karl Berry  <karl@gnu.org>
27830
27831         * config/install-sh: update from automake.
27832
27833 2004-01-05  Karl Berry  <karl@gnu.org>
27834
27835         * config/config.{sub,guess}: update from config.
27836
27837 2003-12-31  Karl Berry  <karl@gnu.org>
27838
27839         * config/depcomp: update from automake.
27840
27841 2003-12-14  Karl Berry  <karl@gnu.org>
27842
27843         * lib/config.charset: update from gettext-runtime.
27844
27845 2003-12-03  Paul Eggert  <eggert@twinsun.com>
27846
27847         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
27848         Bug reported by Alfred M. Szmidt.
27849
27850 2003-12-03  Bruno Haible  <bruno@clisp.org>
27851
27852         * m4/gettext.m4: Upgrade from gettext-0.13.
27853         * m4/po.m4: Upgrade from gettext-0.13.
27854         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
27855         * m4/intmax.m4: New file, from gettext-0.13.
27856         * m4/printf-posix.m4: New file, from gettext-0.13.
27857
27858 2003-11-29  Karl Berry  <karl@gnu.org>
27859
27860         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
27861
27862 2003-11-25  Paul Eggert  <eggert@twinsun.com>
27863             Bruno Haible  <bruno@clisp.org>
27864
27865         * lib/printf-parse.h: Don't include sys/types.h.
27866         (ARG_NONE): New macro.
27867         (char_directive): Change type of *arg_index fields to size_t.
27868         * lib/printf-parse.c: Don't include sys/types.h.
27869         (SSIZE_MAX): Remove macro.
27870         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
27871         Remove unnecessary overflow check.
27872         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
27873         fields.
27874
27875 2003-11-25  Bruno Haible  <bruno@clisp.org>
27876
27877         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
27878
27879 2003-11-25  Bruno Haible  <bruno@clisp.org>
27880
27881         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
27882         gt_TYPE_SSIZE_T.
27883
27884 2003-11-24  Paul Eggert  <eggert@twinsun.com>
27885
27886         * modules/alloca: Remove dependency on xalloc.
27887
27888 2003-11-24  Paul Eggert  <eggert@twinsun.com>
27889
27890         * lib/alloca.c: Remove dependency on xalloc module.
27891         (xalloc_die): Remove.
27892         (memory_full) [!defined emacs]: New macro.
27893         [!defined emacs]: Don't include xalloc.h.
27894         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
27895         address arithmetic overflows.  Change datatypes a bit to avoid
27896         unnecessary casts.
27897
27898 2003-11-22  Jim Meyering  <jim@meyering.net>
27899
27900         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
27901         s/size/size_t/.
27902
27903 2003-11-21  Karl Berry  <karl@gnu.org>
27904
27905         * config/config.{sub,guess}: update from config.
27906
27907 2003-11-18  Karl Berry  <karl@gnu.org>
27908
27909         * config/config.{sub,guess}: update from config.
27910
27911         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
27912
27913 2003-11-17  Paul Eggert  <eggert@twinsun.com>
27914
27915         * README: Mention that S+T cannot overflow if S is the size of
27916         an existing object and T is sufficiently small.
27917
27918 2003-11-17  Jim Meyering  <jim@meyering.net>
27919
27920         On systems without utime and without a utimes function capable of
27921         dealing with a NULL struct utimbuf* argument, this utime replacement
27922         could -- in unusual circumstances -- leak a file descriptor.
27923         * lib/utime.c: Include <unistd.h> and <errno.h>.
27924         (utime_null): Be sure to close `fd' and to preserve errno.
27925         Reported by Geoff Collyer via Arnold Robbins.
27926
27927 2003-11-17  Bruno Haible  <bruno@clisp.org>
27928
27929         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
27930         (Depends-on): Add xsize.
27931
27932 2003-11-17  Bruno Haible  <bruno@clisp.org>
27933
27934         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
27935
27936 2003-11-17  Bruno Haible  <bruno@clisp.org>
27937
27938         * lib/vasnprintf.c (alloca): Remove fallback definition.
27939         (freea): Remove definition.
27940         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
27941         Reported by Paul Eggert.
27942
27943 2003-11-16  Paul Eggert  <eggert@twinsun.com>
27944             Bruno Haible  <bruno@clisp.org>
27945
27946         Protect against address arithmetic overflow.
27947         * lib/printf-args.h: Include stddef.h.
27948         (arguments): Change type of field 'count' to size_t.
27949         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
27950         'unsigned int' where appropriate.
27951         * lib/printf-parse.h: Include sys/types.h.
27952         (char_directive): Change type of *arg_index fields to ssize_t.
27953         (char_directives): Change type of fields 'count', max_*_length to
27954         size_t.
27955         * lib/printf-parse.c: Include sys/types.h and xsize.h.
27956         (SSIZE_MAX): Define fallback value.
27957         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
27958         instead of 'int' where appropriate. Check a_allocated, d_allocated
27959         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
27960         * lib/vasnprintf.c: Include xsize.h.
27961         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
27962         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
27963         overflow. Avoid wraparound when converting a width or precision from
27964         decimal to binary.
27965
27966 2003-11-16  Bruno Haible  <bruno@clisp.org>
27967
27968         Update from GNU gettext.
27969         * lib/printf-parse.c: Generalize to it can be compiled for wide
27970         strings.
27971         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
27972         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
27973         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
27974         SNPRINTF): New macros.
27975         Don't include <alloca.h> if the file is used inside libintl.
27976         (local_wcslen): New function, for Solaris 2.5.1.
27977         (VASNPRINTF): Use it instead of wcslen.
27978
27979 2003-11-16  Bruno Haible  <bruno@clisp.org>
27980
27981         * lib/xsize.h (xmax): New function.
27982         (xsum, xsum3, xsum4): Declare as "pure" functions.
27983
27984 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27985
27986         * modules/xalloc (Files): Undo latest change, since xalloc.h
27987         no longer needs SIZE_MAX or PTRDIFF_MAX.
27988
27989 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27990
27991         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
27992         gl_PTRDIFF_MAX.
27993
27994 2003-11-12  Paul Eggert  <eggert@twinsun.com>
27995
27996         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
27997         "return", to pacify some unknown compiler.  Problem reported
27998         by Joerg Schilling.
27999
28000 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28001
28002         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
28003         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
28004         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
28005         heuristic is just as accurate as far as we know, and it removes a
28006         dependency on size_max.m4 and ptrdiff_max.m4.
28007
28008 2003-11-11  Bruno Haible  <bruno@clisp.org>
28009
28010         * modules/xsize (Files): Add m4/size_max.m4.
28011         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
28012
28013 2003-11-11  Bruno Haible  <bruno@clisp.org>
28014
28015         * m4/size_max.m4: New file.
28016         * m4/ptrdiff_max.m4: New file.
28017         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
28018         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
28019         (gl_XALLOC): Invoke it.
28020
28021 2003-11-11  Bruno Haible  <bruno@clisp.org>
28022
28023         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
28024         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
28025         defined.
28026
28027 2003-11-10  Paul Eggert  <eggert@twinsun.com>
28028
28029         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
28030         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
28031         rejected some allocations of exactly SIZE_MAX - 2 bytes.
28032         From Bruno Haible.
28033         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
28034         not (size_t) -1, since it's defined here.
28035
28036 2003-11-09  Karl Berry  <karl@gnu.org>
28037
28038         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
28039
28040 2003-11-06  Paul Eggert  <eggert@twinsun.com>
28041
28042         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
28043         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
28044         Reject sizes of exactly SIZE_MAX bytes.
28045         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
28046         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
28047
28048 2003-11-05  Bruno Haible  <bruno@clisp.org>
28049
28050         * lib/xsize.h: Include limits.h, to avoid a possible collision with
28051         SIZE_MAX defined in <limits.h> on Solaris.
28052
28053 2003-11-04  Jim Meyering  <jim@meyering.net>
28054
28055         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
28056         variable names, rather than @VAR@.
28057         * modules/poll: Likewise.
28058
28059 2003-11-04  Bruno Haible  <bruno@clisp.org>
28060
28061         * modules/xsize: New file.
28062         * modules/linebreak: Depend on xsize.
28063         * MODULES.html.sh (func_all_modules): Add xsize.
28064
28065 2003-11-04  Bruno Haible  <bruno@clisp.org>
28066
28067         * m4/xsize.m4: New file.
28068
28069 2003-11-04  Bruno Haible  <bruno@clisp.org>
28070
28071         * lib/xsize.h: New file.
28072         * lib/linebreak.c: Include xsize.h.
28073         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
28074         argument for overflow.
28075         Suggested by Paul Eggert.
28076
28077 2003-11-03  Karl Berry  <karl@gnu.org>
28078
28079         * config/config.{guess,sub}: update from config.
28080
28081 2003-11-03  Jim Meyering  <jim@meyering.net>
28082
28083         * modules/userspec (lib_SOURCES): Add userspec.h.
28084         (Include): Add "userspec.h".
28085         Improve description.
28086
28087 2003-11-03  Jim Meyering  <jim@meyering.net>
28088
28089         * lib/userspec.c: Include "userspec.h".
28090         * lib/userspec.h: New file.
28091
28092 2003-11-03  Bruno Haible  <bruno@clisp.org>
28093
28094         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
28095
28096 2003-11-03  Bruno Haible  <bruno@clisp.org>
28097
28098         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
28099         available, to avoid (extremely rare) race condition.
28100         Suggested by Paul Eggert.
28101
28102 2003-11-02  Karl Berry  <karl@gnu.org>
28103
28104         * config/srclist.txt (vasprintf.c): sync broken, sigh.
28105
28106 2003-10-31  Paul Eggert  <eggert@twinsun.com>
28107
28108         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
28109         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
28110         (read_filesystem_list): Set and use me_type_malloced.
28111         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
28112         whatever the type happens to be), for brevity and consistency.
28113         Check for size calculation overflow on Alphas running OSF/1.
28114
28115 2003-10-31  Jim Meyering  <jim@meyering.net>
28116
28117         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
28118
28119         * lib/linebuffer.c: Include <string.h> for declaration of memset.
28120
28121 2003-10-30  Paul Eggert  <eggert@twinsun.com>
28122             Bruno Haible  <bruno@clisp.org>
28123
28124         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
28125         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
28126
28127 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
28128
28129         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
28130         netbsd*-gnu*.  Suggested by Robert Millan.
28131
28132 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28133
28134         * modules/group-member: Depend on stdbool.
28135
28136 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28137
28138         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
28139
28140 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28141
28142         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
28143         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
28144         after the 'gnu' in these cases.  This fixes some bugs in the
28145         previous change, and is based on suggestions by Robert Millan.
28146
28147 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28148
28149         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
28150         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
28151         no longer needed.
28152         * lib/quotearg.c (quotearg_n_options): Use it.
28153         * lib/group-member.c: Include <stdbool.h>.
28154         (free_group_info): Arg is now const *; don't free arg.
28155         (get_group_info): Now returns bool and accepts struct group_info *,
28156         rather than returning a malloc'ed struct group_info *.
28157         All uses changed.  Check for overflow in internal size calculation.
28158
28159         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
28160         rather than xmalloc/xrealloc.
28161         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
28162         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
28163         conformance bug: the old code used a pointer after freeing the
28164         storage that it addressed.
28165         * lib/hash.c (hash_initialize): Simplify the code by using
28166         xalloc_oversized rather than doing it by hand.
28167         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
28168         the buffer preserved.  Use free and xmalloc instead.
28169         * lib/quotearg.c (quotearg_n_options): Likewise.
28170         Use a simpler test for size overflow.  Don't use xalloc_oversized
28171         because unsigned int might be wider than size_t (!); this suggests
28172         that we should switch from unsigned int to size_t for slot numbers.
28173
28174 2003-10-28  Paul Eggert  <eggert@twinsun.com>
28175
28176         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
28177         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
28178         NetBSD kernels.  Requested by Richard Stallman.
28179
28180 2003-10-27  Paul Eggert  <eggert@twinsun.com>
28181
28182         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
28183         to allocate the returned structure.  Do not allocate a subarray,
28184         as x2nrealloc will do that.
28185         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
28186         instead of xnrealloc.
28187         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
28188
28189 2003-10-27  Bruno Haible  <bruno@clisp.org>
28190
28191         * lib/stdbool_.h: Better support for BeOS.
28192
28193 2003-10-26  Paul Eggert  <eggert@twinsun.com>
28194
28195         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
28196         now uses inline.
28197
28198 2003-10-26  Paul Eggert  <eggert@twinsun.com>
28199
28200         * lib/xalloc.h (xalloc_oversized): New static inline function, for
28201         callers that want to do their own size-overflow checking.  Include
28202         <stdbool.h>, since xalloc_oversized returns bool.
28203         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
28204         to use xalloc_oversized.
28205
28206         Add two functions x2realloc, x2nrealloc, for programs that grow
28207         arrays dynamically by doubling their sizes.
28208         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
28209         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
28210         New functions.
28211
28212         Port to C99 semantics for 'inline' of external functions.
28213         Bug reported by Bruno Haible.
28214         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
28215         with the old contents of xnmalloc.
28216         (xnmalloc, xmalloc): Use it.
28217         (xnrealloc_inline): New static inline function,
28218         with the old contents of xnrealloc.
28219         (xnrealloc, xrealloc): Use it.
28220
28221         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
28222         that.
28223
28224 2003-10-26  Karl Berry  <karl@gnu.org>
28225
28226         * config/srclist.txt (COPYING.DOC): no longer available from
28227         /gd/gnuorg; don't know where the ultimate source is.
28228
28229 2003-10-25  Paul Eggert  <eggert@twinsun.com>
28230
28231         Fix several address-calculation bugs in the hash modules,
28232         plus some minor code cleanup.
28233
28234         * lib/hash.h: Include <stdbool.h>, for bool.
28235         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
28236         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
28237         hash_get_n_entries, hash_get_max_bucket_length,
28238         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
28239         hash_rehash): Use size_t rather than unsigned.
28240         * lib/hash.c (struct hash_table, hash_get_n_buckets,
28241         hash_get_n_buckets_used, hash_get_n_entries,
28242         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
28243         hash_get_entries, hash_do_for_each, hash_string, is_prime,
28244         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
28245         Likewise.
28246         (SIZE_MAX): Define if not defined.
28247         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
28248         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
28249         hash_print):
28250         Use const * when possible.
28251         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
28252         (check_tuning): Fix bug: if tuning parameters were very close to
28253         0 or 1, rounding errors could have caused subscript violations.
28254         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
28255         (hash_initialize): Add 'fail:' label
28256         to free table and return NULL, and use it to simplify code.
28257         Use calloc rather than clearing the storage ourself.
28258         (hash_initialize, hash_rehash): Check for arithmetic overflow in
28259         buffer size calculations.
28260         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
28261         Include <stddef.h>, for size_t.
28262         * lib/hash-pjw.c (hash_pjw): Likewise.
28263         Switch to method described by Bruno Haible.
28264         Include <limits.h>, for CHAR_BIT.
28265         (SIZE_BITS): New macro.
28266
28267 2003-10-23  Paul Eggert  <eggert@twinsun.com>
28268
28269         * m4/getline.m4 (AM_FUNC_GETLINE):
28270         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
28271         hosts.  Problem reported by Derek Robert Price in
28272         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
28273         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
28274         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
28275
28276 2003-10-21  Paul Eggert  <eggert@twinsun.com>
28277
28278         * lib/getndelim2.c (getndelim2): When size calculation overflows,
28279         ceiling the allocation at NMAX bytes rather than silently
28280         discarding input bytes before NMAX is reached.  This makes
28281         a difference only if NMAX exceeds SIZE_MAX / 2.
28282
28283         * lib/obstack.c: Merge from glibc.
28284         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
28285         Add libc_hidden_def (_obstack_newchunk).
28286         (_obstack_free) [! defined _LIBC]: Remove.
28287         [defined _LIBC]: Make a strong alias from obstack_free, rather than
28288         a clone of the function body.
28289         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
28290         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
28291
28292         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
28293         glibc.
28294         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
28295         arg to memcpy.
28296
28297         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
28298         (obstack_ptr_grow_fast, obstack_int_grow_fast):
28299         Don't use lvalue casts, as GCC plans to remove support for them
28300         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
28301         was also present in the non-GCC version, indicating that this
28302         code had always been buggy and had never been widely used.
28303         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
28304         Use the fast variant of each macro, rather than copying the
28305         definiens of the fast variant; that way, we'll be more likely to
28306         catch future bugs in the fast variants.
28307
28308 2003-10-20  Bruno Haible  <bruno@clisp.org>
28309
28310         * modules/wait-process: New file.
28311         * MODULES.html.sh (func_all_modules): Add wait-process.
28312
28313 2003-10-20  Bruno Haible  <bruno@clisp.org>
28314
28315         * m4/wait-process.m4: New file.
28316
28317 2003-10-20  Bruno Haible  <bruno@clisp.org>
28318
28319         * lib/wait-process.h: New file, from GNU gettext.
28320         * lib/wait-process.c: New file, from GNU gettext.
28321
28322 2003-10-19  Jim Meyering  <jim@meyering.net>
28323
28324         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
28325         HPUX 10.20.
28326
28327 2003-10-18  Karl Berry  <karl@gnu.org>
28328
28329         * config/config.guess: update from config.
28330
28331 2003-10-16  Paul Eggert  <eggert@twinsun.com>
28332
28333         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
28334         (getgroups): First arg is int, not size_t.
28335         Don't let 'free' mangle errno.
28336
28337 2003-10-16  Paul Eggert  <eggert@twinsun.com>
28338
28339         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
28340
28341 2003-10-16  Karl Berry  <karl@gnu.org>
28342
28343         * config/config.{guess,sub}: update from config.
28344
28345 2003-10-16  Jim Meyering  <jim@meyering.net>
28346
28347         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
28348         memcpy.
28349
28350 2003-10-15  Paul Eggert  <eggert@twinsun.com>
28351
28352         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
28353         (SIZE_MAX): Remove.
28354         (new_exclude, add_exclude_file): Initial size no longer needs to
28355         be a power of 2.
28356         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
28357         our own address arithmetic overflow checking.
28358
28359         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
28360         (fnmatch): Do not alloca more than 2000 wide characters;
28361         instead, use malloc for large buffers.
28362         Check for address arithmetic overflow, and return -1
28363         with errno set to ENOMEM in that case.
28364         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
28365         (NEW_PATTERN): Do not alloca more than 8000 bytes;
28366         instead, return -1.  Check for address arithmetic overflow.
28367
28368 2003-10-14  Paul Eggert  <eggert@twinsun.com>
28369
28370         Handle invalid suffixes and overflow independently, so that
28371         callers can treat them independently as needed.  Fix some bugs in
28372         suffix handling, e.g., "100k@" was not diagnosed as an invalid
28373         suffix for a human-readable blocksize.  The major caller-visible
28374         change is the addition of a new
28375         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
28376         that both overflow and suffix chars were found.
28377
28378         * lib/human.c (humblock): Don't check separately for invalid suffix
28379         char; that is xstrtoumax's job (now that its bug is fixed).
28380         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
28381         INTMAX_MAX]: New macros.
28382         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
28383         TYPE_MAXIMUM): New macros.
28384         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
28385         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
28386         if overflow occurs, as it's what __strtol does and it's more useful
28387         in practice.
28388         (__xstrtol): If __strtol reports some error other than ERANGE,
28389         reflect it to the caller as LONGINT_INVALID.  If it reports
28390         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
28391         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
28392         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
28393         value.
28394         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
28395         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
28396         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
28397         [defined UINTMAX_MAX]: New macros.
28398
28399 2003-10-14  Bruno Haible  <bruno@clisp.org>
28400
28401         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
28402
28403 2003-10-14  Bruno Haible  <bruno@clisp.org>
28404
28405         * m4/sig_atomic_t: New file, from GNU gettext.
28406         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
28407
28408 2003-10-14  Bruno Haible  <bruno@clisp.org>
28409
28410         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
28411         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
28412         Also use volatile where needed.
28413
28414 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28415
28416         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
28417         Change maintainer from Bruno Haible to 'all'.
28418
28419 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28420
28421         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
28422
28423 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28424
28425         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
28426         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
28427         and define in terms of the other primitives.
28428         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
28429         (SIZE_MAX): Define if not already defined.
28430         (array_size_overflow): New function.
28431         (xalloc_die): Abort instead of exiting if 'error' returns.
28432         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
28433         (xmalloc, xrealloc): Use them.
28434         (xcalloc): Check for address arithmetic overflow.
28435         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
28436         a bit faster than strcpy.
28437
28438 2003-10-10  Simon Josefsson  <jas@extundo.com>
28439
28440         * modules/argp (Depends-on): Add restrict and strcase.
28441
28442 2003-10-10  Simon Josefsson  <jas@extundo.com>
28443
28444         * m4/argp.m4: Add AC_C_INLINE.
28445
28446 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28447
28448         Merge getpass from libc, plus a few fixes.
28449
28450         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
28451         Include <stdbool.h>.
28452         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
28453         __fsetlocking to empty.
28454         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
28455         do include <bits/libc-lock.h>.
28456         Do not include <fcntl.h>; not needed.
28457         [_LIBC]: Include <wchar.h>.
28458         (NOTCANCEL_MODE): New macro.
28459         (flockfile, funlockfile) [_LIBC]: New macros.
28460         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
28461         [!_LIBC]: New macros.
28462         (call_fclose): New function.
28463         (getpass): Use it.  Save tty stream separately; this simplifies the
28464         code and makes it more reliable if stdin happens to equal stdout.
28465         Invoke __fsetlocking on tty.
28466         Handle thread cancellation if needed.
28467         Namespace cleanup (use __tcgetattr, __getline).
28468         Use bool for Booleans.
28469         [USE_IN_LIBIO]: Handle wide streams.
28470         [!_LIBC]: Unconditionally do the fseek, since we don't know what
28471         stream might go where.
28472
28473         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
28474         doesn't have to include <stdio.h> before us.
28475         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
28476         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
28477         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
28478         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
28479         if not declared, so that we can use getpass.c code from libc without
28480         rewriting it.
28481         (flockfile, ftrylockfile, funlockfile): New macros.
28482
28483 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28484
28485         * modules/getpass: Depend on stdbool.
28486
28487 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28488
28489         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
28490
28491 2003-10-07  Karl Berry  <karl@gnu.org>
28492
28493         * config/config.{guess,sub}: update from config.
28494
28495 2003-10-06  Jim Meyering  <jim@meyering.net>
28496             Bruno Haible  <bruno@clisp.org>
28497
28498         This lets translators provide better translations for the
28499         "Written by ..." part of --version output.
28500         * lib/version-etc.h: Include stdarg.h.
28501         (version_etc_copyright): Declare as readonly.
28502         (version_etc): Make this function variadic with a NULL-terminated list
28503         of author name strings.
28504         (version_etc_va): New declaration.
28505         * lib/version-etc.c: Include stdarg.h, stdlib.h.
28506         (version_etc_copyright): Declare as readonly.
28507         (version_etc_va): New function. Provide a different translatable string
28508         for each possible number of authors < 10. Abbreviate when there are 10
28509         authors or more.
28510         (version_etc): Make this function variadic. Call version_etc_va.
28511         Suggestion from Gary V. Vaughan.
28512
28513         * lib/long-options.h (parse_long_options): Change prototype: the
28514         authors string is moved to the end and becomes variadic.
28515         * lib/long-options.c: Include stdarg.h.
28516         (parse_long_options): Make this function variadic, too.
28517         Call version_etc_va, not version_etc.
28518
28519 2003-10-06  Bruno Haible  <bruno@clisp.org>
28520
28521         * modules/version-etc-2: Remove file.
28522         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
28523
28524 2003-10-06  Bruno Haible  <bruno@clisp.org>
28525
28526         * modules/fatal-signal: New file.
28527         * MODULES.html.sh (func_all_modules): Add fatal-signal.
28528
28529 2003-10-06  Bruno Haible  <bruno@clisp.org>
28530
28531         * m4/fatal-signal.m4: New file.
28532         * m4/signalblocking.m4: New file, from GNU gettext.
28533
28534 2003-10-06  Bruno Haible  <bruno@clisp.org>
28535
28536         * lib/version-etc-2.h: Remove file.
28537         * lib/version-etc-2.c: Remove file.
28538
28539 2003-10-06  Bruno Haible  <bruno@clisp.org>
28540
28541         * lib/fatal-signal.h: New file, from GNU gettext.
28542         * lib/fatal-signal.c: New file, from GNU gettext.
28543
28544 2003-10-05  Paul Eggert  <eggert@twinsun.com>
28545
28546         * README: Rework advice for preventing empty .o files.
28547         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
28548         not <sys/types.h>.
28549
28550 2003-10-04  Karl Berry  <karl@gnu.org>
28551
28552         * lib/argp*: update from libc.
28553
28554 2003-10-04  Karl Berry  <karl@gnu.org>
28555
28556         * config/config.{guess,sub}: update from config.
28557
28558 2003-10-02  Bruno Haible  <bruno@clisp.org>
28559
28560         * modules/lchown (Include): Add lchown.h.
28561         * modules/time_r (Include): Use "..." syntax.
28562         * modules/xgetdomainname (Include): Add xgetdomainname.h.
28563
28564 2003-10-01  Simon Josefsson  <jas@extundo.com>
28565
28566         * MODULES.html.sh (func_all_modules): Move gethostname from section
28567         'based on' to section 'lacking' POSIX:2001.
28568
28569 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
28570
28571         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
28572         to output mode on the same stream.
28573
28574 2003-09-29  Paul Eggert  <eggert@twinsun.com>
28575
28576         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
28577         Fix arg typo in previous patch.
28578
28579 2003-09-28  Jim Meyering  <jim@meyering.net>
28580
28581         * lib/error.c: Correct cpp indentation.
28582
28583 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28584
28585         * modules/free: New file.
28586
28587 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28588
28589         * m4/free.m4: New file.
28590
28591 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28592
28593         * lib/minmax.h (MIN, MAX)
28594         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
28595         Omit the special code that used __typeof__, since we worry that
28596         it could be more trouble than it's worth.  See:
28597         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
28598         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
28599
28600         * lib/free.c: New file.
28601
28602 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
28603
28604         Trivial fixes to Makefile.am parts of module listings.
28605         * modules/strstr: Append strstr.h to lib_SOURCES.
28606         * modules/strcase: Likewise, for strcase.h.
28607
28608 2003-09-27  Karl Berry  <karl@gnu.org>
28609
28610         * config/mkinstalldirs: update from automake.
28611
28612 2003-09-26  Paul Eggert  <eggert@twinsun.com>
28613
28614         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
28615         (error_tail): Do not loop, reallocating temporary buffer, since
28616         the output cannot contain more wide characters than the input
28617         contains bytes, the size must be big enough already.  This avoids
28618         one potential size overflow calculation.  Check for size overflow
28619         when calculating temporary buffer size.  Free temporary buffer
28620         when done, if it was allocated with malloc; this plugs a memory
28621         leak.  Remove casts from void * to pointers, that are no longer
28622         needed now that we're assuming C89 or better.
28623
28624         Merge error changes from glibc.
28625
28626         * lib/error.c, error.h: Update copyright notice header to match glibc.
28627         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
28628         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
28629         Disable cancellation while printing error.
28630         * lib/error.h: Prepend __ to parameter names.
28631
28632 2003-09-26  Jim Meyering  <jim@meyering.net>
28633
28634         * lib/error.c (error_tail): Move some declarations
28635         into inner scope where the local variables are used.
28636
28637 2003-09-26  Bruno Haible  <bruno@clisp.org>
28638
28639         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
28640         stpncpy().
28641         Don't define stpncpy through config.h; it's now done through stpncpy.h.
28642
28643 2003-09-26  Bruno Haible  <bruno@clisp.org>
28644
28645         * lib/stpncpy.h (gnu_stpncpy): New declaration.
28646         (stpncpy): Define as alias for gnu_stpncpy.
28647         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
28648
28649 2003-09-25  Simon Josefsson  <jas@extundo.com>
28650
28651         * lib/xgetdomainname.h: New file.
28652         * lib/xgetdomainname.c: New file.
28653
28654 2003-09-25  Simon Josefsson  <jas@extundo.com>
28655             Bruno Haible  <bruno@clisp.org>
28656
28657         * modules/getdomainname: New file.
28658         * modules/xgetdomainname: New file.
28659         * MODULES.html.sh (func_all_modules): Add getdomainname,
28660         xgetdomainname.
28661
28662 2003-09-25  Simon Josefsson  <jas@extundo.com>
28663             Bruno Haible  <bruno@clisp.org>
28664
28665         * m4/getdomainname.m4: New file.
28666
28667 2003-09-25  Simon Josefsson  <jas@extundo.com>
28668             Bruno Haible  <bruno@clisp.org>
28669
28670         * lib/getdomainname.h: New file.
28671         * lib/getdomainname.c: New file.
28672
28673 2003-09-25  Karl Berry  <karl@gnu.org>
28674
28675         * lib/argp-fmtstream.c, argp-help.c: update from libc.
28676
28677 2003-09-25  Karl Berry  <karl@gnu.org>
28678
28679         * config/install-sh: update from automake.
28680
28681 2003-09-25  Bruno Haible  <bruno@clisp.org>
28682
28683         * modules/version-etc-2: New file, from modules/version-etc with
28684         modifications.
28685         * MODULES.html.sh (func_all_modules): Add version-etc-2.
28686
28687 2003-09-25  Bruno Haible  <bruno@clisp.org>
28688
28689         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
28690         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
28691
28692 2003-09-24  Simon Josefsson  <jas@extundo.com>
28693
28694         * modules/xgethostname: Add xgethostname.h.
28695
28696 2003-09-24  Paul Eggert  <eggert@twinsun.com>
28697
28698         * lib/linebuffer.c (freebuffer): Don't free the argument, just
28699         the buffer associated with the argument.  Bug reported by
28700         Simon Josefsson.
28701
28702 2003-09-24  Paul Eggert  <eggert@twinsun.com>
28703
28704         * README: Document assumptions that 'int' is at least 32 bits
28705         wide, that integer arithmetic is 2's complement without overflow,
28706         that there are no holes in integer values, that adding sizes of
28707         two nonoverlapping objects can't overflow, and that all-bits-zero
28708         yields scalar zero.  Fix spelling and capitalization typos.
28709
28710 2003-09-19  Karl Berry  <karl@gnu.org>
28711
28712         * lib/argp.h: update from libc.
28713
28714 2003-09-17  Paul Eggert  <eggert@twinsun.com>
28715
28716         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
28717         to avoid spurious warnings like "AC_RUN_IFELSE was called before
28718         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
28719
28720 2003-09-17  Paul Eggert  <eggert@twinsun.com>
28721
28722         * gnulib-tool: Use "test -h", not "test -L", for portability
28723         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
28724         (tags_regexp): Remove, since \| doesn't conform to POSIX.
28725         (sed_extract_prog): Issue s commands one-by-one, rather than
28726         using \| in one s command.
28727
28728 2003-09-16  Paul Eggert  <eggert@twinsun.com>
28729
28730         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
28731         input error, instead of returning NULL the next time we are called
28732         (and therefore losing track of errno).
28733
28734 2003-09-16  Bruno Haible  <bruno@clisp.org>
28735
28736         * gnulib-tool (func_create_testdir): Warn about duplicated
28737         dependencies.
28738
28739 2003-09-15  Paul Eggert  <eggert@twinsun.com>
28740
28741         * modules/argmatch, modules/fatal, modules/obstack,
28742         modules/xalloc, modules/xgethostname: Sort dependencies by
28743         importance, not alphabetically.
28744
28745 2003-09-15  Paul Eggert  <eggert@twinsun.com>
28746
28747         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
28748         fails, so that the caller gets the proper errno.
28749
28750         * lib/readutmp.c (read_utmp): Likewise.
28751         Check for fstat error.  Close stream and free storage
28752         when failing.
28753
28754 2003-09-14  Karl Berry  <karl@gnu.org>
28755
28756         * config/srclist.txt (strdup.c): disable for c89 changes.
28757
28758 2003-09-14  Jim Meyering  <jim@meyering.net>
28759
28760         * lib/getloadavg.c: Correct cpp indentation.
28761         * lib/strdup.c: Likewise.
28762         * lib/vasnprintf.c: Likewise.
28763
28764 2003-09-14  Bruno Haible  <bruno@clisp.org>
28765
28766         * modules/fwriteerror: New file.
28767         * MODULES.html.sh (func_all_modules): Add fwriteerror.
28768
28769 2003-09-14  Bruno Haible  <bruno@clisp.org>
28770
28771         * lib/fwriteerror.h: New file.
28772         * lib/fwriteerror.c: New file.
28773
28774 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28775
28776         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
28777         modules/xgethostname, modules/xalloc: Depend on exit.
28778
28779 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28780
28781         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
28782
28783         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
28784         and AC_MINIX, too, so that their extensions are available.
28785
28786         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
28787         This macro has been superseded by gl_BACKUPFILE.
28788
28789         More patches to assume C89 or better.
28790
28791         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
28792
28793         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
28794         unconditionally.
28795         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
28796         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
28797         Include <string.h>, <stdlib.h> unconditionally.
28798         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
28799         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
28800         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
28801         headers or for string.h.
28802         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
28803         or strtoul.
28804
28805         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
28806         headers.
28807         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
28808         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28809         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
28810         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
28811         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28812         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
28813         memcpy, memset.
28814         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
28815         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
28816         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
28817         strtol.
28818         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
28819         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
28820         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
28821         strtoul.
28822
28823 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28824
28825         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
28826         * lib/obstack.c [!defined _LIBC]: Likewise.
28827         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
28828         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
28829         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
28830
28831         More changes to assume C89 or better.
28832
28833         * lib/error.c (error_tail): Assume vprintf.
28834
28835         * lib/argmatch.c (getenv): Remove decl.
28836         * lib/progreloc.c (get_full_program_name): Define via prototype.
28837         * lib/setenv.c (clearenv): Likewise.
28838         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
28839         needed.
28840         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
28841         (malloc, memcpy): Remove decls.
28842         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
28843         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
28844         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
28845         (memcpy): Remove macro.
28846         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
28847         (__P): Remove.  All uses removed.
28848         (PTR): Remove.  All uses changed to void *.
28849         (CHAR_BIT, NULL): Remove.
28850         (spaces, zeros, memset_space, memset_zero)
28851         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
28852         Remove.
28853         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
28854         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
28855         Define with prototype.
28856         Remove now-unnecessary prototype decl.
28857         (extra_args_spec): Assume ANSI C.  All uses changed.
28858         (extra_args_spec_iso): Remove.
28859         (my_strftime, emacs_strftimeu): Define via prototype.
28860         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
28861         unconditionally.
28862         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
28863         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
28864         (strtoul, strtol): Remove decls.
28865         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
28866         LONG_MAX): Remove.
28867         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
28868         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
28869         (LOCALE_PARAM_PROTO): New macro.
28870         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
28871         (INTERNAL (strtol), strtol): Define with a prototype.
28872         (PARAMS): Remove.  All uses removed.
28873         * lib/tempname.c: Include <string.h> unconditionally.
28874         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
28875         * lib/xgethostname.c (main): Define with a prototype.
28876         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
28877         Include <stdlib.h> unconditionally.
28878         (calloc, malloc, realloc, free): Remove decls.
28879         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
28880         Include <stdlib.h> unconditionally.  Sort include file names.
28881         (strtod): Remove.
28882         (xstrtod): Define with a prototype.
28883         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
28884         (strtol, strtoul): Remove decls.
28885
28886 2003-09-11  Paul Eggert  <eggert@twinsun.com>
28887
28888         More patches to assume C89 or better.
28889         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
28890         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
28891         string.h, memchr, STDC_HEADERS.
28892
28893 2003-09-11  Paul Eggert  <eggert@twinsun.com>
28894
28895         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
28896         Include <stdlib.h>, <string.h> unconditionally.
28897         Remove now-unnecessary cast to char *.
28898         * lib/strnlen.c: Include <string.h> unconditionally.
28899         * lib/yesno.c (yesno): Define with a prototype.
28900
28901 2003-09-11  Bruno Haible  <bruno@clisp.org>
28902
28903         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
28904
28905 2003-09-10  Jim Meyering  <jim@meyering.net>
28906
28907         * lib/error.c: Correct indentation of cpp directives.
28908
28909 2003-09-10  Bruno Haible  <bruno@clisp.org>
28910
28911         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
28912         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
28913         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
28914         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
28915         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
28916         <stdlib.h> and <string.h> checks.
28917         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
28918         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
28919
28920 2003-09-10  Bruno Haible  <bruno@clisp.org>
28921
28922         * lib/strcspn.c: Include <string.h> unconditionally.
28923         * lib/strpbrk.c: Include <string.h> unconditionally.
28924         * lib/strstr.c: Include <string.h> unconditionally.
28925         * lib/unicodeio.c: Include <string.h> unconditionally.
28926         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
28927         * lib/unsetenv.c: Likewise.
28928         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
28929         * lib/yesno.c: Include <stdlib.h> unconditionally.
28930         (rpmatch): Add prototype.
28931
28932 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28933
28934         More patches to assume C89 or better.
28935         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
28936         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
28937         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
28938         or for string.h.
28939         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
28940         stdlib.h.
28941         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
28942         C headers.
28943         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
28944         string.h.
28945         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
28946         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
28947         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
28948         or for string.h.
28949         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
28950         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
28951         C headers.
28952         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
28953         memcpy.
28954         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
28955         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
28956         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
28957         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
28958         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
28959         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
28960         string.h, free.
28961         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
28962         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
28963         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
28964         C headers, or for string.h.
28965         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
28966         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
28967         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
28968         headers, memory.h, stdlib.h, string.h, strings.h.
28969         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
28970         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
28971         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
28972         strchr.
28973         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
28974         headers, memory.h, string.h.
28975         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
28976         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
28977         free.
28978         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
28979         headers.
28980         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
28981         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
28982         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
28983         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
28984         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
28985
28986 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28987
28988         More K&R removal.
28989
28990         * lib/acosl.c (main): Use a prototype.
28991         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
28992         tanl.c: Likewise.
28993
28994         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
28995
28996         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
28997         (getopt, etopt_long, getopt_long_only, _getopt_internal)
28998         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
28999         with a prototype.
29000         * lib/getopt.c (const): Remove macro.
29001         Include <string.h> unconditionally.
29002         (my_index): Remove; all uses changed to strchr.
29003         (strlen): Remove decl.
29004         (exchange): Remove forward decl; no longer needed.
29005         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
29006         Define with prototype.
29007         * lib/getopt1.c (const): Remove macro.
29008         (getopt_long, getopt_long_only, main): Define with prototype.
29009
29010         * lib/getugroups.c: Include <string.h> unconditionally.
29011
29012         * lib/getusershell.c: Include <stdlib.h> unconditionally.
29013         (getusershell, setusershell, endusershell, readname, main):
29014         Define with prototypes.
29015
29016         * lib/group-member.c: Include group-member.h first.
29017         Include <stdlib.h> unconditionally.
29018
29019         * lib/hard-locale.c: Include hard-locale.h first.
29020         Include <stdlib.h>, <string.h> unconditionally.
29021
29022         * lib/hash.c (free, malloc): Remove decls.
29023         Include <stdlib.h> unconditionally.
29024
29025         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
29026         (getenv): Do not declare.
29027
29028         * lib/idcache.c: Include <string.h> unconditionally.
29029
29030         * lib/long-options.c: Include long-options.h first, to test interface.
29031         Include <stdlib.h> unconditionally.
29032
29033         * lib/makepath.c: Include makepath.h first, to test interface.
29034         Include <stdlib.h> and <string.h> unconditionally.
29035
29036         * lib/linebuffer.c: Include <stdlib.h>.
29037         (free): Remove decl.
29038
29039         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
29040         stddef.h. rpl_malloc returns void *, not char *.
29041         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
29042         prototype.
29043
29044         * lib/md5.h: Include <limits.h> unconditionally.
29045         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
29046         (__P): Remove; all uses removed.
29047         * lib/md5.c: Include "md5.h" first.
29048         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
29049         md5_buffer, md5_process_bytes, md5_process_block):
29050         Define with prototypes.
29051         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
29052         * lib/sha.c: Include "sha.h" first.
29053         Include <stdlib.h>, <string.h> unconditionally.
29054
29055         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
29056         * lib/memcmp.c (__ptr_t): Likewise.
29057         * lib/memrchr.c (__ptr_t): Likewise.
29058         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
29059         Include <string.h> unconditionally.
29060         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
29061         * lib/memchr.c: Include <stdlib.h> unconditionally.
29062         * lib/memchr.c (LONG_MAX): Remove.
29063         * lib/memrchr.c (LONG_MAX): Likewise.
29064         * lib/memchr.c (__memchr): Define via a prototype.
29065         * lib/memrchr.c (__memrchr): Likewise.
29066         * lib/memcmp.c (__P): Remove, and remove all uses.
29067         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
29068         Remove forward decls; no longer needed.
29069         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
29070         Use types required by C89 in prototype.
29071
29072         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
29073         * lib/savedir.c: Likewise.
29074         * lib/mkdir.c (free): Remove decl.
29075         * lib/rmdir.c (rmdir): Define with a prototype.
29076         * lib/savedir.c: Include savedir.h first, to test interface.
29077
29078         * lib/mktime.c (STDC_HEADERS): Remove.
29079         Include <stdlib.h>, <string.h> unconditionally.
29080
29081         * lib/modechange.c: Include <stdlib.h> unconditionally.
29082         (malloc): Remove decl.
29083
29084         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
29085         (free): Remove decl.
29086
29087         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
29088         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
29089         (This type really should be intptr_t, but that's a C99ism.)
29090         (_obstack_memcpy): Remove: all uses changed to memcpy.
29091         Include <string.h> unconditionally.
29092         (struct obstack): Assume __STDC__ for types of members
29093         chunkfun, freefun, extra_arg.
29094         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
29095         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
29096         obstack_begin, obstack_specify_allocation,
29097         obstack_specify_allocation_with_arg, obstack_chunkfun,
29098         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
29099         Remove unprototyped decls and the macros that use them.
29100         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
29101         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
29102         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
29103         (defined __STDC__ && __STDC__)]:
29104         Remove nonprototyped code.
29105         Include <stdlib.h> unconditionally.
29106         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
29107         _obstack_allocated_p, _obstack_free, obstack_free,
29108         _obstack_memory_used, print_and_abort):
29109         Define using prototypes.
29110         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
29111         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
29112         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
29113         obstack_next_free, obstack_object_size, obstack_room) [0]:
29114         Remove unused, unprototyped code.
29115
29116         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
29117
29118         * lib/physmem.c (physmem_total, physmem_available, main): Define
29119         with prototypes.
29120
29121         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
29122         (main): Define with a prototype.
29123
29124         * lib/posixver.c (getenv): Remove decl.
29125
29126         * lib/putenv.c (malloc): Returns void *, not char *.
29127         Include <string.h> unconditionally.
29128         (strchr, memcpy, NULL): Do not define.
29129
29130         * lib/readtokens.c: Include readtokens.h first, to test interface.
29131         Include <stdlib.h>, <string.h> unconditionally.
29132         (init_tokenbuffer): Define with a prototype.
29133
29134         * lib/regex.c (PARAMS): Remove.  All uses removed.
29135         All uses of _RE_ARGS removed, too.
29136         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
29137         unconditionally.
29138         (bzero): Assume memset exists.
29139         (memcmp, memcpy, NULL): Remove.
29140         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
29141         char, or assignments to local vars of type signed char.
29142         (init_syntax_once, PREFIX(extract_number_and_incr),
29143         PREFIX(print_partial_compiled_pattern),
29144         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
29145         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
29146         PREFIX(regex_grow_registers), PREFIX(regex_compile),
29147         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
29148         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
29149         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
29150         wcs_compile_range, byte_compile_range, truncate_wchar,
29151         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
29152         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
29153         count_mbs_length, wcs_re_match_2_internal,
29154         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
29155         PREFIX(alt_match_null_string_p),
29156         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
29157         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
29158         regfree, PREFIX(extract_number)): Define with prototype.  Remove
29159         now-unnecessary declaration, if any.
29160         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
29161         regcomp, regexec):
29162         Remove now-unnecessary casts among pointer types.
29163         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
29164
29165         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
29166         (free): Remove decl.
29167
29168         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
29169
29170         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
29171         (free): Remove decl.
29172
29173         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
29174         * lib/xgetcwd.c: Likewise.
29175
29176         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
29177         (free): Remove decl.
29178
29179         * lib/strchrnul.c (strchrnul): Define with a prototype.
29180         Fix bug: c_in was not converted to char before searching.
29181
29182         The following changes are not K&R related:
29183
29184         * lib/group-member.h: Include <sys/types.h>, so that this file is
29185         self-contained.
29186         * lib/makepath.h: Likewise.
29187
29188         * lib/getusershell.c (readname, default_index, line_size, readname):
29189         Use size_t, not int, for sizes.
29190         (readname): If the size overflows, report an error instead of
29191         looping forever.
29192
29193 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29194
29195         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
29196         libc.
29197
29198 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29199
29200         * README: New section: portability guidelines.
29201
29202 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
29203
29204         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
29205         C89 spec.
29206
29207 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
29208
29209         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
29210
29211 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29212
29213         Assume C89 or better; remove K&R cruft.
29214         A few of these changes were first proposed by Derek Robert Price
29215         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
29216
29217         * lib/addext.c: Include <string.h> unconditionally.
29218         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
29219         Don't declare getenv or malloc.
29220
29221         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
29222         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
29223         (NULL): Remove.
29224         (find_stack_direction, alloca): Use prototypes.
29225
29226         * lib/atexit.c (atexit): Define using a prototype.
29227
29228         * lib/basename.c, dirname.c, stripslash.c:
29229         Include <string.h> unconditionally.
29230
29231         * lib/bcopy.c: Include <stddef.h>.
29232         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
29233
29234         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
29235
29236         * lib/error.h (error, error_at_line, error_print_progname)
29237         [! (defined (__STDC__) && __STDC__)]: Remove decls.
29238         * lib/error.c: Include error.h first, to check interface.
29239         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
29240         (VA_START): Remove; all uses changeed to va_start.
29241         (exit, strerror): Remove decls.
29242         (error_print_progname): Prototype uncondionally.
29243         Don't include <errno.h>; no longer needed.
29244         (private_strerror): Remove.
29245         (error_tail): Always define.
29246         (error, error_at_line): Assume C89 or better; always use prototypes.
29247         * lib/fatal.c: Include "fatal.h" first, to test interface.
29248         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
29249         (VA_START): Remove; all uses changed to va_start.
29250         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
29251         this case.
29252         (exit): Remove decl.
29253         (fatal): Prototype unconditionally.  Assume va_start works.
29254         Abort at end, to pacify gcc.
29255
29256         * lib/euidaccess.c (main): Define with a prototype.
29257
29258         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
29259
29260         * lib/exitfail.c: Include <stdlib.h> unconditionally.
29261
29262         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
29263         prototypes.
29264         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
29265         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
29266         (getenv): Remove decl.
29267         (fnmatch): Define using a prototype.
29268         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
29269         (FCT): Define using a prototype.
29270
29271         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
29272
29273         * lib/gethostname.c: Include <stddef.h>.
29274         (gethostname): Define with prototype.  Length is size_t, not int.
29275
29276 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29277
29278         Assume C89 or better; remove K&R cruft.
29279         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
29280         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
29281         string.h, getenv, malloc.
29282         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
29283         headers.
29284         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
29285         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
29286         do not check for strerror.
29287         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
29288         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
29289         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
29290         do not check for doprnt or vprintf.
29291         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
29292         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
29293
29294 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29295
29296         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
29297         getversion.c should have been removed then, but was accidentally
29298         preserved.
29299
29300         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
29301         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
29302
29303 2003-09-08  Karl Berry  <karl@gnu.org>
29304
29305         * config/config.sub, config.guess, srclistvars.sh: update from savannah
29306                 config, forget about prep.
29307
29308         * config/depcomp, missing: update from automake.
29309
29310 2003-09-07  Paul Eggert  <eggert@twinsun.com>
29311
29312         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
29313         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
29314
29315 2003-09-07  Paul Eggert  <eggert@twinsun.com>
29316
29317         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
29318         copy_tm_result.  Bug reported by Simon Josefsson in
29319         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
29320
29321 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29322
29323         * m4/time_r.m4: New file.
29324         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
29325         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
29326         is. Check for timegm declaration.
29327         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
29328         Do not check for gmtime_r.
29329         Replace mktime if __mktime_internal does not exist and if mktime
29330         hasn't been replaced already.
29331
29332 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29333
29334         * lib/time_r.c, lib/time_r.h: New files.
29335
29336         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
29337         __localtime_r.
29338         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
29339         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
29340
29341         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
29342         __gmtime_r.
29343         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
29344         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
29345         Include <time_r.h>.
29346
29347         * lib/timegm.c: Switch to glibc implementation, with the following
29348         changes:
29349         [defined HAVE_CONFIG_H]: Include <config.h>.
29350         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
29351         (__mktime_internal) [!defined _LIBC]: New decl.
29352         (__gmtime_r) [!defined _LIBC]: New macro and function.
29353         (timegm): Use a prototype, since gnulib assumes C89.
29354         Do not bother declaring tmp to be const, as it's not really usefu.
29355         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
29356         (timegm): Declare only if HAVE_DECL_TIMEGM.
29357
29358 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29359
29360         * MODULES.html.sh (func_all_modules): Add time_r.
29361         * modules/time_r: New file.
29362         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
29363         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
29364
29365 2003-09-03  Paul Eggert  <eggert@twinsun.com>
29366
29367         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
29368         Bug reported by Lute Kamstra in
29369         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
29370
29371         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
29372         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
29373         course with correspondingly smaller numbers for tomorrow and
29374         yesterday.  From Tadayoshi Funaba.  Originally installed into
29375         sh-utils on 1999-08-07, but the patch got lost (I guess during the
29376         coreutils merge?).
29377
29378 2003-08-31  Simon Josefsson  <jas@extundo.com>
29379
29380         * modules/timegm: New file.
29381         * MODULES.html.sh (func_all_modules): Add timegm.
29382
29383 2003-08-31  Simon Josefsson  <jas@extundo.com>
29384
29385         * m4/timegm.m4: New file.
29386
29387 2003-08-31  Simon Josefsson  <jas@extundo.com>
29388
29389         * lib/timegm.h: New file.
29390         * lib/timegm.c: New file.  Based on
29391         wget-1.8.2/src/http.c:mktime_from_utc.
29392
29393 2003-08-31  Karl Berry  <karl@gnu.org>
29394
29395         * lib/argp.h: update from libc.
29396
29397 2003-08-28  Bruno Haible  <bruno@clisp.org>
29398
29399         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
29400         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
29401         followed by '#define fnmatch fnmatch_posix' gives an error.
29402
29403 2003-08-28  Bruno Haible  <bruno@clisp.org>
29404
29405         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
29406         warning on QNX, which defines O_BINARY to 000000.
29407
29408 2003-08-27  Jim Meyering  <jim@meyering.net>
29409
29410         * m4/mkstemp.m4: Require that the system mkstemp be able to create
29411         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
29412         would fail after 32.  Reported by Danny Levinson.  Details here:
29413         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
29414
29415 2003-08-24  Bruno Haible  <bruno@clisp.org>
29416
29417         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
29418         MSVC7 <stdio.h> is included later.
29419
29420 2003-08-22  Simon Josefsson  <jas@extundo.com>
29421
29422         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
29423
29424 2003-08-20  Karl Berry  <karl@gnu.org>
29425
29426         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
29427
29428 2003-08-20  Bruno Haible  <bruno@clisp.org>
29429
29430         * modules/progname: New file.
29431         * MODULES.html.sh (func_all_modules): Add progname.
29432
29433 2003-08-20  Bruno Haible  <bruno@clisp.org>
29434
29435         * lib/progname.h: New file, from GNU gettext.
29436         * lib/progname.c: New file, from GNU gettext.
29437         * lib/progreloc.c: New file, from GNU gettext.
29438
29439 2003-08-19  Jim Meyering  <jim@meyering.net>
29440
29441         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
29442         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
29443
29444 2003-08-19  Bruno Haible  <bruno@clisp.org>
29445
29446         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
29447         more.
29448
29449 2003-08-19  Bruno Haible  <bruno@clisp.org>
29450
29451         * lib/xstrdup.c: Assume <string.h> exists.
29452
29453 2003-08-18  Paul Eggert  <eggert@twinsun.com>
29454
29455         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
29456         in makefile rules.
29457
29458 2003-08-18  Jim Meyering  <jim@meyering.net>
29459
29460         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
29461         * m4/lib-ld.m4: Likewise.
29462
29463 2003-08-18  Jim Meyering  <jim@meyering.net>
29464
29465         * lib/setenv.h: Indent nested cpp directive.
29466         * lib/vasnprintf.c: Remove trailing blanks.
29467
29468 2003-08-17  Simon Josefsson  <jas@extundo.com>
29469
29470         * modules/xstrndup: New file.
29471         * MODULES.html.sh (func_all_modules): Add xstrndup.
29472
29473 2003-08-17  Simon Josefsson  <jas@extundo.com>
29474
29475         * modules/argp: Fix autoconf macro name. Add more dependencies.
29476
29477 2003-08-17  Simon Josefsson  <jas@extundo.com>
29478
29479         * m4/xstrndup.m4: New file.
29480
29481 2003-08-17  Simon Josefsson  <jas@extundo.com>
29482
29483         * m4/argp.m4: New file.
29484
29485 2003-08-17  Simon Josefsson  <jas@extundo.com>
29486             Bruno Haible  <bruno@clisp.org>
29487
29488         * lib/xstrndup.h: New file.
29489         * lib/xstrndup.c: New file.
29490
29491 2003-08-17  Bruno Haible  <bruno@clisp.org>
29492
29493         * modules/strndup (Files, Include): Add lib/strndup.h.
29494
29495 2003-08-17  Bruno Haible  <bruno@clisp.org>
29496
29497         * modules/euidaccess (Files): Add lib/euidaccess.h.
29498
29499 2003-08-17  Bruno Haible  <bruno@clisp.org>
29500
29501         * lib/strndup.h: New file.
29502
29503 2003-08-17  Bruno Haible  <bruno@clisp.org>
29504
29505         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
29506         like AC_GNU_SOURCE.
29507         * modules/extensions (configure.ac): Comment out the invocation of
29508         gl_USE_SYSTEM_EXTENSIONS.
29509
29510 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29511
29512         Merges from coreutils, etc.
29513         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
29514         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
29515         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
29516         fixing a typo.
29517         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
29518         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
29519
29520 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29521
29522         Document merge from coreutils.
29523         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
29524         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
29525         * modules/utime: Add m4/utimes-null.m4.
29526
29527 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29528
29529         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
29530         space, undoing this 2003-08-12 change:
29531         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
29532
29533 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29534
29535         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
29536         strtoul.c from libc, undoing this 2003-08-12 change:
29537         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
29538
29539 2003-08-16  Jim Meyering  <jim@meyering.net>
29540
29541         Merges from coreutils.
29542         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
29543         prefix.  Adjust cache variables similarly.  Create 500 rather than
29544         just 300 files, to exercise bug on Darwin6.5, too.
29545         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
29546         $missing_dir.
29547         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
29548         AM_SYS_POSIX_TERMIOS.
29549         Reported by mkc@mathdogs.com.
29550         Also change use of $am_cv_sys_posix_termios
29551         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
29552         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
29553         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
29554         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
29555         in /proc/mounts until it finds one with matching device number.  This
29556         is unnecessary when the FILE argument *is* a mount point.  No stat call
29557         is necessary in that case.  So, disable the statvfs-testing code on
29558         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
29559         as RedHat bug# 84846.
29560         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
29561         to 1MB, so as not to render systems with no stack size limit (e.g.,
29562         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
29563         Include <unistd.h>.  On some systems,
29564         it is required for the definition of _SC_PAGESIZE.
29565
29566 2003-08-16  Jim Meyering  <jim@meyering.net>
29567
29568         Merge from coreutils.
29569         * lib/xstrtoimax.c: #else #if -> #elif.
29570         * lib/xstrtoumax.c: Likewise.
29571
29572 2003-08-16  Jim Meyering  <jim@meyering.net>
29573
29574         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
29575         * m4/utimes.m4: Removed.
29576         * m4/utimes-null.m4: Renamed from utimes.m4.
29577
29578         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
29579         to 1MB, so as not to render systems with no stack size limit (e.g.,
29580         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
29581         Include <unistd.h>.  On some systems,
29582         it is required for the definition of _SC_PAGESIZE.
29583
29584 2003-08-16  Jim Meyering  <jim@meyering.net>
29585         and Paul Eggert  <eggert@cs.ucla.edu>
29586
29587         Merges from coreutils, etc.
29588
29589         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
29590         using the latest version from cvs.  This avoids problems with #line
29591         directives using a vendor (Sun) compiler.
29592         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
29593         Don't set GETGROUPS_LIB here; now it's
29594         done via getgroups.m4's wrapper function.
29595         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
29596         rather than just in sh-util/configure.in, so that the
29597         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
29598         same.
29599         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
29600         AC_FUNC_GETLOADAVG where to find getloadavg.c.
29601         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
29602         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
29603         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
29604         Remove code that is now done by the newly-required macros.
29605         Append $(EXEEXT) to DF_PROG.
29606         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
29607         Do not invoke or require the following here,
29608         since prereq.m4 or some gnulib .m4 now does this for us:
29609         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
29610         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
29611         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
29612         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
29613         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
29614         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
29615         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
29616         AC_FUNC_OBSTACK.
29617         Do not replace the following functions, as this is now the job
29618         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
29619         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
29620         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
29621         atexit getpass, strdup, getpagesize.
29622         Replace 'raise'.
29623         Do not check for the following functions, as this is now the job
29624         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
29625         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
29626         setregid.
29627         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
29628         Check for sys/sysctl.h.
29629         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
29630         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
29631         of checking for ssize_t ourselves.
29632
29633         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
29634         Require every macro that gnulib/modules/* suggests for us.
29635         (jm_PREREQ_ADDEXT): New macro.
29636         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
29637         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
29638
29639         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
29640         (gl_PHYSMEM): Use it.
29641         Also check for `table' function.
29642         Check for new headers and functions.
29643         Add check for sys/sysmp.h.
29644         With suggestions from Kaveh Ghazi.
29645         Ignore headers that are present but cannot be compiled.  This
29646         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
29647         C 5.4.
29648
29649 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29650
29651         Document merge from coreutils.
29652         * modules/userspec: Depend on posixver.
29653         * modules/strftime: Depend on tzset.
29654
29655 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29656
29657         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
29658         rather than tab, after '#' in shell-script copyright notices.
29659         Suggested by Bruno Haible.
29660
29661 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29662
29663         * config/srclist-update: Use three spaces, rather than tab, after '#'
29664         in shell-script copyright notices.  Suggested by Bruno Haible.
29665         Remove unnecessary parenthesization in regular expression.
29666
29667 2003-08-15  Jim Meyering  <jim@meyering.net>
29668
29669         Merge from coreutils.
29670         * lib/xgethostname.c: Include <stdlib.h>.
29671         (xghostname): Don't exit for anything other than memory-related
29672         failure; just return NULL.
29673         * lib/userspec.c: Include "posixver.h".
29674         (parse_user_spec): Accept `.' as a separator only
29675         in pre-POSIX-200112 mode.
29676         * lib/strtoimax.c: Use #elif rather than #else #if.
29677         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
29678         Remove function, now that we can rely on a working tzset function.
29679         [!_LIBC]: Ensure that the required autoconf test has been run.
29680         [!defined _NL_CURRENT && HAVE_STRFTIME]:
29681         Use underlying_strftime for %r.
29682         * lib/sha.c: Merge in some clean-up and optimization changes from
29683         glibc.
29684         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
29685         Ensure that it is a multiple of 64.
29686         Rearrange loop exit tests so as to avoid performing an
29687         additional fread after encountering an error or EOF.
29688         * lib/realloc.c: Update copyright date.
29689
29690 2003-08-15  Jim Meyering  <jim@meyering.net>
29691         and Paul Eggert  <eggert@twinsun.com>
29692
29693         Merge from coreutils.
29694         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
29695         member but strut utmpx does not.  Needed for AIX 4.3.3.
29696         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
29697
29698 2003-08-15  Jim Meyering  <jim@meyering.net>
29699         and Paul Eggert  <eggert@cs.ucla.edu>
29700
29701         Merges from coreutils, etc.
29702         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
29703         Require gl_FUNC_TZSET_CLOBBER.
29704         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
29705         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
29706         members.
29707
29708 2003-08-14  Paul Eggert  <eggert@twinsun.com>
29709
29710         Help the merge from coreutils.
29711         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
29712         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
29713         * m4/tzset.m4: Use it too.
29714
29715 2003-08-14  Paul Eggert  <eggert@twinsun.com>
29716
29717         * modules/tzset: New file.
29718
29719 2003-08-14  Jim Meyering  <jim@meyering.net>
29720
29721         Merges from coreutils.
29722         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
29723         variable names, rather than @FNMATCH_H@.
29724         * modules/alloca: Likewise for $(ALLOCA_H).
29725
29726         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
29727         the three copies of the literal target, `fnmatch.h'.
29728         * modules/alloca (alloca.h): Likewise.
29729
29730 2003-08-14  Jim Meyering  <jim@meyering.net>
29731
29732         Merge from coreutils.
29733         * m4/tzset.m4: New file.
29734         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
29735         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
29736         otherwise, AIX 5.1 systems would end up using the latter.
29737         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
29738         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
29739         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
29740         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
29741
29742 2003-08-14  Jim Meyering  <jim@meyering.net>
29743
29744         Merge from coreutils.
29745         * lib/obstack.h: Whitespace changes.
29746         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
29747         and xcalloc return values.
29748         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
29749         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
29750         hang on OSF/1 5.1 for DIR on both local and remote file systems.
29751         Reported by (and fix confirmed by) Nelson H. F. Beebe.
29752         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29753         error from mntctl.
29754         Use mntctl's return value to drive the entry-processing loop, since
29755         we can't rely on the value of the vmt_length member in the last
29756         entry.  On some systems doing so could result in exhausting
29757         virtual memory.  Based in part on a patch from Mike Jetzer.
29758
29759 2003-08-14  Jim Meyering  <jim@meyering.net>
29760         and Paul Eggert  <eggert@twinsun.com>
29761
29762         Merges from coreutils, plus other fixes.
29763         * lib/physmem.c: Merge in portability changes from gcc/libiberty
29764         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
29765         for credits and details.  Thanks to Kaveh Ghazi for helping
29766         to keep these files in sync.
29767         (ARRAY_SIZE): Define it.
29768         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
29769         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
29770         (memcasecmp): Don't assume size_t fits in unsigned int.
29771         Remove casts and duplicate code.
29772         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
29773         (memcpy): Remove definition.
29774         Merge in some clean-up and optimization changes from glibc.
29775         [BLOCKSIZE]: Move definition to top of file.
29776         Ensure that it is a multiple of 64.
29777         Rearrange loop exit tests so as to avoid performing an
29778         additional fread after encountering an error or EOF.
29779         * lib/md5.h (md5_uintptr): Define.
29780         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
29781         return to the initial working directory.  Preserve errno
29782         for caller.
29783         * lib/idcache.c: Include "xalloc.h".
29784         (xmalloc, xrealloc): Remove decls.
29785         (getuser): Remove casts no longer required in C89.
29786         * lib/human.c: Include stdio.h, for sprintf.
29787         * lib/group-member.c: Include "xalloc.h".
29788         (xmalloc, xrealloc): Remove decls.
29789         (get_group_info): Remove casts no longer required in C89.
29790         * lib/getusershell.c (readname): Remove casts no longer required in
29791         C89.
29792         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
29793         * lib/getline.c: Whitespace fix, from coreutils.
29794
29795 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29796
29797         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
29798         Check for isascii.
29799
29800         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
29801         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
29802         Undo previous (whitespace-only) change.
29803
29804 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29805
29806         * lib/exclude.c: Include <ctype.h>
29807         (IN_CTYPE_DOMAIN): New macro.
29808         (is_space): New fn.
29809         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
29810         and empty lines.
29811
29812         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
29813         Undo previous (whitespace-only) change.
29814
29815 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29816
29817         * config/srclist-update: Change update back to the old behavior,
29818         leaving whitespace alone.  Use one 'sed' command rather than a
29819         pipeline.
29820         (fixlicense): Now a variable, not a function.
29821         (remove_trailing_blanks): Remove.
29822         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
29823         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
29824         Undo previous (whitespace-only) change.
29825
29826 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29827
29828         Merge from coreutils.
29829         * modules/euidaccess: Add lib_SOURCES, include for new
29830         file euidaccess.h
29831
29832 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29833
29834         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
29835         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
29836         Normalize leading white space and remove trailing white space.
29837
29838         Merge from coreutils
29839         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
29840
29841         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
29842         0.12.1.  These files are now being upgraded automatically by
29843         ../config/srclist-update.
29844
29845 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29846
29847         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
29848         Normalize leading white space and remove trailing white space.
29849         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
29850         notice, as per ../config/srclist-update.
29851
29852         Merge from coreutils.
29853         * lib/euidaccess.h: New file.
29854         * lib/euidaccess.c: Include it.
29855         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
29856         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
29857         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
29858
29859 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29860
29861         * config/srclist-update: Add copyright notice.
29862         (remove_id_lines, remove_trailing_blanks): New constants.
29863         (fixfile): Use them to normalize spacing a bit in copied files.
29864         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
29865         Normalize leading white space and remove trailing white space.
29866
29867         * config/texinfo.tex: Sync with texinfo.
29868
29869         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
29870         strtoul.c from libc, to merge coreutils whitespace changes.
29871
29872         * config/srclist.txt: Get the following m4 files from gettext:
29873         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
29874         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
29875         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
29876         wint_t.m4.
29877
29878 2003-08-12  Karl Berry  <karl@gnu.org>
29879
29880         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
29881         been made.
29882
29883 2003-08-11  Paul Eggert  <eggert@twinsun.com>
29884
29885         * modules/gnu-source, m4/gnu-source.m4:
29886         Remove; we're assuming Autoconf 2.54 or later now.
29887         Suggested by Bruno Haible.
29888         * MODULES.html.sh (func_all_modules): Remove gnu-source.
29889
29890 2003-08-11  Bruno Haible  <bruno@clisp.org>
29891
29892         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
29893
29894 2003-08-11  Bruno Haible  <bruno@clisp.org>
29895
29896         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
29897         (vasnprintf): Use it instead of wcslen.
29898
29899 2003-08-11  Bruno Haible  <bruno@clisp.org>
29900
29901         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
29902         value to ensure that _Bool promotes to int. Use #define for _Bool when
29903         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
29904
29905 2003-08-10  Karl Berry  <karl@gnu.org>
29906
29907         * lib/regex.h: update from libc (whitespace fix).
29908
29909 2003-08-09  Paul Eggert  <eggert@twinsun.com>
29910
29911         Merge some files from coreutils.  These changes were
29912         originally made by Jim Meyering.
29913         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
29914         many older Unixes require this.
29915         * lib/alloca.c (alloca): Remove cast to argument of free;
29916         no longer needed in C89.
29917         * lib/alloca_.h, regex.h: Fix white space to match
29918         what GNU indent does.
29919
29920 2003-08-09  Paul Eggert  <eggert@twinsun.com>
29921
29922         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
29923         apparently Emacs's Unicode mode got confused before my 2003-08-05
29924         checkin.
29925
29926 2003-08-08  Paul Eggert  <eggert@twinsun.com>
29927
29928         * m4/extensions.m4: New file.
29929         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
29930         Require gl_USE_SYSTEM_EXTENSIONS.
29931         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
29932         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
29933
29934 2003-08-08  Paul Eggert  <eggert@twinsun.com>
29935
29936         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
29937         * modules/extensions, modules/gnu-source: New files.
29938         * modules/timespec, modules/unlocked-io: Depend on extensions.
29939
29940 2003-08-07  Paul Eggert  <eggert@twinsun.com>
29941
29942         * modules/restrict: New file.
29943         * MODULES.html.sh (func_all_modules): Add restrict.
29944         * modules/regex: Depend on restrict.
29945
29946 2003-08-07  Paul Eggert  <eggert@twinsun.com>
29947
29948         * m4/restrict.m4: New file.
29949         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
29950
29951 2003-08-07  Bruno Haible  <bruno@clisp.org>
29952
29953         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
29954         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
29955
29956 2003-08-07  Bruno Haible  <bruno@clisp.org>
29957
29958         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
29959         makes the module 'getndelim2' compatible with the module 'getline'.
29960
29961 2003-08-05  Paul Eggert  <eggert@twinsun.com>
29962
29963         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
29964         byte with "\201" to avoid glitches when editing that source file
29965         with multi-gnome-terminal.
29966
29967 2003-08-05  Paul Eggert  <eggert@twinsun.com>
29968
29969         * lib/bumpalloc.h: Remove.
29970
29971 2003-08-05  Paul Eggert  <eggert@twinsun.com>
29972
29973         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
29974         * modules/bumpalloc: Remove.
29975
29976 2003-08-04  Paul Eggert  <eggert@twinsun.com>
29977
29978         * lib/getloadavg.c: Change copyright notice and spacing to conform to
29979         GNU coding style.
29980
29981         Merge from coreutils.
29982         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
29983         1. From glibc.
29984         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
29985         from Karl Berry, implemented by Jim Meyering.
29986         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
29987         from Dmitry V. Levin.
29988         Remove anachronistic cast of xrealloc.
29989         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
29990         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
29991         type. Otherwise, it wouldn't compile with at least /bin/cc on
29992         ymp-cray-unicos9.0.2.X.
29993         Combine two mostly-identical uses of alloca into one.
29994         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
29995
29996 2003-08-04  Dave Love  <d.love@dl.ac.uk>
29997
29998         [From Emacs.]
29999
30000         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
30001         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
30002         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
30003         obsolete NLIST_NAME_UNION.
30004         [__GNU__]: Undef BSD and FSCALE.
30005         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
30006
30007 2003-08-03  Paul Eggert  <eggert@twinsun.com>
30008
30009         * lib/stdbool_.h (_Bool): Make it signed char, instead of
30010         an enum type, so that it's guaranteed to promote to int.  See:
30011         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
30012
30013 2003-08-03  Karl Berry  <karl@gnu.org>
30014
30015         * config/depcomp: update from automake.
30016
30017 2003-07-31  Paul Eggert  <eggert@twinsun.com>
30018
30019         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
30020         (strerror): Don't assume that a printable int fits in 14 bytes.
30021
30022 2003-07-31  Bruno Haible  <bruno@clisp.org>
30023
30024         * modules/getpass-gnu: New file.
30025         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
30026
30027 2003-07-31  Bruno Haible  <bruno@clisp.org>
30028
30029         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
30030
30031 2003-07-24  Karl Berry  <karl@gnu.org>
30032
30033         * config/missing: update from automake.
30034
30035 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
30036             Bruno Haible  <bruno@clisp.org>
30037
30038         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
30039         * lib/getline.c (getline, getdelim): Likewise.
30040         Remove _GNU_SOURCE define; now it's defined in config.h through
30041         m4/getline.m4.
30042
30043 2003-07-23  Karl Berry  <karl@gnu.org>
30044
30045         * config/config.sub: update from prep.
30046
30047 2003-07-22  Paul Eggert  <eggert@twinsun.com>
30048
30049         * modules/xalloc (Depends-on): Add exitfail.
30050         * modules/xmemcoll: Likewise.
30051
30052 2003-07-22  Paul Eggert  <eggert@twinsun.com>
30053
30054         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
30055         over-parenthesization in macros.
30056
30057         Sync with coreutils.
30058
30059         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
30060         required by C99.
30061
30062         Use `exit_failure' for xalloc and xmemcoll instead of their own
30063         private exit-failure variables.
30064         * lib/xalloc.h (xalloc_exit_failure): Remove.
30065         * lib/xmalloc.c: Likewise.  Include exitfail.h.
30066         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
30067         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
30068         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
30069         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
30070
30071 2003-07-20  Jim Meyering  <jim@meyering.net>
30072
30073         * modules/closeout (Depends-on): Add exitfail.
30074         Suggestion from Bruno Haible.
30075
30076 2003-07-19  Karl Berry  <karl@gnu.org>
30077
30078         * config/config.sub: update from prep.
30079
30080 2003-07-18  Paul Eggert  <eggert@twinsun.com>
30081
30082         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
30083         Remove.
30084         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
30085         to test that it can stand by itself.  Include "exitfail.h".
30086         Clients should set exit_failure instead.
30087         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
30088
30089 2003-07-18  Bruno Haible  <bruno@clisp.org>
30090
30091         * modules/getndelim2: New file.
30092         * modules/getline: Share files with module getndelim2.
30093         * modules/getnline: Depend on getndelim2 instead of sharing files with
30094         it. Add getnline.c to lib_SOURCES.
30095         * MODULES.html.sh (func_all_modules): Add getndelim2.
30096
30097 2003-07-18  Bruno Haible  <bruno@clisp.org>
30098
30099         * m4/getndelim2.m4: New file.
30100         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
30101         invoke gl_PREREQ_GETNDELIM2.
30102         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
30103         gl_PREREQ_GETNDELIM2.
30104         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
30105         gl_GETNDELIM2.
30106
30107 2003-07-18  Bruno Haible  <bruno@clisp.org>
30108
30109         * lib/getndelim2.h: New file.
30110         * lib/getndelim2.c: Make into a module of its own. Include config.h,
30111         getndelim2.h.
30112         (getndelim2): Make non-static. Change return type to ssize_t.
30113         * lib/getline.h: Change argument names.
30114         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
30115         * lib/getnline.c: Include getndelim2.h.
30116
30117 2003-07-18  Andreas Schwab  <schwab@suse.de>
30118
30119         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
30120
30121 2003-07-17  Karl Berry  <karl@gnu.org>
30122
30123         * config/config.sub: update from prep.
30124
30125 2003-07-17  Bruno Haible  <bruno@clisp.org>
30126
30127         * modules/getnline: New file.
30128         * modules/getline: Add lib/getndelim2.c to source file list.
30129         * MODULES.html.sh (func_all_modules): Add getnline.
30130
30131 2003-07-17  Bruno Haible  <bruno@clisp.org>
30132
30133         * m4/getnline.m4: New file.
30134
30135 2003-07-17  Bruno Haible  <bruno@clisp.org>
30136
30137         * m4/Makefile.am.in: Remove file.
30138         * m4/Makefile.am: Remove file.
30139         * m4/Makefile.in: Remove file.
30140
30141 2003-07-17  Bruno Haible  <bruno@clisp.org>
30142
30143         * lib/getnline.h: New file.
30144         * lib/getnline.c: New file.
30145         * lib/getndelim2.c: New file, extracted from getline.c.
30146         (getndelim2): Renamed from getdelim2, with added nmax argument.
30147         * lib/getline.c: Include getndelim2.c.
30148         (getdelim2): Moved out to getndelim2.c.
30149         (getline, getdelim): Update.
30150
30151 2003-07-17  Bruno Haible  <bruno@clisp.org>
30152
30153         * lib/Makefile.am: Remove file.
30154         * lib/Makefile.in: Remove file.
30155
30156 2003-07-17  Bruno Haible  <bruno@clisp.org>
30157
30158         * configure.in: Remove file.
30159         * Makefile.in: Remove file.
30160
30161 2003-07-17  Bruno Haible  <bruno@clisp.org>
30162
30163         * MODULES.html.sh: Put the </BODY> right before </HTML>.
30164
30165 2003-07-16  Karl Berry  <karl@gnu.org>
30166
30167         * config/srclist-update: was running fixlicense twice, which caused
30168                 texinfo.tex to be nullified for some reason.  Simplify,
30169                 $gplsrc is no longer needed as far as I can see?
30170
30171 2003-07-16  Jim Meyering  <jim@meyering.net>
30172
30173         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
30174
30175 2003-07-15  Paul Eggert  <eggert@twinsun.com>
30176
30177         * config/srclist.txt: Get the following files from gettext-runtime/intl
30178         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
30179         ref-del.sin.  From Bruno Haible.
30180         * config/srclist-update (fixfile): Change grep pattern again, since the
30181         previous fix didn't work (there was another trailing $).  Use
30182         '[$]' to escape the $s.
30183
30184 2003-07-15  Karl Berry  <karl@gnu.org>
30185
30186         * lib/vasnprintf.c: update from gettext.
30187
30188 2003-07-15  Karl Berry  <karl@gnu.org>
30189
30190         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
30191         gets expanded when surrounded by '$'.
30192
30193 2003-07-15  Jim Meyering  <jim@meyering.net>
30194
30195         * modules/save-cwd: Don't depend on error.  From Derek Price.
30196
30197 2003-07-15  Jim Meyering  <jim@meyering.net>
30198
30199         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
30200
30201 2003-07-14  Simon Josefsson  <jas@extundo.com>
30202
30203         * modules/mempcpy: New file.
30204         * MODULES.html.sh (func_all_modules): Add mempcpy.
30205
30206 2003-07-14  Simon Josefsson  <jas@extundo.com>
30207
30208         * m4/mempcpy.m4: New file.
30209
30210 2003-07-14  Simon Josefsson  <jas@extundo.com>
30211
30212         * lib/mempcpy.h: New file.
30213         * lib/mempcpy.c: New file.
30214
30215 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30216
30217         * modules/getdate, modules/posixtm: Depend on mktime.
30218
30219 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30220
30221         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
30222         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
30223         unicodeio.c, unicodeio.h, unlocked-io.h:
30224         Switch from LGPL to GPL.
30225
30226 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30227
30228         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
30229         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
30230         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
30231         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
30232         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
30233         updated automatically by ../config/srclist-update.  This changes
30234         their license from LPGL to GPL.
30235
30236 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30237
30238         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
30239         assumed to refer to the root of the most recent stable gettext version.
30240         * config/srclistvars.sh: Add defaults for eggert.
30241         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
30242         Match "This program" as well as "The program".  This is needed
30243         for gettext.
30244
30245 2003-07-14  Jim Meyering  <jim@meyering.net>
30246
30247         Don't emit diagnostics.  Let callers do that.
30248         * lib/save-cwd.c: Don't include "error.h".
30249         (save_cwd): Don't call error.  Ensure that errno is valid
30250         when returning nonzero.
30251
30252         * lib/save-cwd.h (restore_cwd): Update prototype.
30253         * lib/save-cwd.c (restore_cwd): Remove two parameters.
30254         Simplify.  Don't call error upon failure.  Let callers do that.
30255         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
30256         when auditing is enabled.  But don't bother updating the #if.
30257
30258 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
30259
30260         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
30261         it breaks C++ compilation.
30262         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
30263
30264 2003-07-10  Simon Josefsson  <jas@extundo.com>
30265
30266         * modules/strchrnul (Makefile.am): Add strchrnul.h.
30267
30268 2003-07-10  Jim Meyering  <jim@meyering.net>
30269
30270         * m4/clock_time.m4: Remove trailing blank.
30271         * m4/intmax_t.m4: Likewise.
30272
30273 2003-07-10  Jim Meyering  <jim@meyering.net>
30274
30275         * lib/vasnprintf.c: Remove trailing blanks.
30276         Make cpp indentation consistent.
30277
30278 2003-07-09  Paul Eggert  <eggert@twinsun.com>
30279
30280         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
30281         posixver.c, strftime.c, strnlen.c, strverscmp.c:
30282         Switch from LGPL to GPL.
30283
30284 2003-07-09  Paul Eggert  <eggert@twinsun.com>
30285
30286         * config/srclist.txt: Sort sublists.  Add
30287         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
30288         that differ from gnulib for one reason or another; we'd like this list
30289         to be smaller but for now let's document what we have.
30290
30291 2003-07-08  Paul Eggert  <eggert@twinsun.com>
30292
30293         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
30294         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
30295         and sweeter "eval x=$x".
30296         * config/srclist.txt: Get lib/argp* from glibc.
30297
30298 2003-07-07  Paul Eggert  <eggert@twinsun.com>
30299
30300         * lib/mktime.c: Fix some boundary cases and remove need for floating
30301         point.
30302
30303         Issue a compile-time diagnostic if time_t is floating point, or if
30304         two's complement arithmetic is not in effect, or if arithmetic
30305         right shift does not propagate the sign.  These assumptions were
30306         all in the original code but they weren't checked.
30307
30308         (TIME_T_MIDPOINT, verify): New macros.
30309         (__isleap): Remove; it has integer overflow problems.
30310         (leapyear): New function, without those problems.
30311         (ydhms_tm_diff): Remove; splitting into two parts.
30312         (ydhms_diff): New function, containing the arithmetic part of
30313         the old ydhms_tm_diff function.  Issue a compile-time
30314         diagnostic if we are not using C99 integer division.
30315         Avoid casts when possible.
30316         (guess_time_tm): New function, containing the checking part of
30317         the old ydhms_tm_diff function.  Return the new value, rather than
30318         the difference between it and the old.  Accept a new argument T
30319         so that *T specifies the old value.  Check for overflow in the result.
30320
30321         (__mktime_internal): Use a time_t offset, not a long int offset.
30322         This undoes the 2003-06-04 change, which is no longer needed now
30323         that we have better overflow checking.
30324         (localtime_offset): Likewise.
30325
30326         (__mktime_internal): Avoid harmful overflow on hosts where time_t
30327         and long are 64-bit but int is only 32-bit.
30328         (ydhms_diff): Use long int to store year1 and yday1.
30329         Issue a compile-time diagnostic if long int is not wide enough.
30330
30331         (__mktime_internal): Use long int to store adjusted year and yday.
30332         Use plain C rather than preprocessor commands, if that doesn't
30333         affect efficiency.
30334         Check for overflow (and try to repair) after each probe
30335         rather than checking only at the very end.  This avoids some bugs
30336         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
30337         does not equal GMT offset at maximum time).
30338         Use integer to check for overflow rather than floating point; this
30339         is more portable to non-IEEE hosts, and is a tad faster.
30340         When we detect that we are oscillating between two values,
30341         don't check whether tm_isdst has the requested value, since
30342         we already know the answer.  When tm_isdst has the wrong value,
30343         use a different heuristic to find the right one, based on the
30344         extreme values actually observed in practice in tz2003a,
30345         rather than the (overly optimistic) "previous 3 calendar quarters".
30346
30347         (not_equal_tm, print_tm, check_result): Use "const T" rather than
30348         "T const" to accommodate glibc style.
30349         (check_result): Use less-confusing report format.  "long" -> "long int.
30350         (main): Likewise.
30351         Don't loop if the iteration overflows time_t.
30352         Allow a negative step in the iteration.
30353
30354 2003-07-06  Karl Berry  <karl@gnu.org>
30355
30356         * config/depcomp: update from automake.
30357         * config/config.sub: update from prep.
30358
30359 2003-07-03  Karl Berry  <karl@gnu.org>
30360
30361         * config/config.guess: update from prep.
30362
30363 2003-07-01  Paul Eggert  <eggert@twinsun.com>
30364
30365         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
30366         xreadlink.c now includes it unconditionally.
30367
30368 2003-07-01  Paul Eggert  <eggert@twinsun.com>
30369
30370         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
30371         having it depend on HAVE_SYS_TYPES_H.
30372
30373 2003-07-01  Bruno Haible  <bruno@clisp.org>
30374
30375         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
30376         <sys/types.h> should be sufficient.
30377         Reported by Paul Eggert.
30378
30379 2003-06-26  Karl Berry  <karl@gnu.org>
30380
30381         * config/depcomp: update from automake.
30382
30383 2003-06-26  Bruno Haible  <bruno@clisp.org>
30384
30385         * modules/human: Depend on module stdbool.
30386
30387 2003-06-25  Bruno Haible  <bruno@clisp.org>
30388
30389         * modules/readlink: New file.
30390         * modules/xreadlink: Depend on it.
30391         * MODULES.html.sh (func_all_modules): Add readlink.
30392
30393 2003-06-25  Bruno Haible  <bruno@clisp.org>
30394
30395         * m4/readlink.m4: New file.
30396
30397 2003-06-25  Bruno Haible  <bruno@clisp.org>
30398
30399         * lib/readlink.c: New file.
30400
30401 2003-06-22  Karl Berry  <karl@gnu.org>
30402
30403         * config/srclist.txt: update mkinstalldirs from automake.
30404         * config/mkinstalldirs: update.
30405
30406 2003-06-22  Bruno Haible  <bruno@clisp.org>
30407
30408         Portability to mingw32.
30409         * m4/ssize_t.m4: New file, from GNU gettext.
30410         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
30411         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
30412
30413 2003-06-22  Bruno Haible  <bruno@clisp.org>
30414
30415         * modules/safe-read: Add m4/ssize_t.m4.
30416         * modules/xreadlink: Add m4/ssize_t.m4.
30417
30418 2003-06-20  Bruno Haible  <bruno@clisp.org>
30419
30420         Assume C89, so PARAMS isn't needed.
30421         * lib/unicodeio.h (PARAMS): Remove.
30422         * lib/unicodeio.c: Don't use PARAMS.
30423
30424 2003-06-18  Karl Berry  <karl@gnu.org>
30425
30426         * config/config.{guess,sub}: update from prep.
30427
30428 2003-06-18  Jim Meyering  <jim@meyering.net>
30429
30430         Merge changes from coreutils.
30431         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
30432         Remove explicit declarations of xmalloc and realloc.
30433         Include xalloc.h.
30434         (read_utmp): Remove anachronistic cast of xmalloc.
30435
30436 2003-06-17  Paul Eggert  <eggert@twinsun.com>
30437
30438         Assume C89, so PARAMS isn't needed.
30439         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
30440         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
30441         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
30442         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
30443         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
30444         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
30445         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
30446         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
30447         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
30448         lib/xstrtod.h, lib/xstrtol.h: Likewise.
30449         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
30450         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
30451         no longer needed. Anyway, config.h should always be included before any
30452         other file.
30453
30454 2003-06-11  Simon Josefsson  <jas@extundo.com>
30455
30456         * modules/sysexits: New file.
30457         * MODULES.html.sh (func_all_modules): Add sysexits.
30458
30459 2003-06-11  Simon Josefsson  <jas@extundo.com>
30460
30461         * lib/sysexit_.h: New file.
30462
30463 2003-06-11  Derek Price  <derek@ximbiot.com>
30464
30465         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
30466         necessary.
30467
30468 2003-06-11  Bruno Haible  <bruno@clisp.org>
30469
30470         * m4/sysexits.m4: New file.
30471
30472 2003-06-10  Simon Josefsson  <jas@extundo.com>
30473
30474         * lib/argp.h: New file, from glibc.
30475         * lib/argp-ba.c: New file, from glibc.
30476         * lib/argp-eexst.c: New file, from glibc.
30477         * lib/argp-fmtstream.c: New file, from glibc.
30478         * lib/argp-fmtstream.h: New file, from glibc.
30479         * lib/argp-fs-xinl.c: New file, from glibc.
30480         * lib/argp-help.c: New file, from glibc.
30481         * lib/argp-namefrob.h: New file, from glibc.
30482         * lib/argp-parse.c: New file, from glibc.
30483         * lib/argp-pv.c: New file, from glibc.
30484         * lib/argp-pvh.c: New file, from glibc.
30485         * lib/argp-xinl.c: New file, from glibc.
30486
30487 2003-06-10  Simon Josefsson  <jas@extundo.com>
30488
30489         * modules/strchrnul: New file.
30490
30491 2003-06-10  Simon Josefsson  <jas@extundo.com>
30492
30493         * modules/argp: New file.
30494
30495 2003-06-10  Simon Josefsson  <jas@extundo.com>
30496
30497         * m4/strchrnul.m4: New file.
30498
30499 2003-06-10  Simon Josefsson  <jas@extundo.com>
30500
30501         * lib/strchrnul.h: New file.
30502         * lib/strchrnul.c: New file.
30503
30504 2003-06-10  Bruno Haible  <bruno@clisp.org>
30505
30506         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
30507
30508 2003-06-07  Karl Berry  <karl@gnu.org>
30509
30510         * config/config.{guess,sub}: update from prep.
30511
30512 2003-06-07  Jim Meyering  <jim@meyering.net>
30513
30514         * modules/strtod: Use $(...) notation, not @...@ for
30515         AC_REPLACE'd variables.
30516         * modules/localcharset: Likewise.
30517
30518 2003-06-07  Jim Meyering  <jim@meyering.net>
30519
30520         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
30521         in place of my name in the copyright comment.
30522         Remove definition and uses of __P.
30523
30524         From coreutils.
30525         * lib/stat.c: Don't declare xmalloc explicitly.
30526         Instead, include "xalloc.h".
30527         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
30528         xrealloc, and xcalloc return values.
30529         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
30530         Improve comment.
30531         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
30532
30533 2003-06-07  Bruno Haible  <bruno@clisp.org>
30534
30535         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
30536         avoid AC_CONFIG_LINKS.
30537         * modules/fnmatch (Makefile.am): Use explicit creation rule for
30538         fnmatch.h, to avoid AC_CONFIG_LINKS.
30539         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
30540
30541 2003-06-07  Bruno Haible  <bruno@clisp.org>
30542
30543         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
30544         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
30545         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
30546         directory.
30547         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
30548         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
30549         directory.
30550
30551 2003-06-06  Jim Meyering  <jim@meyering.net>
30552
30553         Merge from coreutils.
30554         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
30555         Consolidate declarations and initializations of *_base* locals.
30556
30557         Merge from coreutils.
30558         This avoids a core dump on systems without GNU putenv,
30559         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
30560         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
30561         (unsetenv): New static function, from GNU libc.
30562         (rpl_putenv): Use it.
30563
30564         * lib/modechange.c: Remove trailing blanks.
30565
30566         Merge from coreutils.
30567         * lib/fsusage.c: Remove declaration of statfs.
30568         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
30569
30570         * lib/posixtm.c: Include <stdbool.h> unconditionally.
30571
30572 2003-06-06  Jim Meyering  <jim@meyering.net>
30573
30574         * lib/stdbool_.h: Renamed from stdbool.h.in.
30575
30576 2003-06-06  Jim Meyering  <jim@meyering.net>
30577             Bruno Haible  <bruno@clisp.org>
30578
30579         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
30580         Adjust Makefile.am snippet not to redirect directly to target.
30581         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
30582
30583 2003-06-05  Paul Eggert  <eggert@twinsun.com>
30584
30585         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
30586         mismatch, look in future quarters as well as past.  This fixes a
30587         bug when processing fall-backwards gaps immediately after a long
30588         period of daylight-saving time.
30589
30590         * lib/mktime.c: Assume freestanding C89 or better.
30591         (HAVE_LIMITS_H): Remove.  Assume it's 1.
30592         (__P): Remove; not used.
30593         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
30594         (mktime, not_equal_tm, print_tm, check_result,
30595         main): Use prototypes.  Use const * where appropriate.
30596         (main): Fix typo in testing code that uncovered by above changes.
30597         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
30598
30599 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30600
30601         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
30602         locale.h, localeconv.  This merges changes from coreutils.
30603
30604         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
30605         It can be removed after the next Autoconf is released.
30606         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
30607         needed.
30608
30609 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30610
30611         * lib/mktime.c: Fix Debian bug 177940
30612         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
30613         (localtime_offset): Now long int, not time_t, because we want it
30614         to be guaranteed to be signed.  All uses changed.
30615         (__mktime_internal): If overflow would occur when adding offset,
30616         don't add it.
30617
30618         Merge 'human' changes from coreutils.  Rewrite to support
30619         locale-specific notations like thousands separators.
30620         * lib/human.c: Simplify authorship notice.
30621         Include human.h immediately after config.h.
30622         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
30623         <limits.h>: Do not include, since human.h does.
30624         (SIZE_MAX, UINTMAX_MAX): New macros.
30625         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
30626         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
30627         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
30628         (power_letter): Renamed from suffixes.
30629         (generate_suffix_backwards): Remove.
30630         (adjust_value): Now takes int style (because of human.h changes)
30631         and long double value (for greater precision on some platforms).
30632         (group_number): New function.
30633         (human_readable): Use it.  Use integer options, not enum.
30634         Put the options before the sizes in the arg list.
30635         Support all the new options.
30636         The old human_readable function has been removed;
30637         use inttostr.h instead.
30638         (human_readable, default_block_size, humblock):
30639         Use uintmax_t, not int, for block sizes.
30640         (human_readable_inexact, block_size_types): Remove.
30641         (block_size_opts): New constant.
30642         (human_options): Renamed from human_block_size, with new signature
30643         that allows block sizes up to UINTMAX_MAX.  All callers changed.
30644         * lib/human.h: Add copyright and authorship notice.
30645         Include <limits.h> and <stdbool.h> unconditionally.
30646         (PARAMS): Remove.  All uses removed.
30647         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
30648         (enum human_inexact_style): Remove tag; now a nameless enum.
30649         (human_floor, human_ceiling, human_round_to_even): Now have
30650         values 2, 0, 1 rather than -1, 1, 0.
30651         (human_group_digits, human_suppress_point_zero, human_autoscale,
30652         human_base_1024, human_SI, human_B): New constants.
30653         (human_readable_inexact, human_block_size): Remove.
30654         (human_readable): Size args are now uintmax_t, not int.
30655         (human_options): New decl.
30656
30657         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
30658         unnecessary now that we assume C89 or better.  This change
30659         imported from coreutils.
30660
30661         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
30662         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
30663         in the 2003-05-30 sync from glibc.
30664
30665         .h files should stand alone, but we shouldn't include <sys/types.h>
30666         if we can get away with just <stddef.h>.
30667
30668         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
30669         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
30670         rather than <sys/types.h>, as we merely need size_t.
30671         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
30672         to get size_t.
30673         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
30674         Include <stdio.h>, to get FILE.
30675         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
30676         memcasecmp.h has included <stddef.h> and all we need is size_t.
30677         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
30678         our interface, instead of including <sys/types.h>
30679
30680 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30681
30682         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
30683         now, as glibc mktime is buggy on non-glibc systems.
30684
30685 2003-06-03  Karl Berry  <karl@gnu.org>
30686
30687         * config/config.sub: update from prep.
30688
30689 2003-06-02  Paul Eggert  <eggert@twinsun.com>
30690
30691         [from coreutils]
30692         Fix some minor time-related bugs with POSIX time arguments.
30693         Some valid time stamps were being rejected (notably -1, and
30694         time stamps before 1900 on 64-bit hosts).  And some invalid
30695         time stamps were being accepted, e.g. September 31.
30696
30697         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
30698         that we can return (time_t) -1 successfully.
30699         * lib/posixtm.c: Likewise.
30700         [HAVE_STDBOOL_H]: Include <stdbool.h>.
30701         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
30702         (t): Remove static var.
30703         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
30704         of static var.  All uses changed.
30705         (year): Do not reject years before 1900; they can occur with
30706         64-bit time_t.
30707         (posix_time_parse): Do not check for out-of-range components;
30708         that is now the caller's responsibility, since our checks were
30709         only approximations.
30710         (posixtime): Use mktime to check for out-of-range components,
30711         since it knows them exactly.
30712         If mktime returns (time_t) -1, check whether an error actually occurred
30713         by invoking localtime on -1.
30714         (main) [TEST_POSIXTIME]: Check for input data errors, and report
30715         posixtime failures better.
30716         Improve the test data (in comments only).
30717
30718 2003-06-02  Karl Berry  <karl@gnu.org>
30719
30720         * config/mkinstalldirs (version): new variable.
30721         (--version): new option.
30722         (usage): improve message.
30723
30724 2003-05-30  Karl Berry  <karl@gnu.org>
30725
30726         * lib/mktime.c: update from libc.
30727
30728 2003-05-30  Bruno Haible  <bruno@clisp.org>
30729
30730         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
30731         * config/config.rpath: Upgrade to gettext-0.12.1.
30732
30733 2003-05-30  Bruno Haible  <bruno@clisp.org>
30734
30735         * m4/gettext.m4: Upgrade to gettext-0.12.1.
30736         * m4/nls.m4: New file, from gettext-0.12.1.
30737         * m4/po.m4: New file, from gettext-0.12.1.
30738         * m4/progtest.m4: Upgrade to gettext-0.12.1.
30739
30740 2003-05-30  Bruno Haible  <bruno@clisp.org>
30741
30742         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
30743         * lib/localcharset.h: Likewise.
30744         * lib/localcharset.c: Likewise.
30745
30746 2003-05-29  Karl Berry  <karl@gnu.org>
30747
30748         * config/config.rpath: update from gettext.
30749
30750 2003-05-28  Paul Eggert  <eggert@twinsun.com>
30751
30752         Assume the headers required for C89 freestanding compilers.
30753         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
30754         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
30755         * m4/human.m4 (gl_HUMAN): Likewise.
30756         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
30757         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
30758         * m4/userspec.m4 (gl_USERSPEC): Likewise.
30759         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
30760         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30761         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
30762
30763 2003-05-28  Paul Eggert  <eggert@twinsun.com>
30764
30765         Assume the headers required for C89 freestanding compilers.
30766         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
30767         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
30768         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
30769         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
30770         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
30771         define, since <limits.h> is guaranteed to do that.
30772         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
30773         * lib/exclude.c: Include <stdbool.h> unconditionally.
30774         * lib/tempname.c: Include <stddef.h> unconditionally.
30775         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
30776         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
30777         <stddef.h> does that.
30778         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
30779         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
30780         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
30781         needed.
30782         * lib/xstrtol.c: Likewise.
30783         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
30784         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
30785
30786         * lib/addext.c (addext): Use assignment rather than cast, to avoid
30787         warnings on some platforms.
30788
30789         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
30790         arbitrarily.
30791
30792 2003-05-26  Jim Meyering  <jim@meyering.net>
30793
30794         Merge in a change from coreutils:
30795         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
30796         that is guaranteed to be `no'.  Use `no_such_member' to indicate
30797         that condition, rather than `-1' which is slightly misleading.
30798         Change the name of the cache variable to have the gl_ prefix.
30799         Prompted by a patch from Richard Dawe for DJGPP.
30800
30801 2003-05-24  Karl Berry  <karl@gnu.org>
30802
30803         * config/config.guess: update from prep.
30804
30805 2003-05-22  Karl Berry  <karl@gnu.org>
30806
30807         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
30808
30809 2003-05-20  Karl Berry  <karl@gnu.org>
30810
30811         * config/config.guess: update from prep.
30812
30813 2003-05-18  Karl Berry  <karl@gnu.org>
30814
30815         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
30816         might actually be set by the user.
30817
30818         * config/depcomp, install-sh, mdate-sh: update from automake.
30819
30820 2003-05-17  Bruno Haible  <bruno@clisp.org>
30821
30822         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
30823         invalid expansion for AC_EGREP_CPP.
30824         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
30825         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
30826         Suggested by Akim Demaille <akim@epita.fr> in
30827         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
30828
30829 2003-05-12  Jim Meyering  <jim@meyering.net>
30830
30831         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
30832         the space-padded-by-default conversion specifiers, %e, %k, %l.
30833
30834 2003-05-12  Bruno Haible  <bruno@clisp.org>
30835
30836         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
30837         the string is longer than 4 KB.
30838
30839 2003-05-11  Karl Berry  <karl@gnu.org>
30840
30841         * config/config.{guess,sub}: update from prep.
30842
30843 2003-05-09  Bruno Haible  <bruno@clisp.org>
30844
30845         * modules/error: Add m4/strerror_r.m4 to file list.
30846
30847 2003-05-03  Bruno Haible  <bruno@clisp.org>
30848
30849         Upgrade to Unicode-4.0.
30850         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
30851         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
30852         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
30853         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
30854         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
30855         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
30856         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
30857         Change width of U+E0100..U+E01EF from 1 to 0.
30858
30859 2003-04-25  Jim Meyering  <jim@meyering.net>
30860
30861         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
30862         of type size_t, not int.
30863
30864 2003-04-25  Bruno Haible  <bruno@clisp.org>
30865
30866         * lib/copy-file.c: Include <stddef.h>, for size_t.
30867
30868 2003-04-21  Paul Eggert  <eggert@twinsun.com>
30869
30870         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
30871         code which expansion is under static control.  Patch imported from
30872         Akim Demaille's patch to Bison; see
30873         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
30874
30875 2003-04-14  Bruno Haible  <bruno@clisp.org>
30876
30877         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
30878
30879 2003-04-11  Jim Meyering  <jim@meyering.net>
30880
30881         Merge changes from Coreutils.
30882
30883         2003-03-22  Jim Meyering  <jim@meyering.net>
30884
30885         * lib/strftime.c (widen): Cast alloca return value to proper type.
30886
30887         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
30888
30889         From GNU libc.
30890         * lib/strftime.c (my_strftime): Handle very large width
30891         specifications for numeric values correctly.  Improve checks for
30892         overflow.
30893
30894         2003-01-19  Jim Meyering  <jim@meyering.net>
30895
30896         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
30897         definitions.
30898         (nl_get_alt_digit) [! defined my_strftime]: Define.
30899         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
30900         _nl_get_alt_digit and _nl_get_walt_digit.
30901
30902         * lib/strftime.c (my_strftime): Merge in locale-related changes from
30903         libc. These changes have no effect outside of _LIBC.
30904
30905 2003-04-10  Bruno Haible  <bruno@clisp.org>
30906
30907         * modules/findprog: New file.
30908         * MODULES.html.sh (func_all_modules): Add it.
30909
30910 2003-04-10  Bruno Haible  <bruno@clisp.org>
30911
30912         * m4/findprog.m4: New file.
30913         * m4/eaccess.m4: New file.
30914
30915 2003-04-10  Bruno Haible  <bruno@clisp.org>
30916
30917         * lib/findprog.h: New file, from GNU gettext.
30918         * lib/findprog.c: New file, from GNU gettext.
30919
30920 2003-04-05  Jim Meyering  <jim@meyering.net>
30921
30922         Merge changes from Coreutils.
30923
30924         * lib/exclude.h (PARAMS): Remove definition and uses.
30925         * lib/exclude.c: Remove uses of `PARAMS'.
30926
30927         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
30928         Add test-cases for DOS filenames. Declare program_name.
30929         (main): Set up program_name.  Patch by Rich Dawe.
30930
30931         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
30932         error from mntctl.
30933         Use mntctl's return value to drive the entry-processing loop, since
30934         we can't rely on the value of the vmt_length member in the last
30935         entry.  On some systems doing so could result in exhausting
30936         virtual memory.  Based in part on a patch from Mike Jetzer.
30937
30938 2003-04-04  Bruno Haible  <bruno@clisp.org>
30939
30940         * modules/linebreak: New file.
30941         * MODULES.html.sh (func_all_modules): Add it.
30942
30943 2003-04-04  Bruno Haible  <bruno@clisp.org>
30944
30945         * m4/linebreak.m4: New file.
30946
30947 2003-04-04  Bruno Haible  <bruno@clisp.org>
30948
30949         * lib/linebreak.h: New file, from GNU gettext.
30950         * lib/linebreak.c: New file, from GNU gettext with slight
30951         modifications.
30952         * lib/lbrkprop.h: New file, from GNU gettext.
30953
30954 2003-04-03  Bruno Haible  <bruno@clisp.org>
30955
30956         * modules/utf8-ucs4: New file.
30957         * modules/utf16-ucs4: New file.
30958         * modules/ucs4-utf8: New file.
30959         * modules/ucs4-utf16: New file.
30960         * MODULES.html.sh (func_all_modules): Add them.
30961
30962 2003-04-03  Bruno Haible  <bruno@clisp.org>
30963
30964         * m4/utf-ucs4.m4: New file.
30965         * m4/ucs4-utf.m4: New file.
30966
30967 2003-04-03  Bruno Haible  <bruno@clisp.org>
30968
30969         * lib/utf8-ucs4.h: New file, from GNU gettext.
30970         * lib/utf16-ucs4.h: New file, from GNU gettext.
30971         * lib/ucs4-utf8.h: New file, from GNU gettext.
30972         * lib/ucs4-utf16.h: New file, from GNU gettext.
30973
30974 2003-04-02  Bruno Haible  <bruno@clisp.org>
30975
30976         * modules/binary-io: New file.
30977         * MODULES.html.sh (func_all_modules): Add it.
30978
30979 2003-04-02  Bruno Haible  <bruno@clisp.org>
30980
30981         * lib/binary-io.h: New file, from GNU gettext.
30982
30983 2003-04-01  Bruno Haible  <bruno@clisp.org>
30984
30985         * modules/pathname: New file.
30986         * MODULES.html.sh (func_all_modules): Add it.
30987
30988 2003-04-01  Bruno Haible  <bruno@clisp.org>
30989
30990         * lib/pathname.h: New file, from GNU gettext.
30991         * lib/concatpath.c: New file, from GNU gettext.
30992
30993 2003-03-30  Bruno Haible  <bruno@clisp.org>
30994
30995         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
30996
30997 2003-03-30  Bruno Haible  <bruno@clisp.org>
30998
30999         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
31000         function chown() doesn't exist.
31001
31002 2003-03-28  Bruno Haible  <bruno@clisp.org>
31003
31004         * modules/copy-file: New file.
31005         * MODULES.html.sh (func_all_modules): Add it.
31006
31007 2003-03-28  Bruno Haible  <bruno@clisp.org>
31008
31009         * m4/copy-file.m4: New file.
31010
31011 2003-03-28  Bruno Haible  <bruno@clisp.org>
31012
31013         * lib/copy-file.h: New file, from GNU gettext.
31014         * lib/copy-file.c: New file, from GNU gettext.
31015
31016 2003-03-18  Jim Meyering  <jim@meyering.net>
31017
31018         * lib/quote.c (quote_n): Fix typo in comment.
31019
31020 2003-03-18  Bruno Haible  <bruno@clisp.org>
31021
31022         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
31023         checking.
31024         * m4/onceonly_2_57.m4: Likewise.
31025
31026 2003-03-17  Bruno Haible  <bruno@clisp.org>
31027
31028         * m4/onceonly.m4: Require autoconf 2.54 or newer.
31029         (m4_quote): Remove macro.
31030         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
31031
31032 2003-03-14  Jim Meyering  <jim@meyering.net>
31033
31034         Merge changes from Coreutils.
31035         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
31036         to be const, in order to avoid warnings.
31037         (obstack_room): Likewise.
31038         (obstack_empty_p): Likewise.
31039
31040 2003-03-14  Bruno Haible  <bruno@clisp.org>
31041
31042         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
31043         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
31044
31045 2003-03-13  Paul Eggert  <eggert@twinsun.com>
31046
31047         Merge changes from Bison.
31048         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
31049         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
31050         when compiling Bison 1.875's `bitset bset = obstack_alloc
31051         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
31052         * lib/hash.c: Include <stdbool.h> unconditionally.
31053
31054 2003-03-13  Paul Eggert  <eggert@twinsun.com>
31055
31056         * m4/onceonly.m4 (m4_quote): New macro.
31057         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
31058         Quote AC_FOREACH variable-expansions properly.
31059
31060 2003-03-13  Paul Eggert  <eggert@twinsun.com>
31061
31062         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
31063
31064 2003-03-09  Paul Eggert  <eggert@twinsun.com>
31065
31066         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
31067         Reported by Bruce Becker; see:
31068         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
31069
31070 2003-03-03  Paul Eggert  <eggert@twinsun.com>
31071             Bruno Haible  <bruno@clisp.org>
31072
31073         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
31074         Reported by John Hughes, see
31075         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
31076
31077 2003-02-20  Bruno Haible  <bruno@clisp.org>
31078
31079         * MODULES.html.sh (func_all_modules): Add poll.
31080
31081 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
31082
31083         * modules/poll: New file.
31084
31085 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
31086
31087         * lib/poll_.h: New file.
31088         * lib/poll.c: New file.
31089
31090 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
31091
31092         * m4/poll.m4: New file.
31093
31094 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
31095
31096         * modules/mathl: New file.
31097
31098 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
31099
31100         * lib/mathl.h: New file.
31101         * lib/acosl.c: New file.
31102         * lib/asinl.c: New file.
31103         * lib/atanl.c: New file.
31104         * lib/ceill.c: New file.
31105         * lib/cosl.c: New file.
31106         * lib/expl.c: New file.
31107         * lib/floorl.c: New file.
31108         * lib/frexpl.c: New file.
31109         * lib/ldexpl.c: New file.
31110         * lib/logl.c: New file.
31111         * lib/sincosl.c: New file.
31112         * lib/sinl.c: New file.
31113         * lib/sqrtl.c: New file.
31114         * lib/tanl.c: New file.
31115         * lib/trigl.c: New file.
31116         * lib/trigl.h: New file.
31117
31118 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
31119
31120         * m4/mathl.m4: New file.
31121
31122 2003-02-18  Bruno Haible  <bruno@clisp.org>
31123
31124         * MODULES.html.sh (func_all_modules): Add mathl.
31125
31126 2003-02-17  Bruno Haible  <bruno@clisp.org>
31127
31128         * modules/mkdtemp: New module.
31129         * MODULES.html.sh (func_all_modules): Add it.
31130
31131 2003-02-17  Bruno Haible  <bruno@clisp.org>
31132
31133         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
31134
31135 2003-02-17  Bruno Haible  <bruno@clisp.org>
31136
31137         * lib/mkdtemp.h: New file, from GNU gettext.
31138         * lib/mkdtemp.c: New file, from GNU gettext.
31139
31140 2003-02-02  Jim Meyering  <jim@meyering.net>
31141
31142         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
31143         e.g. glibc-2.2.93.
31144
31145 2003-01-31  Bruno Haible  <bruno@clisp.org>
31146
31147         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
31148         'rpl_rename'.
31149         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
31150         'rpl_strnlen'.
31151         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
31152         'rpl_strtod'.
31153         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
31154         'rpl_utime'.
31155
31156 2003-01-31  Bruno Haible  <bruno@clisp.org>
31157
31158         * lib/rename.c: #undef rename before defining rpl_rename.
31159         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
31160
31161 2003-01-30  Bruno Haible  <bruno@clisp.org>
31162
31163         * modules/vasnprintf, modules/vasprintf: New modules.
31164         * MODULES.html.sh (func_all_modules): Add them.
31165
31166 2003-01-30  Bruno Haible  <bruno@clisp.org>
31167
31168         * m4/signed.m4: New file, from GNU gettext.
31169         * m4/longdouble.m4: New file, from GNU gettext.
31170         * m4/wchar_t.m4: New file, from GNU gettext.
31171         * m4/wint_t.m4: New file, from GNU gettext.
31172         * m4/vasnprintf.m4: New file.
31173         * m4/vasprintf.m4: New file.
31174
31175 2003-01-30  Bruno Haible  <bruno@clisp.org>
31176
31177         * lib/printf-args.h: New file, from GNU gettext.
31178         * lib/printf-args.c: New file, from GNU gettext.
31179         * lib/printf-parse.h: New file, from GNU gettext.
31180         * lib/printf-parse.c: New file, from GNU gettext.
31181         * lib/vasnprintf.h: New file, from GNU gettext.
31182         * lib/vasnprintf.c: New file, from GNU gettext.
31183         * lib/asnprintf.c: New file, from GNU gettext.
31184         * lib/vasprintf.h: New file, from GNU gettext with modifications.
31185         * lib/vasprintf.c: New file, from GNU gettext.
31186         * lib/asprintf.c: New file, from GNU gettext.
31187
31188 2003-01-29  Bruno Haible  <bruno@clisp.org>
31189
31190         * modules/stpncpy: New module.
31191         * MODULES.html.sh (func_all_modules): Add it.
31192
31193 2003-01-29  Bruno Haible  <bruno@clisp.org>
31194
31195         * m4/stpncpy.m4: New file.
31196
31197 2003-01-29  Bruno Haible  <bruno@clisp.org>
31198
31199         * lib/stpncpy.h: New file, from GNU gettext with modifications.
31200         * lib/stpncpy.c: New file, from GNU gettext with modifications.
31201
31202 2003-01-28  Bruno Haible  <bruno@clisp.org>
31203
31204         * modules/c-ctype: New module.
31205         * MODULES.html.sh (func_all_modules): Add it.
31206
31207 2003-01-28  Bruno Haible  <bruno@clisp.org>
31208
31209         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
31210         Paul Eggert.
31211         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
31212         Paul Eggert.
31213
31214 2003-01-27  Bruno Haible  <bruno@clisp.org>
31215
31216         * modules/xsetenv: New module.
31217         * MODULES.html.sh (func_all_modules): Add it.
31218
31219 2003-01-27  Bruno Haible  <bruno@clisp.org>
31220
31221         * lib/xsetenv.h: New file, from GNU gettext.
31222         * lib/xsetenv.c: New file, from GNU gettext.
31223
31224 2003-01-23  Jim Meyering  <jim@meyering.net>
31225
31226         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
31227         from working on systems without dirfd (at least Irix and OSF1/Tru64).
31228
31229 2003-01-23  Bruno Haible  <bruno@clisp.org>
31230
31231         * modules/minmax: New module.
31232         * MODULES.html.sh (func_all_modules): Add it.
31233
31234 2003-01-23  Bruno Haible  <bruno@clisp.org>
31235
31236         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
31237         Eggert.
31238
31239 2003-01-22  Bruno Haible  <bruno@clisp.org>
31240
31241         * modules/exit: New module.
31242         * MODULES.html.sh (func_all_modules): Add it.
31243
31244 2003-01-22  Bruno Haible  <bruno@clisp.org>
31245
31246         * lib/exit.h: New file, from GNU gettext.
31247
31248 2003-01-19  Bruno Haible  <bruno@clisp.org>
31249
31250         * gnulib-tool: Recognize option --extract-maintainer.
31251         (func_get_maintainer): New function.
31252         * modules/*: Add Maintainer entry.
31253
31254 2003-01-16  Jim Meyering  <jim@meyering.net>
31255
31256         * m4/regex.m4: The `regex' struct is both input and output.
31257         Initialize it before each use.  Patch by Tim Waugh.
31258
31259 2003-01-16  Bruno Haible  <bruno@clisp.org>
31260
31261         * MODULES.html.sh: Add a table of contents. Add the module name as
31262         leftmost column. Add hyperlinks.
31263
31264 2003-01-15  Bruno Haible  <bruno@clisp.org>
31265
31266         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
31267
31268 2003-01-15  Bruno Haible  <bruno@clisp.org>
31269
31270         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
31271         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
31272         suffix.
31273
31274 2003-01-15  Bruno Haible  <bruno@clisp.org>
31275
31276         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
31277
31278 2003-01-15  Bruno Haible  <bruno@clisp.org>
31279
31280         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
31281         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
31282
31283 2003-01-14  Jim Meyering  <jim@meyering.net>
31284
31285         * lib/same.c (same_name): Tweak a comment.
31286
31287 2003-01-14  Bruno Haible  <bruno@clisp.org>
31288
31289         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
31290         when a string comparison is sufficient.
31291
31292 2003-01-14  Bruno Haible  <bruno@clisp.org>
31293
31294         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
31295         'unsigned int'.
31296
31297 2003-01-14  Bruno Haible  <bruno@clisp.org>
31298
31299         * lib/hash-pjw.c: Add comment about low quality of this function.
31300
31301 2003-01-13  Bruno Haible  <bruno@clisp.org>
31302
31303         * modules/stpcpy: Distribute lib/stpcpy.h.
31304         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
31305
31306 2003-01-13  Bruno Haible  <bruno@clisp.org>
31307
31308         * modules/*: Add a description.
31309         * modules/strpbrk: Fix Makefile.am snippet.
31310         * modules/strtoimax: Fix dependencies.
31311         * modules/strtoumax: Likewise.
31312
31313 2003-01-13  Bruno Haible  <bruno@clisp.org>
31314
31315         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
31316         * modules/alloca (Makefile.am): All object files depend on alloca.h.
31317         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
31318
31319 2003-01-13  Bruno Haible  <bruno@clisp.org>
31320
31321         * gnulib-tool (func_create_testdir): Store config/* files in the main
31322         directory.
31323         * config.rpath: Move to ...
31324         * config/config.rpath: ... here.
31325         * modules/gettext: Contains config/config.rpath, not config.rpath.
31326         * modules/iconv: Likewise.
31327
31328 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31329
31330         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31331         to avoid collisions with libcurses and libreadline.
31332
31333         * m4/getstr.m4: Remove.
31334         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
31335
31336 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31337
31338         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31339         to avoid collisions with libcurses and libreadline.
31340
31341         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
31342         * lib/getstr.h, getstr.c: Remove.
31343         * lib/getline.c: Include "getline.h", to check interface.
31344         Move body of old getstr.c here: this defines MIN_CHUNK and
31345         declares getdelim2, which is renamed from getstr.
31346         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
31347
31348         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
31349         All uses changed.
31350         * lib/linebuffer.h: Likewise.
31351         (readline): Remove backward-compatibility macro.
31352
31353 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31354
31355         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31356         to avoid collisions with libcurses and libreadline.
31357         * getstr: Remove.
31358         * MODULES.html.sh: Remove getstr.
31359         * modules/getline: Depend on unlocked-io, not getstr.
31360
31361 2003-01-12  Jim Meyering  <jim@meyering.net>
31362
31363         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
31364
31365 2003-01-10  Bruno Haible  <bruno@clisp.org>
31366
31367         * modules/alloca: Change Makefile.am requirements. Simplify Include
31368         requirements. Add lib/alloca_.h to file list.
31369
31370 2003-01-10  Bruno Haible  <bruno@clisp.org>
31371
31372         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
31373
31374 2003-01-10  Bruno Haible  <bruno@clisp.org>
31375
31376         * lib/alloca_.h: New file.
31377         * lib/getdate.y: Unconditionally include alloca.h.
31378         * lib/makepath.c: Likewise.
31379         * lib/setenv.c: Likewise.
31380         * lib/userspec.c: Likewise.
31381
31382 2003-01-09  Karl Berry  <karl@gnu.org>
31383
31384         * MODULES.html.sh: include `dirname $0` in PATH, to find
31385         gnulib-tool.
31386
31387 2003-01-09  Bruno Haible  <bruno@clisp.org>
31388
31389         * modules/stdbool: Change configure.ac, Makefile.am requirements.
31390         Simplify Include requirements. Add lib/stdbool.h.in to file list.
31391
31392 2003-01-09  Bruno Haible  <bruno@clisp.org>
31393
31394         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
31395
31396 2003-01-09  Bruno Haible  <bruno@clisp.org>
31397
31398         * lib/stdbool.h.in: New file.
31399
31400 2003-01-09  Bruno Haible  <bruno@clisp.org>
31401
31402         * gnulib-tool (func_all_modules): Ignore files ending in ~.
31403         * MODULES.html.sh: Likewise.
31404
31405 2003-01-08  Jim Meyering  <jim@meyering.net>
31406
31407         * lib/full-write.c: Undefine and define-away `const' after inclusion
31408         of errno.h, not before.  Suggestion from Bruno Haible.
31409
31410 2003-01-08  Bruno Haible  <bruno@clisp.org>
31411
31412         * modules/full-read: Depend on full-write.
31413
31414 2003-01-08  Bruno Haible  <bruno@clisp.org>
31415
31416         * lib/safe-read.c: Include specification header first, to ensure its
31417         selfcontainedness.
31418         * lib/full-write.c: Likewise.
31419
31420 2003-01-07  Jim Meyering  <jim@meyering.net>
31421
31422         * lib/full-write.c: Rework so that it may serve to define full_read,
31423         too.
31424         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
31425
31426 2003-01-07  Bruno Haible  <bruno@clisp.org>
31427
31428         * lib/strtoimax.c: Include <stdint.h> as an alternative to
31429         <inttypes.h>.
31430         * lib/xstrtol.h: Likewise.
31431         * lib/xstrtoimax.c: Likewise.
31432         * lib/xstrtoumax.c: Likewise.
31433         * lib/human.h: Likewise.
31434
31435         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
31436         on systems that have <inttypes.h> but not <stdint.h>.
31437
31438 2003-01-07  Bruno Haible  <bruno@clisp.org>
31439
31440         * MODULES.html.sh: Add copyright notice.
31441         (missed_files): Omit CVS directory entries.
31442         (func_module): Make it work with sed-3.02.
31443         * MODULES.txt: Remove file.
31444
31445 2003-01-06  Jim Meyering  <jim@meyering.net>
31446
31447         * lib/version-etc.c: Update year in translatable copyright string.
31448
31449 2003-01-03  Karl Berry  <karl@gnu.org>
31450
31451         * config/config.{guess,sub}: update from prep.
31452
31453 2003-01-02  Karl Berry  <karl@gnu.org>
31454
31455         * doc/COPYING.DOC: belatedly updated to 1.2.
31456
31457 2003-01-01  Karl Berry  <karl@gnu.org>
31458
31459         * gnulib-tool (func_verify_module): report module name $module in
31460         error message, not $1.
31461         * gnulib-tool (create-testdir): don't complain if destdir couldn't
31462         be created, only if it doesn't exist.
31463         * gnulib-tool (last_checkin_date): don't expand the $Date here.
31464
31465 2002-12-31  Paul Eggert  <eggert@twinsun.com>
31466
31467         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
31468
31469 2002-12-31  Paul Eggert  <eggert@twinsun.com>
31470
31471         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
31472         memcmp if strcoll doesn't work.
31473
31474 2002-12-31  Bruno Haible  <bruno@clisp.org>
31475
31476         * lib/utime.c (utime_null): No need to call ftruncate if the file was
31477         nonempty.
31478
31479 2002-12-31  Bruno Haible  <bruno@clisp.org>
31480
31481         * lib/memcoll.c (STRCOLL): New macro.
31482         (memcoll): Use it.
31483
31484 2002-12-31  Bruno Haible  <bruno@clisp.org>
31485
31486         * lib/localcharset.h: New file.
31487         * lib/localcharset.c: Include it.
31488         * lib/unicodeio.c: Likewise.
31489
31490 2002-12-31  Bruno Haible  <bruno@clisp.org>
31491
31492         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
31493         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
31494
31495 2002-12-31  Bruno Haible  <bruno@clisp.org>
31496
31497         * lib/getline.h: Include <stddef.h>, for size_t.
31498
31499         * lib/unicodeio.h: Include <stddef.h>, for size_t.
31500         * lib/unicodeio.c: Don't include <stddef.h>.
31501
31502 2002-12-31  Bruno Haible  <bruno@clisp.org>
31503
31504         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
31505         HAVE_TM_ZONE.
31506
31507 2002-12-24  Karl Berry  <karl@gnu.org>
31508
31509         * config/config.guess: update from prep.
31510
31511 2002-12-24  Bruno Haible  <bruno@clisp.org>
31512
31513         General infrasructure.
31514         * m4/README: Rewritten.
31515         * m4/onceonly.m4: New file.
31516         * m4/onceonly_2_57.m4: New file.
31517
31518         Module atexit.
31519         * m4/atexit.m4: New file.
31520
31521         Module strtod.
31522         * m4/strtod.m4: New file.
31523
31524         Module strtol.
31525         * m4/strtol.m4: New file.
31526
31527         Module strtoul.
31528         * m4/strtoul.m4: New file.
31529
31530         Module memchr.
31531         * m4/memchr.m4: New file.
31532
31533         Module memcmp.
31534         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
31535         (jm_FUNC_MEMCMP): Invoke it.
31536
31537         Module memcpy.
31538         * m4/memcpy.m4: New file.
31539
31540         Module memmove.
31541         * m4/memmove.m4: New file.
31542
31543         Module memset.
31544         * m4/memset.m4: New file.
31545
31546         Module strcspn.
31547         * m4/strcspn.m4: New file.
31548
31549         Module strpbrk.
31550         * m4/strpbrk.m4: New file.
31551
31552         Module strstr.
31553         * m4/strstr.m4: New file.
31554
31555         Module strerror.
31556         * m4/strerror.m4: New file.
31557
31558         Module mktime.
31559         * m4/mktime.m4: Renamed from jm-mktime.m4.
31560         (gl_PREREQ_MKTIME): New macro.
31561         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
31562
31563         Module malloc.
31564         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
31565         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
31566         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
31567
31568         Module realloc.
31569         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
31570         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
31571         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
31572
31573         Module strftime.
31574         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
31575         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
31576         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
31577         gl_TM_GMTOFF.
31578         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
31579
31580         Module xalloc.
31581         * m4/xalloc.m4: New file.
31582
31583         Module alloca.
31584         * m4/alloca.m4: New file.
31585
31586         Module putenv.
31587         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
31588         (jm_FUNC_PUTENV): Invoke it.
31589
31590         Module setenv.
31591         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
31592         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
31593         when invoked twice.
31594         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
31595         gt_FUNC_SETENV.
31596
31597         Module memrchr.
31598         * m4/memrchr.m4: New file.
31599
31600         Module stpcpy.
31601         * m4/stpcpy.m4: New file.
31602
31603         Module strcase.
31604         * m4/strcase.m4: New file.
31605
31606         Module strdup.
31607         * m4/strdup.m4: New file.
31608
31609         Module strnlen.
31610         * m4/strnlen.m4: New file.
31611
31612         Module strndup.
31613         * m4/strndup.m4: New file.
31614
31615         Module xstrtod.
31616         * m4/xstrtod.m4: New file.
31617
31618         Module xstrtol.
31619         * m4/xstrtol.m4: New file.
31620
31621         Module getdate.
31622         * m4/getdate.m4: New file.
31623
31624         Module unlocked-io.
31625         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
31626         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
31627         * m4/jm-glibc-io.m4n: Remove file.
31628
31629         Module long-options.
31630         * m4/long-options.m4: New file.
31631
31632         Module md5.
31633         * m4/md5.m4: New file.
31634
31635         Module sha.
31636         * m4/sha.m4: New file.
31637
31638         Module getstr.
31639         * m4/getstr.m4: New file.
31640
31641         Module getline.
31642         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
31643         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
31644         <sys/types.h>, for size_t. Use the function name gnu_getline, not
31645         simply getline. Infoke gl_PREREQ_GETLINE.
31646
31647         Module obstack.
31648         * m4/obstack.m4: New file.
31649
31650         Module hash.
31651         * m4/hash.m4: New file.
31652
31653         Module readtokens.
31654         * m4/readtokens.m4: New file.
31655
31656         Module strverscmp.
31657         * m4/strverscmp.m4: New file.
31658
31659         Module stdbool.
31660         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
31661         OSF/1.
31662
31663         Module strtoll.
31664         * m4/strtoll.m4: New file.
31665
31666         Module strtoull.
31667         * m4/strtoull.m4: New file.
31668
31669         Module strtoimax.
31670         * m4/strtoimax.m4: New file.
31671
31672         Module strtoumax.
31673         * m4/strtoumax.m4: New file.
31674
31675         Module xstrtoimax.
31676         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
31677         jm_AC_PREREQ_XSTRTOIMAX.
31678         Moved the strtol prerequisites to strtol.m4.
31679         Moved the strtoll prerequisites to strtoll.m4.
31680         Moved the strtoimax prerequisites to strtoimax.m4.
31681
31682         Module xstrtoumax.
31683         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
31684         jm_AC_PREREQ_XSTRTOUMAX.
31685         Moved the strtoul prerequisites to strtoul.m4.
31686         Moved the strtoull prerequisites to strtoull.m4.
31687         Moved the strtoumax prerequisites to strtoumax.m4.
31688
31689         Module chown.
31690         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
31691         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
31692
31693         Module dup2.
31694         * m4/dup2.m4: New file.
31695
31696         Module ftruncate.
31697         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
31698         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
31699
31700         Module getgroups.
31701         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
31702         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
31703
31704         Module gettimeofday.
31705         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
31706         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
31707         gl_PREREQ_GETTIMEOFDAY.
31708
31709         Module mkdir.
31710         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
31711         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
31712
31713         Module mkstemp.
31714         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
31715         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
31716         jm_AC_TYPE_UINTMAX_T.
31717         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
31718
31719         Module stat.
31720         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
31721         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
31722
31723         Module lstat.
31724         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
31725         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
31726
31727         Module timespec.
31728         * m4/timespec.m4 (gl_TIMESPEC): New macro.
31729         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
31730         * m4/st_mtim.m4: Indentation.
31731
31732         Module nanosleep.
31733         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
31734         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
31735         gl_PREREQ_NANOSLEEP.
31736
31737         Module regex.
31738         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
31739         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
31740         (gl_REGEX): New macro.
31741
31742         Module rename.
31743         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
31744         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
31745
31746         Module rmdir.
31747         * m4/rmdir.m4: New file.
31748
31749         Module utime.
31750         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
31751         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
31752         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
31753
31754         Module dirname.
31755         * m4/dirname.m4: New file.
31756
31757         Module getopt.
31758         * m4/getopt.m4: New file.
31759
31760         Module unistd-safer.
31761         * m4/unistd-safer.m4: New file.
31762
31763         Module fnmatch.
31764         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
31765         declaration.
31766         (gl_PREREQ_FNMATCH_EXTRA): New macro.
31767         (gl_FUNC_FNMATCH_POSIX): New macro.
31768         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
31769         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
31770         simply fnmatch.
31771
31772         Module exclude.
31773         * m4/exclude.m4: New file.
31774
31775         Module human.
31776         * m4/human.m4: New file.
31777
31778         Module acl.
31779         * m4/acl.m4: Nop.
31780
31781         Module backupfile.
31782         * m4/backupfile.m4: New file.
31783         * m4/d-ino.m4: Indentation.
31784
31785         Module fsusage.
31786         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
31787         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
31788         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
31789
31790         Module dirfd.
31791         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
31792         requirements.
31793
31794         Module euidaccess.
31795         * m4/euidaccess.m4: New file.
31796
31797         Module file-type.
31798         * m4/file-type.m4: New file.
31799
31800         Module fileblocks.
31801         * m4/fileblocks.m4: New file.
31802
31803         Module filemode.
31804         * m4/filemode.m4: New file.
31805
31806         Module isdir.
31807         * m4/isdir.m4: New file.
31808
31809         Module lchown.
31810         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
31811         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
31812
31813         Module makepath.
31814         * m4/makepath.m4: New file.
31815
31816         Module modechange.
31817         * m4/modechange.m4: New file.
31818
31819         Module mountlist.
31820         * m4/mountlist.m4: New file.
31821         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
31822         Indentation.
31823
31824         Module path-concat.
31825         * m4/path-concat.m4: New file.
31826
31827         Module pathmax.
31828         * m4/pathmax.m4: New file.
31829
31830         Module same.
31831         * m4/same.m4: New file.
31832
31833         Module save-cwd.
31834         * m4/save-cwd.m4: New file.
31835
31836         Module savedir.
31837         * m4/savedir.m4: New file.
31838
31839         Module xgetcwd.
31840         * m4/xgetcwd.m4: New file.
31841         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
31842
31843         Module xreadlink.
31844         * m4/xreadlink.m4: New file.
31845
31846         Module safe-read.
31847         * m4/safe-read.m4: New file.
31848
31849         Module safe-write.
31850         * m4/safe-write.m4: New file.
31851
31852         Module closeout.
31853         * m4/closeout.m4: New file.
31854
31855         Module stdio-safer.
31856         * m4/stdio-safer.m4: New file.
31857
31858         Module getpass.
31859         * m4/getpass.m4: New file.
31860
31861         Module getugroups.
31862         * m4/getugroups.m4: New file.
31863
31864         Module group-member.
31865         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
31866         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
31867
31868         Module idcache.
31869         * m4/idcache.m4: New file.
31870
31871         Module userspec.
31872         * m4/userspec.m4: New file.
31873
31874         Module gettime.
31875         * m4/clock_time.m4: New file.
31876         * m4/gettime.m4: New file.
31877
31878         Module settime.
31879         * m4/settime.m4: New file.
31880
31881         Module posixtm.
31882         * m4/posixtm.m4: New file.
31883
31884         Module gethostname.
31885         * m4/gethostname.m4: New file.
31886
31887         Module canon-host.
31888         * m4/canon-host.m4: New file.
31889
31890         Module gettext.
31891         * m4/codeset.m4: New file, from gettext-0.11.5.
31892         * m4/gettext.m4: New file, from gettext-0.11.5.
31893         * m4/glibc21.m4: New file, from gettext-0.11.5.
31894         * m4/iconv.m4: New file, from gettext-0.11.5.
31895         * m4/intdiv0.m4: New file, from gettext-0.11.5.
31896         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
31897         * m4/inttypes.m4: New file, from gettext-0.11.5.
31898         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
31899         * m4/isc-posix.m4: New file, from gettext-0.11.5.
31900         * m4/lcmessage.m4: New file, from gettext-0.11.5.
31901         * m4/lib-ld.m4: New file, from gettext-0.11.5.
31902         * m4/lib-link.m4: New file, from gettext-0.11.5.
31903         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
31904         * m4/progtest.m4: New file, from gettext-0.11.5.
31905         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
31906         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
31907         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
31908
31909         Module localcharset.
31910         * m4/localcharset.m4: New file.
31911
31912         Module hard-locale.
31913         * m4/hard-locale.m4: New file.
31914
31915         Module mbswidth.
31916         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
31917         onceonly macros.
31918         * m4/mbrtowc.m4: Add comment.
31919
31920         Module memcasecmp.
31921         * m4/memcasecmp.m4: New file.
31922
31923         Module memcoll.
31924         * m4/memcoll.m4: New file.
31925
31926         Module unicodeio.
31927         * m4/unicodeio.m4: New file.
31928
31929         Module rpmatch.
31930         * m4/rpmatch.m4: New file.
31931
31932         Module yesno.
31933         * m4/yesno.m4: New file.
31934
31935         Module exitfail.
31936         * m4/exitfail.m4: New file.
31937
31938         Module c-stack.
31939         * m4/c-stack.m4 (gl_C_STACK): New macro.
31940         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
31941
31942         Module error.
31943         * m4/error.m4 (gl_ERROR): New macro.
31944         (jm_PREREQ_ERROR): Use onceonly macros.
31945
31946         Module fatal.
31947         * m4/fatal.m4: New file.
31948
31949         Module getloadavg.
31950         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
31951         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
31952
31953         Module getpagesize.
31954         * m4/getpagesize.m4: New file.
31955
31956         Module getusershell.
31957         * m4/getusershell.m4: New file.
31958
31959         Module physmem.
31960         * m4/physmem.m4: New file.
31961
31962         Module posixver.
31963         * m4/posixver.m4: New file.
31964
31965         Module quotearg.
31966         * m4/quotearg.m4: New file.
31967
31968         Module quote.
31969         * m4/quote.m4: New file.
31970
31971         Module readutmp.
31972         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
31973
31974         Module sig2str.
31975         * m4/sig2str.m4: New file.
31976
31977         Other.
31978         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
31979         ulonglong.m4.
31980         * m4/intmax_t.m4: New file.
31981         * m4/d-type.m4: Indentation.
31982         * m4/jm-macros.m4: Update.
31983         * m4/prereq.m4 (jm_PREREQ): Update.
31984         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
31985         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
31986         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
31987         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
31988         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
31989         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
31990         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
31991         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
31992         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
31993         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
31994         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
31995         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
31996         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
31997         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
31998         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
31999         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
32000         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
32001         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
32002         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
32003
32004 2002-12-24  Bruno Haible  <bruno@clisp.org>
32005
32006         * MODULES.txt: Update according to m4/ changes.
32007
32008         Module gettext.
32009         * config.rpath: New file, from gettext-0.11.5.
32010
32011         * modules/*: New module descriptions.
32012         * gnulib-tool: New file.
32013         * MODULES.html.sh: New file.
32014
32015 2002-12-21  Karl Berry  <karl@gnu.org>
32016
32017         * doc/fdl.texi: update to version 1.2.
32018
32019 2002-12-19  Karl Berry  <karl@gnu.org>
32020
32021         * config/config.guess: update from prep.
32022
32023 2002-12-18  Bruno Haible  <bruno@clisp.org>
32024
32025         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
32026         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
32027
32028 2002-12-17  Bruno Haible  <bruno@clisp.org>
32029
32030         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
32031         stdlib.h, string.h.
32032
32033 2002-12-17  Bruno Haible  <bruno@clisp.org>
32034
32035         * lib/canon-host.c (strdup): Remove unused declaration.
32036
32037         * lib/fsusage.c: Include full_read.h.
32038         (get_fs_usage): Use full_read instead of safe_read.
32039
32040         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
32041
32042 2002-12-12  Karl Berry  <karl@gnu.org>
32043
32044         * config/config.guess: update from prep.
32045
32046 2002-12-11  Bruno Haible  <bruno@clisp.org>
32047
32048         * m4/setenv.m4: New file, from gettext-0.11.5.
32049
32050 2002-12-11  Bruno Haible  <bruno@clisp.org>
32051
32052         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
32053         not unsetenv().
32054         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
32055         modifications:
32056
32057         2002-12-11  Bruno Haible  <bruno@clisp.org>
32058
32059                 * setenv.c (alloca): Fall back to malloc.
32060                 (freea): New macro.
32061                 (setenv): Use freea() to free memory allocated with alloca().
32062
32063         2002-11-13  Bruno Haible  <bruno@clisp.org>
32064
32065                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
32066                 function declarations.
32067                 * unsetenv.c (unsetenv): Likewise.
32068
32069         2002-03-04  Bruno Haible  <bruno@clisp.org>
32070
32071                 Portability to AIX 4.3.3.
32072                 * unsetenv.c: New file, extracted from setenv.c.
32073                 * setenv.c: Move the unsetenv() function to unsetenv.c.
32074
32075         2001-12-20  Bruno Haible  <bruno@clisp.org>
32076
32077                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
32078                 use malloc instead. For SunOS 4.
32079
32080         2001-12-11  Bruno Haible  <bruno@clisp.org>
32081
32082                 * setenv.c: Declare alloca.
32083                 (compar_fn_t): New typedef.
32084                 (KNOWN_VALUE, STORE_VALUE): Use it.
32085
32086         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
32087         setenv.h.
32088
32089 2002-12-10  Paul Eggert  <eggert@twinsun.com>
32090
32091         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
32092         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
32093         Choose values that are less likely to collide with system fnmatch
32094         options.
32095         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
32096         defined (e.g., a pure POSIX system).
32097         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
32098         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
32099
32100 2002-12-06  Paul Eggert  <eggert@twinsun.com>
32101
32102         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
32103         a pain in practice to deal with generated m4 files.  This change
32104         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
32105
32106         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
32107         and jm-glibc-io.m4, as they are no longer a special case.
32108         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
32109         kludge and the auto-generation stuff.  Check only whether the
32110         functions are declared, not whether they exist, since older hosts
32111         that don't declare the functions can't use the optimization anyway.
32112
32113 2002-12-06  Jim Meyering  <jim@meyering.net>
32114
32115         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
32116
32117         Merge in changes from libc's misc/error.c, in preparation
32118         for the merge of gnulib's changes back into libc.
32119
32120         * lib/error.c (_): Define only if not already defined.
32121         Move definition to follow all #include directives.
32122         Include unlocked-io.h only if !_LIBC.
32123         [_LIBC]: Include <libio/libioP.h>.
32124         [USE_IN_LIBIO]: Include <libio/iolibio.h>
32125         (fflush): Tweak definition to use INTUSE.
32126         (putc): Define.
32127
32128 2002-12-05  Paul Eggert  <eggert@twinsun.com>
32129
32130         * lib/alloca.c [defined emacs]: Include "lisp.h".
32131         (xalloc_die) [defined emacs]: New macro.
32132         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
32133         [! defined emacs]: Include <xalloc.h>.
32134         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
32135         (pointer): Typedef to POINTER_TYPE *.
32136         (malloc): Remove decl; we now always use xmalloc.
32137         (alloca): Use old-style definition, since Emacs needs this.
32138         Check for arithmetic overflow when computing combined size.
32139
32140 2002-12-04  Paul Eggert  <eggert@twinsun.com>
32141
32142         Do not generate unlocked-io.h automatically, since it's easier to
32143         maintain it by hand.
32144
32145         * lib/unlocked-io.h: New file, from GNU diffutils,
32146         but with proper copyright notice and attribution.
32147         * lib/gen-uio: Remove.
32148         * lib/Makefile.am: Add copyright notice.
32149         (libfetish_a_SOURCES): Add unlocked-io.h.
32150         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
32151         (DISTCLEANFILES, io_functions): Remove macros.
32152         (EXTRA_DIST): Remove gen_uio.
32153         (unlocked-io.h): Remove rule.
32154
32155 2002-12-04  Jim Meyering  <jim@meyering.net>
32156
32157         Reflect the fact that stat.c and lstat.c are no longer generated.
32158         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
32159         (DISTCLEANFILES): Likewise.
32160         (EXTRA_DIST): Likewise.
32161         (all_local): Don't depend on stat.c or lstat.c.
32162         (stat.c, lstat.c): Remove rules.
32163         (EXTRA_DIST): Remove xstat.in.
32164
32165         * lib/xstat.in: Remove file.  Contents moved into stat.c.
32166         * lib/stat.c: New file.  Contents mostly from xstat.in.
32167         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
32168         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
32169
32170         * lib/safe-read.c: Rework so that it may serve to define safe_write,
32171         too.
32172         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
32173
32174 2002-12-03  Jim Meyering  <jim@meyering.net>
32175
32176         * lib/safe-read.c, safe-write.c: Change variable names and comments,
32177         but not semantics, to minimize the differences between these two files.
32178         (safe_read): Change comment to mention SAFE_READ_ERROR.
32179
32180         * lib/safe-read.c (IS_EINTR): Define.
32181         (safe_read): Use IS_EINTR in place of in-function cpp directives.
32182
32183 2002-12-02  Jim Meyering  <jim@meyering.net>
32184
32185         * lib/safe-read.c (EINTR): Define.
32186         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32187         (INT_MAX): Provide fallback.
32188         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
32189
32190         * lib/safe-read.h (SAFE_READ_ERROR): Define.
32191
32192 2002-12-02  Bruno Haible  <bruno@clisp.org>
32193
32194         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
32195         Define, taken from safe-read.c.
32196         (INT_MAX): Provide fallback.
32197         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
32198         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
32199
32200         * lib/safe-read.c (EINTR): Remove definition.
32201         (safe_read): Don't use EINTR if it is absent.
32202
32203 2002-12-01  Jim Meyering  <jim@meyering.net>
32204
32205         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
32206         zero.
32207         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
32208
32209 2002-11-27  Paul Eggert  <eggert@twinsun.com>
32210
32211         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
32212         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
32213         with `if (! (value < limit)) abort ();', for readability.
32214
32215 2002-11-26  Karl Berry  <karl@gnu.org>
32216
32217         * lib/strdup.c: copy from libc again, with jim's ok.
32218         * lib/.cppi-disable: re-add strdup.c
32219
32220 2002-11-25  Karl Berry  <karl@gnu.org>
32221
32222         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
32223         instead of "strtol.c".
32224
32225 2002-11-25  Karl Berry  <karl@gnu.org>
32226
32227         * config/install-sh: update from automake for variable quoting, $0 in
32228         error msgs, etc.
32229
32230         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
32231         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
32232         entry.
32233
32234 2002-11-25  Jim Meyering  <jim@meyering.net>
32235
32236         * lib/mktime.c: Sync from libc, now that it has the latest fix.
32237
32238 2002-11-24  Karl Berry  <karl@gnu.org>
32239
32240         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
32241         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
32242
32243 2002-11-24  Jim Meyering  <jim@meyering.net>
32244
32245         Update from coreutils:
32246
32247         * lib/mktime.c: Merge in changes from libc.
32248
32249         Avoid a link-time failure on some Linux systems.
32250         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
32251         (otherwise).
32252         (__mon_yday): Declare with the STATIC attribute.
32253         (__mktime_internal): Likewise.
32254         Based on a report from Greg Schafer.
32255
32256 2002-11-23  Jim Meyering  <jim@meyering.net>
32257
32258         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
32259         Use `unsigned', not `int', as type of index.
32260
32261         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
32262
32263         * lib/fsusage.c: Remove unneeded parentheses around operands of
32264         `defined'.
32265
32266 2002-11-22  Paul Eggert  <eggert@twinsun.com>
32267
32268         * lib/quotearg.h: Allow multiple inclusion by surrounding with
32269         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
32270         so that we can be included first.
32271         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
32272         * lib/quotearg.c: Include quotearg.h immediately after config.h.
32273         No need to include stddef.h or sys/types.h any more.
32274         Surround local include files with "", not "<>".
32275         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
32276         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
32277         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
32278         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
32279         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
32280         (ISPRINT): Remove; no longer needed now that we assume C89.
32281
32282         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
32283         Preserve errno.
32284
32285         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
32286         quotearg_char): Use SIZE_MAX rather than
32287         (size_t) -1 when we are talking about "infinity".
32288
32289         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
32290
32291 2002-11-22  Paul Eggert  <eggert@twinsun.com>
32292
32293         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
32294         hint that one should use `if (! x) abort ();' rather than `assert
32295         (x);', and anyway it's one less thing to worry about configuring.
32296         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
32297         hash_rehash, hash_insert): Use abort rather than assert.
32298
32299 2002-11-22  Bruno Haible  <bruno@clisp.org>
32300
32301         * lib/safe-read.h: Assume C89. Add comments.
32302         (safe_read): Change return type to size_t.
32303         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
32304         byte counts > SSIZE_MAX correctly.
32305         * lib/safe-write.h: New file.
32306         * lib/safe-write.c: New file.
32307         * lib/full-read.h: New file.
32308         * lib/full-read.c: New file.
32309         * lib/full-write.h: Assume C89. Add comments.
32310         * lib/full-write.c: Include safe-write.h.
32311         (full_write): Rewritten to use safe_write.
32312         Suggested by Jim Meyering and Paul Eggert.
32313
32314 2002-11-21  Jim Meyering  <jim@meyering.net>
32315
32316         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
32317
32318         Merge in changes from the coreutils.
32319
32320         2002-09-25  Paul Eggert  <eggert@twinsun.com>
32321         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
32322         <stdint.h>.
32323         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
32324         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
32325         int.  Work more efficiently if X is the same width as uintmax_t.
32326         Do not compare X to -1, to avoid bogus compiler warning.
32327         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
32328         Don't assume that f_frsize and f_bsize are the same type.
32329
32330         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
32331         warning on FreeBSD.
32332
32333         * lib/makepath.c (make_path): Restore umask *before* creating the final
32334         component.
32335         (make_path): Minor reformatting.
32336
32337         * lib/xmalloc.c: Adjust to work with new autoconf macros,
32338         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
32339         HAVE_MALLOC/HAVE_REALLOC.
32340
32341         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
32342         dummy ones.  At least on GNU/Linux systems, `auto' means something
32343         else.
32344         From Michael Stone.
32345
32346 2002-11-21  Bruno Haible  <bruno@clisp.org>
32347
32348         Remove case insensitive option matching.
32349         * lib/argmatch.h (argcasematch): Remove declaration.
32350         (ARGCASEMATCH): Remove macro.
32351         (__xargmatch_internal): Remove case_sensitive argument.
32352         (XARGMATCH): Update.
32353         (XARGCASEMATCH): Remove macro.
32354         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
32355         case_sensitive argument.
32356         (argcasematch): Remove function.
32357         (__xargmatch_internal): Remove case_sensitive argument.
32358         (main): Use XARGMATCH instead of XARGCASEMATCH.
32359
32360         * lib/xmalloc.c: Change compile-time error message. Add comment about
32361         required autoconf version.
32362
32363 2002-11-20  Paul Eggert  <eggert@twinsun.com>
32364
32365         Merge argmatch cleanups from Bison.  Assume C89.
32366
32367         * lib/argmatch.c: Include config.h here, not in argmatch.h.
32368         Include stdlib.h, for EXIT_FAILURE.
32369         Always include <string.h>, since we assume C89.
32370         (EXIT_FAILURE): Remove pre-C89 bug workaround.
32371         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
32372         Include <stddef.h> instead, since it's all we need for size_t.
32373         (PARAMS): Remove.  All uses removed.
32374         (ARRAY_CARDINALITY): Do not bother to #undef.
32375         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
32376         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
32377         Remove unnecessary parentheses.
32378         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
32379         Insert necessary parentheses.
32380         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
32381         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
32382
32383 2002-11-19  Bruno Haible  <bruno@clisp.org>
32384
32385         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
32386         * lib/mbswidth.h: Include <stddef.h>, for size_t.
32387
32388         * lib/mbswidth.h (PARAMS): Remove macro.
32389         (mbswidth, mbsnwidth): Use ANSI C function declarations.
32390         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
32391
32392         * lib/gcd.h (PARAMS): Remove macro.
32393         (gcd): Use ANSI C function declarations.
32394         * lib/gcd.c (gcd): Likewise.
32395
32396 2002-11-15  Bruno Haible  <bruno@clisp.org>
32397
32398         * lib/strcspn.c: Include <stddef.h>.
32399         (strcspn): Use ANSI C function declaration. Change return type to
32400         size_t. Use NULL.
32401         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
32402         (strpbrk): Use NULL.
32403         * lib/strpbrk.h (PARAMS): Remove macro.
32404         (strpbrk): Use ANSI C function declaration.
32405         * lib/strstr.c: Don't include <sys/types.h>.
32406         * lib/strstr.h (PARAMS): Remove macro.
32407         (strstr): Use ANSI C function declarations.
32408
32409 2002-11-14  Karl Berry  <karl@gnu.org>
32410
32411         * config/mkinstalldirs: `do' on separate line, instead of
32412         `for var; do'.
32413
32414 2002-11-06  Bruno Haible  <bruno@clisp.org>
32415
32416         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
32417         * lib/gcd.c (gcd): Likewise.
32418
32419 2002-11-05  Bruno Haible  <bruno@clisp.org>
32420
32421         * lib/gcd.h: New file, from gettext-0.11.5.
32422         * lib/gcd.c: New file, from gettext-0.11.5.
32423
32424 2002-11-05  Bruno Haible  <bruno@clisp.org>
32425
32426         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32427         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32428         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32429         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32430
32431         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
32432         <libintl.h>.
32433         * lib/makepath.c: Include gettext.h instead of <locale.h> and
32434         <libintl.h>.
32435
32436         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
32437         * lib/human.c: Include gettext.h instead of <libintl.h>.
32438         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
32439         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
32440         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
32441         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
32442         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
32443         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
32444         (textdomain): Remove definition.
32445         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
32446
32447         * lib/long-options.c: Remove include of <libintl.h> and definition of
32448         _.
32449         * lib/same.c: Remove include of <libintl.h> and definition of _.
32450
32451 2002-11-04  Owen Taylor  <otaylor@redhat.com>
32452
32453         * lib/config.charset: A few additions for Solaris.
32454
32455 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
32456
32457         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
32458         * lib/localcharset.c (locale_charset): Declare as extern "C".
32459
32460 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
32461
32462         * lib/config.charset: msdos in uk_UA uses CP1125.
32463
32464 2002-11-04  Bruno Haible  <bruno@clisp.org>
32465
32466         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
32467         * lib/strcase.h: New file, from GNU gettext-0.11.5.
32468         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
32469         * lib/strstr.h: New file, from GNU gettext-0.11.5.
32470         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
32471
32472 2002-11-04  Bruno Haible  <bruno@clisp.org>
32473
32474         * lib/localcharset.c (locale_charset): Don't return an empty string.
32475
32476 2002-11-04  Bruno Haible  <bruno@clisp.org>
32477
32478         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
32479         aliases.
32480
32481 2002-11-04  Bruno Haible  <bruno@clisp.org>
32482
32483         * lib/config.charset: Update for newest glibc. Add canonical names
32484         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
32485
32486 2002-11-04  Bruno Haible  <bruno@clisp.org>
32487
32488         * lib/config.charset: Add support for NetBSD.
32489
32490 2002-11-04  Bruno Haible  <bruno@clisp.org>
32491
32492         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
32493
32494 2002-11-01  Bruno Haible  <bruno@clisp.org>
32495
32496         * configure.in: Add AC_CONFIG_AUX_DIR call.
32497         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
32498         test/Makefile.
32499         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
32500
32501 2002-09-28  Karl Berry  <karl@gnu.org>
32502
32503         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
32504         installed automake until the next release, since changes have been
32505         made.
32506
32507 2002-09-25  Karl Berry  <karl@gnu.org>
32508
32509         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
32510         * lib/getopt*: copy from libc/posix.
32511         * lib/gettext.h: copy from gettext.
32512         * lib/.cppi-disable: add strdup.c, gettext.h.
32513
32514 2002-09-25  Karl Berry  <karl@gnu.org>
32515
32516         * config/srclist.txt: enable gettext.h check.
32517         * config/config.{guess,sub}: update from prep.
32518         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
32519                 from automake 1.6.3.
32520         See srclist*.
32521
32522 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
32523
32524         * regex.c (PATFETCH): Remove the translating fetch.
32525         (PATFETCH_RAW): Rename to PATFETCH.
32526         (set_image_of_range): New fun.
32527         (SET_RANGE_TABLE_WORK_AREA): Use it.
32528         (regex_compile): Don't translate the pattern chars so eagerly.
32529         Only do it when inserting an `exactn' bytecode or when handling
32530         a char-range.
32531         (mutually_exclusive_p): Avoid empty statement.
32532
32533 2002-07-06  Jim Meyering  <meyering@lucent.com>
32534
32535         * m4/README: Don't mention Makefile.am.in.
32536         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
32537
32538 2002-07-01  Jim Meyering  <meyering@lucent.com>
32539
32540         * lib/c-stack.c: Include sys/time.h.
32541         From Volker Borchert.
32542
32543 2002-06-26  Paul Eggert  <eggert@twinsun.com>
32544
32545         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
32546
32547 2002-06-26  Paul Eggert  <eggert@twinsun.com>
32548
32549         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
32550         New macro.  Use it uniformly instead of
32551         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
32552         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
32553         reported by Vin Shelton.
32554
32555 2002-06-22  Paul Eggert  <eggert@twinsun.com>
32556
32557         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
32558         Do not assume SA_SIGINFO behavior.
32559         Bug reported by Jim Meyering on NetBSD 1.5.2.
32560
32561 2002-06-22  Jim Meyering  <meyering@lucent.com>
32562
32563         * m4/c-stack.m4: New file, from diffutils-2.8.2.
32564         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
32565
32566         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
32567         now that configure.ac uses AC_GNU_SOURCE.
32568         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
32569         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
32570
32571         Update to latest tools.  Suggestions from Paul Eggert.
32572         * m4/stdbool.m4: New file, from diffutils-2.8.2.
32573         * m4/gnu-source.m4: Update from diffutils-2.8.2.
32574         * m4/fnmatch.m4: Likewise.
32575         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
32576         to AC_HEADER_STDBOOL
32577
32578 2002-06-22  Jim Meyering  <meyering@lucent.com>
32579
32580         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
32581         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
32582
32583 2002-06-22  Jim Meyering  <meyering@lucent.com>
32584
32585         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
32586
32587         * lib/exitfail.c, exitfail.h: Likewise.
32588         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
32589
32590         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
32591         of fnmatch.h.
32592         (EXTRA_DIST): Add fnmatch_loop.c.
32593         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
32594
32595         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
32596         * lib/fnmatch.c: Update from diffutils-2.8.2.
32597         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
32598         * lib/fnmatch.h: Remove file.
32599
32600 2002-06-21  Jim Meyering  <meyering@lucent.com>
32601
32602         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
32603         * m4/mbrtowc.m4: Likewise.
32604
32605         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
32606         * m4/mbswidth.m4: Reflect name change:
32607         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
32608         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32609
32610         * m4/lib-link.m4: Update from gettext-0.11.2.
32611         * m4/gettext.m4: Likewise.
32612
32613         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
32614         From Alfred M. Szmidt.
32615
32616 2002-06-18  Paul Eggert  <eggert@twinsun.com>
32617
32618         * lib/file-type.h: Report an error if neither S_ISREG nor
32619         S_IFREG is defined, instead of using a test specific to glibc
32620         2.2.  This should be safe, since POSIX requires S_ISREG and
32621         Unix Version 7 had S_IFREG.  We don't need to check for
32622         <sys/types.h> since we don't use any symbols that it defines.
32623
32624 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
32625
32626         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
32627         $@-t, so that each temporary file name is unique and valid in the first
32628         8 characters, for operation under DOS.
32629
32630 2002-06-15  Paul Eggert  <eggert@twinsun.com>
32631
32632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
32633
32634 2002-06-15  Jim Meyering  <meyering@lucent.com>
32635
32636         Work even with DJGPP 2.03, which lacks support for symlinks.
32637         From Richard Dawe.
32638         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
32639         is defined.
32640         * lib/lchown.c (S_ISLNK): Likewise.
32641
32642 2002-06-15  Jim Meyering  <meyering@lucent.com>
32643
32644         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
32645         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
32646         have been included before this file.
32647
32648 2002-06-14  Jim Meyering  <meyering@lucent.com>
32649
32650         * lib/file-type.h: Use the version from diffutils-2.8.2.
32651         * lib/file-type.c: Likewise.
32652
32653 2002-06-07  Jim Meyering  <meyering@lucent.com>
32654
32655         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
32656         They're needed at least for NetBSD 1.5.2.
32657         ($statxfs_includes): Include those same headers.
32658         ($statxfs_includes): Include sys/vfs.h if available.
32659         ($statxfs_includes): Likewise for sys/statvfs.h.
32660         Check for the following members in both structs statfs and statvfs:
32661         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
32662
32663 2002-06-01  Jim Meyering  <meyering@lucent.com>
32664
32665         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
32666         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
32667
32668 2002-05-28  Jim Meyering  <meyering@lucent.com>
32669
32670         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
32671         Reported by Volker Borchert.
32672
32673 2002-05-27  Jim Meyering  <meyering@lucent.com>
32674
32675         Fix a problem seen only on nonconforming systems whereby ls.c's
32676         use of localtime, and then of gettimeofday would cause trouble:
32677         the localtime call used to initialize rpl_gettimeofday's save
32678         mechanism would clobber ls's current local time information so
32679         that in any long listing the first file would always be listed
32680         with date 1970-01-01.  Analysis by Volker Borchert.
32681
32682         * lib/gettimeofday.c (localtime): Undefine.
32683         (rpl_localtime): New function.
32684
32685 2002-05-27  Jim Meyering  <meyering@lucent.com>
32686
32687         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
32688         localtime.
32689
32690         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
32691         use the replacement function; it wouldn't resolve at link time.
32692         Reported by Volker Borchert.
32693
32694 2002-05-22  Jim Meyering  <meyering@lucent.com>
32695
32696         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
32697         file-type.h.
32698         * lib/file-type.h: New file.
32699         * lib/file-type.c (file_type): New file/function.  Extracted from
32700         diffutils.
32701
32702 2002-04-30  Jim Meyering  <meyering@lucent.com>
32703
32704         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
32705
32706 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32707
32708         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
32709
32710 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32711
32712         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
32713         Do not check for alloca.h (no longer used) or stdbool.h (was never
32714         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
32715
32716 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32717
32718         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
32719
32720 2002-04-29  Jim Meyering  <meyering@lucent.com>
32721
32722         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
32723         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
32724         Use AC_FUNC_STRNLEN here instead.
32725
32726         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
32727         With autoconf-2.53a, it's part of AC_PROG_CC.
32728
32729 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32730
32731         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
32732         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
32733
32734 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32735
32736         * lib/sig2str.h, lib/sig2str.c: New files.
32737         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
32738
32739 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32740
32741         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
32742         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
32743         of 127, since 64 is the largest conceivable number for ancient
32744         nonstandard hosts.
32745         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
32746
32747 2002-04-28  Jim Meyering  <meyering@lucent.com>
32748
32749         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
32750
32751 2002-04-24  Jim Meyering  <meyering@lucent.com>
32752
32753         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
32754         (jm_PREREQ): Use it.
32755
32756         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
32757         mach/mach.h fcntl.h.
32758         Check for this function: setlocale.
32759
32760 2002-04-24  Jim Meyering  <meyering@lucent.com>
32761
32762         * lib/gettext.h: New file, from Gettext.
32763         * lib/Makefile.am (INCLUDES): Remove -I../intl.
32764         (libfetish_a_SOURCES): Add gettext.h.
32765
32766 2002-04-16  Jim Meyering  <meyering@lucent.com>
32767
32768         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
32769         ut_pid, ut_id, ut_exit.
32770
32771 2002-04-16  Jim Meyering  <meyering@lucent.com>
32772
32773         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
32774         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
32775         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
32776
32777 2002-04-12  Jim Meyering  <meyering@lucent.com>
32778
32779         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
32780         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
32781         existence of the getmntinfo function.  Needed for Darwin 5.3.
32782
32783         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
32784         This is necessary at least on Darwin 5.3.
32785
32786         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
32787         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
32788         strnlen.o in the library, and that makes some versions of ranlib
32789         object.
32790
32791 2002-04-12  Jim Meyering  <meyering@lucent.com>
32792
32793         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
32794
32795 2002-04-09  Jim Meyering  <meyering@lucent.com>
32796
32797         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
32798         to be more precise.  Rather than saying we're checking whether the
32799         function `works', say what we're testing.
32800         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
32801         Reported by Bruno Haible.
32802
32803 2002-03-10  Jim Meyering  <meyering@lucent.com>
32804
32805         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
32806         Suggestion from Santiago Vila.
32807
32808 2002-03-08  Jim Meyering  <meyering@lucent.com>
32809
32810         * lib/rename.c: Mention that this wrapper is needed also on
32811         mips-dec-ultrix4.4 systems.
32812
32813 2002-03-02  Jim Meyering  <meyering@lucent.com>
32814
32815         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
32816         not HAVE_CLOCK_SETTIME.
32817
32818 2002-02-27  Paul Eggert  <eggert@twinsun.com>
32819
32820         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
32821         Check for clock_settime.
32822
32823 2002-02-27  Paul Eggert  <eggert@twinsun.com>
32824
32825         * lib/nanosleep.h: Rename to....
32826         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
32827
32828         * lib/gettime.c: New file.
32829         * lib/settime.c: New file.
32830         * lib/stime.c: Remove.
32831
32832         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
32833         timespec.h.  Remove nanosleep.h.
32834
32835 2002-02-25  Paul Eggert  <eggert@twinsun.com>
32836
32837         * m4/acl.m4: New file.
32838         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
32839         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
32840
32841 2002-02-25  Paul Eggert  <eggert@twinsun.com>
32842
32843         * lib/acl.c, lib/acl.h: New files.
32844         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
32845
32846 2002-02-24  Jim Meyering  <meyering@lucent.com>
32847
32848         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
32849         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
32850         cause trouble.  Reported by Nelson Beebe.
32851
32852 2002-02-23  Paul Eggert  <eggert@twinsun.com>
32853
32854         * lib/path-concat.c (xpath_concat): Reorder code to pacify
32855         compilers that don't know that xalloc_die never returns.
32856
32857 2002-02-20  Jim Meyering  <meyering@lucent.com>
32858
32859         * lib/getdate.c: Regenerate using bison-1.33.
32860
32861 2002-02-17  Jim Meyering  <meyering@lucent.com>
32862
32863         * config/config.guess (main): Don't use `head -1'; it's no longer
32864         portable. Use `sed 1q' instead.
32865
32866 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
32867
32868         * m4/codeset.m4: Upgrade to gettext-0.11.
32869         * m4/gettext.m4: Upgrade to gettext-0.11.
32870         * m4/glibc21.m4: Upgrade to gettext-0.11.
32871         * m4/iconv.m4: Upgrade to gettext-0.11.
32872         * m4/isc-posix.m4: Upgrade to gettext-0.11.
32873         * m4/lcmessage.m4: Upgrade to gettext-0.11.
32874         * m4/lib-ld.m4: New file, from gettext-0.11.
32875         * m4/lib-link.m4: New file, from gettext-0.11.
32876         * m4/lib-prefix.m4: New file, from gettext-0.11.
32877         * m4/progtest.m4: Upgrade to gettext-0.11.
32878
32879 2002-02-15  Paul Eggert  <eggert@twinsun.com>
32880
32881         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
32882         (jm_PREREQ): Use it.
32883
32884 2002-02-15  Paul Eggert  <eggert@twinsun.com>
32885
32886         * lib/posixver.c, lib/posixver.h: New files.
32887         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
32888
32889 2002-02-02  Paul Eggert  <eggert@twinsun.com>
32890             Bruno Haible  <bruno@clisp.org>
32891
32892         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
32893         (fwrite_success_callback): New declaration.
32894         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
32895         print_unicode_char. Call failure callback instead of error.
32896         (fwrite_success_callback): New function.
32897         (exit_failure_callback): New function.
32898         (fallback_failure_callback): New function.
32899         (print_unicode_char): Call unicode_to_mb.
32900
32901 2002-01-26  Jim Meyering  <meyering@lucent.com>
32902
32903         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
32904         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
32905
32906 2002-01-26  Jim Meyering  <meyering@lucent.com>
32907
32908         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
32909
32910 2002-01-22  Paul Eggert  <eggert@twinsun.com>
32911
32912         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
32913
32914 2002-01-22  Jim Meyering  <meyering@lucent.com>
32915
32916         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
32917         Otherwise, some versions of automake would omit the rule that makes
32918         Makefile from Makefile.in.
32919
32920 2002-01-21  Paul Eggert  <eggert@twinsun.com>
32921
32922         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
32923         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
32924         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
32925         (memcoll): Set errno to zero if there is no error.
32926
32927         * lib/quotearg.c (quotearg_buffer_restyled):
32928         Fix bug with quoting buffers containing NUL when backslashing escapes.
32929         This bug was exposed by the other changes in this patch.
32930         (quotearg_n_options): New arg ARGSIZE.
32931         All callers changed.
32932         (quoting_options_from_style): New function.
32933         (quotearg_n_style): Use it.
32934         (quotearg_n_style_mem): New function.
32935
32936         * lib/quotearg.h (quotearg_n_style_mem): New function.
32937
32938 2002-01-19  Jim Meyering  <meyering@lucent.com>
32939
32940         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
32941         Remove useless quotes: DF_PROG="df".
32942         * m4/strnlen.m4: New file.
32943
32944 2002-01-16  Paul Eggert  <eggert@twinsun.com>
32945
32946         * lib/backupfile.c (ISDIGIT): Comment fix.
32947         * lib/getdate.y (ISDIGIT): Likewise.
32948         * lib/posixtm.c (ISDIGIT, year): Likewise.
32949         * lib/strverscmp.c (ISDIGIT): Likewise.
32950         * lib/userspec.c (ISDIGIT): Likewise.
32951
32952 2002-01-16  Jim Meyering  <meyering@lucent.com>
32953
32954         * lib/getdate.y: Add three semicolons, each just before a closing
32955         brace. Bison (as of version 1.31) no longer papers over that mistake.
32956
32957 2002-01-05  Jim Meyering  <meyering@lucent.com>
32958
32959         * lib/version-etc.c (version_etc_copyright): Update copyright year.
32960
32961 2001-12-19  Paul Eggert  <eggert@twinsun.com>
32962
32963         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
32964         not silently exit merely because the output buffer happens to
32965         have nothing pending.
32966
32967 2001-12-18  Paul Eggert  <eggert@twinsun.com>
32968
32969         See the big note in ../ChangeLog.
32970         * lib/human.c (suffixes): Prefer K to k for 1024.
32971         (generate_suffix_backwards): New function.
32972         (human_readable_inexact): Use it.
32973         * lib/xstrtol.c (__xstrtol): If there is no number but there
32974         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
32975         Accept 'K' as well as 'k'.
32976
32977 2001-12-15  Jim Meyering  <meyering@lucent.com>
32978
32979         * lib/regex.h (__restrict_arr): Update from libc.
32980
32981         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
32982         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
32983         (STREQ): Define.
32984
32985 2001-12-14  Jim Meyering  <meyering@lucent.com>
32986
32987         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
32988         Suggestion from Bruno Haible.
32989
32990 2001-12-10  Jim Meyering  <meyering@lucent.com>
32991
32992         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
32993         xrealloc, Instead, include "xalloc.h".
32994         (initbuffer): Don't cast xmalloc return value to char*.
32995         (readline): Reword comment.
32996         Don't cast xrealloc return value to char*
32997         Return NULL, not 0.
32998
32999 2001-12-09  Jim Meyering  <meyering@lucent.com>
33000
33001         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
33002         about `signed and unsigned type in conditional expression'.
33003         * lib/posixtm.c (posix_time_parse): Likewise.
33004
33005         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
33006
33007         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
33008         to avoid a pedantic warning.
33009
33010         * lib/getstr.c: Don't include assert.h.
33011         (getstr): Remove warning-evoking assertions.
33012         Return -1 if offset parameter is out of bounds.
33013         Change the type of a local from int to size_t.
33014
33015         * lib/strftime.c (my_strftime_localtime_r): Include this function
33016         definition in the `#if ! HAVE_TM_GMTOFF' block.
33017
33018         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
33019         Include xalloc.h instead.
33020
33021 2001-12-02  Jim Meyering  <meyering@lucent.com>
33022
33023         * lib/tempname.c: Don't declare getenv, thus reverting the change of
33024         2001-11-18.  It's no longer necessary, now that stdlib.h is always
33025         included.
33026
33027         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
33028         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
33029
33030 2001-11-30  Akim Demaille  <akim@epita.fr>
33031
33032         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
33033         before being defined.
33034
33035 2001-11-27  Paul Eggert  <eggert@twinsun.com>
33036
33037         * lib/quotearg.h (quotearg_n, quotearg_n_style):
33038         First arg is int, not unsigned.
33039         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
33040         (SIZE_MAX, UINT_MAX): New macros.
33041         (quotearg_n_options): Abort if N is negative.
33042         Avoid overflow check on hosts where size_t is 64 bits and int
33043         is 32 bits, as overflow is impossible there.
33044         Fix off-by-one typo that caused unnecessary reallocation.
33045
33046 2001-11-27  Jim Meyering  <meyering@lucent.com>
33047
33048         * lib/tempname.c: Merge with version from libc.
33049         * lib/regex.c: Likewise.
33050
33051         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
33052         systems for which STDC_HEADERS is 0, it was not included, resulting in
33053         a warning about an integer-to-pointer conversion problem with getenv.
33054         Reported by Volker Borchert.
33055
33056 2001-11-26  Jim Meyering  <meyering@lucent.com>
33057
33058         * lib/gtod.h: Remove file.
33059         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
33060         * lib/gettimeofday.c: Don't include gtod.h.
33061         (GTOD_init): Remove function.
33062         (rpl_gettimeofday): Do its job here instead, rather than aborting.
33063         Suggestion from Volker Borchert.
33064
33065 2001-11-23  Jim Meyering  <meyering@lucent.com>
33066
33067         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
33068         it.
33069         * lib/hash.c (struct hash_table): Define it here instead.
33070
33071 2001-11-22  Jim Meyering  <meyering@lucent.com>
33072
33073         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
33074
33075 2001-11-20  Jim Meyering  <meyering@lucent.com>
33076
33077         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
33078         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
33079
33080 2001-11-19  Jim Meyering  <meyering@lucent.com>
33081
33082         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
33083         directory.  Use "conftestXXXXXX" as the template.
33084         Suggestion from Paul Eggert.
33085
33086         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
33087         immediately, so the test doesn't mistakenly hit the max-open-files
33088         limit.
33089
33090 2001-11-18  Paul Eggert  <eggert@twinsun.com>
33091
33092         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
33093         (TEMPORARIES): New macro.
33094         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
33095         removes an artificial limitation (e.g. HP-UX 10.20, where
33096         TMP_MAX is 17576).
33097
33098 2001-11-18  Jim Meyering  <meyering@lucent.com>
33099
33100         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
33101
33102 2001-11-18  Jim Meyering  <meyering@lucent.com>
33103
33104         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
33105         on SunOS 4.
33106
33107         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
33108         files will be created before anything else.
33109
33110 2001-11-17  Paul Eggert  <eggert@twinsun.com>
33111
33112         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
33113         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
33114
33115 2001-11-17  Jim Meyering  <meyering@lucent.com>
33116
33117         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
33118         Prompted by a report from Bob Proulx.
33119
33120         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
33121         Instead, require UTILS_FUNC_MKSTEMP.
33122
33123 2001-11-17  Jim Meyering  <meyering@lucent.com>
33124
33125         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
33126         Now, that's done as part of AC_FUNC_STRTOD.
33127
33128 2001-11-17  Jim Meyering  <meyering@lucent.com>
33129
33130         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
33131         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
33132         rather than group writable.  Patch by Juan F. Codagnone.
33133
33134         * lib/readtokens.c: Remove explicit declarations of xmalloc and
33135         xrealloc, Instead, include "xalloc.h".
33136
33137         * lib/mountlist.c: Include unlocked-io.h after all system headers.
33138         Remove explicit declarations of xmalloc, xrealloc,
33139         and xstrdup.  Instead, include "xalloc.h".
33140
33141         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
33142         unlocked-io.h.
33143         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
33144         Likewise.
33145         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
33146
33147         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
33148         Reported by Padraig Brady.
33149
33150         * lib/mkstemp.c: #undef mkstemp.
33151         Include config.h.
33152         (rpl_mkstemp): Rename from mkstemp.
33153         Protoize.
33154
33155 2001-11-16  Jim Meyering  <meyering@lucent.com>
33156
33157         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
33158         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
33159         determine the amount of total physical memory, use pstat_getstatic.
33160         HPUX-11 doesn't define _SC_PHYS_PAGES.
33161         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
33162         If sysconf couldn't be used to determine the amount of available
33163         physical memory, use both pstat_getstatic and pstat_getdynamic.
33164         Based on a patch from Bob Proulx.
33165
33166 2001-11-10  Jim Meyering  <meyering@lucent.com>
33167
33168         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
33169         (jm_PREREQ): Use it.
33170
33171 2001-11-09  Jim Meyering  <meyering@lucent.com>
33172
33173         * m4/jm-macros.m4: Require autoconf-2.52f.
33174         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
33175         Use these AC_-prefixed names, not the AM_-prefixed ones.
33176
33177         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
33178
33179 2001-11-05  Jim Meyering  <meyering@lucent.com>
33180
33181         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
33182
33183 2001-11-04  Jim Meyering  <meyering@lucent.com>
33184
33185         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
33186         $DEFS.
33187
33188 2001-11-03  Jim Meyering  <meyering@lucent.com>
33189
33190         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
33191         of AC_DEFUN.
33192
33193         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
33194         know the name of the variable in the macro definition.
33195
33196 2001-11-03  Jim Meyering  <meyering@lucent.com>
33197
33198         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
33199         in argmatch_to_argument call.
33200
33201         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
33202         argument.
33203
33204         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
33205         e.g., a fault due to an attempt to free a NULL pointer.
33206
33207 2001-11-01  Jim Meyering  <meyering@lucent.com>
33208
33209         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
33210         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
33211
33212 2001-11-01  Jim Meyering  <meyering@lucent.com>
33213
33214         * lib/dirfd.c, lib/dirfd.h: New files.
33215         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
33216
33217         * lib/hash.c (hash_print) [TESTING]: Clean up.
33218
33219 2001-10-22  Paul Eggert  <eggert@twinsun.com>
33220
33221         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
33222         to avoid a warning if -Wall.
33223
33224 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
33225
33226         * README: New file
33227         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
33228         (per RMS's instructions, this is now the canonical source)
33229         * lgpl/, gpl/: New directories.
33230
33231 2001-10-21  Paul Eggert  <eggert@twinsun.com>
33232
33233         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
33234
33235 2001-10-21  Jim Meyering  <meyering@lucent.com>
33236
33237         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
33238         this code would end up calling gettext even in packages built
33239         with --disable-nls.
33240         * lib/getopt.c (_): Likewise.
33241         * lib/regex.c (_): Likewise.
33242
33243 2001-10-20  Paul Eggert  <eggert@twinsun.com>
33244
33245         * m4/error.m4 (jm_PREREQ_ERROR):
33246         Do not invoke AC_CHECK_FUNCS with strerror_r, as
33247         AC_FUNC_STRERROR_R does that.
33248         Check for strerror declaration.
33249
33250         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
33251         are supposed to have them these days.
33252         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
33253         Merge changes from latest Autoconf CVS.
33254         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
33255         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
33256         POSIX decided to standardize on the int flavor of strerror_r.
33257
33258 2001-10-20  Paul Eggert  <eggert@twinsun.com>
33259
33260         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
33261         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
33262         Use strerror_r that is only a macro, even if it is not a function.
33263         (strerror): Check for HAVE_DECL_STRERROR before declaring.
33264         (private_strerror): Use prototypes, not old-style function definition.
33265         (print_errno_message): New function.
33266         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
33267         char*-flavored one.
33268         (error_tail, error, error_at_line): Use it.
33269
33270 2001-10-11  Jim Meyering  <meyering@lucent.com>
33271
33272         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
33273         and quote_n (1, ... to avoid clobbering a buffer.
33274
33275 2001-10-05  Jim Meyering  <meyering@lucent.com>
33276
33277         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
33278         hash-pjw.h.
33279         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
33280         * lib/hash-pjw.h: New file.
33281
33282 2001-09-30  Jim Meyering  <meyering@lucent.com>
33283
33284         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
33285         `struct fsstat' has the `f_fstypename' member.
33286         Use that to define FS_TYPE, which is now used to make
33287         the getfsstat link test tighter.
33288
33289 2001-09-30  Jim Meyering  <meyering@lucent.com>
33290
33291         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
33292         Include <sys/ucred.h>, for Apple Darwin.
33293         Include sys/mount.h and sys/fs_types.h only if available.
33294         (FS_TYPE): Define.
33295         (read_filesystem_list): Use FS_TYPE.
33296
33297 2001-09-29  Paul Eggert  <eggert@twinsun.com>
33298
33299         * lib/exclude.c (excluded_filename): 0 -> false, since it's
33300         a boolean context.
33301
33302 2001-09-29  Jim Meyering  <meyering@lucent.com>
33303
33304         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
33305         [one-argument getmntent function]): Include stdio.h before mntent.h.
33306         SunOS 4.1.x needs it for the declaration of `FILE'.
33307         Patch by Volker Borchert.
33308
33309         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
33310         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
33311         sys/fs_types.h, and make the link-test for getfsstat guard #include
33312         directives with appropriate #if HAVE_*_H tests so that we can
33313         detect getfsstat on Apple Darwin1.3.7 systems.
33314         Reported by Nelson Beebe.
33315         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
33316
33317 2001-09-28  Paul Eggert  <eggert@twinsun.com>
33318
33319         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
33320         #defines strtoimax.  Also treat the other strto* functions
33321         like strtoimax.
33322
33323         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
33324         Check for strtoul and strtoumax,
33325         as those declarations are made even in the signed case.
33326         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
33327         Likewise, for strtol and strtoimax.
33328
33329 2001-09-28  Paul Eggert  <eggert@twinsun.com>
33330
33331         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
33332         #defines strtoimax.  Also treat the other strto* functions
33333         like strtoimax.
33334
33335         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
33336         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
33337         (strtoimax, strtoumax): Do not declare if already defined as a macro.
33338
33339 2001-09-26  Jim Meyering  <meyering@lucent.com>
33340
33341         Most macros in unlocked-io.h had the wrong number of arguments.
33342         * lib/gen-uio: New script.
33343         (USE_UNLOCKED_IO): Define to 1 if not already defined.
33344         * lib/unlocked-io.hin: Remove file.
33345         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
33346         rather than trying to embed it here.
33347         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
33348         Reported by Padraig Brady.
33349
33350 2001-09-25  Volker Borchert  <bt@teknon.de>
33351
33352         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
33353         `result'.
33354
33355 2001-09-24  Jim Meyering  <meyering@lucent.com>
33356
33357         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
33358
33359 2001-09-23  Jim Meyering  <meyering@lucent.com>
33360
33361         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
33362         instead of the mere test for existence of mntent.h.  The latter
33363         would get a false-positive on AIX 3.4 systems.
33364         In the outer getmntent if-block, don't die if neither of the getmntent
33365         tests succeeds.  Instead, just fall through and continue with the
33366         remaining tests.
33367
33368 2001-09-23  Jim Meyering  <meyering@lucent.com>
33369
33370         * lib/mountlist.c: Remove useless parentheses in #if directives.
33371         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
33372         the deprecated MOUNTED symbol is no longer defined in mntent.h.
33373
33374 2001-09-22  Jim Meyering  <meyering@lucent.com>
33375
33376         * m4/gettext.m4: New file.  From gettext.
33377         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
33378         * m4/progtest.m4: Likewise
33379         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
33380         * m4/glibc21.m4: Likewise.
33381
33382         * m4/libintl.m4: Remove.  No longer used.
33383
33384 2001-09-22  Jim Meyering  <meyering@lucent.com>
33385
33386         * lib/localcharset.c: Update from latest gettext.
33387         * lib/config.charset: Likewise.
33388
33389 2001-09-20  Jim Meyering  <meyering@lucent.com>
33390
33391         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
33392         strtoimax.
33393         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
33394         strtoumax.
33395
33396 2001-09-20  Jim Meyering  <meyering@lucent.com>
33397
33398         * lib/xstrtol.c (strtoimax): Guard declaration with
33399         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
33400         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
33401         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
33402         (strtoumax): Likewise, for completeness (it wasn't necessary).
33403
33404 2001-09-17  Paul Eggert  <eggert@twinsun.com>
33405
33406         * lib/strtoimax.c (HAVE_LONG_LONG):
33407         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
33408         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
33409         to work around bug in IBM C compiler.
33410
33411 2001-09-17  Jim Meyering  <meyering@lucent.com>
33412
33413         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
33414         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
33415         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
33416         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
33417         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
33418         whenever the right hand side need not be expanded by the shell.
33419
33420 2001-09-16  Paul Eggert  <eggert@twinsun.com>
33421
33422         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
33423         library.  It's not correct, as some older glibcs are buggy.
33424         fnmatch wasn't fixed until glibc 2.2.
33425
33426         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
33427         special shell magic here.
33428
33429 2001-09-16  Jim Meyering  <meyering@lucent.com>
33430
33431         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
33432         * m4/jm-macros.m4: Require it.
33433
33434 2001-09-16  Jim Meyering  <meyering@lucent.com>
33435
33436         * lib/mkdir.c: New file.
33437
33438 2001-09-15  Jim Meyering  <meyering@lucent.com>
33439
33440         * m4/jm-macros.m4: Check for help2man.
33441
33442 2001-09-11  Jim Meyering  <meyering@lucent.com>
33443
33444         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
33445         The body, by Paul Eggert, was moved here from configure.in.
33446         * m4/jm-macros.m4: Require UTILS_HOST_OS.
33447
33448 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33449
33450         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
33451         (jm_PREREQ): Use it.
33452
33453 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33454
33455         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
33456         Use ssize_t, not int, to store result of readlink.
33457         Check for ssize_t overflow as well as size_t overflow,
33458         as POSIX says the result of readlink is implementation-defined
33459         when ssize_t overflows.
33460         Remove unnecessary cast to char*.
33461         Use free+malloc instead of realloc, as the storage doesn't need
33462         to be preserved and it's clearer and can be more efficient that way.
33463         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
33464         * lib/xreadlink.h (xreadlink): Update prototype.
33465
33466 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33467
33468         * lib/xgetcwd.c: Revert some of the previous change; intead,
33469         fix the HAVE_GETCWD_NULL code to behave more like the
33470         !HAVE_GETCWD_NULL code used to.
33471
33472         Include "xalloc.h".
33473         (xgetcwd): Do not return NULL when memory is exhausted; instead,
33474         invoke xalloc_die.
33475
33476 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33477
33478         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
33479         sys/param.h, as pathmax.h includes them.
33480
33481 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33482
33483         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
33484         (jm_PREREQ_XGETCWD): New macro.
33485
33486         * m4/getcwd.m4: New file.
33487
33488 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33489
33490         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
33491         like the HAVE_GETCWD_NULL code.
33492         Include pathmax.h if not HAVE_GETCWD.
33493         Do not include xalloc.h.
33494         (INITIAL_BUFFER_SIZE): New symbol.
33495         Do not use xmalloc / xrealloc, since the caller is responsible for
33496         handling errors.  Preserve errno around `free' during failure.
33497         Do not overrun buffer when using getwd.
33498
33499 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33500
33501         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
33502         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
33503         getcwd (NULL, 0).
33504
33505 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33506
33507         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
33508         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
33509         spotted by Jim Meyering.
33510
33511 2001-09-03  Jim Meyering  <meyering@lucent.com>
33512
33513         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
33514         failure.
33515
33516 2001-09-02  Jim Meyering  <meyering@lucent.com>
33517
33518         * lib/error.c: Update from GNU libc.
33519
33520 2001-09-01  Jim Meyering  <meyering@lucent.com>
33521
33522         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
33523         Used by df.
33524
33525 2001-09-01  Jim Meyering  <meyering@lucent.com>
33526
33527         * lib/xreadlink.c: New file.
33528         * lib/xreadlink.h: New file.
33529         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
33530         xreadlink.h.
33531
33532         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
33533         doesn't conflict with sparc Solaris 7's definition in
33534         /usr/include/sys/int_types.h.
33535
33536         * lib/exclude.c: Use `""', not `<>' to #include non-system header
33537         files.
33538         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
33539         and strncasecmp as r-values.  Unixware didn't have declarations.
33540
33541 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33542
33543         * lib/xstrtol.h: Add copyright notice.
33544         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
33545         LONGINT_INVALID_SUFFIX_CHAR.
33546
33547 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33548
33549         * lib/xstrtol.c (strtoimax): New decl.
33550
33551 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33552
33553         * lib/xgetcwd.c: Don't include pathmax.h.
33554         Include stdlib.h and unistd.h if available.
33555         Include xalloc.h.
33556         (xmalloc, xstrdup, free): Remove decls.
33557         (xgetcwd): Don't assume sizes fit in unsigned.
33558         Check for overflow when computing sizes.
33559         Simplify reallocation code.
33560
33561 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33562
33563         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
33564         a directory's st_size can have an arbitrary value, so the old
33565         usage could waste an arbitrary amount of memory.  All uses
33566         changed.
33567         * lib/savedir.h: Update prototype.
33568
33569 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33570
33571         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
33572
33573         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
33574         old strtoimax.c.
33575
33576         Also, make the following further changes to make this file's
33577         configuration more similar to that of strtol.c:
33578         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
33579         (strtoumax, uintmax_t, strtoull, strtol): Remove.
33580         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
33581         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
33582         changed to signed values.
33583
33584         And make the following changes as well:
33585         Fix copyright notice, as 1999 was missing.
33586         (verify): New macro.
33587         (strtoimax): Check sizes at compile-time, not run-time.
33588         Prefer strtol to strtoll if both work.
33589         (main): Remove; it was not that useful and was a pain to maintain.
33590
33591         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
33592
33593 2001-08-31  Jim Meyering  <meyering@lucent.com>
33594
33595         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
33596         Use an initial, malloc'd, buffer of length 128 rather than
33597         a statically allocated one of length 1024.
33598
33599 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33600
33601         Simplify code, partly by assuming autoconf 2.52 semantics.
33602
33603         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
33604
33605         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
33606         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
33607         All uses removed.
33608         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
33609         Move AC_REQUIRE to next-to-top level, to avoid confusion.
33610         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
33611         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
33612         jm_AC_HEADER_INTTYPES_H.
33613         * m4/jm-macros.m4 (jm_MACROS): Likewise.
33614
33615         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
33616
33617         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
33618         Quote first arg of AC_DEFUN.
33619         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
33620         since they are needed to parse the include file even if we need
33621         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
33622         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
33623         but with opposite signedness.
33624
33625 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33626
33627         Merge 'exclude' changes from tar 1.13.22.
33628         This fixes one or two unlikely storage allocation overflow bugs,
33629         but doesn't change user-visible behavior otherwise.
33630
33631 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33632
33633         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
33634         (jm_PREREQ_EXCLUDE): New macro.
33635
33636 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33637
33638         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
33639         tm to be declared.
33640
33641 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33642
33643         * lib/hash.c: Remove '2001' from copyright notice.
33644
33645 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33646
33647         * lib/full-write.h: New file.
33648         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
33649         * lib/full-write.c: Correct credits, as cccp.c no longer
33650         exists and anyway it was so heavily changed from the old cccp
33651         code as to be unrecognizable.  Include full-write.h.
33652         (full_write) Return size_t, with short writes meaning failure.
33653         All callers changed.  This fixes a bug with large buffers
33654         on 64-bit hosts.
33655         * lib/utime.c: Include full-write.h.
33656
33657 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33658
33659         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
33660         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
33661         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
33662         Include if available.
33663         (<xalloc.h>): Include
33664         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
33665         (verify): New macro.  Use it to verify that EXCLUDE macros do not
33666         collide with FNM macros.
33667         (struct patopts): New struct.
33668         (struct exclude): Use it, as exclude patterns now come with options.
33669         (new_exclude): Support above changes.
33670         (new_exclude, add_exclude_file):
33671         Initial size must now be a power of two to simplify overflow checking.
33672         (free_exclude, fnmatch_no_wildcards): New function.
33673         (excluded_filename): No longer requires options arg, as the options
33674         are determined by add_exclude.  Now returns bool, not int.
33675         (excluded_filename, add_exclude):
33676         Add support for the fancy new exclusion options.
33677         (add_exclude, add_exclude_file): Now takes int options arg.
33678         Check for arithmetic overflow when computing sizes.
33679         (add_exclude_file): xrealloc might modify errno, so don't
33680         realloc until after errno might be used.
33681
33682         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
33683         New macros.
33684         (free_exclude): New decl.
33685         (add_exclude, add_exclude_file): Now takes int options arg.
33686         (excluded_filename): No longer requires options arg, as the options
33687         are determined by add_exclude.  Now returns bool, not int.
33688
33689 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33690
33691         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
33692
33693 2001-08-27  Jim Meyering  <meyering@lucent.com>
33694
33695         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
33696
33697         * lib/version-etc.c (N_): Remove definition.
33698         Revert most of last change.
33699         Instead, simply don't mark the `Copyright...' string for translation.
33700         Based on advice from Paul Eggert.
33701
33702         * lib/strtoxmax.c: Tweak comment.
33703
33704 2001-08-26  Jim Meyering  <meyering@lucent.com>
33705
33706         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
33707
33708         * m4/xstrtoimax.m4: New file.
33709         * m4/xstrtoumax.m4: Add comments explaining why we
33710         AC_REPLACE_FUNCS(strtol).
33711
33712 2001-08-26  Jim Meyering  <meyering@lucent.com>
33713
33714         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
33715         of copyright with `%s' so translators don't get an untranslated
33716         message in 2002.
33717         (COPYRIGHT_YEAR): Define.
33718         (version_etc): Use fprintf rather than fputs.
33719         Suggestion from Ulrich Drepper.
33720
33721         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
33722
33723         * lib/strtoll.c: New file, from GNU libc.
33724         * lib/xstrtoimax.c: New file.
33725
33726         * lib/xstrtol.h: Add xstrtoimax.
33727         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
33728         * lib/strtoimax.c: New file.  Likewise, but first define
33729         STRTOUXMAX_SIGNED.
33730
33731         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
33732         ...
33733         * lib/strtoxmax.c: ... then renamed to this.
33734
33735 2001-08-18  Paul Eggert  <eggert@twinsun.com>
33736
33737         * m4/inttypes.m4: Add AC_PREREQ(2.13).
33738         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
33739         (jm_AC_TYPE_INTMAX_T): New macro.
33740         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
33741
33742         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
33743
33744         * m4/longlong.m4: Renamed from ulonglong.m4.
33745         * m4/inttypes.m4: Renamed from inttypes_h.m4.
33746         * m4/uintmax_t.m4: Removed.
33747
33748 2001-08-13  Paul Eggert  <eggert@twinsun.com>
33749
33750         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
33751         Port to Solaris 8, where 'sed' requires a space after the 'r'
33752         command, and where sh dislikes "$/".  Clean up the spacing a bit.
33753         Redirect output to $tmp just once.
33754
33755 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
33756
33757         * lib/addext.c (<errno.h>): Include.
33758         (errno): Declare if not defined.
33759         (addext): Work correctly when pathconf returns -1 and leaves
33760         errno alone because there is no limit.  Also, work even if
33761         pathconf returns a value greater than SIZE_MAX.
33762
33763 2001-08-12  Jim Meyering  <meyering@lucent.com>
33764
33765         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
33766         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
33767         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
33768         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
33769         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
33770         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
33771         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
33772         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
33773         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
33774         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
33775         utime.m4, utimes.m4, xstrtoumax.m4:
33776         Quote the first argument in each use of AC_DEFUN.
33777
33778 2001-08-12  Jim Meyering  <meyering@lucent.com>
33779
33780         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
33781         Simply `return getcwd (NULL, 0);'.
33782         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
33783         Use 1300 as initial value for length, not PATH_MAX.
33784
33785         * lib/pathmax.h: Clean up cpp syntax.
33786
33787 2001-08-12  Jim Meyering  <meyering@lucent.com>
33788
33789         * lib/gettimeofday.c: New file.
33790         * lib/gtod.h: New file.
33791         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
33792
33793 2001-08-05  Jim Meyering  <meyering@lucent.com>
33794
33795         * m4/jm-macros.m4: Require autoconf-2.52.
33796
33797 2001-08-04  Jim Meyering  <meyering@lucent.com>
33798
33799         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
33800         stmt, to get in sync with glibc.
33801
33802 2001-08-03  Paul Eggert  <eggert@twinsun.com>
33803
33804         The following changes are from gettext 0.10.39 as maintained by
33805         Bruno Haible.
33806
33807         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
33808         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
33809         with inverted sense.  All uses changed.
33810
33811         * lib/mbswidth.c: Don't include <limits.h>.
33812         Include <stdlib.h> and <string.h> unconditionally.
33813         (iswcntrl, mbsinit, ISCNTRL): New macros.
33814         (mbsnwidth): Use K&R style function declarations.
33815         Don't bother checking for MB_LEN_MAX == 1, since the compiler
33816         can optimize it when MB_CUR_MAX == 1.
33817         The width of control characters is zero, not 1.
33818
33819 2001-08-03  Paul Eggert  <eggert@twinsun.com>
33820
33821         The following changes are from gettext 0.10.39 as maintained by
33822         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
33823
33824         * m4/codeset.m4: Upgrade to serial AM1.
33825         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
33826         all uses changed.  Quote first arg of AC_DEFUN.
33827         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
33828
33829         * m4/iconv.m4: Upgrade to serial AM2.
33830         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
33831         Add --with-libconv-prefix.
33832         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
33833         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
33834         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
33835         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
33836         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
33837
33838         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
33839         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
33840         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
33841         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
33842         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
33843         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
33844         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
33845         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
33846         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
33847
33848         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
33849         string.h any more.
33850
33851         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
33852         not the default value.
33853
33854         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
33855         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
33856         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
33857         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
33858         Also check for iswcntrl, used for wcwidth fallback.
33859         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
33860         to Autoconf 2.13.
33861
33862 2001-08-03  Jim Meyering  <meyering@lucent.com>
33863
33864         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
33865         as it was in the original.  Reported by Paul Eggert.
33866
33867 2001-07-16  Jim Meyering  <meyering@lucent.com>
33868
33869         * m4/gettimeofday.m4: New file.
33870         Prompted by a report from Bernhard Baehr.
33871
33872 2001-07-15  Jim Meyering  <meyering@lucent.com>
33873
33874         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
33875         stuff. Now it's in ../Makefile.cfg.
33876
33877 2001-07-15  Jim Meyering  <meyering@lucent.com>
33878
33879         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
33880         (BUILT_SOURCES): Add unlocked-io.h.
33881         (io_functions): Define.
33882         (unlocked-io.h): New rule.
33883         (DISTCLEANFILES): Add unlocked-io.h.
33884         (all-local): Depend on unlocked-io.h, to ensure it is created.
33885
33886         * lib/unlocked-io.hin: New file
33887
33888         * lib/regex.c: Update from glibc.
33889
33890 2001-07-05  Jim Meyering  <meyering@lucent.com>
33891
33892         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
33893         recommendation.
33894         (libfetish_a_SOURCES): Put all .h files here instead.
33895         Remove a thus-exposed (better checks in automake) duplicate and
33896         two unnecessary .h files.
33897
33898 2001-07-04  Jim Meyering  <meyering@lucent.com>
33899
33900         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
33901         that generates jm-glibc-io.m4 so that it doesn't trigger any make
33902         distcheck failure.
33903
33904 2001-07-02  Jim Meyering  <meyering@lucent.com>
33905
33906         The following changes were prompted by suggestions from Bruno Haible.
33907
33908         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
33909         is now generated.
33910         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
33911         definition of EXTRA_DIST.
33912         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
33913         ensure that the generated file is created/updated whenever the list
33914         of $(unlocked_functions) is changed.
33915         (jm-glibc-io.m4): New rule.
33916         (unlocked-io.h): New rule -- currently unused.
33917
33918 2001-06-24  Jim Meyering  <meyering@lucent.com>
33919
33920         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
33921         unmatched right bracket, rather than kludging it with an extra,
33922         falsely-matching quote in a comment.  Patch by Akim Demaille.
33923
33924 2001-06-11  Jim Meyering  <meyering@lucent.com>
33925
33926         * lib/regex.c: Update from GNU libc.
33927
33928 2001-05-27  Jim Meyering  <meyering@lucent.com>
33929
33930         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
33931         Check for ut_type in struct utmp.
33932
33933 2001-05-27  Jim Meyering  <meyering@lucent.com>
33934
33935         * lib/readutmp.h (UT_TYPE): Define.
33936
33937 2001-05-24  Jim Meyering  <meyering@lucent.com>
33938
33939         * lib/argmatch.c: Include "quote.h".
33940         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
33941         quote function.  Reported by Göran Uddeborg.
33942
33943 2001-05-22  Jim Meyering  <meyering@lucent.com>
33944
33945         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
33946         now that we use the package-supplied version unconditionally.
33947         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
33948
33949 2001-05-21  Jim Meyering  <meyering@lucent.com>
33950
33951         * m4/regex.m4: Change a couple backticks to single quotes to avoid
33952         shell syntax errors.
33953
33954 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
33955
33956         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
33957
33958 2001-05-20  Paul Eggert  <eggert@twinsun.com>
33959
33960         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
33961         Don't bother to check library strftime, since
33962         we'll be using our own my_strftime function anyway.
33963         Define my_strftime instead of strftime.
33964
33965 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
33966
33967         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
33968         which is not yet declared.
33969
33970 2001-05-15  Jim Meyering  <meyering@lucent.com>
33971
33972         * m4/regex.m4: Use proper quoting so brackets appear in the test
33973         program.
33974         Reported by, and with help from, Bruno Haible.
33975
33976 2001-05-13  Jim Meyering  <meyering@lucent.com>
33977
33978         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
33979         undefined.
33980
33981 2001-05-11  Paul Eggert  <eggert@twinsun.com>
33982
33983         dirname code cleanup.  base_name now behaves more compatibly
33984         with POSIX basename when given file names that have trailing
33985         slashes, and similarly for dir_name.  Add new primitives
33986         base_len and dir_len.  Put the directory-name-related decls
33987         into dirname.h.
33988
33989         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
33990         * lib/backupfile.c (base_name): Likewise.
33991         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
33992         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
33993         * lib/makepath.c (strip_trailing_slashes): Likewise.
33994         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
33995         ISSLASH): Likewise.
33996         * lib/rename.c (strip_trailing_slashes): Likewise.
33997         * lib/same.c (base_name): Likewise.
33998         * lib/stripslash.c (ISSLASH): Likewise.
33999
34000         * lib/addext.c: Include <dirname.h> after size_t is defined.
34001         * lib/backupfile.c: Likewise.
34002
34003         * lib/addext.c (addext): Use base_len to trim redundant
34004         trailing slashes instead of doing it ourselves.
34005         But do not trim the last slash if it is not redundant.
34006
34007         * lib/backupfile.c (find_backup_file_name,
34008         max_backup_version): Use base_len instead of rolling it ourselves.
34009         Handle the case of "" and (on DOS) "C:" correctly.
34010
34011         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
34012         needed. Include <string.h>, <dirname.h>.
34013         (base_name): Allow file names ending in slashes, other than names
34014         that are all slashes.  In this case, return the basename followed
34015         by the slashes.  This is more general, and can be used in places
34016         where the original base_name purposely had an assertion failure.
34017         (base_len): New function.
34018
34019         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
34020         Do not include <assert.h>; no longer needed.
34021         Include xalloc.h.
34022         (memrchr): Remove decl.
34023         (dir_name_r): Remove.
34024         (dir_len): Renamed from dirlen.  All callers changed.
34025         Rewrite in terms of base_name, for simplicity and consistency.
34026         (dir_name): Never return NULL.  All callers changed.
34027         Do not include <stdlib.h> in test program; no longer needed.
34028         return 0; is fine for test program.
34029
34030         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
34031         New macros.
34032         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
34033
34034         * lib/path-concat.c (path_concat): Use base_len to compute
34035         base length, not strlen; this means we cannot rely on memcpy
34036         to null-terminate.
34037
34038         * lib/same.c (STREQ): Remove.
34039         (same_name): Handle the case where the basename ends in trailing '/'.
34040
34041         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
34042         a slash was stripped.  Do not strip the last slash after a
34043         file system prefix.
34044
34045 2001-05-11  Paul Eggert  <eggert@twinsun.com>
34046
34047         * lib/Makefile.am (libfetish_a_SOURCES):
34048         Add strftime.c, since we now compile it on all hosts.
34049
34050         * lib/strftime.c (my_strftime):
34051         Define to nstrftime if emacs, but only if my_strftime is not defined.
34052         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
34053         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
34054         Add one more extra argument: a nanoseconds value.
34055         All uses changed.
34056         (ns): New macro.
34057         (my_strftime function): Add %N format.
34058         (emacs_strftimeu): Renamed from emacs_strftime,
34059         with extra ut argument.
34060
34061 2001-05-09  Paul Eggert  <eggert@twinsun.com>
34062
34063         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
34064
34065 2001-04-21  Jim Meyering  <meyering@lucent.com>
34066
34067         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
34068         doesn't interfere.
34069
34070 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
34071
34072         * m4/ftruncate.m4: Check for chsize.
34073         Link with ftruncate.o unconditionally if ftruncate is missing.
34074         This was required when cross-compiling to i586-mingw32msvc.
34075
34076 2001-04-08  Jim Meyering  <meyering@lucent.com>
34077
34078         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
34079         recomputed; that's necessary when the offset spans a DST transition.
34080         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
34081
34082 2001-04-02  Jim Meyering  <meyering@lucent.com>
34083
34084         * lib/regex.h, regex.c: Update from GNU libc.
34085
34086 2001-03-24  Jim Meyering  <meyering@lucent.com>
34087
34088         * m4/jm-macros.m4: Require autoconf-2.49d.
34089
34090 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
34091
34092         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
34093
34094 2001-03-19  Paul Eggert  <eggert@twinsun.com>
34095
34096         * lib/version-etc.c (version_etc_copyright): Update to 2001.
34097
34098 2001-03-17  Jim Meyering  <meyering@lucent.com>
34099
34100         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
34101         now that the version in autoconf is equivalent.
34102         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
34103
34104         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
34105         Suggestion from Akim Demaille.
34106
34107         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
34108         (jm_PREREQ_TEMPNAME): New function.
34109
34110 2001-03-16  Paul Eggert  <eggert@twinsun.com>
34111
34112         * lib/tempname.c (uint64_t): Define to uintmax_t if
34113         not defined, and if UINT64_MAX is not defined.
34114         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
34115         Reported by John David Anglin.
34116
34117 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
34118
34119         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
34120         resolve alias if codeset is empty.
34121         * lib/config.charset (BeOS): Use wildcard syntax.
34122
34123 2001-03-13  Jim Meyering  <meyering@lucent.com>
34124
34125         * lib/path-concat.c (path_concat)
34126         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
34127         concatenating e.g., `C:' and `foo'.
34128         From Bruno Haible.
34129
34130 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
34131
34132         * lib/localcharset.c (locale_charset): Don't use
34133         setlocale(LC_CTYPE,NULL). Don't return NULL.
34134         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
34135
34136 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
34137
34138         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
34139         support for DOS/DJGPP.
34140
34141 2001-03-01  Paul Eggert  <eggert@twinsun.com>
34142
34143         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
34144         lacks mkstemp.  Compile our own tempname.c if we compile our own
34145         mkstemp.c, as mkstemp relies on tempname.
34146
34147 2001-03-01  Jim Meyering  <meyering@lucent.com>
34148
34149         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
34150         AH_VERBATIM really does output its argument verbatim.
34151
34152 2001-02-28  Paul Eggert  <eggert@twinsun.com>
34153
34154         * lib/Makefile.am (libfetish_a_SOURCES):
34155         Add dup-safer.c, fopen-safer.c.
34156         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
34157
34158         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
34159         * lib/unistd-safer.h: New files.
34160
34161 2001-02-25  Paul Eggert  <eggert@twinsun.com>
34162
34163         The mkstemp replacement is taken from glibc 2.2.2, with some
34164         portability fixes for use outside glibc, as follows:
34165
34166         * lib/tempname.c (struct_stat64): New macro.
34167         (direxists, __gen_tempname): Use it.
34168         This avoids a portability problem with Solaris 8.
34169
34170         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
34171         (<stddef.h>, <stdint.h>, <string.h>):
34172         Include only if STDC_HEADERS || _LIBC.
34173         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
34174         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
34175         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
34176         (__set_errno): Define this macro if <errno.h> doesn't.
34177         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
34178         Define these macros if <stdio.h> doesn't.
34179         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
34180         Define these macros if <sys/stat.h>
34181         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
34182         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
34183         __xstat64): Define if not _LIBC.
34184         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
34185         (__gen_tempname): Invoke gettimeofday only if
34186         HAVE_GETTIMEOFDAY || _LIBC;
34187         otherwise, fall back on plain "time".
34188         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
34189
34190         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
34191
34192         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
34193
34194 2001-02-18  Paul Eggert  <eggert@twinsun.com>
34195
34196         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
34197
34198 2001-02-17  Paul Eggert  <eggert@twinsun.com>
34199
34200         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
34201         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
34202         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
34203         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
34204
34205 2001-02-17  Paul Eggert  <eggert@twinsun.com>
34206
34207         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
34208         Remove workaround macros for hosts that have mbrtowc but not
34209         mbstate_t, as we now insist on proper declarations for both
34210         before using mbrtowc.
34211
34212 2001-02-17  Jim Meyering  <meyering@lucent.com>
34213
34214         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
34215         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
34216         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
34217         UnixWare 7.1.1.
34218
34219         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
34220         rather than AC_CACHE_VAL.
34221
34222 2001-02-17  Jim Meyering  <meyering@lucent.com>
34223
34224         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
34225         around included file name.
34226
34227         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
34228
34229         * lib/strftime.c: Update from GNU libc (the only changes were to
34230         comments).
34231
34232 2001-02-17  Jim Meyering  <meyering@lucent.com>
34233
34234         * lib/regex.c: Update from libc.
34235
34236 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
34237
34238         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
34239         clash.
34240
34241 2001-02-16  Paul Eggert  <eggert@twinsun.com>
34242
34243         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
34244         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
34245         Reported by Mark Hounschell via Paul Eggert.
34246
34247 2001-02-07  Jim Meyering  <meyering@lucent.com>
34248
34249         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
34250
34251 2001-02-05  Jim Meyering  <meyering@lucent.com>
34252
34253         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
34254         it includes the patch required for `large file' support with at least
34255         HP-UX's 10.20 /bin/cc.
34256
34257 2001-02-03  Jim Meyering  <meyering@lucent.com>
34258
34259         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
34260         AS_IF, now that it works once again (mysteriously).
34261         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
34262
34263 2001-01-30  Jim Meyering  <meyering@lucent.com>
34264
34265         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
34266         * m4/chown.m4: Rename conftestchown to conftest.chown.
34267         * m4/rename.m4: s/conftestdir/conftest.d1/ and
34268         s/conftestdir2/conftest.d2/.
34269         * m4/utimes.m4: s/conftestdata/conftest.data/
34270         Inspired by Pavel Roskin's change in autoconf.
34271
34272 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
34273
34274         * lib/config.charset: Update for FreeBSD 4.2.
34275
34276 2001-01-27  Jim Meyering  <meyering@lucent.com>
34277
34278         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
34279         a use of AS_IF.
34280         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
34281
34282 2001-01-26  Jim Meyering  <meyering@lucent.com>
34283
34284         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
34285         quotearg.c includes it.
34286
34287 2001-01-26  Jim Meyering  <meyering@lucent.com>
34288
34289         * lib/quotearg.c: Include stddef.h.
34290         * lib/quote.c: Include stddef.h.
34291         Reported by Axel Kittenberger.
34292
34293         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
34294         line in double quotes so that it evokes a better diagnostic.
34295         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
34296         Reported by Axel Kittenberger.
34297
34298 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
34299
34300         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
34301         as if it was a `charset'.
34302
34303 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
34304
34305         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
34306         has const.
34307
34308 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
34309
34310         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
34311         to avoid a warning.  Add back 'const' to inptr.
34312
34313 2001-01-20  Jim Meyering  <meyering@lucent.com>
34314
34315         Be sure that headers are checked before used in code compiled
34316         for the type checks.
34317         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
34318         In place of that, invoke jm_CHECK_ALL_TYPES.
34319         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
34320         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
34321         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
34322         The check for ssize_t was mistakenly run before the test for unistd.h.
34323
34324         The configure-time check for stdbool.h was missing.
34325         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
34326         (jm_PREREQ_HASH): New function.
34327
34328 2001-01-17  Jim Meyering  <meyering@lucent.com>
34329
34330         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
34331         for autoconf-2.49c.
34332         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
34333
34334 2001-01-16  Jim Meyering  <meyering@lucent.com>
34335
34336         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
34337         From Bruno Haible.
34338
34339 2001-01-14  Jim Meyering  <meyering@lucent.com>
34340
34341         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
34342         foo and bar.  Create conftestdir/ in the script, not in the C code.
34343         Remove directories in the script, not in the C code.
34344         Remove conftestdir{,2} before trying to create the directory.
34345         Make the entire configure script fail if the mkdir fails.
34346
34347 2001-01-14  Jim Meyering  <meyering@lucent.com>
34348
34349         * lib/rename.c: New file.  From Volker Borchert.
34350         Include stdlib.h, string.h or strings.h, and xalloc.h.
34351         Use strip_trailing_slashes rather than open-coding it.
34352
34353 2001-01-03  Paul Eggert  <eggert@twinsun.com>
34354
34355         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
34356
34357 2001-01-03  Jim Meyering  <meyering@lucent.com>
34358
34359         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
34360         of local `inptr' to avoid warning with some system declarations of
34361         iconv.
34362
34363 2001-01-02  Volker Borchert  <bt@teknon.de>
34364
34365         * m4/rename.m4: New file.
34366         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
34367
34368 2001-01-01  Jim Meyering  <meyering@lucent.com>
34369
34370         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
34371         even on systems with utmpx.h.  It's necessary for the declaration of
34372         utmp's ut_user member.  Reported by Andreas Jaeger.
34373
34374         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
34375         available. They are required for the declarations of getgrgid and
34376         getpwuid resp.
34377         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
34378         Reported by Andreas Jaeger.
34379
34380 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
34381
34382         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
34383         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
34384         so `make install' also works in VPATH builds.
34385
34386 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
34387
34388         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
34389         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
34390         can be used in subdirectories.
34391
34392 2000-12-29  Paul Eggert  <eggert@twinsun.com>
34393
34394         * lib/modechange.c: Do not assume that mode_t uses the
34395         traditional octal encoding.  E.g. "chmod 1 FOO" should set
34396         the other-execute bit of FOO even if S_IXOTH != 1.
34397
34398         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
34399         WOTH, XOTH, ALLM): New macros.
34400         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
34401          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
34402         Use them.
34403         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
34404         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
34405         (mode_compile):
34406         No need to use uintmax_t; unsigned long is long enough.
34407         Don't bother to get suffix since we don't use it.
34408
34409 2000-12-26  Jim Meyering  <meyering@lucent.com>
34410
34411         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
34412         better with autoheader.
34413
34414 2000-12-24  Jim Meyering  <meyering@lucent.com>
34415
34416         * lib/hash.c (is_prime): Return explicit boolean values.
34417         (hash_get_first): Return NULL to appease Irix5.6's 89.
34418         Reported by Nelson Beebe.
34419
34420 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
34421
34422         * lib/localcharset.c (locale_charset): Add support for Win32.
34423
34424 2000-12-18  Paul Eggert  <eggert@twinsun.com>
34425
34426         * lib/physmem.h, lib/physmem.c: New files.
34427
34428         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
34429         (noinst_HEADERS): Add physmem.h.
34430
34431         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
34432         't' for compatibility with Solaris 8 sort.
34433
34434 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
34435
34436         * lib/config.charset: Add support for BeOS.
34437
34438 2000-12-17  Jim Meyering  <meyering@lucent.com>
34439
34440         * m4/dos.m4 (jm_AC_DOS): New file and macro.
34441         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
34442
34443 2000-12-16  Jim Meyering  <meyering@lucent.com>
34444
34445         This bug had a serious impact on chown: `chown N:M FILE' (for integer
34446         N and M) would have treated it like `chown N:N FILE'.
34447
34448         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
34449
34450 2000-12-16  Jim Meyering  <meyering@lucent.com>
34451
34452         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
34453         SHELLS_FILE to a file name that's useful on djgpp systems.
34454         Include stdlib.h.
34455         (ADDITIONAL_DEFAULT_SHELLS): Define.
34456         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
34457         Based mostly on a patch from Prashant TR.
34458
34459 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
34460
34461         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
34462         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
34463         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
34464
34465 2000-12-08  Andreas Schwab  <schwab@suse.de>
34466
34467         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
34468         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
34469
34470 2000-12-07  Jim Meyering  <meyering@lucent.com>
34471
34472         * lib/stripslash.c (ISSLASH): Define.
34473         (strip_trailing_slashes): Use ISSLASH rather than comparing against
34474         `/'.
34475         From Prashant TR.
34476
34477         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
34478         (dir_name_r): Declare this function as static.
34479         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
34480         manifest itself on a name containing a mix of slashes and
34481         backslashes.
34482         Make this function work with names starting with a DOS-style
34483         drive letter and colon prefix.
34484         (dir_name): Append `.' if necessary.
34485         Based mostly on patches from Prashant TR and Eli Zaretskii.
34486
34487         * lib/dirname.h (dir_name_r): Remove prototype.
34488
34489 2000-12-06  Paul Eggert  <eggert@twinsun.com>
34490
34491         * m4/off_t-format.m4: Remove this file.
34492         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
34493
34494 2000-12-06  Jim Meyering  <meyering@lucent.com>
34495
34496         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
34497         replacement strtoull, we may well need the replacement strtoul, too.
34498         Check for declarations of strtoul and strtoull.
34499         Check for strtol.  Mainly as a cue to cause automake to include
34500         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
34501         Check for limits.h -- strtol.c needs it.
34502
34503 2000-12-05  Jim Meyering  <meyering@lucent.com>
34504
34505         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
34506
34507 2000-12-04  Jim Meyering  <meyering@lucent.com>
34508
34509         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
34510         Also include memory.h, stdlib.h, unistd.h if appropriate.
34511         Reported by Andreas Jaeger (conflicting declaration of malloc).
34512
34513 2000-12-02  Jim Meyering  <meyering@lucent.com>
34514
34515         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
34516         * m4/jm-macros.m4 (jm_MACROS): require it.
34517
34518 2000-12-02  Jim Meyering  <meyering@lucent.com>
34519
34520         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
34521
34522 2000-12-01  Paul Eggert  <eggert@twinsun.com>
34523
34524         * lib/memrchr.c: Include <config.h> before any system include file.
34525
34526 2000-11-30  Jim Meyering  <meyering@lucent.com>
34527
34528         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
34529
34530 2000-11-30  Jim Meyering  <meyering@lucent.com>
34531
34532         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
34533
34534 2000-11-29  Paul Eggert  <eggert@twinsun.com>
34535
34536         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
34537
34538 2000-11-26  Jim Meyering  <meyering@lucent.com>
34539
34540         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
34541
34542 2000-11-22  Paul Eggert  <eggert@twinsun.com>
34543
34544         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
34545         size of (size_t) -1; it's not portable.
34546
34547 2000-11-17  Jim Meyering  <meyering@lucent.com>
34548
34549         * lib/strstr.c: Update from GNU libc.
34550
34551 2000-11-17  Akim Demaille  <akim@epita.fr>
34552
34553         * lib/obstack.h: Formatting changes.
34554         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
34555         prevent type checking.
34556         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
34557         cast the value to (void *): assigning a `foo *' to a `void *'
34558         variable is valid.
34559         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
34560
34561 2000-11-16  Jim Meyering  <meyering@lucent.com>
34562
34563         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
34564
34565 2000-11-11  Jim Meyering  <meyering@lucent.com>
34566
34567         * lib/error.c: Add a couple #includes, merging from GNU libc version.
34568
34569 2000-11-10  Jim Meyering  <meyering@lucent.com>
34570
34571         * lib/obstack.h: Update from GNU libc.
34572         * lib/obstack.c: Likewise.
34573
34574 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
34575
34576         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
34577
34578 2000-11-06  Paul Eggert  <eggert@twinsun.com>
34579
34580         * lib/getusershell.c (setusershell): Use rewind rather than
34581         fseek/fseeko, to avoid configuration hassles with fseeko.
34582         Don't bother opening SHELLS_FILE if shellstream is NULL;
34583         it's not necessary.
34584
34585 2000-11-05  Jim Meyering  <meyering@lucent.com>
34586
34587         * lib/makepath.h (make_dir): Declare.
34588         * lib/makepath.c (make_dir): Remove `static' attribute.
34589         Tweak a comment.
34590
34591 2000-11-04  Jim Meyering  <meyering@lucent.com>
34592
34593         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
34594
34595 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
34596
34597         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
34598         last one in a bucket, advance to the next bucket.
34599
34600 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
34601
34602         * lib/fnmatch.c: Do not comment out all the code if we are using
34603         the GNU C library, because in some cases we are replacing buggy
34604         code in the GNU C library itself.
34605
34606 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
34607
34608         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
34609         (regex_compile): Catch bogus \(\1\).
34610
34611 2000-10-30  Paul Eggert  <eggert@twinsun.com>
34612
34613         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
34614         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
34615         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
34616
34617 2000-10-30  Paul Eggert  <eggert@twinsun.com>
34618
34619         * lib/error.h, getline.h, modechange.h:
34620         Remove "2000" from Copyright line, as the file hasn't been
34621         changed this year other than in the copyright notice.
34622
34623         * lib/xalloc.h: Add "2000" to Copyright line, as this file
34624         was changed this year.
34625
34626 2000-10-29  Jim Meyering  <meyering@lucent.com>
34627
34628         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
34629         renaming.
34630         * m4/ls-mntd-fs.m4: Likewise
34631
34632 2000-10-29  Jim Meyering  <meyering@lucent.com>
34633
34634         * lib/xstat.in: Fix grammar in comment.
34635
34636 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
34637
34638         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
34639         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
34640         doesn't define __restrict_arr.
34641
34642 2000-10-28  Jim Meyering  <meyering@lucent.com>
34643
34644         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
34645         (jm_PREREQ_MEMCHR): New function.
34646
34647 2000-10-28  Jim Meyering  <meyering@lucent.com>
34648
34649         * lib/memchr.c: Update from libc.
34650         Adjust for portability:
34651         [HAVE_STDLIB_H]: Include stdlib.h.
34652         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
34653         Undef __memchr, too.
34654         [!weak_alias]: Define __memchr to memchr.
34655
34656         * lib/regex.c: Update from libc.
34657         * lib/regex.h: Likewise.
34658         * lib/getopt1.c: Likewise.
34659         * lib/memcmp.c: Likewise.
34660
34661         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
34662         Avoid using fseek, when possible -- it's broken by design.
34663         Patch by Ulrich Drepper.
34664
34665 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
34666
34667         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
34668         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
34669         Giving in to popular pressure to shut up the compiler with casts.
34670
34671 2000-10-26  Jim Meyering  <meyering@lucent.com>
34672
34673         * lib/strftime.c: Update from libc.
34674
34675 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
34676
34677         * regex.c: More `unsigned char' -> `re_char' changes.
34678         Also change several `int' into `re_wchar_t'.
34679         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
34680         (PUSH_FAILURE_POINTER): Don't cast any more.
34681         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
34682         We want GCC to complain, since this piece of code makes
34683         re_match non-reentrant, which *should* be fixed.
34684         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
34685         (EXTEND_BUFFER): Use RETALLOC.
34686         (SET_LIST_BIT): Don't cast.
34687         (re_wchar_t): New type.
34688         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
34689         that those two functions will always properly return.
34690         (IMMEDIATE_QUIT_CHECK): Cast to void.
34691         (analyse_first): Use recursion rather than an explicit stack.
34692         (re_compile_fastmap): Can't fail anymore.
34693         (re_search_2): Don't check re_compile_fastmap for failure.
34694         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
34695         Now also sets the new value (passed in a new argument).
34696         (re_match_2_internal): Use it.
34697         Also, use a new var `reg' of type size_t when looping through regs
34698         rather than reuse the inappropriate `mcnt'.
34699
34700 2000-10-25  Jim Meyering  <meyering@lucent.com>
34701
34702         * lib/obstack.c: Update from libc.
34703
34704 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
34705
34706         * regex.c (regex_compile): Change the way of handling a range from
34707         a char less than 256 to a char not less than 256.
34708
34709 2000-10-24  Andrew Innes  <andrewi@gnu.org>
34710
34711         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
34712         NT-Emacs only.
34713         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
34714         so that re_search functions only quit when callers expect them to.
34715
34716 2000-10-23  Jim Meyering  <meyering@lucent.com>
34717
34718         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
34719         wrong.  That set_locale call must not have any side effects.
34720         From Paul Eggert.
34721
34722 2000-10-22  Jim Meyering  <meyering@lucent.com>
34723
34724         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
34725         [CYCLIC]: Remove now-unused definition.
34726
34727         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
34728         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
34729         Suggestion from Ulrich Drepper.
34730
34731 2000-10-21  Jim Meyering  <meyering@lucent.com>
34732
34733         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
34734         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
34735         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
34736
34737 2000-10-21  Jim Meyering  <meyering@lucent.com>
34738
34739         * lib/dirname.c (memrchr): Declare if necessary.
34740         (dir_name): Remove the restriction that there be no
34741         trailing slashes.  Now, this code skips past them, effectively
34742         ignoring them.
34743         [TEST_DIRNAME] (main): New unit tests.
34744
34745         * lib/memrchr.c: New file from GNU libc.
34746         Undef __memrchr, too.
34747         [!weak_alias]: Define __memrchr to memrchr.
34748         Guard weak_alias use with `#ifdef weak_alias'.
34749
34750 2000-10-21  Jim Meyering  <meyering@lucent.com>
34751
34752         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
34753         (dir_name): Use dir_name_r.
34754         * lib/dirname.h (dir_name_r): Declare it.
34755
34756 2000-10-17  Jim Meyering  <meyering@lucent.com>
34757
34758         * lib/quote.h (PARAMS): Define and use.
34759         Reported by Akim Demaille.
34760
34761         * lib/getopt.c: Update from libc.
34762
34763 2000-10-16  Jim Meyering  <meyering@lucent.com>
34764
34765         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
34766         setlocale.
34767         From Jan Fedak.
34768
34769 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
34770
34771         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
34772
34773 2000-09-25  Jim Meyering  <meyering@lucent.com>
34774
34775         * lib/md5.h (rol): Define (from GnuPG).
34776
34777         * lib/sha.c: Give credit (GnuPG) where due.
34778         (M): Use rol rather than open-coding it.
34779         Add a FIXME comment.
34780
34781 2000-09-21  Jim Meyering  <meyering@lucent.com>
34782
34783         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
34784         Reported by Michael Stone.
34785
34786 2000-09-20  Jim Meyering  <meyering@lucent.com>
34787
34788         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
34789         (noinst_HEADERS): Add sha.h.
34790         Based on code from Scott G. Miller and from GnuPG.
34791
34792 2000-09-18  Jim Meyering  <meyering@lucent.com>
34793
34794         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
34795         LIBS. Otherwise, everyone ends up linking with -lelf for some
34796         configurations.
34797         Reported by Mike Stone.
34798
34799 2000-09-15  Jim Meyering  <meyering@lucent.com>
34800
34801         * lib/regex.c: Update from libc.
34802
34803 2000-09-10  Jim Meyering  <meyering@lucent.com>
34804
34805         * lib/getopt.c (_getopt_internal): Update from glibc.
34806
34807 2000-09-09  Jim Meyering  <meyering@lucent.com>
34808
34809         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
34810         think it should be used as a general replacement for isascii.
34811         * lib/fnmatch.c: Likewise.
34812         * lib/mbswidth.c: Likewise
34813         * lib/regex.c: Likewise.
34814
34815         Don't use atoi.
34816         * lib/userspec.c: Include sys/param.h and limits.h.
34817         Include xstrtol.h.
34818         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34819         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
34820         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
34821         UID, GID.  Check range.
34822
34823 2000-09-06  Jim Meyering  <meyering@lucent.com>
34824
34825         * lib/getopt.c (_getopt_internal): Update from glibc.
34826
34827 2000-08-30  Jim Meyering  <meyering@lucent.com>
34828
34829         * lib/strftime.c: Merge in changes from GNU libc.
34830
34831 2000-08-26  Jim Meyering  <meyering@lucent.com>
34832
34833         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
34834         * m4/fpending.m4: New file.
34835
34836 2000-08-26  Jim Meyering  <meyering@lucent.com>
34837
34838         * lib/closeout.c: Include "__fpending.h".
34839         (close_stdout_status): Return right away if there's nothing to flush.
34840
34841         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
34842         * lib/__fpending.c: New file.
34843         * lib/__fpending.h: New file.
34844
34845 2000-08-20  Jim Meyering  <meyering@lucent.com>
34846
34847         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
34848         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
34849         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
34850
34851 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
34852
34853         Improve fileutils installation on systems where running
34854         programs (like install) can't be unlinked.
34855         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
34856         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
34857
34858 2000-08-07  Paul Eggert  <eggert@twinsun.com>
34859
34860         Standardize on "memory exhausted" instead of "Memory exhausted"
34861         or "virtual memory exhausted".
34862         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
34863         "virtual memory exhausted".
34864         * lib/same.c (same_name): Invoke xalloc_die instead of printing
34865         our own message.
34866         * lib/userspec.c (parse_user_spec): Likewise.
34867         * lib/bumpalloc.h: comment fix
34868         * lib/same.c, userspec.c: Include xalloc.h.
34869
34870         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
34871         not char *const and pointing to a constant array.
34872         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
34873         (xrealloc): Comment fix.
34874
34875         * lib/userspec.c (parse_user_spec):
34876         Don't translate a message until just before returning,
34877         to avoid unnecessary translation.
34878
34879 2000-08-07  Jim Meyering  <meyering@lucent.com>
34880
34881         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
34882         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
34883         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
34884         getgroups.c, gethostname.c, getopt.h, group-member.c,
34885         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
34886         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
34887         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
34888         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
34889         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
34890         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
34891         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
34892         yesno.c: Back out Copyright date changes for each file with no change
34893         this year.  This eases coordination with other programs using the same
34894         source code modules.  From Paul Eggert.
34895
34896 2000-08-06  Paul Eggert  <eggert@twinsun.com>
34897
34898         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
34899         not char, for compatibility with glibc 2.1.3 strftime.c.
34900
34901 2000-08-03  Greg McGary  <greg@mcgary.org>
34902
34903         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
34904         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
34905         (EXTEND_BUFFER): Use them.
34906
34907 2000-08-01  Jim Meyering  <meyering@lucent.com>
34908
34909         * lib/dirname.c (ISSLASH): Define.
34910         (BACKSLASH_IS_PATH_SEPARATOR): Define.
34911         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
34912         both `\' and `/' may be use as path separators.
34913         Based on a patch from Prashant TR.
34914
34915 2000-07-31  Paul Eggert  <eggert@twinsun.com>
34916
34917         * lib/quotearg.c (quotearg_n_options): Don't make the initial
34918         slot vector a constant, since it might get modified.
34919
34920 2000-07-31  Jim Meyering  <meyering@lucent.com>
34921
34922         * lib/xmalloc.c: Use `virtual memory exhausted', not
34923         `Memory exhausted'.
34924         * lib/obstack.c (print_and_abort): Likewise.
34925
34926 2000-07-30  Paul Eggert  <eggert@twinsun.com>
34927
34928         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
34929         buffer, so that the caller can always quote one small
34930         component of a "memory exhausted" message in slot 0.
34931         From a suggestion by Jim Meyering.
34932
34933 2000-07-30  Jim Meyering  <meyering@lucent.com>
34934
34935         * lib/makepath.c (make_path): Quote the other instance, too.
34936
34937         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
34938         (STATIC_BUF_SIZE): Define.
34939         (quotearg_n_options): Use only statically allocated storage when
34940         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
34941         than STATIC_BUF_SIZE.
34942
34943 2000-07-29  Jim Meyering  <meyering@lucent.com>
34944
34945         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
34946         * lib/dirname.c (dir_name): Likewise.
34947
34948         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
34949         `/'.
34950
34951         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
34952         (dir_name): Assert that there are no trailing slashes.
34953
34954 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
34955
34956         * lib/mbswidth.h (mbswidth): Add a flags argument.
34957         (mbswidth): New declaration.
34958         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
34959         * lib/mbswidth.c (mbswidth): Add a flags argument.
34960         (mbsnwidth): New function.
34961
34962 2000-07-24  Jim Meyering  <meyering@lucent.com>
34963
34964         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
34965
34966 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34967
34968         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
34969
34970 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34971
34972         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
34973         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
34974         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
34975         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
34976         invoke multibyte primitives.
34977
34978 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34979
34980         * lib/quotearg.c:
34981         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
34982         so that mbstate_t is always defined.
34983
34984         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
34985         be 1 in at least one GCC installation, and this configuration
34986         error is likely to be common.  Ignoring MB_LEN_MAX hurts
34987         performance on hosts that have mbrtowc but have only unibyte
34988         locales, but I assume these hosts are rare.
34989
34990 2000-07-23  Paul Eggert  <eggert@twinsun.com>
34991
34992         * lib/mbswidth.c (_XOPEN_SOURCE):
34993         Don't define; this causes problems on Solaris 7.
34994         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
34995
34996 2000-07-23  Jim Meyering  <meyering@lucent.com>
34997
34998         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
34999         too: getgrgid, getpwuid, getuid.
35000
35001 2000-07-23  Jim Meyering  <meyering@lucent.com>
35002
35003         * lib/basename.c (base_name): Add an assertion.
35004
35005 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
35006
35007         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
35008         shadow its mbsinit function.
35009
35010 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
35011
35012         * lib/mbswidth.h: New file.
35013         * lib/mbswidth.c: New file.
35014         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
35015         (noinst_HEADERS): Add mbswidth.h.
35016
35017 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
35018
35019         * lib/config.charset: Add support for FreeBSD. Improve support for
35020         HP-UX and IRIX 6.
35021
35022 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
35023
35024         * m4/mbswidth.m4: New file.
35025         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
35026
35027 2000-07-15  Jim Meyering  <meyering@lucent.com>
35028
35029         * lib/makepath.c: Include quote.h.
35030         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
35031         corresponding argument in a `quote (...)' call.
35032         Give better diagnostics.
35033
35034         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
35035         (noinst_HEADERS): Add quote.h.
35036
35037         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
35038         from tar's src/misc.c.
35039         * lib/quote.h: New file.  Prototypes for same.
35040
35041 2000-07-14  Paul Eggert  <eggert@twinsun.com>
35042
35043         From a suggestion by Bruno Haible.
35044         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
35045         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
35046         to decide whether to define the BeOS workaround macro;
35047         this adjusts to the change to AC_MBSTATE_T.
35048
35049 2000-07-14  Jim Meyering  <meyering@lucent.com>
35050
35051         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
35052         jm_AC_TYPE_UINTMAX_T.
35053
35054 2000-07-13  Paul Eggert  <eggert@twinsun.com>
35055
35056         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
35057
35058         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
35059         quotearg_buffer_restyled): Add support for
35060         clocale_quoting_style.  Undo previous change to
35061         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
35062         and "{RIGHT QUOTATION MARK}" msgids.
35063
35064 2000-07-10  Paul Eggert  <eggert@twinsun.com>
35065
35066         From a suggestion by Bruno Haible.
35067         * m4/mbstate_t.m4 (AC_MBSTATE_T):
35068         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
35069         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
35070         and mbstate_t, to a single-part test that simply defines mbstate_t.
35071         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
35072         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
35073
35074 2000-07-10  Jim Meyering  <meyering@lucent.com>
35075
35076         * m4/strerror_r.m4: Mirror the correction made in autoconf.
35077
35078         * m4/gnu-source.m4: Output to confdefs.h directly.
35079         Suggestion from Akim Demaille.
35080
35081 2000-07-09  Paul Eggert  <eggert@twinsun.com>
35082
35083         The old behavior of quoting `like this' doesn't look good with
35084         newer, ISO-style fonts.  See:
35085         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
35086
35087         Instead, quote "like this" by default.  Let the translator
35088         tailor the locale-specific quoting behavior by providing
35089         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
35090
35091         * lib/quotearg.c (N_): New macro.
35092         (gettext_default): New function.
35093         (quotearg_buffer_restyled): Use
35094         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
35095         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
35096
35097 2000-07-09  Jim Meyering  <meyering@lucent.com>
35098
35099         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
35100         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
35101
35102         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
35103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
35104
35105 2000-07-09  Jim Meyering  <meyering@lucent.com>
35106
35107         * lib/Most files: Update copyright dates to include 2000.
35108
35109 2000-07-08  Jim Meyering  <meyering@lucent.com>
35110
35111         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
35112         if not defined.
35113         (xgethostname): Remove now-unnecessary #ifdef.
35114         Move declaration of `err' into loop where it's used.
35115
35116 2000-07-05  Paul Eggert  <eggert@twinsun.com>
35117         and Bruno Haible  <haible@clisp.cons.org>
35118
35119         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
35120         only if the test for an object-type mbstate_t fails.  This
35121         prevents us from mistakenly reporting that mbstate_t is a
35122         system object type after we "#define mbstate_t int" to work
35123         around its lack.
35124
35125 2000-07-05  Paul Eggert  <eggert@twinsun.com>
35126         and Bruno Haible  <haible@clisp.cons.org>
35127
35128         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
35129
35130 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
35131
35132         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
35133         to strerror_r.
35134         Include <ctype.h> for use of isalpha.
35135
35136 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
35137
35138         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
35139         by allocating a larger buffer. Test the gethostname return value for
35140         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
35141         returns an error and ENAMETOOLONG isn't defined.
35142
35143 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
35144
35145         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
35146         dimension.
35147
35148 2000-07-04  Jim Meyering  <meyering@lucent.com>
35149
35150         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
35151         of the deprecated AC_CHECKING.
35152
35153 2000-07-04  Jim Meyering  <meyering@lucent.com>
35154
35155         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
35156         Reported by Bruno Haible.
35157
35158 2000-07-04  Jim Meyering  <meyering@lucent.com>
35159
35160         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
35161         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
35162         lacks mbrtowc.
35163
35164 2000-07-03  Paul Eggert  <eggert@twinsun.com>
35165
35166         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
35167         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
35168
35169 2000-07-03  Paul Eggert  <eggert@twinsun.com>
35170         and Bruno Haible  <haible@clisp.cons.org>
35171
35172         * lib/quotearg.c (mbrtowc):
35173         Assign to *pwc, and return 1 only if result is nonzero.
35174         (iswprint): Use ISPRINT when substituting our own mbrtowc.
35175
35176 2000-07-03  Jim Meyering  <meyering@lucent.com>
35177
35178         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
35179
35180 2000-07-03  Jim Meyering  <meyering@lucent.com>
35181
35182         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
35183         This is necessary to get a definition of e.g., UTMP_FILE on
35184         HP-UX 10.20.
35185         From Bob Proulx.
35186
35187 2000-07-02  Jim Meyering  <meyering@lucent.com>
35188
35189         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
35190
35191         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
35192         AC_LIBOBJ(function_name).
35193         * m4/chown.m4: Likewise.
35194         * m4/fnmatch.m4: Likewise.
35195         * m4/ftruncate.m4: Likewise.
35196         * m4/getgroups.m4: Likewise.
35197         * m4/getline.m4: Likewise.
35198         * m4/group-member.m4: Likewise.
35199         * m4/jm-macros.m4: Likewise.
35200         * m4/lstat.m4: Likewise.
35201         * m4/malloc.m4: Likewise.
35202         * m4/memcmp.m4: Likewise.
35203         * m4/nanosleep.m4: Likewise.
35204         * m4/putenv.m4: Likewise.
35205         * m4/realloc.m4: Likewise.
35206         * m4/regex.m4: Likewise.
35207         * m4/stat.m4: Likewise.
35208         * m4/strftime.m4: Likewise.
35209
35210 2000-07-02  Jim Meyering  <meyering@lucent.com>
35211
35212         * lib/quotearg.c (mbstate_t): Don't define here.
35213
35214 2000-07-02  Jim Meyering  <meyering@lucent.com>
35215
35216         * lib/nanosleep.c (SIGCONT): Define if not already defined.
35217
35218 2000-07-01  Jim Meyering  <meyering@lucent.com>
35219
35220         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
35221
35222 2000-07-01  Jim Meyering  <meyering@lucent.com>
35223
35224         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
35225         problem.
35226
35227 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
35228
35229         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
35230         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
35231
35232 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
35233
35234         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
35235         per change in ../m4/ls-mntd-fs.m4.
35236         (read_filesystem_list): Ignore symbolic links.
35237
35238 2000-06-29  Jim Meyering  <meyering@lucent.com>
35239
35240         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
35241         for declaration of strcmp.
35242
35243         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
35244
35245         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
35246         Avoid warning by casting result to `char *' to remove `const'.
35247
35248 2000-06-28  Jim Meyering  <meyering@lucent.com>
35249
35250         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
35251         included by quotearg.c, for which we perform this test.  From
35252         Bruno Haible.
35253
35254 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
35255
35256         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
35257         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
35258         <utmpx.h> exists, put readutmp.o into LIBOBJS.
35259
35260 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
35261
35262         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
35263
35264 2000-06-26  Paul Eggert  <eggert@twinsun.com>
35265
35266         savedir now sets errno on failure and invokes xmalloc to get memory.
35267         Fix a couple of other minor bugs while we're at it.
35268
35269         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
35270         (NAMLEN): Remove macro.
35271         (malloc, realloc): Remove decls.
35272         (stpcpy): Likewise.
35273         ("xalloc.h"): Include.
35274         (NAME_SIZE_DEFAULT): New macro.
35275         (savedir): Use xmalloc / xrealloc to allocate memory.
35276         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
35277         Skip "" directory entries.
35278         Use strlen to calculate directory entry length, since the old method
35279         is rarely used these days and isn't worth supporting.
35280         Don't use a pointer after freeing it.
35281         Check for integer overflow when calculating allocation size.
35282         Use memcpy to copy entries, instead of stpcpy.
35283         Set errno properly when returning NULL.
35284         Check for readdir error.
35285
35286 2000-06-26  Jim Meyering  <meyering@lucent.com>
35287
35288         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
35289
35290 2000-06-25  Jim Meyering  <meyering@lucent.com>
35291
35292         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
35293         Linux header bug when _XOPEN_SOURCE is defined to 500.
35294
35295 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
35296
35297         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
35298         deficiency.
35299
35300 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
35301
35302         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
35303         Include xalloc.h.
35304         Don't include <stdlib.h>.  Don't declare malloc, realloc.
35305
35306 2000-06-24  Jim Meyering  <meyering@lucent.com>
35307
35308         * m4/strerror_r.m4: Revive this file -- to try out an experimental
35309         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
35310         for which strerror does return char*, but which lacks a conveniently
35311         accessible declaration of the function.  If the compile-test says
35312         strerror_r doesn't work, then resort to a `run'-test that works on
35313         BeOS and segfaults on DEC Unix.
35314
35315 2000-06-24  Jim Meyering  <meyering@lucent.com>
35316
35317         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
35318
35319 2000-06-23  Paul Eggert  <eggert@twinsun.com>
35320
35321         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
35322         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
35323
35324 2000-06-23  Paul Eggert  <eggert@twinsun.com>
35325
35326         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
35327         (mbrtowc, mbstate_t): Define substitutes if
35328         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
35329         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
35330         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
35331
35332 2000-06-23  Jim Meyering  <meyering@lucent.com>
35333
35334         * m4/afs.m4: Add missing AC_MSG_RESULT.
35335         Reported by Bruno Haible.
35336
35337         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
35338         Suggestion from Bruno Haible.
35339
35340 2000-06-23  Jim Meyering  <meyering@lucent.com>
35341
35342         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
35343
35344 2000-06-21  Jim Meyering  <meyering@lucent.com>
35345
35346         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
35347
35348 2000-06-21  Jim Meyering  <meyering@lucent.com>
35349
35350         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
35351         (noinst_HEADERS): Add getstr.h.
35352
35353         * lib/getline.c (getstr): Move into a separate file.
35354         * lib/getstr.c (getstr): New file, extracted from getline.c, with
35355         the following changes: new parameter, delim2; both delim[12]
35356         parameters have type `int', not `char'.  The latter would lose
35357         with 8-bit delimiters.
35358         * lib/getstr.h: New file.
35359
35360 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35361
35362         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
35363         than 1024, return a memory chunk of least possible size, instead
35364         of size PATH_MAX + 2. In the loop, increment the size proportionally.
35365         Use free/xmalloc instead of xrealloc to avoid copying for very long
35366         paths.
35367
35368 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35369
35370         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
35371         the empty string.
35372
35373 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35374
35375         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
35376         address, not strdup.  Include <stdlib.h> and don't declare free().
35377
35378 2000-06-19  Jim Meyering  <meyering@lucent.com>
35379
35380         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
35381
35382 2000-06-18  Jim Meyering  <meyering@lucent.com>
35383
35384         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
35385
35386         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
35387         `checking whether...' message to be consistent with that of the
35388         lstat test.
35389
35390 2000-06-18  Jim Meyering  <meyering@lucent.com>
35391
35392         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
35393         Besides, these days every porting target provides a mkdir function.
35394
35395         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
35396         needed. (this snippet comes from src/system.h).
35397
35398 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
35399
35400         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
35401
35402 2000-06-15  Paul Eggert  <eggert@twinsun.com>
35403
35404         * lib/human.c (adjust_value): New function.
35405         (human_readable_inexact): Apply rounding style even when
35406         printing approximate values.
35407
35408 2000-06-14  Paul Eggert  <eggert@twinsun.com>
35409
35410         * lib/human.c (human_readable_inexact): Allow an input block
35411         size that is not a multiple of the output block size, and vice versa.
35412         Reported by Piergiorgio Sartor.
35413
35414 2000-06-14  Paul Eggert  <eggert@twinsun.com>
35415
35416         * lib/getdate.y (get_date): Apply relative times after time
35417         zone indicator, not before.  Reported by Todd A. Jacobs.
35418
35419 2000-06-13  Jim Meyering  <meyering@lucent.com>
35420
35421         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
35422
35423         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
35424
35425 2000-06-12  Paul Eggert  <eggert@twinsun.com>
35426
35427         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
35428
35429 2000-06-12  Jim Meyering  <meyering@lucent.com>
35430
35431         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
35432         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
35433         optional argument.
35434         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
35435         the optional argument, `lib'.
35436
35437 2000-06-08  Jim Meyering  <meyering@lucent.com>
35438
35439         * m4/largefile.m4: Remove file (now that it's part of autoconf).
35440
35441 2000-06-04  Paul Eggert  <eggert@twinsun.com>
35442
35443         Rewrite largefile configuration so that we don't need to run
35444         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
35445         AC_CANONICAL_HOST in configure.in -- jmm]
35446
35447         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
35448         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
35449         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
35450         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
35451         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
35452         All uses changed.
35453         Instead of inspecting the output of getconf, try to compile the
35454         test program without and with the macro definition.
35455         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
35456         for getconf.  Instead, check for the needed flags by compiling
35457         test programs.
35458
35459 2000-06-04  Paul Eggert  <eggert@twinsun.com>
35460
35461         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
35462
35463 2000-06-04  Jim Meyering  <meyering@lucent.com>
35464
35465         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
35466         SunOS 4.1.4 for which gid_t is an unsigned type.
35467
35468 2000-06-03  Jim Meyering  <meyering@lucent.com>
35469
35470         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
35471         now that autoconf requires that.
35472
35473         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
35474         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
35475         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
35476
35477 2000-06-03  Jim Meyering  <meyering@lucent.com>
35478
35479         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
35480
35481 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
35482
35483         * m4/glibc21.m4: New file.
35484         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
35485
35486 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
35487
35488         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
35489         newer, don't install charset.alias.
35490         * lib/config.charset: Change the Linux/glibc rules so they become empty
35491         on glibc-2.1 or newer.
35492
35493 2000-06-02  Jim Meyering  <meyering@lucent.com>
35494
35495         * lib/mountlist.c: Back out last change.  Instead, do this...
35496         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
35497         me_dummy member using the same `ignore'-testing code.
35498         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
35499         fs_type strings.
35500         From Mark D. Roth.
35501
35502 2000-05-29  Jim Meyering  <meyering@lucent.com>
35503
35504         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
35505         mounts with the `ignore' attribute.  Based on a patch from
35506         Mark D. Roth.
35507
35508 2000-05-28  Jim Meyering  <meyering@lucent.com>
35509
35510         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
35511         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35512         * m4/stat.m4: Likewise.
35513         * m4/lstat.m4: Likewise.
35514         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
35515
35516         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
35517         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
35518
35519 2000-05-26  Jim Meyering  <meyering@lucent.com>
35520
35521         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
35522
35523 2000-05-24  Jim Meyering  <meyering@lucent.com>
35524
35525         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
35526         autoconf requires that.
35527         * m4/lib-check.m4: Likewise.
35528         * m4/jm-macros.m4: Likewise.
35529         * m4/strftime.m4: Likewise.
35530
35531         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
35532         AC_CHECK_DECLS, now that autoconf requires that.
35533
35534 2000-05-22  Jim Meyering  <meyering@lucent.com>
35535
35536         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35537         * m4/lstat.m4: Likewise.
35538
35539 2000-05-22  Jim Meyering  <meyering@lucent.com>
35540
35541         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
35542
35543 2000-05-20  Jim Meyering  <meyering@lucent.com>
35544
35545         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
35546         (jm_PREREQ): Use it.
35547
35548 2000-05-18  Jim Meyering  <meyering@lucent.com>
35549
35550         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
35551         back, too, since it may have been modified by allocate_entry.
35552         (hash_delete): Rewrite to use neither the assignment operator
35553         nor the comma operator in an if-expression.
35554
35555 2000-05-15  Paul Eggert  <eggert@twinsun.com>
35556
35557         * lib/closeout.c:
35558         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
35559         Remove; no longer needed.
35560         "quotearg.h": Add include.
35561         (file_name): Do not bother to explicitly initialize to NULL; it's less
35562         efficient on some hosts.
35563         (close_stdout_status): Remove test as to whether stdout was already
35564         closed; it breaks for the case "echo x | sort >&-".
35565         Quote file name colons.
35566         Do not assume that _("write error") lacks format strings.
35567
35568 2000-05-15  Jim Meyering  <meyering@lucent.com>
35569
35570         * lib/version-etc.c (version_etc_copyright): Update the copyright
35571         string used in all --version output.
35572
35573 2000-05-14  Jim Meyering  <meyering@lucent.com>
35574
35575         * lib/closeout.c (close_stdout_set_file_name): New function.
35576         (close_stdout_status): Use new file-scoped global.
35577         Return right away if fstat says the stdout file descriptor is invalid.
35578         * lib/closeout.h (close_stdout_set_file_name): Declare.
35579
35580 2000-05-10  Jim Meyering  <meyering@lucent.com>
35581
35582         * lib/closeout.c [default_exit_status]: New file-scoped variable.
35583         (close_stdout_set_status): New function.
35584         * lib/closeout.h (close_stdout_set_status): Declare.
35585
35586 2000-05-09  Jim Meyering  <meyering@lucent.com>
35587
35588         * m4/gettext.m4: Rename this...
35589         * m4/libintl.m4: ...to this.
35590
35591 2000-05-08  Jim Meyering  <meyering@lucent.com>
35592
35593         * lib/long-options.c: Don't include closeout.h.
35594         (parse_long_options): Don't call close_stdout for --version.
35595
35596 2000-05-06  Paul Eggert  <eggert@twinsun.com>
35597
35598         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
35599         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
35600         2.1.3 bug.  This avoids a clash when files like regex.c define
35601         _GNU_SOURCE.
35602
35603 2000-05-06  Jim Meyering  <meyering@lucent.com>
35604
35605         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
35606         (AC_REPLACE_FUNCS): Add strnlen.
35607
35608         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
35609         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
35610
35611         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
35612         AC_SEARCH_LIBS call for nanosleep.
35613         (LIB_NANOSLEEP): Set and AC_SUBST.
35614
35615 2000-05-06  Jim Meyering  <meyering@lucent.com>
35616
35617         * lib/strnlen.c: Undefine __strnlen and strnlen.
35618         [!weak_alias]: Define __strnlen to strnlen.
35619
35620         * lib/atexit.c: New file, from libiberty.
35621
35622 2000-05-06  Jim Meyering  <meyering@lucent.com>
35623
35624         * lib/closeout.c (close_stdout_status): Also check for errors on the
35625         stderr stream.
35626
35627 2000-05-05  Jim Meyering  <meyering@lucent.com>
35628
35629         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
35630         AC_SEARCH_LIBS call for clock_gettime.
35631         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
35632
35633         * m4/search-libs.m4: Update from autoconf.
35634
35635         su doesn't work on Solaris 2.6.
35636         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
35637         <shadow.h>.  Reported by Dragos Harabor.
35638
35639 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
35640
35641         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
35642         memcpy instead of xmalloc, xrealloc, path_concat.
35643         (locale_charset): Treat empty environment variables as absent.
35644         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
35645
35646 2000-05-04  Jim Meyering  <meyering@lucent.com>
35647
35648         * lib/getopt.c: Update from glibc.
35649         * lib/obstack.c: Likewise.
35650         * lib/obstack.h: Likewise.
35651         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
35652         file
35653
35654         * lib/regex.h: Likewise.
35655         * lib/strndup.c: Likewise.
35656         * lib/strnlen.c: New file, from glibc.
35657
35658 2000-05-03  Jim Meyering  <meyering@lucent.com>
35659
35660         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
35661
35662 2000-05-02  Paul Eggert  <eggert@twinsun.com>
35663
35664         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
35665         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
35666         compile-time test, rather than inspecting host and OS, to
35667         decide whether to define _LARGEFILE_SOURCE.
35668
35669 2000-05-01  Jim Meyering  <meyering@lucent.com>
35670
35671         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
35672
35673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
35674         Based on a patch from Bruno Haible.
35675
35676 2000-05-01  Jim Meyering  <meyering@lucent.com>
35677
35678         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
35679
35680 2000-04-29  Jim Meyering  <meyering@lucent.com>
35681
35682         * lib/path-concat.c: Declare strdup only if it's not defined.
35683         * lib/canon-host.c: Likewise.
35684
35685 2000-04-28  Jim Meyering  <meyering@lucent.com>
35686
35687         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
35688         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
35689         is included first, then limits.h is included by locale.h by libintl.h.
35690         From John David Anglin.
35691
35692 2000-04-25  Jim Meyering  <meyering@lucent.com>
35693
35694         * lib/makepath.c (S_IRWXUGO): Define.
35695         (make_path): Always perform explicit chmod if MODE specifies any
35696         of the `special' permission bits.  Prompted by a bug report against
35697         install from Mate Wierdl and Joost van Baal.
35698
35699 2000-04-18  Jim Meyering  <meyering@lucent.com>
35700
35701         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
35702         (jm_PREREQ): Use it.
35703
35704 2000-04-18  Jim Meyering  <meyering@lucent.com>
35705
35706         * lib/README: New file.
35707
35708         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
35709         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
35710
35711 2000-04-17  Jim Meyering  <meyering@lucent.com>
35712
35713         Get it right :-)
35714         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
35715         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
35716         Suggestion from Akim Demaille.
35717
35718 2000-04-17  Jim Meyering  <meyering@lucent.com>
35719
35720         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
35721         the definition of it to rpl_strftime also defined-away the system's
35722         declaration.
35723
35724 2000-04-15  Jim Meyering  <meyering@lucent.com>
35725
35726         Use `C' to denote so-called `contiguous' files, the same way
35727         that tar does.
35728         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
35729         (ftypelet): Use S_ISCTG.
35730         From Michael Deutschmann.
35731
35732 2000-04-14  Jim Meyering  <meyering@lucent.com>
35733
35734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
35735         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
35736         clobbered.
35737
35738 2000-04-14  Jim Meyering  <meyering@lucent.com>
35739
35740         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
35741
35742 2000-04-13  Jim Meyering  <meyering@lucent.com>
35743
35744         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
35745         AH_VERBATIM to insert required #ifndef into config.h.in.
35746         Suggestion from Akim Demaille.
35747
35748 2000-04-12  Jim Meyering  <meyering@lucent.com>
35749
35750         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
35751         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
35752         Christian Krackowizer.
35753
35754         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
35755         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
35756         (AC_SYS_LARGEFILE): Require.
35757         (AM_C_PROTOTYPES): Require.
35758
35759 2000-04-08  Jim Meyering  <meyering@lucent.com>
35760
35761         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
35762         names don't conflict.  Reported by Eli Zaretskii.
35763
35764 2000-04-07  Jim Meyering  <meyering@lucent.com>
35765
35766         * lib/putenv.c: Move inclusion of errno.h so it follows that of
35767         sys/types.h, to work around system header problems on AIX 3.2.5.
35768         From Bruno Haible.
35769
35770 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
35771
35772         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
35773         bug.  Deal with the different error behavior of Irix iconv.
35774
35775 2000-04-05  Paul Eggert  <eggert@twinsun.com>
35776
35777         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
35778         IRIX if the installer said otherwise.
35779
35780 2000-04-05  Jim Meyering  <meyering@lucent.com>
35781
35782         Portability tweaks required for ultrix4.3.
35783         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
35784         (jm_CHECK_DECLS): Add getutent to the list of functions.
35785         (_jm_DECL_HEADERS): Add utmpx.h.
35786         From John David Anglin.
35787
35788         * m4/strftime.m4: Back out the 2000-04-02 change.
35789         Instead of that change, simply undefine putenv in the test program.
35790
35791 2000-04-05  Jim Meyering  <meyering@lucent.com>
35792
35793         Portability tweaks required for ultrix4.3.
35794         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
35795         getutent.
35796         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
35797         * lib/canon-host.c: Declare strdup.
35798         * lib/path-concat.c: Likewise.
35799         From John David Anglin.
35800
35801 2000-04-04  Jim Meyering  <meyering@lucent.com>
35802
35803         Be more DOS 8.3-friendly.
35804         * lib/ref-add.sin: Renamed from ref-add.sed.in.
35805         * lib/ref-del.sin: Renamed from ref-del.sed.in.
35806         * lib/Makefile.am: Reflect renaming.
35807         Reported by Eli Zaretskii.
35808
35809         Use a temporary file name that won't clash with `charset.alias'
35810         in the DOS 8.3 name space.
35811         * lib/Makefile.am (charset_tmp): Define.
35812         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
35813         (uninstall-local): Likewise.
35814         Reported by Eli Zaretskii.
35815
35816 2000-04-03  Jim Meyering  <meyering@lucent.com>
35817
35818         * m4/gettext.m4: Fix typo in comment.
35819
35820         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
35821         textutils/configure.in).  Suggestion from Paul Eggert.
35822         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
35823
35824 2000-04-02  Paul Eggert  <eggert@twinsun.com>
35825
35826         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
35827         variable in the shell rather than using putenv, which isn't
35828         portable.  This avoids the configure-time inter-test dependency
35829         on the potentially-renamed putenv function.
35830
35831 2000-03-30  Paul Eggert  <eggert@twinsun.com>
35832
35833         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
35834         before checking struct stat.st_blksize, so that
35835         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
35836
35837 2000-03-29  Paul Eggert  <eggert@twinsun.com>
35838
35839         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
35840         since strftime.c uses HAVE_STRFTIME to decide whether to use
35841         the underlying strftime.
35842
35843 2000-03-29  Paul Eggert  <eggert@twinsun.com>
35844
35845         * lib/time/strftime.c (my_strftime): Make sure we call the system
35846         strftime, not ourselves, when invoking the underlying strftime.
35847
35848 2000-03-24  Jim Meyering  <meyering@lucent.com>
35849
35850         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
35851         (charset_alias): Define.
35852         (install-exec-local): Factor out common code.
35853         (uninstall-local): Split lines longer than 80.
35854         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
35855         (SUFFIXES): Define.
35856         (.sed.in.sed): New rule.  Don't redirect directly to $@.
35857         (CLEANFILES): Add ref-add.sed and ref-del.sed.
35858
35859 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
35860
35861         * lib/config.charset: Output a line containing "Packages using this
35862         file".
35863         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
35864         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
35865         ref-del.sed): New rules.
35866
35867 2000-03-17  Jim Meyering  <meyering@lucent.com>
35868
35869         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
35870         Otherwise, include <strings.h>
35871
35872 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
35873
35874         * lib/unicodeio.c (utf8_wctomb): New function.
35875         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
35876         format instead of in UCS-4 with platform dependent endianness.
35877
35878 2000-03-10  Jim Meyering  <meyering@lucent.com>
35879
35880         * m4/lib-check.m4: Look for getspnam in -lgen, too.
35881         From Marco Franzen.
35882
35883 2000-03-07  Paul Eggert  <eggert@twinsun.com>
35884
35885         * lib/savedir.c (savedir): Work even if directory size is
35886         negative; this can happen with some screwy NFS configurations.
35887
35888 2000-03-06  Jim Meyering  <meyering@lucent.com>
35889
35890         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
35891         if it's NULL (because we ran out of memory).  From Bruno Haible.
35892
35893 2000-03-05  Jim Meyering  <meyering@lucent.com>
35894
35895         * lib/localcharset.c ("path-concat.h"): Include.
35896         (get_charset_aliases): Use path_concat instead of ANSI string
35897         concatenation.
35898
35899         * lib/unicodeio.h (PARAMS): Define.
35900         Use it to guard prototype.
35901
35902 2000-03-04  Jim Meyering  <meyering@lucent.com>
35903
35904         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
35905         for lib/localcharset.c.
35906
35907 2000-03-04  Jim Meyering  <meyering@lucent.com>
35908
35909         * lib/Makefile.am (install-exec-local): Create $(libdir) before
35910         installing into it.
35911         (uninstall-local): Uncomment this rule so `make distcheck' works
35912         once again.
35913
35914         * lib/unicodeio.c (<errno.h>): Include it.
35915         (errno): Declare if not defined.
35916
35917         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
35918
35919         * lib/config.charset: New version, incorporating remarks from a linux
35920         i18n mailing list.  From Bruno Haible.
35921
35922 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
35923
35924         * m4/codeset.m4: New file.
35925         * m4/iconv.m4: New file.
35926         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
35927
35928 2000-03-03  Jim Meyering  <meyering@lucent.com>
35929
35930         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
35931
35932 2000-03-02  Jim Meyering  <meyering@lucent.com>
35933
35934         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
35935         the messages come out on separate lines.
35936
35937         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
35938         rather than jm_CHECK_DECLARATIONS.
35939         * m4/decl.m4: Remove now-unused file.
35940
35941         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
35942         geteuid.
35943
35944 2000-03-02  Jim Meyering  <meyering@lucent.com>
35945
35946         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
35947
35948 2000-03-01  Jim Meyering  <meyering@lucent.com>
35949
35950         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
35951         * lib/unicodeio.c: Likewise.
35952
35953 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
35954
35955         * lib/config.charset: New file.
35956         * lib/localcharset.c: New file.
35957         * lib/unicodeio.h, lib/unicodeio.c: New files.
35958         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
35959         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
35960         (noinst_HEADERS): Add unicodeio.h.
35961         (all-local, install-exec-local, charset.alias): New targets.
35962
35963 2000-02-28  Paul Eggert  <eggert@twinsun.com>
35964
35965         * lib/quotearg.c (ALERT_CHAR): New macro.
35966         (quotearg_buffer_restyled): Use it.
35967
35968 2000-02-27  Jim Meyering  <meyering@lucent.com>
35969
35970         * m4/check-decl.m4: Add getenv to the list.
35971
35972 2000-02-27  Jim Meyering  <meyering@lucent.com>
35973
35974         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
35975         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
35976
35977         * lib/backupfile.c: Guard inclusion of stdlib.h with
35978         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
35979         Declare malloc if needed.
35980
35981         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
35982         `#ifndef HAVE_DECL..'
35983         now that autoconf always defines the HAVE_DECL_ symbols.
35984         * lib/human.c: Likewise.
35985         * lib/same.c: Likewise.
35986         * lib/strtoumax.c: Likewise.
35987
35988         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
35989         declaration check was not run.
35990         * lib/hash.c: Likewise.
35991         * lib/human.c: Likewise.
35992         * lib/same.c: Likewise.
35993         * lib/strtoumax.c: Likewise.
35994
35995         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
35996         `.', then first look up the entire `.'-containing string as a login
35997         name.
35998
35999 2000-02-23  Jim Meyering  <meyering@lucent.com>
36000
36001         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
36002         in place of my hack.
36003
36004 2000-02-18  Paul Eggert  <eggert@twinsun.com>
36005
36006         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
36007         (textint): New typedef.
36008         (parser_control): Member year changed from int to textint.
36009         All uses changed.
36010         (YYSTYPE): Removed; replaced by %union with int and textint members.
36011         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
36012         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
36013         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
36014         (tSNUMBER, tUNUMBER): Now of type <textintval>.
36015         (date, number, to_year): Use width of number in digits, not its value,
36016         to determine whether it's a 2-digit year, or a 2-digit time.
36017         (yylex): Store number of digits of numeric tokens.
36018         Reported by John Kendall.
36019
36020         (parser_control): Changed from struct parser_control to typedef (for
36021         consistency).  All uses changed.
36022
36023         (tID): Removed; not used.
36024         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
36025
36026 2000-02-14  Paul Eggert  <eggert@twinsun.com>
36027
36028         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
36029         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
36030
36031 2000-02-12  Jim Meyering  <meyering@lucent.com>
36032
36033         * lib/userspec.c (ISDIGIT): Define it.
36034         (isdigit): Remove definition.
36035         (is_number): Use ISDIGIT, not isdigit.
36036         <libintl.h>: Include.
36037         (_ and N_): Define.
36038         (parse_user_spec): Mark translatable strings.
36039
36040 2000-02-10  Jim Meyering  <meyering@lucent.com>
36041
36042         With these changes, nanosleep.[ch] are finally enough like the other
36043         lib/* replacement files to compile on a few more losing systems.
36044
36045         * lib/nanosleep.h: Don't include config.h.
36046         Remove prototype from declaration of nanosleep.
36047         (PARAMS): Remove now-unneeded definition.
36048         * lib/nanosleep.c: #undef nanosleep.
36049         (rpl_nanosleep): Rename from nanosleep.
36050
36051 2000-02-10  Jim Meyering  <meyering@lucent.com>
36052
36053         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
36054         gnu_nanosleep to rpl_nanosleep.
36055
36056 2000-02-09  Jim Meyering  <meyering@lucent.com>
36057
36058         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
36059         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
36060
36061 2000-02-08  Akim Demaille  <akim@epita.fr>
36062
36063         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
36064         `[' and `]' and remove uses of `changequote'.
36065         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
36066         (AC_SYS_LARGEFILE): Likewise.
36067         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
36068         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
36069         of changequote.
36070         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
36071         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
36072         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
36073         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
36074
36075 2000-02-05  Jim Meyering  <meyering@lucent.com>
36076
36077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
36078         Remove explicit use of AC_HEADER_TIME.  It is required by
36079         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
36080         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
36081         in autoconf whereby the expansion of the latter ended up preceding
36082         the expansion of its prerequisite, AC_HEADER_TIME.
36083         Reported by Volker Borchert.
36084
36085 2000-02-03  Jim Meyering  <meyering@lucent.com>
36086
36087         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
36088
36089 2000-02-03  Jim Meyering  <meyering@lucent.com>
36090
36091         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
36092         rather than with `#if HAVE_UTMPNAME'.
36093
36094 2000-02-02  Jim Meyering  <meyering@lucent.com>
36095
36096         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
36097         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
36098         Reported by Eli Zaretskii.
36099
36100 2000-02-01  Jim Meyering  <meyering@lucent.com>
36101
36102         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
36103
36104 2000-01-31  Jim Meyering  <meyering@lucent.com>
36105
36106         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
36107         functions.  Add the time.h and sys/time.h headers along with the
36108         AC_REQUIRE'ment of AC_HEADER_TIME.
36109
36110 2000-01-31  Jim Meyering  <meyering@lucent.com>
36111
36112         * lib/nanosleep.h (nanosleep): Guard declaration with
36113         `#if ! HAVE_DECL_NANOSLEEP'.
36114         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
36115         the declaration in that vendor's sys/timers.h.
36116         Reported by Christian Krackowizer.
36117
36118         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
36119         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
36120         (ISPRINT): Likewise.
36121         Reported by Tom Tromey.
36122
36123 2000-01-30  Jim Meyering  <meyering@lucent.com>
36124
36125         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
36126
36127         * m4/prereq.m4 (utmp_includes): Define.
36128         Check for ut_user and ut_name members in both struct utmpx
36129         and struct utmp.
36130
36131 2000-01-30  Jim Meyering  <meyering@lucent.com>
36132
36133         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
36134         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
36135         header files where only utmpx.ut_user is declared.
36136
36137         * lib/readutmp.h (UT_USER): Define.
36138
36139 2000-01-29  Jim Meyering  <meyering@lucent.com>
36140
36141         * m4/lib-check.m4: New file containing library-related checks from
36142         fileutils and sh-utils (textutils had none).
36143
36144 2000-01-28  Jim Meyering  <meyering@lucent.com>
36145
36146         * m4/perl.m4: Change format of warning message to look more like that
36147         from the missing script.  Suggestion from François Pinard.
36148
36149 2000-01-25  Jim Meyering  <meyering@lucent.com>
36150
36151         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
36152         well as time.h in the compile check.
36153         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
36154         Fix typo in cross-compiling case: s/yes/no/.
36155
36156 2000-01-23  Jim Meyering  <meyering@lucent.com>
36157
36158         * m4/jm-macros.m4: Move df-related tests here from
36159         fileutils/configure.in
36160
36161         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
36162         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
36163
36164         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
36165         s/space/ac_fsusage_space/.
36166         (jm_FILE_SYSTEM_USAGE): Take two parameters.
36167
36168         * m4/ftruncate.m4: New file (derived from part of
36169         fileutils/configure.in).
36170         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
36171         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
36172
36173         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
36174         AC_SUBST these here, rather than just in sh-util/configure.in, so
36175         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
36176         all the same.
36177         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
36178         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
36179         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
36180         (AC_SUBST(POW_LIBM)): Likewise.
36181         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
36182
36183 2000-01-23  Jim Meyering  <meyering@lucent.com>
36184
36185         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
36186         obstack.c.
36187
36188 2000-01-22  Jim Meyering  <meyering@lucent.com>
36189
36190         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
36191
36192         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
36193
36194         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
36195         configure.in
36196         (AC_CHECK_HEADERS): Likewise for sh-utils.
36197         (AC_CHECK_HEADERS): Likewise for textutils.
36198         Merge the three lists of headers.
36199
36200         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
36201         from fileutils' configure.in.
36202
36203         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
36204         code. Moved tests into their own function (_jm_DECL_HEADERS) in
36205         check-decl.m4.
36206
36207         * m4/check-decl.m4: Use #if rather than #ifdef.
36208         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
36209         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
36210         (_jm_DECL_HEADERS): Define new function.
36211         (jm_CHECK_DECLARATIONS): Require it.
36212
36213 2000-01-22  Jim Meyering  <meyering@lucent.com>
36214
36215         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
36216         [! HAVE_DECL_STRTOULL]: Declare strtoull.
36217         Required for some AIX systems.  Reported by Christian Krackowizer.
36218         [TESTING] (main): New function.
36219
36220         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
36221         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
36222         letters.
36223
36224         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
36225         iswprint.
36226
36227         * lib/strverscmp.c (ISDIGIT): Define.
36228         (strverscmp): Use ISDIGIT, not isdigit.
36229
36230 2000-01-19  Jim Meyering  <meyering@lucent.com>
36231
36232         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
36233         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
36234         defines `struct timespec' in <sys/time.h>
36235
36236         * m4/c-bs-a.m4: Remove uses of changequote altogether.
36237         Thanks to Akim for explaining.
36238
36239 2000-01-17  Paul Eggert  <eggert@twinsun.com>
36240
36241         * lib/nanosleep.c (nanosleep):
36242         Don't use SA_INTERRUPT to decide whether to call sigaction, as
36243         POSIX.1 doesn't require SA_INTERRUPT and some systems
36244         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
36245         it's been part of POSIX.1 since day 1 (in 1988).
36246
36247 2000-01-17  Jim Meyering  <meyering@lucent.com>
36248
36249         * lib/interlock: Remove unused file.  Reported by François Pinard.
36250
36251 2000-01-16  Paul Eggert  <eggert@twinsun.com>
36252
36253         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
36254         alert, backslash, formfeed, and vertical tab unnecessarily in
36255         shell quoting style.
36256
36257 2000-01-16  Jim Meyering  <meyering@lucent.com>
36258
36259         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
36260         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
36261         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
36262         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
36263
36264 2000-01-16  Jim Meyering  <meyering@lucent.com>
36265
36266         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
36267         because the latter didn't work.
36268
36269 2000-01-15  Jim Meyering  <meyering@lucent.com>
36270
36271         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
36272         (AC_REPLACE_FUNCS): Add memcpy and memset.
36273         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
36274         Add strpbrk.
36275         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
36276
36277 2000-01-12  Jim Meyering  <meyering@lucent.com>
36278
36279         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
36280         (jm_PREREQ): Use it.
36281         (jm_PREREQ_READUTMP): New macro.
36282         (jm_PREREQ): Use it.
36283
36284 2000-01-11  Paul Eggert  <eggert@twinsun.com>
36285
36286         Quote multibyte characters correctly.
36287         * m4/c-bs-a.m4: New file.
36288         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
36289         (jm_PREREQ): Use it.
36290
36291 2000-01-11  Paul Eggert  <eggert@twinsun.com>
36292
36293         * m4/uintmax_t.m4: Port to autoconf 2.13.
36294
36295 2000-01-08  Jim Meyering  <meyering@ascend.com>
36296
36297         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
36298         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
36299
36300 2000-01-04  Jim Meyering  <meyering@ascend.com>
36301
36302         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
36303         jm_STRUCT_DIRENT_D_TYPE.
36304         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
36305         jm_STRUCT_DIRENT_D_INO.
36306         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
36307         jm_STRUCT_UTIMBUF.
36308         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
36309         renamings.
36310         * m4/utime.m4: Likewise.
36311
36312         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
36313         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
36314
36315 2000-01-03  Paul Eggert  <eggert@twinsun.com>
36316
36317         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
36318         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
36319
36320 2000-01-02  Jim Meyering  <meyering@ascend.com>
36321
36322         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
36323         remember if this is necessary.
36324
36325 1999-12-26  Jim Meyering  <meyering@ascend.com>
36326
36327         * m4/jm-macros.m4: Use it here.
36328         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
36329
36330 1999-12-23  Jim Meyering  <meyering@ascend.com>
36331
36332         * m4/jm-macros.m4: Check for clock_gettime (moved from
36333         fileutils/configure.in)
36334         Check for gettimeofday.
36335
36336 1999-12-20  Jim Meyering  <meyering@ascend.com>
36337
36338         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
36339         autoconf-2.14a-1999-12-20.
36340
36341 1999-12-19  Jim Meyering  <meyering@ascend.com>
36342
36343         * m4/lstat-slash.m4: New file.
36344         * m4/jm-macros.m4: Use the new macro:
36345         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36346
36347 1999-12-07  Jim Meyering  <meyering@ascend.com>
36348
36349         * m4/perl.m4: Require that File::Compare be available, too.
36350         Too many systems seem to lack it.
36351
36352         * m4/strftime.m4: Add checks for most of the cpp macros tested in
36353         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
36354
36355 1999-11-18  Paul Eggert  <eggert@twinsun.com>
36356
36357         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
36358         problem with the QNX 4.25 shell, which doesn't propagate exit
36359         status of failed commands inside shell assignments.
36360
36361 1999-11-17  Jim Meyering  <meyering@ascend.com>
36362
36363         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
36364
36365 1999-11-07  Jim Meyering  <meyering@ascend.com>
36366
36367         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
36368
36369 1999-11-06  Jim Meyering  <meyering@ascend.com>
36370
36371         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
36372         * m4/jm-macros.m4 (jm_MACROS): Use it here.
36373
36374 1999-11-05  Jim Meyering  <meyering@ascend.com>
36375
36376         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
36377         configure.in of textutils, fileutils, and sh-utils into this one
36378         (shared between those packages) file.
36379         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
36380         AC_STRUCT_ST_BLKSIZE.
36381
36382 1999-11-03  Jim Meyering  <meyering@ascend.com>
36383
36384         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
36385         of AC_CHECK_TYPE checks includes unistd.h.
36386         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
36387         Suggestion from Akim Demaille.
36388
36389 1999-10-30  Jim Meyering  <meyering@ascend.com>
36390
36391         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
36392         m4-quoted string.
36393         * m4/ls-mntd-fs.m4: Likewise.
36394         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
36395         * m4/jm-winsz1.m4: Likewise.
36396
36397         * m4/const.m4: Remove file, since the fix made it into the experimental
36398         version of autoconf.
36399         * m4/mktime.m4: Likewise.
36400
36401         * m4/check-type.m4: Remove file, now that the latest version of
36402         AC_CHECK_TYPE takes a third arg to specify additional #includes.
36403
36404         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
36405         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
36406         AC_CHECK_TYPE.
36407
36408 1999-10-04  Jim Meyering  <meyering@ascend.com>
36409
36410         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
36411
36412 1999-09-22  Paul Eggert  <eggert@twinsun.com>
36413
36414         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
36415         2.95.1 bug with HP-UX 10.20.
36416
36417 1999-09-17  Jim Meyering  <meyering@ascend.com>
36418
36419         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
36420         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
36421         due to missing strdup (against sh-utils-2.0).
36422
36423 1999-08-29  Jim Meyering  <meyering@ascend.com>
36424
36425         * m4/jm-macros.m4: Require jm_BISON.
36426         * m4/bison.m4: New file.
36427
36428 1999-08-17  Paul Eggert  <eggert@twinsun.com>
36429
36430         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
36431         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
36432
36433 1999-08-05  Jim Meyering  <meyering@ascend.com>
36434
36435         * m4/getline.m4: Rename test file from conftestdata to conftest.data
36436         to avoid conflicts with `conftest' on 8+3 filesystems.
36437         Suggestion from Eli Zaretskii.
36438
36439 1999-08-04  Jim Meyering  <meyering@ascend.com>
36440
36441         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
36442         fileutils and sh-utils (textutils's getline test was inadequate).
36443         (AM_FUNC_GETLINE): Run this test.
36444         (AC_CHECK_FUNCS): Check for getdelim.
36445         Reported by Bob Proulx.
36446
36447 1999-08-02  Jim Meyering  <meyering@ascend.com>
36448
36449         * m4/jm-macros.m4: Add a comment.
36450
36451 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36452
36453         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
36454         <inttypes.h> defines strtoumax as a macro (and not as a
36455         function).
36456
36457 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36458
36459         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
36460         that we can shift, multiply and divide unsigned long long
36461         values; Ultrix cc can't do it.
36462
36463 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36464
36465         * m4/mktime.m4: New file, which is a preview of what should appear
36466         in the next public autoconf release.
36467
36468 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36469
36470         * m4/lfs.m4: Remove this file.
36471         * m4/largefile.m4: New file.  It contains the old contents of
36472         lfs.m4, except that all names with prefix AC_LFS have been
36473         changed to use the prefix AC_SYS_LARGEFILE instead, to be
36474         compatible with future autoconf versions.  Also, some minor m4
36475         quoting problems have been fixed.
36476
36477 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36478
36479         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
36480         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
36481         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
36482         and simplify the shell code.
36483
36484 1999-08-01  Jim Meyering  <meyering@ascend.com>
36485
36486         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
36487         m4.
36488
36489 1999-07-20  Jim Meyering  <meyering@ascend.com>
36490
36491         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
36492
36493 1999-07-15  Jim Meyering  <meyering@ascend.com>
36494
36495         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
36496
36497 1999-05-22  Jim Meyering  <meyering@ascend.com>
36498
36499         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
36500
36501 1999-05-20  Jim Meyering  <meyering@ascend.com>
36502
36503         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
36504         Add a colon after each `then' in case $4 is empty.
36505
36506 1999-05-16  Jim Meyering  <meyering@ascend.com>
36507
36508         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
36509
36510 1999-05-10  Jim Meyering  <meyering@ascend.com>
36511
36512         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
36513
36514         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
36515         AC_FUNC_MKTIME.
36516
36517 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
36518
36519         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
36520
36521 1999-05-04  Paul Eggert  <eggert@twinsun.com>
36522
36523         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
36524         not CPPFLAGS, so that linking works correctly in IRIX.
36525
36526 1999-04-30  Paul Eggert  <eggert@twinsun.com>
36527
36528         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
36529
36530 1999-04-20  Paul Eggert  <eggert@twinsun.com>
36531
36532         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
36533         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
36534         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
36535         jm_AC_TYPE_UNSIGNED_LONG_LONG.
36536         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
36537
36538         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
36539
36540 1999-04-20  Jim Meyering  <meyering@ascend.com>
36541
36542         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
36543         AC_REPLACE xstroull if necessary.  From Paul Eggert.
36544         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
36545
36546 1999-04-18  Jim Meyering  <meyering@ascend.com>
36547
36548         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
36549         * m4/jm-macros.m4: Use it.
36550
36551 1999-04-06  Jim Meyering  <meyering@ascend.com>
36552
36553         * m4/strftime.m4: Remove test for %f.
36554
36555 1999-03-29  Jim Meyering  <meyering@ascend.com>
36556
36557         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
36558         superset of the AC_TYPE_* checks in the textutils, fileutils,
36559         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
36560         AC_TYPE_PID_T.
36561
36562 1999-03-28  Jim Meyering  <meyering@ascend.com>
36563
36564         * m4/jm-macros.m4: Define GNU_PACKAGE here.
36565         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
36566         replaced e.g., in the *.sh files of the sh-utils.
36567
36568 1999-03-20  Jim Meyering  <meyering@ascend.com>
36569
36570         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
36571         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
36572         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
36573
36574 1999-03-19  Jim Meyering  <meyering@ascend.com>
36575
36576         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
36577
36578 1999-03-12  Jim Meyering  <meyering@ascend.com>
36579
36580         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
36581
36582 1999-03-07  Jim Meyering  <meyering@ascend.com>
36583
36584         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
36585         declared.
36586
36587 1999-02-17  Jim Meyering  <meyering@ascend.com>
36588
36589         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
36590         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
36591
36592 1999-02-07  Jim Meyering  <meyering@ascend.com>
36593
36594         * m4/group-member.m4: New file -- extracted from sh-utils'
36595         configure.in.
36596
36597         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
36598         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
36599
36600 1999-02-06  Jim Meyering  <meyering@ascend.com>
36601
36602         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
36603         * m4/fnmatch.m4: Likewise.
36604         * m4/getgroups.m4: Likewise.
36605         * m4/lstat.m4: Likewise.
36606         * m4/malloc.m4: Likewise.
36607         * m4/putenv.m4: Likewise.
36608         * m4/realloc.m4: Likewise.
36609         * m4/regex.m4: Likewise.
36610         * m4/stat.m4: Likewise.
36611         * m4/strftime.m4: Likewise.
36612         Suggestion from Alain Magloire.
36613
36614         * m4/chown.m4: Use `.$ac_objext', not `.o'.
36615         * m4/fnmatch.m4: Likewise.
36616         * m4/getgroups.m4: Likewise.
36617         * m4/getline.m4: Likewise.
36618         * m4/lstat.m4: Likewise.
36619         * m4/malloc.m4: Likewise.
36620         * m4/memcmp.m4: Likewise.
36621         * m4/putenv.m4: Likewise.
36622         * m4/realloc.m4: Likewise.
36623         * m4/regex.m4: Likewise.
36624         * m4/stat.m4: Likewise.
36625         * m4/strftime.m4: Likewise.
36626         Suggestion from Alain Magloire.
36627
36628         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
36629         an argument.
36630
36631         * m4/regex.m4: Add a run-time Test for proper operation of
36632         re_compile_pattern.
36633
36634 1999-01-31  Jim Meyering  <meyering@ascend.com>
36635
36636         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
36637
36638 1999-01-30  Jim Meyering  <meyering@ascend.com>
36639
36640         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
36641
36642         * m4/jm-mktime.m4: Make this a wrapper around the official
36643         AM_FUNC_MKTIME rather than my private copy, now that the official one
36644         is up to date.
36645         * m4/mktime.m4: Remove file.
36646
36647         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
36648         * m4/uptime.m4: Likewise.
36649         * m4/uintmax_t.m4: Likewise.
36650
36651 1999-01-28  Jim Meyering  <meyering@ascend.com>
36652
36653         * m4/jm-macros.m4: Use jm_AFS.
36654         * m4/afs.m4: New file (from fileutils' configure.in).
36655
36656         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
36657         * m4/chown.m4: Likewise.
36658         * m4/d-ino.m4: Likewise.
36659         * m4/d-type.m4: Likewise.
36660         * m4/fnmatch.m4: Likewise.
36661         * m4/getgroups.m4: Likewise.
36662         * m4/gettext.m4: Likewise.
36663         * m4/jm-mktime.m4: Likewise.
36664         * m4/jm-winsz2.m4: Likewise.
36665         * m4/lcmessage.m4: Likewise.
36666         * m4/ls-mntd-fs.m4: Likewise.
36667         * m4/malloc.m4: Likewise.
36668         * m4/memcmp.m4: Likewise.
36669         * m4/putenv.m4: Likewise.
36670         * m4/realloc.m4: Likewise.
36671         * m4/st_mtim.m4: Likewise.
36672         * m4/strftime.m4: Likewise.
36673
36674 1999-01-16  Jim Meyering  <meyering@ascend.com>
36675
36676         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
36677         (ARGMATCH_DIE_DECL): Define.
36678
36679 1999-01-12  Jim Meyering  <meyering@ascend.com>
36680
36681         * m4/Makefile.am.in: Rewrite to avoid using fmt.
36682         Reported by Lars Hecking.
36683
36684 1999-01-10  Jim Meyering  <meyering@ascend.com>
36685
36686         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
36687         gross kludge.
36688         * m4/inttypes_h.m4: Likewise.
36689         * m4/lstat.m4: Likewise.
36690         * m4/malloc.m4: Likewise.
36691         * m4/readdir.m4: Likewise.
36692         * m4/realloc.m4: Likewise.
36693         * m4/st_dm_mode.m4: Likewise.
36694         * m4/stat.m4: Likewise.
36695         * m4/utimbuf.m4: Likewise.
36696         * m4/utimes.m4: Likewise.
36697
36698         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
36699         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
36700         comments in config.h.in are meaningful.
36701
36702         * m4/jm-macros.m4: Require autoconf-2.13 here.
36703
36704         * m4/regex.m4: By default, don't use the included regex.c on systems
36705         with glibc 2.  Suggestion from Uli Drepper.
36706
36707 1999-01-02  Jim Meyering  <meyering@ascend.com>
36708
36709         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
36710
36711 1998-12-18  Jim Meyering  <meyering@ascend.com>
36712
36713         * m4/Makefile.am.in (Makefile.am): Simplify rule.
36714         Based on a suggestion from Lars Hecking.
36715
36716 1998-11-16  Paul Eggert  <eggert@twinsun.com>
36717
36718         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
36719
36720 1998-11-16  Jim Meyering  <meyering@ascend.com>
36721
36722         * m4/lfs.m4: Double-quote the `uname...` expression.
36723
36724 1998-11-14  Jim Meyering  <meyering@ascend.com>
36725
36726         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
36727         * m4/stat.m4: Likewise.
36728
36729 1998-11-03  Jim Meyering  <meyering@ascend.com>
36730
36731         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
36732         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
36733
36734 1998-10-18  Jim Meyering  <meyering@ascend.com>
36735
36736         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
36737
36738 1998-10-17  Jim Meyering  <meyering@ascend.com>
36739
36740         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
36741         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
36742         calls for those previously hard-coded headers.  Instead, take a new
36743         parameter.
36744         (jm_CHECK_DECLARATIONS): Reflect interface change.
36745         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
36746         (jm_CHECK_DECL_LOCALTIME_R): New macro.
36747
36748         * m4/mktime.m4: Test for spring-forward gap before long-running test.
36749
36750 1998-10-14  Jim Meyering  <meyering@ascend.com>
36751
36752         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
36753         instead of "TZ=America/Vancouver".  From Paul Eggert.
36754
36755 1998-10-11  Jim Meyering  <meyering@ascend.com>
36756
36757         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
36758         This adds a test for a recently added compatibility fix for mktime.c.
36759         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
36760
36761 1998-09-27  Jim Meyering  <meyering@ascend.com>
36762
36763         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
36764
36765         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
36766         ../configure.in, including a change from Gordon Matzigkeit to allow
36767         cross-compiling for the Hurd.
36768
36769         * m4/glibc.m4: New file/macro to test for the GNU C Library
36770         versions 1 and 2.  From Gordon Matzigkeit.
36771         Indent.
36772
36773 1998-09-21  Jim Meyering  <meyering@ascend.com>
36774
36775         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
36776
36777 1998-08-18  Paul Eggert  <eggert@twinsun.com>
36778
36779         Port nanosecond-resolution times to UnixWare 2.1.2 and
36780         pedantic Solaris 2.6.
36781
36782         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
36783         AC_STRUCT_ST_MTIM.
36784         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
36785         Generate name of ns member, instead of just 1 or undef.
36786         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
36787
36788 1998-08-15  Jim Meyering  <meyering@ascend.com>
36789
36790         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
36791         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
36792         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
36793         instead of jm_TYPE_SSIZE_T.
36794
36795 1998-08-12  Jim Meyering  <meyering@ascend.com>
36796
36797         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
36798
36799 1998-08-02  Jim Meyering  <meyering@ascend.com>
36800
36801         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
36802         in acconfig.h manually.
36803
36804 1998-07-31  Paul Eggert  <eggert@twinsun.com>
36805
36806         * m4/st_mtim.m4: New file.
36807
36808 1998-07-28  Jim Meyering  <meyering@ascend.com>
36809
36810         * m4/utimes.m4: Undef stat.
36811
36812 1998-07-25  Jim Meyering  <meyering@ascend.com>
36813
36814         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
36815         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
36816
36817 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
36818
36819         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
36820         uid and gid actually remain unchanged.
36821
36822 1998-07-07  Jim Meyering  <meyering@ascend.com>
36823
36824         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
36825
36826 1998-07-04  Jim Meyering  <meyering@ascend.com>
36827
36828         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
36829         to prove that this macro can be used in packages without regex.c.
36830
36831 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
36832
36833         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
36834         is to be used.
36835
36836 1998-07-03  Jim Meyering  <meyering@ascend.com>
36837
36838         * m4/gettext.m4: Add -lintl if it's found to be necessary.
36839
36840         * m4/gettext.m4: New file -- from gettext-0.10.35.
36841         * m4/lcmessage.m4: Likewise.
36842         * m4/progtest.m4: Likewise.
36843
36844         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
36845         * m4/jm-macros.m4: Require the new macro.
36846
36847 1998-06-29  Jim Meyering  <meyering@ascend.com>
36848
36849         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
36850         for the definition of NGROUPS (used in a system header included
36851         by sys/mount.h).
36852
36853 1998-06-28  Jim Meyering  <meyering@ascend.com>
36854
36855         * m4/ls-mntd-fs.m4: New file.
36856         * m4/fstypename.m4: New file.
36857
36858         * m4/jm-macros.m4: Require the new macro.
36859         * m4/jm-glibc-io.m4: New file.
36860
36861 1998-05-19  Jim Meyering  <meyering@ascend.com>
36862
36863         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
36864         * m4/lchown.m4: New file.
36865
36866         * m4/Makefile.am.in: New file.
36867         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
36868
36869 1998-05-14  Jim Meyering  <meyering@ascend.com>
36870
36871         * m4/Makefile.am (EXTRA_DIST): Add them.
36872         * m4/jm-macros.m4: New file.
36873         * m4/utimbuf.m4: New file.
36874
36875 1998-05-12  Jim Meyering  <meyering@ascend.com>
36876
36877         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
36878
36879 1998-05-11  Jim Meyering  <meyering@ascend.com>
36880
36881         * m4/isc-posix.m4: New file.
36882
36883 1998-05-10  Jim Meyering  <meyering@ascend.com>
36884
36885         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
36886
36887 1998-05-09  Jim Meyering  <meyering@ascend.com>
36888
36889         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
36890         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
36891         with automake.
36892
36893         * m4/ssize_t.m4: New file.
36894         * m4/mktime.m4: Remove file -- the new automake has this now.
36895
36896 1998-04-26  Jim Meyering  <meyering@ascend.com>
36897
36898         * m4/assert.m4: New file.
36899         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
36900
36901 1998-04-05  Jim Meyering  <meyering@ascend.com>
36902
36903         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
36904         (jm_PREREQ): Use it here.
36905
36906 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
36907
36908         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
36909         in acconfig.h.
36910
36911 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
36912
36913         * m4/prereq.m4: New file.
36914         * m4/error.m4: New file.
36915         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
36916
36917 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
36918
36919         * m4/getline.m4: Don't set am_cv_func_working_getline before the
36920         cache-check for the same variable -- that defeated the purpose of
36921         the test; the test program was never run.  This was a problem only
36922         on systems with losing getline functions -- HP-UX 10.20 is one.
36923         Reported by Bjorn Helgaas.
36924
36925 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
36926
36927         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
36928
36929 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
36930
36931         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
36932
36933         * m4/const.m4: New file.  Use an initializer in this declaration
36934         typedef int charset[2]; const charset x;
36935         Reported by Bob Glickstein.
36936
36937 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
36938
36939         * m4/chown.m4: Fix reversed types on -1 args to chown.
36940         From Kaveh Ghazi.
36941
36942 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
36943
36944         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
36945         Add lseek and memchr.
36946
36947         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
36948         T.E.Dickey <dickey@clark.net> said that some older preprocessors
36949         have a 20-character limit on names.
36950
36951 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
36952
36953         * m4/inttypes_h.m4: New file.
36954         * m4/uintmax_t.m4: New file.
36955         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
36956
36957 Copyright (C) 1997-2007 Free Software Foundation, Inc.
36958 Copying and distribution of this file, with or without modification,
36959 are permitted provided the copyright notice and this notice are preserved.